@charset "UTF-8";
@import "../vendor/fortawesome/font-awesome/css/all.min.css";
@import "../vendor/mpetroff/pannellum/pannellum.css";
@import "../vendor/nolimits4web/swiper_latest/swiper-bundle.min.css";
.dark-bg {
  background: #C7C0C0;
}

@font-face {
  font-family: HarmonyOS;
  src: url(/fonts/HarmonyOS_Sans_SC_Regular.woff2) format("woff2"), url(/fonts/HarmonyOS_Sans_SC_Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: HarmonyOS;
  src: url(/fonts/HarmonyOS_Sans_SC_Medium.woff2) format("woff2"), url(/fonts/HarmonyOS_Sans_SC_Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: HarmonyOS;
  src: url(/fonts/HarmonyOS_Sans_SC_Bold.woff2) format("woff2"), url(/fonts/HarmonyOS_Sans_SC_Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "fiatpro";
  src: url("/fonts/fiatpro.eot?slpor");
  src: url("/fonts/fiatpro.eot?slpor#iefix") format("embedded-opentype"), url("/fonts/fiatpro.ttf?slpor") format("truetype"), url("/fonts/fiatpro.woff?slpor") format("woff"), url("/fonts/fiatpro.svg?slpor#fiatpro") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ico-], [class*=" ico-"] {
  font-family: "fiatpro" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-vk-logo:before {
  content: "\e92d";
}

.ico-dl-mail:before {
  content: "\e92b";
  color: #9c191b;
}

.ico-dl-phone:before {
  content: "\e92c";
  color: #9c191b;
}

.ico-promo-discount:before {
  content: "\e92a";
}

.ico-landscape:before {
  content: "\e929";
}

.ico-camper-dimensioni:before {
  content: "\e91c";
}

.ico-camper-gears:before {
  content: "\e91a";
}

.ico-camper-arrow:before {
  content: "\e91b";
}

.ico-camper-posti:before {
  content: "\e91d";
}

.ico-camper-assistance:before {
  content: "\e928";
}

.ico-arrow-right:before {
  content: "\e918";
}

.ico-arrow-left:before {
  content: "\e919";
}

.ico-eco:before {
  content: "\e917";
}

.ico-business:before {
  content: "\e907";
}

.ico-easy:before {
  content: "\e90e";
}

.ico-call-us:before {
  content: "\e916";
}

.ico-hotspots:before {
  content: "\e906";
}

.ico-information:before {
  content: "\e903";
}

.ico-pendenza:before {
  content: "\e927";
}

.ico-interior:before {
  content: "\e926";
}

.ico-brochure:before {
  content: "\e900";
}

.ico-close:before {
  content: "\e912";
}

.ico-body-builder:before {
  content: "\e913";
}

.ico-my-fiatpro:before {
  content: "\e914";
}

.ico-key:before {
  content: "\e915";
}

.ico-facebook:before {
  content: "\e90a";
}

.ico-instagram:before {
  content: "\e90b";
}

.ico-newsletter:before {
  content: "\e90c";
}

.ico-phone:before {
  content: "\e90d";
}

.ico-quote:before {
  content: "\e90f";
}

.ico-twitter:before {
  content: "\e910";
}

.ico-youtube:before {
  content: "\e911";
}

.ico-search:before {
  content: "\e901";
}

.ico-configurator:before {
  content: "\e902";
}

.ico-play:before {
  content: "\e904";
}

.ico-promo:before {
  content: "\e905";
}

.ico-website:before {
  content: "\e91e";
}

.ico-bodyshop:before {
  content: "\e91f";
}

.ico-dealer:before {
  content: "\e920";
}

.ico-garage:before {
  content: "\e921";
}

.ico-camper:before {
  content: "\e922";
}

.ico-specialist:before {
  content: "\e923";
}

.ico-organized:before {
  content: "\e924";
}

.ico-tco:before {
  content: "\e908";
}

.ico-find-dealer:before {
  content: "\e909";
}

.ico-geolocate:before {
  content: "\e925";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@keyframes bottomSlide {
  00%, 5% {
    background-position: bottom right;
  }
  100% {
    background-position: bottom left;
  }
}
.hero-slider {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
.hero-slider .hero-slider-container {
  padding: 25px 0 0 0;
  position: relative;
}
.hero-slider .hero-slider-container .img {
  width: 100%;
}
.hero-slider .hero-slider-container .img.mobile {
  display: block;
}
@media (min-width: 500px) {
  .hero-slider .hero-slider-container .img.mobile {
    display: none;
  }
}
.hero-slider .hero-slider-container .img.desktop {
  display: none;
}
@media (min-width: 500px) {
  .hero-slider .hero-slider-container .img.desktop {
    display: block;
  }
}
@media (min-width: 667px) {
  .hero-slider .hero-slider-container .slick-list {
    overflow: visible;
  }
}
.hero-slider .hero-slider-container .slick-slide {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hero-slider .hero-slider-container .slick-slide:not(.slick-active) {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.hero-slider .hero-slider-container .slick-slide:not(.slick-active):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero-slider .hero-slider-container .slick-slide:not(.slick-active) .text-container {
  display: none;
}
.hero-slider .slider-navigation {
  text-align: center;
  margin-top: 20px;
  padding: 0;
}
@media (max-width: 1199px) {
  .hero-slider .slider-navigation {
    text-align: left;
    padding-left: 15px;
  }
  .hero-slider .slider-navigation.center {
    text-align: center;
    padding-left: 0;
  }
}
.hero-slider .slider-navigation.left {
  text-align: left;
  margin-left: 10px;
}
.hero-slider .slider-navigation .arrow-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
  font-size: 20px;
  margin-right: 20px;
  line-height: 20px;
}
.hero-slider .slider-navigation .arrow-right {
  cursor: pointer;
  font-size: 20px;
  padding-left: 20px;
  line-height: 20px;
}
.hero-slider .slider-navigation .current-slide {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  padding-right: 10px;
  border-right: 1px solid #000;
}
.hero-slider .slider-navigation .total-slides {
  font-size: 18px;
  line-height: 20px;
  color: #999;
  margin-left: 10px;
}

.hero-slider .cursor-follow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  pointer-events: none;
  display: none;
}

.hero-slider .cursor-follow:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #004a6e;
  position: absolute;
  left: -30px;
  top: 5px;
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
}

.hero-slider.hero-slider-fpw {
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .hero-slider.hero-slider-fpw {
    margin-bottom: 35px;
  }
}
@media (max-width: 666px) {
  .hero-slider.hero-slider-fpw {
    margin-bottom: 25px;
  }
}
.border-bottom-slide {
  position: relative;
}
.border-bottom-slide:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #004a6e 50%, #ccc 50%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: bottomSlide 10s linear;
  z-index: 999;
}

.tile.background {
  position: relative;
  color: #fff;
}

.tile.background .text-container {
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 666px) {
  .tile.background .text-container {
    width: 100%;
    text-align: center;
    padding: 30px 0 20px;
  }
}
@media (min-width: 667px) {
  .tile.background .text-container {
    padding-left: 25px;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .tile.background .text-container {
    padding-left: 45px;
    width: 50%;
  }
}
.tile.background .text {
  margin-bottom: 2rem;
}
@media (max-width: 666px) {
  .tile.background .text {
    display: none;
  }
}
@media (min-width: 1200px) {
  .tile.background .text {
    margin-bottom: 25px;
  }
}

.tile.background .title {
  margin-bottom: 1rem;
  line-height: 2.5rem;
}
@media (min-width: 1200px) {
  .tile.background .title {
    margin-bottom: 1.25rem;
  }
}

.tile.background .subtitle {
  margin-bottom: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}
@media (max-width: 666px) {
  .tile.background .subtitle {
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .tile.background .subtitle {
    margin-bottom: 2rem;
  }
}

.tile.background .btn {
  width: auto;
}

.tile.background .btn:before {
  color: #004a6e;
}

.tile.background .btn:hover:before {
  color: #fff;
}

.credit-calc-block {
  padding: 2rem 2.5rem;
  display: none;
}
.credit-calc-block .input-group > .form-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.credit-calc-block .input-group .input-group-text {
  background: none;
  border: none;
  color: #000;
  padding: 0 0.5rem 0 0;
  line-height: 1;
}
.credit-calc-block .input-group .input-group-text:last-of-type {
  padding: 0 0 0 0.5rem;
}
.credit-calc-block .credit-result, .credit-calc-block .arenda-result {
  font-weight: 700;
  font-size: 1.875rem;
}

.stockitem {
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
.stockitem > div {
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
}
.stockitem > div .gallery-img-frame {
  display: inline-block;
  width: 100%;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
.stockitem > div .gallery-img-frame .hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767.98px) {
  .stockitem > div .gallery-img-frame .hover {
    display: block;
    font-size: 15px;
    background: #000;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.stockitem > div .gallery-img-frame .gallery-img-cover {
  position: absolute;
  display: block;
  top: -13px;
  left: -13px;
  right: -13px;
  bottom: -13px;
  background: no-repeat center;
  background-image: none;
  background-size: auto;
  background-size: cover;
  -webkit-filter: blur(13px);
  filter: blur(13px);
  opacity: 0.4;
}
@media (max-width: 767.98px) {
  .stockitem > div .gallery-img-frame .gallery-img-cover {
    display: none;
  }
}
.stockitem > div .gallery-img-frame img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto;
  height: auto;
}
.stockitem > div .item-title {
  color: #fff;
  background: #000;
  min-height: 4rem;
}
.stockitem > div .item-title .price {
  color: #FDC611;
}
.stockitem:hover .hover {
  display: block !important;
}

.available-carousel {
  overflow: hidden;
  position: relative;
}
.available-carousel .available-swiper-button-next, .available-carousel .available-swiper-button-prev {
  background-image: none;
  background: rgba(78, 78, 78, 0.3);
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  transition: 0.2s all ease-in-out;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  z-index: 10;
  right: 10px;
  left: auto;
  margin-top: -1.875rem;
}
.available-carousel .available-swiper-button-next:hover, .available-carousel .available-swiper-button-prev:hover {
  background: rgba(78, 78, 78, 0.6);
}
.available-carousel .available-swiper-button-prev {
  transform: rotate(180deg);
  left: 10px;
  right: auto;
}
.available-carousel .available-swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  padding: 1rem 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.available-carousel .available-swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 100%;
  opacity: 1;
  color: #fff;
  vertical-align: middle;
  background: none;
  margin: 0;
}
.available-carousel .available-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #004a6e;
  background: none;
  text-decoration: underline;
}

.filter {
  background: #F8F8FA;
  border: 1px #DFDFE1 solid;
  border-radius: 0.25rem;
  z-index: auto;
}
.filter h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
}

.incar .price span {
  font-size: 2rem;
  font-weight: 700;
  padding: 0 1rem;
  border-radius: 0.25rem;
}
.incar .credit-parent, .incar .arenda-parent, .incar .order-parent, .incar .exchange-parent {
  border-radius: 0.25rem;
}
.incar .credit-parent .credit-calc-block, .incar .credit-parent .arenda-calc-block, .incar .credit-parent .order-block, .incar .credit-parent .exchange-block, .incar .arenda-parent .credit-calc-block, .incar .arenda-parent .arenda-calc-block, .incar .arenda-parent .order-block, .incar .arenda-parent .exchange-block, .incar .order-parent .credit-calc-block, .incar .order-parent .arenda-calc-block, .incar .order-parent .order-block, .incar .order-parent .exchange-block, .incar .exchange-parent .credit-calc-block, .incar .exchange-parent .arenda-calc-block, .incar .exchange-parent .order-block, .incar .exchange-parent .exchange-block {
  padding: 2rem 2.5rem;
  display: none;
}
@media (max-width: 767.98px) {
  .incar .credit-parent .credit-calc-block, .incar .credit-parent .arenda-calc-block, .incar .credit-parent .order-block, .incar .credit-parent .exchange-block, .incar .arenda-parent .credit-calc-block, .incar .arenda-parent .arenda-calc-block, .incar .arenda-parent .order-block, .incar .arenda-parent .exchange-block, .incar .order-parent .credit-calc-block, .incar .order-parent .arenda-calc-block, .incar .order-parent .order-block, .incar .order-parent .exchange-block, .incar .exchange-parent .credit-calc-block, .incar .exchange-parent .arenda-calc-block, .incar .exchange-parent .order-block, .incar .exchange-parent .exchange-block {
    padding: 2rem 1rem;
  }
}
.incar .credit-parent .credit-calc-block .input-group > .form-range, .incar .credit-parent .arenda-calc-block .input-group > .form-range, .incar .credit-parent .order-block .input-group > .form-range, .incar .credit-parent .exchange-block .input-group > .form-range, .incar .arenda-parent .credit-calc-block .input-group > .form-range, .incar .arenda-parent .arenda-calc-block .input-group > .form-range, .incar .arenda-parent .order-block .input-group > .form-range, .incar .arenda-parent .exchange-block .input-group > .form-range, .incar .order-parent .credit-calc-block .input-group > .form-range, .incar .order-parent .arenda-calc-block .input-group > .form-range, .incar .order-parent .order-block .input-group > .form-range, .incar .order-parent .exchange-block .input-group > .form-range, .incar .exchange-parent .credit-calc-block .input-group > .form-range, .incar .exchange-parent .arenda-calc-block .input-group > .form-range, .incar .exchange-parent .order-block .input-group > .form-range, .incar .exchange-parent .exchange-block .input-group > .form-range {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.incar .credit-parent .credit-calc-block .input-group .input-group-text, .incar .credit-parent .arenda-calc-block .input-group .input-group-text, .incar .credit-parent .order-block .input-group .input-group-text, .incar .credit-parent .exchange-block .input-group .input-group-text, .incar .arenda-parent .credit-calc-block .input-group .input-group-text, .incar .arenda-parent .arenda-calc-block .input-group .input-group-text, .incar .arenda-parent .order-block .input-group .input-group-text, .incar .arenda-parent .exchange-block .input-group .input-group-text, .incar .order-parent .credit-calc-block .input-group .input-group-text, .incar .order-parent .arenda-calc-block .input-group .input-group-text, .incar .order-parent .order-block .input-group .input-group-text, .incar .order-parent .exchange-block .input-group .input-group-text, .incar .exchange-parent .credit-calc-block .input-group .input-group-text, .incar .exchange-parent .arenda-calc-block .input-group .input-group-text, .incar .exchange-parent .order-block .input-group .input-group-text, .incar .exchange-parent .exchange-block .input-group .input-group-text {
  background: none;
  border: none;
  color: #333;
  padding: 0 0.5rem 0 0;
  line-height: 1;
}
.incar .credit-parent .credit-calc-block .input-group .input-group-text:last-of-type, .incar .credit-parent .arenda-calc-block .input-group .input-group-text:last-of-type, .incar .credit-parent .order-block .input-group .input-group-text:last-of-type, .incar .credit-parent .exchange-block .input-group .input-group-text:last-of-type, .incar .arenda-parent .credit-calc-block .input-group .input-group-text:last-of-type, .incar .arenda-parent .arenda-calc-block .input-group .input-group-text:last-of-type, .incar .arenda-parent .order-block .input-group .input-group-text:last-of-type, .incar .arenda-parent .exchange-block .input-group .input-group-text:last-of-type, .incar .order-parent .credit-calc-block .input-group .input-group-text:last-of-type, .incar .order-parent .arenda-calc-block .input-group .input-group-text:last-of-type, .incar .order-parent .order-block .input-group .input-group-text:last-of-type, .incar .order-parent .exchange-block .input-group .input-group-text:last-of-type, .incar .exchange-parent .credit-calc-block .input-group .input-group-text:last-of-type, .incar .exchange-parent .arenda-calc-block .input-group .input-group-text:last-of-type, .incar .exchange-parent .order-block .input-group .input-group-text:last-of-type, .incar .exchange-parent .exchange-block .input-group .input-group-text:last-of-type {
  padding: 0 0 0 0.5rem;
}
.incar .credit-parent .credit-calc-block .credit-result, .incar .credit-parent .credit-calc-block .arenda-result, .incar .credit-parent .arenda-calc-block .credit-result, .incar .credit-parent .arenda-calc-block .arenda-result, .incar .credit-parent .order-block .credit-result, .incar .credit-parent .order-block .arenda-result, .incar .credit-parent .exchange-block .credit-result, .incar .credit-parent .exchange-block .arenda-result, .incar .arenda-parent .credit-calc-block .credit-result, .incar .arenda-parent .credit-calc-block .arenda-result, .incar .arenda-parent .arenda-calc-block .credit-result, .incar .arenda-parent .arenda-calc-block .arenda-result, .incar .arenda-parent .order-block .credit-result, .incar .arenda-parent .order-block .arenda-result, .incar .arenda-parent .exchange-block .credit-result, .incar .arenda-parent .exchange-block .arenda-result, .incar .order-parent .credit-calc-block .credit-result, .incar .order-parent .credit-calc-block .arenda-result, .incar .order-parent .arenda-calc-block .credit-result, .incar .order-parent .arenda-calc-block .arenda-result, .incar .order-parent .order-block .credit-result, .incar .order-parent .order-block .arenda-result, .incar .order-parent .exchange-block .credit-result, .incar .order-parent .exchange-block .arenda-result, .incar .exchange-parent .credit-calc-block .credit-result, .incar .exchange-parent .credit-calc-block .arenda-result, .incar .exchange-parent .arenda-calc-block .credit-result, .incar .exchange-parent .arenda-calc-block .arenda-result, .incar .exchange-parent .order-block .credit-result, .incar .exchange-parent .order-block .arenda-result, .incar .exchange-parent .exchange-block .credit-result, .incar .exchange-parent .exchange-block .arenda-result {
  font-weight: 700;
  font-size: 1.875rem;
}

h3.yellow, .h3.yellow {
  color: #004a6e;
  text-transform: uppercase;
  font-weight: 700;
}

.car-stats {
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .car-stats {
    font-size: 0.8em;
  }
}

.car-about {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 0 2rem;
}
.car-about hr {
  border-style: dashed;
  border-bottom-width: 1px;
  background: none;
}
.car-about .probeg span {
  color: #fff;
  display: inline-block;
  margin-right: -1px;
  border: 1px #fff solid;
  padding: 3px 8px;
  font-size: 1.25rem;
  font-weight: 600;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(67, 67, 67) 21%, rgb(129, 129, 129) 31%, rgb(51, 51, 51) 50%, rgb(0, 0, 0) 100%);
}
.car-about ul {
  padding-left: calc(var(--bs-gutter-x) / 2);
}

.car-order {
  border: 1px #707070 solid;
  border-radius: 5px;
  padding: 0 2rem;
}
.car-order .special-offer {
  background: #EFE810;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0.5rem;
}
.car-order .price.superoffer span {
  background: #EFE810;
}
.car-order .price span {
  font-size: 1.875rem;
  font-weight: 700;
  padding: 0 0.5rem;
}
.car-order .price span:after {
  content: " ₽";
  font-weight: 400;
}

.mapcontainer {
  height: 600px;
}
.mapcontainer #map {
  width: 100%;
  height: 100%;
}
.mapcontainer .ymaps-layers-pane {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.car-carousel {
  overflow: hidden;
  position: relative;
}
.car-carousel .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
  height: auto !important;
}
.car-carousel .swiper-slide .gallery-img-wrapper {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.car-carousel .swiper-slide .gallery-img-wrapper .gallery-img-frame {
  display: inline-block;
  width: 100%;
  height: 100%;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
.car-carousel .swiper-slide .gallery-img-wrapper .gallery-img-frame:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.car-carousel .swiper-slide .gallery-img-wrapper .gallery-img-frame img {
  position: relative;
  width: auto;
  height: auto;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
}
.car-carousel .swiper-slide .gallery-img-wrapper .gallery-img-frame iframe {
  width: 100% !important;
  aspect-ratio: 16/9;
  vertical-align: middle;
  position: relative;
}
.car-carousel .swiper-slide .gallery-img-wrapper .gallery-img-frame .gallery-img-cover {
  position: absolute;
  display: block;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
  background: no-repeat center;
  background-image: none;
  background-size: auto;
  background-size: cover;
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
  opacity: 0.4;
}
.car-carousel .car-swiper-button-next, .car-carousel .car-swiper-button-prev {
  background-image: none;
  background: rgba(78, 78, 78, 0.3);
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  transition: 0.2s all ease-in-out;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  z-index: 10;
  right: 10px;
  left: auto;
  margin-top: -1.875rem;
}
.car-carousel .car-swiper-button-next:hover, .car-carousel .car-swiper-button-prev:hover {
  background: rgba(78, 78, 78, 0.6);
}
.car-carousel .car-swiper-button-prev {
  transform: rotate(180deg);
  left: 10px;
  right: auto;
}
.car-carousel .car-swiper-navi {
  position: relative;
  padding: 1rem 0;
  background: rgb(0, 0, 0);
  color: #fff;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
}
.car-carousel .car-swiper-navi:after {
  content: " ";
  height: 10rem;
  position: absolute;
  left: 0;
  top: -10rem;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%);
}
.car-carousel .car-swiper-navi a {
  color: #fff;
  text-decoration: underline;
}
.car-carousel .car-swiper-navi a:hover, .car-carousel .car-swiper-navi a.active {
  color: #004a6e;
  text-decoration: underline;
}
.car-carousel .car-swiper-navi .car-swiper-pagination {
  display: inline-block;
  position: relative;
  word-spacing: 0.3em;
  bottom: auto;
  left: auto;
  width: auto;
}
.car-carousel .car-swiper-navi .car-swiper-pagination:before {
  content: "Фото: ";
}
.car-carousel .car-swiper-navi .car-swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  text-align: center;
  font-size: 16px;
  border-radius: 100%;
  opacity: 1;
  color: #fff;
  background: none;
  margin: 0;
}
.car-carousel .car-swiper-navi .car-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .car-carousel .car-swiper-navi .car-swiper-pagination .swiper-pagination-bullet:hover {
  color: #004a6e;
  background: none;
  text-decoration: underline;
}

.superproperties {
  position: relative;
  margin-bottom: 0.5rem;
}
.superproperties span {
  font-size: 1.875rem;
  font-weight: 700;
}
.superproperties svg {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.works .accordion-item {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.works .accordion-item .accordion-header .accordion-button {
  background: none;
  color: #333;
  padding: 1rem 0;
  border: none;
  border-bottom: 1px #C7C0C0 solid;
  box-shadow: none;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 1rem;
}
.works .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.works .accordion-item .accordion-header .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239c1019'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.works .accordion-item .accordion-header .accordion-button:focus {
  border: 0;
  border-bottom: 1px #C7C0C0 solid;
  outline: 0;
  box-shadow: none;
}
.works .accordion-item .accordion-body {
  padding: 1rem 0;
  padding-left: 2rem;
}
.works .accordion-item .accordion-body .work-discount {
  color: #004a6e;
}
.works .accordion-item .accordion-body .work-oldprice {
  text-decoration: line-through;
  font-size: 90%;
}
.works .accordion-item .accordion-body a.works-accordion {
  text-decoration: none;
  color: #333;
}
.works .accordion-item .accordion-body a.works-accordion.work-discount {
  color: #004a6e;
}
.works .accordion-item .accordion-body a.works-accordion span {
  margin-left: -2rem;
  position: absolute;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.3rem;
  text-align: center;
  font-size: 1.3rem;
  text-decoration: none;
  color: #333;
}
.works .accordion-item .accordion-body a.works-accordion span.minus {
  line-height: 0.9;
}
.works .accordion-item .accordion-body .work-elements {
  margin-bottom: 0.5rem;
}
.works .accordion-item .accordion-body .work-elements > span {
  color: #fff;
  background: #004a6e;
  margin-bottom: 0.4rem;
  display: inline-block;
  padding: 0 0.5rem;
}
.works .accordion-item .accordion-body .work-elements > div {
  font-size: 85%;
}
.works .accordion-item .accordion-body button.addtocart {
  border-radius: 10px;
  border: 2px transparent solid;
  background: #004a6e;
  fill: #fff;
  padding: 0;
  margin: 0;
  width: 63px;
  height: 63px;
  cursor: pointer;
}
.works .accordion-item .accordion-body button.addtocart svg {
  width: 59px;
  height: 59px;
  padding: 16px;
}
.works .accordion-item .accordion-body button.addtocart:hover {
  border-color: #004a6e;
  background: #fff;
  fill: #004a6e;
}

.cart-wrap {
  border-radius: 8px;
  background: #dfdfdf;
  color: #000;
  border: none;
  padding: 2rem 2rem;
  min-height: 100%;
}
.cart-wrap input[type=text] {
  background: #fff;
  color: #000;
  border: 1px transparent solid;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
}
.cart-wrap input[type=text].is-invalid {
  border-color: #004a6e;
}
.cart-wrap button.kupon-check {
  background-color: #dfdfdf;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23181818'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1rem;
  transform: rotate(-90deg);
  color: #dfdfdf;
  border: 2px transparent solid;
  border-radius: 0.25rem;
  position: absolute;
  margin-left: calc(-2.5rem - 1px);
  margin-top: 1px;
  width: 2.5rem;
  height: 2.5rem;
}
.cart-wrap button.kupon-check:hover {
  background-color: #004a6e;
  border-color: #004a6e;
}

.cart .cart-item-title {
  font-size: 80%;
}
.cart a.cart-item-delete {
  text-decoration: none;
  color: #004a6e;
}
.cart a.cart-item-delete:hover {
  color: #333;
}

.order-wrap {
  border-radius: 8px;
  background: #dfdfdf;
  color: #000;
  border: none;
  padding: 2rem 2rem;
  min-height: 100%;
}
.order-wrap input[type=text] {
  border-radius: 0.25rem;
}

.bounce {
  animation-name: bounce;
  animation-duration: 0.5s;
  animation-delay: 0s;
}

@keyframes bounce {
  0% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
  37% {
    transform: translateX(5px);
    timing-function: ease-out;
  }
  55% {
    transform: translateX(-5px);
    timing-function: ease-in;
  }
  73% {
    transform: translateX(4px);
    timing-function: ease-out;
  }
  82% {
    transform: translateX(-4px);
    timing-function: ease-in;
  }
  91% {
    transform: translateX(2px);
    timing-function: ease-out;
  }
  96% {
    transform: translateX(-2px);
    timing-function: ease-in;
  }
  100% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 575.98px) {
  html {
    font-size: 14px;
  }
}

body {
  background: #fff;
  color: #333;
  font-family: "HarmonyOS", Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  position: relative;
}
body.no-scroll {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "HarmonyOS", Helvetica, Arial, sans-serif;
}

a {
  color: #004a6e;
}
a:hover {
  color: #666;
}

h2 {
  font-size: 2rem;
}

.white {
  color: #fff;
}

.red {
  color: #004a6e;
}

.btn {
  margin-bottom: 0;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  border-radius: 5rem;
  font-weight: 700;
  box-shadow: 0 0 10px -5px #333;
  display: inline-block;
  white-space: normal;
  text-align: left;
  position: relative;
  border: 0;
}
.btn.btn-primary {
  background-color: #004a6e;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary.active, .btn.btn-primary:active {
  color: #004a6e;
  background-color: #fff;
}
.btn.btn-primary:hover::before, .btn.btn-primary.active::before, .btn.btn-primary:active::before {
  color: #004a6e;
}
.btn.btn-secondary {
  background-color: #fff;
  color: #000;
}
.btn.btn-secondary:hover, .btn.btn-secondary.active, .btn.btn-secondary:active {
  color: #fff;
  background-color: #333;
}
.btn.btn-secondary:hover::before, .btn.btn-secondary.active::before, .btn.btn-secondary:active::before {
  color: #fff;
}
.btn.btn-secondary.white::before {
  color: #004a6e;
}
.btn.btn-secondary.white:hover::before {
  color: #fff;
}

a.options {
  text-decoration: none;
  border: 1px #ccc solid;
  width: 100%;
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin-bottom: 0.2rem;
  position: relative;
}
a.options i.fa {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
  width: 1rem;
  height: 1rem;
}
a.options:hover {
  border-color: #333;
}
a.options div {
  display: none;
  margin: 1rem 0;
}
a.options span {
  display: inline-block;
  width: 100%;
  position: relative;
}

.g-recaptcha {
  display: table;
  margin: 0 auto;
}

header {
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.23);
  position: relative;
  min-height: 5.5rem;
}
header nav {
  position: relative;
}
header nav .menu-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: #000;
  opacity: 0.7;
}
header nav a.logo {
  display: block;
  min-width: 5rem;
  max-height: 5rem;
  position: relative;
}
@media (max-width: 575.98px) {
  header nav a.logo {
    min-width: 3rem;
    max-height: 3rem;
  }
}
header nav a.logo img {
  height: 5rem;
}
@media (max-width: 575.98px) {
  header nav a.logo img {
    height: 3rem;
  }
}
header nav img.vostveter {
  height: 2.5rem;
}
@media (max-width: 575.98px) {
  header nav img.vostveter {
    height: 1.5rem;
  }
}
header nav a.stock-tenet {
  background: #004a6e;
  color: #fff;
  height: 2.5rem;
  border-radius: 2rem;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
  padding: 0rem 1rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.2;
  max-width: 170px;
}
header nav a.stock-tenet:after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 1rem;
  top: 2.5rem;
}
header nav a.stock-tenet:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}
header nav a.stock-tenet img {
  height: 1.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  header nav a.stock-tenet {
    padding-right: 2rem;
    font-size: 0.6rem;
    max-width: 130px;
  }
}
header nav ul {
  list-style: none;
}
header nav ul li {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
header nav ul li a {
  display: block;
  color: #666;
  line-height: 5.5rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  position: relative;
  text-decoration: none;
}
header nav ul li a:hover, header nav ul li a.active {
  text-decoration: none;
  color: #004a6e;
}
header nav ul li a:hover:after, header nav ul li a.active:after {
  width: 100% !important;
  bottom: -1px;
  left: 0;
}
header nav ul li a:after {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0 !important;
  height: 2px;
  background: #004a6e;
  position: absolute;
  bottom: -1px;
  left: 0;
}
header nav ul li:hover ul {
  z-index: 9999;
  display: block;
  position: absolute;
  text-align: left;
  flex: none;
  padding: 0.5rem 0;
  margin: 1px 0 0 0;
  background: #fff;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.23);
}
header nav ul li:hover ul li {
  text-align: left;
}
header nav ul li:hover ul li a {
  line-height: 2;
}
header nav ul li:hover ul li a:after {
  content: none;
}
header nav ul li ul {
  display: none;
}
header nav a.mobilemenu {
  cursor: pointer;
  line-height: 5.5rem;
  text-align: center;
  position: relative;
  color: #666;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}
header nav a.mobilemenu.open i {
  transform: rotate(180deg);
}
header .nav-items-mob {
  position: absolute;
  top: 5.5rem;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  padding-bottom: 10rem;
  border-bottom: 2px solid #004a6e;
  z-index: 100;
  overflow: auto;
  max-height: calc(100vh - 5.5rem);
}
header .nav-items-mob ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
header .nav-items-mob ul li {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  position: relative;
}
header .nav-items-mob ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: #666;
  font-weight: 400;
  line-height: 5.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-bottom: 1px solid #f0f0f0;
}
header .nav-items-mob ul li a:hover, header .nav-items-mob ul li a.active {
  border-bottom: 1px solid #004a6e;
  font-weight: 500;
  text-decoration: none;
}
header .nav-items-mob ul li i {
  position: absolute;
  top: 2.125rem;
  right: 0.625rem;
  color: #004a6e;
  font-size: 1.25rem;
}
header .nav-items-mob ul li ul {
  padding-left: 1rem;
}

.section-title {
  position: relative;
  padding: 3.125rem 0;
}
.section-title .highlight {
  position: absolute;
  height: 2px;
  width: 2rem;
  background-color: #004a6e;
  left: calc(50% - 1rem);
}
.section-title h2 {
  line-height: 1;
  font-size: 1.5rem;
}
.section-title h1 {
  font-size: 2.5rem;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .section-title h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .section-title {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    padding: 1.5rem;
  }
}

.model {
  position: relative;
  color: #333;
}
.model > div {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
  position: relative;
  min-height: 100%;
}
.model h3 {
  font-weight: 900;
}
.model .getmore {
  font-weight: 700;
  color: #004a6e;
}
.model:hover {
  text-decoration: none;
  color: #333;
}
.model:hover .getmore {
  color: #666;
}

.flotte {
  position: relative;
  height: 37.5rem;
  overflow: hidden;
}
@media (max-width: 666px) {
  .flotte {
    height: 25.875rem;
  }
}
.flotte .bkg-image {
  vertical-align: middle;
  display: block;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  height: 100%;
}
.flotte .cta-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 3rem;
  text-align: center;
}
.flotte .cta-wrapper .btn {
  display: inline-block;
  width: auto;
}

footer {
  font-size: 0.875rem;
  padding-bottom: 4rem;
}
footer .icomenu {
  box-shadow: inset 0 1rem 1rem -0.625rem rgba(0, 0, 0, 0.15);
}
footer .icomenu a {
  position: relative;
  overflow: hidden;
  color: #333;
  text-decoration: none;
}
footer .icomenu a p {
  font-size: 0.875rem;
}
footer .icomenu a p i {
  color: #004a6e;
  padding-left: 0.625rem;
}
footer .icomenu a:hover {
  text-decoration: none;
}
footer .icomenu a:hover p {
  color: #004a6e !important;
}
footer .icomenu a > i {
  font-size: 3.125rem;
  color: #7f7f7f;
}
footer .icomenu a:after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #e5e5e5;
}
@media (max-width: 767.98px) {
  footer .icomenu a:after {
    width: 0;
  }
}
footer .icomenu a:last-of-type:after {
  width: 0;
}
footer .icomenu a.stock-tenet {
  background: #004a6e;
  color: #fff;
  height: 2.5rem;
  border-radius: 2rem;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.5);
  padding: 0rem 1rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.2;
  padding-right: 2rem;
}
footer .icomenu a.stock-tenet:after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: none;
}
footer .icomenu a.stock-tenet:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
}
footer .icomenu a.stock-tenet img {
  height: 1.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  footer .icomenu a.stock-tenet {
    margin-top: 3rem;
  }
}
footer .service-footer {
  background: #f2f2f2;
}
footer .service-footer .title {
  text-align: center;
  font-size: 1rem;
}
footer .service-footer .social-wrapper {
  text-align: center;
}
footer .service-footer .social-wrapper a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  width: 1.625rem;
  font-size: 1.625rem;
  margin: 0 1.1rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  footer .service-footer .social-wrapper a {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1rem;
  }
}
footer .service-footer .social-wrapper a:hover {
  color: #004a6e;
  text-decoration: none;
}
footer .service-footer .social-wrapper a i {
  vertical-align: middle;
}
footer .service-footer .social-wrapper a span {
  display: none;
}
@media (max-width: 767.98px) {
  footer .service-footer .social-wrapper a span {
    display: block;
    font-size: 0.5rem;
    flex-grow: 1;
    margin-top: 5px;
  }
}
footer .service-footer .service-wrapper .phone {
  font-size: 1.2rem;
}
footer .service-footer .service-wrapper .phone-description {
  font-size: 0.875rem;
}
footer .service-footer .service-footer-box:not(:first-of-type)::before {
  content: "";
  width: 1px;
  background-color: #dfdfdf;
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 0;
}
footer .sitemap-footer {
  font-size: 0.875rem;
}
footer .sitemap-footer .sitemap-button-container {
  background: #333;
  text-align: center;
}
footer .sitemap-footer .sitemap-btn {
  display: inline-block;
  width: 20rem;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #454545;
  cursor: pointer;
}
footer .sitemap-footer .sitemap-btn span {
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  margin-right: 0.625rem;
}
footer .sitemap-footer .sitemap-btn i {
  transform: rotate(180deg);
  vertical-align: middle;
  color: #fff;
  font-size: 1.25rem;
}
footer .sitemap-footer .sitemap-btn.collapsed i {
  transform: rotate(0);
}
footer .sitemap-footer .sitemap-content {
  background: #fff;
  text-align: left;
}
footer .sitemap-footer .sitemap-content a {
  color: #333;
  text-decoration: none;
}
footer .sitemap-footer .sitemap-content a:hover {
  color: #004a6e;
  text-decoration: none;
}
footer .sitemap-footer .sitemap-content .sitemap-row {
  padding-top: 2rem;
  border-bottom: 1px solid #a6a6a6;
}
footer .sitemap-footer .sitemap-title {
  font-weight: 700;
}
footer .legal-links-wrapper .legal-links {
  font-size: 0.875rem;
  font-weight: 400;
}
footer .legal-links-wrapper .legal-links a {
  color: #333;
  text-decoration: none;
}
footer .legal-links-wrapper .legal-links a:hover {
  color: #004a6e;
  text-decoration: none;
}

a.news {
  color: #333;
  position: relative;
}
a.news:hover {
  text-decoration: none;
}
a.news:hover span {
  color: #666;
}
a.news > div {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
  position: relative;
  min-height: 100%;
  height: 100%;
}
a.news > div .text-container time {
  font-weight: 900;
  font-size: 0.875rem;
}
a.news > div .text-container h2 {
  font-size: 1.5rem;
}
a.news > div .text-container p {
  font-size: 0.875rem;
}
a.news > div span {
  font-weight: 700;
  color: #004a6e;
}

a.special {
  color: #333;
  position: relative;
}
a.special:hover {
  text-decoration: none;
}
a.special:hover span {
  color: #666;
}
a.special > div {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
  position: relative;
  min-height: 100%;
}
a.special > div .row {
  min-height: 100%;
  height: 100%;
}
a.special > div .text-container {
  margin-left: -1rem;
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  a.special > div .text-container {
    margin-left: 1rem;
  }
}
a.special > div .text-container h3 {
  font-size: 1.5rem;
  color: #004a6e;
}
a.special > div span {
  font-weight: 700;
  font-size: 0.875rem;
  color: #004a6e;
}

.car-picture {
  position: relative;
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.23);
}
.car-picture img {
  position: relative;
  z-index: 2;
}
.car-picture .specials {
  background: #333;
  color: #fff !important;
}
.car-picture .specials i, .car-picture .specials span {
  color: #fff !important;
}
.car-picture .specials .border-top {
  border-color: #fff;
}
.car-picture .buttons {
  z-index: 3;
  position: relative;
  font-size: 1rem;
  min-height: 5rem;
}
@media (max-width: 1199.98px) {
  .car-picture .buttons {
    font-size: 0.9rem;
  }
}
.car-picture .buttons i {
  color: #004a6e;
  font-size: 2rem;
}
.car-picture .buttons a * {
  vertical-align: middle;
}
.car-picture .buttons a:not(:last-of-type) {
  border-right: 1px solid #e5e5e5;
}
.car-picture .buttons a:hover {
  text-decoration: none;
}
.car-picture .buttons a:hover span i {
  visibility: visible;
}
.car-picture .buttons a span {
  font-weight: 700;
  color: #333;
}
.car-picture .buttons a span i {
  font-size: 1rem;
  color: #004a6e;
  font-weight: 400;
  visibility: hidden;
}
.car-picture .buttons .price-container {
  height: 5rem;
  font-size: 0.875rem;
}
.car-picture .buttons .price-container.moved {
  margin-top: -5rem;
}
@media (max-width: 991.98px) {
  .car-picture .buttons .price-container.moved {
    margin-top: 0;
  }
}
.car-picture .buttons .price-container .h4 {
  font-weight: 900;
  font-size: 1.5rem;
}
.car-picture .buttons .price-container .h4 .small {
  font-size: 0.625rem;
}

.capcha {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  fill: #fff;
  padding: 0.2rem;
  margin-right: 1rem;
  background: #ccc;
  box-shadow: none;
  border-radius: 0;
  line-height: 2.5rem;
}
.capcha.active {
  background: #004a6e !important;
}
.capcha svg {
  width: 90%;
  height: 90%;
  vertical-align: middle;
}
.capcha.btn:before {
  content: "";
}

svg {
  transform: translateX(0); /* Crisp fix for non-retina */
  -ms-transform: translate(0.5px, -0.3px); /* Crisp fix for IE */
}
.footer-icons {
  height: 4rem;
  background: #004a6e;
  color: #fff;
  fill: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1900000;
  font-size: 0;
}
.footer-icons a.footer-icon {
  padding: 1rem 0;
  width: 33%;
  text-align: center;
  display: inline-block;
}
.footer-icons a.footer-icon svg {
  height: 2rem;
  width: 2rem;
  fill: #fff;
}

@media (max-width: 991px) {
  .callback-ip {
    display: none !important;
  }
  #cleversite_clever_container {
    display: none !important;
  }
  #onicon .onicon-bookmark {
    display: none !important;
  }
}
.cars-in-stock {
  display: inline-block;
  height: 3.125rem;
  width: 3.125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='131.984mm' height='106.471mm' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 13222.18 10666.32'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .str0 %7Bstroke:%237f7f7f;stroke-width:20.04;stroke-miterlimit:22.926%7D .fil0 %7Bfill:%237f7f7f%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='fil0 str0' d='M12669.89 6534.99l0 3580.15c0,297.65 -243.54,541.15 -541.18,541.15l-592.26 0c-297.64,0 -541.17,-243.51 -541.17,-541.15l0 -490.46c-167.1,51.28 -214.39,67.32 -459.8,-61.6 -74.42,-39.09 -183.03,-75.85 -607.27,-64.5 -843.17,22.61 -2301.92,20.89 -3317.1,16.01 -1015.22,4.88 -2473.93,6.6 -3317.15,-16.01 -424.23,-11.35 -532.8,25.41 -607.23,64.5 -245.44,128.92 -292.73,112.88 -459.83,61.6l0 490.46c0,297.65 -243.5,541.15 -541.14,541.15l-592.29 0c-297.65,0 -541.18,-243.51 -541.18,-541.15l0 -3580.15c-59.87,-691.41 -165.72,-1579.01 170.42,-2047.42 169.71,-236.51 339.42,-472.98 509.13,-709.49 60.44,-98.35 185.08,-208.4 245.45,-306.76 43.61,-71 46.36,-194.59 89.97,-265.62 -272.34,24.94 -1046.49,4.91 -1301.69,-29.12 -146.56,-19.55 -237.21,-139.57 -251.94,-307.61 -23.5,-268.1 66.76,-425.48 274.03,-504.33 271.35,-103.2 699.16,-196.17 932.45,-124.64 221.1,67.78 258.3,293.55 258.3,293.55l-45.37 426.5c0,0 124.11,12.9 202.78,-36.83 41.38,-26.16 289.87,-809.14 607.2,-1430.93 285.69,-559.81 641.69,-960.19 703.69,-1058.19 130.76,-206.92 316.05,-415.4 316.05,-415.4l280.01 -6.47c0,0 24.42,12.44 37.32,90.86 0.78,4.74 14.89,7.63 33.58,7.35 231.1,-3.47 1730.84,-88 2980.19,-100.02l0 -0.32 17.25 0.14 17.21 -0.14 0 0.32c1249.35,12.02 2749.09,96.55 2980.23,100.02 18.65,0.28 32.76,-2.61 33.54,-7.35 12.89,-78.42 37.32,-90.86 37.32,-90.86l280 6.47c0,0 185.3,208.47 316.1,415.4 61.95,98.01 417.94,498.39 703.65,1058.19 317.36,621.8 565.85,1404.78 607.23,1430.93 78.64,49.73 202.75,36.83 202.75,36.83l-45.38 -426.5c0,0 37.22,-225.77 258.31,-293.55 233.29,-71.53 661.13,21.45 932.45,124.64 207.27,78.85 297.54,236.22 274.03,504.33 -14.74,168.04 -105.39,288.07 -251.94,307.61 -255.17,34.03 -1029.32,54.07 -1301.69,29.12 43.61,71.03 46.36,194.62 89.97,265.62 60.4,98.36 185.05,208.41 245.45,306.76 169.71,236.51 339.41,472.98 509.13,709.49 336.16,468.41 230.28,1356.01 170.42,2047.42zm-6058.78 563.16c719.44,-27.17 2504.64,-99.24 2602.89,-148.36 62.93,-31.46 252.15,-192.97 399.74,-384.44 141.29,-183.32 242.55,-397.67 242.55,-397.67l16.09 -79.09 86.62 -814.62c0,0 22.16,-47.29 -23.92,-98.36 -186.03,-206.22 -478.91,-522.28 -721.25,-651.09 -136.6,-72.66 -594.3,-65.18 -1064.02,-75.64 -637.03,-14.17 -1335.12,-18.16 -1537.88,-19.04l-1.62 0c-202.79,0.88 -900.89,4.88 -1537.92,19.04 -469.72,10.46 -927.4,2.98 -1064.02,75.64 -242.3,128.81 -535.21,444.87 -721.25,651.09 -46.05,51.07 -23.92,98.36 -23.92,98.36l86.62 814.62 16.08 79.09c0,0 101.29,214.35 242.56,397.67 147.59,191.47 336.8,352.98 399.74,384.44 98.29,49.12 1883.49,121.19 2602.93,148.36zm-17.25 -4116.37l0 -0.53 17.25 0.28 17.21 -0.28 0 0.53c104.93,1.51 206.71,2.9 304.39,3.5 1689.46,10.04 2911.11,96.05 3302.51,149.63 29.65,4.07 54.32,-7.38 73.4,-13.25 351.33,-108.1 986.38,-189.18 986.38,-189.18l-828.83 -1984.2c-59.87,-143.31 -24.06,-147.87 -170.31,-159.15 -1066.89,-82.42 -1808.31,-89.83 -2692.44,-105.53 -328.18,-5.83 -652.26,-5.79 -975.1,-3.04l0 0.32 -17.21 -0.15 -17.25 0.15 0 -0.32c-322.84,-2.75 -646.88,-2.8 -975.1,3.04 -864.34,15.34 -1590.71,48.18 -2621.3,100.09 -84.92,4.28 -177.69,11.98 -234.13,147.08l-836.14 2001.7c0,0 635.08,81.08 986.37,189.18 19.12,5.87 43.76,17.32 73.41,13.25 391.4,-53.58 1613.08,-139.59 3302.5,-149.63 97.69,-0.6 199.47,-1.98 304.4,-3.5zm-4225.62 3246.88c39.02,0 70.68,-31.64 70.68,-70.69 0,-39.02 -31.66,-70.69 -70.68,-70.69l-999.6 0c-82.66,0 -157.76,33.79 -212.15,88.18l-4.03 4.39c-52.02,54.04 -84.15,127.37 -84.15,207.77l0 974.78c0,82.31 81.93,204.41 181.8,303.72 100.23,99.7 224.34,182.12 306.8,183.18l898.1 11.7c38.87,0.45 70.79,-30.72 71.21,-69.6 0.46,-38.87 -30.68,-70.79 -69.56,-71.21l-898.1 -11.7c-44.35,-0.56 -130.97,-64.64 -209.08,-142.32 -76.8,-76.38 -139.77,-160.42 -139.77,-203.78l0 -974.78c0,-42.28 16.64,-80.8 43.65,-109.35l3.07 -2.87c28.84,-28.84 68.56,-46.75 112.21,-46.75l999.6 0zm1378.24 -1805.24c0,0 -2293.29,-237.01 -2458.48,-486.3 0,0 10.32,-13.96 0,0 -62.62,85.03 -170.77,865.16 40.53,959.07 243.15,108.07 1756.04,162.11 1756.04,162.11l661.91 -634.87zm7107.5 1805.24c-39.06,0 -70.69,-31.64 -70.69,-70.69 0,-39.02 31.63,-70.69 70.69,-70.69l999.59 0c82.63,0 157.73,33.79 212.12,88.18l4.03 4.39c52.02,54.04 84.15,127.37 84.15,207.77l0 974.78c0,82.31 -81.93,204.41 -181.8,303.72 -100.23,99.7 -224.34,182.12 -306.8,183.18l-898.06 11.7c-38.88,0.45 -70.79,-30.72 -71.25,-69.6 -0.46,-38.87 30.68,-70.79 69.59,-71.21l898.06 -11.7c44.36,-0.56 131.02,-64.64 209.09,-142.32 76.8,-76.38 139.81,-160.42 139.81,-203.78l0 -974.78c0,-42.28 -16.65,-80.8 -43.69,-109.35l-3.08 -2.87c-28.8,-28.84 -68.56,-46.75 -112.17,-46.75l-999.59 0zm-1378.28 -1805.24c0,0 2293.34,-237.01 2458.48,-486.3 0,0 -10.29,-13.96 0,0 62.66,85.03 170.77,865.16 -40.53,959.07 -243.12,108.07 -1756.05,162.11 -1756.05,162.11l-661.9 -634.87z'/%3E%3Cpath class='fil0 str0' d='M2072.01 7247.17c105.67,-82.77 210.35,-166.04 315.04,-249.34 45.13,83.3 92.35,166.57 140.58,249.34 -105.7,83.26 -211.41,166 -317.12,248.77 -48.21,-82.77 -94.39,-165.51 -138.5,-248.77zm1581.31 -3719.22c81.11,-82.77 161.12,-166.04 241.16,-249.34 24.63,83.3 50.29,166.57 78,249.34 -80.04,83.26 -162.14,166.56 -242.2,249.3 -28.73,-82.74 -52.33,-166.04 -76.97,-249.3zm149.85 -65.03c19.51,0 40,0 60.54,0 22.58,0 32.83,29.01 20.53,65.03 -12.33,35.97 -40.04,65.56 -62.58,65.56 -21.56,0 -41.07,0 -61.6,0 -22.55,0 -31.81,-29.58 -19.48,-65.56 12.3,-36.01 40,-65.03 62.59,-65.03zm178.54 65.03c78,-82.77 154.97,-166.04 231.91,-249.34 27.71,83.3 56.44,166.57 87.23,249.34 -76.94,83.26 -155.96,166.56 -232.94,249.3 -31.81,-82.74 -58.49,-166.04 -86.2,-249.3zm147.8 -65.03c19.48,0 38.98,0 59.52,0 23.57,0 33.86,29.01 23.57,65.03 -10.25,35.97 -36.94,65.56 -60.54,65.56 -20.5,0 -41.03,0 -60.54,0 -22.58,0 -32.94,-29.26 -21.56,-65.56 11.2,-35.73 36.97,-65.03 59.55,-65.03zm180.59 65.03c74.92,-82.77 148.79,-166.04 221.66,-249.34 31.81,83.3 63.61,166.57 97.48,249.34 -73.86,83.26 -149.81,166.56 -223.71,249.3 -33.85,-82.74 -64.64,-166.04 -95.42,-249.3zm145.71 -65.03c19.51,0 38.98,0 59.52,0 22.58,0 35.87,29.26 26.68,65.03 -9.29,36.26 -35.9,65.56 -58.49,65.56 -21.56,0 -41.03,0 -61.56,0 -22.59,0 -33.4,-29.44 -23.61,-65.56 9.72,-35.87 34.88,-65.03 57.46,-65.03zm182.65 65.03c71.85,-82.77 142.64,-166.04 212.43,-249.34 34.88,83.3 69.77,166.57 106.73,249.34 -69.8,83.26 -142.64,166.56 -213.46,249.3 -37.96,-82.74 -71.81,-166.04 -105.7,-249.3zm142.64 -65.03c19.51,0 40.04,0 60.57,0 22.55,0 36.41,29.12 28.74,65.03 -7.74,36.08 -32.87,65.56 -56.44,65.56 -20.54,0 -41.07,0 -60.54,0 -22.59,0 -36.48,-29.44 -27.71,-65.56 8.7,-35.9 32.83,-65.03 55.38,-65.03zm185.75 65.03c68.77,-82.77 136.49,-166.04 203.18,-249.34 37.99,83.3 75.95,166.57 115.96,249.34 -66.69,83.26 -136.46,166.56 -204.21,249.3 -41.03,-82.74 -76.94,-166.04 -114.93,-249.3zm140.58 -65.03c19.52,0 39.02,0 59.52,0 23.61,0 38.49,29.12 31.81,65.03 -6.68,36.08 -30.79,65.56 -53.37,65.56 -21.52,0 -41.03,0 -61.56,0 -22.55,0 -36.94,-29.58 -29.76,-65.56 7.21,-36.01 30.79,-65.03 53.37,-65.03zm187.81 65.03c65.67,-82.77 130.3,-166.04 193.95,-249.34 40.01,83.3 82.07,166.57 125.19,249.34 -64.65,83.26 -130.34,166.56 -194.98,249.3 -43.08,-82.74 -83.12,-166.04 -124.15,-249.3zm138.54 -65.03c19.48,0 38.98,0 59.52,0 23.6,0 38.45,29.08 33.85,65.03 -4.63,36.04 -27.71,65.56 -51.31,65.56 -20.54,0 -41.03,0 -60.54,0 -23.61,0 -38.49,-29.47 -32.84,-65.56 5.62,-35.94 27.71,-65.03 51.32,-65.03zm190.84 65.03c61.6,-82.77 123.16,-166.04 183.7,-249.34 43.12,83.3 88.25,166.57 134.44,249.34 -61.6,83.26 -123.16,166.56 -184.73,249.3 -47.21,-82.74 -90.29,-166.04 -133.41,-249.3zm134.43 -65.03c20.54,0 40.04,0 60.55,0 22.58,0 39.51,29.05 35.93,65.03 -3.61,36.04 -25.66,65.56 -48.24,65.56 -21.56,0 -41.03,0 -61.56,0 -22.59,0 -39.02,-29.58 -34.92,-65.56 4.14,-36.01 25.66,-65.03 48.24,-65.03zm193.96 65.03c58.49,-82.77 116.98,-166.04 174.44,-249.34 46.19,83.3 94.4,166.57 143.66,249.34 -58.49,83.26 -116.97,166.56 -175.47,249.3 -50.29,-82.74 -96.44,-166.04 -142.64,-249.3zm132.39 -65.03c19.48,0 40,0 59.52,0 23.6,0 41.55,29.05 38.98,65.03 -2.54,36.01 -22.55,65.56 -46.15,65.56 -20.54,0 -41.07,0 -60.58,0 -23.57,0 -41.03,-29.54 -37.96,-65.56 3.08,-36.01 22.58,-65.03 46.19,-65.03zm194.98 65.03c56.44,-82.77 111.85,-166.04 166.24,-249.34 49.24,83.3 100.55,166.57 152.9,249.34 -54.4,83.26 -110.84,166.56 -166.25,249.3 -52.34,-82.74 -103.66,-166.04 -152.88,-249.3zm131.33 -65.03c19.51,0 39.02,0 59.52,0 22.58,0 42.09,29.01 41.06,65.03 -1.02,36.01 -20.54,65.56 -43.12,65.56 -20.5,0 -41.03,0 -61.56,0 -22.59,0 -41.56,-29.58 -40.01,-65.56 1.52,-36.05 20.54,-65.03 44.11,-65.03zm197.02 65.03c53.37,-82.77 105.71,-166.04 156,-249.34 53.37,83.3 107.75,166.57 163.17,249.34 -51.32,83.26 -103.66,166.56 -156,249.3 -56.44,-82.74 -109.81,-166.04 -163.17,-249.3zm128.29 -65.03c20.54,0 40.01,0 60.54,0 22.59,0 42.59,29.01 43.12,65.03 0.5,35.97 -18.48,65.56 -41.06,65.56 -20.54,0 -41.03,0 -60.54,0 -23.61,0 -42.1,-29.54 -42.1,-65.56 0,-36.01 17.46,-65.03 40.04,-65.03zm200.1 65.03c50.29,-82.77 99.56,-166.04 146.74,-249.34 56.44,83.3 113.9,166.57 172.39,249.34 -48.24,83.26 -97.47,166.56 -146.73,249.3 -58.5,-82.74 -115.96,-166.04 -172.4,-249.3zm126.21 -65.03c19.51,0 40.04,0 59.52,0 22.58,0 44.67,28.97 46.19,65.03 1.55,35.97 -15.38,65.56 -37.96,65.56 -20.54,0 -41.03,0 -61.56,0 -22.59,0 -42.59,-29.58 -44.15,-65.56 -1.55,-36.05 15.41,-65.03 37.96,-65.03zm202.19 65.03c47.17,-82.77 93.37,-166.04 137.51,-249.34 59.52,83.3 120.06,166.57 181.62,249.34 -45.16,83.26 -91.31,166.56 -137.51,249.3 -61.57,-82.74 -122.11,-166.04 -181.62,-249.3zm124.15 -65.03c19.51,0 38.98,0 59.51,0 22.59,0 44.64,28.97 48.25,65.03 3.57,35.94 -13.36,65.56 -35.9,65.56 -20.54,0 -40.04,0 -60.58,0 -23.57,0 -44.64,-29.61 -47.18,-65.56 -2.57,-36.05 12.3,-65.03 35.91,-65.03zm204.2 65.03c44.14,-82.77 87.23,-166.04 128.29,-249.34 62.59,83.3 126.21,166.57 190.88,249.34 -42.1,83.26 -84.15,166.56 -127.27,249.3 -65.67,-82.74 -129.31,-166.04 -191.91,-249.3zm121.12 -65.03c20.5,0 40,0 60.54,0 22.58,0 45.66,28.94 50.29,65.03 4.6,35.94 -10.29,65.56 -32.87,65.56 -20.5,0 -41.03,0 -61.56,0 -22.59,0 -45.13,-29.58 -49.27,-65.56 -4.1,-36.01 10.29,-65.03 32.87,-65.03zm207.27 65.03c41.03,-82.77 80.05,-166.04 118.01,-249.34 66.72,83.3 133.41,166.57 201.12,249.34 -38.98,83.26 -78,166.56 -118,249.3 -68.77,-82.74 -135.46,-166.04 -201.13,-249.3zm119.03 -65.03c19.51,0 40.04,0 59.52,0 22.58,0 47.21,29.01 53.37,65.03 6.14,35.97 -7.18,65.56 -30.79,65.56 -20.54,0 -40.01,0 -60.54,0 -23.61,0 -46.72,-29.65 -52.34,-65.56 -5.65,-36.08 8.2,-65.03 30.79,-65.03zm210.39 65.03c36.93,-82.77 72.83,-166.04 107.71,-249.34 68.77,83.3 139.57,166.57 210.39,249.34 -35.9,83.26 -71.85,166.56 -108.78,249.3 -71.85,-82.74 -141.61,-166.04 -209.33,-249.3zm114.93 -65.03c19.48,0 40,0 60.54,0 22.55,0 48.21,29.01 55.42,65.03 7.17,36.01 -5.13,65.56 -28.73,65.56 -20.54,0 -41.07,0 -60.55,0 -22.58,0 -47.75,-29.65 -54.39,-65.56 -6.71,-36.12 5.13,-65.03 27.71,-65.03zm213.42 65.03c33.86,-82.77 66.73,-166.04 98.54,-249.34 71.81,83.3 145.71,166.57 219.57,249.34 -31.81,83.26 -65.67,166.56 -99.52,249.3 -73.9,-82.74 -147.77,-166.04 -218.59,-249.3zm112.88 -65.03c19.51,0 39.02,0 59.52,0 23.6,0 49.76,28.9 58.49,65.03 8.7,35.87 -2.04,65.56 -25.66,65.56 -20.5,0 -41.03,0 -61.56,0 -22.55,0 -48.21,-29.58 -56.44,-65.56 -8.2,-36.01 3.08,-65.03 25.66,-65.03zm215.51 65.03c30.79,-82.77 60.54,-166.04 89.28,-249.34 74.91,83.3 151.85,166.57 228.83,249.34 -28.73,83.26 -58.5,166.56 -89.27,249.3 -78,-82.74 -153.92,-166.04 -228.84,-249.3zm109.81 -65.03c20.54,0 40.01,0 60.54,0 22.59,0 50.29,29.01 60.54,65.03 10.25,35.97 0,65.56 -23.6,65.56 -20.54,0 -41.03,0 -60.54,0 -22.59,0 -50.29,-29.58 -59.52,-65.56 -9.26,-36.01 1.02,-65.03 22.58,-65.03zm218.55 65.03c27.74,-82.77 54.39,-166.04 79.02,-249.34 79.02,83.3 159.08,166.57 239.12,249.34 -25.66,83.26 -52.34,166.56 -80.04,249.3 -81.08,-82.74 -160.1,-166.04 -238.1,-249.3zm107.75 -65.03c19.51,0 40.04,0 60.54,0 22.58,0 51.32,29.01 62.62,65.03 11.28,35.97 3.08,65.56 -20.53,65.56 -20.54,0 -41.03,0 -61.57,0 -22.58,0 -51.77,-29.44 -62.58,-65.56 -10.75,-35.87 -1.06,-65.03 21.52,-65.03zm220.64 65.03c24.63,-82.77 48.24,-166.04 69.8,-249.34 82.07,83.3 165.23,166.57 249.34,249.34 -23.57,83.26 -47.18,166.56 -71.82,249.3 -83.12,-82.74 -166.24,-166.04 -247.31,-249.3zm105.71 -65.03c19.51,0 38.98,0 59.51,0 23.61,0 52.92,29.19 65.67,65.03 12.9,36.16 5.16,65.56 -18.44,65.56 -20.54,0 -40.04,0 -60.58,0 -22.55,0 -52.3,-29.58 -64.64,-65.56 -12.3,-36.01 -4.11,-65.03 18.48,-65.03zm-6056.55 1209.49c85.17,-82.77 168.29,-166.04 254.49,-249.3 18.87,47.86 38.77,95.74 59.31,143.52 -21.24,14.04 -42.77,29.16 -64.4,45.2 -4.63,-3.18 -10.18,-4.98 -16.47,-4.98 -22.54,0 -45.13,0 -67.71,0 -26.68,0 -55.87,29.4 -66.69,65.56 -7.2,24.06 -3.36,45.09 7.7,56.33 -20.04,17.71 -40.04,35.87 -59.9,54.36 -15.87,-36.87 -31.28,-73.72 -46.33,-110.69zm354.47 -12.86l5.73 12.86c-83.12,83.26 -168.29,166.03 -252.44,248.77 -6.25,-13.64 -12.47,-27.29 -18.62,-40.89 78.88,-74.88 170.7,-156.81 265.34,-220.74zm17 12.86c19.69,-19.83 39.3,-39.69 58.89,-59.55 3.57,-1.98 7.13,-3.93 10.7,-5.84 43.9,-23.32 149.29,-35.65 239.97,-42.41 17,35.97 34.35,71.96 51.67,107.79 -81.08,83.26 -162.15,166.03 -243.19,248.77 -42.1,-82.74 -80.04,-165.51 -118.04,-248.77zm193.36 -196.53l51.91 -52.76c6.47,14.99 13.07,29.96 19.8,44.95 -25.31,2.3 -49.24,4.88 -71.71,7.81zm-30.18 130.98c22.58,0 45.16,0 67.75,0 25.62,0 39.51,29.43 30.78,65.56 -8.69,35.87 -35.93,64.99 -62.62,64.99 -22.55,0 -46.15,0 -68.73,0 -26.69,0 -40.04,-29.01 -30.79,-64.99 9.23,-36.01 36.94,-65.56 63.61,-65.56zm208.3 65.56c37.11,-38.84 74,-77.82 110.86,-116.88 62.38,-2.39 124.86,-4.06 187.35,-5.37 20.68,40.85 41.85,81.61 63.01,122.25 -76.94,83.26 -155.96,166.03 -232.93,248.77 -45.17,-82.74 -87.23,-165.51 -128.29,-248.77zm208.33 -220.08l27.71 -29.22c4.42,9.4 8.87,18.8 13.35,28.24l-41.06 0.98zm-47.21 154.52c22.58,0 45.16,0 67.75,0 25.66,0 41.02,29.54 33.85,65.56 -7.17,35.97 -34.91,64.99 -60.54,64.99 -23.6,0 -46.19,0 -68.77,0 -26.68,0 -42.06,-29.01 -33.86,-64.99 8.2,-36.01 35.91,-65.56 61.57,-65.56zm211.41 65.56c38.24,-41.66 75.95,-83.51 113.55,-125.36 58.67,-0.85 117.26,-1.7 175.86,-2.8 23.46,42.8 47.5,85.56 71.78,128.15 -73.86,83.26 -150.84,166.03 -224.73,248.77 -48.21,-82.74 -92.35,-165.51 -136.46,-248.77zm204.49 -226.79l20.25 -22.51 11.45 21.98 -31.7 0.53zm-47.51 161.23c22.59,0 45.17,0 68.77,0 25.67,0 42.07,29.54 35.91,65.56 -6.15,35.97 -31.81,64.99 -57.46,64.99 -23.61,0 -47.22,0 -69.81,0 -25.62,0 -41.56,-28.9 -34.88,-64.99 6.68,-35.9 32.87,-65.56 57.46,-65.56zm214.5 65.56c38.73,-44 76.86,-88.14 115.07,-132.32 55.34,-1.17 110.72,-2.29 166.14,-3.33 26.33,45.31 53.16,90.54 80.01,135.64 -70.83,83.26 -143.67,166.03 -215.51,248.77 -50.3,-82.74 -97.48,-165.51 -145.71,-248.77zm203.25 -234.14l13.28 -15.16 8.23 14.78 -21.52 0.38zm-48.32 168.58c22.59,0 45.17,0 68.77,0 25.66,0 43.62,29.61 38.98,65.56 -4.63,36.04 -29.75,64.99 -56.43,64.99 -22.59,0 -46.19,0 -68.74,0 -25.66,0 -43.61,-29.08 -37.99,-64.99 5.65,-36.08 30.82,-65.56 55.41,-65.56zm217.56 65.56c39.05,-46.3 77.47,-92.78 115.75,-139.32 51.91,-0.84 103.8,-1.65 155.71,-2.4 29.33,47.33 59.38,94.61 89.77,141.72 -67.75,83.26 -138.54,166.03 -206.25,248.77 -54.4,-82.74 -104.69,-165.51 -154.98,-248.77zm198.55 -239.97l7.7 -9.33 5.45 9.16 -13.15 0.17zm-45.62 174.41c21.52,0 44.11,0 67.71,0 25.66,0 44.64,29.51 41.03,65.56 -3.57,35.94 -26.65,64.99 -53.37,64.99 -23.57,0 -46.15,0 -68.74,0 -25.66,0 -44.1,-29.01 -40,-64.99 4.1,-36.01 27.71,-65.56 53.37,-65.56zm218.55 65.56c38.73,-48.03 76.73,-96.23 114.65,-144.51 49.72,-0.53 99.38,-1.06 149.07,-1.48 32.2,48.77 65.03,97.47 97.51,145.99 -64.64,83.26 -131.37,166.03 -196,248.77 -57.46,-82.74 -110.83,-165.51 -165.22,-248.77zm193.07 -244.28l3.96 -5.02 3.15 4.95 -7.1 0.07zm-42.2 178.72c22.58,0 44.1,0 67.71,0 25.66,0 45.17,29.47 43.12,65.56 -2.08,35.94 -23.61,64.99 -50.29,64.99 -23.61,0 -46.19,0 -68.77,0 -25.66,0 -46.68,-29.04 -44.11,-64.99 2.54,-36.04 26.69,-65.56 52.34,-65.56zm221.66 65.56c37.68,-49.06 74.67,-98.25 111.36,-147.56 48.35,-0.24 96.62,-0.45 144.93,-0.56 34.46,49.48 69.48,98.89 104.9,148.12 -61.56,83.26 -125.18,166.03 -186.75,248.77 -61.6,-82.74 -118,-165.51 -174.44,-248.77zm185.29 -247.32l1.45 -1.97 1.34 1.94 -2.8 0.03zm-37.53 181.77c22.58,0 45.13,0 67.71,0 26.68,0 46.68,29.54 46.19,65.56 -0.53,35.97 -21.56,64.99 -48.25,64.99 -23.6,0 -46.19,0 -68.73,0 -25.66,0 -47.21,-29.01 -46.19,-64.99 1.02,-36.01 23.61,-65.56 49.27,-65.56zm223.71 65.56c36,-49.27 71.35,-98.71 106.58,-148.26 48.18,0.1 96.38,0.21 144.58,0.42 35.91,49.41 72.45,98.71 109,147.84 -57.46,83.26 -118,166.03 -176.5,248.77 -63.61,-82.74 -123.12,-165.51 -183.66,-248.77zm177.37 -247.68l1.17 -1.62 1.16 1.66 -2.33 -0.04zm-31.66 182.12c22.58,0 45.16,0 67.71,0 26.68,0 47.21,29.58 48.24,65.56 1.03,36.01 -18.48,64.99 -45.16,64.99 -23.61,0 -46.16,0 -68.74,0 -26.68,0 -49.27,-28.97 -49.27,-64.99 0,-36.01 20.54,-65.56 47.22,-65.56zm226.78 65.56c33.79,-48.67 66.52,-97.51 99.24,-146.45 49.34,0.42 98.68,0.88 148.05,1.37 37.08,48.46 74.64,96.87 112.91,145.08 -55.41,83.26 -111.85,166.03 -167.27,248.77 -66.72,-82.74 -130.33,-165.51 -192.93,-248.77zm165.26 -244.85l3.05 -4.45 3.39 4.52 -6.43 -0.07zm-22.62 179.29c22.59,0 45.17,0 67.72,0 26.68,0 49.26,29.54 51.31,65.56 2.05,35.97 -16.4,64.99 -43.08,64.99 -23.61,0 -46.19,0 -68.77,0 -26.69,0 -49.77,-28.97 -51.32,-64.99 -1.51,-35.97 18.48,-65.56 44.14,-65.56zm228.84 65.56c31.1,-47.36 61.56,-94.89 91.7,-142.47 51.49,0.71 102.99,1.49 154.45,2.3 37.78,46.82 75.91,93.58 114.05,140.16 -51.31,83.26 -104.68,166.03 -157.02,248.77 -70.79,-82.74 -136.46,-165.51 -203.18,-248.77zm153.74 -240.81l5.33 -8.49 6.82 8.63 -12.15 -0.14zm-13.15 175.26c22.59,0 45.17,0 67.72,0 26.68,0 50.29,29.61 53.36,65.56 3.12,36.08 -13.32,64.99 -40,64.99 -23.61,0 -46.19,0 -68.77,0 -26.65,0 -51.81,-28.97 -54.39,-64.99 -2.54,-35.97 16.43,-65.56 42.09,-65.56zm230.89 65.56c28.17,-45.41 55.7,-90.97 82.95,-136.64 54.78,1.03 109.49,2.09 164.24,3.19 37.64,44.56 75.56,89.09 114.05,133.45 -49.27,83.26 -99.56,166.03 -147.77,248.77 -73.9,-82.74 -143.66,-165.51 -213.46,-248.77zm141.61 -235.41l8.23 -13.88 11.91 14.25 -20.15 -0.36zm-3.08 169.86c22.58,0 45.17,0 68.77,0 24.63,0 50.79,29.61 55.42,65.56 4.59,36.04 -12.33,64.99 -38,64.99 -23.6,0 -46.15,0 -68.73,0 -26.69,0 -52.34,-29.01 -56.44,-64.99 -4.1,-36.01 13.32,-65.56 38.98,-65.56zm232.94 65.56c25.06,-42.98 49.79,-86.05 74.28,-129.21 58.24,1.27 116.56,2.19 174.9,3.08 37.15,42.13 74.6,84.18 112.03,126.14 -45.13,83.26 -92.35,166.03 -138.54,248.77 -75.91,-82.74 -149.81,-165.51 -222.68,-248.77zm129.91 -228.27l11.7 -21.03 18.69 21.59 -30.39 -0.56zm6.57 162.71c22.58,0 45.17,0 68.77,0 24.63,0 51.31,29.68 57.46,65.56 6.19,36.16 -9.26,64.99 -34.91,64.99 -23.57,0 -46.15,0 -69.77,0 -25.66,0 -52.84,-28.9 -58.5,-64.99 -5.65,-35.94 11.28,-65.56 36.94,-65.56zm236.04 65.56c22.34,-40.96 44.18,-82.07 65.81,-123.24 61.67,1.1 123.3,2.47 184.9,4.46 36.51,39.69 73.26,79.27 110.48,118.78 -42.06,83.26 -87.23,166.03 -129.28,248.77 -80.04,-82.74 -155.99,-165.51 -231.91,-248.77zm117.26 -222.12l14.07 -27.18 25.56 28.02 -39.62 -0.84zm16.12 156.56c22.58,0 45.16,0 68.77,0 25.66,0 51.84,29.65 59.52,65.56 7.7,36.08 -6.15,64.99 -31.81,64.99 -23.61,0 -46.19,0 -69.81,0 -25.66,0 -54.32,-28.8 -61.56,-64.99 -7.14,-35.83 9.26,-65.56 34.88,-65.56zm238.1 65.56c18.76,-36.97 37.39,-74.04 55.66,-111.19 68.03,4 156.45,11.07 221.77,24.35 27.88,28.98 55.83,57.96 83.79,86.84 -39.02,83.26 -80.04,166.03 -119.06,248.77 -83.12,-82.74 -162.11,-165.51 -242.16,-248.77zm102.73 -208.26c6.5,-13.68 12.96,-27.36 19.36,-41.03 14.67,15.45 29.4,30.93 44.11,46.36 -20.26,-1.97 -41.45,-3.75 -63.47,-5.33zm29.61 142.71c21.56,0 44.14,0 67.75,0 25.66,0 52.91,29.86 61.56,65.56 8.81,36.37 -3.08,64.99 -28.73,64.99 -23.6,0 -47.21,0 -69.77,0 -25.66,0 -55.38,-28.76 -63.64,-64.99 -8.16,-35.8 6.18,-65.56 32.83,-65.56zm240.14 65.56c6.26,-13.29 12.48,-26.62 18.62,-39.94 29.3,17.89 58.46,37.79 87.19,59.03 13.47,26.75 37.5,45.83 59.24,45.9 42.06,34.11 82.66,70.02 120.91,105.32 -11.63,26.16 -23.19,52.3 -34.53,78.46 -87.23,-82.74 -169.32,-165.51 -251.42,-248.77zm60.3 -131.65c17.49,-39.19 34.63,-78.42 51.56,-117.65 82.1,83.26 165.22,166.53 249.37,249.3 -10.68,24.7 -21.53,49.41 -32.45,74.04 -21.17,-19.05 -42.45,-37.65 -63.68,-55.6 -0.49,-5.83 -1.59,-12.05 -3.43,-18.44 -10.18,-35.76 -38.98,-65.56 -64.64,-65.56l-38 0c-33.39,-24.52 -66.44,-46.75 -98.74,-66.09zm-6217.39 703.86c91.32,-82.73 182.64,-166.03 273.96,-249.3 13.89,34.14 28.27,68.28 42.98,102.35 -22.97,25.09 -44.85,49.23 -65.42,72.02 -2.83,3.15 -5.41,6.29 -7.74,9.37l-68.31 0c-26.68,0 -58.99,29.72 -70.82,65.56 -11.77,35.66 1.02,65.03 28.76,65.03 23.57,0 48.21,0 72.84,0 8.16,0 16.72,-2.57 25.03,-7.06l7.7 72.23c-43.51,39.59 -87.16,79.06 -131.23,118.57 -36.97,-82.73 -73.9,-165.47 -107.75,-248.77zm360.98 -46.58l20.74 46.58 -50.92 46.47 -5.3 -50.04 -1.13 -2.44c0.56,-0.7 1.13,-1.34 1.55,-1.8 11.66,-12.93 23.36,-25.87 35.06,-38.77zm33.08 46.58c88.24,-82.73 175.47,-166.03 263.71,-249.3 36.93,83.27 76.97,166.57 118,249.3 -88.25,83.3 -175.47,166.04 -264.74,248.77 -40.04,-82.73 -80.05,-165.47 -116.98,-248.77zm172.39 -65.56c23.61,0 48.21,0 72.84,0 27.71,0 41.59,29.72 31.81,65.56 -9.72,35.62 -41.03,65.03 -68.74,65.03 -24.63,0 -49.26,0 -72.87,0 -27.71,0 -41.52,-29.4 -30.79,-65.03 10.82,-35.83 41.07,-65.56 67.75,-65.56zm220.64 65.56c86.16,-82.73 170.35,-166.03 255.52,-249.3 40,83.27 83.12,166.57 127.23,249.3 -85.17,83.3 -169.32,166.04 -255.52,248.77 -44.14,-82.73 -86.2,-165.47 -127.23,-248.77zm171.34 -65.56c23.6,0 47.21,0 71.85,0 27.7,0 43.12,29.79 34.91,65.56 -8.23,35.73 -39.02,65.03 -66.72,65.03 -24.63,0 -49.27,0 -72.84,0 -27.71,0 -42.59,-29.43 -33.89,-65.03 8.77,-35.87 39.01,-65.56 66.69,-65.56zm222.72 65.56c82.06,-82.73 163.13,-166.03 245.23,-249.3 44.14,83.27 90.33,166.57 137.52,249.3 -82.1,83.3 -164.2,166.04 -246.3,248.77 -47.17,-82.73 -93.37,-165.47 -136.45,-248.77zm168.29 -65.56c23.57,0 47.18,0 71.81,0 27.71,0 44.18,29.58 36.94,65.56 -7.1,35.48 -35.9,65.03 -63.61,65.03 -24.63,0 -49.27,0 -72.87,0 -27.71,0 -43.58,-29.43 -35.91,-65.03 7.74,-35.87 36.98,-65.56 63.65,-65.56zm225.73 65.56c79.02,-82.73 157.02,-166.03 236.04,-249.3 46.19,83.27 95.42,166.57 145.71,249.3 -79.02,83.3 -157.02,166.04 -236,248.77 -50.3,-82.73 -99.56,-165.47 -145.75,-248.77zm165.22 -65.56c23.61,0 48.25,0 71.85,0 27.71,0 45.7,29.65 40.01,65.56 -5.62,35.55 -33.86,65.03 -61.57,65.03 -24.63,0 -48.24,0 -72.83,0 -26.69,0 -45.13,-29.54 -39.02,-65.03 6.22,-35.97 34.88,-65.56 61.56,-65.56zm228.87 65.56c75.92,-82.73 150.84,-166.03 225.73,-249.3 50.29,83.27 101.6,166.57 154.97,249.3 -75.95,83.3 -149.81,166.04 -225.76,248.77 -53.37,-82.73 -105.71,-165.47 -154.94,-248.77zm162.11 -65.56c24.63,0 48.25,0 72.87,0 27.71,0 46.72,29.65 42.06,65.56 -4.59,35.55 -30.78,65.03 -59.51,65.03 -24.63,0 -48.25,0 -72.84,0 -27.71,0 -46.15,-29.54 -41.06,-65.03 5.16,-35.97 31.81,-65.56 58.49,-65.56zm230.89 65.56c72.87,-82.73 144.69,-166.03 216.54,-249.3 53.37,83.27 108.78,166.57 165.22,249.3 -72.87,83.3 -143.66,166.04 -216.54,248.77 -56.43,-82.73 -111.85,-165.47 -165.22,-248.77zm161.12 -65.56c23.61,0 47.21,0 71.85,0 27.71,0 47.21,29.58 44.11,65.56 -3.05,35.48 -27.71,65.03 -56.44,65.03 -24.63,0 -48.21,0 -72.84,0 -27.71,0 -46.68,-29.5 -43.12,-65.03 3.61,-35.94 28.73,-65.56 56.44,-65.56zm231.91 65.56c69.81,-82.73 139.57,-166.03 208.34,-249.3 56.44,83.27 114.93,166.57 174.44,249.3 -69.77,83.3 -137.52,166.04 -207.31,248.77 -60.54,-82.73 -119.03,-165.47 -175.48,-248.77zm159.08 -65.56c23.61,0 47.21,0 71.85,0 26.65,0 49.27,29.58 47.18,65.56 -2.05,35.48 -26.69,65.03 -54.4,65.03 -24.63,0 -48.24,0 -72.83,0 -27.71,0 -47.72,-29.5 -45.17,-65.03 2.58,-35.94 25.66,-65.56 53.37,-65.56zm234.98 65.56c66.73,-82.73 132.39,-166.03 198.06,-249.3 59.52,83.27 121.12,166.57 183.7,249.3 -65.7,83.3 -131.36,166.04 -197.02,248.77 -63.61,-82.73 -126.21,-165.47 -184.73,-248.77zm156 -65.56c23.6,0 48.24,0 72.87,0 26.65,0 49.76,29.58 49.23,65.56 -0.49,35.48 -24.63,65.03 -52.33,65.03 -24.63,0 -48.21,0 -72.84,0 -27.71,0 -49.27,-29.54 -48.25,-65.03 1.03,-35.97 23.61,-65.56 51.32,-65.56zm238.06 65.56c63.61,-82.73 126.24,-166.03 188.83,-249.3 62.59,83.27 127.23,166.57 192.93,249.3 -62.62,83.3 -125.22,166.04 -187.81,248.77 -66.69,-82.73 -132.35,-165.47 -193.95,-248.77zm153.95 -65.56c23.61,0 47.21,0 71.81,0 26.69,0 50.79,29.54 51.32,65.56 0.49,35.44 -21.56,65.03 -48.25,65.03 -25.66,0 -49.23,0 -73.86,0 -27.71,0 -49.76,-29.58 -50.29,-65.03 -0.53,-36.01 21.56,-65.56 49.27,-65.56zm239.08 65.56c60.54,-82.73 120.06,-166.03 179.61,-249.3 65.66,83.27 134.4,166.57 203.18,249.3 -60.54,83.3 -119.03,166.04 -178.58,248.77 -69.77,-82.73 -138.54,-165.47 -204.21,-248.77zm151.9 -65.56c23.57,0 47.17,0 71.81,0 26.69,0 52.3,29.51 54.39,65.56 2.05,35.41 -19.51,65.03 -46.15,65.03 -25.66,0 -49.27,0 -73.89,0 -27.71,0 -50.82,-29.58 -52.34,-65.03 -1.55,-36.01 18.48,-65.56 46.19,-65.56zm242.16 65.56c57.46,-82.73 113.9,-166.03 170.35,-249.3 68.77,83.27 139.56,166.57 212.43,249.3 -57.46,83.3 -112.87,166.04 -169.31,248.77 -72.87,-82.73 -144.69,-165.47 -213.46,-248.77zm148.79 -65.56c23.61,0 47.21,0 71.85,0 27.71,0 53.33,29.58 56.44,65.56 3.04,35.48 -16.44,65.03 -43.12,65.03 -25.66,0 -49.23,0 -72.84,0 -28.73,0 -52.37,-29.61 -55.41,-65.03 -3.12,-36.08 15.37,-65.56 43.08,-65.56zm245.27 65.56c54.39,-82.73 106.73,-166.03 160.1,-249.3 72.83,83.27 146.73,166.57 221.66,249.3 -53.37,83.3 -105.71,166.04 -159.08,248.77 -76.97,-82.73 -150.83,-165.47 -222.68,-248.77zm145.71 -65.56c24.63,0 48.24,0 71.85,0 27.71,0 54.85,29.51 59.52,65.56 4.59,35.41 -14.36,65.03 -42.1,65.03 -23.57,0 -48.21,0 -71.81,0 -28.74,0 -54.43,-29.54 -58.5,-65.03 -4.14,-35.97 13.32,-65.56 41.03,-65.56zm248.35 65.56c50.29,-82.73 99.55,-166.03 149.81,-249.3 74.92,83.27 153.95,166.57 231.95,249.3 -50.29,83.3 -100.58,166.04 -150.87,248.77 -80.05,-82.73 -156.99,-165.47 -230.89,-248.77zm142.64 -65.56c23.6,0 47.21,0 71.85,0 27.7,0 56.89,29.51 62.58,65.56 5.59,35.41 -12.33,65.03 -40,65.03 -24.63,0 -49.27,0 -72.87,0 -27.71,0 -53.94,-29.61 -59.52,-65.03 -5.69,-36.04 11.27,-65.56 37.96,-65.56zm250.39 65.56c48.24,-82.73 94.43,-166.03 140.58,-249.3 79.03,83.27 160.1,166.57 242.2,249.3 -48.24,83.3 -95.45,166.04 -141.6,248.77 -83.13,-82.73 -163.17,-165.47 -241.17,-248.77zm140.58 -65.56c23.61,0 48.25,0 71.85,0 27.71,0 57.4,29.58 64.65,65.56 7.13,35.48 -9.23,65.03 -36.94,65.03 -24.63,0 -49.27,0 -72.87,0 -27.71,0 -54.96,-29.65 -61.56,-65.03 -6.75,-36.08 8.19,-65.56 34.87,-65.56zm253.48 65.56c45.13,-82.73 87.22,-166.03 131.36,-249.3 81.08,83.27 166.25,166.57 251.42,249.3 -45.16,83.3 -89.31,166.04 -132.39,248.77 -86.2,-82.73 -169.32,-165.47 -250.39,-248.77zm137.51 -65.56c24.63,0 48.25,0 72.84,0 27.74,0 57.92,29.47 66.72,65.56 8.63,35.37 -7.2,65.03 -34.87,65.03 -24.63,0 -48.25,0 -72.88,0 -26.68,0 -56.51,-29.54 -64.64,-65.03 -8.27,-35.97 6.15,-65.56 32.83,-65.56zm256.54 65.56c41.03,-82.73 81.08,-166.03 121.09,-249.3 85.16,83.27 173.41,166.57 260.64,249.3 -41.03,83.3 -82.07,166.04 -122.11,248.77 -89.27,-82.73 -175.47,-165.47 -259.62,-248.77zm135.46 -65.56c23.61,0 47.18,0 71.82,0 27.71,0 59.94,29.44 69.8,65.56 9.65,35.37 -4.1,65.03 -32.83,65.03 -24.63,0 -48.25,0 -72.87,0 -26.69,0 -58.57,-29.54 -67.72,-65.03 -9.33,-35.97 5.13,-65.56 31.81,-65.56zm258.6 65.56c15.52,-33.82 30.72,-67.71 45.8,-101.71 18.76,20.36 37.43,40.82 56.02,61.32 -3.12,11.13 -2.76,25.17 1.83,40.39 4.53,15.09 13.04,29.16 23.39,40.32l-7.66 72.14c-40.25,-37.4 -80.04,-74.89 -119.38,-112.46zm90.15 -201.27c7.18,-16.01 14.39,-32.02 21.71,-48.03 88.24,83.27 178.54,166.57 269.9,249.3 -37.99,83.3 -75.95,166.04 -112.91,248.77 -19.33,-17.31 -38.56,-34.67 -57.67,-52.02l14.03 -131.72 21.1 0c28.73,0 41.92,-29.82 30.79,-65.03 -10.11,-31.95 -37.43,-58.46 -62.73,-64.32 -2.57,-3.51 -5.44,-7.03 -8.66,-10.61 -35.06,-38.87 -73.93,-81.64 -115.54,-126.35zm-6990.23 772.95c95.46,-82.73 189.85,-165.47 283.23,-248.77 39.02,83.3 78,166.04 119.06,248.77 -94.43,83.3 -188.83,166.57 -285.31,249.34 -40,-82.77 -80.01,-166.04 -116.98,-249.34zm184.73 -64.99c24.63,0 50.29,0 75.95,0 28.73,0 42.38,29.93 31.81,64.99 -10.99,36.45 -45.16,65.56 -74.92,65.56 -25.66,0 -51.31,0 -76.97,0 -28.73,0 -42.8,-29.11 -30.79,-65.56 11.59,-35.05 45.17,-64.99 74.92,-64.99zm230.89 64.99c23.36,-20.92 46.68,-41.84 69.91,-62.79l27.25 256.15c-33.29,-64.29 -66.16,-128.82 -97.15,-193.36zm161.79 -146.02c37.57,-34.18 74.99,-68.39 112.21,-102.74 42.06,83.3 84.14,166.04 128.25,248.77 -68.1,62.13 -136.2,124.23 -205.12,186.11l-12.83 -120.56 36.34 0c28.73,0 61.88,-29.15 71.81,-65.56 9.62,-35.12 -5.12,-64.99 -34.88,-64.99 -25.66,0 -50.29,0 -75.91,0 -3.68,0 -7.35,0.49 -11.1,1.37l-8.77 -82.41zm253.83 146.02c88.24,-82.73 176.49,-165.47 264.74,-248.77 44.14,83.3 90.33,166.04 137.52,248.77 -88.25,83.3 -176.5,166.57 -265.77,249.34 -47.21,-82.77 -93.41,-166.04 -136.49,-249.34zm179.56 -64.99c24.63,0 49.27,0 75.95,0 28.73,0 45.52,29.86 36.94,64.99 -8.88,36.38 -40.01,65.56 -69.77,65.56 -26.68,0 -51.31,0 -76.97,0 -29.76,0 -44.78,-29.18 -35.91,-65.56 8.6,-35.12 40.01,-64.99 69.77,-64.99zm235.02 64.99c85.17,-82.73 171.37,-165.47 255.52,-248.77 48.21,83.3 96.44,166.04 147.76,248.77 -86.2,83.3 -170.34,166.57 -256.54,249.34 -50.29,-82.77 -99.55,-166.04 -146.73,-249.34zm177.52 -64.99c25.66,0 50.29,0 75.95,0 28.7,0 46.58,29.79 40.01,64.99 -6.79,36.3 -39.02,65.56 -67.75,65.56 -25.63,0 -51.28,0 -76.94,0 -28.73,0 -45.8,-29.22 -37.96,-65.56 7.56,-35.16 37.96,-64.99 66.69,-64.99zm238.06 64.99c82.1,-82.73 165.22,-165.47 246.29,-248.77 51.31,83.3 102.63,166.04 157.02,248.77 -83.12,83.3 -164.2,166.57 -247.31,249.34 -53.37,-82.77 -106.73,-166.04 -156,-249.34zm175.51 -64.99c24.59,0 49.23,0 75.92,0 27.7,0 47.64,29.72 42.09,64.99 -5.72,36.27 -35.93,65.56 -64.68,65.56 -26.68,0 -52.33,0 -76.94,0 -29.75,0 -47.29,-29.36 -41.06,-65.56 6.08,-35.3 34.88,-64.99 64.68,-64.99zm240.11 64.99c79.02,-82.73 159.04,-165.47 237.04,-248.77 54.39,83.3 108.78,166.04 166.24,248.77 -80.04,83.3 -158,166.57 -238.06,249.34 -56.44,-82.77 -112.88,-166.04 -165.22,-249.34zm172.39 -64.99c25.66,0 50.29,0 75.95,0 28.74,0 48.67,29.72 44.11,64.99 -4.67,36.23 -32.83,65.56 -61.56,65.56 -26.69,0 -51.32,0 -76.98,0 -29.75,0 -47.75,-29.33 -43.08,-65.56 4.56,-35.26 32.83,-64.99 61.56,-64.99zm243.22 64.99c75.92,-82.73 151.86,-165.47 226.79,-248.77 57.46,83.3 115.96,166.04 176.5,248.77 -76.98,83.3 -151.86,166.57 -228.83,249.34 -59.52,-82.77 -119.03,-166.04 -174.45,-249.34zm170.35 -64.99c24.63,0 49.27,0 75.92,0 27.71,0 48.74,29.61 46.19,64.99 -2.58,36.16 -30.79,65.56 -59.52,65.56 -25.66,0 -51.31,0 -76.98,0 -28.73,0 -48.77,-29.36 -45.12,-65.56 3.53,-35.33 29.75,-64.99 59.51,-64.99zm245.27 64.99c72.84,-82.73 145.71,-165.47 217.53,-248.77 60.54,83.3 122.1,166.04 185.75,248.77 -73.9,83.3 -145.71,166.57 -218.59,249.34 -63.61,-82.77 -126.24,-166.04 -184.69,-249.34zm167.24 -64.99c24.62,0 50.29,0 75.95,0 28.73,0 50.78,29.58 49.26,64.99 -1.55,36.12 -27.7,65.56 -56.43,65.56 -26.69,0 -52.34,0 -76.98,0 -29.75,0 -50.82,-29.4 -48.21,-65.56 2.51,-35.37 27.67,-64.99 56.41,-64.99zm247.31 64.99c69.77,-82.73 139.56,-165.47 208.33,-248.77 63.61,83.3 128.25,166.04 194.98,248.77 -69.8,83.3 -138.54,166.57 -209.37,249.34 -65.66,-82.77 -131.36,-166.04 -193.95,-249.34zm165.22 -64.99c24.63,0 50.29,0 75.95,0 28.74,0 51.81,29.54 51.32,64.99 -0.53,36.01 -24.63,65.56 -54.39,65.56 -25.67,0 -51.32,0 -76.98,0 -28.73,0 -50.82,-29.54 -50.29,-65.56 0.53,-35.44 25.66,-64.99 54.39,-64.99zm250.4 64.99c66.69,-82.73 133.41,-165.47 199.08,-248.77 66.68,83.3 134.43,166.04 204.2,248.77 -66.69,83.3 -132.39,166.57 -200.1,249.34 -68.74,-82.77 -137.52,-166.04 -203.18,-249.34zm162.14 -64.99c25.66,0 50.29,0 75.92,0 29.75,0 53.4,29.51 54.39,64.99 1.06,36.01 -22.58,65.56 -51.28,65.56 -26.72,0 -52.33,0 -78,0 -27.7,0 -51.84,-29.54 -52.33,-65.56 -0.53,-35.44 23.6,-64.99 51.31,-64.99zm253.44 64.99c63.64,-82.73 127.26,-165.47 188.83,-248.77 70.82,83.3 141.6,166.04 214.49,248.77 -63.61,83.3 -126.21,166.57 -190.88,249.34 -71.81,-82.77 -143.66,-166.04 -212.43,-249.34zm160.1 -64.99c24.62,0 50.29,0 75.95,0 28.73,0 53.9,29.51 56.44,64.99 2.57,35.98 -19.52,65.56 -49.27,65.56 -26.69,0 -51.28,0 -76.94,0 -28.73,0 -53.37,-29.57 -55.45,-65.56 -2.01,-35.51 20.53,-64.99 49.27,-64.99zm255.51 64.99c60.58,-82.73 121.12,-165.47 179.61,-248.77 73.86,83.3 147.76,166.04 223.7,248.77 -60.57,83.3 -120.09,166.57 -180.62,249.34 -75.95,-82.77 -150.84,-166.04 -222.69,-249.34zm157.02 -64.99c25.66,0 50.29,0 75.96,0 29.75,0 55.41,29.4 59.51,64.99 4.11,35.91 -17.45,65.56 -47.21,65.56 -25.66,0 -51.31,0 -76.97,0 -28.73,0 -54.89,-29.57 -58.5,-65.56 -3.57,-35.47 19.52,-64.99 47.21,-64.99zm258.6 64.99c56.44,-82.73 113.9,-165.47 170.35,-248.77 75.95,83.3 152.93,166.04 232.94,248.77 -57.47,83.3 -113.9,166.57 -171.38,249.34 -78.98,-82.77 -156.98,-166.04 -231.91,-249.34zm154.94 -64.99c24.66,0 50.29,0 75.95,0 28.73,0 56.47,29.36 61.6,64.99 5.12,35.87 -15.41,65.56 -44.14,65.56 -26.69,0 -52.34,0 -76.98,0 -28.73,0 -56.93,-29.61 -61.56,-65.56 -4.6,-35.51 16.43,-64.99 45.13,-64.99zm260.68 64.99c53.37,-82.73 107.75,-165.47 160.06,-248.77 80.04,83.3 159.08,166.04 242.2,248.77 -54.39,83.3 -106.73,166.57 -161.12,249.34 -82.1,-82.77 -163.13,-166.04 -241.13,-249.34zm151.86 -64.99c25.66,0 50.29,0 75.95,0 29.75,0 57.99,29.44 64.64,64.99 6.71,35.91 -12.3,65.56 -42.06,65.56 -26.68,0 -51.31,0 -76.97,0 -29.76,0 -57.43,-29.68 -63.61,-65.56 -6.15,-35.62 13.32,-64.99 42.06,-64.99zm263.71 64.99c50.29,-82.73 101.6,-165.47 150.87,-248.77 83.12,83.3 165.22,166.04 251.42,248.77 -51.32,83.3 -100.58,166.57 -151.9,249.34 -85.17,-82.77 -169.28,-166.04 -250.39,-249.34zm149.85 -64.99c24.63,0 50.29,0 75.95,0 28.73,0 58.49,29.29 66.69,64.99 8.23,35.8 -10.25,65.56 -40.04,65.56 -25.63,0 -51.28,0 -76.94,0 -29.76,0 -58.5,-29.71 -65.67,-65.56 -7.17,-35.65 10.25,-64.99 40.01,-64.99zm265.77 64.99c47.21,-82.73 95.45,-165.47 141.6,-248.77 86.21,83.3 171.38,166.04 260.65,248.77 -48.21,83.3 -94.4,166.57 -141.61,249.34 -89.27,-82.77 -176.5,-166.04 -260.64,-249.34zm146.73 -64.99c25.66,0 50.29,0 75.95,0 29.75,0 60.54,29.26 69.8,64.99 9.23,35.77 -8.23,65.56 -36.97,65.56 -26.68,0 -52.3,0 -76.94,0 -29.75,0 -60.01,-29.64 -68.77,-65.56 -8.69,-35.58 8.23,-64.99 36.94,-64.99zm267.85 64.99c44.14,-82.73 89.27,-165.47 132.39,-248.77 65.77,61.39 131.58,122.46 198.59,183.46l-26.76 251.84c-11.06,20.96 -22.16,41.88 -33.29,62.8 -92.39,-82.77 -183.71,-166.04 -270.93,-249.34zm145.71 -64.99c24.63,0 50.29,0 75.95,0 27.71,0 61.56,29.26 71.82,64.99 10.28,35.77 -6.15,65.56 -34.88,65.56 -26.69,0 -51.32,0 -76.98,0 -29.75,0 -60.54,-29.78 -70.79,-65.56 -10.29,-35.72 5.13,-64.99 34.88,-64.99zm281.57 41.52c37.32,-74.92 75.24,-149.88 111.46,-225.31 92.35,83.3 184.73,166.04 280.15,248.77 -42.06,83.3 -82.1,166.57 -123.13,249.34 -92.49,-80.19 -184.02,-160.91 -271.81,-241.62l3.33 -31.18zm130.98 -41.52c25.66,0 50.29,0 75.95,0 28.73,0 61.63,29.51 73.86,64.99 12.4,35.98 -3.08,65.56 -31.81,65.56 -25.66,0 -51.31,0 -76.98,0 -29.75,0 -61.56,-29.82 -72.83,-65.56 -11.31,-35.76 3.08,-64.99 31.81,-64.99zm272.97 64.99c36.94,-82.73 76.94,-165.47 113.87,-248.77 95.45,83.3 189.85,166.04 289.41,248.77 -39.02,83.3 -75.95,166.57 -113.9,249.34 -98.54,-82.77 -196,-166.04 -289.38,-249.34zm140.55 -64.99c24.63,0 50.29,0 75.95,0 27.71,0 62.56,29.19 75.96,64.99 13.28,35.66 0,65.56 -28.73,65.56 -26.69,0 -52.34,0 -76.98,0 -29.75,0 -64.11,-29.71 -76.97,-65.56 -12.8,-35.62 1.02,-64.99 30.78,-64.99zm-7826.69 637.24c98.53,-82.73 197.02,-165.5 294.49,-248.77 42.1,83.27 85.17,166.04 129.32,248.77 -98.54,83.27 -196,166.57 -294.5,249.3 -45.17,-82.73 -88.29,-166.03 -129.31,-249.3zm192.93 -65.03c26.68,0 53.37,0 81.07,0 29.76,0 45.59,29.16 33.86,65.03 -11.84,36.16 -47.21,65.56 -76.98,65.56 -27.7,0 -54.39,0 -81.07,0 -30.79,0 -45.59,-29.72 -33.86,-65.56 11.84,-36.16 47.21,-65.03 76.98,-65.03zm244.24 65.03c95.42,-82.73 190.84,-165.5 285.24,-248.77 45.16,83.27 91.35,166.04 138.54,248.77 -95.42,83.27 -189.82,166.57 -285.28,249.3 -48.2,-82.73 -94.39,-166.03 -138.5,-249.3zm190.84 -65.03c26.69,0 53.37,0 80.05,0 29.75,0 47.21,29.01 36.93,65.03 -10.25,35.98 -44.11,65.56 -73.86,65.56 -27.71,0 -54.39,0 -81.08,0 -31.81,0 -46.71,-29.43 -35.9,-65.56 10.71,-35.86 43.08,-65.03 73.86,-65.03zm318.95 -0.1c68.07,-61.07 135.99,-122.22 203.4,-183.64 48.24,83.27 97.47,166.04 148.79,248.77 -61.96,55.88 -123.94,111.75 -185.89,167.45 -15.95,-18.98 -31.46,-38.24 -46.48,-57.75 -11.02,-14.31 -22.01,-29.04 -32.9,-44.14l76.45 0c30.78,0 62.62,-29.57 71.85,-65.56 9.22,-36.01 -9.23,-65.03 -39.02,-65.03 -27.67,0 -53.33,0 -80.01,0 -30.82,0 -62.13,29.16 -71.85,65.03l-0.74 3.01c-14.85,-22.3 -29.4,-45.06 -43.58,-68.13zm91.79 299.51l-16.68 14.92c-37.54,-61.74 -75.07,-123.8 -111.29,-185.92 23.78,35.79 49.48,72.23 76.66,107.5 16.64,21.6 33.82,42.8 51.31,63.5zm272.69 -234.38c89.31,-82.73 177.56,-165.5 265.81,-248.77 51.31,83.27 104.68,166.04 159.04,248.77 -89.27,83.27 -178.55,166.57 -267.82,249.3 -54.39,-82.73 -106.73,-166.03 -157.02,-249.3zm186.79 -65.03c25.66,0 52.33,0 79.02,0 30.78,0 49.26,29.01 42.06,65.03 -7.17,35.98 -38.98,65.56 -69.77,65.56 -26.69,0 -53.37,0 -80.04,0 -31.81,0 -49.27,-29.57 -41.03,-65.56 8.19,-36.01 38.98,-65.03 69.77,-65.03zm250.39 65.03c86.2,-82.73 171.37,-165.5 256.54,-248.77 54.39,83.27 110.83,166.04 168.29,248.77 -86.2,83.27 -172.39,166.57 -258.59,249.3 -57.47,-82.73 -112.88,-166.03 -166.25,-249.3zm182.68 -65.03c26.65,0 53.33,0 81.04,0 29.76,0 50.29,29.01 44.14,65.03 -6.14,35.98 -35.9,65.56 -67.71,65.56 -26.68,0 -54.39,0 -81.08,0 -29.75,0 -48.77,-29.47 -42.09,-65.56 6.64,-35.9 35.9,-65.03 65.7,-65.03zm254.46 65.03c83.12,-82.73 165.22,-165.5 247.31,-248.77 57.47,83.27 116.98,166.04 177.56,248.77 -83.12,83.27 -166.28,166.57 -248.35,249.3 -60.54,-82.73 -119.06,-166.03 -176.53,-249.3zm180.62 -65.03c26.69,0 53.37,0 80.05,0 30.79,0 51.81,28.94 47.17,65.03 -4.59,35.94 -33.85,65.56 -64.64,65.56 -27.71,0 -54.39,0 -81.08,0 -29.75,0 -50.29,-29.57 -45.13,-65.56 5.13,-36.01 33.86,-65.03 63.61,-65.03zm256.55 65.03c80.04,-82.73 159.07,-165.5 238.06,-248.77 60.54,83.27 123.16,166.04 186.78,248.77 -79.02,83.27 -159.08,166.57 -239.08,249.3 -63.65,-82.73 -125.22,-166.03 -185.75,-249.3zm178.54 -65.03c26.68,0 52.34,0 80.04,0 30.79,0 52.88,28.98 49.27,65.03 -3.61,35.94 -30.79,65.56 -61.56,65.56 -27.71,0 -54.4,0 -81.08,0 -30.79,0 -53.37,-29.57 -49.27,-65.56 4.1,-36.01 32.84,-65.03 62.59,-65.03zm259.62 65.03c75.95,-82.73 151.89,-165.5 227.85,-248.77 63.61,83.27 129.27,166.04 195.96,248.77 -75.92,83.27 -152.88,166.57 -228.83,249.3 -67.71,-82.73 -132.36,-166.03 -194.98,-249.3zm175.51 -65.03c25.66,0 52.34,0 80.01,0 30.82,0 53.9,28.98 51.31,65.03 -2.54,35.98 -28.73,65.56 -59.52,65.56 -27.7,0 -54.39,0 -81.04,0 -29.79,0 -53.9,-29.57 -51.31,-65.56 2.54,-36.04 29.72,-65.03 60.54,-65.03zm261.67 65.03c72.87,-82.73 145.71,-165.5 218.58,-248.77 66.69,83.27 134.4,166.04 204.2,248.77 -72.87,83.27 -145.71,166.57 -218.58,249.3 -70.79,-82.73 -138.54,-166.03 -204.2,-249.3zm172.39 -65.03c26.69,0 53.37,0 80.05,0 30.78,0 55.9,29.05 55.41,65.03 -0.53,36.01 -26.68,65.56 -57.46,65.56 -27.71,0 -54.39,0 -81.08,0 -31.81,0 -55.94,-29.57 -54.39,-65.56 1.55,-36.01 26.68,-65.03 57.46,-65.03zm264.75 65.03c70.82,-82.73 139.56,-165.5 208.33,-248.77 70.79,83.27 141.61,166.04 214.49,248.77 -69.8,83.27 -138.54,166.57 -209.37,249.3 -72.87,-82.73 -144.68,-166.03 -213.45,-249.3zm170.38 -65.03c26.65,0 52.3,0 80.01,0 30.79,0 56.97,29.01 57.46,65.03 0.53,35.98 -24.59,65.56 -55.38,65.56 -27.74,0 -54.39,0 -81.11,0 -30.79,0 -54.89,-29.57 -55.38,-65.56 -0.53,-36.01 23.57,-65.03 54.39,-65.03zm266.79 65.03c67.72,-82.73 133.42,-165.5 199.08,-248.77 73.9,83.27 147.77,166.04 224.73,248.77 -66.68,83.27 -133.41,166.57 -200.1,249.3 -76.97,-82.73 -150.83,-166.03 -223.71,-249.3zm168.3 -65.03c25.66,0 52.33,0 80.04,0 30.79,0 57.46,29.01 59.52,65.03 2.04,35.98 -21.56,65.56 -52.34,65.56 -27.71,0 -54.39,0 -81.08,0 -31.81,0 -56.93,-29.57 -58.49,-65.56 -1.55,-36.01 21.56,-65.03 52.34,-65.03zm267.81 65.03c64.68,-82.73 128.29,-165.5 190.88,-248.77 76.97,83.27 153.95,166.04 233.99,248.77 -63.64,83.27 -127.26,166.57 -190.87,249.3 -80.05,-82.73 -158.05,-166.03 -234,-249.3zm166.25 -65.03c26.68,0 53.37,0 80.04,0 30.79,0 59.52,29.01 62.59,65.03 3.08,35.98 -19.48,65.56 -50.26,65.56 -27.7,0 -54.39,0 -81.07,0 -30.79,0 -57.99,-29.57 -60.54,-65.56 -2.58,-36.04 18.44,-65.03 49.23,-65.03zm270.93 65.03c61.56,-82.73 122.1,-165.5 181.62,-248.77 80.04,83.27 161.12,166.04 243.22,248.77 -60.54,83.27 -121.08,166.57 -181.62,249.3 -82.1,-82.73 -164.2,-166.03 -243.22,-249.3zm164.2 -65.03c26.68,0 53.37,0 80.04,0 29.76,0 59.52,29.01 64.64,65.03 5.13,35.98 -17.45,65.56 -47.21,65.56 -27.7,0 -54.39,0 -81.07,0 -30.79,0 -59.52,-29.57 -63.61,-65.56 -4.11,-36.01 16.43,-65.03 47.21,-65.03zm272.94 65.03c58.53,-82.73 115.99,-165.5 172.43,-248.77 83.12,83.27 167.23,166.04 252.4,248.77 -57.46,83.27 -113.9,166.57 -171.37,249.3 -86.2,-82.73 -171.37,-166.03 -253.47,-249.3zm162.14 -65.03c26.69,0 52.34,0 80.05,0 29.75,0 59.51,29.01 65.66,65.03 6.19,35.98 -13.32,65.56 -44.1,65.56 -27.71,0 -54.4,0 -81.08,0 -30.79,0 -60.54,-29.57 -65.7,-65.56 -5.13,-36.01 14.39,-65.03 45.16,-65.03zm275.02 65.03c55.42,-82.73 109.81,-165.5 163.17,-248.77 86.2,83.27 173.42,166.04 261.67,248.77 -54.39,83.27 -107.75,166.57 -162.15,249.3 -89.27,-82.73 -176.49,-166.03 -262.69,-249.3zm160.1 -65.03c25.63,0 52.34,0 80.01,0 29.79,0 60.08,29.12 67.75,65.03 7.7,36.12 -11.31,65.56 -41.03,65.56 -27.74,0 -54.39,0 -81.11,0 -30.79,0 -61.57,-29.57 -68.74,-65.56 -7.17,-36.01 12.3,-65.03 43.12,-65.03zm278.1 65.03c51.28,-82.73 102.59,-165.5 152.88,-248.77 89.28,83.27 179.57,166.04 270.9,248.77 -19.33,32.06 -38.88,64.12 -58.43,96.16l-10.32 13.53c-32.23,41.85 -66.76,82.67 -102.92,122.04 -86.37,-76.98 -170.13,-154.37 -252.12,-231.74zm155.96 -65.03c26.69,0 53.37,0 80.05,0 29.75,0 62.09,29.12 70.79,65.03 8.77,36.12 -8.19,65.56 -38.98,65.56 -26.69,0 -53.37,0 -80.05,0 -31.81,0 -63.61,-29.57 -71.81,-65.56 -8.23,-36.01 9.23,-65.03 40,-65.03zm319.56 -1.16c23.07,-40.01 45.94,-80.01 68.8,-120.13 -21.42,40.18 -44.56,80.54 -68.8,120.13zm178.96 -115.68c68.28,60.76 137.38,121.33 206.47,181.87 -47.22,83.27 -95.42,166.57 -143.67,249.3 -70.37,-61 -139.6,-122.28 -207.73,-183.67 15.16,-22.79 29.58,-45.37 43.12,-67.29l0.42 1.66c9.79,36.12 43.12,65.56 73.9,65.56 26.68,0 53.37,0 80.04,0 30.79,0 47.68,-29.68 37.96,-65.56 -9.79,-36.11 -44.14,-65.03 -74.92,-65.03 -26.68,0 -52.34,0 -79.02,0l-0.5 0.04c27.29,-47.11 49.06,-88.01 63.94,-116.88zm219.83 181.87c45.13,-82.73 89.27,-165.5 133.38,-248.77 95.42,83.27 192.93,166.04 290.43,248.77 -44.14,83.27 -89.31,166.57 -133.41,249.3 -99.56,-82.73 -196,-166.03 -290.4,-249.3zm150.84 -65.03c26.68,0 52.33,0 80.04,0 30.79,0 65.1,28.87 76.94,65.03 11.77,35.83 -4.1,65.56 -34.88,65.56 -27.71,0 -54.39,0 -81.08,0 -30.78,0 -65.1,-29.43 -75.91,-65.56 -10.75,-35.86 5.12,-65.03 34.88,-65.03zm286.29 65.03c42.06,-82.73 83.12,-165.5 123.13,-248.77 99.56,83.27 200.1,166.04 300.68,248.77 -41.06,83.27 -83.12,166.57 -124.15,249.3 -102.63,-82.73 -201.16,-166.03 -299.66,-249.3zm148.79 -65.03c25.66,0 52.34,0 80.04,0 30.79,0 66.13,28.87 79.03,65.03 12.75,35.83 -1.03,65.56 -32.84,65.56 -27.71,0 -54.39,0 -81.07,0 -29.76,0 -66.16,-29.4 -78,-65.56 -11.77,-35.86 2.04,-65.03 32.83,-65.03zm-8226.9 637.24c101.57,-82.73 203.18,-165.99 304.75,-249.29 45.16,83.3 92.38,166.56 140.58,249.29 -101.57,83.3 -205.22,166.57 -306.83,249.34 -48.21,-82.77 -93.37,-166.04 -138.5,-249.34zm201.12 -64.99c27.71,0 55.42,0 84.15,0 31.81,0 48.77,28.84 36.94,64.99 -11.77,35.87 -47.22,65.04 -80.05,65.04 -28.73,0 -56.44,0 -85.17,0 -31.81,0 -47.21,-29.02 -34.88,-65.04 12.3,-35.97 47.18,-64.99 79.02,-64.99zm257.57 64.99c99.52,-82.73 197.02,-165.99 295.52,-249.29 48.25,83.3 98.54,166.56 149.85,249.29 -98.54,83.3 -198.06,166.57 -297.62,249.34 -51.31,-82.77 -99.55,-166.04 -147.76,-249.34zm199.08 -64.99c27.71,0 55.41,0 84.14,0 31.81,0 50.29,29.01 40.01,64.99 -10.25,36.01 -45.13,65.04 -78,65.04 -28.73,0 -57.46,0 -85.17,0 -31.81,0 -48.7,-29.16 -37.96,-65.04 10.82,-36.11 45.17,-64.99 76.98,-64.99zm259.62 64.99c96.48,-82.73 191.91,-165.99 286.29,-249.29 51.32,83.3 104.69,166.56 159.08,249.29 -94.43,83.3 -191.91,166.57 -287.33,249.34 -54.39,-82.77 -106.73,-166.04 -158.04,-249.34zm197.02 -64.99c27.71,0 55.42,0 84.15,0 31.81,0 51.31,29.01 42.06,64.99 -9.23,36.01 -43.08,65.04 -74.88,65.04 -28.74,0 -57.47,0 -85.17,0 -31.81,0 -50.82,-28.88 -41.07,-65.04 9.72,-35.86 43.12,-64.99 74.92,-64.99zm262.69 64.99c36.16,-32.37 72.31,-64.85 108.39,-97.37 19.01,16.16 36.69,30.36 52.48,42.35 -18.91,11.48 -34.46,31.81 -39.76,55.02 -8.23,36.01 12.3,65.04 44.11,65.04 27.7,0 55.41,0 84.14,0 32.34,0 64.22,-28.24 72.49,-63.37 30.85,3.58 67.53,7.21 109.63,10.89 -87.83,79.09 -176.46,158.18 -264.22,236.79 -58.49,-82.77 -112.88,-166.04 -167.27,-249.34zm183 -164.72c31.1,-28.17 62.13,-56.37 93.06,-84.57 34.1,52.23 69.44,104.47 105.21,156.56l-15.2 -1.52c-28.87,-3.01 -78.28,-6.64 -107.29,-14.53 -21.42,-11.7 -49.27,-33.43 -75.78,-55.94zm360.62 85.87c60.9,-56.69 121.65,-113.58 181.91,-170.45 44.92,63.92 89.8,127.86 135.64,191.54 -84.29,-5.02 -168.51,-10.43 -252.69,-16.4 -21.63,-1.51 -43.23,-3.08 -64.86,-4.7zm314.51 121.12c-73.82,69.19 -148.72,138.29 -222.9,207.06 -56.72,-77.54 -111.67,-155.54 -165.64,-233.57 33.96,2.8 70.75,5.62 109.98,8.45 4.25,23.92 22.2,40.82 46.44,40.82 28.73,0 56.44,0 85.17,0 20.43,0 40.46,-11.24 54.14,-28.38 30.11,1.87 61.11,3.75 92.81,5.62zm113.16 -93.66c68.6,-65.77 136.13,-131.86 203.71,-197.91 53.58,72.44 107.15,144.89 162.08,217.03l-11.52 -0.6 -90.37 -4.53c-8.42,-16.72 -24.66,-27.6 -44.81,-27.6 -28.73,0 -56.41,0 -84.11,0 -15.77,0 -30.86,7.1 -42.8,18.66 -30.72,-1.66 -61.46,-3.33 -92.18,-5.06zm322.88 117.26c-63.05,61.28 -126.53,122.53 -189.96,183.46 -52.3,-66.94 -101.92,-134.23 -151.54,-201.59 33.79,1.95 68.31,3.83 103.38,5.73 8.26,7.28 19.15,11.56 31.74,11.56 27.7,0 56.44,0 85.17,0 7.41,0 14.7,-1.49 21.59,-4.21 32.87,1.69 66.13,3.39 99.63,5.05zm111.96 -94.75c73.26,-73.22 145.78,-146.8 218.33,-220.42 62.06,79.97 125.12,159.92 189.08,239.43l-114.23 -5.16c-3.18,-28.73 -24.17,-49.97 -52.26,-49.97 -28.73,0 -56.44,0 -84.15,0 -24.27,0 -46.75,16.89 -57.88,40.89l-98.89 -4.78zm328.74 115.68c-54.25,54.32 -108.5,108.54 -162.74,162.53 -47.29,-58.67 -93.55,-117.61 -139.14,-176.6 99.77,4.8 201.06,9.51 301.88,14.07zm108.25 -95.35c77.36,-79.94 155.5,-160.35 230.82,-240.74 67.71,83.3 136.49,166.56 206.25,249.29l-9.16 9.66 -112.38 -4.64c0.21,-1.65 0.35,-3.32 0.46,-5.02 2.04,-35.97 -23.61,-64.99 -55.42,-64.99 -28.73,0 -56.44,0 -84.14,0 -30.76,0 -58.14,27.07 -62.24,61.46l-114.19 -5.02zm335.98 114.58c-45.87,47.85 -91.96,95.67 -138.01,143.31 -44,-51.42 -87.19,-103.03 -129.59,-154.73 91.04,3.96 180.74,7.77 267.6,11.42zm114.44 -106.03c78,-82.73 154.94,-165.99 229.86,-249.29 70.79,83.3 142.64,166.56 215.48,249.29l-24.77 27.15 -100.9 -3.89c2.75,-7.21 4.39,-15.03 4.6,-23.26 1.02,-35.97 -25.66,-64.99 -57.46,-64.99 -28.74,0 -56.44,0 -84.15,0 -31.81,0 -57.96,29.01 -59.52,64.99 -0.21,5.38 0.14,10.61 1.02,15.59l-114.86 -4.63 -9.3 -10.96zm331.79 123.94c-38.52,41.89 -77.01,83.73 -115.28,125.4 -39.94,-44.74 -79.27,-89.62 -118.22,-134.61 82.56,3.32 160.91,6.43 233.5,9.22zm127.94 -123.94c73.89,-82.73 147.76,-165.99 220.64,-249.29 73.86,83.3 147.76,166.56 224.73,249.29l-15.06 17.22 -111.01 4.38c1.98,-6.75 3.05,-14.04 2.94,-21.6 -0.53,-35.97 -26.72,-64.99 -58.53,-64.99 -28.73,0 -56.44,0 -84.15,0 -31.81,0 -57.46,29.01 -57.46,64.99 0,10.43 2.15,20.26 6.01,28.95l-60.08 2.29 -42.03 -1.59 -26.01 -29.65zm338.82 121.05c-37.93,42.87 -76.03,85.63 -114.09,128.29 -37.01,-39.79 -73.51,-79.69 -109.56,-119.64 67.39,-2.57 142.46,-5.44 223.64,-8.66zm119.88 -121.05c70.82,-82.73 141.61,-165.99 211.41,-249.29 76.27,82.52 153.53,165.04 231.81,247.03l-119.85 5.12 -0.11 -2.87c-2.04,-35.97 -29.75,-64.99 -61.56,-64.99 -28.73,0 -56.44,0 -84.18,0 -31.81,0 -56.93,29.01 -55.38,64.99 0.14,3.82 0.6,7.53 1.3,11.14l-109.1 4.38 -14.35 -15.52zm359.99 101.47c-41.75,49.37 -83.55,98.71 -124.97,147.87 -44.14,-45.62 -87.64,-91.42 -130.69,-137.27 82.1,-3.36 167.8,-6.89 255.66,-10.6zm101.21 -104.51c66.9,-81.75 133.77,-163.98 199.68,-246.25 72.91,75.88 146.7,151.75 221.35,227.24l-103.87 4.88c-9.41,-27.64 -34.5,-47.82 -61.04,-47.82 -27.71,0 -55.41,0 -83.12,0 -29.33,0 -51.25,24.59 -52.48,56.68l-120.52 5.27zm378.61 83.23c-45.37,56.51 -90.89,112.95 -136.88,169.14 -52.05,-51.84 -103.34,-103.91 -154.05,-156.03 96.26,-4.21 193.81,-8.59 290.92,-13.11zm97.9 -104.89c58.03,-74.61 115.22,-149.61 171.62,-224.59 68.45,68.62 138.36,137.23 209.05,205.58l-94.36 4.87c-12.76,-15.9 -31.14,-26.15 -50.05,-26.15 -28.73,0 -56.43,0 -84.14,0 -22.3,0 -39.58,14.25 -46.47,35.2l-105.64 5.09zm382.75 81.11c-49.8,64.46 -100.3,128.85 -149.56,192.93 -61,-58.57 -120.98,-117.4 -179.92,-176.29 54.74,-2.64 109.06,-5.33 162.63,-8.01l37.82 0c5.76,0 11.24,-0.96 16.3,-2.76 38.06,-1.94 75.7,-3.92 112.73,-5.86zm92.88 -105.25c49.13,-66.62 97.62,-133.55 145.43,-200.45 63.01,60.15 125.99,120.27 189.78,180.2 -33.82,2.25 -67.68,4.49 -101.5,6.6 -5.37,-1.65 -10.92,-2.5 -16.43,-2.5 -28.73,0 -56.44,0 -84.15,0 -11.48,0 -21.49,3.78 -29.36,10.32 -34.6,1.98 -69.16,3.93 -103.77,5.83zm389.04 76.52c-54.01,74.03 -108.68,148.05 -162.5,221.66 -72.09,-66.05 -141.54,-132.43 -210.46,-198.87 31.67,-1.73 62.77,-3.5 93.24,-5.26 12.57,12.22 28.59,19.83 44.35,19.83 28.73,0 56.44,0 85.17,0 21.21,0 37.71,-12.12 45.06,-30.39 36.47,-2.33 71.6,-4.67 105.14,-6.96zm89.02 -106.84c39.44,-56.58 78.39,-113.37 116.84,-170.13 51.56,47.53 103.45,95.06 155.43,142.5 -29.43,6.53 -72.8,9.79 -99.13,12.54 -57.53,5.94 -115.36,10.74 -173.14,15.09zm350.98 43.93l38.84 35.23c-56.44,83.3 -115.96,166.57 -173.42,249.34 -83.69,-74.99 -165.68,-150.38 -246.75,-225.84 36.16,-2.64 70.05,-5.26 101.57,-7.84 11.7,28.45 39.12,49.38 66.16,49.38 28.73,0 56.44,0 85.17,0 32.83,0 52.33,-29.02 45.16,-65.04 -0.31,-1.58 -0.7,-3.18 -1.13,-4.73 27.85,-4.18 46.44,-8.23 54.26,-12.16 8.08,-4.03 18.23,-10.21 30.14,-18.34zm53.23 35.23c39.36,-59.9 78.73,-120.05 117.72,-180.3 18.72,-18.17 37.92,-37.4 57.25,-57.53 89.2,79.48 179.32,158.89 270.36,237.84 -54.39,83.3 -109.77,166.57 -164.16,249.34 -96.48,-82.77 -189.86,-166.04 -281.18,-249.34zm164.16 -64.99c27.71,0 55.45,0 84.15,0 31.81,0 65.2,29.12 73.89,64.99 8.77,36.12 -9.22,65.04 -42.09,65.04 -28.7,0 -57.43,0 -85.17,0 -31.81,0 -65.67,-29.02 -73.86,-65.04 -8.2,-35.97 11.27,-64.99 43.08,-64.99zm294.54 64.99c52.33,-82.73 102.59,-165.99 152.88,-249.29 96.48,83.3 193.95,166.56 292.49,249.29 -51.32,83.3 -103.66,166.57 -154.98,249.34 -98.5,-82.77 -194.97,-166.04 -290.39,-249.34zm162.14 -64.99c27.71,0 55.42,0 84.15,0 31.81,0 66.69,29.01 76.97,64.99 10.25,36.01 -8.23,65.04 -40.04,65.04 -29.75,0 -57.46,0 -85.17,0 -31.81,0 -67.18,-28.88 -76.97,-65.04 -9.72,-35.86 9.26,-64.99 41.06,-64.99zm296.55 64.99c49.26,-82.73 97.51,-165.99 143.66,-249.29 99.56,83.3 200.1,166.56 300.68,249.29 -47.21,83.3 -95.45,166.57 -143.66,249.34 -102.63,-82.77 -202.15,-166.04 -300.68,-249.34zm160.09 -64.99c27.71,0 55.42,0 84.15,0 31.81,0 67.71,29.01 79.02,64.99 11.28,36.01 -5.16,65.04 -37.99,65.04 -28.73,0 -56.44,0 -85.17,0 -31.81,0 -67.25,-29.16 -78,-65.04 -10.78,-36.11 5.16,-64.99 37.99,-64.99zm298.64 64.99c46.15,-82.73 91.32,-165.99 135.43,-249.29 102.62,83.3 205.26,166.56 309.91,249.29 -45.13,83.3 -90.3,166.57 -134.44,249.34 -105.67,-82.77 -208.3,-166.04 -310.9,-249.34zm158.01 -64.99c27.71,0 55.41,0 84.15,0 31.81,0 68.27,29.15 81.07,64.99 12.86,36.2 -2.04,65.04 -34.88,65.04 -28.73,0 -56.44,0 -85.17,0 -32.83,0 -68.77,-29.02 -81.07,-65.04 -12.34,-35.97 3.08,-64.99 35.9,-64.99zm-8842.62 1220.76c109.77,-82.77 218.54,-165.5 327.33,-248.8 52.34,83.3 104.68,166.03 160.1,248.8 -108.79,83.27 -217.56,166.57 -327.37,249.3 -55.42,-82.73 -107.75,-166.03 -160.06,-249.3zm219.57 -65.03c30.78,0 61.6,0 92.38,0 35.91,0 53.9,28.87 42.06,65.03 -11.76,35.84 -50.29,65.53 -85.17,65.53 -31.81,0 -62.58,0 -93.37,0 -35.9,0 -54.39,-29.54 -42.09,-65.53 12.33,-36 51.31,-65.03 86.2,-65.03zm283.22 65.03c105.71,-82.77 212.44,-165.5 318.14,-248.8 55.42,83.3 110.84,166.03 169.32,248.8 -104.68,83.27 -211.41,166.57 -318.14,249.3 -57.46,-82.73 -113.9,-166.03 -169.32,-249.3zm217.56 -65.03c30.79,0 60.54,0 92.35,0 33.9,0 55.42,29.02 45.17,65.03 -10.25,35.98 -49.27,65.53 -84.15,65.53 -31.81,0 -62.58,0 -93.37,0 -34.88,0 -54.89,-29.68 -44.14,-65.53 10.81,-36.16 49.26,-65.03 84.14,-65.03zm285.28 65.03c102.62,-82.77 206.25,-165.5 308.88,-248.8 58.5,83.3 118.01,166.03 178.55,248.8 -101.57,83.27 -204.21,166.57 -307.82,249.3 -61.6,-82.73 -121.12,-166.03 -179.6,-249.3zm215.51 -65.03c29.75,0 60.54,0 92.35,0 33.86,0 55.91,29.12 47.21,65.03 -8.77,36.12 -46.19,65.53 -81.08,65.53 -31.81,0 -62.58,0 -93.37,0 -35.94,0 -56.93,-29.65 -47.21,-65.53 9.79,-36.16 46.19,-65.03 82.1,-65.03zm287.33 65.03c99.56,-82.77 200.1,-165.5 299.66,-248.8 61.56,83.3 124.15,166.03 188.79,248.8 -99.52,83.27 -199.08,166.57 -299.62,249.3 -64.68,-82.73 -127.27,-166.03 -188.83,-249.3zm213.46 -65.03c29.75,0 60.54,0 91.31,0 34.88,0 56.44,29.02 49.27,65.03 -7.21,35.98 -43.12,65.53 -78,65.53 -30.78,0 -61.56,0 -92.38,0 -35.91,0 -57.43,-29.54 -49.24,-65.53 8.2,-36 43.09,-65.03 79.03,-65.03zm289.37 65.03c97.48,-82.77 193.95,-165.5 290.4,-248.8 64.64,83.3 130.33,166.03 198.05,248.8 -96.44,83.27 -192.93,166.57 -289.37,249.3 -67.71,-82.73 -134.44,-166.03 -199.08,-249.3zm210.35 -65.03c30.79,0 61.57,0 92.39,0 34.88,0 57.46,29.02 51.28,65.03 -6.15,35.98 -40.01,65.53 -74.89,65.53 -31.81,0 -62.58,0 -93.37,0 -35.94,0 -58.03,-29.44 -51.31,-65.53 6.64,-35.93 41.02,-65.03 75.91,-65.03zm292.49 65.03c94.4,-82.77 187.77,-165.5 281.18,-248.8 67.71,83.3 136.46,166.03 207.28,248.8 -92.35,83.27 -185.72,166.57 -280.15,249.3 -70.79,-82.73 -140.58,-166.03 -208.3,-249.3zm208.3 -65.03c30.79,0 60.54,0 92.35,0 33.86,0 57.99,28.95 53.37,65.03 -4.6,35.91 -37.96,65.53 -71.81,65.53 -31.81,0 -62.59,0 -93.38,0 -35.94,0 -59.55,-29.54 -54.39,-65.53 5.12,-36 38.98,-65.03 73.86,-65.03zm294.5 65.03c91.35,-82.77 180.62,-165.5 270.93,-248.8 70.83,83.3 143.66,166.03 217.56,248.8 -89.27,83.27 -180.63,166.57 -270.93,249.3 -73.86,-82.73 -145.71,-166.03 -217.56,-249.3zm205.26 -65.03c29.76,0 60.54,0 92.35,0 34.88,0 60.05,28.95 56.44,65.03 -3.57,35.94 -34.88,65.53 -70.79,65.53 -31.81,0 -62.62,0 -92.39,0 -34.87,0 -60.54,-29.54 -56.43,-65.53 4.1,-36 35.9,-65.03 70.82,-65.03zm298.6 65.03c87.23,-82.77 173.46,-165.5 260.68,-248.8 73.86,83.3 149.82,166.03 226.79,248.8 -86.2,83.27 -174.44,166.57 -261.7,249.3 -76.94,-82.73 -151.86,-166.03 -225.77,-249.3zm201.13 -65.03c30.79,0 61.6,0 92.39,0 35.9,0 63.08,29.05 60.54,65.03 -2.58,36.01 -32.84,65.53 -68.74,65.53 -31.84,0 -62.62,0 -93.41,0 -34.88,0 -61.03,-29.58 -58.49,-65.53 2.57,-36.04 33.85,-65.03 67.71,-65.03zm301.71 65.03c84.14,-82.77 167.27,-165.5 251.41,-248.8 76.98,83.3 156,166.03 236.01,248.8 -83.09,83.27 -167.27,166.57 -251.38,249.3 -81.08,-82.73 -159.08,-166.03 -236.04,-249.3zm199.08 -65.03c30.78,0 60.54,0 92.35,0 34.91,0 63.64,29.02 62.62,65.03 -1.02,35.98 -30.79,65.53 -65.7,65.53 -31.81,0 -62.59,0 -93.38,0 -34.87,0 -63.11,-29.54 -61.56,-65.53 1.52,-36.04 31.81,-65.03 65.67,-65.03zm303.76 65.03c81.08,-82.77 161.12,-165.5 242.2,-248.8 80.01,83.3 162.11,166.03 246.25,248.8 -81.04,83.27 -162.11,166.57 -243.18,249.3 -83.13,-82.73 -165.23,-166.03 -245.27,-249.3zm197.02 -65.03c30.79,0 60.54,0 92.35,0 34.92,0 64.15,29.02 64.68,65.03 0.5,35.98 -27.71,65.53 -63.64,65.53 -31.81,0 -62.59,0 -93.38,0 -33.85,0 -63.61,-29.54 -63.61,-65.53 0,-36 28.73,-65.03 63.61,-65.03zm305.81 65.03c78,-82.77 154.94,-165.5 232.94,-248.8 83.12,83.3 168.29,166.03 255.52,248.8 -76.98,83.27 -154.94,166.57 -233.96,249.3 -86.21,-82.73 -171.37,-166.03 -254.5,-249.3zm194.98 -65.03c29.75,0 60.54,0 91.32,0 35.9,0 65.66,29.02 67.71,65.03 2.08,35.98 -24.63,65.53 -60.54,65.53 -31.81,0 -62.59,0 -93.38,0 -34.87,0 -65.17,-29.54 -66.68,-65.53 -1.56,-36.04 26.68,-65.03 61.56,-65.03zm307.85 65.03c74.89,-82.77 148.79,-165.5 222.69,-248.8 87.22,83.3 175.47,166.03 264.75,248.8 -73.9,83.27 -147.77,166.57 -222.69,249.3 -90.29,-82.73 -177.52,-166.03 -264.75,-249.3zm191.91 -65.03c30.79,0 61.57,0 92.35,0 35.91,0 66.69,29.02 69.77,65.03 3.08,35.98 -22.58,65.53 -58.49,65.53 -31.81,0 -62.59,0 -92.35,0 -35.91,0 -66.73,-29.54 -69.81,-65.53 -3.08,-36 23.61,-65.03 58.53,-65.03zm310.9 65.03c71.85,-82.77 142.68,-165.5 213.46,-248.8 90.29,83.3 181.62,166.03 274,248.8 -70.83,83.27 -141.61,166.57 -213.46,249.3 -92.35,-82.73 -183.67,-166.03 -274,-249.3zm189.85 -65.03c30.79,0 60.54,0 92.39,0 34.88,0 67.22,29.09 71.81,65.03 4.64,36.05 -19.51,65.53 -55.41,65.53 -31.81,0 -62.59,0 -93.38,0 -35.9,0 -67.71,-29.54 -71.85,-65.53 -4.1,-36 21.56,-65.03 56.44,-65.03zm314.01 65.03c68.77,-82.77 136.49,-165.5 203.18,-248.8 93.41,83.3 187.8,166.03 283.26,248.8 -67.75,83.27 -134.44,166.57 -203.22,249.3 -96.44,-82.73 -190.87,-166.03 -283.22,-249.3zm186.78 -65.03c29.75,0 60.54,0 92.35,0 34.88,0 69.26,28.95 74.92,65.03 5.62,35.91 -18.48,65.53 -53.37,65.53 -31.81,0 -62.59,0 -93.37,0 -35.94,0 -69.27,-29.47 -74.92,-65.53 -5.62,-35.93 18.48,-65.03 54.39,-65.03zm315.04 65.03c65.66,-82.77 131.36,-165.5 194.97,-248.8 96.48,83.3 193.96,166.03 292.49,248.8 -63.64,83.27 -128.29,166.57 -193.95,249.3 -98.54,-82.73 -198.06,-166.03 -293.51,-249.3zm184.72 -65.03c30.79,0 61.57,0 92.35,0 34.88,0 70.83,29.02 78,65.03 7.17,35.98 -16.43,65.53 -51.31,65.53 -31.81,0 -62.59,0 -93.38,0 -34.91,0 -70.29,-29.44 -76.97,-65.53 -6.64,-35.93 16.43,-65.03 51.31,-65.03zm318.11 65.03c62.58,-82.77 125.18,-165.5 185.75,-248.8 99.52,83.3 200.1,166.03 302.69,248.8 -61.56,83.27 -122.1,166.57 -184.69,249.3 -102.63,-82.73 -204.24,-166.03 -303.76,-249.3zm182.64 -65.03c30.79,0 60.58,0 92.39,0 33.86,0 71.28,28.91 80.01,65.03 8.73,35.87 -13.32,65.53 -48.21,65.53 -31.81,0 -62.59,0 -93.41,0 -35.9,0 -70.79,-29.54 -78.99,-65.53 -8.19,-36 13.32,-65.03 48.21,-65.03zm320.2 65.03c59.52,-82.77 119.03,-165.5 176.5,-248.8 102.62,83.3 206.25,166.03 311.95,248.8 -58.49,83.27 -115.95,166.57 -175.47,249.3 -105.71,-82.73 -210.39,-166.03 -312.98,-249.3zm180.59 -65.03c29.75,0 60.54,0 92.35,0 33.89,0 70.83,29.02 81.11,65.03 10.25,35.98 -10.28,65.53 -45.16,65.53 -31.81,0 -61.6,0 -92.39,0 -35.9,0 -72.84,-29.54 -82.06,-65.53 -9.27,-36 10.25,-65.03 46.15,-65.03zm322.24 65.03c56.44,-82.77 112.88,-165.5 167.27,-248.8 105.67,83.3 212.4,166.03 321.19,248.8 -55.42,83.27 -109.81,166.57 -165.23,249.3 -108.78,-82.73 -217.56,-166.03 -323.23,-249.3zm178.55 -65.03c29.75,0 60.54,0 91.31,0 34.88,0 72.88,29.02 84.15,65.03 11.31,35.98 -7.17,65.53 -42.06,65.53 -31.81,0 -62.59,0 -93.41,0 -35.9,0 -73.4,-29.68 -84.15,-65.53 -10.81,-36.16 8.23,-65.03 44.15,-65.03zm324.25 65.03c53.37,-82.77 106.73,-165.5 158.04,-248.8 108.79,83.3 218.58,166.03 330.44,248.8 -52.34,83.27 -102.63,166.57 -156,249.3 -111.85,-82.73 -223.71,-166.03 -332.49,-249.3zm175.51 -65.03c30.79,0 61.56,0 92.35,0 34.88,0 73.44,29.16 86.2,65.03 12.9,36.16 -5.12,65.53 -38.98,65.53 -31.81,0 -62.62,0 -93.41,0 -35.9,0 -74.88,-29.54 -87.22,-65.53 -12.3,-36 6.18,-65.03 41.06,-65.03zm-7835.95 -4237.18c85.17,-82.73 168.29,-166.03 250.39,-249.3 25.66,83.27 52.34,166.57 78.99,249.3 -83.09,83.3 -167.24,166.04 -251.38,248.77 -27.71,-82.73 -53.37,-165.47 -78,-248.77zm155.96 -65.56c20.54,0 41.06,0 61.6,0 23.57,0 33.85,29.55 21.52,65.56 -12.29,36.01 -42.06,65.04 -65.66,65.04 -21.56,0 -42.06,0 -63.61,0 -23.61,0 -32.27,-29.19 -19.52,-65.04 12.9,-36.16 42.1,-65.56 65.67,-65.56zm183.7 65.56c81.08,-82.73 161.12,-166.03 240.11,-249.3 28.73,83.27 58.53,166.57 89.31,249.3 -80.05,83.3 -161.12,166.04 -242.2,248.77 -30.79,-82.73 -59.52,-165.47 -87.23,-248.77zm152.9 -65.56c20.53,0 41.06,0 61.56,0 24.63,0 35.37,29.69 24.63,65.56 -10.82,36.16 -40.01,65.04 -63.61,65.04 -21.56,0 -42.06,0 -63.61,0 -22.58,0 -32.84,-29.02 -21.56,-65.04 11.31,-36 38.98,-65.56 62.59,-65.56zm186.78 65.56c78,-82.73 154.97,-166.03 230.89,-249.3 31.81,83.27 64.64,166.57 98.53,249.3 -76.97,83.3 -154.97,166.04 -232.97,248.77 -33.85,-82.73 -65.66,-165.47 -96.44,-248.77zm149.81 -65.56c20.54,0 41.06,0 62.59,0 23.6,0 35.44,29.44 25.66,65.56 -9.72,35.87 -36.94,65.04 -60.54,65.04 -21.56,0 -42.06,0 -62.59,0 -23.6,0 -34.88,-29.02 -24.63,-65.04 10.29,-36 36.94,-65.56 59.52,-65.56zm188.83 65.56c74.92,-82.73 149.81,-166.03 221.66,-249.3 35.9,83.27 70.79,166.57 107.75,249.3 -72.87,83.3 -147.8,166.04 -222.68,248.77 -36.97,-82.73 -71.85,-165.47 -106.73,-248.77zm147.77 -65.56c20.53,0 41.06,0 62.58,0 23.61,0 36.97,29.55 28.77,65.56 -8.23,36.01 -33.89,65.04 -58.53,65.04 -21.52,0 -42.06,0 -62.59,0 -23.6,0 -36.44,-28.91 -27.71,-65.04 8.7,-35.86 34.88,-65.56 57.47,-65.56zm191.9 65.56c71.82,-82.73 142.65,-166.03 212.44,-249.3 37.96,83.27 76.94,166.57 116.98,249.3 -70.83,83.3 -141.61,166.04 -213.46,248.77 -40,-82.73 -79.02,-165.47 -115.96,-248.77zm145.72 -65.56c20.53,0 41.06,0 61.56,0 23.6,0 38.49,29.65 31.81,65.56 -6.68,36.08 -31.81,65.04 -56.44,65.04 -21.52,0 -42.06,0 -62.59,0 -23.6,0 -37.46,-28.91 -29.75,-65.04 7.66,-35.9 31.81,-65.56 55.42,-65.56zm193.95 65.56c68.77,-82.73 136.49,-166.03 202.15,-249.3 42.09,83.27 83.12,166.57 126.24,249.3 -67.75,83.3 -134.44,166.04 -204.24,248.77 -42.06,-82.73 -84.11,-165.47 -124.15,-248.77zm142.64 -65.56c20.54,0 41.03,0 61.56,0 24.63,0 39.55,29.48 33.86,65.56 -5.62,35.94 -28.73,65.04 -53.33,65.04 -21.56,0 -42.1,0 -62.63,0 -24.59,0 -38.98,-29.02 -32.83,-65.04 6.15,-36 29.75,-65.56 53.37,-65.56zm196 65.56c65.67,-82.73 130.34,-166.03 193.96,-249.3 44.14,83.27 89.27,166.57 135.46,249.3 -64.65,83.3 -128.29,166.04 -194.98,248.77 -45.17,-82.73 -90.3,-165.47 -134.44,-248.77zm140.59 -65.56c20.53,0 41.06,0 62.58,0 23.61,0 40.04,29.55 35.94,65.56 -4.14,36.01 -26.68,65.04 -51.31,65.04 -20.54,0 -42.1,0 -62.59,0 -23.61,0 -39.55,-28.95 -34.91,-65.04 4.63,-35.93 26.68,-65.56 50.29,-65.56zm199.08 65.56c62.58,-82.73 124.18,-166.03 183.7,-249.3 48.21,83.27 95.42,166.57 144.69,249.3 -60.54,83.3 -122.14,166.04 -184.73,248.77 -49.27,-82.73 -96.44,-165.47 -143.66,-248.77zm137.51 -65.56c20.54,0 41.03,0 62.59,0 23.6,0 41.56,29.62 39.02,65.56 -2.58,36.05 -24.63,65.04 -48.25,65.04 -21.56,0 -43.12,0 -63.61,0 -23.6,0 -40.53,-28.98 -36.97,-65.04 3.61,-35.93 23.61,-65.56 47.21,-65.56zm201.13 65.56c59.52,-82.73 118,-166.03 175.47,-249.3 50.29,83.27 101.61,166.57 153.95,249.3 -57.46,83.3 -115.95,166.04 -175.47,248.77 -52.34,-82.73 -103.66,-165.47 -153.95,-248.77zm136.49 -65.56c20.54,0 40,0 61.56,0 23.61,0 43.62,29.58 42.1,65.56 -1.55,36.05 -22.58,65.04 -46.19,65.04 -21.56,0 -42.06,0 -63.61,0 -23.6,0 -42.09,-29.02 -40.04,-65.04 2.05,-36 21.56,-65.56 46.19,-65.56zm203.18 65.56c56.44,-82.73 111.86,-166.03 165.23,-249.3 54.39,83.27 108.78,166.57 164.2,249.3 -55.42,83.3 -109.81,166.04 -166.25,248.77 -55.42,-82.73 -110.83,-165.47 -163.17,-248.77zm133.42 -65.56c20.53,0 41.02,0 61.56,0 23.61,0 44.14,29.55 44.14,65.56 0,36.01 -19.51,65.04 -43.12,65.04 -21.56,0 -42.06,0 -63.61,0 -23.6,0 -43.12,-29.02 -42.09,-65.04 1.02,-36 19.51,-65.56 43.12,-65.56zm205.22 65.56c53.37,-82.73 106.73,-166.03 157.02,-249.3 57.46,83.27 113.9,166.57 172.4,249.3 -51.32,83.3 -102.63,166.04 -156,248.77 -58.49,-82.73 -116.98,-165.47 -173.42,-248.77zm131.37 -65.56c20.54,0 41.03,0 62.59,0 22.58,0 44.14,29.55 45.16,65.56 1.03,36.01 -16.43,65.04 -40.04,65.04 -21.52,0 -42.06,0 -62.58,0 -24.63,0 -44.64,-29.02 -45.17,-65.04 -0.49,-36 16.44,-65.56 40.04,-65.56zm208.3 65.56c50.29,-82.73 99.56,-166.03 146.73,-249.3 60.58,83.27 121.12,166.57 182.68,249.3 -48.24,83.3 -96.44,166.04 -146.73,248.77 -61.6,-82.73 -123.16,-165.47 -182.68,-248.77zm128.29 -65.56c20.5,0 41.02,0 62.58,0 22.59,0 45.66,29.55 48.25,65.56 2.54,35.98 -14.39,65.04 -38,65.04 -21.52,0 -42.06,0 -62.58,0 -24.63,0 -46.19,-29.02 -48.25,-65.04 -2.04,-36 14.39,-65.56 38,-65.56zm211.37 65.56c46.19,-82.73 93.38,-166.03 137.52,-249.3 63.61,83.27 126.24,166.57 191.91,249.3 -45.17,83.3 -90.3,166.04 -138.54,248.77 -63.61,-82.73 -128.29,-165.47 -190.88,-248.77zm126.25 -65.56c19.47,0 40,0 61.56,0 23.61,0 47.71,29.51 51.31,65.56 3.58,35.98 -12.33,65.04 -35.9,65.04 -21.56,0 -42.1,0 -62.62,0 -24.63,0 -47.21,-29.02 -50.29,-65.04 -3.08,-36 11.31,-65.56 35.94,-65.56zm213.42 65.56c43.12,-82.73 86.2,-166.03 127.26,-249.3 66.69,83.27 133.42,166.57 201.13,249.3 -42.1,83.3 -84.15,166.04 -128.29,248.77 -67.71,-82.73 -135.42,-165.47 -200.1,-248.77zm122.14 -65.56c20.5,0 41.03,0 62.59,0 23.6,0 48.24,29.55 53.36,65.56 5.13,36.01 -9.26,65.04 -32.83,65.04 -21.56,0 -42.09,0 -63.64,0 -23.61,0 -46.69,-29.09 -51.28,-65.04 -4.63,-36.04 9.23,-65.56 31.81,-65.56zm216.5 65.56c41.06,-82.73 80.04,-166.03 118,-249.3 69.81,83.27 140.59,166.57 211.41,249.3 -39.01,83.3 -77.99,166.04 -119.02,248.77 -70.83,-82.73 -141.61,-165.47 -210.39,-248.77zm120.06 -65.56c20.53,0 41.06,0 62.62,0 23.61,0 49.76,29.48 56.44,65.56 6.64,35.91 -7.17,65.04 -30.79,65.04 -21.56,0 -42.09,0 -63.64,0 -22.55,0 -48.21,-29.02 -54.36,-65.04 -6.18,-36 7.17,-65.56 29.72,-65.56zm219.61 65.56c36.98,-82.73 73.9,-166.03 108.79,-249.3 72.87,83.27 145.71,166.57 220.64,249.3 -35.9,83.3 -71.85,166.04 -110.83,248.77 -72.84,-82.73 -146.74,-165.47 -218.59,-248.77zm118.04 -65.56c20.5,0 40.01,0 61.57,0 23.6,0 51.77,29.48 59.51,65.56 7.67,35.91 -5.12,65.04 -28.73,65.04 -21.56,0 -42.09,0 -62.58,0 -23.61,0 -50.29,-29.02 -57.5,-65.04 -7.17,-36 4.14,-65.56 27.74,-65.56zm221.63 65.56c33.89,-82.73 66.72,-166.03 98.53,-249.3 75.96,83.27 152.9,166.57 230.89,249.3 -32.83,83.3 -66.69,166.04 -101.6,248.77 -76.94,-82.73 -152.88,-165.47 -227.81,-248.77zm114.93 -65.56c20.54,0 41.07,0 61.57,0 23.6,0 52.37,29.55 61.6,65.56 9.22,36.01 -1.03,65.04 -25.67,65.04 -21.56,0 -42.09,0 -62.58,0 -23.61,0 -51.85,-29.12 -60.54,-65.04 -8.77,-36.11 2.04,-65.56 25.62,-65.56zm223.71 65.56c31.81,-82.73 61.6,-166.03 90.33,-249.3 79.02,83.27 159.04,166.57 239.09,249.3 -29.76,83.3 -59.52,166.04 -91.32,248.77 -80.05,-82.73 -160.1,-165.47 -238.1,-248.77zm112.88 -65.56c20.53,0 41.06,0 62.62,0 23.57,0 52.8,29.4 63.61,65.56 10.74,35.87 1.02,65.04 -23.61,65.04 -21.55,0 -42.09,0 -62.58,0 -23.61,0 -52.88,-29.16 -62.59,-65.04 -9.79,-36.11 0,-65.56 22.55,-65.56zm226.82 65.56c27.67,-82.73 54.36,-166.03 80.01,-249.3 82.1,83.27 165.22,166.57 248.35,249.3 -26.69,83.3 -52.34,166.04 -81.08,248.77 -83.12,-82.73 -166.25,-165.47 -247.28,-248.77zm109.77 -65.56c20.54,0 41.07,0 62.59,0 23.61,0 54.89,29.4 66.73,65.56 11.76,35.87 3.07,65.04 -21.56,65.04 -21.56,0 -42.06,0 -62.59,0 -24.63,0 -54.39,-29.02 -65.7,-65.04 -11.28,-36 -3.08,-65.56 20.53,-65.56zm-5711.72 637.81c82.1,-82.77 163.17,-166.03 244.21,-249.33 32.87,83.3 68.77,166.56 105.71,249.33 -30.22,31.46 -60.62,62.84 -91.08,94.19 -59.37,9.3 -106.16,21.56 -136.77,37.85 -17.28,9.16 -34.81,19.33 -52.51,30.32 -23.61,-54.01 -46.79,-108.07 -69.56,-162.36zm160.1 -65.56c21.52,0 44.11,0 66.69,0 24.63,0 37,29.58 27.71,65.56 -9.2,35.45 -38,65 -63.61,65 -22.59,0 -45.17,0 -67.75,0 -25.66,0 -37.36,-29.65 -27.71,-65 9.86,-36.11 40.04,-65.56 64.68,-65.56zm201.12 65.56c77.97,-82.77 155.97,-166.03 233.96,-249.33 36.94,83.3 75.96,166.56 115.96,249.33 -20.54,22.23 -41.17,44.43 -61.85,66.59 -92.03,2.61 -177.27,6.32 -252.22,12.19 -12.19,-26.23 -24.17,-52.48 -35.84,-78.78zm190.99 170.17l-74.01 78.6c-11.76,-24.34 -23.57,-48.7 -35.26,-73.05 36.72,-2.33 68.98,-3.78 90.71,-4.73l18.56 -0.82zm-32.98 -235.72c21.56,0 43.12,0 65.67,0 24.66,0 39.08,29.58 30.82,65.56 -8.16,35.45 -36.97,65 -61.6,65 -22.55,0 -45.13,0 -66.69,0 -25.66,0 -39.4,-29.65 -30.79,-65 8.81,-36.11 36.94,-65.56 62.59,-65.56zm202.15 65.56c75.95,-82.77 150.87,-166.03 225.76,-249.33 40.04,83.3 82.11,166.56 125.22,249.33 -17.63,19.87 -35.33,39.72 -53.08,59.55l-84.78 1.35c19.65,-9.3 37.25,-33.23 42.41,-60.9 6.71,-35.9 -9.23,-65.56 -33.86,-65.56 -21.52,0 -44.1,0 -65.66,0 -25.67,0 -52.27,29.54 -59.52,65.56 -5.9,29.3 2.87,54.57 20.57,62.45 -28.77,0.49 -57.11,1.02 -85.03,1.59 -10.78,-21.32 -21.45,-42.67 -32.02,-64.05zm206.75 160.91c-26.48,29.3 -52.99,58.57 -79.48,87.86 -14.92,-28.62 -29.79,-57.21 -44.61,-85.84 41.35,-0.77 82.74,-1.41 124.09,-2.01zm154.47 -160.91c72.88,-82.77 144.69,-166.03 215.52,-249.33 44.1,83.3 88.25,166.56 135.46,249.33l-44.53 52.23 -80.4 1.59c14.04,-11.77 25.27,-31.67 28.45,-53.83 5.16,-36.01 -10.25,-65.56 -34.88,-65.56 -22.58,0 -44.14,0 -65.67,0 -25.66,0 -51.27,29.54 -57.49,65.56 -4.07,23.78 1.48,44.96 13.35,56.26l-6.32 0.15c-24.17,0.52 -48.35,1.02 -72.45,1.48 -10.43,-19.29 -20.79,-38.56 -31.04,-57.89zm219.01 154.13c-27.28,31.56 -54.74,63.08 -82.52,94.64 -17.07,-30.56 -34.14,-61.17 -51.1,-91.78l20.32 -0.43 113.3 -2.43zm142.22 -154.13c69.8,-82.77 138.54,-166.03 206.25,-249.33 47.21,83.3 94.43,166.56 144.72,249.33l-37.71 46.26 -79.13 1.13c10.47,-11.91 18.24,-28.84 20.36,-47.4 4.14,-36.01 -13.35,-65.56 -37.95,-65.56 -22.59,0 -44.15,0 -65.71,0 -25.66,0 -49.72,29.47 -54.39,65.56 -2.5,19.59 1.52,37.4 10.01,49.41l-77.44 1.31c-9.76,-16.9 -19.43,-33.79 -29.01,-50.72zm230.63 146.98c-28.06,33.96 -56.33,67.86 -84.92,101.78 -19.69,-33.08 -39.37,-66.12 -58.92,-99.2 47.93,-0.92 95.88,-1.77 143.84,-2.58zm130.58 -146.98c65.67,-82.77 131.37,-166.03 197.03,-249.33 49.23,83.3 100.54,166.56 153.91,249.33l-32.51 41.85 -78.5 0.81c7.92,-11.48 13.39,-26.44 14.57,-42.66 2.57,-35.97 -15.41,-65.56 -40.04,-65.56 -22.55,0 -44.11,0 -66.69,0 -24.63,0 -48.21,29.54 -51.31,65.56 -1.45,16.97 1.76,32.59 8.33,44.25l-77.26 0.99c-9.22,-15.1 -18.41,-30.14 -27.53,-45.24zm240.25 141.68c-28.17,35.73 -56.54,71.39 -85.31,107.08 -22.16,-35.05 -44.32,-70.08 -66.3,-105.14 50.54,-0.7 101.07,-1.38 151.61,-1.94zm120.98 -141.68c62.58,-82.77 125.18,-166.03 186.74,-249.33 52.34,83.3 107.76,166.56 164.21,249.33l-28.74 38.7 -78.95 0.57c6.43,-10.96 10.61,-24.6 11.24,-39.27 1.52,-35.97 -18.48,-65.56 -43.12,-65.56 -22.58,0 -44.1,0 -65.66,0 -25.66,0 -47.18,29.54 -49.27,65.56 -0.88,15.17 2.19,29.26 8.02,40.43l-78 0.71c-8.87,-13.68 -17.67,-27.43 -26.47,-41.14zm247.35 138.43c-27.85,36.8 -55.95,73.58 -84.22,110.34 -24.35,-36.4 -48.53,-72.8 -72.52,-109.24 52.26,-0.42 104.51,-0.81 156.74,-1.1zm113.86 -138.43c59.52,-82.77 118,-166.03 176.5,-249.33 56.44,83.3 114.93,166.56 173.42,249.33 -8.77,12.69 -17.57,25.35 -26.41,38l-77.57 -0.43c5.37,-10.67 8.52,-23.67 8.52,-37.57 0,-36.01 -20.5,-65.56 -46.15,-65.56 -22.58,0 -44.14,0 -65.7,0 -24.6,0 -45.66,29.54 -46.16,65.56 -0.21,14.04 2.8,27.11 8.02,37.82l-78.42 0.46 -26.05 -38.28zm253.01 137.55c-26.61,37.11 -53.51,74.15 -80.6,111.22 -26.19,-37.04 -52.16,-74.07 -77.93,-111.15 34.03,-0.07 68.03,-0.1 102.03,-0.1l1.62 0 54.88 0.03zm108.18 -137.55c56.44,-82.77 111.85,-166.03 167.27,-249.33 59.52,83.3 121.08,166.56 182.68,249.33 -8.91,13.57 -17.81,27.15 -26.79,40.71l-77.08 -0.67c5.87,-11.1 9.05,-25.06 8.42,-40.04 -1.56,-36.04 -23.61,-65.56 -48.21,-65.56 -22.59,0 -45.17,0 -66.73,0 -24.63,0 -43.61,29.54 -43.08,65.56 0.21,14.5 3.85,28.03 9.86,38.95l-78.77 -0.53c-9.23,-12.79 -18.41,-25.63 -27.57,-38.42zm257.21 139.18c-24.73,36.58 -49.62,73.04 -74.53,109.59 -27.88,-36.86 -55.34,-73.68 -82.49,-110.58 52.34,0.24 104.69,0.6 157.02,0.99zm104.01 -139.18c53.37,-82.77 105.71,-166.03 158.05,-249.33 62.58,83.3 127.23,166.56 191.87,249.33l-28.1 44.64 -77.04 -0.92c6.53,-11.59 9.9,-27 8.7,-43.72 -2.58,-35.97 -24.63,-65.56 -50.29,-65.56 -22.59,0 -44.11,0 -65.67,0 -24.63,0 -43.65,29.51 -41.06,65.56 1.16,15.98 6.29,30.75 13.81,42.2l-79.02 -0.81c-10.46,-13.78 -20.85,-27.56 -31.25,-41.38zm259.62 143c-22.44,35.26 -44.98,70.5 -67.71,105.77 -28.48,-35.86 -56.54,-71.71 -84.32,-107.61 50.68,0.57 101.36,1.17 152.03,1.84zm101.61 -143c50.29,-82.77 99.52,-166.03 147.76,-249.33 66.73,83.3 133.42,166.56 202.15,249.33l-29.57 49.94 -76.52 -1.24c8.05,-11.97 11.84,-29.47 9.65,-48.7 -4.14,-36.01 -27.71,-65.56 -53.37,-65.56 -21.56,0 -44.14,0 -65.66,0 -24.63,0 -42.63,29.51 -39.02,65.56 1.83,18.16 9.12,34.81 19.08,46.72l-78.28 -1.09c-12.12,-15.2 -24.21,-30.39 -36.23,-45.63zm261.49 148.69c-20.01,33.39 -40.11,66.72 -60.37,100.08 -27.95,-34.17 -55.94,-68.35 -83.75,-102.55 48.03,0.81 96.09,1.62 144.12,2.47zm99.73 -148.69c46.16,-82.77 92.35,-166.03 138.54,-249.33 68.74,83.3 139.53,166.56 211.38,249.33l-31.67 56.97 -27.11 -0.56 -50.89 -1.13c11.38,-11.52 16.86,-32.1 13.21,-55.28 -5.68,-35.94 -29.75,-65.56 -55.41,-65.56 -22.58,0 -44.14,0 -66.73,0 -24.59,0 -40.56,29.47 -35.9,65.56 2.8,21.6 13.25,41.03 26.79,52.91l-79.48 -1.48c-14.31,-17.14 -28.55,-34.28 -42.73,-51.42zm262.9 156c-17.42,30.93 -34.91,61.84 -52.54,92.77 -27.25,-31.88 -54.54,-63.75 -81.68,-95.63l134.22 2.87zm97.26 -156c44.14,-82.77 87.26,-166.03 129.31,-249.33 72.84,83.3 145.71,166.56 220.64,249.33 -10.64,21.07 -21.31,42.13 -32.02,63.15 -27.43,-0.49 -55.24,-0.98 -83.41,-1.44 16.97,-8.63 25.7,-33.26 19.97,-61.71 -7.2,-36.01 -32.83,-65.56 -58.49,-65.56 -22.55,0 -44.11,0 -65.67,0 -25.66,0 -40.07,29.54 -33.85,65.56 4.63,26.9 20.53,50.36 39.12,60.15l-83.94 -1.37c-17.28,-19.59 -34.49,-39.16 -51.66,-58.78zm266.93 162.11c-15.16,28.91 -30.53,57.78 -46.29,86.66l-78.99 -88.56c41.74,0.6 83.51,1.2 125.29,1.9zm94.29 -162.11c41.07,-82.77 81.08,-166.03 120.06,-249.33 75.95,83.3 151.9,166.56 229.89,249.33 -11.83,25.24 -23.64,50.43 -35.58,75.64 -76.8,-4.95 -162.68,-8.02 -254.46,-10.29 -20.04,-21.77 -40.01,-43.54 -59.91,-65.35zm267.57 173.14c-12.33,25.24 -24.87,50.43 -37.71,75.63l-74.78 -80.5c22.37,0.81 44.74,1.73 67.11,2.72 12.19,0.52 27.68,1.23 45.38,2.15zm-140.3 -238.7c22.58,0 44.1,0 66.69,0 24.63,0 52.26,29.58 60.54,65.56 8.16,35.45 -5.13,65 -30.79,65 -23.6,0 -45.13,0 -67.71,0 -25.66,0 -52.91,-29.44 -60.54,-65 -7.74,-35.9 7.17,-65.56 31.81,-65.56zm233.96 65.56c36.93,-82.77 74.92,-166.03 110.83,-249.33 79.02,83.3 158.04,166.56 239.08,249.33 -20.29,47.04 -40.57,93.94 -61.42,140.73 -5.34,-2.98 -10.64,-5.9 -15.94,-8.7 -39.26,-20.89 -105.07,-35.13 -190.03,-45.09 -27.78,-28.95 -55.31,-57.93 -82.52,-86.95zm246.82 232.23l-7.74 16.54 -36.69 -37.92c8.88,3.01 16.68,6.18 23.15,9.61 7.1,3.79 14.21,7.71 21.28,11.77zm-121.65 -297.79c21.56,0 43.12,0 65.7,0 24.63,0 54.32,29.58 63.61,65.56 9.16,35.45 -4.1,65 -28.73,65 -22.58,0 -45.13,0 -66.69,0 -25.66,0 -54.95,-29.4 -63.64,-65 -8.74,-35.87 4.1,-65.56 29.75,-65.56zm-5737.38 637.77c89.27,-82.73 176.49,-166.03 264.74,-249.3 13.32,32.7 26.93,65.39 40.85,98.05 -29.72,28.16 -59.06,56.89 -87.75,85.69l-45.45 0c-26.68,0 -58.42,29.58 -69.77,65.56 -6.57,20.79 -5.44,39.51 1.98,51.49 -19.48,20.65 -38.38,40.96 -56.72,60.83 -16.23,-37.36 -32.17,-74.78 -47.89,-112.32zm348.29 -53.47c7.98,17.84 16.04,35.65 24.2,53.47 -87.22,83.3 -175.47,166.04 -263.71,248.77 -5.58,-12.19 -11.13,-24.34 -16.65,-36.54 83.06,-90.79 167.66,-180.24 256.16,-265.7zm34.49 53.47c86.2,-82.73 170.35,-166.03 255.52,-249.3 36.93,83.27 75.91,166.57 116.98,249.3 -84.15,83.3 -169.32,166.04 -254.5,248.77 -41.06,-82.73 -80.04,-165.47 -118,-248.77zm169.31 -65.56c23.61,0 46.16,0 70.8,0 25.66,0 39.61,29.44 29.75,65.56 -9.65,35.38 -40,65.04 -66.69,65.04 -23.6,0 -47.21,0 -70.83,0 -27.7,0 -39.93,-29.55 -29.75,-65.04 10.36,-35.97 40.04,-65.56 66.72,-65.56zm214.46 65.56c82.1,-82.73 163.17,-166.03 245.27,-249.3 40,83.27 82.1,166.57 126.24,249.3 -81.11,83.3 -163.17,166.04 -245.27,248.77 -43.12,-82.73 -85.17,-165.47 -126.24,-248.77zm166.25 -65.56c23.6,0 46.19,0 69.8,0 26.69,0 41.1,29.58 32.83,65.56 -8.16,35.48 -37.99,65.04 -64.64,65.04 -23.6,0 -47.21,0 -70.83,0 -26.68,0 -40.42,-29.65 -31.81,-65.04 8.81,-36.07 37.96,-65.56 64.65,-65.56zm216.53 65.56c79.03,-82.73 156.99,-166.03 234.99,-249.3 43.12,83.27 89.27,166.57 136.49,249.3 -78,83.3 -157.02,166.04 -236.01,248.77 -47.21,-82.73 -91.35,-165.47 -135.46,-248.77zm163.17 -65.56c22.55,0 46.15,0 69.77,0 26.68,0 42.66,29.48 35.9,65.56 -6.57,35.38 -34.88,65.04 -61.56,65.04 -24.63,0 -48.21,0 -71.82,0 -25.66,0 -41.48,-29.65 -33.89,-65.04 7.77,-36.07 34.92,-65.56 61.6,-65.56zm219.57 65.56c75.95,-82.73 150.87,-166.03 225.8,-249.3 46.15,83.27 95.42,166.57 145.68,249.3 -74.89,83.3 -150.84,166.04 -226.79,248.77 -49.23,-82.73 -97.48,-165.47 -144.69,-248.77zm161.12 -65.56c22.59,0 46.19,0 69.81,0 26.68,0 43.65,29.48 37.96,65.56 -5.59,35.41 -31.81,65.04 -59.52,65.04 -23.61,0 -47.21,0 -70.83,0 -26.68,0 -42.52,-29.62 -36.93,-65.04 5.69,-36.07 32.83,-65.56 59.51,-65.56zm221.67 65.56c72.87,-82.73 144.68,-166.03 216.53,-249.3 49.23,83.27 101.57,166.57 154.94,249.3 -70.79,83.3 -143.66,166.04 -217.56,248.77 -52.3,-82.73 -103.62,-165.47 -153.91,-248.77zm158.04 -65.56c23.57,0 46.15,0 69.77,0 27.7,0 45.2,29.44 41.06,65.56 -4.1,35.38 -29.79,65.04 -56.44,65.04 -24.66,0 -48.24,0 -70.83,0 -26.68,0 -44.6,-29.62 -40,-65.04 4.63,-36.04 30.79,-65.56 56.44,-65.56zm224.73 65.56c69.77,-82.73 138.5,-166.03 207.27,-249.3 52.34,83.27 107.76,166.57 164.2,249.3 -67.74,83.3 -137.51,166.04 -207.31,248.77 -56.43,-82.73 -110.83,-165.47 -164.16,-248.77zm155.96 -65.56c22.58,0 46.19,0 69.77,0 26.72,0 45.69,29.51 43.12,65.56 -2.54,35.45 -26.69,65.04 -54.39,65.04 -23.61,0 -47.18,0 -70.8,0 -26.68,0 -45.13,-29.55 -42.09,-65.04 3.11,-36 27.71,-65.56 54.39,-65.56zm226.79 65.56c66.72,-82.73 132.39,-166.03 197.02,-249.3 56.44,83.27 114.93,166.57 174.44,249.3 -64.64,83.3 -131.33,166.04 -198.05,248.77 -58.5,-82.73 -115.96,-165.47 -173.42,-248.77zm152.88 -65.56c23.61,0 46.19,0 70.83,0 26.68,0 46.18,29.51 45.16,65.56 -1.02,35.45 -23.6,65.04 -51.31,65.04 -24.63,0 -47.21,0 -70.83,0 -26.68,0 -47.17,-29.58 -45.13,-65.04 2.05,-36 25.63,-65.56 51.28,-65.56zm229.89 65.56c63.61,-82.73 126.21,-166.03 187.77,-249.3 59.52,83.27 121.12,166.57 182.68,249.3 -61.56,83.3 -123.16,166.04 -186.78,248.77 -62.59,-82.73 -123.13,-165.47 -183.67,-248.77zm150.84 -65.56c23.6,0 46.19,0 69.8,0 26.65,0 49.23,29.55 49.23,65.56 0,35.45 -22.58,65.04 -49.23,65.04 -24.63,0 -48.24,0 -71.85,0 -26.68,0 -47.71,-29.58 -47.21,-65.04 0.53,-36 22.58,-65.56 49.27,-65.56zm231.91 65.56c60.54,-82.73 120.06,-166.03 178.58,-249.3 62.59,83.27 127.23,166.57 191.87,249.3 -57.46,83.3 -116.98,166.04 -177.52,248.77 -65.66,-82.73 -129.31,-165.47 -192.93,-248.77zm148.79 -65.56c22.58,0 46.19,0 69.8,0 26.69,0 50.26,29.55 51.32,65.56 1.02,35.45 -19.52,65.04 -47.21,65.04 -23.61,0 -47.18,0 -70.8,0 -26.68,0 -49.79,-29.55 -50.29,-65.04 -0.53,-35.97 19.52,-65.56 47.18,-65.56zm233.99 65.56c57.47,-82.73 113.9,-166.03 169.32,-249.3 65.67,83.27 133.38,166.57 201.13,249.3 -54.4,83.3 -110.84,166.04 -168.3,248.77 -67.71,-82.73 -135.46,-165.47 -202.15,-248.77zm145.71 -65.56c23.61,0 46.19,0 70.83,0 26.65,0 50.75,29.58 53.33,65.56 2.58,35.52 -17.42,65.04 -44.1,65.04 -24.63,0 -48.25,0 -70.83,0 -27.71,0 -51.31,-29.58 -53.37,-65.04 -2.04,-36 17.46,-65.56 44.14,-65.56zm236.01 65.56c55.41,-82.73 108.78,-166.03 161.12,-249.3 68.77,83.27 139.56,166.57 210.39,249.3 -51.31,83.3 -103.66,166.04 -158.04,248.77 -71.85,-82.73 -142.64,-165.47 -213.46,-248.77zm144.72 -65.56c22.55,0 46.15,0 69.77,0 26.68,0 52.3,29.55 56.44,65.56 4.07,35.48 -15.41,65.04 -42.1,65.04 -23.57,0 -47.17,0 -70.79,0 -26.68,0 -51.84,-29.51 -55.41,-65.04 -3.61,-35.93 15.41,-65.56 42.09,-65.56zm238.06 65.56c52.34,-82.73 102.63,-166.03 151.86,-249.3 71.85,83.27 145.71,166.57 220.64,249.3 -49.27,83.3 -98.5,166.04 -149.81,248.77 -74.92,-82.73 -148.79,-165.47 -222.69,-248.77zm141.61 -65.56c23.61,0 47.21,0 70.79,0 25.66,0 52.84,29.65 58.53,65.56 5.62,35.55 -12.33,65.04 -39.01,65.04 -23.61,0 -47.18,0 -70.8,0 -27.7,0 -53.93,-29.48 -58.49,-65.04 -4.67,-35.93 12.3,-65.56 38.98,-65.56zm242.2 65.56c48.21,-82.73 95.42,-166.03 140.55,-249.3 75.95,83.27 152.93,166.57 230.92,249.3 -46.18,83.3 -92.38,166.04 -140.58,248.77 -76.98,-82.73 -154.97,-165.47 -230.89,-248.77zm138.5 -65.56c23.61,0 46.19,0 69.81,0 26.68,0 53.33,29.76 60.54,65.56 7.17,35.69 -8.2,65.04 -34.88,65.04 -24.63,0 -48.25,0 -71.85,0 -26.69,0 -54.39,-29.37 -60.54,-65.04 -6.19,-35.83 10.25,-65.56 36.93,-65.56zm244.25 65.56c45.16,-82.73 89.27,-166.03 131.37,-249.3 79.02,83.27 159.04,166.57 240.1,249.3 -43.08,83.3 -85.17,166.04 -130.3,248.77 -81.07,-82.73 -162.14,-165.47 -241.16,-248.77zm136.49 -65.56c22.58,0 46.19,0 69.77,0 25.66,0 54.39,29.79 62.62,65.56 8.2,35.69 -6.18,65.04 -32.87,65.04 -23.57,0 -47.17,0 -70.79,0 -26.68,0 -55.94,-29.44 -63.61,-65.04 -7.73,-35.86 8.2,-65.56 34.88,-65.56zm246.29 65.56c42.06,-82.73 83.12,-166.03 122.11,-249.3 82.1,83.27 165.22,166.57 249.37,249.3 -39.02,83.3 -79.03,166.04 -121.12,248.77 -84.11,-82.73 -168.26,-165.47 -250.36,-248.77zm133.38 -65.56c23.6,0 46.19,0 70.83,0 25.66,0 55.41,29.79 64.64,65.56 9.26,35.73 -3.08,65.04 -29.75,65.04 -24.63,0 -47.18,0 -70.8,0 -27.7,0 -57.46,-29.3 -66.72,-65.04 -9.23,-35.76 5.16,-65.56 31.81,-65.56zm249.37 65.56c15.2,-32.26 30.11,-64.6 44.74,-97 9.26,8.7 18.38,17.31 27.32,25.83 9.79,9.34 19.51,18.73 29.19,28.14 -4.1,11.59 -4.35,26.72 0.35,43.04 10.25,35.77 42.06,65.04 68.74,65.04l38.38 0c30.75,31.84 61.14,64.11 91.25,96.54 -13.22,29.09 -26.65,58.14 -40.36,87.19 -87.23,-82.73 -174.44,-165.47 -259.62,-248.77zm87.72 -193.67c8.09,-18.51 16.15,-37.07 24.13,-55.63 86.21,83.27 172.4,166.57 259.62,249.3 -8.94,20.82 -17.98,41.6 -27.1,62.31 -30.39,-32.38 -62.13,-65.56 -94.75,-98.85 -4.6,-5.76 -9.65,-10.92 -14.96,-15.2 -47.57,-48.11 -96.93,-96.13 -146.94,-141.94zm-6813.32 765.36c95.42,-82.74 190.84,-165.47 284.25,-248.77 34.88,83.3 70.79,166.03 108.78,248.77 -94.43,83.3 -188.83,166.56 -284.25,249.33 -37.99,-82.77 -73.89,-166.03 -108.78,-249.33zm182.64 -65c24.63,0 48.25,0 73.9,0 28.73,0 40.39,29.65 28.73,65 -11.94,36.16 -45.17,65.56 -73.9,65.56 -25.66,0 -50.25,0 -74.88,0 -27.71,0 -41.13,-29.58 -28.73,-65.56 12.23,-35.48 47.17,-65 74.88,-65zm222.69 65c47.64,-43.12 95.52,-86.28 143.24,-129.49l7.84 73.54c-18.8,11.45 -35.9,32.52 -43.33,55.95 -11.45,36.3 2.05,65.56 30.79,65.56l25.45 0 13.81 129.98c-19.87,17.95 -39.79,35.87 -59.8,53.79 -41.03,-82.77 -80.01,-166.03 -118,-249.33zm235.12 -213.04c13,-11.91 25.94,-23.81 38.88,-35.72 37.95,83.3 76.97,166.03 118,248.77 -40.57,37.43 -81.33,74.81 -122.32,112.2l-7.7 -72.48c9.83,-11.03 17.78,-24.81 22.27,-39.72 10.67,-35.34 -3.08,-65 -30.79,-65l-2.61 0 -15.73 -148.05zm169.21 213.04c88.25,-82.74 177.52,-165.47 264.75,-248.77 41.02,83.3 84.14,166.03 128.25,248.77 -88.25,83.3 -176.5,166.56 -264.75,249.33 -45.16,-82.77 -87.22,-166.03 -128.25,-249.33zm176.5 -65c24.63,0 49.23,0 74.88,0 27.71,0 42.03,29.51 32.87,65 -9.3,36.01 -39.02,65.56 -67.75,65.56 -25.66,0 -50.29,0 -75.95,0 -27.67,0 -43.68,-29.44 -33.86,-65.56 9.66,-35.34 43.12,-65 69.81,-65zm227.81 65c86.2,-82.74 171.37,-165.47 255.52,-248.77 45.13,83.3 90.29,166.03 137.51,248.77 -84.14,83.3 -169.31,166.56 -255.52,249.33 -47.21,-82.77 -92.38,-166.03 -137.51,-249.33zm174.44 -65c24.63,0 49.27,0 74.92,0 27.71,0 43.54,29.61 35.9,65 -7.77,36.11 -37.99,65.56 -66.69,65.56 -25.66,0 -50.29,0 -74.92,0 -27.7,0 -44.24,-29.33 -35.9,-65.56 8.09,-35.27 38.98,-65 66.69,-65zm230.89 65c82.1,-82.74 164.2,-165.47 245.27,-248.77 48.24,83.3 95.42,166.03 145.71,248.77 -81.08,83.3 -162.15,166.56 -244.25,249.33 -51.28,-82.77 -99.52,-166.03 -146.73,-249.33zm171.37 -65c24.63,0 49.27,0 73.9,0 28.73,0 45.59,29.61 38.98,65 -6.71,36.08 -34.88,65.56 -63.61,65.56 -25.66,0 -50.29,0 -74.92,0 -28.73,0 -45.73,-29.47 -38.98,-65.56 6.61,-35.38 36.93,-65 64.64,-65zm232.94 65c79.02,-82.74 158.04,-165.47 236.04,-248.77 51.31,83.3 102.59,166.03 155.96,248.77 -77.96,83.3 -155.96,166.56 -236.01,249.33 -53.37,-82.77 -105.7,-166.03 -155.99,-249.33zm169.35 -65c24.59,0 49.23,0 73.86,0 28.73,0 46.15,29.54 41.03,65 -5.16,36.01 -31.78,65.56 -60.51,65.56 -25.66,0 -50.29,0 -74.92,0 -28.73,0 -47.78,-29.47 -42.09,-65.56 5.58,-35.38 33.89,-65 62.62,-65zm234.98 65c75.92,-82.74 151.86,-165.47 227.81,-248.77 53.37,83.3 107.75,166.03 164.2,248.77 -74.92,83.3 -149.85,166.56 -225.76,249.33 -56.44,-82.77 -111.86,-166.03 -166.25,-249.33zm167.27 -65c24.63,0 49.27,0 73.86,0 28.73,0 47.72,29.58 44.14,65 -3.64,36.04 -30.78,65.56 -59.52,65.56 -24.62,0 -50.29,0 -74.91,0 -28.73,0 -47.25,-29.44 -43.09,-65.56 4.07,-35.34 30.79,-65 59.52,-65zm237.04 65c72.87,-82.74 146.73,-165.47 218.58,-248.77 56.44,83.3 113.9,166.03 173.42,248.77 -71.85,83.3 -142.64,166.56 -216.54,249.33 -59.52,-82.77 -119.02,-166.03 -175.47,-249.33zm165.22 -65c24.63,0 49.27,0 73.9,0 27.71,0 48.7,29.58 46.15,65 -2.57,36.04 -28.73,65.56 -56.44,65.56 -25.66,0 -50.25,0 -74.88,0 -28.73,0 -49.3,-29.54 -46.19,-65.56 3.08,-35.45 28.73,-65 57.46,-65zm239.12 65c69.77,-82.74 140.55,-165.47 209.33,-248.77 59.52,83.3 120.06,166.03 183.67,248.77 -68.74,83.3 -137.48,166.56 -207.27,249.33 -62.59,-82.77 -125.19,-166.03 -185.72,-249.33zm163.13 -65c24.63,0 48.25,0 73.9,0 27.71,0 49.23,29.54 48.24,65 -1.05,36.01 -25.66,65.56 -53.37,65.56 -25.66,0 -50.29,0 -74.91,0 -28.74,0 -51.32,-29.54 -49.27,-65.56 2.04,-35.45 26.68,-65 55.41,-65zm241.17 65c67.71,-82.74 134.44,-165.47 200.1,-248.77 63.61,83.3 127.23,166.03 192.93,248.77 -65.7,83.3 -130.33,166.56 -198.05,249.33 -65.67,-82.77 -131.37,-166.03 -194.98,-249.33zm161.12 -65c23.57,0 48.21,0 73.86,0 27.71,0 50.29,29.54 50.29,65 0,36.01 -22.58,65.56 -50.29,65.56 -25.66,0 -50.29,0 -74.88,0 -28.77,0 -51.85,-29.54 -51.32,-65.56 0.5,-35.45 23.61,-65 52.34,-65zm244.21 65c63.61,-82.74 127.27,-165.47 189.85,-248.77 66.69,83.3 133.42,166.03 202.15,248.77 -61.56,83.3 -124.15,166.56 -187.77,249.33 -68.77,-82.77 -138.54,-166.03 -204.24,-249.33zm158.04 -65c23.61,0 48.25,0 73.86,0 27.71,0 50.82,29.58 52.34,65 1.55,36.04 -19.48,65.56 -48.21,65.56 -25.66,0 -50.29,0 -74.92,0 -28.73,0 -52.33,-29.54 -53.37,-65.56 -1.02,-35.45 21.56,-65 50.29,-65zm246.26 65c60.57,-82.74 121.11,-165.47 180.62,-248.77 69.77,83.3 139.56,166.03 212.4,248.77 -59.52,83.3 -118,166.56 -178.54,249.33 -72.84,-82.77 -144.69,-166.03 -214.49,-249.33zm154.97 -65c24.63,0 49.27,0 74.92,0 27.71,0 52.84,29.51 55.42,65 2.57,35.97 -18.48,65.56 -46.19,65.56 -25.66,0 -50.29,0 -74.92,0 -28.73,0 -54.36,-29.54 -56.44,-65.56 -2.01,-35.45 19.51,-65 47.21,-65zm249.37 65c57.46,-82.74 114.93,-165.47 170.35,-248.77 72.87,83.3 147.77,166.03 222.69,248.77 -56.44,83.3 -112.88,166.56 -170.35,249.33 -74.92,-82.77 -149.85,-166.03 -222.69,-249.33zm152.88 -65c24.63,0 49.27,0 73.9,0 27.71,0 54.43,29.54 58.49,65 4.14,36.01 -15.41,65.56 -44.14,65.56 -24.59,0 -49.23,0 -73.86,0 -28.73,0 -54.89,-29.58 -58.49,-65.56 -3.58,-35.48 16.39,-65 44.1,-65zm252.44 65c54.39,-82.74 107.75,-165.47 161.12,-248.77 74.92,83.3 152.88,166.03 230.89,248.77 -52.33,83.3 -105.7,166.56 -160.06,249.33 -79.02,-82.77 -156,-166.03 -231.95,-249.33zm148.83 -65c24.59,0 49.23,0 74.88,0 27.71,0 54.96,29.61 60.54,65 5.73,36.08 -12.3,65.56 -41.03,65.56 -25.66,0 -50.29,0 -74.92,0 -28.73,0 -55.38,-29.54 -60.54,-65.56 -5.09,-35.45 14.39,-65 41.07,-65zm255.51 65c51.28,-82.74 101.57,-165.47 151.86,-248.77 79.02,83.3 159.08,166.03 241.17,248.77 -50.29,83.3 -100.58,166.56 -151.89,249.33 -81.08,-82.77 -162.15,-166.03 -241.14,-249.33zm146.74 -65c24.63,0 49.23,0 74.88,0 27.71,0 57,29.44 63.65,65 6.67,35.9 -10.29,65.56 -39.02,65.56 -25.66,0 -50.29,0 -75.92,0 -27.7,0 -56.4,-29.54 -62.62,-65.56 -6.11,-35.45 11.31,-65 39.02,-65zm257.56 65c48.25,-82.74 95.42,-165.47 142.64,-248.77 82.1,83.3 165.23,166.03 250.4,248.77 -46.19,83.3 -93.41,166.56 -141.61,249.33 -85.17,-82.77 -169.32,-166.03 -251.42,-249.33zm144.69 -65c24.63,0 49.27,0 73.9,0 28.73,0 58.56,29.54 66.68,65 8.27,36.01 -8.19,65.56 -36.93,65.56 -25.66,0 -50.29,0 -74.92,0 -27.71,0 -57.92,-29.65 -65.67,-65.56 -7.66,-35.55 9.23,-65 36.94,-65zm260.64 65c44.15,-82.74 88.25,-165.47 132.39,-248.77 85.17,83.3 172.4,166.03 259.62,248.77 -43.08,83.3 -87.22,166.56 -131.36,249.33 -88.25,-82.77 -175.48,-166.03 -260.65,-249.33zm141.61 -65c24.63,0 49.27,0 73.9,0 28.73,0 59.09,29.65 68.73,65 9.87,36.11 -5.12,65.56 -33.85,65.56 -25.67,0 -50.26,0 -74.92,0 -27.71,0 -59.45,-29.54 -68.74,-65.56 -9.15,-35.48 7.17,-65 34.88,-65zm262.73 65c42.06,-82.74 83.12,-165.47 123.12,-248.77 38.1,35.93 76.38,71.81 114.94,107.61l-8.38 79.05c-5.45,-1.9 -10.92,-2.9 -16.26,-2.9 -24.63,0 -49.27,0 -73.86,0 -27.71,0 -43.05,29.51 -32.87,65 10.36,35.97 43.12,65.56 71.85,65.56l37.53 0 -13.03 122.91c-68.56,-62.65 -136.39,-125.57 -203.04,-188.47zm329.8 -56.58c20.64,18.87 41.34,37.74 62.2,56.58 -28.87,60.04 -57.71,120.06 -87.33,179.92l25.13 -236.51zm74.49 56.58c38.99,-82.74 76.98,-165.47 113.9,-248.77 91.32,83.3 183.71,166.03 278.11,248.77 -36.94,83.3 -73.9,166.56 -111.86,249.33 -94.43,-82.77 -187.8,-166.03 -280.15,-249.33zm137.52 -65c24.63,0 48.21,0 73.86,0 28.73,0 61.67,29.51 73.9,65 12.4,35.97 -1.03,65.56 -29.76,65.56 -24.63,0 -50.29,0 -74.92,0 -28.73,0 -61,-29.72 -72.83,-65.56 -11.77,-35.62 1.02,-65 29.75,-65zm-7637.9 637.25c98.53,-82.77 197.02,-165.51 294.53,-248.77 37.96,83.26 77.96,166 119.03,248.77 -98.54,83.26 -196,166.56 -294.54,249.3 -42.06,-82.74 -81.04,-166.04 -119.02,-249.3zm189.85 -65.04c25.66,0 51.28,0 78,0 29.75,0 45.02,29.3 32.83,65.04 -12.44,36.3 -47.21,65.56 -78,65.56 -26.68,0 -52.33,0 -79.02,0 -29.75,0 -43.68,-29.41 -30.79,-65.56 12.76,-35.84 47.22,-65.04 76.98,-65.04zm237.04 65.04c95.42,-82.77 189.85,-165.51 284.25,-248.77 41.06,83.26 84.14,166 128.28,248.77 -94.43,83.26 -188.82,166.56 -285.27,249.3 -44.14,-82.74 -86.2,-166.04 -127.26,-249.3zm186.78 -65.04c25.66,0 51.31,0 78,0 30.79,0 45.62,29.16 34.88,65.04 -10.82,36.11 -44.14,65.56 -74.92,65.56 -26.69,0 -52.34,0 -79.02,0 -29.76,0 -44.21,-29.26 -32.84,-65.56 11.21,-35.73 44.15,-65.04 73.9,-65.04zm320.02 -8.45c64.96,-58.27 129.77,-116.66 194.1,-175.29 45.16,83.26 90.29,166 138.54,248.77 -74.22,66.93 -147.81,133.87 -221.77,200.52 -34.53,-57.53 -66.48,-116.45 -94.15,-173.59l-12.65 -62.27 -4.07 -38.14zm103.8 8.45c25.66,0 52.34,0 78,0 29.75,0 47.14,29.26 37.96,65.04 -9.3,36.23 -43.12,65.56 -72.87,65.56 -26.69,0 -52.34,0 -78.99,0 -29.79,0 -45.73,-29.44 -35.94,-65.56 9.72,-35.87 42.1,-65.04 71.85,-65.04zm241.13 65.04c89.31,-82.77 178.58,-165.51 265.81,-248.77 48.24,83.26 97.47,166 147.76,248.77 -88.25,83.26 -176.49,166.56 -265.77,249.3 -50.29,-82.74 -100.58,-166.04 -147.8,-249.3zm182.68 -65.04c25.66,0 52.34,0 78,0 29.75,0 48.21,29.02 40.01,65.04 -8.2,35.97 -40.01,65.56 -69.77,65.56 -26.72,0 -52.34,0 -79.02,0 -29.76,0 -47.3,-29.33 -38,-65.56 9.19,-35.77 39.02,-65.04 68.77,-65.04zm243.19 65.04c86.24,-82.77 172.43,-165.51 257.6,-248.77 50.25,83.26 102.59,166 156.98,248.77 -86.2,83.26 -170.35,166.56 -256.54,249.3 -54.39,-82.74 -106.73,-166.04 -158.04,-249.3zm180.62 -65.04c26.69,0 52.34,0 79.02,0 28.74,0 47.72,29.12 41.03,65.04 -6.68,36.07 -36.93,65.56 -66.69,65.56 -26.68,0 -52.33,0 -79.02,0 -29.75,0 -48.77,-29.44 -41.06,-65.56 7.7,-35.91 36.97,-65.04 66.72,-65.04zm246.29 65.04c83.13,-82.77 165.23,-165.51 247.28,-248.77 54.4,83.26 108.79,166 166.25,248.77 -82.1,83.26 -164.2,166.56 -246.29,249.3 -57.46,-82.74 -113.9,-166.04 -167.24,-249.3zm177.52 -65.04c26.69,0 52.34,0 79.03,0 28.73,0 48.73,29.09 43.08,65.04 -5.65,36.07 -33.86,65.56 -63.61,65.56 -26.69,0 -52.34,0 -79.02,0 -29.76,0 -49.27,-29.41 -43.08,-65.56 6.11,-35.87 33.85,-65.04 63.6,-65.04zm248.35 65.04c80.05,-82.77 160.06,-165.51 238.06,-248.77 57.46,83.26 115.96,166 175.48,248.77 -77.97,83.26 -156.99,166.56 -237.04,249.3 -59.52,-82.74 -119.03,-166.04 -176.5,-249.3zm176.5 -65.04c25.66,0 51.31,0 78,0 28.73,0 50.25,29.12 46.15,65.04 -4.1,36.11 -31.81,65.56 -61.56,65.56 -26.69,0 -52.34,0 -79.03,0 -29.75,0 -50.78,-29.51 -46.15,-65.56 4.6,-35.94 31.81,-65.04 62.59,-65.04zm250.39 65.04c75.92,-82.77 152.88,-165.51 227.81,-248.77 60.54,83.26 122.11,166 185.72,248.77 -75.92,83.26 -150.84,166.56 -227.78,249.3 -63.64,-82.74 -126.24,-166.04 -185.75,-249.3zm173.42 -65.04c25.66,0 51.31,0 76.98,0 29.75,0 52.33,29.02 49.26,65.04 -3.11,35.97 -28.73,65.56 -59.55,65.56 -25.66,0 -52.3,0 -77.96,0 -29.76,0 -52.88,-29.62 -49.27,-65.56 3.61,-36.05 29.75,-65.04 60.54,-65.04zm252.44 65.04c73.9,-82.77 145.71,-165.51 218.58,-248.77 63.61,83.26 129.28,166 194.98,248.77 -71.85,83.26 -144.72,166.56 -218.58,249.3 -66.69,-82.74 -131.37,-166.04 -194.98,-249.3zm170.35 -65.04c25.66,0 51.31,0 78,0 29.75,0 53.86,29.05 52.3,65.04 -1.52,36 -26.65,65.56 -57.43,65.56 -26.68,0 -52.34,0 -79.02,0 -28.73,0 -52.34,-29.58 -50.29,-65.56 2.05,-36.01 26.68,-65.04 56.44,-65.04zm256.54 65.04c69.77,-82.77 139.56,-165.51 208.3,-248.77 66.72,83.26 135.46,166 205.26,248.77 -69.8,83.26 -139.56,166.56 -209.37,249.3 -69.76,-82.74 -137.51,-166.04 -204.2,-249.3zm167.27 -65.04c25.66,0 51.31,0 78,0 29.75,0 54.39,29.02 54.39,65.04 0,35.97 -23.61,65.56 -54.39,65.56 -26.69,0 -52.34,0 -79.02,0 -29.76,0 -53.9,-29.58 -53.37,-65.56 0.53,-36.01 24.63,-65.04 54.39,-65.04zm258.6 65.04c67.74,-82.77 133.41,-165.51 199.08,-248.77 69.8,83.26 141.6,166 214.49,248.77 -65.67,83.26 -132.39,166.56 -199.08,249.3 -72.87,-82.74 -144.69,-166.04 -214.49,-249.3zm165.22 -65.04c25.66,0 51.31,0 78,0 29.75,0 54.89,29.05 56.44,65.04 1.51,36 -20.54,65.56 -51.32,65.56 -26.68,0 -53.37,0 -79.02,0 -29.75,0 -54.39,-29.58 -55.41,-65.56 -1.03,-36.01 22.58,-65.04 51.31,-65.04zm260.64 65.04c64.65,-82.77 127.27,-165.51 190.88,-248.77 72.87,83.26 147.77,166 223.71,248.77 -62.59,83.26 -126.21,166.56 -190.88,249.3 -75.95,-82.74 -149.81,-166.04 -223.71,-249.3zm163.17 -65.04c25.66,0 51.32,0 78,0 29.75,0 56.93,29.05 59.52,65.04 2.57,36.04 -18.48,65.56 -49.27,65.56 -26.68,0 -53.37,0 -79.02,0 -29.75,0 -57.46,-29.51 -59.52,-65.56 -2.04,-35.94 21.56,-65.04 50.29,-65.04zm263.71 65.04c60.58,-82.77 121.12,-165.51 180.63,-248.77 75.95,83.26 153.91,166 232.94,248.77 -59.52,83.26 -119.03,166.56 -180.59,249.3 -79.03,-82.74 -157.02,-166.04 -232.98,-249.3zm160.1 -65.04c25.66,0 51.32,0 78,0 29.75,0 57.46,29.12 61.56,65.04 4.14,36.11 -16.43,65.56 -46.15,65.56 -26.72,0 -53.37,0 -79.02,0 -29.75,0 -58.49,-29.58 -61.6,-65.56 -3.08,-36.01 18.48,-65.04 47.21,-65.04zm265.81 65.04c58.49,-82.77 114.93,-165.51 171.37,-248.77 78.98,83.26 160.06,166 242.16,248.77 -56.44,83.26 -112.87,166.56 -170.35,249.3 -82.1,-82.74 -163.16,-166.04 -243.18,-249.3zm158 -65.04c25.67,0 51.32,0 78,0 29.76,0 59.52,29.02 64.65,65.04 5.12,35.97 -14.36,65.56 -44.11,65.56 -26.69,0 -53.37,0 -79.02,0 -30.79,0 -60.05,-29.51 -64.68,-65.56 -4.6,-35.94 15.41,-65.04 45.16,-65.04zm268.88 65.04c54.39,-82.77 107.75,-165.51 161.08,-248.77 83.13,83.26 166.25,166 251.42,248.77 -52.34,83.26 -105.67,166.56 -160.06,249.3 -85.17,-82.74 -169.32,-166.04 -252.44,-249.3zm154.94 -65.04c25.66,0 51.31,0 77.99,0 29.76,0 60.05,29.12 66.69,65.04 6.68,36.07 -11.27,65.56 -41.03,65.56 -26.68,0 -53.36,0 -79.02,0 -30.78,0 -60.54,-29.58 -66.69,-65.56 -6.18,-36.01 12.3,-65.04 42.07,-65.04zm270.92 65.04c51.32,-82.77 102.63,-165.51 152.9,-248.77 85.17,83.26 171.37,166 260.64,248.77 -50.26,83.26 -99.52,166.56 -150.84,249.3 -89.27,-82.74 -176.49,-166.04 -262.69,-249.3zm152.9 -65.04c25.66,0 51.31,0 77.99,0 29.76,0 61.57,29.02 69.77,65.04 8.23,35.97 -9.22,65.56 -38.98,65.56 -26.68,0 -53.37,0 -79.02,0 -30.79,0 -62.06,-29.44 -69.77,-65.56 -7.66,-35.91 10.25,-65.04 40.01,-65.04zm272.97 65.04c48.25,-82.77 96.44,-165.51 143.67,-248.77 88.24,83.26 178.54,166 269.9,248.77 -46.19,83.26 -92.38,166.56 -141.64,249.3 -91.32,-82.74 -182.65,-166.04 -271.92,-249.3zm150.84 -65.04c25.66,0 51.31,0 78,0 29.75,0 62.65,29.26 71.81,65.04 9.33,36.23 -7.17,65.56 -35.9,65.56 -26.69,0 -53.37,0 -78.99,0 -30.82,0 -63.08,-29.44 -71.85,-65.56 -8.7,-35.91 7.17,-65.04 36.94,-65.04zm275.02 65.04l14.32 -26.23 -6.72 33.01 -7.59 -6.78zm139.14 -244.53c90.79,81.89 181.62,163.17 275.45,244.53 -44.14,83.26 -87.22,166.56 -132.39,249.3 -64.43,-56.44 -128.85,-113.16 -192.93,-169.97 6.5,-13 9.93,-20.29 9.93,-20.29l13.22 -65.03c0.42,1.94 0.91,3.96 1.48,5.98 10.36,36.26 44.14,65.56 74.92,65.56 25.66,0 51.28,0 79.02,0 28.73,0 44.67,-29.44 33.86,-65.56 -10.75,-35.87 -45.17,-65.04 -74.92,-65.04 -26.69,0 -52.34,0 -78,0 -13.39,0 -23.85,5.94 -30.39,15.73l20.75 -195.22zm287.75 244.53c42.1,-82.77 84.15,-165.51 125.22,-248.77 94.4,83.26 190.84,166 288.35,248.77 -40.04,83.26 -80.04,166.56 -122.14,249.3 -97.48,-82.74 -196,-166.04 -291.42,-249.3zm145.71 -65.04c25.66,0 51.31,0 78,0 29.75,0 63.71,29.3 75.95,65.04 12.4,36.3 -1.02,65.56 -29.75,65.56 -27.71,0 -53.37,0 -79.03,0 -30.78,0 -65.13,-29.41 -76.97,-65.56 -11.73,-35.87 2.05,-65.04 31.81,-65.04zm-8038.11 637.25c102.63,-82.74 204.24,-166 304.79,-249.3 42.06,83.3 85.17,166.56 130.33,249.3 -101.6,83.3 -203.18,166.56 -305.81,249.33 -44.14,-82.77 -88.25,-166.03 -129.31,-249.33zm199.08 -65c27.71,0 54.39,0 82.1,0 30.79,0 46.19,29.02 33.86,65 -12.3,36.01 -48.21,65.03 -78.99,65.03 -27.71,0 -55.41,0 -83.12,0 -31.81,0 -45.73,-28.87 -32.87,-65.03 12.79,-35.83 47.21,-65 79.02,-65zm249.37 65c98.54,-82.74 198.06,-166 295.56,-249.3 45.13,83.3 91.32,166.56 139.56,249.3 -99.56,83.3 -197.02,166.56 -296.58,249.33 -47.21,-82.77 -94.4,-166.03 -138.54,-249.33zm196 -65c27.71,0 54.39,0 82.1,0 30.79,0 48.25,29.02 36.94,65 -11.28,36.01 -46.16,65.03 -76.94,65.03 -27.71,0 -55.42,0 -83.13,0 -31.84,0 -47.21,-29.01 -35.9,-65.03 11.28,-35.97 46.15,-65 76.94,-65zm251.42 65c96.44,-82.74 191.91,-166 286.29,-249.3 48.25,83.3 98.54,166.56 148.79,249.3 -95.42,83.3 -189.81,166.56 -286.29,249.33 -50.26,-82.77 -100.55,-166.03 -148.79,-249.33zm194.97 -65c26.69,0 54.4,0 82.11,0 30.78,0 48.24,29.02 38.98,65 -9.23,36.01 -43.09,65.03 -73.86,65.03 -28.73,0 -56.44,0 -83.13,0 -31.84,0 -49.26,-29.01 -39.01,-65.03 10.28,-35.97 43.11,-65 74.91,-65zm253.48 65c12.96,-11.49 25.91,-22.97 38.8,-34.49 69.77,80.79 143.03,152.67 204.74,206.74 -28.77,25.73 -57.61,51.42 -86.56,77.08 -53.33,-82.77 -106.69,-166.03 -156.98,-249.33zm113.26 -101.36c54.54,-49.23 108.68,-98.6 162.78,-147.94 51.28,83.3 104.65,166.56 159.04,249.3 -38.84,35.05 -77.71,70.12 -116.66,105.1 -17.95,-15.72 -34.24,-30.78 -46.15,-41.84l-4.21 -3.9c22.55,-10.14 41.95,-32.83 48,-59.37 8.19,-35.97 -11.28,-65 -43.12,-65 -27.68,0 -54.36,0 -82.07,0 -11.94,0 -23.96,4.39 -34.7,11.81 -14.56,-15.84 -28.91,-31.89 -42.91,-48.18zm335.18 101.36c89.27,-82.74 177.52,-166 266.79,-249.3 54.39,83.3 110.83,166.56 168.29,249.3 -73.12,68.24 -146.27,136.49 -220,204.41 -28.1,-2.18 -56.19,-4.52 -84.25,-7.1 -44.53,-65.59 -88.64,-131.43 -130.84,-197.3zm188.83 -65c26.68,0 53.33,0 82.06,0 30.79,0 50.82,28.91 44.14,65 -6.64,35.94 -37.96,65.03 -69.8,65.03 -28.73,0 -55.38,0 -83.09,0 -30.82,0 -50.78,-29.12 -43.12,-65.03 7.7,-36.08 38.98,-65 69.81,-65zm259.62 65c86.2,-82.74 171.37,-166 256.54,-249.3 57.46,83.3 116.98,166.56 177.52,249.3 -79.38,77.64 -159.68,155.29 -240.85,232.48l-31.35 -1.8c-55.7,-76.63 -109.67,-153.64 -161.86,-230.67zm185.71 -65c26.69,0 54.39,0 82.1,0 31.81,0 52.34,29.02 47.21,65 -5.12,36.01 -35.9,65.03 -67.71,65.03 -27.74,0 -55.45,0 -83.12,0 -30.79,0 -51.32,-29.01 -45.17,-65.03 6.15,-35.97 35.9,-65 66.69,-65zm261.67 65c84.18,-82.74 165.22,-166 248.34,-249.3 60.58,83.3 123.17,166.56 186.79,249.3 -83.13,83.3 -165.23,166.56 -249.37,249.33 -63.61,-82.77 -125.19,-166.03 -185.75,-249.33zm183.7 -65c27.71,0 54.39,0 82.1,0 31.81,0 54.39,29.02 50.29,65 -4.1,36.01 -33.85,65.03 -65.7,65.03 -27.67,0 -55.38,0 -83.12,0 -30.79,0 -53.34,-29.01 -48.21,-65.03 5.12,-35.97 33.85,-65 64.64,-65zm264.75 65c80.04,-82.74 159.07,-166 238.09,-249.3 63.61,83.3 130.34,166.56 197.03,249.3 -80.05,83.3 -159.08,166.56 -240.11,249.33 -66.72,-82.77 -131.37,-166.03 -195.01,-249.33zm180.62 -65c27.71,0 54.39,0 83.13,0 30.78,0 53.86,28.94 51.31,65 -2.58,35.97 -30.82,65.03 -62.59,65.03 -27.74,0 -55.45,0 -82.1,0 -31.81,0 -54.92,-28.98 -51.31,-65.03 3.57,-35.94 31.81,-65 61.56,-65zm267.82 65c76.97,-82.74 152.92,-166 228.83,-249.3 66.73,83.3 135.46,166.56 205.26,249.3 -76.97,83.3 -151.89,166.56 -229.85,249.33 -69.81,-82.77 -137.52,-166.03 -204.24,-249.33zm178.58 -65c26.68,0 54.39,0 82.1,0 30.78,0 55.91,28.98 54.39,65 -1.55,35.97 -27.71,65.03 -59.52,65.03 -28.73,0 -56.44,0 -83.12,0 -31.85,0 -56.44,-29.01 -54.39,-65.03 2.04,-35.97 28.73,-65 60.54,-65zm268.83 65c74.92,-82.74 146.74,-166 219.62,-249.3 69.77,83.3 141.61,166.56 214.49,249.3 -72.87,83.3 -145.71,166.56 -219.62,249.33 -72.87,-82.77 -144.68,-166.03 -214.49,-249.33zm176.5 -65c27.71,0 54.43,0 82.1,0 31.85,0 57.5,29.02 57.5,65 0,36.01 -25.66,65.03 -57.5,65.03 -28.73,0 -55.38,0 -83.12,0 -31.81,0 -57.46,-29.01 -56.44,-65.03 1.06,-35.97 25.66,-65 57.46,-65zm271.95 65c70.83,-82.74 140.59,-166 209.37,-249.3 73.86,83.3 148.79,166.56 224.73,249.3 -69.8,83.3 -139.56,166.56 -210.39,249.33 -75.95,-82.77 -150.83,-166.03 -223.71,-249.33zm173.42 -65c27.71,0 54.39,0 82.1,0 31.81,0 59.03,28.98 60.54,65 1.56,35.97 -23.6,65.03 -55.41,65.03 -28.7,0 -55.42,0 -83.09,0 -31.85,0 -57.99,-29.01 -58.53,-65.03 -0.49,-36.01 23.61,-65 54.39,-65zm274 65c67.71,-82.74 134.44,-166 201.13,-249.3 75.95,83.3 154.97,166.56 233.99,249.3 -66.72,83.3 -133.41,166.56 -201.16,249.33 -79.02,-82.77 -158.01,-166.03 -233.96,-249.33zm172.4 -65c26.68,0 54.39,0 82.1,0 30.78,0 59.02,29.02 61.56,65 2.58,36.04 -21.56,65.03 -52.34,65.03 -27.7,0 -55.41,0 -83.12,0 -31.81,0 -59.52,-29.01 -61.56,-65.03 -2.05,-35.97 21.56,-65 53.37,-65zm276.05 65c64.64,-82.74 128.29,-166 190.88,-249.3 80.04,83.3 161.08,166.56 244.21,249.3 -63.61,83.3 -127.23,166.56 -191.88,249.33 -82.1,-82.77 -164.2,-166.03 -243.22,-249.33zm169.32 -65c26.68,0 54.39,0 82.1,0 30.78,0 60.54,29.02 64.64,65 4.1,36.01 -19.48,65.03 -50.29,65.03 -27.71,0 -55.42,0 -83.09,0 -31.84,0 -60.05,-28.98 -63.64,-65.03 -3.58,-35.94 18.48,-65 50.29,-65zm278.1 65c61.56,-82.74 122.1,-166 182.64,-249.3 83.13,83.3 167.27,166.56 252.44,249.3 -58.02,79.87 -115.14,159.71 -173.98,239.05l-17.25 0.95c-81.96,-79.69 -163.87,-159.85 -243.85,-240zm167.27 -65c27.7,0 54.39,0 82.1,0 30.78,0 61.56,29.02 66.69,65 5.12,36.01 -15.38,65.03 -47.21,65.03 -27.71,0 -55.42,0 -83.13,0 -31.81,0 -60.54,-29.01 -65.66,-65.03 -5.13,-35.97 16.43,-65 47.21,-65zm281.18 65c58.49,-82.74 115.95,-166 172.39,-249.3 86.2,83.3 174.44,166.56 262.69,249.3 -48.24,69.94 -95.77,139.84 -144.4,209.47l-31.46 2.22 -34.07 2.4c-75.7,-71.14 -151.19,-142.6 -225.15,-214.1zm165.22 -65c26.65,0 53.33,0 82.1,0 30.79,0 62.06,28.91 68.74,65 6.64,35.94 -13.36,65.03 -44.15,65.03 -28.73,0 -56.43,0 -83.12,0 -31.81,0 -62.59,-29.01 -68.73,-65.03 -6.15,-35.97 13.32,-65 45.16,-65zm283.23 65c55.38,-82.74 108.78,-166 163.13,-249.3 77.4,72.17 155.57,144.37 235.16,216.22 -31.53,33.33 -64.15,65.52 -97.37,96.34 -28.24,26.19 -80.97,74.63 -121.61,102.13 -60.58,-55.03 -120.87,-110.2 -179.32,-165.4zm314.15 185.64c-14,21.24 -28.02,42.49 -42.24,63.68l-17.28 -15.69c17.64,-13.21 37.71,-29.37 59.52,-48zm-152.03 -250.64c26.68,0 54.39,0 82.1,0 30.78,0 62.58,29.02 70.82,65 8.2,36.01 -10.25,65.03 -41.06,65.03 -28.73,0 -56.44,0 -83.12,0 -31.81,0 -64.12,-28.91 -71.82,-65.03 -7.66,-35.9 11.28,-65 43.09,-65zm497.42 -131.68c73.26,65.7 148.44,131.36 222.97,196.67 -50.29,83.3 -101.61,166.56 -152.93,249.33 -84.92,-73.65 -169.07,-147.73 -250.92,-221.84 41.48,-44.38 83.16,-92.66 121.96,-142.99 20.57,-26.68 40.25,-53.97 58.92,-81.18zm-52.05 131.68c27.7,0 54.39,0 82.1,0 30.78,0 64.64,29.02 73.89,65 9.23,36.01 -8.23,65.03 -40.04,65.03 -27.71,0 -54.39,0 -82.1,0 -31.81,0 -64.64,-29.01 -73.86,-65.03 -9.26,-35.97 9.23,-65 40.01,-65zm288.35 65c49.26,-82.74 96.48,-166 143.66,-249.3 95.46,83.3 192.93,166.56 291.46,249.3 -47.21,83.3 -95.46,166.56 -143.67,249.33 -98.53,-82.77 -196,-166.03 -291.45,-249.33zm157.02 -65c26.68,0 54.39,0 82.1,0 30.78,0 66.12,28.87 76.94,65 10.74,35.87 -6.15,65.03 -37.96,65.03 -27.71,0 -55.42,0 -83.12,0 -30.79,0 -64.65,-29.01 -74.89,-65.03 -10.28,-35.97 6.15,-65 36.94,-65zm-7524 637.25c102.63,-82.77 204.21,-166.04 305.81,-249.34 48.25,83.3 98.5,166.57 149.82,249.34 -102.6,83.26 -204.21,166 -306.84,248.77 -52.33,-82.77 -101.56,-165.51 -148.79,-248.77zm470.01 0c99.53,-82.77 198.06,-166.04 295.53,-249.34 52.33,83.3 105.7,166.57 160.09,249.34 -99.52,83.26 -198.05,166 -297.61,248.77 -54.39,-82.77 -107.72,-165.51 -158.01,-248.77zm469.98 0c96.48,-82.77 190.87,-166.04 286.34,-249.34 55.38,83.3 110.83,166.57 168.29,249.34 -95.45,83.26 -190.87,166 -287.33,248.77 -57.49,-82.77 -113.9,-165.51 -167.3,-248.77zm470.01 0c92.35,-82.77 184.72,-166.04 277.07,-249.34 57.47,83.3 116.98,166.57 177.52,249.34 -92.35,83.26 -184.69,166 -278.1,248.77 -60.54,-82.77 -120.06,-165.51 -176.49,-248.77zm470.01 0c86.73,-80.37 173.45,-161.27 259.23,-242.17l13.42 0.78c59.7,80.65 120.34,161.26 181.94,241.38 -89.27,83.26 -178.54,166 -268.87,248.77 -63.61,-82.77 -126.21,-165.51 -185.71,-248.77zm468.97 0c75.67,-72.67 152.11,-145.71 227.28,-218.8l57.22 2.8c56.26,72.17 113.3,144.3 171.09,216.01 -86.16,83.26 -172.4,166 -259.59,248.77 -66.72,-82.77 -133.41,-165.51 -196,-248.77zm468.94 0c66.9,-65.78 133.77,-131.9 199.61,-198.06l95.99 4.24c52.79,64.79 105.98,129.46 161.05,193.82 -83.13,83.26 -166.25,166 -249.34,248.77 -70.82,-82.77 -140.62,-165.51 -207.31,-248.77zm470.01 0c58.24,-59.45 115.96,-119.17 173.14,-178.97l132.18 5.41c49.86,57.99 99.87,115.92 151.33,173.56 -80.05,83.26 -160.1,166 -240.15,248.77 -73.86,-82.77 -145.71,-165.51 -216.5,-248.77zm469.98 0c50.46,-53.51 100.47,-107.26 150.05,-161.09 58.07,2.26 112.14,4.31 161.2,6.15l3.78 -0.14c46.58,51.8 93.73,103.55 141.65,155.08 -76.98,83.26 -153.95,166 -230.93,248.77 -76.94,-82.77 -151.86,-165.51 -225.76,-248.77zm470 0c50.19,-55.42 99.92,-111.08 149.15,-166.85l143.77 -5.73c53.83,57.68 108.28,115.26 163.73,172.58 -73.86,83.26 -147.77,166 -221.63,248.77 -80.04,-82.77 -158.04,-165.51 -235.02,-248.77zm470.01 0c53.8,-61.96 106.98,-124.23 159.61,-186.58l108.82 -4.66c61.84,63.89 124.43,127.72 188.23,191.23 -70.83,83.26 -140.59,166 -212.44,248.77 -83.12,-82.77 -164.16,-165.51 -244.21,-248.77zm469.98 0c56.51,-69.06 113.02,-138.47 168.33,-207.91l71.32 -3.4c71.6,70.62 143.94,141.15 217.03,211.31 -67.75,83.26 -135.46,166 -204.24,248.77 -85.17,-82.77 -169.32,-165.51 -252.44,-248.77zm470.01 0c60.15,-77.01 120.34,-154.48 178.82,-231.99l29.58 -1.58c81.85,78.03 164.59,156.03 248.24,233.57 -64.64,83.26 -129.27,166 -193.95,248.77 -89.27,-82.77 -176.5,-165.51 -262.69,-248.77zm470.01 0c61.56,-82.77 122.1,-166.04 182.64,-249.34 90.33,83.3 181.66,166.57 272.98,249.34 -60.54,83.26 -122.11,166 -183.71,248.77 -92.35,-82.77 -182.64,-165.51 -271.91,-248.77zm469.97 0c58.53,-82.77 115.99,-166.04 172.43,-249.34 93.37,83.3 187.77,166.57 283.19,249.34 -57.46,83.26 -115.96,166 -174.44,248.77 -95.42,-82.77 -188.79,-165.51 -281.18,-248.77zm470.01 0c55.41,-82.77 109.81,-166.04 163.17,-249.34 96.44,83.3 193.95,166.57 292.45,249.34 -54.39,83.26 -109.81,166 -165.22,248.77 -98.5,-82.77 -194.98,-165.51 -290.4,-248.77zm470.01 0c52.3,-82.77 103.62,-166.04 153.91,-249.34 99.56,83.3 199.08,166.57 300.69,249.34 -51.32,83.26 -102.63,166 -154.98,248.77 -101.56,-82.77 -201.12,-165.51 -299.62,-248.77zm469.97 0c49.27,-82.77 97.51,-166.04 144.69,-249.34 102.63,83.3 205.26,166.57 309.91,249.34 -48.21,83.26 -96.44,166 -145.71,248.77 -104.68,-82.77 -207.27,-165.51 -308.89,-248.77zm-172.39 -572.25c46.19,-82.74 89.27,-166 133.41,-249.3 98.5,83.3 200.1,166.56 301.71,249.3 -45.17,83.3 -89.31,166.56 -134.44,249.33 -101.6,-82.77 -202.15,-166.03 -300.68,-249.33zm153.95 -65c26.68,0 54.39,0 82.1,0 31.81,0 67.25,29.16 78.98,65 11.88,36.16 -3.08,65.03 -34.88,65.03 -27.7,0 -55.41,0 -83.12,0 -30.79,0 -66.12,-28.87 -78,-65.03 -11.73,-35.83 4.14,-65 34.92,-65zm180.59 571.69c28.73,0 57.46,0 86.2,0 32.83,0 69.8,29.54 82.1,65.56 12.33,35.97 -4.1,64.99 -37.96,64.99 -29.75,0 -58.49,0 -87.22,0 -32.87,0 -69.81,-29.01 -81.08,-64.99 -11.31,-36.01 5.12,-65.56 37.96,-65.56zm-466.93 0c27.74,0 56.47,0 86.23,0 32.84,0 68.28,29.68 78.99,65.56 10.85,36.11 -7.17,64.99 -40,64.99 -29.76,0 -58.5,0 -87.23,0 -33.86,0 -68.77,-29.01 -79.02,-64.99 -10.25,-36.01 8.19,-65.56 41.03,-65.56zm-467.92 0c28.73,0 57.46,0 86.2,0 32.83,0 67.71,29.54 76.98,65.56 9.22,35.97 -9.27,64.99 -43.12,64.99 -28.73,0 -57.46,0 -86.2,0 -32.84,0 -67.72,-29.01 -76.98,-64.99 -9.23,-36.01 11.31,-65.56 43.12,-65.56zm-466.93 0c27.74,0 56.47,0 86.2,0 32.87,0 65.7,29.54 73.9,65.56 8.19,35.97 -11.28,64.99 -45.17,64.99 -29.75,0 -58.46,0 -87.19,0 -31.84,0 -66.72,-29.01 -73.89,-64.99 -7.21,-36.01 13.32,-65.56 46.15,-65.56zm-467.92 0c28.73,0 57.46,0 86.2,0 32.84,0 65.18,29.64 71.82,65.56 6.71,36.07 -14.35,64.99 -47.18,64.99 -29.75,0 -58.49,0 -87.22,0 -32.87,0 -64.68,-29.01 -70.83,-64.99 -6.15,-36.01 15.41,-65.56 47.21,-65.56zm-466.93 0c27.71,0 56.44,0 86.2,0 32.87,0 63.12,29.61 68.77,65.56 5.66,36.07 -16.43,64.99 -50.29,64.99 -29.75,0 -58.49,0 -87.22,0 -31.81,0 -63.12,-28.94 -67.75,-64.99 -4.6,-35.94 18.48,-65.56 50.29,-65.56zm-467.92 0c28.73,0 57.47,0 86.21,0 32.83,0 63.11,29.61 66.69,65.56 3.6,36.04 -19.52,64.99 -52.34,64.99 -29.76,0 -58.5,0 -87.23,0 -31.81,0 -62.05,-28.94 -65.66,-64.99 -3.61,-35.94 20.5,-65.56 52.33,-65.56zm-465.9 0c27.7,0 56.44,0 85.17,0 32.83,0 62.09,29.5 64.64,65.56 2.57,35.97 -22.55,64.99 -55.38,64.99 -28.77,0 -57.5,0 -86.24,0 -33.86,0 -62.59,-29.01 -64.64,-64.99 -2.05,-36.01 23.6,-65.56 56.44,-65.56zm-467.92 0c28.73,0 57.46,0 86.2,0 31.81,0 60.01,29.54 61.57,65.56 1.51,35.97 -24.63,64.99 -57.47,64.99 -29.75,0 -58.49,0 -87.22,0 -32.87,0 -61.07,-28.98 -61.6,-64.99 -0.5,-36.01 25.66,-65.56 58.53,-65.56zm-466.93 0c27.71,0 56.44,0 86.2,0 31.81,0 58.5,29.54 58.5,65.56 0,35.97 -27.71,64.99 -59.52,64.99 -29.76,0 -58.5,0 -87.23,0 -33.85,0 -60.04,-29.01 -59.52,-64.99 0.5,-36.01 28.74,-65.56 61.57,-65.56zm-467.92 0c28.73,0 57.46,0 86.16,0 31.81,0 57.99,29.57 56.47,65.56 -1.55,36 -29.79,64.99 -62.62,64.99 -29.75,0 -58.5,0 -87.23,0 -32.83,0 -57.46,-29.01 -55.41,-64.99 2.04,-36.01 29.75,-65.56 62.62,-65.56zm-466.93 0c27.71,0 56.44,0 86.2,0 31.81,0 56.94,29.57 54.4,65.56 -2.58,36 -32.84,64.99 -65.67,64.99 -29.79,0 -58.53,0 -87.26,0 -32.83,0 -56.93,-28.94 -53.37,-64.99 3.61,-35.94 32.87,-65.56 65.7,-65.56zm-467.95 0c28.73,0 57.46,0 86.2,0 32.87,0 56.44,29.54 52.34,65.56 -4.11,35.97 -35.91,64.99 -67.72,64.99 -29.75,0 -58.49,0 -87.22,0 -33.89,0 -55.95,-28.94 -51.31,-64.99 4.59,-35.94 34.87,-65.56 67.71,-65.56zm-466.9 0c28.73,0 56.44,0 86.21,0 32.83,0 54.88,29.61 49.23,65.56 -5.62,36.07 -36.94,64.99 -70.79,64.99 -29.76,0 -58.5,0 -87.23,0 -32.83,0 -54.39,-29.01 -48.24,-64.99 6.18,-36.01 37.99,-65.56 70.82,-65.56zm-467.95 0c28.73,0 57.46,0 86.2,0 32.84,0 54.39,29.54 47.21,65.56 -7.17,35.97 -40.04,64.99 -72.87,64.99 -29.75,0 -58.49,0 -87.22,0 -33.86,0 -53.9,-28.91 -46.19,-64.99 7.7,-35.91 40.04,-65.56 72.87,-65.56zm-466.89 0c28.73,0 56.4,0 86.2,0 32.83,0 52.3,29.54 44.1,65.56 -8.19,35.97 -42.06,64.99 -75.91,64.99 -28.77,0 -57.5,0 -86.24,0 -32.83,0 -52.88,-28.87 -44.11,-64.99 8.7,-35.91 44.11,-65.56 75.96,-65.56zm-467.96 0c28.73,0 57.46,0 86.2,0 32.84,0 51.32,29.54 42.1,65.56 -9.26,35.97 -44.14,64.99 -78,64.99 -29.75,0 -58.49,0 -87.22,0 -31.81,0 -51.32,-29.01 -41.07,-64.99 10.29,-36.01 46.19,-65.56 78,-65.56zm-466.93 0c28.73,0 56.44,0 86.24,0 32.83,0 50.25,29.54 38.98,65.56 -11.31,35.97 -47.21,64.99 -80.04,64.99 -29.76,0 -58.5,0 -87.23,0 -32.83,0 -50.29,-29.01 -38.98,-64.99 11.27,-36.01 49.23,-65.56 81.04,-65.56zm-467.92 0c28.74,0 57.47,0 86.21,0 33.85,0 49.26,29.54 36.93,65.56 -12.29,35.97 -49.23,64.99 -83.12,64.99 -29.76,0 -58.5,0 -87.23,0 -31.81,0 -48.24,-29.01 -34.88,-64.99 13.32,-36.01 50.29,-65.56 82.1,-65.56z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.pagination a {
  width: 2rem;
  height: 2rem;
  text-decoration: none;
  text-align: center;
  line-height: 2rem;
}
.pagination a:hover {
  background: #004a6e;
  color: #fff;
}
.pagination .active {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background: #666;
  color: #fff;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.swiper-button-next:before, .swiper-button-next:after, .swiper-button-prev:before, .swiper-button-prev:after {
  content: "";
}

.font-large {
  font-size: 1.1rem;
}

.icon-arrow {
  width: 1.875rem;
  height: 1.875rem;
  fill: #fff;
}

svg {
  transform: translateX(0);
  -ms-transform: translate(0.5px, -0.3px);
}

.main-models {
  position: relative;
}
.main-models .main-newcars-button-next, .main-models .main-newcars-button-prev {
  padding: 0.5rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  width: auto;
  height: auto;
}
.main-models .main-newcars-button-prev svg {
  transform: rotate(180deg);
}
.main-models .main-car {
  text-decoration: none;
  color: #333;
  height: auto;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.23);
}
.main-models .main-car h3 {
  font-size: 1.2rem;
}
.main-models .main-car h5 {
  font-size: 1rem;
}
.main-models .main-car .price span {
  font-weight: 700;
}
a.blackfriday {
  display: block;
  width: 100%;
  padding: 3px 0;
  background: #000;
  font-family: "HarmonyOS", Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  a.blackfriday {
    font-size: 1.5rem;
  }
}
a.blackfriday:before {
  content: "";
  transform: skew(45deg);
  background: #f00;
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -300px;
  z-index: 0;
}
@media (max-width: 575.98px) {
  a.blackfriday:before {
    width: 300px;
    margin-left: -250px;
  }
}
a.blackfriday > div {
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .vostveter-callback-ip {
    position: fixed;
    bottom: 90px !important;
    left: 15px;
  }
}
.telegrammodal .modal-content {
  background: url(/img/banner_telegram_desktop.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  height: 500px;
}
@media (max-width: 400px) {
  .telegrammodal .modal-content {
    background: url(/img/banner_telegram_mobile.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
  }
}
.telegrammodal .modal-header {
  border: none;
  display: block;
}
.telegrammodal .modal-body {
  margin-top: 300px;
}
@media (max-width: 400px) {
  .telegrammodal .modal-body {
    margin-top: 250px;
  }
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/*# sourceMappingURL=styles.css.map */
