﻿/* ========================================
   Wix Single Content Page
======================================== */

.wix-single-content-page {
  width: 100%;
  padding: 26px 0px;
  font-family: poppins;
}

.wix-single-content-container {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: 60px;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-b-0 {
  margin-bottom: 0px !important;
}

.padding-b-60 {
  padding-bottom: 60px !important;
}

.padding-b-150 {
  padding-bottom: 150px !important;
}

.gap-0 {
  gap: 0px !important;
}

.gap-20 {
  gap: 20px !important;
}

.text-align-right {
  text-align: right !important;
}

.max-width-580 {
  max-width: 580px !important;
  margin: auto;
}

.circle-image {
  border-radius: 50%;
}

.large-text {
  font-size: 22px !important;
}

.black-text {
  color: #171717 !important;
}

.cyan-text {
  color: #00B7B2 !important;
}

.medium-text {
  font-size: 20px !important;
}

.black-text .medium-text {
  font-weight: 400 !important;
}

.wix-single-content-column.wix-hero-image.oversize-image img {
  position: absolute;
  bottom: 0px;
  max-height: 555px;
  margin-left: 120px;
  z-index: 3;
}
/* Two-column layout */
.two-col {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}

.wix-single-content-container--2col {
  grid-template-columns: 1fr 1fr;
}

.wix-single-content-column {
  min-width: 0;
}

.wix-page {
  padding-top: 27px;
  padding-bottom: 0px;
  background-position: center;
  background-size: cover;
}

.v1200air-page .wix-hero-image img {
  width: 310px;
  max-height: 310px;
}

.v4000hd-page .wix-page {
  background-image: url(/images/wix/v4000hd_background.jpg);
}

.v3000-page .wix-page {
  background-image: url(/images/wix/v3000_hero.jpg);
}

.v1500-page .wix-page {
  background-image: url(/images/wix/v1500_background.jpg);
}
.v1500-page .wix-single-content-feature-image-text {
    gap:15px;
}

.tdarts-page .wix-page {
  background-image: url(/images/wix/tdarts_background.jpg);
}

.ultradiag-moto-page .wix-page {
  background-image: url(/images/wix/UltraDiag_Moto_hero_background.jpg);
}

.ts005-page .wix-page {
  background-image: url(/images/wix/ts005_hero_background.jpg);
}

.topscanpro-page .wix-page {
  background-image: url(/images/wix/topscan_pro_hero_background.jpg);
}

.trolley-page .wix-page {
  background-image: url(/images/wix/trolley_hero_background.jpg);
  position: relative;
}

.phoenix-mobile-adas-page .wix-page {
  background-image: url(/images/wix/phoenix-mobile-adas-page_hero_background.jpg);
  background-position: center top -120px;
  background-size: cover;
  position: relative;
}

  .trolley-page .wix-page::before,
  .phoenix-mobile-adas-page .wix-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.66);
    pointer-events: none;
  }

  .phoenix-mobile-adas-page .wix-page::before {
    background: rgba(0, 0, 0, 0.59);
  }

.artidiag-pro-page .wix-page {
  background-image: url(/images/wix/artiding-pro-hero-bg.jpg);
  background-position: center;
  background-size: cover;
}

.trolley-page .wix-page .wix-hero-content,
.trolley-page .wix-page .features-containter {
  z-index: 2;
  position: relative;
}

.thermal-camera-comparison-page .wix-page {
  padding: 36px 20px 220px 20px;
  background-image: url(/images/wix/thermal-camera-comparison-bg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 517px;
  position: relative;
  --divider-height: 150px;
  --divider-size: 100% 100%;
  --divider-opacity: 1;
  --divider-layer-gap: 20px;
  --divider-color: #000;
}

  .thermal-camera-comparison-page .wix-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
    pointer-events: none;
  }

.trolley-page .wix-page .wix-hero-content,
.trolley-page .wix-page .features-containter {
  z-index: 2;
  position: relative;
}

.wix-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.features-containter {
  background-color: rgba(40,38,38, 0.72);
  padding: 25px 20px 25px 20px;
}

.v4000hd-page .features-containter {
  padding: 25px 20px 63px 20px;
}

.wix-features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 980px;
  margin: auto;
  gap: 15px;
}

  .wix-features.five-col {
    grid-template-columns: repeat(5, 1fr);
  }

.wix-feature-icons {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

  .wix-feature-icons > div {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

.wix-feature-item {
  text-align: center;
}

  .wix-feature-item img {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 12px;
  }

  .wix-feature-item span {
    font-size: 15px;
    font-weight: 200;
    color: white;
    width: 100%;
    display: flex;
    justify-content: center;
  }

.wix-feature-icons p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.content-image-button {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  gap: 15px;
}

  .content-image-button h3 {
    margin-bottom: 0px !important;
    font-size: 25px !important;
  }

  .content-image-button img {
    max-width: 82px;
  }

  .content-image-button .wix-partnership-button {
    width: 159px;
    height: 60px;
    letter-spacing: 0.25em;
    display: initial;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    font-family: 'Poppins';
    border-radius: 50px;
  }

    .content-image-button .wix-partnership-button:hover {
      background: #3F7652;
    }

.phoenix-mobile-adas-page .wix-single-content-feature p {
  font-size: 18px;
  margin-bottom: 1em;
}

.phoenix-mobile-adas-page .first-content-section {
  position: relative;
  background-image: none !important;
  background: #000;
  padding-bottom: 120px;
}

  .phoenix-mobile-adas-page .first-content-section .wix-single-content-feature {
    z-index: 2 !important;
  }

  .phoenix-mobile-adas-page .first-content-section:after {
    display: none;
  }

  .phoenix-mobile-adas-page .first-content-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.66);
    pointer-events: none;
    background-image: url(/images/wix/phoenix-mobile-adas-content-background-1.jpg);
    background-position: center;
    opacity: 0.21;
  }

.phoenix-mobile-adas-page .second-content-section {
  padding: 62px 20px 62px 20px;
}

.phoenix-mobile-adas-page .third-content-section {
  background-color: #000;
  min-height: 832px;
  padding: 62px 20px 62px 20px;
}

  .phoenix-mobile-adas-page .third-content-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.66);
    pointer-events: none;
    background-image: url(/images/wix/third-content-bg.png);
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
  }

.phoenix-mobile-adas-page .fourth-content-section {
  padding: 62px 20px 62px 20px;
  display: flex;
  gap: 60px;
  flex-direction: column;
}
/* Product Name */
.wix-single-content-product-name {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}
  .wix-single-content-product-name small{
      margin-left:5px;
      font-size:17px;
  }

  .wix-single-content-hero {
    max-width: 980px;
  }

  .wix-single-content-hero .wix-purchase-button {
    padding: 10px;
    margin-bottom: 20px;
  }

    .wix-single-content-hero .wix-purchase-button:hover {
      background-color: rgb(23, 23, 23);
      transition: all 0.2s ease;
    }

/* Heading */
.wix-hero-content h1 {
  margin: 0px;
  font-size: 59px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
}

.wix-hero-content h5 {
  color: #fff;
}

/* Price */

h5.wix-single-content-price {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 17px;
}

h5.wix-single-content-description {
  margin: 0px;
  font-size: 25px;
  line-height: 1.4;
  font-family: poppins-v2, sans-serif;
  color: #fff;
  margin-bottom: 17px;
}
/* PDF Link */
.wix-single-content-pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  color: inherit;
  text-decoration: none;
  margin-bottom: 32px;
  flex-direction: column;
}

  .wix-single-content-pdf-link img {
    display: block;
    width: 57px;
    height: 55px;
    object-fit: cover;
    border-radius: 6px;
    margin-left: 7px;
  }

  .wix-single-content-pdf-link span {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 200;
    color: #2f2e2e;
  }

.wix-single-content-pdf-link-2 img {
  height: unset;
}


/* Main Product Image */

.wix-hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

  .wix-hero-image img {
    display: block;
    width: auto;
    max-width: 450px;
    max-height: 270px;
    height: auto;
  }

.wix-single-content-section {
  width: 100%;
}

.wix-content-container {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}

.wix-single-content-intro-section {
  padding: 72px 0px 40px 0px;
  background: black;
}

.wix-intro {
  background: black;
  background-position: center;
  background-size: cover;
}

.v4000hd-page .wix-intro {
  background-image: url(/images/wix/v4000hd-background-2.jpg);
}

.v3000-page .wix-intro {
  background-image: url(/images/wix/v3000_background.jpg);
}

.v1500-page .wix-intro {
  background-image: url(/images/wix/v1500_background_2.jpg);
}

.tdarts-page .wix-intro {
  background-image: url(/images/wix/waves_bakcground.jpg);
}

.ultradiag-moto-page .wix-intro {
  background-image: url(/images/wix/UltraDiag_Moto_background.jpg);
}

.ts005-page .wix-intro {
  background-image: url(/images/wix/ts005_intro_background.jpg);
}

.topscanpro-page .wix-intro {
  background-image: url(/images/wix/topscan_pro_intro_background.jpg);
}

.trolley-page .wix-intro {
  background-image: url(/images/wix/trolley_intro_background.png);
}

.artidiag-pro-page .wix-intro {
  background-image: url(/images/wix/artiding-pro-intro-bg.jpg);
}


.wix-intro .wix-content-background-overlay {
  padding: 52px 0px 27px 0px;
  background-color: rgb(23, 23, 23,0.87);
}

.phoenixxlink-page .wix-intro .wix-content-background-overlay {
  background-color: rgb(23, 23, 23, 0);
}

.v1200air-page .wix-intro .wix-content-background-overlay {
  padding-top: 104px;
  padding-bottom: 104px;
  background-color: rgb(23, 23, 23,0.45);
}

.v1200air-page .wix-single-content-features-section-bottom {
  padding-bottom: 192px;
}
.v1200air-page .wix-feature-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.v1200air-page .wix-feature-item img {
  width: 40px;
  height: 40px;
  margin: 0 auto 0px;
}

.v1200air-page .wix-features.five-col {
  margin-bottom: 24px;
}
.v1200air-page .wix-single-content-features-section-empty {
  margin-bottom: 0px;
  padding-bottom: 60px;
}

.v3000-page .wix-intro .wix-content-background-overlay {
  background-color: rgb(23, 23, 23,0.47);
}

.tdarts-page .wix-intro .wix-content-background-overlay,
.v1500-page .wix-intro .wix-content-background-overlay {
  background-color: rgb(23, 23, 23,0);
  padding-bottom: 52px;
}

.ultradiag-moto-page .wix-intro .wix-content-background-overlay {
  background-color: rgb(23, 23, 23,0.7);
  padding-top: 113px;
  padding-bottom: 113px;
}

.ts005-page .wix-intro .wix-content-background-overlay {
  background-color: rgb(23, 23, 23,0.7);
  padding-top: 113px;
  padding-bottom: 113px;
}

.topscanpro-page .wix-intro .wix-content-background-overlay,
.trolley-page .wix-intro .wix-content-background-overlay {
  background-color: rgb(23, 23, 23,0.7);
  padding-bottom: 52px;
}

.trolley-page .wix-intro .wix-content-background-overlay {
  background-color: rgb(23, 23, 23,0.7);
  padding-bottom: 52px;
}

.artidiag-pro-page .wix-intro .wix-content-background-overlay {
  background-color: rgb(23, 23, 23,0.79);
  padding-bottom: 52px;
}


.wix-intro p {
  margin: 0 0 28px;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  font-weight: 200;
  color: #fff;
}

.wix-intro .wix-single-content-feature-content p {
  font-size: 23px;
  line-height: 1.4;
  text-align: center;
  font-weight: 200;
  color: #fff;
}

.wix-intro p:last-child {
  margin-bottom: 0;
}

.wix-single-content-features-section {
  padding: 56px 20px 74px 20px;
  background-image: url(/images/wix/waves_bakcground.jpg);
  background-position: center;
  background-size: cover;
}

.wix-single-content-features-section {
  position: relative;
  padding-bottom: 230px;
  overflow: hidden;
}

  /* Wix bottom divider */
  .wix-single-content-features-section::after {
    content: "";
    position: absolute;
    left: -508px;
    bottom: 0;
    width: calc(100% + 508px);
    height: 142px;
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 125.7 1920 174.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M1920 287.7c-480 0-480-162-960-162s-480 162-960 162V300h1920v-12.3z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }



.wix-single-content-features.two-col {
  grid-template-columns: 1fr 1fr;
}

.wix-single-content-features.three-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.wix-single-content-features {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 980px;
  margin: 0 auto;
  gap: 60px;
}

.wix-single-content-features-wide {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1248px;
  margin: 0 auto;
  gap: 60px;
}


.wix-single-content-feature {
  text-align: center;
  color: #fff;
}

  .wix-single-content-feature.text-align-left {
    text-align: left;
    margin: auto;
  }


  .wix-single-content-feature:has(.wix-single-content-feature-icon-title) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.wix-single-content-features.three-col .wix-single-content-feature-content {
  align-items: center;
}

.two-col .wix-single-content-feature:has(.wix-single-content-feature-icon-title) {
  align-items: flex-start;
}

.wix-single-content-feature-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.wix-single-content-feature h2 {
  font-size: 29px;
  font-weight: 700 !important;
  margin-bottom: 40px !important;
}

.phoenix-mobile-adas-page .wix-single-content-feature h2 {
  font-size: 50px;
  font-weight: 700 !important;
  margin-bottom: 40px !important;
}

.wix-single-content-feature-stats.three-col {
  grid-template-columns: repeat(3, 1fr);
}

.wix-single-content-feature h3,
.wix-single-content-feature-content h3,
.wix-single-content-side-title-text h3 {
  margin: 0 0 15px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.wix-single-content-side-title-text h3 {
  margin-bottom: 10px;
}

.wix-single-content-feature p,
.wix-single-content-feature-content p,
.wix-single-content-side-title-text p {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 200;
}

.wix-single-content-side-title-text h3, .wix-single-content-side-title-text p {
  color: #fff;
}

.two-col .wix-single-content-feature p {
  font-size: 16px;
  text-align: left;
}

.wix-single-content-feature-content h3,
.wix-single-content-feature-content p {
  color: #fff;
}

.wix-single-content-features-section-empty {
  padding: 0px 20px 0px 20px;
  background: #000;
  margin-bottom: -30px;
  z-index: 1;
  position: relative;
}

  .wix-single-content-features-section-empty:has(.wix-single-content-lightbox) {
    position: initial;
  }

.wix-single-content-feature-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0px auto 0;
}

.wix-single-content-animation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  height: calc(100% + 20px);
}

.wix-single-content-animation-item {
  margin: auto;
  width: 204px;
  height: 204px;
}

  .wix-single-content-animation-item:not(.hide) {
    opacity: 1;
    transition: all 0.8s ease-out; /* Smooth transition */
  }

.hide.wix-single-content-animation-item {
  opacity: 0;
}

.wix-single-content-animation .top-25 {
  position: relative;
  top: 50px;
}

.wix-single-content-animation .bottom-25 {
  position: relative;
  bottom: 50px;
}

.wix-single-content-feature-points-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: 1fr 1fr auto;
  height: 100%;
  color: white;
}

  .wix-single-content-feature-points-grid h3 {
    font-weight: 700;
    height: fit-content;
  }

  .wix-single-content-feature-points-grid .numbering {
    color: rgb(0, 183, 178);
  }

.wix-single-content-feature-content h3 {
  margin-bottom: 0;
}

.wix-single-content-features-section-bottom {
  padding: 56px 20px 74px 20px;
  background-image: url(/images/wix/waves_bakcground_bottom.jpg);
  background-position: center;
  background-size: cover;
}

.wix-single-content-features-section-bottom {
  position: relative;
  padding: 192px 20px 110px;
  overflow: hidden;
}

  /* Curved top divider */
  .wix-single-content-features-section-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 91 1920 209' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: scaleY(-1);
  }

  /* Curved bottom divider */
  .wix-single-content-features-section-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 125.7 1920 174.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M1920 287.7c-480 0-480-162-960-162s-480 162-960 162V300h1920v-12.3z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

.wix-video-section {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.wix-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wix-single-content-bottom-section {
  aspect-ratio: 2;
  padding: 142px 20px 280px 20px;
  background-image: url(/images/wix/features-bottom-section-background.jpg);
  position: relative;
  background-position: center bottom;
}

  .wix-single-content-bottom-section > * {
    position: relative;
    z-index: 2;
  }

  .wix-single-content-bottom-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 50px;
    transform: translateX(-50%) scale(1, -1);
    background-image: url("data:image/svg+xml,%3Csvg id='comp-mmytzv35-top' preserveAspectRatio='xMidYMax slice' data-bbox='0 220.149 1920 79.851' viewBox='0 220.149 1920 79.851' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-mmytzv35-top %7B fill: %23000000; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='m1904.9 224.5-9.8 1.5c.1-1.2-4.9-1.1-6.3-2-.1-.1-.5-.1-.8-.1-1.4 0-2.8 0-4.2.1-2.9 0-5.7.3-8.5.6-.2 0-.4.1-.6.2 0-.2-.1-.3-.1-.4-.5.1-1.1.1-1.2.2-.6.3-1.4 0-1.8.1-1.3.4-2.7.3-4.1.3-.4 0-1.1 0-1.3.1-.8.3-1.6.2-2.5.2-.7 0-1.4-.2-2.1.1-.2.1-.9 0-1.2 0-.9.1-1.8.3-2.7.4-.1-.2-.2-.3-.2-.4-1.1 0-2 .1-2.9.1-.4 0-1 0-1.2.1-.7.3-1.5.3-2.4.3-.4 0-.8-.1-1.2-.1-1.1.1-2.1.2-3.2.3-.7.1-1.6.2-1.9.2-.9-.3-1.8-.2-2.8-.1-1 .1-1.9.2-2.5-.1-.8.1-1.5.3-2.2.4-1.8.2-3.7.2-5.6.4-.8.1-1.3.1-1.9-.1-.5-.1-1.2-.3-1.8 0-.6.3-1.4.3-2.2.3-1 0-2.1-.2-2.9.2-.1.1-.4 0-.6.1l-3.9.3c-1.1.1-2.5.3-3.3.1-1.9-.3-3.6.2-5.3.1-.7 0-1.5.1-2.3.1-1.1.1-2 0-2.6-.2-.4.1-.8.3-1.1.3-1.2.1-2.4.2-3.6.2-1.4.1-2.8.1-4.2.2h-3.2c-1.3.1-2.5.2-3.8.2-.6.1-1 0-1.8 0-1.6-.1-3.4-.1-4.9.4-.2.1-.6 0-.9 0-.2 0-.4-.1-.7-.1-1.1.1-2.3.1-3.4.2-1.6.1-3.1.3-4.7.3-.9 0-1.9-.1-3.1-.1-.4 0-1.1 0-1.8.1h-.5l-2.7.2c-.9.1-1.8.1-2.6.2h-1.1c-.6-.2-1.1-.1-1.8 0-1.3.1-2.6.1-4 .2h-.4c-1 .1-1.9.1-2.9.2-.5 0-1.1-.1-1.6 0-1.1.2-2.1.4-2.8 0-.6.1-1 .2-1.5.3h-2c-1.4 0-2.8.2-4 .1-1.4-.1-2.4.3-3.7.2-1 0-2.1.2-3.1.3h-5.1v-.1c-1.2.2-2.4.5-3.8.8-.1-.2-.1-.3-.2-.5-2.2 0-4.3.1-6.4.3-1.7.2-3.5.2-5.3.3h-.2c-1.2-.4-2.4-.2-3.7 0-.3.1-.8 0-1.1 0-.4 0-.9 0-1.3.1-1.1.2-3 .2-3.7-.1-.5.1-.9.2-1.3.2h-1.7c-1.5.2-3 .4-4.6.3-.9 0-1.7-.2-2.4.2h-.5c-1.1-.4-2.5.3-3.6 0-.6.4-1.6.2-2.5.2-1.4.1-2.9.1-4.3.2-.9 0-1.8-.1-2.7-.1-.4 0-.8.1-1.2.2-.2 0-.5.1-.7.1-1.1 0-2.2-.1-3.4-.1l-.3.3c-.1-.8-.9-.2-1.5-.2-2.3-.2-4.8-.2-6.8.1-2.4.4-4.9-.1-7.2.3-.4.1-1-.1-1.6-.1-.3 0-.6-.1-.9 0-3.2.5-6.4.4-9.6.1h-.3v.3c-.8 0-1.6 0-2.5-.1-.3.1-.9.2-1.3.2-1.3-.1-2.3.1-3.6.2-1.5.2-3.3.1-5 .1-.9 0-1.8 0-2.7-.1-.6 0-1.1-.1-1.7-.1-.3 0-.7.1-1 .2-.4.1-1 .3-1 .3-.9-.4-1.7.1-2.6.1-.1-.2-.2-.3-.3-.5-.3.1-.5.1-.5.2-.3.5-1.3.4-2.1.4-.7 0-1.6-.1-2.1.1-.9.2-1.5.1-2-.1-.1 0-.2-.1-.3-.1l-.4.2c-1.1 0-2-.1-2.9-.1-.8 0-1.6.2-2.4.3-1 .1-2 .2-3 .2-1.4 0-2.9-.1-4.3.1h-.9c-1 0-2 .1-3 .1v-.2c-.3-.6-.8-1.3-1.1-1.9-.1-.2-.2-.4-.1-.6.5-.7.4-1.4-.4-2h-1.6c-.2.1-.4.3-.6.4-1.2 0-2.4.1-3.6.1-1.1.1-2.1.2-3.2.2-.9 0-1.8-.1-2.8 0-3.1.2-6.3.4-9.4.5-1.2.1-1.6 0-1.6-.5.1-1.1-2.2-1.5-3.4-2.3-.1-.1-.5-.1-.7-.1-1.2 0-2.5 0-3.7.1-2.6 0-5.1.3-7.6.5-.2 0-.3.1-.5.2 0-.1-.1-.3-.1-.3-.5.1-.9.1-1.1.1-.5.3-1.2 0-1.6.1-1.2.4-2.4.3-3.7.3-.4 0-.9 0-1.2.1-.7.3-1.4.2-2.2.2-.6 0-1.2-.2-1.8.1-.2.1-.8 0-1.1 0-.8.1-1.6.2-2.4.4-.1-.2-.2-.3-.2-.3-.9 0-1.8.1-2.6.1-.4 0-.9 0-1.1.1-.6.3-1.4.3-2.2.3-.4 0-.7-.1-1.1-.1-.9.1-1.9.2-2.8.3-.6.1-1.4.2-1.7.1-.8-.2-1.6-.2-2.5-.1-.8.1-1.7.2-2.2-.1-.7.1-1.3.3-1.9.3-1.6.1-3.3.2-5 .3-.7.1-1.2.1-1.7-.1-.4-.1-1.1-.2-1.6 0-.5.3-1.3.3-2 .2-.9 0-1.8-.2-2.6.2-.1 0-.4 0-.5.1-1.2.1-2.3.2-3.5.3-1 .1-2.2.2-3 .1-1.7-.3-3.2.2-4.8.1-.6 0-1.4.1-2.1.1-1 .1-1.8 0-2.3-.2-.4.1-.7.2-1 .3-1.1.1-2.2.2-3.2.2-1.3.1-2.5.1-3.8.2h-2.9c-1.1.1-2.3.1-3.4.2-.5.1-.9 0-1.6 0-1.4-.1-3-.1-4.4.4h-.8c-.2 0-.4-.1-.6-.1-1 .1-2 .1-3.1.2l-4.2.3c-.8 0-1.7-.1-2.7-.1h-2.1l-2.4.2c-.8.1-1.6.1-2.3.2h-1c-.5-.2-1-.1-1.6 0-1.1.1-2.4.1-3.5.2h-.3c-.9.1-1.7.1-2.6.2-.5 0-1-.1-1.4 0-1 .2-1.9.3-2.5 0-.5.1-.9.2-1.4.2h-1.8c-1.2 0-2.5.2-3.6.1-1.3-.1-2.1.3-3.3.2-.9 0-1.9.2-2.8.3h-4.5v-.1c-1.1.2-2.2.4-3.3.7-.1-.2-.1-.3-.2-.4-2 0-3.8.1-5.7.3-1.5.2-3.2.2-4.7.3h-.2c-1.1-.3-2.2-.2-3.3 0-.3.1-.7 0-1 0-.4 0-.8 0-1.1.1-1 .2-2.7.2-3.3 0-.5.1-.8.1-1.1.2h-1.6c-1.4.1-2.7.3-4.1.2-.8 0-1.5-.2-2.2.2h-.4c-1-.3-2.2.2-3.2 0-.6.4-1.4.2-2.2.2-1.3.1-2.6.1-3.9.2-.8 0-1.6-.1-2.4-.1-.4 0-.7.1-1.1.2-.2 0-.4.1-.6.1-1 0-2-.1-3-.1 0 0-.1.1-.3.2-.1-.7-.8-.2-1.3-.2-2-.2-4.2-.2-6.1.1-2.2.3-4.3-.1-6.4.3-.4.1-.9-.1-1.4-.1-.3 0-.6-.1-.8 0-2.9.5-5.7.4-8.5.1h-.2v.3c-.8 0-1.5 0-2.2-.1-.3 0-.8.2-1.1.2-1.1-.1-2.1 0-3.2.2-1.4.2-3 .1-4.5.1-.8 0-1.6 0-2.4-.1-.5 0-1-.1-1.5-.1-.3 0-.6.1-.9.2l-.9.3c-.8-.3-1.5.1-2.3.1-.1-.1-.2-.3-.3-.4-.2.1-.5.1-.5.2-.3.5-1.1.3-1.9.3-.6 0-1.4 0-1.9.1-.8.2-1.3.1-1.8-.1-.1 0-.2 0-.3-.1l-.4.2c-1 0-1.8-.1-2.6-.1-.7 0-1.4.2-2.2.3-.9.1-1.8.1-2.7.2-1.3 0-2.6-.1-3.9 0h-.8c-1.2 0-2.4.1-3.6.1-1.3.1-2.5.1-3.6-.2-.7-.2-1.3-.3-2.1 0-.2.1-.7.1-1.1.1-1.2 0-2.3 0-3.3.3-.8.2-2.7 0-3.1-.1-.6.1-1.1.1-1.6.2-.7 0-1.4 0-2.1.1-1 .1-2.4 0-3.2-.3-.2-.1-.9-.1-1 0-.6.3-1.1.3-1.8.1-.3-.1-.7-.2-1.1-.3-.3.2-.4.5-.8.6-.8.4-1 .7-.6 1.1.3.4.2.7-1.1.9 1.2.2 1.1.6 1.1 1s-.8.2-1.3.2c-2.1.2-4.1.3-5.9-.2-.1.1-.2.3-.4.5-1.4-.6-3.3.3-4.6-.4-.5.3-1 .5-2.1.4-.4-.1-1 .1-1.5.1-.7-.1-1.5-.1-2.2 0-1 .1-2 .2-3 .1h-.2c-.3-.2-.6-.3-1-.6-.1.3-.2.4-.3.6-2.5-.3-4.9.2-7.5.4.4-.2.5-.3.6-.3-1.1-.2-2.2-.2-3.4 0h-.5c-1.1-.2-2.4-.2-3.4.1-.1 0-.3.1-.4.1-1-.1-1.9-.1-2.9-.2h-.8c-.6.3-1.3.2-2 .2s-1.4 0-2 .1c-.9.1-2.1 0-2.8.4-.1 0-.6 0-.9-.1-.8-.2-1.6-.1-2.3 0-.2 0-.4.1-.5.1-1.4-.3-2.9 0-4.3-.1-.2 0-.5 0-.5-.1-.1 0 .1-.1.2-.2.6-.3 1.5-.3 2.1-.2 1 .1 1.4-.1 2-.4-1.1 0-2.4.4-2.8-.3-1.1.4-2 .3-2.7 0-.2.1-.4.3-.7.3-.7.1-1.5.1-2.2.1-.9.1-1.8.1-2.7.2.4 0 .9.1 1.2.1.2 0 .2.2.3.2-.9.2-1.7.3-2.5.5-.3.1-.9.1-1 0-.9-.3-2.1-.1-3.1-.2-.7-.1-1.4-.1-1.5.3 0 .1-.5.2-.9.4-.4-.3-.7-.5-1.1-.8-.3.1-.4.2-.6.3-.2.1-.5.1-.8.2-.4-.3-1.1-.2-1.9-.2-.2 0-.4-.2-.6-.3.3 0 .5-.1.8-.1 1.5 0 2.9-.1 4.3-.3h1c1 .1 2 .1 3 0h-1.2c-.5-.2-3.3-.2-5.1.2-.9-.5-2.1-.1-3.2-.1-.9 0-1.8 0-2.7.1-2.2 0-4.4.1-6.6.1-.7 0-1.5.2-2.3.2h1.3c.1 0 .3.1.3.1 0 .1-.1.2-.2.2-.3.1-.6.1-.9.1h-1.5c-.2 0-.4-.1-.4-.2s.2-.2.3-.2h.5c-.2 0-.5 0-.8-.1-.1 0-.3 0-.5.1h-.7c0 .1 0 .2-.2.3-.6.3-1.3.6-1.9.9l-.3-.1.3-.3c.1-.1.1-.3 0-.3-.2-.1-.5 0-.8 0s-.6.1-.9.1c-.2 0-.5-.1-.6-.2 0 0 .1-.1.3-.1.3-.1.6-.1.9-.2h-1.1c-.3 0-.6.2-.8.2-4.7-.3-9.3 0-13.9.2-.3.7 2 .3 2.2.8-.2 0-.5.1-.7.2-.3.1-.7.2-.6.3.2.4.7.7.9 1.1.2.3.7.5.6.8h.3v.5c.3.1.7.2.9.2 1-.3 2.1-.2 3.1-.2.1 0 .2-.1.2-.2.8-.1 1.5-.2 2.3-.3.1.1.2.2.4.3l.2-.1c.3.1.7.1.9.2.1.1.1.3 0 .3-.8.4-1.7.7-2.6 1-1.5-.3.6-.6.1-.8-1.5 0-2.7 0-4 .1 0 .1-.1.2-.2.4-.2-.2-.4-.4-.6-.5-.7 0-1.3.1-2 .1 0 .1-.1.2-.2.4-.4-.1-.7-.2-.9-.3-.4.1-.7.2-.9.1-.9-.1-.8.1-.8.3 0 .1-.1.3-.4.4-.4.2-.5.6.1.6 1.1.1.5.3.4.5-.3.4-.6.7.2 1.1 1-.2-.7-.7.9-.8l-.4-.4c.9-.3 1.7-.6 2.5-.8.3.3-.1.8-1 1 .3.1.7.2.8.3 1-.4 2-.8 3-1.1h.2c-.1.1-.2.3-.4.5.5-.2 1-.3 1.4-.4.6-.1 1.3 0 1.1.2-.3.5.6.7.9 1 .1.1.1.1.1.2.2.4.5.8.7 1.1 1.7-.4 1.9-.7.8-1-.9-.3-1.6-.6-1.5-1.1 0-.1-.1-.2-.3-.3-.8-.3-.4-.4.4-.6.2.2.4.4.6.7.3-.2.6-.3.7-.4.5 0 .8.1 1 .1.4-.2.7-.3 1-.4.2.2.3.3.6.4.2.1.6.1 1.1.2.2.2.6.5 1 .8 1.1-.4.2-.8.4-1.2.5.1 1 .2 1.5.2l.2-.2c1.2.2 1.3-.1 1.5-.4-.5-.1-1-.2-1.5-.2l.3-.2 1.3.2c.2-.3.8-.5 1.1-.9.2.1.3.2.3.2-.6.3-.7.6-.5.9 0 0 0 .1-.1.2-.8.2-.6.5-.5.7-.4.1-.7.2-1 .3l.3.2c.3 0 .7-.1.9-.2.2-.1.2-.2.2-.4.1-.3.2-.5.3-.8h.3l1.1 1.1c.3-.2.5-.3.7-.5l.8.4.3.3.4.1c.2-.1.6-.3.6-.4.1-.2-.1-.4 0-.7 0-.1.2-.2.4-.3.3.1.5.1.8.2s.7.2 1 .4c-.6-.4-.4-.7 1.1-1.1v1.3h.2l.5-.5c.5 0 .9.1 1.3.1l-.3.6c.4.1.7.1 1.2.2.4-.4.8-.7 1.1-1-.3-.2-.5-.3-.6-.4 0 0 .4-.2.5-.1.7.2 1.3.3 2 .5.4 0 .9.1 1.3.1.2-.2.4-.3.8-.6.2.3.3.5.3.6.5 0 .9.1 1.1.1.5-.2.9-.4 1.4-.6-.1.4-.2.6-.3.9h.2l.5-.6h.4l.6 1.2s-.1.1-.2.1c-.2.1-.5.2-.6.3.4.2.8.3 1.3.4.2-.1.1-.2.1-.3-.2-.3.3-.7 1-.8l.3.9c.1.2.1.5 1.1.5-.3-.1-.5-.2-.7-.3h1.5c.1.1.1.3.2.4.4 0 .8-.1 1-.1-.1-.3-.3-.6-.4-.9-.8-.1-1.2-.3-1.4-.6-.1-.1-.5-.2-.8-.3.8-.3.3-.4-.5-.4.4-.4 1-.3 1.5-.1.3.1.5.4.7.5.1.1.3.2.5.2.6-.1 1.3-.3 2.2-.3.2.7-.2 1.3 1.1 1.8.3-.2.6-.4 1-.6-.6.1-.9.2-1.2.2-.8-.4-.6-.8.8-1.3-1.2.1-1-.1-.9-.3.1-.2.2-.4.3-.7.3.1.5.1.8.2.1-.2.2-.3.3-.4.4 0 .7 0 1.2.1v.6h.3v-.4h.2c.2.2.4.5.6.7-.8.1-1.1.2-.7.5.2.1.2.5 0 .5-.9.2-.4.4-.3.5.7-.3 1.5-.6 2.2-.9.2-.1.3-.2.3-.3 0-.3-.2-.5-.3-.9.5.1.8.1 1 .1 0-.1.1-.2.2-.4 1.1.5 1 1.3-.2 1.8 1 .4.3.7-.3 1-.2.1-.4.3-.3.4.1.1.6.2 1 .3v-.8h.4v.7h.4v-1.2c.3-.1.6-.2 1.1-.3-.6-.1-.8-.1-1.2-.1 1.2-.5 2.3-1 3.4-1.4l-.3-.1c-.3.1-.6.2-1.1.3.1-.4.1-.8.2-1.2.4.2.4.6 1.5.3 0 .3-.1.6.1.9.1.2.6.5 1.1.5.7.1 1.2-.1 1.2-.5 0-.2.1-.4.4-.5.6-.2 1.3-.3 1.9-.5.1.3.7.4 1.7.2 0 .2.1.3.1.5-.7.1-1.3.2-1.8.2-.2.4-.5.8-.7 1.2h.3l.3-.6c.2-.5.5-.6 1.5-.5.4.4.9.8 1.3 1.2.8-.5 1.7-.1 2.6-.1.1-.1.3-.2.4-.3l.4-.4c-.8.1-1.5.2-2.1.1-.5 0-1.1-.1-1.6-.2-.2-.1-.2-.4 0-.4.3-.1.9-.1 1.3-.1h2.4v-.1c.2.1.5.2.9.4.4-.2.7-.4 1-.5-.9-.1-1.6-.3-2.4-.4.2-.1.3-.3.5-.3.7-.1 1.4-.1 2.2-.2 0 .2-.1.4-.1.6h1.1c-.2.2-.4.3-.5.4.5.1.9.2 1.3.3l-.9.4.2.1c.5-.1.9-.1 1.3-.2l.6.6h.2c.1-.2.2-.5.3-.7h-.7c.3-.3.5-.7.8-1 .3 0 .8-.1 1.4-.2l.9 1.2h.3l-.3-.9c.6.1 1.2.1 2 .2-.3.3-.6.6-1 .9s-.3.7.5.8c.1 0 .4 0 .5-.1.1-.1.2-.3.3-.5.7.3 1.3.5 1.9.7l.3-.1c-.3-.4-.7-.9-1.1-1.4.4.1.6.1.9.2l.1-.1.6-.3c.1.1.2.2.2.4.1.1.1.3.2.5.3-.4.6-.7.8-1h.7l-.3-.1c.3-.3.5-.6.8-1 .3.2.5.4.8.6.4-.2.6-.4.8-.5.6.7 1.2 1.3 1.8 2 .1-.5.5-1-.7-1.3-.1 0 0-.2 0-.2 0-.2.1-.3.2-.5 0-.1.1-.2.2-.4h.5c0 .2-.1.5-.1.6.3.2.6.3.7.5.2.2.3.5.4.7h.4c.3-.2.9-.5.9-.7 0-.4.4-.5 1.4-.5 0 .2.1.4.1.6h.2l.2-.3c0 .4 1.8.6.5 1.2-.1-.2-.2-.3-.3-.4-.1.3-.2.6-.2.8.4 0 1.1 0 1.3-.1.3-.2.2-.4.3-.7.5.3-.5.8.8.9.2-.5.4-.9.6-1.4l.3.1c.4-.1.7-.1 1.2-.2.3.3-.9.8.4 1l.3-1.5c-.1-.2-.3-.3-.4-.5.5 0 .8.1.9.2.2 0 .5-.1.8-.1-1.1-.2-1.7-.4-1.9-.6-.2.1-.8.2-1.9.2l.7-.7c-.5-.3-1.1-.5-1.6-.8l.3-.2c1.4.1 2.7.1 4.2.2-.8.3-1.3.6-1.9.8.1.1.2.1.2.2.1-.1.3-.2.5-.2-.1.2-.1.3-.2.5.4.1.8.1 1.1.1 1.2 0 1.3.2 1.3.6 0 .3.2.6.4 1 .4 0 .8-.1.9-.1.2.4.5.7.7 1h.2l.3-.3c.6.1 1.2.2 1.9.3-.2-.3.7-.7-.5-.9-.2.1-.6.1-1.1.2.1-.2.1-.3.2-.4.2-.1.4-.3.6-.4.1-.1.3-.1.5-.2.1.1.4.1.3.2 0 .1 0 .2-.1.3.2 0 .3 0 .4.1.3.2.5.4.8.6 0-.4-.4-.8-.1-1.1s1.3-.5 1.8-.7c.6.2 1.2.4 1.7.6.2.1.3.3.2.3-1 .2-.5.5-.4.7 0 .1 0 .2-.1.3-.4 0-.6-.1-.9-.1l-.6.6c.8-.2 1.5-.4 2.3-.6-1.1-.5 0-.7 1-1-.1.6-.2 1.1-.2 1.6s.2 1.1.3 1.6h-.5l-.3 1.2h.9c-.1.2-.3.3-.3.4-.1.1-.2.3 0 .4 1.2.4.1.6-.2.9-.5-.1-.9-.1-1.3-.1-.3 0-.7.1-1 0-1.2-.1-2.5-.3-3.4.3-.4-.1-.7-.1-1.1-.2.2.5.8.7 1.9.6-.1-.2-.2-.3-.3-.5h1.3c.4.6-1.3.7-2.1 1.1-1.9-.3-1.9-.3-1.5-.9-.8-.1-1.5-.1-2.6-.2-.2.4-.5.9-.8 1.4h-.3c0-.1.1-.3 0-.4 0-.2 0-.5-.3-.6-.2-.2-.7-.3-.9-.3-.1.1-.4.2-.7.3l-.1-.1h-2.2c-.2 0-.4 0-.7.1.3.1.7.2 1.1.3 0 0 .2-.1.4-.1.3.6-1.2 1-3.1.8.5-.3 1-.6 1.6-1-.3 0-.6.1-.9.1-1.3 0-2 .2-2.2.8h-1.4l.3-.6-.2.1c-.3-.1-.7-.1-1-.2-.4.3-.6.5-.9.7-.9-.5-.7-.6.9-.7-.7-.1-1.4-.3-2.2-.4-3.3.6-3.3.6-3.8.1-.6.2-1.2.5-1.9.6-.7.1-1.6-.2-2.1-.3.3-.3.7-.5.8-.7 0-.1-.6-.2-.9-.3l-.4.1c.3.1.5.2.8.3-.4.2-.8.4-1.2.5-.5-.1.1-.7-1-.6-.1.3.1.6-.2.7-.3.1-1 .1-1.7.2.2.2.7.6.6.9-.2.3-1.1.5-1.6.8-.9-.4.3-1.1-1.1-1.5-.1.1 0 .3-.1.4 0 .2-.1.4-.2.7-.4-.1-.7-.2-1.2-.3-.1 0-.3.1-.9.2l1-1c-1 .4-1.5.3-2.3 0-.2.1-.3.2-.5.2.6.1 1.6.7 1.3.8-.7.1-1.5.1-2.4.1.2-.4.3-.6.5-.9-1.8.2-.8.6-1 .9-.5-.1-.8-.3-1.4-.5-.1.4-.2.6-.2.8h-.3c-.2-.2-.4-.3-.5-.5-.4.1-.9.4-1.5.4-.5.1-1.1-.1-1.9-.2.1.2.1.5.2.7-1.4-.4-1.4-.4-.8-.5h-.1l-.098-.098c-.002 0-.002-.002-.003-.002l-.003-.003c-.295-.195-.393-.198-.296-.296v-.001l.001-.002c-.099-.198-.098-.299.301-.498h.3c.1-.1.1-.2.1-.3l-.3-.1c-.8.5-1.3.1-2 0-.2.2-.3.4-.5.5-.2.1-.5.2-.8.4-.3-.1-.6-.3-.8-.4-.2-.2-.3-.5-.4-.7h-.5c.5.4.2.6-.4.7.2.2.3.4.6.7-1.1-.4-1.4 0-2.1.2-.3-.2-.6-.3-.8-.4.8-.2 1.5-.3 2.2-.5-.2 0-.4.1-.6.1-.1-.1-.2-.2-.3-.4-1.7.3-1.3-.2-1.6-.6-.5.6-.8 1.1-2.3 1.2-1.4-.4-2.4-.3-2.9.4-.1.2-.3.3-.5.5h-.3l.1-.2c-.5 0-1 0-1.4.1-1.3.3-1.7.3-2.2-.3 1.7-.5-.6-.8-.3-1.3-.9.4.8.7-.6 1-.2-.1-.3-.3-.4-.4-.3.1-.5.1-.8.2.6.2 1.1.4 1.5.6-1.1.2-2.2.4-3.1.6v-.5c-.4 0-.8 0-1.3.1-.3 0-.6.1-.9.1s-.7 0-1 .1c-1 .2-1 .2-1.3-.1-1 0-1.9.1-2.9.1-.1 0-.2.1-.5.3-.3-.2-.4-.3-.6-.5-.6.4-1.5.6-2.1.5-.6-.1-1.3-.2-2-.4h-.3c0 .1.1.3.1.4h-.3c-.2-.2-.4-.3-.6-.5-.3.2-.6.4-.8.6h-.2c0-.2 0-.3.1-.6-.5.3-.8.4-1.1.6.2.1.4.1.6.2l-.3.2c-.4-.1-.7-.3-1.1-.3-.4-.1-.6-.4-1.3-.1-.2.1-.7.1-.9.1-.2-.1-.3-.2-.5-.4.5 0 .8-.1 1.1-.1-.5-.6-1.8-.3-2.9-.4.1.2.1.4.2.6h-.2l-.8-.4h-.4c.8.3 1 .6 0 .9-1.4-.9-1.1.4-2 .2-.1-.1-.2-.2-.3-.4-.4.1-.8.1-1.2.1.3.2.5.4.8.7-1.4-.2-2.3-1-2.1-1.7-1.4.1-1.3.1-.8.5.1.1 0 .3-.1.4-.1.1-.4.1-.7.1l-.3-.3c-.2-.2-.3-.4-.5-.6h-.4c-.1.2-.2.5-.3.7-.2 0-.6-.1-.9-.1v.6c-.4 0-.9 0-1.3-.1-1.5-.3-1.5-.3-2.4.3h-.1c-.5-.1-.8-.3-1.2-.3-.9-.1-1.8 0-2.7 0-.8 0-2.4.2-2.7.5-.1-.1-.2-.3-.2-.3h-1.9c.4.3.7.5 1.1.8.3 0 .6-.1.9-.1l.1.1-1.5.5h-.3c.1-.1.1-.3.3-.4.1 0 .3-.1.5-.1h-.1l-1.1-.3c-.4.1-.8.1-1.1.1-.2 0-.2-.2-.3-.4-.1-.1-.1-.3-.2-.6-.7.4-.6.4-1.4.2h-.4c-.6.1-1.3.2-2 .3-.1 0-.2-.1-.4-.2h-.2c.1.1.1.2.2.3-1.8.4-3.5.9-5.7 1l-.2-.2c1.2-.2 2.4-.4 3.6-.7-.8-.4-2.4-.5-2.9-.2-.4.2-.5.7-1.4.1h-.5c-.3 0-.6-.1-.9-.1-.4-.1-.7-.1-1.3-.2-.1-.1-.4-.2-.7-.4.3-.1.6-.3 1.1-.5-.7 0-1-.1-1.3 0-.3 0-.8.2-.8.3.1.5-.9.4-1.6.6-.3-.2.4-.7-.9-.6l-.1.1s.1.1.2.1c.1.1.4.3.4.4-.3.4-.7.8 0 1.3.1.1-.1.2-.1.3h-.4c-.2-.4-.3-.8-.4-1.2-.4 0-1.1.1-1.4 0-1-.3-1.3-.1-1.9.2 1.1.2 1.1.4 0 .7-.3-.5-.7-.9-1-1.4h-.4c-.4.2-.8.5-1.2.8-.6-.2-1.3-.3-.7-.7.1-.1 0-.2-.1-.3-.1-.1-.3-.2-.5-.3-.2.1-.4.2-.6.4-.1.1-.2.1-.2.1-.4-.1-.7-.2-1.1-.2-.2 0-.5.1-.7.2.6.2 1 .3 1.4.4.3 0 .7 0 1-.1 0 .1.1.2-.1.3-.4.1-1.2.3-1.3.3-.8-.5-1.4-.1-2.1.1 0-.1 0-.2-.1-.2-.4-.1-.9-.1-1.3-.1 0 .1.1.2.1.3v.5c.899 0 1.599 0 2.699.1-.6.1-1.2.4-1.5.4-.6 0-1.4-.2-1.2-.5h.001c-1.199-.5-.3-.9-.2-1.2-.5.2-1.1.5-1.7.7-.1 0-.6-.1-.8 0-.3.1-.6.2-.8.3-.3-.3-.6-.5-.7-.6-.9.2-1.7.4-2.5.5v-.2c-.4-.1-1.1-.3-1.3-.3-.9.2-1.5.1-2-.1l-1.2.6c-.8-.3-1.5-.2-2.3 0-.3.1-.8 0-1.2 0-.5-.1-1-.1-1.5-.2l-.6.3c-.4-.1-.6-.3-.9-.4l-.1.1h-2.2s-.2.1-.1.2.3.2.6.2h.8c-.1.1-.1.2-.3.3l-.8.4c-.5-.5-.9-.8-1.3-1.2-.2.1-.3.2-.4.2-.5-.1-.8-.3-1.3-.3-.3 0-.6.1-1 .2l.4.1 1-.1.1.1c-.4.2-.9.3-1.2.4-.4-.3-.8-.7-1.1-1-1.3.2-2.8.1-3.3.7-.4-.2-.7-.3-.8-.4-.8.1-1.5.2-2.2.3-.3 0-.6.1-.7.2-.2.3-.5.3-1.1.1l-.9-.3c-.3.2-.6.4-1 .7-.3-.5-.4-.8-.6-1.1-1.3 0-1.9.2-1.4.7-.5-.3-.8-.4-1.2-.7-.4.4-.9.4-1.6.3-.6-.1-1.3-.4-2.1 0-.7-.5-2.1-.2-2.4 0-1.3.5-1.3-.1-1.7-.2-1.1.9-1.1.9-2.1.7.3-.2.6-.3.9-.4-.8.2-1-.1-1.4-.2-.2.2-.3.3-.4.5h-.2v-.6c-.4.4-.7.6-1 .9-.5-.1-.9-.1-1.3-.2-.3-.1-.5-.2-.7-.3-1.1.1-2.2.2-2.9.2-.2.2-.3.4-.4.5h-.5c0-.1 0-.3.2-.4.3-.3 0-.4-.4-.3-.5-.3-1-.5-1.4-.7l-.7.3h.4c.2.2.6.3.5.5 0 .2-.4.4-.7.6-.1.1-.4.2-.6.2s-.6-.1-.6-.1c-.3-.2-.4-.4-.7-.7-.3.1-.5.2-.8.3-.5-.4-.9-.1-1.2 0-.3-.1-.5-.1-.6-.2l-.6.3c-.7-.2-1.3-.4-2-.6 0 .1-.1.2-.2.3s-.2.2-.5.3c-.4.1-1 .2-1.5.3 0-.1-.1-.2-.1-.3-.3 0-.8 0-.9-.1-.2-.1-.1-.2-.1-.3s-.1-.2-.1-.3c-.8.3-1.3.5-1.8.7.2.2.4.4.5.6 0 0-.3.1-.5.2-.3-.1-.6-.3-.9-.4-.3-.2-.7-.3-1.1-.5-.6.2-1 .3-1.6.5-.2-.2-.6-.4-.5-.6.2-.4-.3-.6-1-.7-.7-.1-1.5 0-2.5 0 .7.4 2.3.2 1.9.7-.2.2-1 .4-1.6.6-.5-.2-.9-.3-1.2-.4-.4.2-.7.4-1 .6l-.4-.1.4-.4c-.2-.1-.5-.2-.8-.4-.2.2-.3.4-.4.6-.1.1-.1.4-.3.4-.3.1-.8 0-1.5 0 .5-.2.7-.2.8-.3-.6-.2-1.2-.3-1.9-.5h-1.3v.9c-.6-.2-.9-.2-1.3-.3.2-.1.4-.2.4-.3-.7-.4-2.3.2-2.8-.4-.6.2-1.2.4-1.9.6h-.1c0-.1 0-.2-.1-.3h-1.1c-.2.4-1 .5-1.7.3-.7-.1-1.9-.3-1.2-.8.1-.1-.2-.2-.5-.4-.4.8-1.1 1-2.6.9h-.2c-.3.1-.7.2-1.2.3v-.5c-.4.1-.7.1-1 .1-.2-.2-.4-.3-.6-.4-.2.1-.5.2-.7.3-.2.1-.5.2-.7.3-.4.1-.9 0-1.3 0v-.5c0-.2.1-.4.1-.6h-.3c-.1.1 0 .3-.2.4-.4.2-1 .4-1.4.6-.2 0-.6-.1-.9-.1-1.6 0-.2.5-.7.8-1.4-.3-1.4-.3-.9-.8.3-.2.4-.5.6-.8l-.4-.1c0 .6-1.6.7-2.2 1.3-.3-.2-.4-.4-.6-.5-.5.2-1 .4-1.6.6l-.4-.1c.1-.2.2-.4.4-.6-.9.4-2.8-.1-3 .7-.6-.2-1.1-.4-1.4-.5-.8 0-1.5-.1-2.1-.1-.1.1-.3.2-.5.3-.1-.1-.3-.2-.4-.3-.2-.1-.4-.2-.7-.3-.1.2-.2.3-.4.5-.3-.1-.6-.2-.8-.3v.1c-.6.1-1.2.2-1.9.3-.3 0-1 .1-1.1 0-.3-.4-.9-.3-1.6-.1l-.2-.1c.4-.2.9-.4 1.4-.7-.5 0-.9-.1-1.4-.1l.1.1-1 .3c.1.2.3.3.5.6-.5-.1-.8-.2-.8-.2-.6 0-1.1.1-1.3.1-.2-.1-.3-.2-.3-.4s0-.4.1-.5h-.4c0 .1-.1.3-.1.4.1.3-.2.5-1.2.5-.7 0-1.4-.1-2.1-.1-.4.4-.8.4-1.7.2-.4-.1-.9-.1-1.3-.2-.5 0-.9-.1-1.4-.1-.2.1-.4.3-.8.5-.3-.2-.4-.3-.6-.4-.8.1-1.4.1-1.8.2-1.4-.3-2.2.2-3.3.2-.1-.1-.2-.2-.2-.3h-2.3c-.4 0-.8 0-1.4.1-.1-.2-.2-.4-.3-.7h1.1l.2-.1c-.4-.2-.8-.3-1.2-.5-1.6.3 0 .7-.2 1.1-.4.1-.9.1-1.3.2-.3-.2-.5-.3-.5-.3l-.8.8c-.6-.3-1.1-.4-1.6-.6-.9.3-1.7.3-2.2 0-.6.1-1.1.2-1.7.3l.7.7-.3.1c-.3-.1-.7-.2-.9-.3-.4.1-.7.1-1 .2-.1-.4-.2-.7-.3-1.1.6-.2 1.2-.3 2.1-.6-1.6-.1-2.7 0-3.1.5.9.4-.7.7-.3 1.1-.7 0-1.3-.1-2.1-.1.3-.2.7-.4 1.1-.6-1.9.1-3.8-.1-5 .4-1.2-.1-2.3-.2-3.4-.3-.1.2-.2.4-.4.6-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1-.4.3-.8.7-1.4 1.2-.2-.5.2-1 1-1.1-.1-.3-.4-.5-1.1-.5-.5 0-1 .1-1.4 0-.9 0-1.2.1-1.1.4.1.2-.1.4-.1.7h-.5c0-.1-.1-.2 0-.3.2-.3-.1-.4-.8-.4-1.3.1-1.8-.1-1.8-.7-.2.4-.8.3-1.4.3 0-.6.1-.6 1.1-.5.1-.4-.4-.5-1.6-.4 0 .2-.2.4 0 .6.6.5-.2.7-1 1-.3-.3-.6-.5-.9-.8h-.4c-.1.1-.2.3-.4.4-.1.1-.4.2-.5.4l-.3-.1.4-.6-.3-.1-1.8.3c-.7-.3-1.6-.4-2.5-.2-.2-.1-.3-.2-.5-.4-.9.5-2.4.5-2.9.2-1 .1-2 .1-3.1.2-.1.6.4 1 1 1.1-.7.2-1.4.5-2.2.7-.6.2-1.1.6-2.4.3.9-.3 1.7-.5 2.3-.7-.1-.3-.1-.5-.2-.7-.1-.3-.1-.7-1.1-.6-1.3.1-1.6-.1-1.6-.3-.2 0-.6.2-1.1.3-.4.1-.8.1-1 .1-.2-.1-.4-.3-.7-.4l-.6.3-.5-.5h-.2c-.1.2-.1.3-.2.5h-1c.3.2.5.3.7.4.7.2.7.2-.2.4l-.4-.4h-1.7c-.5 0-1 0-1.4.1-.2 0-.5.1-.7.1-.1 0-.2-.1-.2-.1.1-.1.4-.1.5-.2.3-.1.5-.2.8-.3-1.3.1-3 .1-3.4-.2l-.1.7h-.4v-.7c-1.5.1-2.7.2-4 .3-.3 0-.8.3-.8.4.3.5 0 .7-1.5 1-.1-.2-.3-.4-.4-.6h-1c.5-.2.8-.3 1.1-.4 1.3-.4 1.3-.4 0-.6h-.4c0 .2 0 .3-.1.6-1.2-.5 1-.9.3-1.4-.4.1-.9.2-1.4.3.7.5-.2.7-1.2.8-.7-.2-3.1-.2-3.5 0-.2-.1-.3-.2-.4-.3H916v-.9c-.9.1-1.3.5-2.1.7.1-.2.6-.4.5-.5 0-.2-.5-.3-.7-.4-1.3.2-1.1.5-.4.7-.3.2-.6.5-1 .8-.6-.2-1.2-.3-1.9-.5-.3 0-.8.1-1.5.2 0-.3-.2-.6.1-.7.3-.2 1.1-.2 1.7-.3-.5-.1-1-.2-1.5-.1-.2 0-.4.3-.5.4-.1.3-.2.5-1.2.5-.2 0-.4.1-.6.2-.4.1-.7.2-1.1.3-.4-.3-.6-.4-.8-.6h-1.2c-.1.2-.1.4-.2.7-.7-.7-1.2-.7-2.9-.5-.8.1-1.3.1-1.6-.3-.2-.2-.4-.4-1.1-.3-.1.2-.2.4-.3.7-1.1-.5-2-.1-3.3-.1.4.1.5.2.5.2 0 .1 0 .3-.2.4-.1.1-.5.1-.8.1l-.3-.3-.2-.2c-1.3-.6-1.4-.8-.7-1.2-.6-.1-1.3-.1-2.2-.2.3.3.5.5.7.8-.1.1-.4.2-.6.3-.6-.1-1.3-.3-1.9.1l-.3-.6c-.3.5-1.1.5-1.9.4-.1.1-.1.3-.3.3h-.9c.1-.1.1-.3.3-.4.1 0 .2-.1.3-.1l.3-.6h.1c-.1-.1-.3-.2-.6-.3-.1.1-.3.2-.5.4-.1-.2-.1-.3-.2-.4-2.6.2-1.3 1-2.1 1.5l-.6-1.5c-.4.2-.8.3-1 .5-.1.1-.1.3.1.4 1 .3.3.4-.4.6-.5-.3-1-.5-1.5-.8-1.1.2-2.1.4-3.2.6l-.2-.1c-.4.1-.7.2-1.3.4.3-.5.6-.8.7-1.1-.3-.2-.5-.3-.8-.5l-.3.1c.2.1.4.3.6.5-.2.1-.5.3-.8.5-.3-.1-.5-.2-.8-.3-.4.5-.4.5-1.1.6.2-.2.3-.3.4-.5-.9-.3-.9-.3 1.1-.7-.6-.1-1.3-.2-2-.3-.9.2-2.1.4-1.4 1-.6 0-1.1.1-1.6.1.1-.2.3-.4.3-.5-.3-.2-.6-.3-.8-.4.3-.1.6-.1 1.1-.2H868c0 .1 0 .3.1.4.4.4.2.5-.9.7-.3 0-.5.2-.7.3l-.3.3c-.2-.4-.4-.6-.5-.8 0-.1.2-.2.3-.3s.4-.3.4-.4c0-.2-.3-.3-.5-.5-.8.4-.3 1.2-2.3 1.2-.3-.1-.6-.2-.9-.4 0 .1 0 .3-.1.3-.8.1-1.4.2-2.1.2-.6 0-1.2-.1-1.8-.1-.1 0 0-.2 0-.4.3 0 .5 0 .7.1-.1-.3-.1-.6-.2-.8h-.7c-1.3 0-1.9.3-1.7.8 0 .1-.3.3-.6.4-.1 0-.6-.1-.7-.1-1.2.2-2.4.1-3.6.1-.3 0-.6 0-.9-.1-.5.2-2.4.3-3.1.1.4-.2.4-.2 3.1-.1-.1 0-.2 0-.3-.1-.1 0 0-.3.1-.3h1.4c.5 0 1.1.1 1.9.1-.6-.4-1-.7-1.4-1-.4.2-.7.4-.9.5-.7 0-1.2.1-1.6.1s-.7-.2-1.1-.4c-.2.3-.4.5-.5.7h-.3c-.1-.2-.1-.3-.2-.5-.6 0-1.1 0-1.7.1-.3-.2-.8-.2-1.3 0l-2.1.7c-.1-.3-.1-.5-.1-.8-1.2.3-1.6.3-2.6.1h-.1c-.4.4-.7.6-.9.8-2.2 0-2.4-.1-1.8-.7.9.4 1.6 0 2.6-.1-.3-.1-.7-.1-1.4-.1-.3-.2-.7-.2-1.7.2-1.1-.4-2.2-.4-3-.2.5 0 .8.1 1.7.5h-3.1l-.2.1c.3 0 .7.1 1.1.2-.2.1-.3.2-.5.3-1.8-.4-1.8-.5-.1-.9.4-.1.7-.1 1-.2-1.3-.2-2.3-.3-3.3-.4-.2.1-.4.3-.6.4-.3-.1-.4-.2-.5-.3-.7.1-1.3.2-1.8.3-.3-.3-.6-.5-.8-.7h-.4c0 .2-.1.4-.1.5-.9.2-1.8.3-2.8.5v-.8c-.7.4-1.2.6-1.7.9v-.4l-.3-.1c-.4.2-.6.4-1.1.5-.9.2-1.5 0-1.2-.4 1.1.2 1.1.2 1.5-.4-.9-.2-1.7-.3-2.8-.5l-.1-.2c.5 0 1-.1 1.5-.1-.3-.6-.4-.6 1.1-.5.3 0 .7-.1.8-.1.6.1 1.1.1 1.6.2.1-.2.1-.4.2-.5-1.8 0-.7-.5-.8-.8-1.1.2-.4.5-.4.8-.4 0-1.1 0-1.1-.1-.1-.2-.1-.5-.1-.8-.1 0-.4-.2-.6-.2-.4.1-.7.2-1.2.3.4 0 .7.1.9.1s.1.6-.2.7c-.1-.1-.2-.1-.4-.2-.3.1-.5.3-.7.3.1.2.3.4.1.5-.3.1-.8.1-1.3.2.1.1.4.3.4.4 0 .1-.4.4-.6.4-1 0-2.1-.1-3.1-.1-.8 0-1.9 0-2.3.1-.8.3-1.5.2-2.1.2-.2-.2-.3-.3-.5-.4-.4-.2-.4-.4.3-.5.9-.2.6-.5.3-.8l-.6.5h-.1c.1-.2.2-.5.3-.7-1.1 0-1 .8-2.5.5-.1.3-.3.5-.4.7.6-.1 1.3-.3 1.6-.2.4.1.5.4.8.6-1.4.1-1.1-.2-1-.5-.6.4-1 .6-1.4.8-.1-.1-.2-.2-.3-.2-.9 0-.7-.2-.6-.4.2-.2.3-.5.5-.7.1-.1 0-.3 0-.4h-.3c0 .2-.1.3-.1.5-.7 0-1.3 0-1.9-.1v.5c-.8-1-1.3-1.2-2.3-1.2.6.5.4.8-.7.9-.5 0-1.1-.1-1.6-.1-1.1 0-1.5-.2-1.3-.6 0 0-.1-.1-.2-.1-.6.2-1.2.3-1.8.5-.2-.5-.5-.9-.7-1.4-.3-.1-.6-.1-.9-.2-.3.1-.6.2-.9.2.3 0 .7 0 .9.1.2 0 .5.1.6.2.1.1-.2.2-.3.2-.2 0-.5-.1-.8-.1-.1 0-.1-.1-.2-.1-.5.4-.5.4 1.6 1-.2.1-.3.3-.6.5h.1c0-.1.3-.1.4-.2.1 0 .4 0 .4.1.1 0 .1.1.1.1h6.2c.1.1 1.2.3 0 .6-.2-.1-.3-.3-.6-.5-.1.3-.1.4-.2.7-.4-.3-.8-.3-1.5-.1-.3.1-1.1 0-1.7 0-1.6-.2-2.6-.1-3.1.5-.8-.4-.9-.5 0-.7v-.2c-.2-.1-.3-.2-.5-.2 0 .2-.1.3-.1.5h-.5c-.1-.1-.2-.3-.4-.5-.4.1-.8.1-1.2.2-.4-.3-.8-.5.1-.8.2-.1.1-.2-.1-.3-.3.1-.6.3-1 .5 0-.3-.1-.6-.1-.8h.2c-.1-.1-.1-.2-.1-.3-.2.1-.4.2-.6.2.1-.3.2-.5.3-.8-.6-.1-1.2-.2-1.9-.4.3.3.5.4.8.7-.4-.1-.7-.2-.9-.2-.1.2-.3.3-.4.5-.9-.2-1.8-.2-2.4.2-.2-.1-.3-.1-.4-.2-.1 0-.2.1-.2.1.2.5.4.9-1 1.2l.2.1c.5-.1 1-.1 1.4-.2.4.3.1.4-1 .6-.3.2-.5.4-.9.7-.2-.5-.1-.8-.4-1.1-.3-.3-.9-.5-1.5-.8 1.5.2 2 .1 2.3-.5.1-.1.2-.2.4-.3v-.4c-.4 0-.7 0-.9.2.1.3.2.5.1.7 0 0-.4.1-.6.1-.2-.1-.3-.3-.4-.4h-2.7l-.2-.1c.5-.2 1-.3 1.6-.6-.8.1-1.4.1-1.9.2-.4.1-.8.2-1.1.4l.2.1c-.4 0-.9.1-1.3.1.2.1.5.1.8.2.4-.1.8-.3 1.2-.4l.4.1c-.3.4-.6.7-.9 1.1-1.8-.7-1.2.1-2.1.4-.3-.2-.6-.4-.9-.5-.1-.1-.1-.2-.1-.4 0-.1.1-.2.1-.4h-1.2c.4-.2.7-.5 1.2-.8-.2-.1-.5-.3-.9-.5-.2.2-.4.3-.8.6.3.2 0 .4-.9.4 0 0-.1 0-.1-.1 0-.3.1-.7 0-1 0-.2-.1-.4-.1-.5.3 0 .6 0 1-.1.2-.3.3-.7.5-1 .7.1 1.2.1 1.8.2 0-.2 0-.3-.1-.4l.3-.1.5.5c.3 0 .6-.1 1-.2.3.1.5.3.9.5-2.1 0-4.5-.1-4.1 1 0-.1.3-.2.7-.2.9 0 1.5-.1 1.8-.5.1-.1.4-.1.6-.1.2 0 .4.1.5.2s0 .2-.1.3l.3.1c.5-.1 1-.3 1.8-.5-.7 0-1-.1-1.4-.1.1-.2.2-.3.4-.4.6-.2 1.3 0 2 .1v-.4c.8.2 1.5.3 2.3.5-.3.1-.7.2-1 .1-1-.1-1.3.1-1.1.5h1.9c0-.1.1-.2.1-.3.3.1.7.2 1.1.3 0-.1.2-.2.2-.2-.7-.3.1-.7-.2-1.1 1.2-.1 1.6.3 2.3.7.6-.2 1.1-.4 1.7-.7l-.2-.1c-.2 0-.5 0-.7.1-.9.2-1.1 0-.9-.3.1-.2 0-.3-.1-.5-.1-.3-.2-.5-.3-.8h.3c.3.4.5.8.8 1.2.8-.2 1.2-.3 1.7-.4.5.2 1.1.3 1.7.5-.5.1-.8.2-1.1.3-.2-.1-.3-.2-.5-.2.1.3 1.1.6-.1.9h1c.7-.1 1.3-.1 1 .3 0 .1.5.2.8.2.2 0 .6-.1 1.1-.1-.4.2-.6.4-.9.6l.2.1c.3-.1.7-.1 1-.2.3.3.7.4 1.3 0-1.4.1-1.3-.2-1.4-.5-.6 0-1.1-.1-1.7-.1v-.1c.6-.1 1.2-.2 1.7-.3 1.6 0 2.5.2 2.2.9.4 0 .8 0 1.3.1-.1-.4-.1-.8-.2-1.3l.4-.1.5.5c.1-.1.3-.2.6-.3.1.1.2.3.3.5.6-.1 1-.2 1.6-.3.5.1 1.3.1 1.9.2.2 0 .3.2.3.3-.1.1-.4.2-.6.4-.2-.1-.3-.3-.4-.3-1.7.1-1.8.1-1.2.6.4-.1.7-.2 1-.3 1.6.2-.8.6.1.8.3-.1.6-.3 1.1-.5 0 .4.2.7-.1.8-.5.2-1.4.2-2.1.2v.1c.5 0 1 .1 1.6.1 0 .1.1.2.1.4 1-.1 1.1-.3 1-.6-.1-.3-.1-.6-.2-.8.7-.1 1.4 0 1.5-.1.4-.3 1.1-.6 0-.9.5 0 .9.1 1.6.1-.6-.2-1.1-.4-1.8-.6h1c1-.1 1.2-.1 1 .4-.1.3-.7.8.7 1 .4-.2.8-.3 1-.4-.4-.2-1-.4-.9-.6s.8-.3 1.3-.4c.2-.1.5-.1.8-.1 1.1-.1 1.5-.5.8-.9-.5-.2-.4-.6.3-.8.9.6.4 1.3.4 1.9-.1 0-.3.1-.6.1.1.1.2.2.2.3.2-.1.5-.1.8-.2.1.2.2.4.3.5.3-.3.5-.6.8-1h.4c0 .2.1.3.1.5.5-.1.8-.2 1.2-.2.2.1.3.2.5.3.4-.1.7-.1 1-.2-.2-.1-.4-.2-.7-.3 1.2 0 1.8.2 1.7.7.7-.5 1.2 0 1.9-.1-.3-.1-.9-.3-1.7-.5h1.2c.5 0 1.3.1 1.4-.2.5.1.9.3 1.4.4.1 0 .3-.2.6-.2.7 0 .8-.1.7-.3-.1-.1-.1-.2-.1-.3 1.4 0 .9.4 1 .7l1.5-.9.4.1c-.1.3-.3.7-.4 1-.5 0-.8 0-1.2.1v.1c.4 0 .9-.1 1.3 0 .6 0 1.1.1 1.6.2.1 0-.1.2-.3.5.4-.2.8-.3.8-.3-.3-.2-.7-.4-1.2-.7.3-.1.8-.2 1.2-.3.1.1.2.2.4.3.2-.1.5-.1.7-.2.1.2.3.4.4.5 1.5-.1 1-.6 1.2-.9l.7.5.3-.1c0-.2.1-.4.1-.5-.3-.1-.7-.2-.7-.4 0-.1.5-.3.7-.3.5.1.9.2 1.5.4 0 0 .2 0 .5-.1.4.4.8.7 1.2 1.1h.3l-.3-.6c-.3-.3-.6-.7-.8-1l.2-.2.6.3c.2-.4.4-.6.6-.9.2.4.8.5 1.6.3v1c-.4-.2-.7-.4-1-.6-.8.5-.3.6.9.7-.9.3-.3.5.1.8h-.1c.2.1.5.3.6.4.1.2 0 .5-.1.7.2-.2.3-.5.7-.6.8-.1.7-.3.5-.5-.1-.2 0-.3-.1-.5 1.1 0 .5-.3.4-.4-.1-.3-.3-.6-.4-.9h.9c-.1.2-.1.4-.2.5h.4c.2-.3.3-.6.5-1 .4.4.7.6 1 .9.1 0 .2-.1.4-.2.2.1.3.2.5.3.5-.2.9-.4 1.2-.6.3.2.6.4 1 .7-.5.1-.9.3-1.5.4-.1 0-.4-.1-.7-.1-.5.3-.9.5-1.3.7.7 0 1.3 0 1.6.1.6.2 1.1.5 1.7.8-.2.2-.5.4-.7.6.2.1.5.2.7.3h.3c-.1-.2-.1-.4-.2-.6.4-.1.8-.3 1.3-.4l.1.1c.3-.1.5-.1.8-.2-.4-.1-.7-.1-1-.2-.5-.1-.9-.3-1.3-.4-.2-.1-.5-.1-.7-.2.3-.1.5-.2.8-.2 1.1-.1 1.9-.3 1.6-.8-.1-.1.2-.3.3-.4.3.1.6.2.8.3l-.6.3.2.1c.5-.1 1.1-.1 1.7-.2 0 .1 0 .2-.1.2-.1.1-.2.1-.3.2.5 0 .9 0 1.2-.1v.6c.3-.1.5-.2.6-.3.5-.3 1-.3 1.6 0 .7.3 1.4.5 2.2.8-.3.3-.1.5 1.1.5.5 0 1.2-.1 1.4-.3.2-.1-.2-.4-.3-.6-.1-.1-.2-.3-.3-.4v-.4c-.8 0-1-.2-.5-.7.4.3.9.6.9.9.2.5.1.5 1.3.7-.2-.5-.3-.9-.5-1.4l.9.6.6-.2c-.3.3-1.1.7-.3 1 1-.3 1.9-.5 2.9-.8 0-.2.1-.3.1-.6.7.2 1.1.3 1.6.4.1-.3.2-.5.3-.8h.4c-.1.1-.2.2-.1.3.1.1.3.2.6.3.4.1.9.1 1.3.1v.1c-.5 0-1.1 0-1.4.1-.3.1-.3.4-.4.6-.4-.2-.6-.3-1.1-.6-.1.6-.2 1-.3 1.6.7-.3 1.5-.5 1.8-.7.3-.3.6-.4 1.4-.4h.8c-.1-.5-.2-.9-.3-1.4h.2c.3.2.7.5 1.1.8.7-.4 0-.9 1-1 .2.3.6.5.6.8 0 .2.4.3.8.5-.1-.3-.1-.6-.1-.9 1.3.1 1.4.6.3 1 0 0 .1 0 .1.1-.1.1-.2.3-.4.5.8-.2 1.4-.4 2.1-.6.7.6.7.6 1 .5-.1-.2-.1-.4-.2-.7.7 0 1.1.1 1.8.1-.9-.6-2.1-.1-3.2-.3.2-.3.4-.5.7-.8.5.2.9.3 1.3.4.6-.3 1.2-.6 2-.9.4.4.7.6 1.1.9.2 0 .4-.1.6-.1.3.2.5.3.8.4-.1-.4-.1-.7-.1-1.1.6-.1 1.1-.1 1.5-.2l.2.1c-.4.2-.8.3-1.5.6 1 0 1.6.2 1.9.6l1.8-1.2c1.1.4 1.1.4 1 .6.3 0 .6 0 1.1.1-.3-.2-.5-.3-.7-.5-.1 0-.2.1-.3.1-.7-.3-1.1-.6.3-.8.1.1.3.1.5.3.1-.2.1-.4.2-.6h-.8c-.1-.3-.1-.6-.2-.9.6.2 1.1.3 1.4.4.2.1.3.2.3.3.1.3 0 .6-.2.8-.1.1-.4.2-.7.2.5 0 .8 0 .6.3 0 .1.1.2.2.2.4.3 1.2.3 2.4-.2-.2.3 1.5.3.5.8-.2.1.2.4.3.6.4-.2 1-.4 1-.6 0-.3.5-.4.9-.5.6-.1 1.1-.2 1.9-.4.1 0 .5.1 1 .2-.4.1-.5.1-.6.1.2.5.5 1 .7 1.6-.2 0-.6.1-.8.1.2.2.4.5.6.8l.6-.9c.3.1.6.2.8.3l.3-.1c-.4-.2-.7-.4-1.2-.6.2-.2.5-.4.8-.6.4.3.7.4 1 .6.4 0 .8-.1 1.2-.1v-.3c.2-.1.3-.2.5-.3.2-.1.4-.2.7-.3-.1-.2-.1-.4-.2-.8.7.2 1.1.2 1.3.3v1.3h-.4l-.9.1c0 .1 0 .1.1.1h2v.4h.1c.1-.2.1-.5.2-.8-1.9-.4.7-.5.3-.8 2.6.1.3.6.6.9h.9c.7-.3 1.5-.6 1.1-1.1.3.2.5.4.7.6-.1 0-.2.1-.3.2h1l.2-.4c.3.1.5.2.7.3.3-.2.9-.5.8-.5-.8-.3.1-.5.3-.7-.6-.1-1.1-.2-1.8-.3.2-.1.3-.2.5-.3.2.1.4.1.7.2.4.1.7.1 1.1.1.3 0 .5 0 .8-.1-.1.2-.4.2-.4.3-.1.1.2.3.2.3 1-.1 1.5.1 2.1.4.8.4.5.6.1.9-.1-.1-.1-.2-.2-.2-.9.4-.9.4 1.2.6.4-.4.9-.7 1.3-1.1h.3c.1.1.1.3.2.4.4-.1.6-.2.9-.2 0 0-.1 0-.1-.1 0 0-.1 0-.1.1h-.3v-.8c.5.1.9.1 1.4.2l-.6.3h.4c.3-.2.6-.4 1-.6-.2-.2-.3-.5-.5-.8-1 0-1.4.2-1.8.6-.3-.2-.4-.4-.7-.4-1.5-.2-3-.3-4.6-.2-.5 0-1.1-.1-1.6-.1v-.1c.2 0 .4-.1.5-.1.9-.5 1.9-.3 3-.1.551.092 1.248.165 1.518-.13l-.217.029c-1.1.2-.9-.1-.6-.3l.9-.4h1.1c.269.359.207.477-.963.642.353.105.697.259.962.259 1.1-.1 2.2-.2 3.1-.3.3.1.7.4 1 .4.7 0 .8 0 .6.3-.1.1-.3.2-.2.2.8.4-.2.6-.7.8.1.2.2.3.4.5.2-.1.4-.2.6-.2.1.1.2.1.2.2l.3.6c.7-.2 1.2-.3 1.7-.4.5.6 1.4 0 2.4.2-.3-.2-.5-.3-.7-.4.2-.2.5-.3.6-.5.2-.3.9-.6 0-.8-1-.3-.4-.5.1-.8.6.5 1.7.2 2.4.3.1 0 .4-.2.7-.3l-.2-.1c-.3.1-.7.1-1.1.2 0-.3.1-.6.1-1-.6.2-1 .3-1.4.4-.6-.4-1.2-.7-1.8-1.1.6-.1 1-.2 1.4-.3 0-.5 0-.5 1.3-.6.1 0 .2-.1.3-.1.6-.2 1.2-.3 2-.6 0 .3.1.5 0 .7-.1.1-.3.3-.5.4l-.9-.3c-1.1.2-1.1.5 0 .8.4.1 1 .3 1 .5-.3.5.4.5 1.6.5-.5.3-.8.5-1.2.7.7.1.8.3.7.4 0 0 .1 0 .1-.1.2-.1.5-.2.8-.2.2 0 .5.1.6.3.5.1.7.4.9.7-.3.1-.8.2-1.3.4-.6-.2-.9-.6-2.1-.2l-.1-.1.4-.5c.1 0 .1-.1.2-.1-.9 0-1.7-.1-2.7-.2 0 .3-.3.7 0 1 .4.4.4.6-.7.7.1.1.3.2.4.3-1 .2-1.1.3-.2.6.3-.3.6-.5.8-.7 1.6 0 2.6-.3 3.6-.6.8.3.8.3-.3.6l1 .6.3-.1c-.1-.1-.4-.3-.3-.4.5-.3 1.1-.7 1.9-.8 1.3-.1 1-.4 1-.7-.5-.2-1.1-.3-1.5-.5-.1 0 0-.3.2-.3 1-.2.8.1.9.3.8-.4 2.2-.5 3.3-.4-.1.3-.2.6-.4.9-.1.2-.5.4-.7.4-1.7 0-2 .5-2.6 1 .4 0 .8.1 1.1.1.2-.6 1.6-.6 2.4-.9l.3.1c-.1.2-.1.3-.2.5.8.1 1.5.1 2.6.2-.5.2-.9.4-1.4.6 1.2-.1 2.3-.2 2-.9.7.2 1.6-.4 1.7.2.857-.095-.276-.643.997-.695-.157-.138-.279-.223-.197-.305.5-.4-.1-.5-1-.5-.3 0-.5-.1-.8-.1-.1.1-.1.3-.2.5.4 0 .7-.1.9-.1.3 0 .6.1.9.2-.2.1-.4.3-.6.3-.8 0-1.7 0-1.9-.4 0-.1-.1-.2-.2-.2-1.8-.3-.6-.6 0-.7 1.2 0 2.1 0 3.5.1.747.28.188.735-.215 1.201h.014c-.1.1-.2.3-.4.4.4 0 .8.1.9.1.2-.4.5-.8.6-1.1.7 0 1.2-.1 1.8-.1.5.4-.5.5-.9.8l-.6-.3c-.1.1 0 .3.1.3.8.2.4.5.1.6-1.4.3-.8.9-1.4 1.3.4-.1.8-.3 1-.5s.2-.6.6-.7c.8-.3 1.4-.5 1.8-.9.3-.3.2-.8-.6-1H938c-.3 0-.7.1-.8 0-.2-.1-.3-.3-.2-.4.1-.2.5-.3.8-.5 1.4.7 3 0 4.6.2.2 0 .4-.2.7-.2.2 0 .3-.1.5-.1-.7-.1-1.3-.2-1.9.1-.3.1-1.1.1-1.6.1-.3-.1-.6-.3-.6-.5 0-.3.3-.6.4-.9h-.1c-.2.2-.5.3-.8.5-.1-.2-.2-.2-.3-.4-.3.2-.3.2-3.6.6.7-.2 1.2-.4 1.7-.6.3 0 .8.1 1.5.1-.8-.4-1.3-.6-2.1-1 .6.1.8.1 1.1.1l-.3-.3.2-.1c.3.1.5.2.6.2.7 0 1.2-.1 1.7-.1.2-.2.2-.5.5-.7.1 0 .1-.1.2-.1-.086.431.499.713 1.43.846-.029-.096.013-.221-.029-.347.9.1 1.7.1 1.9.5.2.3.8.2 1.4.1h.2c.1 0 .3-.1.5-.1s.5-.1.8-.1c.2.2.4.3.6.5.2.1.6.2.8.2.3 0 .6-.2.6-.3.2-.5.3-1 .4-1.6-.7-.3-1.6-.2-2.4 0-.3-.1-.6-.2-.8-.2-.9.1-2-.3-2.9.1h-.5c-1.5-.3-1.8-.2-2 .3-.1-.1-.4-.2-.7-.3-.1.1-.2.1-.2.2l-3-.3s-.1.1-.1.2c-.2-.2-.4-.3-.6-.5-.2.1-.3.2-.5.2-1.5.1-2.9.1-4.4.1-1.2 0-2.4-.3-3.4-.1-2.5.3-5-.3-7.5.2h-.4c-.7 0-1.4-.1-2.1-.1-.7 0-1.7.2-2 .1-.6-.2-1.2-.1-1.7-.1-.7 0-1.4.1-2.2 0-.8-.1-1.7-.1-2.5-.1-1.2.1-2.2.1-3.3-.1-.3 0-.8.1-1.2.1-.6.1-1.2.2-1.8.1-1.4-.1-2.8-.3-4.3-.1-.5 0-1.2.1-1.5 0-.8-.2-1.4-.1-2 .1-1.3-.5-2.6 0-3.9-.1-.7-.4-1.7-.5-2.7 0-.6-.2-1.7-.2-2.2 0-1.1 0-1.9-.1-2.7 0-1.3.1-1.8.1-2.4-.4-1.6.5-3.3.4-4.7.1-1 .1-1.8.2-2.6.3-1.5-.2-3-.2-4.5-.3-1 0-2.1.3-3.1 0h-.7c-.7 0-1.3.1-2 .1-1.3 0-2.5 0-3.8.1-.9 0-2 .1-2.8 0-.7-.1-1 0-1.4.1-.5-.1-1.1-.2-1.3-.3-.5.1-.7.1-1 .1-1.2 0-2.2-.3-3.5-.1-.7.1-1.8 0-2.7 0-1.4 0-2.7-.1-4.3-.2h-1.3c-1.4 0-2.9-.2-4.1-.1-1.5.2-2.6.2-3.8-.2-.5.1-1 .1-1.5.1h-1.9c-.5 0-1 .1-1.5 0-.8-.1-1.5-.3-2.3-.3-1.8 0-3.5.1-5.4.1 0 0-.1-.1-.1-.2-.8.1-1.6 0-2.2.2-.9.2-1.5-.1-2.2-.2h-.6c-1.2 0-2.3.1-3.5.1s-2.5 0-3.7-.1c-.9 0-1.8-.2-2.7-.3-.6.4-2.5.5-3.7.1-.9.5-1.2 0-1.9-.2.1.1.1.2.1.2-1-.1-2-.2-3.1-.1-.7.1-1.4.2-2.2.1-.8 0-1.5-.2-2.3-.2h-3.8c-.3 0-.6 0-.8.1h-.8c-.8 0-1.6-.1-2.4-.1-1.6 0-3.3.3-4.3-.4-.3.1-.6.2-.9.2-1.2 0-2.4 0-3.9.1-.5-.1-1.4-.3-2.4-.1-.3 0-.5.1-.8.1h-3.7c-.7-.3-.7-.3-2-.2-.4 0-.8-.1-1.2-.2-.5 0-.9-.1-1.4-.1s-1.2.1-1.4.1c-.6-.3-1.2-.2-1.9-.1h-.3c-1.5-.4-3.2-.4-5-.3-2.1.1-4.3.2-6.3-.2-.2 0-.7-.1-.8 0-.7.2-1.4.3-2.1.5-.1-.1-.3-.2-.4-.3-.1-.1-.5-.1-.7-.1-1.2-.1-2.5-.1-3.7-.2-2.6-.2-5.1-.1-7.6 0-.2 0-.4.1-.6.2 0-.1 0-.3-.1-.3-.5 0-.9 0-1.1.1-.6.3-1.2-.1-1.6 0-1.2.3-2.4.1-3.7 0-.4 0-.9-.1-1.2 0-.7.2-1.5.1-2.2 0-.6-.1-1.2-.2-1.9 0-.2.1-.8-.1-1.1-.1-.8.1-1.6.1-2.5.2-.1-.2-.2-.3-.2-.3-.9 0-1.8-.1-2.6-.1-.4 0-.9-.1-1.1 0-.6.2-1.4.2-2.2.1-.4 0-.7-.2-1-.2-1 0-1.9.1-2.8.1-.6 0-1.4.1-1.7 0-.8-.3-1.6-.3-2.5-.2-.9 0-1.7.1-2.2-.3-.7.1-1.3.2-2 .2-1.7 0-3.3-.1-5 0-.7 0-1.2 0-1.7-.2-.4-.2-1.1-.3-1.6-.1-.6.3-1.3.2-2 .1-.9-.1-1.8-.3-2.6 0h-4c-1 0-2.2.1-3-.1-1.6-.4-3.2-.1-4.7-.3-.6-.1-1.4 0-2.1 0-1 0-1.8-.1-2.3-.3-.4.1-.7.2-1.1.2h-3.3c-1.3 0-2.5-.1-3.8-.1l-1.4-.1c-.6 0-1-.1-1.5-.1h-3.4c-.5.1-.9 0-1.6-.1-1.4-.2-3-.3-4.4 0-.2 0-.5 0-.8-.1-.2 0-.4-.1-.6-.1h-7.3c-.8 0-1.7-.2-2.7-.3-.4 0-1 0-1.6-.1H632c-.3 0-.8 0-1-.1-.5-.2-1-.2-1.6-.1-1.2 0-2.4 0-3.5-.1H623c-.5 0-1-.1-1.4-.1-1 .1-1.9.2-2.5-.2-.5.1-1 .1-1.4.1-.6 0-1.2-.1-1.8-.1-1.2-.1-2.5 0-3.6-.2-1.2-.2-2.1.1-3.3 0-.9-.1-1.9 0-2.8.1h-.4c-.8 0-1.6-.1-2.4-.1-.6 0-1.1-.1-1.7-.2v-.1c-1.1.1-2.2.3-3.4.4 0-.2-.1-.3-.1-.4-1.9-.1-3.8-.2-5.7-.1-1.6.1-3.2 0-4.8 0h-.2c-1-.4-2.1-.4-3.3-.2H582c-1 .1-2.7 0-3.3-.3-.5 0-.8.1-1.2.1-.5 0-1-.1-1.5-.1-1.4 0-2.7.1-4.1 0-.7-.1-1.5-.3-2.2 0h-.4c-.9-.4-2.2.1-3.2-.3-.6.3-1.5.1-2.2.1-1.3 0-2.6-.1-3.9-.1-.8 0-1.6-.2-2.4-.2-.3 0-.7.1-1.1.1-.2 0-.5.1-.7.1l-3-.3s-.1.1-.3.2c0-.7-.8-.2-1.3-.3-2-.3-4.2-.5-6.1-.3-2.2.2-4.3-.4-6.4-.2-.4 0-.9-.1-1.4-.2-.2 0-.5-.1-.8-.1-2.9.3-5.7-.1-8.5-.5h-.2c0 .1 0 .2-.1.3-.7-.1-1.4-.1-2.2-.2-.3 0-.8.1-1.1.1-1.1-.2-2.1-.1-3.2 0-1.4.1-3-.2-4.5-.3-.8-.1-1.6-.1-2.4-.2-.5-.1-1-.2-1.5-.2-.3 0-.6 0-.9.1-.4.1-.9.2-1 .2-.7-.4-1.5-.1-2.3-.1-.1-.2-.1-.3-.2-.5-.2.1-.5.1-.5.2-.3.4-1.2.3-1.9.2-.6 0-1.4-.1-1.9-.1-.9.2-1.3 0-1.8-.2-.1 0-.2-.1-.2-.1l-.4.2c-1-.1-1.8-.2-2.6-.3-.7 0-1.5.1-2.2.1h-2.7c-1.3-.1-2.5-.3-3.8-.2h-.8c-1.2 0-2.4-.1-3.6-.1-2.3-.1-4.4-.9-6.7-.9-3 0-6 .7-9.1.6-4.9-.2-9.7-1-14.5-1.4-4.7-.6-9.4.4-14.1-.5-.4-.1-1-.1-1.3 0-1.1.2-2.1.5-3.1.8-.2-.1-.4-.3-.6-.4-.1-.1-.7-.2-1.1-.2l-5.7-.3c-3.9-.3-7.7-.1-11.6-.1-.3 0-.6.2-.8.2 0-.2-.1-.4-.1-.5-.7 0-1.4 0-1.7.1-.9.4-1.9-.1-2.5 0-1.9.4-3.7.2-5.6.1-.6 0-1.4-.1-1.8 0-1.1.3-2.2.2-3.4 0-.9-.1-1.8-.4-2.8 0-.2.1-1.1-.1-1.6-.1-1.2.1-2.5.2-3.8.3-.1-.3-.2-.5-.3-.5-1.4-.1-2.7-.1-3.9-.2-.6 0-1.3-.1-1.6 0-1 .3-2.1.3-3.3.2-.5 0-1.1-.3-1.6-.3-1.4 0-2.9.1-4.3.1-.9 0-2.2.2-2.6 0-1.2-.5-2.4-.4-3.7-.4-1.3.1-2.6.1-3.3-.4-1.1.1-2 .3-3 .3-2.5 0-5.1-.1-7.6 0-1.1 0-1.8 0-2.6-.3-.6-.2-1.6-.5-2.4-.1-.9.4-2 .2-3 .1-1.4-.1-2.7-.5-4 0-.1.1-.5 0-.8 0h-5.3c-1.5 0-3.4.1-4.5-.2-2.4-.6-4.8-.1-7.2-.4-1-.1-2.1-.1-3.1 0-1.5 0-2.8-.1-3.5-.5-.6.1-1.1.3-1.6.3H316c-1.9 0-3.8-.1-5.7-.2l-2.1-.1c-.8-.1-1.6-.1-2.3-.1h-5.2c-.8.1-1.4 0-2.5-.2-2.1-.3-4.6-.5-6.7.1-.2.1-.8-.1-1.2-.1-.3 0-.6-.2-.9-.2-1.6 0-3.1-.1-4.7-.1h-.9l-1.3.6-.7-.2.7-.4h-4c.2.1.3.3.6.5-1.3-.2-2.1-.3-2.8-.3l-.1-.2h.4c-.7-.1-1.5-.2-2.4-.3-.5 0-1.1 0-1.8-.1l-.9.9c-.6-.3-1.2-.5-1.7-.8.7 0 1.4-.1 2.2-.2h-8.1c-.5 0-1.2 0-1.5-.2-.8-.3-1.5-.2-2.5-.2-1.8.1-3.6-.1-5.4-.1h-1.3c.7 0 1.5 0 2.1.1.4.1.5.4.9.7-1.3-.2-2.2-.4-3-.6v-.2H250c-.7 0-1.5-.2-2.1-.2-1.5.1-2.9.3-3.8-.3-.8.1-1.5.2-2.1.2-.9 0-1.8-.1-2.7-.2-1.8-.1-3.9 0-5.5-.3-.9-.2-1.7-.1-2.4-.1.3.4.7.7 1.1 1.3-2-.4-1.7-.8-1.8-1.2-.4 0-.8.1-1.3 0l.9.9c-1.3-.3-2.2-.5-3.4-.7.5-.1 1-.2 1.3-.2-1.2 0-2.5.1-3.8.1-.2 0-.4 0-.7-.1-1.2-.1-2.5-.1-3.7-.2-.5 0-.9-.1-1.4-.1.1.2.1.3.2.5h-.5l-1.4-.6v-.1c-1.4.2-2.9.4-4.4.6 0-.2-.1-.4-.1-.7-2.3-.1-4.4-.2-6.6-.2.1.1.1.2.2.2-.7.1-1.3.1-2 .2-.1 0-.3-.1-.4-.2-.6.2-1.1.3-1.8.5 0-.3.4-.5.9-.7-1.8 0-3.5 0-5.3-.1l.5.2-.4.3c-.8-.1-1.7-.1-2.9-.2.3-.2.5-.3.7-.4-1.3-.3-2.8-.3-4.3-.1h-.1c-.3.2-.6.3-.9.4h-2.5c-.1-.1-.3-.2-.5-.4h-1.7c-.4.1-.9.2-1.5.3-.6-.2-1-.3-1.3-.5.2-.1.4-.1.6-.2-.1 0-.2-.1-.3-.1-.7 0-1.2.1-1.8.1-.8 0-1.6-.2-2.3-.2-2.1.1-4.2.2-6.3-.1-1-.1-2.1-.3-3.1-.1h.1l-.3.2c-2.4-.1-2.9-.1-2.9-.4-.9 0-1.8.1-2.6-.2-.8.4-1.9.2-2.9.1h-.4c-2-.1-3.9-.1-5.9-.2-1.2-.1-2.4-.3-3.6-.3-.5 0-1.1.1-1.6.1-.3 0-.7.1-1 .1-1.5-.1-3-.3-4.6-.5 0 0-.1.1-.5.3 0-1-1.2-.3-2-.4-3-.5-6.4-.7-9.2-.5-.5 0-1 .1-1.6.1-.5.1-1.1.2-1.7.4-.2-.1-.4-.2-.8-.5-1.9-.2-3.8-.4-5.7-.2-.6.1-1.4-.2-2.1-.3-.2 0-.4-.1-.6-.1l.3.7-.5.2-1.9-.6v-.1c-3.8.2-7.6-.3-11.3-.8h-.3c0 .1-.1.2-.1.4l-3.3-.3c-.5 0-1.2.2-1.7.1-1.7-.2-3.1-.2-4.8-.1-2.1.1-4.5-.2-6.8-.4-1.2-.1-2.5-.2-3.7-.4-.8-.1-1.5-.3-2.2-.4-.4 0-1 .1-1.4.1-.6.2-1.5.5-1.5.4-1.1-.6-2.3-.1-3.5-.1-.1-.2-.2-.4-.3-.7-.2.1-.4.1-.5.1l.3.1c-.3.3-.5.6-.9 1-.9-.2-1.5-.4-2.1-.6-.2 0-.4 0-.5-.1-.9-.1-1.9-.2-2.6-.1.1.1.1.2.2.4-.3-.2-.4-.3-.6-.3-.7.1-1.2.1-1.7 0-1.3.1-2.6.2-4.1-.2.3-.1.5-.1.8-.2-.9-.2-1.7-.3-2.5-.3-1.1 0-2.2.1-3.3.1H58c-1.1.1-2.1.1-3 .2-.4 0-1.1.1-1.2 0-.2-.1-.2-.2-.2-.3-.5 0-1-.1-1.5-.1-.6.2-1.2.4-2 .6-.1-.3-.1-.5-.2-.7h-1c-.4 0-.8-.1-1.2-.1-1.8-.1-3.7-.2-5.5-.2-.9 0-1.8-.1-2.7-.1l.1.1c-.9 0-1.6.1-2.3.1-1-.5-.6-.6 0-.6-.2-.1-.5-.1-.7-.2-1-.3-1.9-.6-3.1-.3-.4.1-1.1.1-1.7 0-1.8-.2-3.4-.2-5.1 0-1.3.3-4.2-.2-4.7-.5-1 0-1.7.1-2.4.1h-.3c.3 0 .7.1 1.1.1-1.1.3-1.9.5-3 .7-.1-.3-.1-.6-.2-.9h-.7c-1.6.1-3.7-.3-4.7-.8-.3-.1-1.3-.2-1.5-.1-1 .4-1.8.3-2.7-.1-.6-.2-6.4.049-7.6-.151V300h1920v-79.851c-3.672 1.275-14.851 4.932-15.1 4.351zm-715 22.5c.3.1.8.2.8.2-.2.3-.5.5-.7.7h-.4c0-.3.2-.5.3-.9zm-7.6.5c.3.3 1.2.6.1 1-1.3-.2-1.9-.6-1.6-1.3.3.2.5.4.8.6.2-.3.3-.6.5-.9h.4c.2.1.5.2.8.4-.4.1-.7.2-1 .2zm5.9.4c-.1-.2-.2-.3-.3-.5-.4 0-.7.1-1 .1.3.2.6.3.9.4-1 .3-1.6.1-2.4-.3 0 .4-.1.6-.1.8h-1c-.2 0-.5-.1-.6-.1-.1-.1.1-.2.2-.3 1.3-.2.4-.6.2-.7-1.2-.3-.6-.6 0-.8.4.3.8.5 1.1.7h.3c-.1-.3-.1-.6-.2-1 .5.2.8.4 1.3.5.5.1 1.2 0 1.9 0 .1.5-.1.8-.3 1.2zm-1.2-1.6c-.2-.1-.6-.2-.9-.4.5 0 1-.1 1.6-.1.3 0 .6.1 1.1.1-.8.2-1.2.3-1.8.4zm3.3 3.7c-.2.1-.6.1-.9.2l-.8-.7.5-.1.3.3c.3-.1.6-.1 1.1-.2 0 .2 0 .4-.2.5zm.1-.7h-.4c-.1-.2-.2-.3-.3-.6.5 0 .8.1 1.2.1l-.5.5zm2.4.1c-.5-.3-.9-.5-1.2-.6l.2-.1c.4 0 .8.1 1.3.1 0 .2-.1.4-.3.6zm.3-2c-.1-.1 0-.3.2-.4.3-.1.9-.2 1.2-.1.4.1.7.3 1.1.4.1-.1.2-.1.3-.2.6.2-.8.6.8.6-.2.2-.3.4-.6.7-1.1-.4-2.1-.7-3-1zm2.4 1.7c-.3 0-.8.1-1.3.2v-.9c.8.1 1.4.2 2.1.3.2 0 .6 0 .7-.1.6-.4.9-.1 1.5.1-1 .2-1.7.5-3 .4zm13.3-1.6c-.1.1-.2.3-.2.3h-2.6c.6-.6.6-.6 2.8-.3zm-4-.9c.4-.2 1.3-.2 2.1-.2 1 .7-1 .7-1.7 1.1-.5-.3-1-.6-.4-.9zm-2.4 2.8c-.2-.2-.5-.3-.7-.5-.2 0-.8-.1-1.3-.1v-.1l1.6-.3 1.1.9-.7.1zm.9-1.2h-.2c-.3-.2-.6-.3-.9-.5.4 0 .7-.1 1.1-.1v.6zm-1.7-2.9c-.2 0-.4-.1-.5-.2 0-.1.3-.2.5-.2h2.1c.3.4.6.7.8 1h-.3c-.2-.1-.5-.4-.8-.6h-1.8zm3 4.2c-1.1-.2-.9-.6-.8-1v.2c0 .1 0 .1.2.2l.9.5-.3.1zm3.1-.6c.2.2.3.4.5.6l-.3.1c-.7-.3-1.4-.3-2.4-.2-.1 0-.5-.1-.5-.2-.1-.3 0-.6-.1-.9h.3c.2.1.5.3.9.5.2-.2.2-.4.3-.5.1-.1.7-.2.7-.1.7.4 1.3.1 1.8-.1.8.4.4.7-1.2.8zm6.4-2c0 .4 1.9.4.8.9-1.3-.3-1.6-.5-.8-.9zm-.7-.5.2.2-1.2.2-.2-.3 1.2-.1zm2.9 3.6c-.7-.4-1.3-.7-1.9-1l.4-.2c.5.1 1.1.2 1.5.4.6.2.7.5 0 .8zm-3.3-1.4c-.5-.1-.9-.3-1.7-.5 1.6 0 3.1-.4 4.6 0 .2-.1.5-.2 1-.4v.6c.2.2.3.3.5.4-1.6 0-3 0-4.4-.1zm5.9-.1h-.4c.1-.2.2-.4.3-.7.4.2.7.3 1 .4l-.9.3zm2.2 2.2c-.6-.2-.9-.4-1.2-.5-.1-.1 0-.2.2-.3.4-.1.9-.2 1.6-.3-.2.4-.4.7-.6 1.1zm8.3-2.5c-.7 0-1.3 0-2.1-.1-.3.2-.6.4-1 .6l-.3-.1.3-.6h-.4l-.4.9h-.4v-.6l-.6.2c-.6 0-1 .1-1.4.1-.9-.1-1.7-.2-2.6-.3.1-.1.1-.3.3-.3.5-.1 1-.1 1.6-.1 1.1-.1 2.2-.2 3.3-.2 1.2 0 2.3.2 3.5 0 .1 0 .6.1.6.2.1.2-.2.3-.4.3zm4.9-2.2c.2 0 .6-.1 1.1-.1.1.2.1.3.2.5-2.3-.2-1.1.8-2.3.9-.1-.3-.2-.6-.2-.9 0-.2.1-.5 1.2-.4zm5.3 2.6c0-.2 0-.3.1-.6-2.4 0-4.9-.3-7.4.3 0 .1 0 .2-.1.3h-.2c-.1-.2-.2-.4-.3-.7-.3.1-.5.2-.7.3h-.3c.1-.1.1-.3.3-.4.2-.1.8-.1 1.1-.1.8 0 1.8 0 2.5-.1.7-.2 1.1-.2 1.3 0 1.3-.1 2.5-.2 3.6-.2.5 0 1.1.3 1.3.6.3.4-.1.6-1.2.6zm4.5-.7c.1-.3.1-.5.2-.8.5.2 1 .3 1.9.5-.8.1-1.3.2-2.1.3zm1.7-1.4c.3-.2.5-.4.7-.6h.4c.4.1.7.1 1.1.2-.5.1-.9.1-1.4.2-.1.2-.3.2-.8.2zm2.5 1.6c-.1-.3-1.4-.3-.8-.8.3.4 1.8.2.8.8zm11.4-2.6c-.4.2-.6.4-1 .6-.3-.2-.5-.3-.8-.5.6-.1 1-.1 1.8-.1zm-2.2 2.2c-.3-.1-.7-.1-1.3-.2v.7h-.2c-.1-.1-.2-.1-.2-.2.2-.3-.1-.4-.9-.3-1.4.1-1.5 0-1.4-.3.7 0 1.1-.1 1.6-.1.6 0 1.3-.1 1.7 0 1.1.2 1.7 0 2.4-.3.5.3.4.4-.3.5-.4 0-.9.1-1.4.2zm1.1.1c.8 0 1.3.1 1.8.1-.2.1-.4.3-.6.5-.4-.2-.7-.3-1.2-.6zm1.6 1.4-.8-.8c1.5.2 1.8.4.8.8zm5.8-2.9c.1 0-.3.2-.5.4-.4-.2-.9-.3-1.3-.5-.1 0-.2-.1-.2-.2.1 0 .3-.1.3-.1.6.1 1.2.3 1.7.4zm-3.6-.9c.4-.1.8-.2 1.6-.3 0 .3-.1.5-.1.7l-1.6-.2.1-.2zm6.3 2.5c-1.4-.1-2.7-.1-2.9-.7-2.4.3-2.5.3-2.6.8-.8 0-1.6-.6-1.2-.9.1 0 .2-.1.4-.1.9 0 1.8.1 2.5-.3.2-.1.6.3.8 0 .4.1.9.2 1.2.3.2.1.2.3.3.5.4-.1 1.1-.1 2.1-.3-.4.4-.5.5-.6.7zm3.3 1.2c-.3.3-1.1.4-1.8.2-1.3-.3.4-.5.3-.8.5.2.9.4 1.5.6zm-.1-2.7-.4-.2c-.7.1-1.1.1-1.6.2-.1 0-.2-.2-.3-.3.7-.1 1.3-.2 1.9-.2.3 0 .5.2.8.4l-.4.1zm.7-.9c-.4 0-.9 0-1.4.1v-.4c1.4-.2 1.5-.1 1.4.3zm-438.4 14.4h-.1.1zm71.3-8.2c.6.2 1.2.3 1.9.6-1.9.1-2.2 0-1.9-.6zm31.8-3.8-.3.3c-1.1.1-1.6-.1-1.9-.5.9-.3 1.6 0 2.2.2zm-3.5.4c.6.4 1.1.8.3 1.3-.2.1.1.3.2.5-.6 0-1.2-.1-1.7-.1.6.3.8.6 0 .9-.4-.3-.7-.5-1-.7-.2 0-.5.1-.8.2-.1 0-.1-.1-.1-.1.1-.2.1-.5.3-.7.1-.1.4-.2.6-.3.5-.1 1.1-.1 1.9-.2-1.5-.5-.3-.6.3-.8zm-2.8-.1c.8.2 1.8.3 1.3.7-.1.1-.8.2-1 .2-1-.2-.2-.5-.3-.9zm-2.6 1.2c.3-.1.6-.3.9-.4-.3-.2-.5-.3-.8-.5 1.6.1 2 .7 1.2 1.2.3.1.6.1 1.1.2-.7.1-1.1.2-1.5.2l-.9-.3c-.3-.1-.5-.2-.7-.3.2 0 .5 0 .7-.1zm-6-.2c.4 0 .8.1 1.2.1.1-.4.2-.8.2-1.1.9.1 1.7.1 2.7.2-.7.3-1.5.7-2.1.9.2.2.4.4.5.6l.5-.5c.4 0 .8 0 1.5.1-.4.2-.6.5-1 .6-.4.1-1.1.2-1-.2-.3.1-.6.3-.9.5-.1-.1-.2-.2-.4-.3-.2.1-.3.2-.4.2-.6-.1-1.2-.8-.8-1.1zm-5.8 2.5-.2.1h-1.7c.2-.2.4-.4.6-.7.5.2.9.4 1.3.6zm-4.8-3.3c.2 0 .2-.2.2-.3 0-.1-.1-.3-.2-.5.9.1 1.8 0 .9.5-.1 0 0 .2 0 .2h1l.1.1c-.4.5.3.7 1.2.9.7.2 1.3.8 1.1 1.1-.1.2-.1.3-.1.5h-.4c-.1-.3-.1-.6-.2-1h-1.2c-.1-.2-.1-.3-.2-.5-.2.2-.4.3-.7.5-.2-.2-.2-.3-.3-.4-.3.1-.6.1-1 .2-.1-.1-.2-.2-.1-.3.4-.3.1-.5-.4-.8-.3.1-.3 0 .3-.2zm-.7 1h.3c-.1.2-.2.4-.4.7-.1.1-.5.1-.7.2-.1-.1-.3-.2-.5-.3l.9-.6c.1-.1.2 0 .4 0zm-1.2.2-.6 1.1h-.3c.4-.4-.9-.9.9-1.1zm-31.3 2.8c-.2.1-.7.2-1.1.3l-.3-.3c0-.1 0-.4.1-.4.4-.1.9 0 1.4 0 0 .1.1.3-.1.4zm-1.4-.9c-.2.3-.3.5-.5.7-.9-.2-2-.3-1.7-.9.2 0 .6.1.6.1.8-.5 1.9-.2 2.9-.2.3 0 .6 0 1-.1.2.2.4.3.6.5-1 .3-1.9 0-2.9-.1zm-.1-1c.2-.2.5-.3.8-.5.1 0 .8.1.8.2.2.4-.9.2-1.2.4l-.4-.1zm5.9 1.5c-.5-.1-1.1-.6-.6-.7.5-.1 1.3-.1 2-.1.3 0 .6.1.9.1l.2.1c-.8.1-1.6.3-2.5.6zm4.6-.9c-.3.2-.8.3-1.3.5l-.4-.1c.2-.2.4-.4.7-.6l-.2-.4c1 .1 1.7.3 1.2.6zm5.3 2.8c-.2 0-.5 0-.7-.1-.2 0-.5-.1-.9-.2 0 0-.1-.2-.2-.3.7-.2 1.3-.3 2-.5l.3.1-.5 1zm7.5-2.9c-.1.4 0 .7 0 1.1-.2 0-.4.1-.8.1 0-.2.1-.3.1-.4-.6 0-1.1-.1-1.7-.1v-.1c.2 0 .4-.1.6-.1-.1-.1-.2-.3-.4-.5.6.1.9.1 1.2.2l.3-.1-1-1c1.9.3 1.9.3 1.7.9zm7.3-2.9c.2 0 .4-.1.7-.1.1.3.2.5.3.7 0 .1 0 .2-.1.3 0 0-.4.1-.5 0-.2-.1-.3-.2-.4-.3v-.6zm-1.1-.2c.2-.1.3-.2.7-.4.1.2.2.4.3.5-.3 0-.5.1-.8.1h-.6c.2 0 .3-.1.4-.2zm-5.9.9c.6-.2 1.2-.4 1.9-.7.2 0 .5.1.7.1.2.1.4.2.3.3-.1.1-.3.2-.6.2-.4.1-.9.1-1.7.2.9.2 1.5.3 1.9.4.7-.3 1.4-.6 2.1-.8.2-.1.9-.1 1.2 0 .2.1.3.3.4.4-1.1-.1-1.5 0-1.2.2.1.1.4.1.5.2.1.1.2.1.4.2.2-.1.4-.1.6-.2.1 0 .3-.1.4-.2.9.3.9.4-.1.8-.6-.1-.9-.4-1.8-.3-.5.1-.9.2-1.4.2.5.1 1 .1 1.4.2.2 0 .3.2.3.2s-.3.1-.5.1c-1.6.1-1.6-.1-2.1-.6-1.2-.2-2.2-.4-3.4-.6.4-.1.6-.2.7-.3zm-2.6-1c.5.2.5.4-.5.6l-.2-.6c.2-.1.6-.1.7 0zm-1.8 1.1c.2 0 .5.1.7.2 0-.1.1-.2.1-.3h.3l.3.3c.4.3.7.7 2 .5.2 0 .5.1.7.1-.2.1-.3.2-.5.3-.7 0-1.7.2-2.2 0-.8-.2-1.3-.5-1.9-.8-.1 0 .2-.2.5-.3zm-1.8 2.3c.7.1 1.8-.1 2.6-.1.2.3.6.6.7.9.1.2-.2.4-.3.6-.5-.4-1-.8-1.5-1.3-1 .3-1.8.4-2.4.7-.7.2-1.4.2-2.3.1.6-.1 1.2-.3 1.6-.4-.8 0-1.6-.1-2.4-.1h-1.9c-.4-.2-.1-.4.6-.5 1-.1 2-.4 3 0 .1 0 .4.1.4 0 .7-.2 1.1-.1 1.9.1zm-6.3-.5c.2-.3-.2-.7 1.1-.6.1.2.1.3.2.5-.4 0-.8.1-1.3.1zm-4.1-2.1c.1-.4 1.1-.3 1.6-.3.8 0 .4.3.3.4 0 .1-.1.2-.2.3.4.1.7.2 1 .2.2 0 .4.1.6.1.1 0 .2-.1.2-.2s-.1-.1-.3-.2-.5-.2-.8-.3c.2-.1.6-.2.7-.2.4.1.7.2 1 .3.1.1.1.2.1.3.7 0 1.6 0 2.1.1s.7.4 1 .7c0-.1.1-.2.1-.3 0-.1.1-.2.2-.4h.4c.2.2.8.5.7.6-.6.2-.3.8-1.8.7-.2 0-.5-.2-.6-.3 0-.2.1-.4.1-.5-.4.1-.9.2-1.3.4-.2-.1-.3-.2-.6-.5l-1.5.6c-.4.1-1 .1-1.4.2-.4-.2-.7-.4-1-.6-.3.1-.5.1-.9.3.3-.6-.2-.8-1.4-.8-.2 0-.3-.2-.4-.3.3 0 .5-.1.7-.1 1 .2 1.3.1 1.4-.2zm-2.4-1.1c.4.5 1.8.7 1.5 1.3-1.5-.4-2-.8-1.5-1.3zm0 2.1.2-.1h1.5c.1.3.1.6.1.9h-.3c-.1-.1-.1-.2-.2-.4-.5 0-1-.1-1.5-.1.1.2.1.4.2.6-.7-.2-1.2-.3-1.9-.4.4 0 .7-.1.7-.1l.6-.9h.3l.3.5zm-1-1.6.6.1-.3.7h-.4c0-.1-.1-.2-.1-.3-.5.1-1 .2-1.4.3l-.2-.1 1.8-.7zm-2.4 1.1c.4.1.7.3 1 .5-.6.1-1.1.4-1.7.4-1.3 0-.1-.5-.9-.7l.1-.1c.5-.1 1.1-.2 1.5-.1zm-1-1.9c.1.7.5 1.3-1 1.7.4-.5.7-1.1 1-1.7zm-2.1 3.4c-.1-.2-.3-.5-.4-.7l.4-.1.3.3c1.1-.1 1.1-.1 1.1.5h-1.3c-.4.3-.8.6-1.2 1-.2 0-.6-.1-1.3-.1.3-.1.5-.2.7-.3.3-.1.6-.2.7-.3.3-.3.4-.5 1-.3zm-2.3-1.5c.1 0 .4.1.8.3-.6.1-1 .2-1.3.2s-.6-.2-1-.2l1.5-.3zm-17.1 2.4c-.1.1-.4.1-.4.2.1.6-1.2.5-2.2.6.1-.4.3-.6 1.3-.4.5-.4.9-.7 1.4-1.1l.5.1-.6.6zm8.7-1.6c-.5-.2-.9-.3-1.5-.4.1-.2.8-.2 1.6-.2 0 .2-.1.4-.1.6zm5.6 1.5c-.9.2-.5.5-.7.8-.2.2-.6.4-1 .7-1-.6 1.1-1.1-.5-1.6-.1.3-.1.6-.2 1-.6 0-.9 0-1.2-.1-.2 0-.4-.1-.7-.1.2-.1.3-.1.5-.2s.5-.2.8-.2c-.3 0-.6-.1-.8-.1s-.5-.1-.7-.1c-.3-.1-.5-.2-.7-.3.4 0 .7-.1 1.1-.1.6 0 1.2-.1 1.8-.1.7 0 1.5.1 2.2.1.1 0 .2.3.1.3zm-.2-1.7c-1.1 0-1.4-.1-1.4-.5 1.6 0 1.6 0 1.4.5zm-3.9-1.2c1.5-.1 2.3.2 1.9.8-.3.4-.6.9-.9 1.3-2.1-.1-.3-.5-.5-.8-1.2 0-1.5-.2-1.3-.9.3 0 .5 0 .9.1-.1-.2-.1-.3-.1-.5zm-3.4.1.9-.9h.5l1.2.7-.6.2-.5-.5-.5.1c-.2.2-.4.5-.6.7-.3-.1-.7-.2-1-.3h.6zm-1.9.3c.3 0 .8.2.9.3.3.3.4.6.5.9l-.4.1c-.3-.2-.6-.5-.8-.6-.5-.2-.8-.3-1.2-.4.3-.1.6-.2 1-.3zm-1.6 1.9c0-.1.6-.1.9-.1.5.1 1 .3 1.6.1.1.1.4.2.3.3-.2.2-.5.3-.9.5-.2-.1-.4-.2-.5-.3l-.1.1c-.5 0-1.2 0-1.4-.1-.2-.1 0-.3.1-.5zm-.3 1.2h.3l.2.9h-.5v-.9zm-3.2-3.5c-.1-.3-.1-.5-.2-.8h.4v.9c.7-.1 1.2-.2 2-.4-.3.2-.5.4-.7.5-.1.1-.1.2-.2.3h.9c-.3.2-.5.3-.8.5.4-.1.7-.1 1-.1.1.1.2.1.2.1-.3.2-.5.4-1 .4-.2 0-.7-.1-1.1-.2-.5-.1-.9-.2-1.4-.3-.2-.1-.5-.1-.6-.2-.3-.2.7-.7 1.5-.7zm-2 2.4c.4.1.7.2.9.4.1 0-.4.2-1 .4-.3-.3-.7-.4-.6-.5 0-.1.6-.3.7-.3zm-5.8-1.5c.5-.1 1-.2 1.6-.3l.3.2c-.5.2-.9.3-1.4.5-.1 0-.6 0-.6-.1-.1-.1 0-.3.1-.3zm.8 3.8v.2c-.4 0-.9.1-1.3.1-.1 0-.3-.2-.5-.4.8 0 1.3 0 1.8.1zm-3.4-1.6c.4.2.8.3 1.4.6h-1.2c-.2-.2-.3-.4-.4-.6h.2zm-1.5 0c-.4-.1-.8-.2-1.2-.2l.2-.2 1.2.2-.2.2zm-1.4-2.7c.3.1.6.2.8.4 0 0-.3.1-.5.2l-.8-.4.5-.2zm-15.8 5.5-.1-.5.4-.1c.3.1.5.2.9.4-.6.1-.9.1-1.2.2zm9.7-3-.8-.4.9-.2.5.4-.6.2zm3.5-2.6c.3.2.6.5 1 .8-.7 0-1.1-.1-1.6-.1.5-.2-.9-.6.6-.7zm-1 3.1c-.4 0-.8 0-1.1-.1-.2-.1-.2-.2-.2-.4h.4l1.1.4-.2.1zm-.1-.5c-.6.1-.7-.6-1.4-.1-.8-.4.4-.4.8-.7.7.3 1.2.5.6.8zm-1.7-2.8c-.3.3-.6.6-1 .9h.2c.1-.1.2-.1.6-.3.2.5.4.8.6 1.2-.2 0-.4.1-.7.2-.1 0-.2-.1-.2-.1-.4-.3-.9-.6-1.3-1-.2-.1-.2-.3-.2-.4.8-.2 1.4-.3 2-.5zM834 251c.1.2.2.4.2.6 0 .1-.4.2-.6.3-.1-.1-.4-.2-.3-.4.1-.2.3-.3.5-.5h.2zm-1.9-1.9 1.5.3-.2.1c-.2 0-.4-.1-.7-.1 0 .1.1.2.1.4-1.1.1-.8-.3-1.1-.5-.1 0 .3-.2.4-.2zm-.7 1.6c.1 0 .4.1.4.2s-.1.2-.3.3c-.9.2-2.1.1-2.5-.4.9 0 1.7-.1 2.4-.1zm-2.7 2c.1.3.2.6.3.8h-.3c-.4-.2-.8-.4-1.1-.5.3-.1.6-.1 1.1-.3zm-1.9-3.6v1c-.8-.2-.9-.6 0-1zm-.6 1.8c.1-.1.7-.2 1.2-.2.2 0 .4.1.7.1l-.6.3c-.1.1-.1.2-.2.3-.2.1-.4.3-.6.4l-.4-.1c-.1-.2-.2-.5-.1-.8zm-1.5-2.7c1.1.2 1.4.6 1 1-.3 0-.6-.1-1-.1v-.9zm-1.4 5.1c.4.1.5.1.6.1.1-.3.2-.6.3-1 1.1.2 1.3.7 1.1.9-.2.3-1.2.5-2.1.8 0-.3.1-.6.1-.8zm-2.1-4.6c-.2.2-.3.3-.3.4-.3-.1-.7-.3-1-.4h1.3zm-3.3 5c.4 0 .7-.3 1-.5.2-.1.2-.2.5-.4.5.4.8.6 1.2.9-.7 0-1.1 0-1.4-.1 0 .3.1.5.1.8-1 .1-1.3 0-1-.4-.5.1-1 .2-1.4.3.1-.3.1-.5 1-.6zm-2.4-.8s.3 0 .3.1 0 .2-.1.2c-.3.1-.7.2-1.3.3-.2-.3.7-.4 1.1-.6zm-2.6-.4c.5.2.8.3 1.4.5-.4.1-1 .4-1.2.3-.9-.1-.5-.4-.2-.8zm-7.6.4c1.1-.2 1.7 0 2.1.4.1.1-.1.2-.1.4h-.3c-.1-.4-2-.2-1.7-.8zm-3 .6h.3l.3.5-.2.1c-.3-.1-.8-.1-.8-.2-.1-.1.2-.2.4-.4zm-9.3.1h1.7l.2.1c-.2.1-.5.2-.7.2H793v-.3zm-9.1-.1c.6-.1 1.2-.3 1.9-.3.2 0 .5.2.8.5-1.7-.3-1.5.2-1.8.5-.3-.2 0-.5-.9-.5 0 0-.1-.1 0-.2zm-1.2 0c.2.3.4.5.5.8-1.4-.3-1.5-.4-.5-.8zM14.4 223.7l1 .1c-.1.3-.2.5-.4.8 0 0-.7 0-1.1-.1l.5-.8zm-2.5 6.3c.2.2.3.4.4.5h1.8l-1.3.7-.6-.1c-.4-.4-1.9-.6-.3-1.1zm6.6 7.6c-.7-.3-1.4-.6-2.2-.9-.4.1-.7.2-1 .4l-.5-.1c.4-.2.7-.4 1.3-.6.2 0 .9.2 1.3.3.6.2 1.1.5 1.7.7l-.6.2zm.3-4c-.5.5-1.7.9-2.6 1.4-.3-.1-.5-.2-.8-.2l-.3.1.5.5c.2.1.4.3.5.4-.4 0-.8.1-1.1 0-.4-.1-.7-.3-.8-.5-.1-.7 1.2-.9 2.6-1.1-1-.4-1.9-.7-3-1.1-.3.3-.5.6-.7.8-1.4-.6-2.6-1.2-4.1-1.9h2c0 .1.1.2.3.4.3-.2.5-.4.8-.6 1.5.8 4.2.8 7.1 0 0 .6.1 1.3-.4 1.8zm16.1-11.8c.3 0 .9.3 1.2.4-1.4.3-2.6.6-3.6.8-.7-.3-1.4-.6-1.8-.8 1.4-.1 2.8-.3 4.2-.4zm-11 12.2c-.9.1-2.8-.6-2.7-1.2 1 .3 2 .5 2.9.8 0 .1-.1.4-.2.4zm3.1-.4c-.4 0-1.1.1-1.8.2-.9-.4-1.7-.8-2.6-1.2l-.1-.3c1.2.1 2.3.1 3.6.2.2-.2.4-.6.7-1h.4c-.1.7-.2 1.4-.2 2.1zm2.6-1.4c1 .5 1.9.9 2.8 1.3-.4.2-.8.4-1.1.6.7.2 1.7.4 2.7.6l-.3.2c-.5-.1-.9-.2-1.5-.3-.4.2-1 .4-1.7.6-.3-.2-.8-.4-.8-.6.4-.8 0-1.5-.5-2.3.1 0 .2 0 .4-.1zm4 .9c.3 0 .5.5.5.7s-.2.4-.3.7c-.5-.4-1-.6-1.4-.9.1-.3 0-.7 1.2-.5zm-3.9 2.9c.2-.1.7-.1 1.1-.1.1.3.1.6.2 1-1.7-.2-1.9-.5-1.3-.9zm4.4.4c-1.1.1-2.4.1-2.5-.6.8 0 1.4-.1 2.1-.1.4 0 .8.2 1.2.3-.3.2-.5.4-.8.4zm.8-4.6c-.4.1-1 .2-1.4.1-.5-.1-1-.3-1.7-.6-.4.1-1.1.3-1.8.5h-.4c.7-.5 1.5-1 2.5-1.6.7.6 1.2 1 1.6 1.4.3 0 .7 0 1.2-.1 0 .1.2.3 0 .3zm1.3 2.5c-1.9-1-1-1.8-.7-2.7h.4c.3.5.6 1.1.8 1.5-.2.4-.3.7-.5 1.2zm14.2-2.4c0 .1 0 .2-.1.3-.4.2-.9.5-1.3.7-.3-.3-.5-.6-.8-.9.9 0 1.5 0 2.2-.1zm-6.3-1.5h.5l-.6 1.4-.8-.1.9-1.3zm-1.9 1.7c0 .3 0 .5.1.9-1.2-.4-2-.7-3-1 1 0 1.8.1 2.9.1zm-2.9 1.1c.9.7 1.6 1.3 2.3 1.8l-.2.1c-1-.3-1.9-.6-3.1-1 .2-.1.5-.4 1-.9zm7.9 6.2c-1.5-.5-2.9-.9-4.4-1.3-1.2-.3-2-1-1.8-1.5l-.9.5c-1.6-1.7-1.6-1.7-1.4-1.8 1 .3 1.9.6 3.1 1v.4l.5.1c.1-.1.2-.3.3-.4.1-.3-1.2-1.1 1.4-.7.2 0 .6-.2 1.4-.5.3.5.5.9.7 1.2-.8 0-1.7-.1-2.6-.1-.5.6-.7 1.4 1.6 1.8.6 0 1.3-.1 2.2-.1 0 .6 0 1-.1 1.4zm2.2-4.9c-.2-.1-1.2.3-1.9.4 2 .7.1 1.3.2 2 0 .1-.8.1-1.1.2.1-.6.1-1.1.2-1.6 0-.4-.2-.7-1.5-.4-.4.1-.9.1-1.5.1-.1-.2-.2-.3-.4-.6-.5.3-.8.5-1.3.8-.2-.6-.4-1.2-.7-2 .7.3 1.1.4 1.5.5.5-.1.9-.3 1.5-.4 0 .2.1.4.1.6.8.2 1.5.3 2.4.5.2-.3.5-.6.9-1-.9 0-1.6-.1-2.4-.1-.3-1 1.7-.3 2.4-.6.4.5.8.9 1.1 1.3 1 0 1.7-.1 2.7-.1-.4.5-.7.9-2.2.4zm22.9-7.6c1.2-.4 2.3-.3 3.3.2-1.1.1-2.1.1-3.5.2 0-.1-.1-.3.2-.4zm.8 9.1c-.8-.5-2.9-.3-2.7-1.1.4 0 .6.1.7.1.7-.2 1.4-.5 1.7-.5 1 .2 1 .5.5.9-.3 0-.1.2-.2.6zm-5.6-3.3.3.9s-.5.1-.6 0c-.7-.2-1.3-.5-2.1-.8 1.1 0 1.7 0 2.4-.1zm-10.8-.1 2.1.3c.3.1.7.1.9.2-.8.3-1.4.5-2 .8l-.4-.1c.1-.3 1.3-.7-.7-.7-.1 0-.4-.1-.4-.2.1-.2.4-.3.5-.3zm-1.6 4.9c.3-.4.2-.9.7-1.3.3.9-.4 1.8 1.7 2.5-1-.3-3-.4-2.4-1.2zm3.9.5c-.2.2-.5.3-.8.4l-1.2-.6c.4 0 .8-.1 1.1-.1.4-.1.7-.2 1-.3 0 .2 0 .4-.1.6zm1.2 1.5c.3-.5.7-.9.7-1.3-.1-.6.6-1 1.7-1.4.6-.2 1-.2.2-.6-.3-.2-.5-.4-.7-.6-.1.2-.7.2-2.1 0 .3-.2.6-.3.7-.4-.1.1-.2-.1-.4-.1h-.7c-.8.3-1.6.6-2.4 1-.6-.4-2.2-.8-1.2-1.5.1 0 .3.1.5.1l1.7.4c.3-.2.5-.5.8-.7.2-.1.6-.4.7-.4.5.1 1.2.2 1.5.4.2.1.3.3.5.5-.1-.2-.2-.4-.3-.7-.1-.1.3-.3.6-.5.2-.1 1 0 1 .1.1.2 0 .4-.1.6-.1.2-.1.4-.2.6l.6.1c.2-.2.3-.4.6-.7l.9.6c1.1-.3 2.1-.6 3.1-.8h3.2c-.9.3-1.7.7-2.7 1-.3-.1-.6-.2-.9-.4-.1.1-.3.1-.3.1.4.2.7.4 1.2.5 1.4.2 1.8.6 1.3 1-1.4-.1-2.7-.3-3.9-.3-.5 0-1.2.2-1.3.4-.1.2.3.4.5.6s.6.3 1.1.6c-1.7.2-3.2.4-4.7.6-.3.2 1.2 1.1-1.2 1.2zm9-1.7c.6-.3 1.2-.6 1.9-.9l.8.3c-.7.5-1.3.9-2 1.4-.3-.3-.5-.6-.7-.8zm4.9 1.5-.4-.1c.1-.2.1-.4.2-.5-.7-.2-1.4-.5-2.3-.8h1.6c0-.2-.1-.4-.1-.7h.5l.3.6c.4 0 .8.1 1.5.1-.4.6-.8 1-1.3 1.4zm1.5-1.7c-1.3-.3-1.7-.9-1.1-1.5 1.6.3 1.6.3 1.1 1.5zm-.9-3.5c-.1-.6-.2-.9-.3-1.3h.3c.5.3 1 .6 1.4.9 0 .1-.8.2-1.4.4zm69.1-4.8c.4.3 1.8.6.4 1.1-.3-.4-.6-.7-.9-1.1h.5zm2.6 6.7c.1.1-1.2.4-2 .6-.1-.7-.2-1.2-.2-1.7l.4-.1c.7.4 1.5.8 1.8 1.2zm-16.4-.2c.4.5 2.5.5 1.6 1.4l-.6-.6c-.6.2-1.1.4-1.6.6-1.4-.7-1.2-.9.6-1.4zm-4.9-1.2c.5.4.8.6 1.2.9h-2.6c.4-.2.8-.5 1.4-.9zm-17.2-.1c.5.1 1 .2 1.4.2.6 0 1.1-.1 1.5-.1.1.1.3.3.2.3-.4.1-1 .3-1.4.2-.7-.1-1.4-.3-2-.4l.3-.2zm-3.1-1.5c1.3.5 0 .9 0 1.4-1.7-.6-1.7-.7 0-1.4zm-1.9 1.4h.5c0 .2.2.4 0 .6-.3.2-.9.3-1.4.5l-.4-.2 1.3-.9zm-15.4 1.5-.1 1.2h-.6l-.1-1.2h.8zM77 234.8c.1.2.2.4.2.5.6 0 1.2 0 1.7-.1v1c-2.1.1-2.9-.4-1.9-1.4zm2.6 2.8-1.9.1-.3-.1c.5-.2.9-.4 1.5-.5.2 0 .8.3 1.2.4l-.5.1zm1.3-.6c.1-.3.2-.6.4-1-.3 0-.7-.1-1.3-.2.1-.2.3-.5.3-.6-.6-.3-1-.5-1.2-.5.9-.3 1.9-.4 2.1-.7.2-.1-.8-.5-1.2-.7.1-.9.1-.9 1.4-1.1.5 1.2 1.1 2.3 1.5 3.3.9 0 2.1 0 2.3.1.4.3.3.6.4 1l-.6.1c-.4-.2-.7-.4-1.1-.7-.9.3-1.7.7-2.6 1h-.4zm4.2 2.1-1.6-1.6.7-.1c.2.2.3.5.5.7.1.1.3.3.6.4 1.2.3 1.3.2-.2.6zm4.1-.5c-1-.2-2-.3-3.4-.6.9-.3 1.4-.5 2.1-.7 0 .3-.1.5-.1.7.6.1 1.1.2 1.6.3l-.2.3zm2.4-3.8c.5.4 1.4.7.6 1.1 1.5-.3 3 0 4.4.3.9-.4 1-.8-.4-1.3 1.4.1 2.3.2 3.6.3 0 0 .1 0 .3.1.1.1.3.1.4.2.2.3.5.7.1.9-.8.4-1 .7.6.8-1.2.7-2.4 1.3-3.6 2-1.8-.8-.1-1.7-.9-2.6-1.5 0-3.2-.1-4.5-.7-.6 0-1.2.1-2.1.1l1.5-1.2zm1.6 3.3c1.2.1 1.9.4 1.7.7-1.2 0-2.2-.1-3.3-.1-.1-.4.6-.6 1.6-.6zm.5 2.9c-.4.1-1-.1-1.7-.1 1.3-.4 2.2-.7 3.1-1 .6.7-.2.9-1.4 1.1zm25.3-.5c-1.1-.3-1.3-.5-.3-.8.4-.1.3-.4.6-.6.4-.3.9-.6 1.4-.9-1.2-.2-1.8-.2-2.4.3-.6.5-1.7.8-2.6 1.2-.2.4.6 1.1-1.7.7 0 0-.5.3-.5.4.1.3.5.7.8 1.1-1.3.1-2.7.2-4.1.4-.3-.5-.7-.9-1-1.4-1.4-.1-1.4-.1-.8-.5.2-.1.2-.2.3-.3.1-.1.1-.2.5-.3.1.2.2.3.3.5 1.6-.5 1.8-.8.6-1.5.1.2.2.4.3.7-.5-.1-.9-.2-1.4-.4-.5.4-.9.8-1.5 1.3-.1-.3-.1-.5-.2-.7h-1.5c-.3-.3-.7-.5-1.3-1 .8.2 1.2.3 1.8.4-.1-.3-.1-.5-.2-.7.7.1 1.6.4 1.9.3.6-.1 1-.4 1.4-.7l-2.2-.5-.4.1.4-.6c-1.7-.4-2.4-.2-2.9.4-.6.7-1.7 1.3-2.8 1.9-.5.3-1.6.4-2 .7-.3.2.1.6.2.9-1 0-1.8.1-3 .1.2-.2.4-.4.6-.5.1-.1.5-.1.4-.2-.9-.7 1.4-.8 1.4-1.4 0-.1.9-.2 1.4-.2-.8-.8 1.4-.6 2.2-1 .4-.2.6-.4 1-.6l-.5-.1c-.4.1-.7.3-1.1.4-1.1-.6-.9-.8.6-1 2-.3 4-.6 6.3-1 .3.3.9.7 1.4 1.1.3-.2.7-.5 1-.8h.3l.2.6c1.4 0 1.4 0 1.2-.9-.1-.4.1-.8.4-1.3.5.5 1 .9 1.7 1.5.3-.5.6-.9.8-1.2h.4c-.1-.3-.2-.5-.4-.9 1.1.1 1.8.2 2.5.3-.2.5-1.8.8-.6 1.4.2.1-.4.4-.3.8l1.5-.5.5.1c-.3.2-.5.5-.9.7-.3.2-.6.3-.9.4.6.2 1.1.4 1.8.5 2.6.3 2.8.4 1.9 1.4-.3.3-.2.6-.3 1.2-.1-.3-.2-.4-.3-.6-.1.5.3 1.1-.3 1.5-.6.4-2.1.5-3.2.8-1.2-.5-.8-.8 1.6-1zm1.3 3c-.2.1-.8.2-.9.1-.3-.1-.6-.3-.5-.4.4-.4 1.3-.6 2.4-.4-.5.3-.7.5-1 .7zm2.6-2.2c-.2.1-.8.1-1.2.1-.1 0-.2-.1-.2-.2.4 0 .7-.1 1.1-.1h.6l.2-.2c-.5-.1-.9-.2-1.6-.3.1-.1.2-.3.3-.5.7.2 1.3.3 2.2.5-.4.2-.8.5-1.4.7zm.3-3.6c-.2 0 .1-.4.2-.7.6.3 1 .4 1.5.6l.6-.6h.4l.3.6c.1 0 .3-.1.4-.1 1.2 0 2.5 0 3.7.1.4 0 .7.3 1.3.6-2.4-.1-3.1.4-3.8.9-.8-.4-1.5-.7-2.1-1-.9-.1-1.8-.2-2.5-.4zm3.8 2.5c0-.3.1-.6.1-.9l.7-.1c.4.3.9.6 1.6 1H127zm6.5 1.1c-.5-.2-1-.3-1.6-.5-.4 0-.9.1-1.4.1l-.2-.2c.7-.1 1.4-.3 2.1-.4.5.4.9.7 1.3.9l-.2.1zm.2-2.9 1.3-.6.7.3c-.4.2-.8.4-1.3.6.1-.1-.4-.2-.7-.3zm4.8 5.3h-.5l-1.1-.9.2-.2c.5.1 1.2.2 1.4.4.3.2.1.5 0 .7zm3.6-3.3c-.4.1-.8.2-1.2.2-1.3 0-1.4.1-1 .6.3.3-.5.7-.8 1H136c.2-.2.3-.5.5-.5 2-.1 1.7-.6 1.6-1-1.1-.3-1.9-.5-3.2-.9 1.3-.2 2.2-.3 3.5-.5l.3-.3h.3l.4.9h.6c.5-.5-.5-1-1.1-1.5-.2-.1-1.5-.1-2.5-.1.1-.1.1-.3.3-.4.8-.3 1.7-.5 2.7-.7.5-.1 1-.3 1.9-.1.5.1 1.5 0 2.2-.1l.4.2c-.5.1-1 .3-1.4.4-.5.2-.9.4-1.2.5 2.6.5 4.3.2 5.7-.6l.6.3c-.3.2-.4.6-.8.6-1.3.2-1 .4-.4.7.2.1.2.3.2.4-.4 0-.8-.1-1.1-.1-1.9-.5-3.5-.4-4.7.4.4.2.8.4 1.3.6zm4.8 1.6c-.6-.3-1-.5-1.5-.7.8-.1 1.5-.2 2.3-.3-.2.3-.4.5-.8 1zm17-5.3c.1 0 .5-.1.6 0 .2.1.4.2.4.3 0 .2-.2.3-.3.5-.1.2 0 .3-.1.6-1.1-.4-1.3-1.2-.6-1.4zm-11.4-2.5c-.1.5-.1 1-.2 1.6-1.4-.6-1-1.1.2-1.6zm-2.2 7.4c.3-.5.6-1.1.9-1.7.7.1 1.4.1 2.1.2.6.9 1.5 1.3 3.4 1.2l.1.4c-1.4.3-3.4-.1-4.5.5-.4-.1-.8-.2-1.1-.3-.2-.1-.4-.2-.9-.3zm1.6 2.4c.1-1.1 1.4-1.7 3.9-1.6-1.2.5-2.5 1-3.9 1.6zm5.3-.3h-.5l.2-2 1.1-.8h.3l-1.1 2.8zm-.3-4.8c-1.7.1-1.9.3-1.4.9.2.2-.1.4-.2.6l-.5-.1c-.2-.4-.4-.7-.7-1.2-.3.2-.7.3-.9.4-1.1-.3-2.1-.7-3.3-1.1 1.1-.2.8-.9 2.2-.9-1-.2-.6-.8-1.6-1v-.2c1 .1 1.9.2 2.8.2h.5c.5-.1 1.1-.1 1.6-.2l1 1.1-.4.1c-.3-.1-.5-.3-.9-.4-.5.1-1 .3-1.5.5h.3c.6.6 1.5.3 2.5.3.5 0 1.2.4 2.1.7-.8.2-1.2.3-1.6.3zm7.8 3.3c-.1.2-.7.2-1.4.2.1-.2.2-.5.3-.8-.4 0-.8.1-1.2.1l-.6-.6c.3-.2.5-.4.8-.7 1.8.5 2.8 1 2.1 1.8zm-5.7-.9c.4-.3.7-.6 1.1-.8.2-.1 1.2-.1 1.2-.1.3.2.3.4.5.6-.8.2-1.6.3-2.8.3zm7.3 3.8c-.2-.2-.4-.4-.6-.7 1.7-.1 2.4.2 2.8.8-.9 0-1.4 0-2.2-.1zm3.9-2-1.4-.7c.5-.4.8-.7 1.2-.9h.4c-.1.4-.1.9-.2 1.6zm-1.9-2.9c-.3.1-1.2-.2-1 .2.1.2.1.5 0 .7-.1.3-.4.6-.6.8l-.7-.1c.1-.3 0-.6.3-.9.7-.6-.2-1.9-1.9-2.1-.5-.1-1.2 0-1.7.1-.1 0-.1.3 0 .3.4.1.9.1 1.8.1.2.1.5.4.8.7-.2.1-.3.1-.4.1-1.4-.3-3.2-.2-4.4-.6-.6-.2-1.3-.5-1.2-.8.1-.4-1.2-1.2 1.4-1.1.6 0 1.2-.3 2-.5.1.2.2.4.4.6.1.1.2.4.3.4 2.1.1 3.8 1.2 6.3.6.4-.1 1.4.2 2 .4-1.3.5-2.3.9-3.4 1.1zm1.5-1.6c-.2 0-.5-.2-.5-.2.1-.2.3-.4.7-.5.3-.1 1 0 1.2 0 .6.4 1.2.6 2.4.1l.2.2-.5 1.6c-.8-.5-1.5-1.1-3.5-1.2zm6.3 6-1.6-.7.4-.2c.8.1 1.5.2 2.7.3-.6.3-1 .5-1.5.6zm1.4-3.8c-.3 1-.6 1.8-.8 2.7-.5-.2-.6-.2-.6-.2 1.2-.9-1.5-1.4-1.7-2.1-.1-.4-.7-.8-1.1-1.2.7-.1 1.3-.2 2-.4.5.2 1.1.4 1.8.7.1-.6.2-1.2 1.9-1.4.1.5.2.9.2 1.3H178c-.1 0-.3.3-.5.6zm2.5 2.4c-.8-.3-1.3-.5-1.9-.7l.5-.2c.5 0 1 .1 1.7.1-.1.4-.2.6-.3.8zm2.8-5.4c.6.3.9.5 1.4.7.4-.2.6-.3.9-.5l.6.1c-.3.5-.5.9-.9 1.5-.7-.7-3.1-.9-2-1.8zm4 3c-1.5-.7-1.5-1.2.1-1.4 0 .3 0 .5.1.8.5.1.9.1 1.7.2-.8.2-1.3.3-1.9.4zm2.4-5.1c.2 0 .6 0 .7.1.1.1.1.2 0 .3-.3.2-.7.4-1.1.5-.5-.2-.3-.8.4-.9zm-.3 2.7c.3-.2.6-.3 1.1-.4.4 0 .9.1 1.4.1l.3.2c-.7.1-1.5.2-2.3.3-.1 0-.5-.2-.5-.2zm6.1 1.8c-.2-.1-.4-.1-.5-.1-1.7.3-3.2.6-4.8 1-.4-.7 0-.8 2.7-.8.4-.3.8-.7 1.3-1.1.6.4 1 .7 1.5 1h-.2zm32.2-.1c.2 0 .7.1 1 .1-.6.2-1.1.3-1.8.5-1.1-.6.3-.5.8-.6zm-10.1.1c.4 0 .8.2 1.2.4l-.2.2h-1.9l-.3-.2c.4-.2.8-.5 1.2-.4zm-11.8-1c.3-.3.9-.5 1.7-.7-.2.2-.4.4-.4.5.9.7 1.7 1.3 2.7 2-.8-.2-1.3-.3-1.8-.4-.4-.4-.7-.8-1.1-1.2h-.5c-.1.3-.2.5-.3.8h-.7c.1-.3.1-.7.4-1zm-1.6.6c1.3.6 1.2.7-1.2.8-.9-.6.7-.6 1.2-.8zm2.7 1.8c-.2.2-.3.4-.6.5-.4.1-.9.2-1.4.3-.4-.5.6-.7 1.3-1-.3-.2-.8-.4-.8-.6 0-.1.7-.3 1.1-.3.4 0 1 .1 1.5.2.6.3.6.5-.6.5-.5 0-.8.1-1.2.2.3.1.7.1.7.2zm.6.4c0-.7 0-.7 3.1-.5-.5.8-2.3.2-3.1.5zm2.8 1.9c-.8-.7-.7-.7 1.6-.9-.5.3-1 .6-1.6.9zm3.8-2.8-.2-.1c-.2.2-.5.4-.9.7-.1-.5-.1-.9-.2-1.5 1-.4 1.5.4 2.5.4l.2.2-1.4.3zm3.1 4.6h-.5c-.2-.2-.6-.5-.5-.7.1-.2.7-.4 1.1-.5h.5l-.6 1.2zm2.6-3.8c-.6-.2-1.3-.3-1.8-.5-.2-.1 0-.3.1-.5.8.3 1.4.5 1.8.7.2.1.2.2.2.3 0 0-.2.1-.3 0zm1.7-.2c-.6-.4-1-.6-1.3-.9l1.6-.3.4.2c-.2.2-.4.5-.7 1zm2.6-1.8h-2c-.3 0-.7-.1-1-.1.1-.1.1-.4.4-.4.9-.2 1.9-.3 3.4-.4-.4.4-.7.7-.8.9zm1-6.7c-.1.1-.8.2-1.1.2-.2 0-.4-.3-.5-.4-.2-.3-.3-.6-.5-.9h.4c.5.2 1.1.4 1.5.6.1.1.3.4.2.5zm.5 8.3c.8-.2 1.7-.5 2.6-.7.3-.1.8 0 1.3 0-.2.2-.3.4-.6.5-.9.2-1.9.3-2.9.4l-.4-.2zm3.4 4.2c-.1.5-.1.9-.1 1.4-.5-.3-.9-.5-1.2-.8h-.6l1.3-.7.5.1c.1-.8.1-1.4.2-1.9h.5c.3.4.7.8 1.1 1.3-.5.1-.9.3-1.7.6zm10.5-7.9 1.4 1.4c-.4 0-.8.1-1.2.1-.2.3-.3.5-.5.8l-.7-.1c.2-.4.3-.7.5-1.1-1.3-.2-1.3-.2.5-1.1zm1.8 3.5c-.1.5-.3 1-2.2 1-.5-.7-.4-.8 2.2-1zm-7.2-8.4h.3c.2.4.3.9.5 1.3-.6 0-1 0-1.5-.1.3-.4.5-.8.7-1.2zm-.3 7c.1.6.2 1.1.3 1.6l-2.1-.4-.2-.2c2.4.1 1-.7 2-1zm-2.5 4.7c.1-.6.1-1.1.2-1.7 2.2.8 2.2 1.1-.2 1.7zm4.7-1.2c0 .2-.1.3-.2.6-.4-.2-.7-.3-.9-.4-.2-.1-.3-.3-.4-.4-.2-.9-.1-.9-2.2-1.4.6-.1 1.2-.2 1.7-.3 2.3.5 2.5.7 1.3 2 .3 0 .4 0 .7-.1zm1.5.4c.3.2.6.4.8.6l-1.5.6c-.3-.3-.3-.3.7-1.2zm-.6 2.3c-.5-.8 1.9-.3 2-.7.6.7.4.8-2 .7zm3.2-1.3c-.6-.1-2.1-.2-1-.8.4.5 2.5-.1 2.3.7 0 .1-1 .2-1.3.1zm3.6.8c0-.4.1-.8.1-1.2 1.3.5.9 1.1-.1 1.2zm11.6-3.9c.8.1 1.4.2 2.2.2-.6.3-1.1.5-1.6.7h-.6v-.9zm1.1 3.9c-.5.1-1.2-.2-1.9-.3l.1-.2 2.7-.3.5.2c-.4.2-.8.6-1.4.6zm17.2.8c-.9-.2-1.8-.4-2.6-.7-.3-.1-.4-.2-.6-.4 1 0 2-.1 3.1 0 .2 0 .4.4.4.5 0 .3-.2.5-.3.6zm33-2.1c-.9-.2-1.5-.4-2-.6-.4.1-.7.2-1.1.3-.1 0-.7-.3-.6-.3.2-.2.5-.4.9-.4 1 0 2.1.1 3.3.1-.2.3-.3.5-.5.9zm8.4-1.9c-.6 0-1.3 0-2.6.1.4-.3.7-.5.9-.7l1.8.4-.1.2zM506 242c.8-.3 1.5-.2 2.2.1-.7 0-1.4.1-2.3.1 0 0 0-.2.1-.2zm.6 6c-.5-.3-1.9-.2-1.8-.7h.4c.5-.1.9-.4 1.1-.3.6.1.6.3.3.6-.1 0 0 .1 0 .4zm-4.4-8.5c.3.5 2.3-.1 2.4.8-.3-.2-.4-.2-.5-.3-1.2 0-2.3.3-3.7-.1.7-.2 1.2-.3 1.8-.4zm.9 6.9h-.4c-.5-.2-.9-.3-1.4-.5.7 0 1.1-.1 1.6-.1.1.2.1.4.2.6zm-5.9-.5c.2 0 .4.1.6.1-.5.2-.9.4-1.3.5l-.3-.1c.1-.2.9-.5-.5-.5-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.1.6.1 1 .1 1.5.2zm-2.4-7.7c.8.6-.7.5-.8.7l-.4-.1c.4-.2.7-.4 1.2-.6zm-3.2 7.1c0 .1 0 .2-.1.2-.3.2-.6.3-.9.5-.2-.2-.4-.4-.5-.6.7-.1 1.1-.1 1.5-.1zm-4.1-1h.3l-.4.9-.5-.1.6-.8zm-1.3 1.1v.6c-.8-.3-1.3-.5-1.9-.7.7.1 1.2.1 1.9.1zm-4.8-6.8c.2 0 .6.2.8.2-.9.2-1.7.4-2.3.5-.5-.2-.9-.4-1.2-.5.9 0 1.8-.1 2.7-.2zm-13.5 1.3.6.1c-.1.2-.1.4-.2.5h-.7l.3-.6zm-1.7 4.1c.1.1.2.2.2.3h1.2l-.9.5-.4-.1c-.1-.2-1.1-.4-.1-.7zm4.3 5c-.5-.2-.9-.4-1.5-.6-.2.1-.5.2-.7.2l-.3-.1c.3-.1.5-.3.8-.4.1 0 .6.1.9.2.4.1.7.3 1.1.5l-.3.2zm.2-2.6c-.3.3-1.1.6-1.7.9-.2-.1-.4-.1-.5-.2h-.2l.3.3c.1.1.2.2.4.3-.2 0-.6.1-.7 0-.2-.1-.5-.2-.5-.3-.1-.4.8-.6 1.7-.7-.7-.2-1.3-.5-2-.7-.2.2-.3.4-.5.5-.9-.4-1.7-.8-2.7-1.2h1.3s.1.1.2.3c.2-.2.3-.3.5-.4 1 .5 2.8.5 4.7 0 0 .4.1.8-.3 1.2zm-.9-7.5c-.1-.3-.1-.5-.2-.7.7.1 1.3.1 2.1.2-.7.2-1.2.3-1.9.5zm4.3 7.8c-.6.1-1.8-.4-1.8-.8.7.2 1.3.3 1.9.5 0 0 0 .2-.1.3zm2.1-.3c-.2 0-.7.1-1.2.1-.6-.3-1.2-.5-1.7-.8v-.1c.8 0 1.5.1 2.4.1.1-.2.3-.4.4-.7h.3c-.1.5-.1.9-.2 1.4zm1.7-.9 1.8.9c-.3.1-.5.3-.7.4.5.1 1.1.3 1.8.4l-.2.1c-.3-.1-.6-.1-1-.2-.3.1-.7.2-1.1.4-.2-.1-.6-.3-.5-.4.3-.5 0-1-.3-1.5-.1 0 .1-.1.2-.1zm1.9.9c0-.2 0-.5.8-.4.2 0 .3.3.3.5 0 .1-.1.3-.2.4-.3-.2-.6-.3-.9-.5zM478 248c.1-.1.5-.1.7-.1 0 .2.1.4.2.7-1.1-.2-1.3-.4-.9-.6zm2.9.3c-.7 0-1.6.1-1.7-.4.5 0 .9-.1 1.4 0 .3 0 .5.1.8.2-.2 0-.3.1-.5.2zm.6-3.1c-.3.1-.7.1-.9.1-.4-.1-.6-.2-1.1-.4-.2.1-.7.2-1.2.3h-.3c.5-.3 1-.6 1.6-1.1.5.4.8.6 1.1.9h.8c-.1.1 0 .2 0 .2zm.8 1.6c-1.2-.6-.6-1.2-.5-1.8h.3c.2.3.4.7.5 1-.1.3-.2.5-.3.8zm1.6-8c.1.1.3.2.4.4-.6 0-1 0-1.5.1-.9-.6 1-.2 1.1-.5zm.4 7.4c.6.5 1.1.8 1.5 1.2l-.1.1c-.6-.2-1.3-.4-2.1-.6.2-.3.4-.4.7-.7zm5.2 4c-1-.3-1.9-.6-2.9-.8-.8-.2-1.3-.6-1.2-1l-.6.3c-1.1-1.1-1.1-1.1-.9-1.2.6.2 1.3.4 2.1.7v.3l.3.1c.1-.1.2-.2.2-.3.1-.2-.8-.7.9-.4.1 0 .4-.1.9-.3.2.3.3.6.5.8-.6 0-1.1-.1-1.7-.1-.3.4-.4.9 1 1.2.4 0 .9-.1 1.5-.1 0 .3 0 .5-.1.8zm1.5-3.2c-.1 0-.8.2-1.3.3 1.3.5.1.9.2 1.3 0 0-.5.1-.8.1 0-.4.1-.7.1-1.1 0-.3-.1-.5-1-.3-.2.1-.6.1-1 .1-.1-.1-.1-.2-.2-.4-.3.2-.5.4-.8.5-.2-.4-.3-.8-.5-1.3.5.2.7.3 1 .4.3-.1.6-.2 1-.3 0 .2 0 .3.1.4.5.1 1 .2 1.6.3.2-.2.3-.4.6-.6-.6 0-1.1-.1-1.6-.1-.2-.7 1.1-.2 1.6-.4.3.3.5.6.7.8.6 0 1.1 0 1.8-.1-.4.5-.6.7-1.5.4zm.3-7.1c-.1-.3-.1-.5-.2-.7.7 0 1.2.1 1.8.1l.2.1c-.5.1-1 .3-1.8.5zm2.5-.1c-.2-.1-.1-.2-.2-.4 1.2.2 2.3-.2 3.2.3-.8.1-1.5.1-2.2.1-.3 0-.7.1-.8 0zm.9 9.2c.2-.3.2-.6.5-.8.2.5-.2 1 .7 1.5-.7-.2-1.6-.3-1.2-.7zm2.6.3c-.1.1-.4.2-.5.3l-.7-.4c.3 0 .5 0 .8-.1.2 0 .4-.1.6-.2-.1.1-.1.2-.2.4zm.9-1.9h-.5c-.5.2-1 .4-1.6.6-.4-.3-1.4-.5-.8-1 .1 0 .2.1.3.1l1.1.3c.2-.1.3-.3.6-.4.1-.1.4-.2.5-.2.4.1.8.2 1 .3.3.2.4.4.6.7.2.2-.2.3-1.4.1.2-.1.4-.2.4-.3 0-.1-.1-.2-.2-.2zm.9 1.9c-.4.3.6.9-1 .9.2-.3.5-.6.4-.9 0-.4.4-.7 1.2-.9.4-.1.7-.1.2-.4-.6-.4-.7-.9-.9-1.3-.1-.1.2-.2.4-.3h.7v.4c0 .1-.1.3-.1.4h.4c.1-.1.2-.3.4-.5.2.2.4.3.6.4l2.1-.6h2.1c-.6.2-1.1.4-1.8.7-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1.2.1.5.2.8.3.9.2 1.2.4.9.6-.9-.1-1.8-.2-2.6-.2-.3 0-.8.1-.9.3-.1.1.2.3.3.4.2.1.4.2.7.4-1.2.2-2.1.3-3.1.4zm4.9-.2 1.2-.6.5.2c-.4.3-.9.6-1.3.9-.1-.1-.3-.3-.4-.5zm3.3 1h-.3c0-.1.1-.2.1-.3-.5-.2-.9-.3-1.5-.5h1.1c0-.1 0-.3-.1-.4h.4c.1.1.1.3.2.4.2 0 .5 0 1 .1-.4.2-.7.5-.9.7zm.9-1.1c-.9-.2-1.1-.6-.7-1 1 .2 1 .2.7 1zm-.6-2.3c-.1-.4-.1-.6-.2-.8h.2c.3.2.7.4.9.6-.1 0-.6.1-.9.2zm.3-6.2c-.6-.2-1-.3-1.4-.5l.2-.1c.7.2 1.2.1 1.4-.2l.4.1c-.2.2-.3.4-.6.7zm46.9 7.5c.1.1-.8.2-1.3.4-.1-.5-.1-.8-.1-1.1l.3-.1c.4.3.9.5 1.1.8zm-1.7-4.5c.3.2 1.2.4.2.7-.2-.3-.4-.5-.6-.7h.4zm-8 5.2-.4-.4c-.4.1-.7.3-1 .4-.9-.4-.8-.6.4-.9.1.3 1.6.4 1 .9zm-.6-7.3.1.1c-.5.1-1 .2-1.6.3-.1-.1-.3-.2-.5-.3.8 0 1.4-.1 2-.1zm-3.7 5.7c.3.2.5.4.8.6h-1.7c.2-.2.5-.4.9-.6zm-5.2-6 1.3-.1.3.6-.4.1-1.2-.4v-.2zm-6.2 5.9c.3.1.7.1.9.2.4 0 .7-.1 1-.1.1.1.2.2.1.2-.3.1-.6.2-.9.1-.5 0-.9-.2-1.3-.3l.2-.1zm-2-1c.9.3 0 .6 0 .9-1.1-.4-1.1-.4 0-.9zm-1.2.9h.3c0 .1.1.3 0 .4-.2.1-.6.2-.9.3l-.3-.1.9-.6zm-10.1 1-.1.8h-.4l-.1-.8h.6zm-7-.7c.1.1.1.2.1.3h1.1v.6c-1.3.1-1.8-.3-1.2-.9zm1.7 1.8h-1.3l-.2-.1c.3-.1.6-.2 1-.3.1 0 .5.2.8.3l-.3.1zm.9-.3c.1-.2.2-.4.2-.6-.2 0-.5-.1-.9-.1.1-.2.2-.3.2-.4-.4-.2-.7-.3-.8-.4.6-.2 1.2-.3 1.4-.4.1-.1-.5-.3-.8-.5.1-.6.1-.6.9-.7.4.8.7 1.5 1 2.1.6 0 1.4 0 1.5.1.3.2.2.4.3.6h-.4c-.2-.1-.5-.3-.8-.4-.6.2-1.2.4-1.7.7h-.1zm2.8 1.3c-.4-.4-.7-.7-1-1.1l.5-.1c.1.1.2.3.4.4.1.1.2.2.4.2.6.4.6.4-.3.6zm2.7-.3c-.7-.1-1.3-.2-2.3-.4.6-.2.9-.3 1.4-.5v.5c.4.1.7.2 1.1.2l-.2.2zm1.6-2.6c.3.3.9.5.4.8 1-.2 2 0 2.9.2.6-.3.6-.5-.3-.8.9.1 1.5.1 2.4.2 0 0 .1 0 .2.1.1 0 .2.1.2.1.1.2.3.5.1.6-.5.3-.7.4.4.5-.8.4-1.6.9-2.3 1.3-1.2-.5-.1-1.1-.6-1.7-1.1 0-2.2-.1-3-.5-.4 0-.8 0-1.4.1.3-.3.6-.6 1-.9zm1 2.3c.8 0 1.2.3 1.1.5-.8 0-1.4 0-2.2-.1 0-.3.5-.5 1.1-.4zm.4 1.8c-.3 0-.7 0-1.1-.1.8-.3 1.4-.5 2-.7.3.6-.2.7-.9.8zm17.4 1.7c-.1.1-.5.1-.6.1-.2-.1-.4-.2-.4-.3.3-.3.8-.4 1.6-.2-.2.1-.4.3-.6.4zm.4-2.8c0 .3.2.7-.2 1-.4.3-1.4.4-2.1.5-.8-.3-.5-.5 1-.6-.7-.2-.9-.3-.2-.5.2-.1.2-.3.4-.4l.9-.6c-.8-.1-1.2-.1-1.6.2-.4.3-1.1.5-1.7.8-.1.3.4.7-1.1.5 0 0-.4.2-.3.3.1.2.3.5.5.7l-2.7.3c-.2-.3-.4-.6-.7-.9-.9 0-.9-.1-.5-.3l.2-.2c0-.1 0-.1.3-.2.1.1.1.2.2.3 1.1-.3 1.2-.5.4-1 .1.1.1.3.2.5-.4-.1-.6-.2-1-.3-.3.3-.6.5-1 .8 0-.2-.1-.3-.1-.5h-1c-.2-.2-.5-.4-.8-.6.5.1.8.2 1.2.3-.1-.2-.1-.4-.1-.5.5.1 1 .3 1.3.2.4-.1.6-.3.9-.4l-1.5-.3-.3.1.2-.4c-1.1-.3-1.6-.1-1.9.3-.4.4-1.1.8-1.8 1.2-.3.2-1 .2-1.3.4-.2.1.1.4.2.6-.6 0-1.2 0-2 .1.2-.1.3-.2.4-.3.1 0 .3-.1.3-.1-.6-.5.9-.5.9-.9 0-.1.6-.1.9-.2-.5-.5.9-.4 1.5-.6.3-.1.4-.3.6-.4l-.3-.1c-.2.1-.5.2-.7.3-.7-.4-.6-.5.4-.6 1.3-.2 2.6-.4 4.2-.7.2.2.6.5.9.7.2-.2.4-.4.7-.6h.2l.1.4c.9 0 .9 0 .8-.6-.1-.3 0-.5.3-.9.3.3.7.6 1.1 1 .2-.3.4-.6.5-.8h.2c-.1-.2-.2-.3-.3-.6.7.1 1.2.1 1.7.2-.1.3-1.2.5-.4.9.1.1-.3.3-.2.5l1-.3.3.1c-.2.1-.4.3-.6.4l-.6.3c.4.1.8.3 1.2.3 1.7.2 1.8.3 1.3.9-.2.2-.1.4-.2.8-.1-.3-.1-.4-.2-.5zm1.4 1.4c-.1.1-.5 0-.8 0 0 0-.1-.1-.2-.1.2 0 .5-.1.7-.1h.4l.1-.1c-.3-.1-.6-.1-1-.2 0-.1.1-.2.2-.3.5.1.9.2 1.4.3-.2.1-.5.3-.8.5zm.2-2.4c-.1 0 .1-.3.2-.5.4.2.6.3 1 .4l.4-.4h.2c.1.1.1.2.2.4.1 0 .2-.1.3-.1.8 0 1.6 0 2.4.1.2 0 .5.2.8.4-1.6-.1-2 .2-2.5.6-.5-.2-1-.5-1.4-.6-.6-.1-1.2-.2-1.6-.3zm2.5 1.6c0-.2 0-.4.1-.6h.4c.3.2.6.4 1 .7-.7-.1-1.1-.1-1.5-.1zm4.2.7c-.3-.1-.7-.2-1-.4-.3 0-.6 0-.9.1l-.1-.1c.5-.1.9-.2 1.4-.3l.9.6-.3.1zm.2-1.9.9-.4.5.2c-.3.1-.5.3-.8.4-.1 0-.4-.1-.6-.2zm3.1 3.5h-.4l-.7-.6.2-.1c.3.1.8.2.9.3.2.1.1.3 0 .4zm5.6-1.1-1-.5c.6-.1 1-.1 1.5-.2-.2.3-.3.4-.5.7zm.2-2.4c-.9.1-.7.3-.3.5.1.1.1.2.2.3-.2 0-.5 0-.7-.1-1.6-.3-2.7-.3-3.5.2.2.1.6.2.9.4-.3 0-.5.1-.8.1-.9 0-.9.1-.6.4.2.2-.3.5-.5.7h-2c.1-.1.2-.3.3-.3 1.3 0 1.1-.4 1.1-.6-.7-.2-1.2-.3-2.1-.6.9-.1 1.5-.2 2.3-.3l.2-.2h.2l.3.6h.4c.3-.4-.3-.7-.7-1-.1-.1-1-.1-1.7-.1.1-.1.1-.2.2-.3.5-.2 1.1-.4 1.7-.5.3-.1.7-.2 1.3 0 .3.1 1 0 1.5-.1l.3.1c-.3.1-.7.2-.9.3-.3.1-.6.3-.8.3 1.7.3 2.9.1 3.8-.4l.4.2c-.2.1-.2.4-.5.4zm14.5-6.9-.2.1c-2-.1-2-.1-1.8-.6.6.2 1.3.4 2 .5zm-2.7-1.1c.4.1.7.2 1.1.3-.4.1-.7.2-1.2.3.1-.2.1-.4.1-.6zm-.9 6.9h.4c.1.1.3.1.3.2s-.2.2-.2.3v.4c-.8-.2-.9-.8-.5-.9zm-2.1-6.2c.3-.1.7-.1 1.4-.2 0 .1.1.3 0 .3-.5.1-1.1.1-1.6.2.1-.1 0-.3.2-.3zm-5.3 4.6c0 .3-.1.7-.1 1-1-.4-.7-.7.1-1zm.4 1.5h.3c.4 0 .7-.1 1.1-.1l.6.7h-.3l-.6-.3c-.5.2-1 .3-1.5.5 0-.1-.1-.2-.1-.2-1 .1-.5-.5-1.3-.7.6.1 1.2.1 1.8.1zm-.9 5c.1-.7.9-1.1 2.6-1.1-.8.3-1.6.7-2.6 1.1zm3.5-.2h-.3l.1-1.3c-.9.2-2.2-.1-2.9.3-.3-.1-.5-.1-.8-.2-.1-.1-.3-.2-.6-.2.2-.3.4-.7.6-1.1.5 0 .9.1 1.4.1.4.6 1 .9 2.2.8l.1.3.7-.6h.2l-.7 1.9zm-.1-3.2c-1.1.1-1.2.2-.9.6.1.1-.1.3-.1.4h-.3c-.1-.2-.3-.5-.5-.8-.2.1-.5.2-.6.3-.7-.2-1.4-.5-2.2-.7.8-.1.5-.7 1.9-.5h.8c.4.4 1 .2 1.6.2.3 0 .8.3 1.4.5-.6-.1-.9 0-1.1 0zm1.3 1.6c.3-.2.4-.4.7-.5.2-.1.8-.1.8 0 .2.1.2.3.3.4-.5 0-1 0-1.8.1zm3.8.5c-.1.1-.5.2-.9.2.1-.2.1-.3.2-.5-.3 0-.5 0-.8.1-.1-.1-.3-.2-.4-.4.2-.1.4-.3.5-.4 1.2.2 1.9.5 1.4 1zm1 2c-.1-.1-.2-.3-.4-.5 1.1-.1 1.6.1 1.8.5h-1.4zm2.6-1.4c-.5-.3-.8-.4-.9-.5.3-.3.6-.4.8-.6h.3c-.1.4-.1.7-.2 1.1zm-1.3-1.9c-.2.1-.8-.1-.7.2.1.1.1.3 0 .4-.1.2-.3.4-.4.6h-.5c0-.2 0-.4.2-.6.5-.4-.2-1.2-1.2-1.4-.3-.1-.8 0-1.1.1-.1 0-.1.2 0 .2.3 0 .6.1 1.2.1l.5.5c-.1 0-.2.1-.2.1-1-.2-2.1-.1-2.9-.4-.4-.1-.8-.3-.8-.5 0-.3-.8-.8.9-.7.4 0 .8-.2 1.3-.3.1.1.1.3.2.4.1.1.1.2.2.2 1.4.1 2.5.8 4.2.4.2-.1.9.2 1.3.2-.8.1-1.4.4-2.2.5zm1-1c-.1 0-.3-.1-.3-.2.1-.1.2-.2.4-.3h.8c.4.2.8.4 1.6 0l.1.2-.3 1c-.5-.3-.9-.6-2.3-.7zm4.2 3.9-1.1-.5.3-.1c.5.1 1 .1 1.8.2-.4.2-.7.3-1 .4zm.9-2.5c-.2.7-.3 1.2-.5 1.8-.3-.1-.4-.1-.4-.2.8-.6-1-.9-1.1-1.4-.1-.3-.5-.5-.7-.8.4-.1.9-.2 1.3-.2.4.1.7.2 1.2.4.1-.4.1-.8 1.3-.9.1.3.1.6.1.8h-.8c-.1.1-.3.3-.4.5zm1.7 1.6c-.5-.2-.9-.3-1.2-.4l.3-.1c.3 0 .7 0 1.1.1-.1.1-.2.3-.2.4zm38.8-3.5.9.9c-.3 0-.5 0-.8.1-.1.2-.2.4-.3.5l-.4-.1c.1-.2.2-.5.3-.7-.9-.2-.9-.2.3-.7zm-3.6-3.3h.2l.3.9h-1c.3-.4.4-.6.5-.9zm-.2 4.6c.1.4.1.7.2 1l-1.4-.3-.1-.1c1.6.1.7-.4 1.3-.6zm-4 .2c.1 0 .5.1.7.1l-1.2.3c-.7-.4.2-.4.5-.4zm-5.8-7.2c.3.1.2.3.3.5h-.3l-1.1-.5c.4 0 .9-.1 1.1 0zm-.8 7.2c.3 0 .5.2.8.3l-.2.1h-1.2l-.2-.1c.2-.2.5-.3.8-.3zm-18.3-7.9c.5-.1 1-.2 1.4.1-.4.2-.8.4-1.1.5h-1.6c-.1 0-.3-.2-.4-.3.7-.2 1.2-.3 1.7-.3zm.4 5.3c-.2.1-.5.2-.7.3-.4-.2-.3-.6.2-.6.1 0 .4 0 .5.1.1 0 .1.1 0 .2zm-4-5.5c.4 0 .8.2 1.1.3-.4.1-.7.2-1.3.3-.4-.1-.6-.2-.9-.3.4-.1.8-.3 1.1-.3zm.6 7.8c-.5-.5-2-.6-1.3-1.2.4.2.6.3.9.4l.6-.3h.4c-.2.4-.4.7-.6 1.1zm1.4.7c-1-.5-1-.8.1-.9v.5c.3 0 .6.1 1.1.1-.5.2-.9.3-1.2.3zm1.3-1.6c.2-.1.4-.2.7-.2s.6 0 .9.1l.2.1c-.5.1-1 .2-1.5.2l-.3-.2zm4 1.2c-.1 0-.3-.1-.3-.1-1.1.2-2.1.4-3.2.6-.3-.5 0-.5 1.8-.5.3-.2.5-.4.9-.7.4.3.7.5 1 .7h-.2zm1.6-7.2c-.6 0-1.1-.1-1.9-.1.3-.2.5-.3.7-.4l1.4.4-.2.1zm5.1-.3c.2 0 .2.2.3.3-.4 0-.9.1-1.3.1-.1 0-.2-.1-.3-.1-.4.1-.7.2-1.2.3.2-.5 1.7-.8 2.5-.6zm-1 7.2c.9.4.8.4-.8.5-.6-.3.5-.3.8-.5zm1.4 1.6c-.2.1-.6.1-1 .2-.2-.3.4-.4.9-.6.2 0 .5.1.5.1-.1.1-.2.2-.4.3zm-.1-.5c-.2-.1-.5-.3-.5-.4 0-.1.4-.2.7-.2s.6.1.9.1c-.2-.2-.4-.4-.6-.7h-.3c-.1.2-.1.3-.2.5h-.5c.1-.2 0-.5.2-.7.2-.2.6-.3 1.2-.5-.1.1-.2.3-.3.3.6.5 1.2.9 1.8 1.4-.4-.1-.7-.2-1-.2.2.1 0 .2-.6.2-.2.1-.5.2-.8.2zm.9.4c0-.4 0-.4 2-.3-.3.5-1.5.1-2 .3zm1.9 1.3c-.5-.5-.5-.5 1.1-.6-.4.2-.7.4-1.1.6zm2.4-1.8-.2-.1c-.2.1-.3.3-.6.5 0-.3-.1-.6-.1-1 .7-.2 1 .3 1.6.2l.1.1-.8.3zm2.1 2.9h-.3c-.1-.1-.4-.3-.3-.4.1-.1.5-.2.7-.3h.3l-.4.7zm1.7-2.4c-.4-.1-.9-.2-1.2-.3-.1-.1 0-.2.1-.4l1.2.4c.1 0 .1.1.1.2 0 0-.1.1-.2.1zm1.2-.2c-.4-.3-.6-.4-.9-.6l1.1-.2.2.1c-.1.2-.2.4-.4.7zm1.6-1.2h-1.3c-.2 0-.5 0-.7-.1.1-.1.1-.2.2-.3.6-.1 1.2-.2 2.3-.3-.2.4-.4.6-.5.7zm.7-4.4c-.1.1-.5.1-.8.1-.1 0-.3-.2-.3-.3l-.3-.6h.2c.3.1.7.3 1 .4.2.2.3.3.2.4zm.3 5.5c.6-.2 1.1-.3 1.7-.5h.8c-.1.1-.2.3-.4.3-.6.1-1.3.2-1.9.3l-.2-.1zm2.2 3.7c-.4-.2-.6-.4-.8-.5h-.4l.9-.4.4.1c-.1.2-.1.5-.1.8zm0-.9c0-.5.1-.9.1-1.3h.3c.2.3.4.5.7.8-.2.1-.6.3-1.1.5zm-1-10.4c.7-.1 1-.2 1.5-.3l.7.7c-.9-.2-1.5-.3-2.2-.4zm2.8-.2c.2.3.5.5.8.9-1.3-.3-1-.7-1.2-.9h.4zm-.2 9.8c0-.4.1-.7.1-1.1 1.5.5 1.4.7-.1 1.1zm3-.4c-.3-.1-.5-.2-.6-.2-.1-.1-.2-.2-.2-.3-.1-.6-.1-.6-1.5-.9.4-.1.8-.1 1.1-.2 1.5.3 1.6.5.9 1.3h.5c-.1.1-.2.2-.2.3zm1.1-.1c.2.2.4.3.5.4-.3.1-.6.2-1 .4-.2-.2-.2-.2.5-.8zm-.4 1.5c-.3-.5 1.3-.2 1.3-.5.4.5.2.6-1.3.5zm2.1-.8c-.4-.1-1.4-.1-.7-.6.3.3 1.6-.1 1.5.4 0 .1-.6.2-.8.2zm-.6-1.6c-.4-.6-.4-.6 1.4-.7-.1.4-.2.7-1.4.7zm3 2.1c0-.3.1-.5.1-.8.8.3.5.7-.1.8zm6.4-10c.5 0 1 0 1.4.1.2 0 .3.2.6.5-.9-.2-1.4-.3-2-.4v-.2zm2.6 7.6c-.4.2-.7.3-1 .5h-.4v-.6c.5 0 .8 0 1.4.1zm-.7 2.4c-.3 0-.8-.1-1.2-.2l.1-.1 1.8-.2.3.1c-.4.1-.6.4-1 .4zm10.8-9.7-.6.6c-.4-.2-.8-.3-1.1-.5.4 0 1 0 1.7-.1zm.5 10.2c-.6-.1-1.2-.3-1.7-.4-.2-.1-.3-.2-.4-.2h2c.1 0 .3.2.3.4 0 0-.2.1-.2.2zm2-9.7-.1-.1c.4 0 .9-.1 1.2-.1.2 0 .4.2.7.5-.8-.2-1.3-.3-1.8-.3zm4.2.3-.5-.2 1.1-.6.5.2-1.1.6zm15.5 8c-.6-.2-1-.3-1.3-.4-.3.1-.5.2-.7.2-.1 0-.5-.2-.4-.2.1-.1.4-.2.6-.2.7 0 1.4 0 2.2.1-.2.1-.3.3-.4.5zm5.5-1.2h-1.7c.3-.2.4-.3.6-.4l1.2.3-.1.1zm112.3 6.6c.3-.2.5-.4.7-.6.3.1.7.3 1.2.5-.8 0-1.2.1-1.9.1zm5.2.3c-.6-.1-1.1-.3-1.8-.4.2-.3.2-.3 1.3-.1.1-.1.1-.2.2-.2h.3l.4.7h-.4zm4.1-1.4h1.9c.2 0 .2.2.5.5-1-.1-1.8-.2-2.5-.3l.1-.2zm2.8 1.4c-.5.1-1.2 0-1.8 0-.3 0-.4-.3-.6-.4l.4-.1c.8.4 1.4.2 2.3-.1-.1.2 0 .5-.3.6zm9.4 1.1c-.6-.1-1.1-.1-1.7-.2.1-.1.1-.2.2-.3.2 0 .5.1.7.1h1.4c-.1.2-.4.3-.6.4zm29.5.5c-.4 0-.9 0-1.3-.1-.3 0-.4-.2-.6-.3.3-.1.6-.2.8-.2.7 0 1.3.2 2.1.3.1.2-.1.3-1 .3zm12.4 0c-.2 0-.1-.3-.1-.5.9.2 1.9.1 1.9.6-.7 0-1.3 0-1.8-.1zm29.6 4.2h-1.1c0-.1.1-.1.1-.2.3 0 .8.2 1 .2.6-.1.8-.1.9 0h-.9zm4.9 0c.3-.1.6-.1.9-.2 0 .1.1.1.1.2h-1zm31.5-2.2h-1l.7-.7h.5c-.1.3-.1.5-.2.7zm23.3 2.1c.2-.1.5-.1.6-.1s.2 0 .3.1h-.9zm.9-1.4c.1-.3 0-.6-1.3-.4v-.1c.3-.1.6-.3 1.1-.5-.3.4 1.9.5.2 1zm1.9.2c-.2 0-.6.1-1 .1.2-.5.4-.9.7-1.5h.7c-.1.5-.2.9-.4 1.4zm17.9-2c.8.4.6.6-.8.7-.4-.4.2-.6.8-.7zm-.4 1.4c-.2-.1-.4-.2-.5-.3 0 0 .3-.2.4-.2.3 0 .7-.1 1-.1l.3.1-1.2.5zm2.6.6-.3-.2 1-.3.4.2-1.1.3zm6.5-1.1c.1.4.2.8.3 1.1-1.1-.5-1.2-.8-.3-1.1zm9.5 2.2h-.3c-.5-.4.4-.4 1.1-.5.1.3.1.3-.8.5zm3.6 0s0-.1-.1-.1c.5 0 .9 0 1.3-.1 0 .1.1.1.1.2h-1.3zm1.7-1h-.6c-.1-.1 0-.2 0-.2.6-.1 1.2-.1 1.8-.1.3 0 .6.1.9.2-.8-.1-1.5 0-2.1.1zm6.4-.9c-.5-.2-.9-.3-1.2-.5 1.1-.1 2-.1 2.8-.2.2 0 .5 0 .6.1.1.1.1.2 0 .3-.2.1-.5.2-.9.3-.4-.2-.9-.3-1.3 0zm2.1 1.9h-.6l-.2-.5.4-.1c.3.1.7.2.8.4.1 0-.2.1-.4.2zm.4-1c-.3-.1-.6-.2-.8-.3.3-.1.6-.3.9-.3.2 0 .5.2.8.3l-.9.3zm2-.3c-.2-.1-.6-.1-.7-.2 0-.2-.4-.5.4-.7.2.2.4.4.5.6.1.1-.1.2-.2.3zm4.5.1c.5-.4.8-.7 1.2-.9h.2c-.1.3-.1.6-.2.9 0 0-.7-.1-1.2 0zm1.6 1.1h-.8c.3-.1.5-.2.8-.3l.2.1-.2.2zm8.9-3.1c.2.1.6.2.6.2.1.2-.1.3-.2.6-.4-.3-.6-.4-.7-.6 0 0 .2-.2.3-.2zm1.6 1c-.3.2-1 .4-1 .7 0 0-.4.1-.7.1-.1 0-.3-.1-.3-.1.1-.1.3-.1.4-.2.2-.1.3-.2.5-.4s.5-.4.7-.6h.4c0 .2.1.4 0 .5zm8.2-.7-1.6-.3c.2-.1.4-.2.5-.2.5.1.9.2 1.4.3l-.3.2zm13.5.5c-.6.1-1.3.1-1.9.1v-.8h.4c.3.5.6.6 1.7.2-.1.2 0 .4-.2.5zm2.4 2.1h-.2c-.3-.5.9-.4 1.4-.6.3.5-.7.4-1.2.6zm1.2-1.1h-.5l.6-1h.5l-.6 1zm21.7-1.1h-.3c-.2-.2-.4-.5-.6-.7.4 0 .7-.1 1.2-.1-.1.3-.2.6-.3.8zm9 .4h-.4c0-.3-.9-.5.5-.8-.1.3-.1.6-.1.8zm.7 1.5.4-.1.1.1h-.5zm2.9-1.4c0-.1.7-.1.9-.1.7.1 1 .3.4.6-.5-.1-1.7 0-1.3-.5zm.7 1.3s-.3-.2-.2-.3c.2-.1.6-.1.7-.2.5 0 .9 0 1.1.1.1 0 .2.1.3.2-.6.1-1.3.1-1.9.2zm11.2-.9c-.3-.1-.7-.2-.7-.3s.4-.2.6-.2c.3 0 .5.1.8.2-.2.1-.4.2-.7.3zm.1-1c-.3 0-.7-.1-1-.1.2-.1.4-.2.7-.3.4-.1.9-.1 1.3-.1.2 0 .4.2.6.2-.8.2-1.2.2-1.6.3zm5.3-.9c-1.2-.2-1.2.2-1.8.6-.2-.3-.5-.5-.3-.7.2-.1.8-.2 1.2-.2.6-.1 1.3-.1 2.1-.1-.1.4-.4.5-1.2.4zm15.4 2.6c0-.1 0-.3.1-.4.3.2.4.3.6.4h-.7zm-.8-1.7c-.5-.5 1-.5 1.4-.7.6.5-.5.6-1.4.7zm12.2 1.6c.4 0 .7-.1.9 0h-.9zm6.1-2.3c-1.4 0-1.7.3-1.3.8h-.6c0-.3-.2-.6 0-.9s.8-.5 1.4-.9c.4.3.7.5 1 .7 0 .1-.3.3-.5.3zm11.6 2.1h-.9l.9-.3v.3zm1.6-2.2c-.1 0-.3-.1-.5-.2 1-.1 1.7-.2 2.5-.2l.1.2c-.6 0-1.3.1-2.1.2zm3.2-.6-.2.4h-.3c.4-.7.4-.7 1.6-.6l-1.1.2zm2.4.6c.2-.6 1.4-.3 2.1-.4-.3.5-1.5.2-2.1.4zm4.8 1c.3-.5.7-1 1.1-1.6.3.2.4.2.6.4 0-.1.1-.3.1-.4l.6.6c-.7.4-1.5.7-2.4 1zm2.6 1h-1.3c-.1-.1-.3-.2-.4-.3.5.2 2-.2 1.7.3zm17.8-.3c-.1 0-.2-.1-.3-.1.4-.1.7-.1 1-.2l.3.3h-1zm7.9-2.2c1 .2 1.1.4.7.7-.1.1-.6.1-.8.1 0-.2 0-.4.1-.8zm-1.9 1 .7-.7.5.1-.7.7-.5-.1zm1 1.1.6-.3c.4.1.9.2 1.3.3h-1.9zm5.5-.1v-.3c.3.1.5.2.7.3h-.7zm5.3-.1h-.5l.3-.3h.2v.3zm3.5-2-.2.1c-.2-.1-.6-.3-.6-.4 0-.1.5-.2.9-.4 0 .3 0 .5-.1.7zm1 .5-.3-.1c.3-.1.7-.2 1-.3.2 0 .5.1.9.3-.7 0-1.2.1-1.6.1zm16 1.1c.1 0 .1 0 .2-.1h2.4l-2.6.1zm32.2-4.4c-.3 0-.8 0-.8-.1-.1-.2-.1-.3-.1-.6.5.1.7.2 1 .3.3-.1.7-.2 1-.3.1.2.3.5.4.7h-1.5zm27.4-.5h-.4l.4-.9h.6l-.6.9zm8 .3c-.8-1-1-1.2.5-1.2-.1.4-.3.8-.5 1.2zm20.8-12.7c.4.1.9.4 1.5.5.9.2 1.2.1 1.2-.3 0 0 0-.1.1-.1 0 0 .1 0 .3-.1.1.4.2.7.2 1h-2.9c-1.3.1-1.2-.3-1.5-.5.4-.2.7-.3 1.1-.5zm-5.3.5c.3 0 .6.1.8.1.1 0-.2.2-.3.3-.3-.1-.6-.1-.8-.2-.1 0-.1-.1-.1-.2 0 .1.2 0 .4 0zm-1.1.4c-1.5-.1-.8-.5-.5-.7.1-.1.6-.1.9-.2l.2.6-.6.3zm4 3.2v-.7l.2-.1.9.6c-.3.1-.6.2-1.1.2zm2.6-2.4c-.7 0-1.5.1-2.2.1-.8.1-1.5.1-1.3.5 0 .1-.1.1-.1.2h-.3l-.2-.4c-.8-.1-1.5-.3-2.1-.4-.1 0 .1-.2.1-.3 2.4.3 4.5-.2 6.8-.1.2.2.1.4-.7.4zm2.6.1c-.2 0-.5-.1-.5-.1 0-.1.1-.2.2-.3.6-.1 1.3-.1 1.8.2-.6.1-1 .2-1.5.2zm12.2-4c-.7.2-1.2.4-1.9.6-.1-.3-.2-.4-.3-.7.8.1 1.4.1 2.2.1zm-3.6 1.7h.6c0 .2-.1.4-.2.5h-.7l.3-.5zm-1 4.3.3.3c.4 0 .8-.1 1.2-.1l-.8.5-.4-.1c-.3-.1-1.3-.3-.3-.6zm2.1 3.3c-.1-.4.7-.7 1.6-.9-.7-.2-1.3-.4-2.1-.6-.1.2-.3.4-.4.6-.9-.3-1.8-.7-2.9-1 .6-.1.9-.1 1.3-.1 0 0 .1.1.2.3l.4-.4c1 .5 2.8.3 4.6-.3 0 .4.1.8-.2 1.2-.3.4-1 .7-1.6 1.1-.2 0-.4-.1-.6-.1l-.2.1c.1.1.2.2.4.3.1.1.3.2.4.3-.2 0-.5.1-.7.1.1-.4-.2-.5-.2-.6zm2.9 1.4c-.5-.1-1-.3-1.5-.5l-.6.3-.3-.1c.2-.2.4-.3.8-.4.1 0 .6.1.9.2.4.1.8.3 1.2.4l-.5.1zm82.3-7.8c.4.2 1 .4 1.3.7.1.1-.7.3-1.2.5-.1-.5-.2-.8-.3-1.1l.2-.1zm-1.1-3.7c.3.2 1.2.3.3.7l-.7-.7h.4zm-7.2 5.8c-.2-.2-.3-.3-.5-.4-.3.2-.7.3-1 .5-.9-.3-.8-.5.3-.9.3.3 1.7.2 1.2.8zm-1.6-7.3.1.1c-.5.1-.9.3-1.5.4-.1-.1-.3-.1-.6-.3.7 0 1.4-.1 2-.2zm-2.9 6 .9.6c-.6 0-1 .1-1.7.1.2-.3.5-.5.8-.7zm-6.1-5.7 1.3-.2.4.6-.4.1-1.3-.3v-.2zm-5.2 6.4c.3 0 .7.1 1 .1.4-.1.7-.1 1-.2l.2.2c-.3.1-.6.2-.9.2-.5 0-.9-.1-1.4-.2l.1-.1zm-2.1-.8c.9.3.1.6.2.9-1.3-.4-1.3-.4-.2-.9zm-1.1.9h.3c0 .1.2.3.1.4l-.8.4-.3-.1.7-.7zm-10 1.8v.8h-.4l-.2-.8h.6zm-7.6 1.6c-.9-.2-1.2-.5-.9-1 1.1.2 1.1.2.9 1zm-.1-2.5s-.4.2-.8.3c-.1-.4-.2-.6-.3-.8h.2c.3.1.7.3.9.5zm-2.8-6.4c.8.2 1.2.1 1.4-.3l.4.1c-.1.2-.3.4-.5.7-.6-.2-1-.3-1.4-.4l.1-.1zm-.3 2.1c.7-.3 1.5-.3 2.2 0-.7.1-1.4.2-2.3.3 0-.1-.1-.2.1-.3zm1.4 5.9c-.5-.3-2 0-1.9-.6h.4c.4-.2.9-.4 1-.4.7.1.7.3.4.5 0 .1.1.3.1.5zm-5.6-8.1c.4.5 2.3-.2 2.5.6-.3-.1-.4-.2-.5-.2-1.2.1-2.3.4-3.7.2.6-.3 1.1-.4 1.7-.6zm1.9 6.8s-.3.1-.4 0c-.5-.1-.9-.3-1.5-.4.7-.1 1.1-.1 1.6-.2l.3.6zm-5.9-.1c.2 0 .4.1.6.1-.5.2-.8.4-1.2.6l-.3-.1c0-.2.8-.5-.5-.4-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.2.5 0 1 0 1.4.1zm-5.3-6.3.2.1c-.5.2-.9.4-1.7.6-.1-.3-.2-.5-.3-.7h1.8zm-.4 6.1v.2c-.2.2-.5.3-.8.5l-.6-.6c.6 0 1 0 1.4-.1zm-4.3-.7h.3l-.2.9h-.5l.4-.9zm-1 1.2c0 .2.1.3.1.6-.8-.2-1.4-.4-2-.5.6 0 1.2-.1 1.9-.1zm-4.8.2c-.3.1-.7.2-.9.1-.4 0-.7-.2-1.2-.3-.2.1-.7.3-1.1.4h-.3c.4-.4.9-.7 1.5-1.2.5.4.9.6 1.2.8.2 0 .5-.1.8-.1 0 .1.1.3 0 .3zm-1-6.6c.2 0 .6.1.8.2-.9.3-1.6.5-2.2.7-.5-.2-1-.3-1.3-.4.9-.2 1.8-.4 2.7-.5zm-6 8.5c-.6.1-1.9-.3-1.9-.6.7.1 1.4.2 2 .4 0 0 0 .2-.1.2zm.8-.2c-.6-.2-1.2-.5-1.8-.7l-.1-.1c.8 0 1.5 0 2.4-.1.1-.2.2-.4.3-.7h.3c0 .4 0 .9.1 1.4-.3.1-.8.1-1.2.2zm2.4-1.2c.1.1.3.1.4 0 .7.3 1.3.5 2 .7-.1-.1-.2-.4.7-.4.2 0 .4.3.4.4 0 .1-.1.3-.1.5-.4-.2-.7-.3-1-.5-.2.1-.5.3-.7.4.5.1 1.2.2 1.8.3l-.2.1c-.3 0-.6-.1-1-.1-.3.1-.6.3-1.1.5-.2-.1-.6-.3-.6-.4.2-.5-.2-1-.6-1.5zm.8 2.5c.1-.1.5-.1.7-.1.1.2.2.4.3.7-1.2-.2-1.3-.4-1-.6zm2.9 0c-.7.1-1.5.2-1.7-.2.5-.1.9-.1 1.4-.1.3 0 .5.1.8.1-.2.1-.3.2-.5.2zm1.2-1.5c-1.3-.5-.8-1.2-.7-1.8h.3c.2.3.5.7.7 1-.2.3-.3.5-.3.8zm-.6-7.6c-.9-.4 1-.2 1-.5.2.1.3.2.5.3-.6.1-1.1.2-1.5.2zm2.5 6.8c.7.4 1.2.8 1.7 1.1l-.1.1c-.7-.2-1.3-.3-2.1-.5.1-.2.2-.4.5-.7zm6.8.4c-.1 0-.7.2-1.2.4 1.4.4.2.9.4 1.3 0 0-.5.1-.7.2 0-.4 0-.7-.1-1.1 0-.3-.2-.5-1-.2.2.3.4.5.6.8h-1.7c-.2.4-.3.9 1.2 1.1.4-.1.9-.1 1.4-.2v.9c-.9-.2-1.9-.4-2.9-.6-.8-.1-1.4-.6-1.3-.9l-.5.4c-1.2-1-1.2-1-1.1-1.1.7.2 1.3.3 2.2.5v.3h.3c.1-.1.1-.2.2-.3 0-.2-.9-.7.8-.5.1 0 .4-.2.8-.4-.2.1-.6.1-.9.2-.1-.1-.2-.2-.3-.4-.3.2-.5.4-.8.6-.2-.4-.4-.8-.7-1.3.5.1.8.2 1 .3l.9-.3c0 .2.1.3.1.4.5.1 1 .1 1.6.2.1-.2.3-.4.5-.7h-1.6c-.3-.6 1.1-.3 1.5-.5l.8.8c.6-.1 1.1-.1 1.7-.2-.1.2-.2.5-1.2.3zm2.4-9.1c.9.5-.7.5-.7.8l-.4-.1c.4-.2.7-.4 1.1-.7zm-.7 1.7c-.2-.1-.2-.2-.3-.4 1.2.1 2.3-.3 3.2.1-.8.1-1.5.2-2.2.3-.2 0-.6.1-.7 0zm2.3 9.1c.2-.3.1-.6.3-.9.3.5 0 1.1 1 1.5-.6-.2-1.6-.2-1.3-.6zm2.6.1c-.1.1-.3.2-.5.3l-.8-.3c.2 0 .5-.1.7-.1.2-.1.4-.1.6-.2 0 0 .1.1 0 .3zm.6-2h-.5c-.5.2-1 .5-1.5.7-.4-.2-1.5-.4-1-.9.1 0 .2 0 .3.1l1.1.2.5-.5c.1-.1.4-.3.4-.3.4 0 .8.1 1 .2.3.2.5.4.7.6.3.4 0 .4-1.2.4.2-.1.3-.2.4-.3 0-.1-.1-.1-.2-.2zm3.3 1c.2.1.4.2.8.3-1.1.2-2 .4-3 .6-.2.3.8.8-.7.9.1-.3.4-.6.3-.9-.1-.4.3-.7 1-1 .3-.1.6-.2.1-.4-.7-.3-.8-.8-1.1-1.2-.1-.1.1-.2.3-.3h.7c.1.1 0 .2 0 .4 0 .1 0 .3-.1.4h.4c.1-.1.2-.3.3-.5.2.1.4.2.7.4.7-.2 1.3-.5 2-.7.6 0 1.3-.1 2.1-.2-.5.3-1.1.5-1.7.8-.2-.1-.4-.1-.6-.2-.1 0-.2.1-.2.1.3.1.5.2.8.2.9.1 1.2.3 1 .6-.9 0-1.8-.1-2.6 0-.3 0-.7.2-.8.3-.2.1.1.3.3.4zm2.7.3c.4-.2.8-.4 1.1-.7l.5.1c-.4.3-.8.7-1.2 1l-.4-.4zm3.4.8h-.3c0-.1 0-.2.1-.4-.5-.1-1-.3-1.6-.4.4 0 .7 0 1.1-.1 0-.1-.1-.3-.1-.4h.4c.1.1.2.2.3.4h1c-.4.3-.6.6-.9.9zm1.5-3.1c.1.1.1.2.2.3.4 0 .7-.1 1.1-.1 0 .2.1.4.1.6-1.4.3-2-.1-1.4-.8zm1.9 1.7-1.3.1-.2-.1c.3-.1.6-.3.9-.4.1 0 .5.1.8.2l-.2.2zm1-.4h-.2c0-.2.1-.4.1-.7-.2 0-.5 0-.9-.1.1-.2.1-.3.2-.4-.4-.1-.7-.3-.8-.3.6-.2 1.2-.4 1.3-.5.1-.1-.6-.3-.9-.4 0-.6 0-.6.8-.8.5.7.9 1.4 1.3 2.1.6 0 1.4-.1 1.5 0 .3.2.3.4.4.6l-.4.1c-.3-.1-.5-.2-.8-.4-.5.3-1.1.5-1.6.8zm2.8 1.2c-.4-.4-.8-.7-1.2-1l.5-.1.4.4c.1.1.2.2.4.2.8.2.8.2-.1.5zm2.7-.6c-.7-.1-1.4-.1-2.3-.2.5-.2.9-.4 1.3-.6v.5c.4.1.7.1 1.1.1l-.1.2zm3.1 1.4c-.3.1-.7 0-1.1 0 .8-.3 1.4-.6 1.9-.8.4.4-.1.6-.8.8zm-1.6-1.4c-.1-.3.3-.5 1-.5.8 0 1.3.2 1.2.4-.8 0-1.4.1-2.2.1zm3.2-1.6c-1 0-2.2 0-3.1-.3-.4 0-.8.1-1.4.2l.9-.9c.4.2 1 .4.5.7 1-.3 2-.1 2.9 0 .5-.3.6-.6-.4-.8h2.4s.1 0 .2.1c.1 0 .2.1.3.1.2.2.4.5.2.6-.5.3-.6.5.5.5l-2.1 1.5c-1.3-.5-.3-1.1-.9-1.7zm14.9 1.5c-.7-.1-.9-.3-.3-.5.2-.1.2-.3.3-.4.2-.2.5-.4.8-.7-.8-.1-1.2 0-1.5.3s-1 .6-1.6.9c-.1.3.5.7-1 .6 0 0-.3.2-.3.3.1.2.4.4.6.7-.9.1-1.7.3-2.7.4-.3-.3-.5-.6-.8-.9-.9 0-.9 0-.5-.3.1-.1.1-.2.1-.2 0-.1 0-.1.3-.2l.3.3c1-.4 1.1-.6.3-1 .1.1.2.3.3.5-.4-.1-.6-.1-1-.2-.3.3-.5.5-.8.9-.1-.2-.1-.3-.2-.5-.3 0-.6.1-1 .1-.3-.2-.5-.3-.9-.6.5.1.8.1 1.2.2-.1-.2-.1-.4-.2-.5.5.1 1.1.2 1.3.1.4-.1.6-.3.9-.5l-1.5-.2-.3.1.2-.4c-1.2-.2-1.6 0-1.9.4-.3.5-1 .9-1.6 1.3-.3.2-1 .3-1.2.5-.2.1.1.4.3.6-.6.1-1.2.1-2 .2.1-.1.2-.3.4-.4.1-.1.3-.1.3-.1-.6-.4.8-.6.8-1 0-.1.5-.1.9-.2-.6-.5.9-.5 1.4-.7.2-.1.4-.3.6-.4l-.4-.1c-.2.1-.4.2-.7.3-.8-.3-.7-.4.3-.7 1.3-.3 2.5-.6 4-1 .3.2.6.4 1 .7l.6-.6h.2l.2.4c.9-.1.9-.1.7-.6-.1-.3 0-.5.2-.9.4.3.8.6 1.3.9.2-.3.3-.6.4-.8h.2c-.1-.2-.2-.3-.4-.6.7 0 1.2.1 1.7.1-.1.3-1.1.6-.3 1 .2.1-.2.3-.1.5l.9-.4h.3l-.5.5c-.1.1-.4.2-.6.3.4.1.8.2 1.2.2 1.8.1 1.9.2 1.4.8-.1.2 0 .4-.1.8-.1-.1-.2-.2-.3-.4.1.3.2.6 0 .9-.3.3-1.3.5-2 .7-1-.1-.7-.3.8-.5zm1.1 1.9c-.1.1-.5.2-.6.1-.2 0-.4-.2-.4-.2.2-.3.8-.4 1.6-.3-.2.1-.3.2-.6.4zm1.6-1.6c-.1.1-.5.1-.8.1 0 0-.1-.1-.2-.1.2 0 .5-.1.7-.1h.4l.1-.1c-.3 0-.6-.1-1.1-.1 0-.1.1-.2.2-.3.5.1.9.1 1.5.2-.2 0-.5.2-.8.4zm-.2-2.3c-.1 0 0-.3.1-.5.4.1.7.2 1 .3.1-.2.2-.3.3-.4h.2c.1.1.2.2.3.4.1 0 .2-.1.3-.1.8 0 1.6-.1 2.4-.1.3 0 .5.2.9.3-1.6 0-2 .4-2.4.8-.6-.2-1.1-.4-1.5-.5-.5-.2-1.1-.2-1.6-.2zm2.8 1.4v-.6l.4-.1c.3.2.6.4 1.1.6-.8.1-1.1.1-1.5.1zm4.3.4c-.4-.1-.7-.2-1.1-.3-.3 0-.6.1-.9.1l-.2-.1c.4-.1.9-.2 1.3-.4.4.2.7.4.9.7zm-.2-1.9.8-.4.5.1c-.3.1-.5.3-.8.4 0-.1-.3-.1-.5-.1zm3.7 3.2h-.4l-.8-.5.1-.1c.3.1.8.1 1 .2.2.1.1.3.1.4zm1.1-2.6.9.3c-.3.1-.5.1-.8.2-.9.1-.9.1-.6.5.2.2-.3.5-.4.7-.7 0-1.2.1-2 .1.1-.1.1-.3.3-.4 1.3-.1 1-.5 1-.7-.7-.1-1.3-.3-2.2-.5.9-.2 1.4-.3 2.2-.5l.2-.2h.2l.3.6h.4c.3-.4-.4-.7-.9-.9-.1-.1-1 0-1.7 0 0-.1 0-.2.2-.3.5-.2 1.1-.4 1.7-.6.3-.1.6-.2 1.2-.1.3.1 1-.1 1.4-.2l.3.1c-.3.1-.6.2-.9.4-.3.1-.5.3-.7.4 1.7.2 2.9-.1 3.7-.7l.4.1c-.1.2-.2.4-.5.5-.8.2-.6.3-.2.5.1.1.1.2.2.3h-.7c-1.2-.3-2.3-.2-3 .4zm4.3 1.1c-.4-.2-.7-.2-1-.4.5-.1.9-.2 1.5-.3-.2.2-.4.4-.5.7zm61.5-4.9c0 .4-.1.7-1.3.8-.5-.5-.5-.5 1.3-.8zm-1.6-2.2c.4.3.7.5 1 .8-.3 0-.5.1-.8.1l-.3.6h-.4c.1-.2.2-.5.2-.7-.8-.1-.8-.1.3-.8zm-4-2.9h.2c.2.3.3.5.5.8h-1c.1-.3.2-.6.3-.8zm-7.2-.1c.4.1.8.2 1.1.3.2.1.3.2.2.3-.1.1-.5.2-.7.2-.1 0-.3-.2-.4-.2-.2-.2-.3-.4-.4-.5l.2-.1zm-22.2-1c.5-.1.9-.3 1.4 0-.4.2-.7.4-1 .6-.4 0-.9.1-1.6.1-.2-.1-.4-.2-.5-.3.7-.1 1.2-.3 1.7-.4zm1.1 5.3c-.2.1-.4.3-.7.4-.4-.2-.3-.5.2-.6h.5c.1 0 .1.1 0 .2zm-14.5-4.5-.2.2c-2 .1-2 .1-1.9-.4.8.1 1.5.1 2.1.2zm-2.7-.9c.4.1.6.2 1.1.2-.4.1-.6.2-1.1.4v-.6zm.1 6.9c.1 0 .3-.1.4-.1.1.1.3.1.3.2s-.1.2-.1.3v.4c-.8-.1-1-.6-.6-.8zm-7.7-1.1c0 .3 0 .7.1 1-1.1-.2-.8-.6-.1-1zm-1.099 1.5c-.001 0-.001 0 0 0h2.2c.4-.1.7-.1 1-.2l.7.7-.3.1c-.2-.1-.4-.1-.6-.2-.2.1-.5.2-.7.3.2.2.4.2.7.2.3 0 .6-.1.9-.1s.8.2 1.4.4c-.3.2-.6.2-.8.2-1.1.1-1.2.3-.8.7.1.1 0 .3-.1.4h-.3c-.2-.2-.4-.4-.6-.7l-.6.3c-.7-.2-1.4-.4-2.3-.6.7-.2.5-.6 1.3-.7-.501-.2-.301-.7-1.1-.8zm1.699 5c0-.7.7-1.2 2.4-1.3-.7.5-1.5.9-2.4 1.3zm.1-1.2c-.3-.1-.5-.1-.8-.2-.2 0-.3-.1-.6-.1.1-.3.3-.7.4-1.1h1.4c.5.6 1.1.8 2.3.7l.1.2c-.7.2-2.1.1-2.8.5zm3.3.8h-.3l-.1-1.3.6-.6h.2l-.4 1.9zm.7-11c.3-.1.7-.2 1.3-.3 0 .1.2.3.1.3-.5.1-1 .2-1.6.3 0-.1 0-.3.2-.3zm4.1 9.6c-.1.1-.4.2-.9.2 0-.2.1-.3.1-.5-.3 0-.5.1-.7.1-.1-.1-.3-.2-.4-.3l.5-.5c1.1.2 1.8.5 1.4 1zm-3.8-.3c.2-.2.4-.4.7-.6.1-.1.7-.1.8-.1.2.1.3.3.4.4-.6.1-1.1.2-1.9.3zm5.3 2.2c-.1-.1-.3-.3-.5-.4 1.1-.1 1.6 0 1.9.4h-1.4zm1.3-2 .7-.7h.3c0 .3 0 .6.1 1.1-.6-.2-1-.3-1.1-.4zm-.5-1.3c-.2.1-.8-.1-.6.2.1.1.1.3.1.4l-.3.6h-.5c0-.2-.1-.4.1-.6.4-.5-.3-1.2-1.5-1.3-.3 0-.8.1-1.1.2-.1 0 0 .2 0 .2h1.2c.1.1.4.3.6.4-.1 0-.2.1-.2.1-1-.1-2.1 0-3-.2-.4-.1-.9-.3-.9-.4 0-.3-.9-.7.8-.8.4 0 .8-.3 1.2-.4.1.1.2.3.3.4l.2.2c1.4 0 2.6.6 4.2.1.2-.1.9.1 1.4.1-.7.3-1.3.5-2 .8zm5.5 2.5-1.2-.4.3-.1c.5 0 1 .1 1.8.1-.3.1-.599.2-.9.4zm.7-2.6c-.1.6-.2 1.1-.3 1.7-.3-.1-.4-.1-.4-.1.6-.6-1.2-.8-1.4-1.2-.1-.3-.5-.5-.8-.8v.1c-.7-.4-1.2-.8-2.5-.7-.1 0-.3-.1-.3-.1.1-.1.2-.3.4-.3.2-.1.7-.1.8 0 .4.2.9.3 1.6-.1l.2.1-.2 1c.4-.1.9-.2 1.3-.3.4.1.7.2 1.3.3 0-.4 0-.8 1.1-1 .1.3.2.6.3.8h-.8l-.3.6zm1.8 1.5c-.5-.1-.9-.2-1.3-.4l.3-.1h1.1c-.1.2-.1.3-.1.5zm0-9.9c.3-.1.6-.4 1-.4s.8.2 1.2.3c-.4.1-.7.2-1.2.4-.5-.1-.8-.2-1-.3zm2.7 7.3c-.5-.4-2.1-.4-1.5-1.1.4.2.6.3 1 .4l.6-.3h.4c-.2.3-.3.6-.5 1zm1.5.7c-1.1-.4-1.1-.7 0-.9 0 .2.1.3.1.5.3 0 .6 0 1.1.1-.5.1-.9.2-1.2.3zm1.1-1.7c.2-.1.4-.2.7-.3h.9l.2.1c-.5.1-.9.2-1.4.3-.1 0-.5-.1-.4-.1zm4.2.9c-.2 0-.3-.1-.3-.1-1.1.3-2 .6-3.1.9-.4-.4-.1-.5 1.7-.7l.8-.8c.4.2.8.4 1.1.6l-.2.1zm.4-7.3h-1.9c.3-.2.4-.3.6-.5l1.5.3-.2.2zm3.9-.3c-.4.1-.7.2-1.1.4 0-.5 1.5-.9 2.3-.8.2 0 .3.2.4.3-.4.1-.8.2-1.3.2-.1 0-.2-.1-.3-.1zm.6 7.5c-.7-.3.4-.4.7-.6.9.3.8.4-.7.6zm2.3.8c-.2.1-.6.2-.9.3-.3-.3.3-.5.8-.7-.2-.1-.6-.2-.6-.3 0-.1.4-.2.7-.3h1c-.3-.2-.6-.5-.8-.7h-.3c0 .2-.1.3-.1.5h-.5c0-.2-.1-.4.1-.7.2-.2.6-.4 1.1-.6-.1.1-.2.3-.2.4.7.4 1.3.8 1.9 1.2-.5-.1-.9-.1-1.2-.1.4.2.5.3-.3.4-.4 0-.6.1-.8.2.2 0 .5.1.5.1-.1.1-.2.2-.4.3zm2.7-.6c-.2.5-1.5.2-2 .5 0-.4 0-.4 2-.5zm.1 1.6c-.6-.4-.5-.5 1-.6-.3.2-.6.4-1 .6zm2.2-2-.2-.1-.5.5c-.1-.3-.2-.6-.2-1 .6-.3 1 .2 1.7.1l.1.1-.9.4zm2-8c.3.1.3.3.4.5h-.3l-1.2-.4c.3-.1.9-.2 1.1-.1zm-.6 7.5c.3-.1.5-.3.8-.3s.6.1.8.2l-.1.1-1.2.1-.3-.1zm1.1 3.3-.3.1c-.2-.1-.5-.3-.4-.4.1-.1.4-.3.7-.4h.3l-.3.7zm1.3-2.5c-.4-.1-.9-.1-1.2-.3-.2-.1 0-.2 0-.4.6.2.9.2 1.3.3.1 0 .1.1.2.2 0 .1-.2.2-.3.2zm1.1-.3c-.4-.2-.7-.4-1-.5l1-.3.3.1c0 .2-.1.4-.3.7zm1.5-1.3c-.7.1-1 .1-1.3.1h-.7c.1-.1 0-.2.2-.3.6-.1 1.2-.3 2.2-.5-.2.4-.3.6-.4.7zm2.6-7c.2.2.5.4.8.7-.9-.1-1.5-.2-2.3-.3.7-.2 1.1-.3 1.5-.4zm.6 7c-.4.1-.7.3-1.1.4-.9-.4.1-.4.4-.5.1 0 .4.1.7.1zm-2 1c.5-.2 1-.4 1.6-.6.2-.1.6 0 .8 0-.1.1-.1.3-.3.3-.6.2-1.2.3-1.8.4l-.3-.1zm2.6 3.6c-.3-.3-.5-.4-.8-.5h-.4l.8-.5.4.1v.9zm0-1c0-.5-.1-.9-.1-1.3h.3c.3.2.5.5.8.8-.2.1-.5.3-1 .5zm-.2-10.6.4-.1c.3.2.5.5.9.8-1.4-.1-1.1-.5-1.3-.7zm1.6 9.8c0-.4 0-.7-.1-1.1 1.6.3 1.6.5.1 1.1zm2.9-.7c-.3-.1-.5-.1-.6-.2-.1-.1-.3-.2-.3-.3-.2-.6-.2-.6-1.6-.8.4-.1.7-.2 1.1-.3l-1.4-.2-.1-.1c1.6 0 .6-.4 1.2-.7.1.4.2.7.3 1 1.6.2 1.7.3 1 1.3.2 0 .3 0 .5-.1 0 .2 0 .3-.1.4zm1.1-.2c.3.1.4.2.6.3-.3.2-.6.3-.9.4-.3 0-.3 0 .3-.7zm-.1 1.6c-.4-.5 1.2-.3 1.2-.6.5.5.3.6-1.2.6zm1.9-1c-.4-.1-1.4 0-.8-.5.3.3 1.6-.2 1.6.3 0 .1-.6.2-.8.2zm2.5.3v-.8c.8.3.6.7 0 .8zm8.5-3c-.4.2-.7.4-1 .5h-.4c0-.2-.1-.4-.1-.6.6.1 1 .1 1.5.1zm-3.6-7.3c.5 0 1-.1 1.4 0 .2 0 .4.2.6.4-.9-.2-1.5-.2-2-.3v-.1zm3.3 9.8c-.3.1-.8-.1-1.3-.1l.1-.1 1.7-.3.3.1c-.2.1-.4.3-.8.4zm7.5-10.2c.5-.1 1.1-.2 1.8-.3-.2.3-.3.4-.5.7-.5-.1-.9-.3-1.3-.4zm3.8 9.8-1.8-.3c-.2 0-.3-.1-.4-.2.7-.1 1.3-.1 2-.2.1 0 .3.2.3.3.1.2 0 .4-.1.4zm.6-9.8-.1-.1c.4-.1.8-.2 1.2-.2.2 0 .4.2.8.4-.9 0-1.4 0-1.9-.1zm4.2.1-.5-.1 1-.6.6.1-1.1.6zm16.6 6.8c-.6-.1-1-.2-1.4-.3-.3.1-.5.2-.7.2-.1 0-.5-.1-.4-.2s.3-.3.5-.3c.7-.1 1.4-.1 2.2-.1 0 .3-.1.5-.2.7zm3.6-1.4c.3-.2.4-.4.5-.5l1.2.3c-.4 0-.8.1-1.7.2zm103.7-9.2c-1.2.1-2.2.1-3.4-.1-1-.1-2.3 0-3.5.1-1.8.1-3.5.3-5.3.2-.6 0-1.6 0-2.4.2-.4.1-1.1.1-2.1.2.9.1 1.4.2 2.3.3-1.2.3-2 .6-2.9.9-1.6-.9-2-1.8-1.2-2.2 1.2-.1 2.3-.2 3.4-.3.8-.1 1.6.2 2.3-.1 0 0 .5.1.9.2 1.5-.4 3.2-.3 4.9-.3 1.5 0 3.1-.2 4.6-.4.9-.1 1.3 0 1.5.3.1.2.4.4.6.5l.2-.1c.4.1 1 .1 1.1.2.2.4-.5.4-1 .4zm80.6 8.4c.5.3 1.2.5 1.4.8.1.1-.8.3-1.4.5-.1-.5-.2-.9-.3-1.2l.3-.1zm-1.2-4c.4.2 1.4.3.4.8-.3-.3-.5-.5-.8-.7l.4-.1zm-8 6.4c-.2-.2-.4-.3-.5-.4-.4.2-.7.4-1.1.5-1.2-.3-1.1-.5.2-1 .3.3 1.9.3 1.4.9zm-1.9-8.1c-.4.2-1 .4-1.6.6-.2-.1-.3-.2-.6-.3.801-.1 1.5-.2 2.2-.3zm-3.3 6.6c.4.2.7.4 1 .6-.6 0-1.1.1-1.9.1.3-.2.6-.4.9-.7zm-6.7-6.3 1.4-.2.4.7-.4.1-1.4-.4v-.2zm-5.9 7.2c.4 0 .8.1 1.1.1.4-.1.8-.1 1.1-.2l.2.2c-.3.1-.7.2-1 .2-.5 0-1-.1-1.6-.2l.2-.1zm-2.4-1c1 .3.1.6.2 1-1.4-.3-1.4-.4-.2-1zm-1.2 1.1h.3c0 .1.2.3.1.4-.2.2-.6.3-.9.4l-.3-.1.8-.7zm-11.2 2v.9h-.5l-.2-.9h.7zm-8.7-1.1s-.5.2-.9.4c-.2-.4-.2-.7-.3-.9h.2c.3.1.7.3 1 .5zm-3.2-7.1c.9.2 1.3.1 1.6-.3l.4.1c-.2.2-.3.5-.6.8-.7-.2-1.2-.3-1.6-.4l.2-.2zm-.4 2.4c.8-.4 1.6-.4 2.5 0-.8.1-1.5.2-2.5.3 0-.1-.1-.3 0-.3zm.1 5.9c.5-.2 1-.5 1.2-.5.7.1.8.3.5.6-.3.2-.1.3-.1.6-.6-.3-2.2 0-2.1-.7h.5zm-4.8-8.4c.4.5 2.5-.2 2.8.7-.3-.2-.5-.2-.6-.3-1.4.1-2.5.5-4.1.2.7-.3 1.3-.4 1.9-.6zm2.2 7.6-.4.1c-.5-.1-1-.3-1.6-.5.8-.1 1.2-.1 1.8-.2 0 .2.1.4.2.6zm-6.6-.1c.2.1.4.1.7.1-.5.3-.9.5-1.4.7l-.3-.1c.1-.2.9-.6-.6-.5-.1 0-.3-.1-.3-.1 0-.1.2-.2.3-.2.5 0 1.1 0 1.6.1zm-4-8.4c1 .6-.7.6-.8.9l-.4-.1c.3-.2.7-.4 1.2-.8zm-2 1.4.2.1c-.5.2-1.1.4-1.9.7l-.4-.8h2.1zm-.4 6.8c0 .1 0 .2-.1.2l-.9.6c-.2-.2-.5-.4-.7-.6.8-.1 1.2-.1 1.7-.2zm-4.8-.8h.4l-.3 1h-.6l.5-1zm-1.7 1.3c.2.1.3.1.5 0 0 .2.1.4.2.7-.3-.1-.5-.1-.7-.2v-.5zm0 2c.2.1.3.2.4.3l-.1.1c-.1 0-.2 0-.3-.1v-.3zm6.1-.5c-.2 0-.8.3-1.3.4 1.5.4.3 1 .4 1.4 0 0-.5.1-.8.2 0-.4 0-.8-.1-1.2 0-.3-.2-.5-.9-.3.3.4.5.6.7.9h-1.9c-.3.5-.3 1 1.4 1.3.4-.1 1-.1 1.6-.2v1c-1.3-.1-2.4-.4-3.5-.6-.9-.2-1.6-.6-1.5-1l-.2.2v-.7c.3.1.6.1.9.2v.3h.4c.1-.1.1-.2.2-.3 0-.2-1-.7 1-.6.1 0 .4-.2.8-.4h-.1c-.3.1-.7.1-1.1.2-.1-.1-.2-.2-.3-.5-.3.3-.6.4-.8.7-.2-.5-.5-.9-.7-1.4.6.2.9.2 1.2.3.4-.1.6-.2 1-.4.1.2.1.3.1.4.6.1 1.2.2 1.8.2.1-.2.3-.5.5-.8h-1.8c-.4-.7 1.2-.3 1.7-.6.4.3.7.6.9.9.7-.1 1.2-.1 1.9-.2-.2.5-.4.8-1.5.6zm1.9-8.3c-.2-.1-.2-.2-.3-.5 1.3.2 2.6-.4 3.6.1-.9.1-1.7.2-2.4.3-.3.1-.8.2-.9.1zm2.6 10.2c.2-.3.1-.6.4-1 .3.6-.1 1.2 1.2 1.7-.7-.2-1.9-.2-1.6-.7zm2.9.1c-.1.1-.4.2-.6.3l-.9-.3c.3-.1.6-.1.8-.2.3-.1.5-.2.7-.2.1.1.1.2 0 .4zm4.401-1.1c.2.1.5.2.8.4-1.3.3-2.3.5-3.4.7-.2.3.9.8-.8 1 .1-.4.4-.7.3-1-.1-.5.3-.8 1.1-1.1.4-.1.7-.2.1-.5-.2-.1-.3-.2-.5-.3 0 .2-.4.3-1.5.2.2-.1.4-.2.4-.4 0-.1-.1-.2-.2-.2s-.4 0-.5.1c-.6.3-1.1.5-1.7.8-.5-.3-1.7-.5-1.1-1 .1 0 .2 0 .4.1l1.3.2c.2-.2.3-.4.5-.5.1-.1.4-.3.5-.3.4 0 .9.1 1.1.2s.3.2.4.3c-.1-.2-.2-.4-.4-.6-.1-.1.2-.3.4-.4.1-.1.7 0 .8 0 .1.1 0 .3 0 .4 0 .1 0 .3-.1.4h.4c.1-.2.2-.3.3-.6.3.2.5.3.7.4.8-.3 1.5-.5 2.2-.8.6-.1 1.4-.1 2.4-.2-.6.3-1.2.6-1.9.9-.2-.1-.4-.1-.7-.2-.1 0-.2.1-.2.1l.9.3c1.1.1 1.4.3 1.1.6-1.1 0-2-.1-2.9 0-.4 0-.8.2-.9.4.2.3.5.5.7.6zm3.099.4c.4-.2.9-.5 1.3-.7l.6.2c-.4.4-.9.7-1.3 1.1-.2-.3-.4-.4-.6-.6zm3.8.8h-.3c0-.1.1-.3.1-.4-.6-.1-1.1-.3-1.8-.5.5 0 .8 0 1.2-.1 0-.2-.1-.3-.2-.5h.4c.1.1.2.3.3.4h1.1c-.3.5-.5.8-.8 1.1zm.9-1.3c-1-.2-1.4-.6-1-1.1 1.2.2 1.2.2 1 1.1zm.7-2.1c.1.1.2.3.2.4.4 0 .8-.1 1.2-.1 0 .2.1.5.1.7-1.5.1-2.1-.2-1.5-1zm2.3 1.9-1.4.1-.3-.1c.3-.1.6-.3 1-.4.1 0 .6.1.9.2l-.2.2zm.9-.5c0-.2.1-.5.2-.7-.2 0-.5 0-1-.1.1-.2.1-.4.2-.4-.5-.2-.8-.3-.9-.3.7-.3 1.3-.4 1.5-.6.1-.1-.6-.3-1-.5 0-.7 0-.7.9-.9.5.8 1 1.6 1.5 2.3.7 0 1.5-.1 1.7 0 .3.2.3.5.4.7l-.5.1c-.3-.1-.6-.3-.9-.4l-1.8.9-.3-.1zm3.3 1.3c-.5-.4-.9-.7-1.3-1.1l.5-.1.5.5c.1.1.3.2.5.2.8.2.8.2-.2.5zm3-.6c-.8-.1-1.5-.1-2.6-.2.6-.3 1-.4 1.5-.6v.5c.4.1.8.1 1.2.2l-.1.1zm2.9-.5c.9 0 1.4.2 1.3.4-.9 0-1.6.1-2.4.1-.199-.3.301-.5 1.1-.5zm.7 2c-.3.1-.7 0-1.3 0 .9-.4 1.5-.6 2.2-.9.4.5-.1.8-.9.9zm1.7-3.3c-1.2 0-2.4 0-3.4-.3-.4.1-.9.1-1.5.2.2-.3.5-.7.9-1 .4.3 1.1.4.6.8 1.1-.3 2.2-.2 3.3 0 .6-.3.6-.6-.4-.9 1 0 1.7 0 2.7.1 0 0 .1 0 .2.1.1 0 .2.1.3.1.2.2.5.5.2.7-.5.4-.7.6.6.6-.8.6-1.6 1.1-2.4 1.6-1.6-.6-.4-1.4-1.1-2zm16.7 1.6c-.8-.1-1-.3-.3-.6.3-.1.2-.3.4-.5.3-.2.6-.5.9-.7-.9-.1-1.3 0-1.7.4-.4.4-1.2.7-1.8 1-.1.3.5.8-1.2.6 0 0-.4.2-.3.4s.4.5.7.7c-1 .2-1.9.3-3 .5-.3-.3-.6-.6-.9-1-1 0-1 0-.6-.3.1-.1.1-.2.2-.3 0-.1 0-.1.3-.2.1.1.2.2.3.4 1.1-.5 1.2-.7.3-1.1.1.2.2.3.3.5-.4-.1-.7-.1-1.1-.2-.3.3-.6.6-.9 1-.1-.2-.1-.3-.2-.5-.3 0-.7.1-1.1.1-.3-.2-.6-.4-1-.6.6.1.9.1 1.4.2-.1-.2-.2-.4-.2-.5.5.1 1.2.2 1.4.2.4-.1.7-.4 1-.6l-1.7-.3-.3.1.2-.5c-1.3-.2-1.8 0-2.1.5-.4.5-1.1 1-1.8 1.5-.3.2-1.1.4-1.4.6-.2.2.2.4.3.6-.7.1-1.3.1-2.2.2l.4-.4c.1-.1.3-.1.3-.1-.7-.5.9-.7.9-1.1 0-.1.6-.2 1-.3-.7-.5 1-.5 1.5-.8.3-.1.4-.3.6-.5l-.4-.1c-.2.1-.5.3-.7.4-.8-.4-.7-.5.3-.7 1.5-.3 2.9-.7 4.5-1.1.3.2.7.5 1.1.7l.7-.7h.2l.2.4c1-.1 1-.1.7-.7-.1-.3 0-.6.2-1 .4.3.9.6 1.4 1 .2-.4.3-.7.5-.9h.3c-.1-.2-.2-.4-.4-.6.8 0 1.4.1 1.9.1-.1.4-1.2.7-.3 1.1.2.1-.2.3-.1.6l1-.5.4.1c-.2.2-.4.4-.6.5-.2.1-.4.2-.6.4.5.1.9.2 1.4.3 2 .1 2.1.2 1.6.9-.2.2-.1.5-.1.9-.2-.3-.3-.4-.4-.5 0 .4.4.8 0 1.1-.4.3-1.5.5-2.3.8-.999-.3-.8-.6.9-.9zm1.3 2.2c-.1.1-.6.2-.7.1-.2-.1-.5-.2-.4-.3.3-.3.9-.5 1.7-.4-.2.3-.3.4-.6.6zm1.7-1.8c-.1.1-.6.1-.9.1-.1 0-.1-.1-.2-.2.3-.1.5-.1.8-.2h.5l.1-.2c-.4 0-.7-.1-1.2-.1 0-.1.1-.2.2-.4.6.1 1 .1 1.7.2-.3.4-.6.6-1 .8zm-.2-2.6c-.1 0 0-.3.1-.5.5.2.7.2 1.1.4.2-.2.3-.3.4-.5h.3c.1.1.2.2.3.4.1 0 .2-.1.3-.1.9 0 1.8-.1 2.7-.1.3 0 .5.2 1 .3-1.8 0-2.2.4-2.7.9-.6-.2-1.2-.4-1.7-.6-.599-.1-1.199-.1-1.8-.2zm3.1 1.6v-.6l.5-.1c.4.2.7.4 1.3.7h-1.8zm4.9.4-1.2-.3c-.3 0-.7.1-1 .1l-.2-.1c.5-.1 1-.3 1.5-.4.4.2.8.4 1.1.6l-.2.1zm-.2-2.1.9-.5.6.2c-.3.2-.6.3-.9.5 0 0-.4-.1-.6-.2zm4.2 3.7h-.4l-.9-.6.2-.1c.4.1.9.1 1.1.2.1.1-.1.3 0 .5zm1.2-3c.3.1.7.2 1 .3-.3.1-.6.2-.9.2-1 .1-1 .2-.6.5.2.2-.3.6-.4.8-.8.1-1.4.1-2.3.1.1-.1.1-.4.3-.4 1.5-.1 1.2-.5 1.1-.8-.8-.2-1.4-.3-2.5-.5 1-.2 1.6-.3 2.5-.5l.2-.2h.2l.4.6h.4c.3-.4-.5-.7-1-1-.2-.1-1.1 0-1.9 0 .1-.1 0-.2.2-.3.6-.2 1.2-.5 1.9-.7.3-.1.7-.3 1.4-.1.4.1 1.1-.1 1.6-.2l.3.1c-.3.1-.7.3-1 .4-.3.2-.6.3-.8.5 2 .3 3.2-.1 4.1-.8l.5.2c-.2.2-.2.5-.5.5-.9.2-.7.3-.2.6.2.1.2.2.2.3h-.8c-1.5-.4-2.6-.3-3.4.4zm4.7 1.2c-.5-.2-.8-.3-1.2-.4.6-.1 1.1-.2 1.7-.4-.1.3-.3.5-.5.8zm3.3-6c0 .4 0 .7.1 1.2-1.3-.3-1-.7-.1-1.2zm1.2 1.7c.4-.1.8-.2 1.2-.2l.8.7-.3.1c-.2-.1-.4-.2-.7-.3-.5.2-1 .4-1.6.6 0-.1-.1-.2-.1-.2-1.4.1-.9-.6-1.8-.7h2.5zm-2.1 3.8c.1-.4.3-.8.5-1.3h1.4c-.8-.2-1.6-.4-2.6-.6.9-.2.4-.9 2-.7.3 0 .8-.1.8-.1.5.4 1.1.2 1.8.1.4 0 .9.2 1.6.4-.3-.1-.6-.1-.9 0-1.2.2-1.3.3-.9.8.1.1 0 .3-.1.5h-.4c-.2-.3-.4-.5-.7-.8-.2.1-.5.3-.6.4h.2c.6.7 1.3.9 2.6.7l.1.3c-.9.4-2.4.2-3.2.7-.3-.1-.6-.1-.9-.2-.2 0-.4-.1-.7-.2zm1.5 1.8c0-.8.8-1.3 2.7-1.4-.9.4-1.7.9-2.7 1.4zm3.8-.5h-.4l-.1-1.5.7-.7h.2l-.4 2.2zm59.4-8.7 1.2.9c-.3 0-.6.1-.9.1l-.3.6h-.5c.1-.3.2-.5.3-.8-1-.1-1-.1.2-.8zm1.8 2.5c0 .4-.1.8-1.5.9-.5-.6-.5-.6 1.5-.9zm-6.3-5.8h.3c.2.3.3.6.5.9h-1.1l.3-.9zm.5 5.1c.1.4.3.8.4 1.1l-1.6-.2-.1-.1c1.8 0 .7-.5 1.3-.8zm-8.5-5.1c.4.1.9.2 1.2.4.2.1.4.3.3.4-.1.1-.5.2-.8.2-.1 0-.3-.2-.4-.3-.2-.2-.3-.4-.5-.6l.2-.1zm-38.1 7c.2-.1.8-.1.9 0 .5.2 1 .3 1.8-.1l.2.2-.2 1.2c-.7-.4-1.3-.8-2.7-.7-.1 0-.4-.1-.4-.2.1-.1.2-.3.4-.4zm-1.7-7.3-.2.2c-2.3.1-2.3.1-2.1-.5.8.1 1.5.2 2.3.3zm-3.1-.9c.4 0 .7.1 1.3.2-.4.2-.7.3-1.3.5v-.7zm.2 7.6c.1 0 .4-.1.4-.1.2.1.3.1.3.2s-.1.3-.2.4v.5c-.8-.2-1-.8-.5-1zm-3.5-6.7c.3-.1.8-.2 1.5-.4 0 .2.2.4.1.4-.5.1-1.2.2-1.8.3.1-.1 0-.3.2-.3zm.4 10.5c.3-.2.4-.5.7-.6.2-.1.8-.1.9-.1.2.1.3.3.4.4-.5 0-1.1.1-2 .3zm4.3.2c-.1.1-.5.2-1 .3 0-.2.1-.4.1-.6-.3 0-.6.1-.8.1-.2-.1-.3-.3-.5-.4.2-.2.3-.4.5-.5 1.3.2 2.1.6 1.7 1.1zm1.5 2.2-.5-.5c1.3-.2 1.8 0 2.1.5-.6-.1-1-.1-1.6 0zm1.5-2.2.8-.8h.3c0 .3 0 .7.1 1.2-.7-.2-1-.4-1.2-.4zm-.6-1.6c-.2.1-.9-.1-.7.2.1.2.1.3.1.5-.1.2-.2.4-.4.7h-.5c0-.2-.1-.4.1-.6.5-.5-.4-1.4-1.6-1.5-.4 0-.9.1-1.2.2-.1 0-.1.3 0 .3h1.3c.1.1.4.3.7.5-.1.1-.2.1-.3.1-1.1-.1-2.3 0-3.3-.2-.4-.1-1-.3-1-.5 0-.3-1-.8.9-.9.4 0 .8-.3 1.4-.5.1.2.2.3.3.4.1.1.2.2.3.2 1.6 0 2.9.7 4.7.1.3-.1 1 .1 1.5.2-.8.3-1.5.6-2.3.8zm6.2 2.8-1.3-.5.3-.1c.6 0 1.1.1 2 .1-.4.3-.7.4-1 .5zm.7-2.9c-.1.7-.2 1.3-.3 2-.4-.1-.5-.1-.5-.1.8-.7-1.3-.9-1.5-1.4-.1-.3-.6-.6-.9-.8.5-.1 1-.3 1.4-.4.4.1.8.2 1.4.4 0-.5 0-.9 1.3-1.2.1.4.2.6.3.9h-.9l-.3.6zm2.1 1.7c-.6-.2-1-.3-1.5-.4l.3-.1h1.3c-.1.2-.1.3-.1.5zm0-11c.4-.1.7-.4 1.1-.4s.9.2 1.3.3c-.4.1-.8.2-1.4.4-.5-.2-.7-.2-1-.3zm3.1 8.1c-.6-.5-2.4-.5-1.7-1.2.4.2.7.3 1.1.4.2-.2.4-.3.6-.4h.4c-.1.4-.3.8-.4 1.2zm.1-8.3c.7-.2 1.3-.3 1.9-.4.5-.1 1.1-.3 1.5-.1-.4.2-.8.5-1.1.7-.5 0-1 .1-1.8.1-.1 0-.3-.2-.5-.3zm3.2 5.5c-.2.2-.5.3-.8.4-.4-.2-.4-.6.2-.7h.6c.1.1.1.2 0 .3zm-1.7 3.6c-1.2-.4-1.2-.8-.1-1 0 .2.1.4.1.5.4 0 .7 0 1.2.1-.5.2-.8.3-1.2.4zm1.2-1.9c.2-.1.4-.3.8-.3.3-.1.7 0 1.1 0l.2.2c-.5.1-1.1.3-1.6.4-.1-.1-.5-.3-.5-.3zm4.7 1c-.2 0-.3-.1-.4-.1-1.2.3-2.3.6-3.4 1-.4-.5-.1-.6 1.9-.8l.9-.9c.5.2.8.4 1.2.6l-.2.2zm.5-8.2h-2.2c.3-.2.5-.4.7-.5l1.6.4-.1.1zm3 .1c0-.5 1.7-1 2.6-.9.2 0 .3.2.4.3-.5.1-.9.2-1.4.3 0 0-.1-.1-.3-.1-.4.1-.8.3-1.3.4zm2 8c-.7-.4.4-.5.8-.7 1.1.4 1 .4-.8.7zm2.6.9c-.2.1-.6.2-1 .3-.3-.3.4-.5.8-.8.2 0 .6.1.6.1-.1.2-.1.3-.4.4zm-.1-.5c-.2-.1-.6-.2-.6-.4 0-.1.5-.3.8-.3h.9c-.3-.2-.5-.4-.8-.7h-.4c0 .2-.1.4-.1.6h-.5c0-.3-.1-.5.1-.8.2-.2.6-.4 1.2-.6-.1.2-.2.3-.3.4.8.5 1.4.9 2.2 1.4-.4-.1-.6-.1-.9-.1.1.1-.1.2-.7.2-.4.1-.6.3-.9.3zm3.2-.1c-.3.6-1.6.3-2.2.5-.1-.5-.1-.5 2.2-.5zm.1 1.7c-.6-.5-.6-.5 1.1-.7-.3.3-.7.5-1.1.7zm2.4-2.2-.2-.1-.6.6c-.1-.4-.2-.7-.3-1.1.7-.3 1.1.2 1.9.1l.1.1-.9.4zm.9-9c.5 0 1.1-.1 1.3 0 .3.1.3.3.4.5h-.4l-1.3-.4v-.1zm1.7 8.1c.3 0 .6.1 1 .2l-.2.2-1.4.1-.3-.2c.3-.1.6-.3.9-.3zm.3 4.1-.4.1c-.2-.2-.5-.3-.5-.5.1-.2.5-.3.8-.4h.4l-.3.8zm1.4-2.9c-.5-.1-1-.1-1.4-.3-.2-.1 0-.3 0-.4.7.2 1.1.3 1.4.4.1 0 .2.1.2.2.1 0-.1.1-.2.1zm1.3-.3c-.5-.3-.8-.4-1.1-.6l1.1-.3.3.1c-.1.2-.1.4-.3.8zm1.6-1.4c-.7.1-1.1.1-1.4.1h-.8c.1-.1 0-.3.2-.3.6-.2 1.3-.3 2.5-.5-.2.3-.4.5-.5.7zm2.9-8c.3.2.5.4.9.8-1-.1-1.7-.2-2.6-.3.8-.2 1.2-.3 1.7-.5zm.6 8c-.4.2-.8.3-1.2.5-1-.4.1-.4.5-.5.1-.1.5-.1.7 0zm-2.1 1.1c.6-.2 1.2-.5 1.8-.7.2-.1.6 0 .9 0-.1.1-.1.3-.4.4-.6.2-1.4.3-2.1.5l-.2-.2zm3 2.9c0 .3 0 .6.1 1-.6-.2-.8-.3-1.1-.5h-.4l.9-.6.3.1c0-.6-.1-1-.1-1.4h.3c.3.3.6.5.9.9-.2 0-.5.2-1 .5h.1zm-.4-11.9.5-.1c.3.3.6.5 1 .9-1.6-.2-1.3-.6-1.5-.8zm1.9 10.9c0-.4 0-.8-.1-1.2 1.7.4 1.7.6.1 1.2zm3.2-.7c-.3-.1-.6-.1-.7-.2-.2-.1-.3-.2-.3-.3-.2-.7-.2-.7-1.8-.9.5-.1.8-.2 1.2-.3 1.8.2 1.9.4 1.2 1.4.2 0 .3-.1.5-.1 0 .1 0 .2-.1.4zm1.2-.2c.3.2.5.3.7.4-.3.2-.7.3-1 .5-.3-.2-.3-.2.3-.9zm-.1 1.7c-.4-.5 1.4-.3 1.4-.7.5.6.3.7-1.4.7zm2.2-1.1c-.5-.1-1.6 0-.8-.6.4.3 1.8-.2 1.8.4-.1.1-.8.3-1 .2zm2.7.4c0-.3 0-.6-.1-.9 1 .3.8.8.1.9zm9.6-3.4c-.4.2-.7.4-1.1.6h-.4c0-.2-.1-.4-.1-.6h1.6zm-4.1-8.1v-.2c.5 0 1.1-.1 1.5-.1.3 0 .4.2.7.5-.9 0-1.6-.1-2.2-.2zm3.8 10.9c-.3.1-.9-.1-1.4-.1l.1-.1 1.9-.3.4.1c-.4 0-.6.3-1 .4zm8.4-11.4c.6-.1 1.2-.2 2-.3-.2.3-.4.5-.6.8-.5-.2-1-.4-1.4-.5zm4.2 11c-.7-.1-1.3-.2-2-.4-.2 0-.3-.2-.5-.2.7-.1 1.5-.2 2.2-.2.1 0 .4.2.4.4.1.2 0 .3-.1.4zm.7-11-.1-.2c.5-.1.9-.2 1.4-.2.3 0 .5.2.9.5-1.1 0-1.6-.1-2.2-.1zm4.7 0-.6-.1 1.1-.7.6.1-1.1.7zm18.6 7.7c-.7-.1-1.1-.2-1.6-.3-.3.1-.5.2-.8.3-.1 0-.5-.2-.5-.2.1-.1.4-.3.6-.3.8-.1 1.5-.1 2.4-.1.1.2 0 .3-.1.6zm6-1.8c-.5 0-.9.1-1.9.2.3-.3.4-.4.6-.5l1.4.2-.1.1z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1203px 100%;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
    background-repeat: repeat-x;
  }

  .wix-single-content-bottom-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.44;
    z-index: 1;
    pointer-events: none;
  }

.wix-purchase-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 20px 33px 20px;
  background: #000;
}

.wix-purchase-button {
  padding: 30px 99px;
  background: #00B7B2;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 0;
  transition: opacity 0.2s ease;
}

  .wix-purchase-button:hover {
    color: #fff;
    background: #DA9B66;
  }

  .wix-purchase-button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0;
  }

.wix-single-content-gallery-section {
  width: 100%;
  overflow: hidden;
}

.trolley-page .wix-single-content-gallery-section {
  padding-top: 62px;
  padding-bottom: 84px;
}

.wix-single-content-features:has(.wix-single-content-gallery) {
  max-width: 1214px;
}

  .wix-single-content-features:has(.wix-single-content-gallery) .wix-single-content-feature {
    max-width: 980px;
    margin: auto;
    z-index: 2;
  }

.wix-single-content-gallery {
  position: relative;
  max-width: 1214px;
  margin: 0 auto;
}

  .wix-single-content-gallery.full-width-gallery-section {
    max-width: 100%;
  }

.wix-single-content-gallery-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

  .wix-single-content-gallery-track::-webkit-scrollbar {
    display: none;
  }

.full-width-gallery .wix-single-content-gallery-item {
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  position: relative;
}

.wix-single-content-gallery-item {
  flex: 0 0 464px;
  width: 464px;
  height: 464px;
  scroll-snap-align: start;
  overflow: hidden;
}

  .wix-single-content-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }

.full-width-gallery .wix-single-content-gallery-item img {
  opacity: 1;
}

/*.full-width-gallery .wix-single-content-gallery-item img {
  opacity: 0.81;
}*/

.wix-single-content-gallery-prev,
.wix-single-content-gallery-next {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.wix-single-content-gallery-prev {
  left: 28px;
}

.wix-single-content-gallery-next {
  right: 28px;
}

  .wix-single-content-gallery-prev svg,
  .wix-single-content-gallery-next svg {
    width: 23px;
    height: 39px;
    transform: scale(0.42735);
  }

.wix-single-content-gallery-prev svg {
  transform: scaleX(-1) scale(0.42735);
}

.wix-single-content-gallery-next svg {
  transform: scale(0.42735);
}

.wix-single-content-gallery-prev path,
.wix-single-content-gallery-next path {
  fill: #000;
}

.wix-single-content-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
}

  .wix-single-content-lightbox[hidden] {
    display: none;
  }

.wix-single-content-lightbox-image {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}

.wix-single-content-lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

.wix-single-content-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.wix-single-content-feature-flex {
  display: flex;
  justify-content: space-between;
}

.wix-single-content-feature-grid,
.wix-single-content-feature-flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: end;
}

.wix-single-content-feature-item {
  display: flex;
  flex-direction: column;
}

.wix-single-content-feature-value {
  font-size: 21px;
  font-weight: 700;
}

.wix-single-content-feature-label,
.wix-single-content-feature-description {
  font-size: 18px;
  font-weight: 200;
}

.wix-single-content-steps {
  width: 100%;
  padding: 80px 40px;
}

.wix-single-content-steps-header {
  text-align: center;
  margin-bottom: 60px;
}

  .wix-single-content-steps-header h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
  }

.wix-single-content-steps-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: center;
  gap: 30px;
  align-items: stretch;
  margin: 0 auto;
}

/* Step columns */
.wix-single-content-steps-column {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  align-items: center;
}

.wix-single-content-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

  .wix-single-content-step img {
    max-width: 32px;
  }

.wix-single-content-step-content {
  flex: 1;
}

  .wix-single-content-step-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 200;
    text-align: left;
  }

.wix-single-content-pictures-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  margin: 0 auto;
}

  .wix-single-content-pictures-grid .step img {
    height: 170px;
  }

  .wix-single-content-pictures-grid .step span {
    display: block;
    height: 43px;
    font-weight: 400;
  }

.wix-single-content-vehicle-types {
  width: 100%;
  padding: 70px 40px;
  text-align: center;
}

.wix-single-content-vehicle-types-title {
  margin: 0 0 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.wix-single-content-vehicle-types-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  justify-items: center;
  gap: 14px;
  max-width: 700px;
  margin: 0 auto;
}

.wix-single-content-vehicle-type {
  display: grid;
  grid-template-rows: 55px auto;
  justify-items: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.wix-single-content-vehicle-type-icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .wix-single-content-vehicle-type-icon svg,
  .wix-single-content-vehicle-type-icon img {
    display: block;
    width: 51px;
    height: auto;
    max-height: 45px;
    object-fit: contain;
  }

.wix-single-content-vehicle-type-name {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.wix-single-content-feature-image-text,
.wix-single-content-feature-image-text-2,
.wix-single-content-feature-animation-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: 0 auto;
}

  .wix-single-content-feature-image-text.feature-image-text
  .wix-single-content-feature-animation-text.feature-animation-text {
    gap: 60px;
  }

  .wix-single-content-feature-animation-text .wix-single-content-feature-content p {
    font-size: 18px;
  }

.wix-single-content-feature-image-text,
.wix-single-content-feature-animation-text {
  align-items: center;
  gap: 0px;
}

.wix-single-content-feature-image-text-2 {
  gap: 60px;
  align-items: start;
  font-size: 18px;
  text-align: end;
}

  .wix-single-content-feature-image-text-2 p {
    font-size: 18px;
  }

.wix-single-content-feature-grid-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10px;
}

  .wix-single-content-feature-grid-text h3 {
    font-size: 20px !important;
  }

.wix-single-content-feature-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

img.wix-single-content-feature-image {
  display: block;
  width: 100%;
  max-width: 550px;
  height: auto;
  object-fit: contain;
}

.wix-single-content-feature-image-text .wix-single-content-feature-image img {
  max-height: 470px;
}

.wix-single-content-feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wix-single-content-feature-image-text .wix-single-content-feature-content {
  text-align: left;
}

  .wix-single-content-feature-image-text .wix-single-content-feature-content h3 {
    margin-bottom: 0px;
  }
/* Center image */
.wix-single-content-steps-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

  .wix-single-content-steps-image img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    object-fit: contain;
  }

.wix-single-content-icons-grid {
  display: flex;
  gap: 60px;
  margin-top: 50px;
}

  .wix-single-content-icons-grid.three-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

.wix-single-content-icon-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}

.wix-single-content-icon img {
  max-width: 60px;
}

.wix-single-content-icon-type-name {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}

.wix-single-content-icon-type-title {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.wix-single-content-gallery-title,
.wix-single-content-lightbox-title {
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}

.wix-single-content-gallery-title {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.wix-single-content-lightbox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.wix-single-content-feature-icon-title {
  gap: 15px;
}

.wix-single-content-feature-icon-title,
.wix-single-content-feature-icon-title-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 22px;
}

  .wix-single-content-feature-icon-title img,
  .wix-single-content-feature-icon-title-center img {
    max-width: 43px;
  }

  .wix-single-content-feature-icon-title h3,
  .wix-single-content-feature-icon-title-center h3 {
    margin-bottom: 0px !important;
    text-align: left;
  }

.wix-single-content-feature-icon-title-center {
  justify-content: center;
  gap: 30px;
}

.wix-single-content-video {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.images-text-container.two-col {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.image-text-wrapper {
  position: relative;
}

  .image-text-wrapper .image-text {
    position: absolute;
    top: 30px;
    left: 10px;
    text-align: left;
  }

.wix-single-content-section-title {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-family: poppins;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.wix-single-content-camera-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.wix-single-content-camera-text-wrapper {
  position: relative;
}

.wix-single-content-side-title-text {
  position: absolute;
  left: -50px;
  top: 10px;
}

.title-text-only .wix-single-content-feature-content {
  display: grid;
  grid-template-columns: 40% 60%;
  max-width: 780px;
  align-items: center;
}

  .title-text-only .wix-single-content-feature-content.reverse-align {
    display: grid;
    grid-template-columns: 60% 40%;
  }

    .title-text-only .wix-single-content-feature-content h3,
    .title-text-only .wix-single-content-feature-content.reverse-align p {
      text-align: right;
    }

    .title-text-only .wix-single-content-feature-content.reverse-align h3 {
      text-align: left;
    }

.title-text-only h3 {
  margin-bottom: 0px !important;
}

.wix-single-content-features-section-empty.big-product-section {
  background-image: url(/images/wix/big_ts005_product.jpg);
  padding: 120px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0px;
}

  .wix-single-content-features-section-empty.big-product-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-image: url("data:image/svg+xml,%3Csvg id='comp-mdzsa7qd-top' preserveAspectRatio='none' data-bbox='-0.755 100 1921.51 200' viewBox='-0.755 100 1921.51 200' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-mdzsa7qd-top %7B fill: %23000000; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1920.755 300C1657.396 178.196 1323.641 100 960 100S261.905 178.196-.755 300h1921.51z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    transform: scale(1, -1);
  }

  /* Bottom */
  .wix-single-content-features-section-empty.big-product-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-image: url("data:image/svg+xml,%3Csvg id='comp-mdzsa7qd-top' preserveAspectRatio='none' data-bbox='-0.755 100 1921.51 200' viewBox='-0.755 100 1921.51 200' height='100%25' width='100%25' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cdefs%3E%3Cstyle%3E%23comp-mdzsa7qd-top %7B fill: %23000000; %7D%3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath d='M1920.755 300C1657.396 178.196 1323.641 100 960 100S261.905 178.196-.755 300h1921.51z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
  }

  .wix-single-content-features-section-empty.big-product-section .wix-single-content-features {
    min-height: 760px;
  }

    .wix-single-content-features-section-empty.big-product-section .wix-single-content-features .wix-single-content-feature {
      max-width: 470px;
      text-align: left;
    }

  .wix-single-content-features-section-empty.big-product-section .wix-single-content-feature-stats {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
  }

  .wix-single-content-features-section-empty.big-product-section .wix-single-content-features .wix-single-content-feature-stats .wix-single-content-feature {
    text-align: center;
  }

.wix-single-content-feature-icons-group {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  column-gap: 20px;
  row-gap: 35px;
}

  .wix-single-content-feature-icons-group h3 {
    font-family: Poppins, sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
  }

  .wix-single-content-feature-icons-group .wix-single-content-features-content p,
  .wix-single-content-feature-icons-group .wix-single-content-icon-text-wrapper p {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 200;
    color: #fff;
  }
/* =========================================
   ICON ITEMS
   ========================================= */
.wix-single-content-feature-icons-group {
}

.wix-single-content-icon-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  min-width: 0;
}

  .wix-single-content-icon-text-wrapper img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 12px;
  }


  /* =========================================
   ROW 1
   ========================================= */

  .wix-single-content-icon-text-wrapper:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .wix-single-content-icon-text-wrapper:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .wix-single-content-icon-text-wrapper:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }

  .wix-single-content-icon-text-wrapper:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }


/* =========================================
   TEXT — COLUMNS 5-8, ROWS 1-2
   ========================================= */

.wix-single-content-features-content {
  grid-column: 5 / 9;
  grid-row: 1 / 3;
  align-self: center;
}


/* =========================================
   ROW 2
   ========================================= */

.wix-single-content-icon-text-wrapper:nth-child(6) {
  grid-column: 1;
  grid-row: 2;
}

.wix-single-content-icon-text-wrapper:nth-child(7) {
  grid-column: 2;
  grid-row: 2;
}

.wix-single-content-icon-text-wrapper:nth-child(8) {
  grid-column: 3;
  grid-row: 2;
}

.wix-single-content-icon-text-wrapper:nth-child(9) {
  grid-column: 4;
  grid-row: 2;
}


/* =========================================
   ROW 3
   ========================================= */

.wix-single-content-icon-text-wrapper:nth-child(10) {
  grid-column: 1;
  grid-row: 3;
}

.wix-single-content-icon-text-wrapper:nth-child(11) {
  grid-column: 2;
  grid-row: 3;
}

.wix-single-content-icon-text-wrapper:nth-child(12) {
  grid-column: 3;
  grid-row: 3;
}

.wix-single-content-icon-text-wrapper:nth-child(13) {
  grid-column: 4;
  grid-row: 3;
}

.last-icon {
  grid-column: 5;
  grid-row: 3;
}


.wix-single-content-features-content h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.wix-single-content-features-content p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.55;
}

  .wix-single-content-features-content p:last-child {
    margin-bottom: 0;
  }

.wix-single-content-features-list-header,
.wix-single-content-features-list {
  display: grid;
  grid-template-columns: 35% 65%;
  text-align: left;
  gap: 20px;
}

.wix-single-content-features-list {
  padding: 28px 20px 45px 20px;
  background: #282626;
  margin-top: 20px;
}

.wix-single-content-features-list-header h2 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}

  .wix-single-content-features-list-header h2 small {
    font-size: 15px;
  }

.wix-single-content-features-list-column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

  .wix-single-content-features-list-column ul {
    list-style: initial;
    padding-left: 24px;
  }

    .wix-single-content-features-list-column ul li {
      font-family: Poppins, sans-serif;
      font-size: 18px;
      line-height: 1.4;
      font-weight: 200;
    }

.bottom-image-button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 720px;
}

.wix-bottom-text-button {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: flex-start;
}

  .wix-bottom-text-button .link-description {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 200;
  }


.wix-trolley-video-section {
  position: relative;
  background: #000;
  color: #fff;
  padding: 57px 20px 70px;
  overflow: hidden;
}

/* Turquoise band behind the content */
.wix-trolley-video-band {
  position: absolute;
  left: 0;
  right: 0;
  top: 258px;
  height: 200px;
  background: #007d7b;
}

/* Main 2-column layout */
.wix-trolley-video-container {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 394px 1fr;
  gap: 20px;
}


/* LEFT VIDEO */

.wix-trolley-video {
  height: 600px;
  overflow: hidden;
}

  .wix-trolley-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }


/* RIGHT SIDE - 3 EQUAL ROWS */

.wix-trolley-video-info {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  height: 600px;
}


/* Individual row */

.wix-trolley-video-info-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 0;
}

  .wix-trolley-video-info-row p {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 200;
  }

/* ======================================= 
    Topic Pages
======================================== */

.wix-single-content-topic-page {
  width: 100%;
  padding: 26px 0px;
  font-family: poppins;
  position: relative;
}

.wix-topic-page {
  background-color: rgb(23, 23, 23);
}

.wix-topic-page-overlay {
  background-color: rgb(23, 23, 23);
  opacity: 0.49;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.wix-topic-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 500px;
}

.wix-single-content-topic-section h1 {
  margin: 0px;
  font-size: 59px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  z-index: 6;
  position: relative;
}

.wix-topic-hero-content h5 {
  color: #fff;
}

h1.wix-single-content-topic-title {
  margin-bottom: 60px;
  line-height: 1.3;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.wix-single-content-topic-body {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8em;
  text-align: center;
}

  .wix-single-content-topic-body p {
    margin-bottom: 40px;
  }

.wix-single-content-topic-section {
  position: relative;
  padding: 100px 0;
  background-color: transparent;
  margin-top: -210px;
}

.wix-single-content-topic-text {
  padding-left: 500px;
  padding-right: 500px;
}

.wix-single-content-topic-pictures {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 350px;
}

  .wix-single-content-topic-pictures > a {
    display: block;
    margin: auto;
  }

    .wix-single-content-topic-pictures > a > img {
      display: block;
    }

.white-border {
  border-style: solid;
  border-radius: 50%;
  border-color: #fff;
  border-width: 2px;
}

.rounded-border {
  border-radius: 20px;
}

.wix-link {
  text-decoration: underline;
}

.divider-layer-1,
.divider-layer-2,
.divider-layer-3,
.divider-layer-4 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 91 1920 209' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23171717' d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

:root {
  --divider-layer-1-height: 150px;
}

.divider-layer-1 {
  top: 60px;
  z-index: 4;
  height: var(--divider-layer-1-height);
}

.divider-layer-2 {
  top: 40px;
  opacity: 0.5;
  z-index: 3;
  border-bottom: 20px solid rgb(23, 23, 23);
  height: calc(var(--divider-layer-1-height) + 20px);
}

.divider-layer-3 {
  top: 20px;
  opacity: calc(100% / 3);
  z-index: 2;
  border-bottom: 40px solid rgb(23, 23, 23);
  height: calc(var(--divider-layer-1-height) + 40px);
}

.divider-layer-4 {
  top: 0;
  opacity: 0.25;
  z-index: 1;
  border-bottom: 60px solid rgb(23, 23, 23);
  height: calc(var(--divider-layer-1-height) + 60px);
}

/* ======================================= 
    Topic Pages End
======================================== */

/* Product image */

.wix-trolley-video-info-row img {
  width: 330px;
  max-width: 100%;
  height: auto;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.wix-purchase-section .border-radiu-link-button {
  border-radius: 50px;
  letter-spacing: 0.25em;
  font-size: 16px;
  font-weight: 400;
  padding: 38px 107px;
}

.wix-simple-page {
  color: #fff;
  padding: 0 20px 28px;
}

.wix-simple-page-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.wix-simple-page-title {
  margin: 0;
  padding-top: 5px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
}

.wix-simple-page-description {
  max-width: 900px;
  margin: 34px auto 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
}
html[data-bs-theme="dark"] .wix-simple-page-title,
html[data-bs-theme="dark"] .wix-simple-page-description {
  color: #fff;
}

.wix-simple-page-description-break {
  display: inline;
}

.wix-simple-page-product {
  width: 454px;
  max-width: 100%;
  margin: 97px auto 0;
  overflow: hidden;
}

.wix-simple-page-product-image {
  width: 100%;
  aspect-ratio: 454 / 344;
  overflow: hidden;
}

  .wix-simple-page-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

.wix-simple-page-product-name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  background: #050505;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  background-image: url(/images/wix/waves_bakcground.jpg);
  background-size: 454px 420px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.two-col-flex {
  display: flex !important;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  flex-wrap: wrap;
}

.phoenix-mobile-adas-page .wix-single-content-hero {
  min-height: 440px;
  align-items: start;
}

.phoenix-mobile-adas-page .wix-hero-content {
  align-items: center;
  z-index: 2;
}

  .phoenix-mobile-adas-page .wix-hero-content h1 {
    color: #fff;
  }

.phoenix-mobile-adas-page h5.wix-single-content-description {
  font-family: poppins, sans-serif;
  font-weight: 600;
}

.wix-partnership-section {
  background: rgba(34, 34, 34, .85);
  padding: 35px 20px;
  color: #fff;
  max-width: 980px;
}

.wix-partnership-grid {
  display: grid;
  grid-template-columns: 40% 20% 20% 20%;
  align-items: center;
  max-width: 980px;
  margin: auto;
}

.phoenix-mobile-adas-page .features-containter {
  padding: 40px 20px 48px 20px;
}

.wix-partnership-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px;
  z-index: 2;
}

  .wix-partnership-item h4 {
    margin-bottom: 10px;
  }

  .wix-partnership-item h4,
  .wix-partnership-item p {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.35;
    color: #fff;
  }

  .wix-partnership-item:has(p) {
    align-self: end;
  }

  .wix-partnership-item p {
    text-align: right;
    margin-bottom: 0px;
  }

  .wix-partnership-item img {
    max-width: 64px;
    height: auto;
  }

.wix-partnership-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #00B7B2;
  transition: .25s;
  width: 96px;
  height: 59px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
}

  .wix-partnership-button:hover {
    background: #10afb2;
  }

.wix-simple-page-adas-specs {
  background: #000;
  padding: 80px 20px;
}

.wix-simple-page-adas-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

.wix-simple-page-adas-image {
  text-align: center;
}

  .wix-simple-page-adas-image img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
    margin: auto;
  }

.wix-simple-page-adas-features {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.wix-simple-page-adas-item {
  display: inline;
  font-family: poppins;
  white-space: nowrap;
  text-align: right;
}

.wix-simple-page-adas-number {
  color: rgb(0,183,178);
  font-size: 32px;
  font-weight: 700;
  min-width: 170px;
  text-align: right;
  line-height: 1.4;
  margin-right: 6px;
}

.wix-simple-page-adas-text {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  line-height: 1.4;
}

.third-content-section .wix-single-content-feature {
  z-index: 2;
}

.fourth-content-section h2,
.fourth-content-section p {
  color: #fff;
}

.fourth-content-section img {
  border-radius: 50%;
}

.fourth-content-section .title-image img {
  border: 2px solid #ffffff;
  border-radius: 20px;
}

.wix-single-content-features-section-empty.image-text-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .wix-single-content-features-section-empty.image-text-section .absoute-text {
    width: 246px;
    margin-bottom: 0px;
    position: absolute;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    bottom: 100px;
    left: 0px;
    grid-area: 14 / 1 / 15 / 2;
    justify-self: start;
    font-size: 18px;
    font-family: 'Poppins';
    color: #fff;
    line-height: 1.4;
    align-self: start;
  }

.phoenix-mobile-adas-page .wix-purchase-section {
  flex-direction: column;
  gap: 40px;
}

  .phoenix-mobile-adas-page .wix-purchase-section iframe {
    max-width: 100%;
    max-height: 638px;
    border: 2px solid #00b7b2;
  }

  .phoenix-mobile-adas-page .wix-purchase-section .wix-partnership-button {
    width: 242px;
    height: 71px;
    letter-spacing: 0.25em;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    font-family: 'Poppins';
  }

    .phoenix-mobile-adas-page .wix-purchase-section .wix-partnership-button:hover {
      background: #3F7652;
    }

.thermal-camera-comparison-page .wix-page .wix-hero-content {
  text-align: center;
  align-items: center;
  z-index: 2;
}

.thermal-camera-comparison-page .wix-page .wix-single-content-description {
  font-size: 18px;
  font-weight: 400;
  font-family: poppins;
  color: #fff;
}

.wix-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--divider-height);
  pointer-events: none;
  overflow: hidden;
}

.wix-divider-layer {
  position: absolute;
  inset: 0;
  background-image: var(--divider-image);
  background-repeat: no-repeat;
  background-size: var(--divider-size);
  background-position: center bottom;
  background-color: var(--divider-color);
  opacity: var(--divider-opacity);
  transform: translateY(calc(var(--layer) * var(--divider-layer-gap)));
  border-radius: 100% 100% 0 0;
}

  .wix-divider-layer:nth-child(1) {
    opacity: 1;
    border-bottom: 0px solid #000;
    height: 150px;
  }

  .wix-divider-layer:nth-child(2) {
    opacity: .5;
    border-bottom: 20px solid #000;
    height: 170px;
  }

  .wix-divider-layer:nth-child(3) {
    opacity: .33;
    border-bottom: 40px solid #000;
    height: 190px;
  }

  .wix-divider-layer:nth-child(4) {
    opacity: .25;
    border-bottom: 60px solid #000;
    height: 210px;
  }

.thermal-camera-comparison-page .wix-single-content-features-section-empty {
  padding: 0px 20px 62px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .thermal-camera-comparison-page .wix-single-content-features-section-empty .wix-images-set {
    max-width: 1160px;
  }

/* ======================================= 
    Merchandise Page
======================================== */

.merchandise-page .wix-page {
  background-size: contain;
}

.merchandise-button {
  display: block;
  z-index: 6;
}

  .merchandise-button > img {
    border-radius: 50%;
  }

.wix-merchandise-hero-content {
  display: flex;
  padding-top: 178px;
  justify-content: center;
}

.wix-single-content-merchandise-bottom {
  position: relative;
}

.merchandise-page .wix-single-content-page {
  height: 648px;
  position: relative;
}

.merchandise-page .divider-layer-1,
.merchandise-page .divider-layer-2,
.merchandise-page .divider-layer-3,
.merchandise-page .divider-layer-4 {
  top: unset;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 91 1920 209' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z'/%3E%3C/svg%3E");
}

.merchandise-page .divider-layer-1 {
  z-index: 4;
  height: var(--divider-layer-1-height);
}

.merchandise-page .divider-layer-2 {
  opacity: 0.5;
  z-index: 3;
  border-bottom: 20px solid rgb(0, 0, 0);
  height: calc(var(--divider-layer-1-height) + 20px);
}

.merchandise-page .divider-layer-3 {
  opacity: calc(100% / 3);
  z-index: 2;
  border-bottom: 40px solid rgb(0, 0, 0);
  height: calc(var(--divider-layer-1-height) + 40px);
}

.merchandise-page .divider-layer-4 {
  opacity: 0.25;
  z-index: 1;
  border-bottom: 60px solid rgb(0, 0, 0);
  height: calc(var(--divider-layer-1-height) + 60px);
}

/* ======================================= 
    Merchandise Page End
======================================== */

/* ======================================= 
    HD Diagnostics HGV Page
======================================== */

.hd-diagnostics-hgv-page {
  background-color: rgb(23, 23, 23);
}

  .hd-diagnostics-hgv-page .two-col {
    grid-template-columns: auto 1fr;
  }

  .hd-diagnostics-hgv-page .wix-single-content-page {
    padding-bottom: 27px;
  }

.heavy-duty-cableset-image {
  width: 596px;
  height: 587px;
}

.click-here-button {
  border: 5px solid rgb(29, 103, 205);
  border-radius: 40px;
  background: #000;
  padding: 12px 36px;
  color: #fff;
  height: fit-content;
}

.hd-diagnostics-hgv-page .wix-single-content-container {
  align-items: center;
  gap: 30px;
}

.hd-diagnostics-hgv-page .wix-single-content-feature-content p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.67em;
}

.white-border-rounded {
  border: 2px solid #fff;
  border-radius: 20px;
}

.hd-diagnostics-hgv-page .download-pdf {
  display: flex;
  gap: 30px;
  padding: 40px;
  align-items: center;
}

/* ======================================= 
    HD Diagnostics HGV Page End
======================================== */

/* ======================================= 
    EV Chargers Page
======================================== */

.ev-chargers-page h1.wix-single-content-topic-title {
  margin-bottom: 20px;
}

.ev-chargers-page .wix-single-content-topic-pictures {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 160px;
  margin-bottom: 10px;
}

.topic-link {
  position: relative;
  overflow: hidden;
}

  .topic-link:hover .topic-link-overlay,
  .topic-link:hover .topic-link-content {
    opacity: 1;
  }

.topic-link-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  justify-content: center;
  align-items: center;
  opacity: 0;
  padding: 30px;
  color: #fff;
}

  .topic-link-content h3 {
    font-weight: 600;
  }

  .topic-link-content p {
    font-weight: 200;
  }

/* Dark filter */
.topic-link-overlay {
  position: absolute;
  inset: 0;
  background: rgba(86, 86, 86, 0.65);
  opacity: 0;
  border-radius: 20px;
}

span.disclaimer-text {
  color: #fff;
  display: block;
  width: fit-content;
  margin: auto;
  font-size: 20px;
}

/* ======================================= 
    EV Chargers Page End
======================================== */
.where-to-buy-page .wix-page {
  padding: 36px 20px 84px 20px;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 517px;
  position: relative;
  --divider-height: 150px;
  --divider-size: 100% 100%;
  --divider-opacity: 1;
  --divider-layer-gap: 20px;
  --divider-color: #242323;
  background-image: url(/images/wix/where-to-buy-hero.png);
}

.where-to-buy-page .wix-single-content-hero {
  justify-items: center;
}

.where-to-buy-page .wix-page::before,
.phoenix-mobile-adas-page .wix-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
  pointer-events: none;
}

.where-to-buy-page .wix-page .wix-hero-content,
.where-to-buy-page .wix-single-content-hero img,
.where-to-buy-page .wix-single-content-hero a {
  align-items: center;
  z-index: 2;
}

.where-to-buy-page .wix-page .wix-single-content-description {
  text-align: center;
  color: #fff;
}

.wix-book-button {
  font-size: 20px;
  font-weight: 400;
  font-family: poppins;
  letter-spacing: 0.1em;
  color: #fff;
  background: #00B7B2;
  border-radius: 20px;
  padding: 33px 20px;
}

.wix-logos-links-section {
  background-color: #000;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0px;
}

.wix-logos-set {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 20px;
  align-items: center;
  background-color: #242323;
  justify-content: center;
}

  .wix-logos-set a {
    display: flex;
    flex-direction: column;
  }

    .wix-logos-set a.side-logos {
      flex-direction: row;
      gap: 12px;
    }

    .wix-logos-set a img {
      max-height: 95px;
    }

.border-r-20 img {
  border-radius: 20px;
}

.border-circle img {
  border-radius: 100%;
}

.border-white img {
  border: 2px solid #fff;
}

.two-col-logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.where-to-buy-page .map-section {
  padding: 42px 20px;
}
  .where-to-buy-page .map-section .wix-single-content-features {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.where-to-buy-page .map-section iframe{
  margin:auto;
}
  .
  /* ======================================= 
    Comparison Sheets Page
======================================== */
  .comparisonsheets-page {
    color: #fff;
    font-family: poppins;
    background: #000;
  }

  .comparisonsheets-page .wix-single-content-container {
    display: block;
  }

  .comparisonsheets-page .wix-single-content-page {
    position: relative;
  }

  .comparisonsheets-page h1.wix-single-content-topic-title {
    font-weight: 700;
    margin-bottom: 10px;
  }
.comparisonsheets-page p,
.compare-now-button {
  color: #fff;
}

    .comparisonsheets-page .wix-single-content-hero {
      text-align: center;
      height: 517px;
      align-items: flex-start;
      font-size: 18px;
      font-weight: 400;
      z-index: 1;
      position: relative;
    }

  .comparisonsheets-page .wix-single-content-topic-section {
    padding-top: 200px
  }

.divider-layer-black-1,
.divider-layer-black-2,
.divider-layer-black-3,
.divider-layer-black-4 {
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 91 1920 209' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M1920 291C1656.8 169.2 1323.3 91 960 91S262.5 169.2 0 291v9h1920v-9z'/%3E%3C/svg%3E");
  border-bottom-color: #000;
}

.comparison-catalog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 50px;
}

.comparison-box {
  display: grid;
  grid-template-rows: 340px 130px 100px 40px;
  width: 300px;
  text-align: start;
  line-height: 1em;
  background: #000;
}

  .comparison-box .thumb-link {
    height: 300px;
    margin-bottom: auto;
  }

  .comparison-box h3 {
    font-size: 45px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 30px;
    color:#fff;
  }

  .comparison-box p {
    line-height: 1.4;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 38px;
    line-height: 1.4em;
    color: #fff;
  }

  .comparison-box .compare-now-button:hover {
    background: #00B7B2;
    transition: all 0.2s ease, visibility 0s;
  }

.compare-now-button {
  display: block;
  height: 40px;
  font-weight: 400;
  border-radius: 90px;
  border: 1px solid #00B7B2;
  text-align: center;
  width: fit-content;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  padding: 10px 15px;
}

.wix-single-content-catalog {
  background: #000;
  max-width: 1080px;
  margin: auto;
}

.wix-single-content-catalog-body {
  display: flex;
  flex-direction: column;
  gap: 65px;
}

.one-col {
  grid-template-columns: 1fr;
}

  .one-col.comparison-catalog {
    gap: 65px;
  }

    .one-col.comparison-catalog .comparison-box {
      grid-template-rows: auto auto auto auto;
      max-width: 890px;
    }

      .one-col.comparison-catalog .comparison-box .thumb-link {
        margin-bottom: 28px;
      }

      .one-col.comparison-catalog .comparison-box h3 {
        height: fit-content;
        margin-bottom: 28px;
      }

      .one-col.comparison-catalog .comparison-box p {
        height: fit-content;
        margin-bottom: 38px;
      }

      .one-col.comparison-catalog .comparison-box .compare-now-button {
        width: 450px;
      }

/* ======================================= 
    Comparison Sheets Page End
======================================== */

/* ======================================= 
    Vehicle Coverage List Page
======================================== */

.vehicle-coverage-list-page .wix-single-content-hero {
  position: relative;
  z-index: 1;
  grid-gap: 40px;
}

  .vehicle-coverage-list-page .wix-single-content-hero .wix-single-content-topic-title {
    margin-bottom: 0;
  }

.vehicle-coverage-list-page .wix-single-content-topic-page {
  height: 500px;
}

.vehicle-coverage-list-page .wix-purchase-button {
  width: fit-content;
  padding: 30px 140px;
  margin: auto;
}

  .vehicle-coverage-list-page .wix-purchase-button:hover {
    width: fit-content;
    padding: 30px 140px;
    background: rgb(218, 155, 102);
  }

/* ======================================= 
    Vehicle Coverage List Page End
======================================== */

/* Product image */
.wix-trolley-video-info-row img {
  width: 330px;
  max-width: 100%;
  height: auto;
  margin-top: 5px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.wix-purchase-section .border-radiu-link-button {
  border-radius: 50px;
  letter-spacing: 0.25em;
  font-size: 16px;
  font-weight: 400;
  padding: 38px 107px;
}

.wix-simple-page {
  color: #fff;
  padding: 0 20px 28px;
}

.wix-simple-page-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.wix-simple-page-title {
  margin: 0;
  padding-top: 5px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
}

.wix-simple-page-description {
  max-width: 900px;
  margin: 34px auto 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
}

.wix-simple-page-description-break {
  display: inline;
}

.wix-simple-page-product {
  width: 454px;
  max-width: 100%;
  margin: 97px auto 0;
  overflow: hidden;
}

.wix-simple-page-product-image {
  width: 100%;
  aspect-ratio: 454 / 344;
  overflow: hidden;
}

  .wix-simple-page-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

.wix-simple-page-product-name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  background: #050505;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  background-image: url(/images/wix/waves_bakcground.jpg);
  background-size: 454px 420px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.two-col-flex {
  display: flex !important;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  flex-wrap: wrap;
}

.phoenix-mobile-adas-page .wix-single-content-hero {
  min-height: 440px;
  align-items: start;
}

.phoenix-mobile-adas-page .wix-hero-content {
  align-items: center;
  z-index: 2;
}

  .phoenix-mobile-adas-page .wix-hero-content h1 {
    color: #fff;
  }

.phoenix-mobile-adas-page h5.wix-single-content-description {
  font-family: poppins, sans-serif;
  font-weight: 600;
}

.wix-partnership-section {
  background: rgba(34, 34, 34, .85);
  padding: 35px 20px;
  color: #fff;
  max-width: 980px;
}

.wix-partnership-grid {
  display: grid;
  grid-template-columns: 40% 20% 20% 20%;
  align-items: center;
  max-width: 980px;
  margin: auto;
}

.phoenix-mobile-adas-page .features-containter {
  padding: 40px 20px 48px 20px;
}

.wix-partnership-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px;
  z-index: 2;
}

  .wix-partnership-item h4 {
    margin-bottom: 10px;
  }

  .wix-partnership-item h4,
  .wix-partnership-item p {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.35;
    color: #fff;
  }

  .wix-partnership-item:has(p) {
    align-self: end;
  }

  .wix-partnership-item p {
    text-align: right;
    margin-bottom: 0px;
  }

  .wix-partnership-item img {
    max-width: 64px;
    height: auto;
  }

.wix-partnership-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #00B7B2;
  transition: .25s;
  width: 96px;
  height: 59px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
}

  .wix-partnership-button:hover {
    background: #10afb2;
  }

.ev-package-page .wix-page {
  background-image: url(/images/wix/ev-package-hero.jpg);
  padding: 40px 20px;
  position:relative;
}

    .ev-package-page .wix-page::before{
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.66);
      pointer-events: none;
    }

  .ev-package-page .wix-single-content-hero {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 0px;
    
  }
    .ev-package-page .wix-single-content-hero .wix-hero-content, .ev-package-page .wix-single-content-hero img {
      z-index: 2;
    }
.ev-package-page .wix-single-content-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:24px;
}
.ev-package-page .wix-single-content-features-section-empty {
  padding: 60px 20px;
}
.ev-package-page .wix-single-content-feature ul,
.ev-package-page .wix-single-content-lists ul {
  list-style: unset;
}
  .ev-package-page .wix-single-content-feature ul li {
    width: fit-content;
  }
.ev-package-page .wix-single-content-lists {
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.ev-package-page .wix-purchase-section {
  gap: 20px;
}
.ev-package-page .wix-purchase-section img{
  max-width: 80px;
}
.phoenixxlink-page section.wix-single-content-gallery-section{
    padding:60px 0px;
    background:#000;
}
.phoenixxlink-page section.wix-single-content-gallery-section .wix-single-content-gallery {
  max-width: 100%;
}
  .phoenixxlink-page section.wix-single-content-gallery-section .wix-single-content-gallery  .wix-single-content-gallery-track {
      max-height:680px;
  }
.phoenixxlink-page section.wix-single-content-gallery-section .wix-single-content-gallery-item {
  background: #000;
}
  .phoenixxlink-page section.wix-single-content-gallery-section .wix-single-content-gallery-item img{
      opacity:0.39;
  }
  .phoenixxlink-page section.wix-single-content-gallery-section .wix-single-content-gallery-title {
    max-width: 980px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: left;
  }
.phoenixxlink-page section.wix-single-content-gallery-section .wix-single-content-gallery-title h3{
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 700;
}
.phoenixxlink-page section.wix-single-content-gallery-section .wix-single-content-gallery-title p{
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.comparisonsheets-page{
    background:#000;
}

@media (max-width: 600px) {
  .wix-single-content-feature-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .wix-single-content-features {
    grid-template-columns: 1fr;
  }
}
/* ========================================
   Tablet
======================================== */

@media (max-width: 991px) {

  .wix-single-content-container--2col {
    gap: 40px;
    padding: 0px 20px;
  }

  .wix-hero-content h1 {
    font-size: 42px;
    text-align:center;
  }

  .wix-hero-content {
    align-items: center;
  }

  .wix-single-content-bottom-section {
    aspect-ratio: auto;
  }

  .wix-features,
  .wix-single-content-vehicle-types-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wix-single-content-features.two-col,
  .wix-single-content-steps-grid,
  .wix-single-content-feature-image-text,
  .wix-single-content-features.three-col,
  .images-text-container.two-col {
    grid-template-columns: 1fr;
  }

  .wix-single-content-feature-image-text {
    gap: 20px;
  }

  h5.wix-single-content-description {
    text-align: center;
  }

  .wix-single-content-feature-icons-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 35px;
  }

  .wix-single-content-icon-text-wrapper:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .wix-single-content-icon-text-wrapper:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .wix-single-content-icon-text-wrapper:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .wix-single-content-icon-text-wrapper:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }

  .wix-single-content-features-content {
    grid-column: 1 / -1;
    grid-row: 3;
    max-width: 100%;
    margin: 15px 0 10px;
    text-align: left;
  }

  .wix-single-content-icon-text-wrapper:nth-child(6) {
    grid-column: 1;
    grid-row: 4;
  }

  .wix-single-content-icon-text-wrapper:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
  }

  .wix-single-content-icon-text-wrapper:nth-child(8) {
    grid-column: 1;
    grid-row: 5;
  }

  .wix-single-content-icon-text-wrapper:nth-child(9) {
    grid-column: 2;
    grid-row: 5;
  }

  .wix-single-content-icon-text-wrapper:nth-child(10) {
    grid-column: 1;
    grid-row: 6;
  }

  .wix-single-content-icon-text-wrapper:nth-child(11) {
    grid-column: 2;
    grid-row: 6;
  }

  .wix-single-content-icon-text-wrapper:nth-child(12) {
    grid-column: 1;
    grid-row: 7;
  }

  .wix-single-content-icon-text-wrapper:nth-child(13) {
    grid-column: 2;
    grid-row: 7;
  }

  .last-icon {
    grid-column: 1;
    grid-row: 8;
  }

  .wix-trolley-video-container {
    grid-template-columns: 1fr;
  }

  .wix-trolley-video-info {
    display: flex;
    height: auto;
    flex-direction: column;
  }

  .wix-trolley-video-info-row img {
    position: initial;
    margin-left: auto;
  }

  .wix-single-content-column.wix-hero-image.oversize-image img {
    position: initial;
    margin-left: 0px;
    max-height: 330px;
    width: auto;
  }

  .phoenix-mobile-adas-page .wix-single-content-feature h2 {
    font-size: 28px;
    margin-bottom: 20px !important;
  }

  .wix-simple-page-adas-features {
    gap: 20px;
  }

  .wix-simple-page-adas-number,
  .wix-simple-page-adas-text {
    font-size: 22px;
  }

  .phoenix-mobile-adas-page .second-content-section .wix-simple-page-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .wix-simple-page-adas-item {
    text-align: center;
  }

  .phoenix-mobile-adas-page .third-content-section:before {
    border-radius: 20px;
  }

  .wix-single-content-features-section-empty.image-text-section {
    gap: 20px;
  }

    .wix-single-content-features-section-empty.image-text-section .absoute-text {
      text-align: center;
      width: 100%;
      position: initial;
      margin: auto;
    }

  .wix-logos-links-section,
  .wix-features.five-col,
  .wix-single-content-pictures-grid {
    grid-template-columns: 1fr 1fr;
  }
  .wix-single-content-topic-text,
  .wix-single-content-topic-pictures {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wix-single-content-topic-pictures{
      grid-template-columns:1fr;
      gap:24px;
  }
  .comparison-catalog{
      gap:24px;
  }
  .comparison-box h3{
      font-size:25px;
      text-align:center;
  }
  .comparison-box p {
    text-align: center;
  }
  .comparison-catalog,
  .comparison-box {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-content: center;
    justify-items: center;
  }
  .comparison-box{
      width:100%;
  }
  .one-col.comparison-catalog .comparison-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .comparison-box .thumb-link,
  .comparison-box .thumb-link img {
    height: auto;
    max-height: 250px;
    max-width: 90%;
  }
  .wix-single-content-catalog{
      padding:0 20px;
  }
  .one-col.comparison-catalog .comparison-box .compare-now-button {
      width:auto;
    max-width: 90%;
  }
}


/* ========================================
   Mobile
======================================== */

@media (max-width: 767px) {

  .wix-single-content-page {
    padding: 50px 0px 0px 0px;
  }
  .wix-simple-page-adas-container,
  .wix-single-content-container--2col,
  .wix-partnership-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wix-hero-content h1 {
    font-size: 36px;
  }

  .wix-single-content-price {
    text-align:center;
  }

  /*
     * Product image appears above the text
     * on mobile.
     */
  .wix-hero-image {
    order: -1;
  }

    .wix-hero-image img,
    .wix-single-content-feature-image-text .wix-single-content-feature-image img {
      max-width: 100%;
      width: auto;
      height: 100%;
      margin: 0px 20px;
    }

  .wix-single-content-features,
  .wix-single-content-feature-image-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .wix-single-content-icon-grid {
    gap: 20px;
    margin-top: 20px;
  }

  .wix-logos-links-section {
    grid-template-columns: 1fr;
  }
  .where-to-buy-page .map-section iframe{
      width:100%;
  }
  .wix-partnership-item p{
      text-align:center;
  }
  .wix-single-content-side-title-text{
      left:0px;
  }
  .wix-single-images-wrapper img {
    height: auto !important;
    width: 100%;
  }
  .phoenixxlink-page section.wix-single-content-gallery-section .wix-single-content-gallery .wix-single-content-gallery-track{
      min-height:500px;
  }
  .phoenixxlink-page section.wix-single-content-gallery-section .wix-single-content-gallery-title {
    left: 90px;
    padding-right: 90px;
    transform: translate(0, 0);
    text-align: center;
  }
  .wix-single-content-feature-points-grid,
  .wix-single-content-feature-image-text-2,
  .wix-single-content-animation,
  .hd-diagnostics-hgv-page .two-col,
  .ev-chargers-page .wix-single-content-topic-pictures {
    grid-template-columns: 1fr;
    text-align: center;
  }
    .wix-single-content-animation .top-25{
        top:0px;
    }
    .wix-single-content-animation .bottom-25 {
      bottom: 0px;
    }
  .heavy-duty-cableset-image{
      width:100%;
      height:100%;
  }
  .hd-diagnostics-hgv-page .two-col,
  .wix-single-content-topic-text,
  .ev-chargers-page .wix-single-content-topic-pictures {
    padding: 20px;
  }
  h1.wix-single-content-topic-title{
      font-size:28px;
  }
  .vehicle-coverage-list-page .wix-purchase-button{
      padding:20px 80px;
  }
  .ev-package-page .wix-single-content-hero {
    grid-template-columns:1fr;
  }
  .ev-package-page .wix-single-content-lists{
      flex-wrap:wrap;
  }
}
