/** Shopify CDN: Minification failed

Line 118:1 Expected "}" to go with "{"

**/
.statistics-infographic {
  font-family: var(--font-body-family)
}

.statistics-infographic__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2.7rem;
}

.statistics-infographic__brand {
  margin-bottom: 36px;
}

.statistics-infographic__brand-logo {
  display: flex;
  align-items: center;
}

.statistics-infographic__logo-image {
  max-width: 200px;
  width: 148px;
  height: auto;
  display: block;
}

.statistics-infographic__brand-name {
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}

.statistics-infographic__stats {
  display: grid;
  place-content: start;
  grid-template-columns: 1fr;
}

.statistics-infographic__stat-content-inner {
  display: flex;
  align-items: center;
  gap: 9px;
}

.statistics-infographic__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.statistics-infographic__arrow-image {
  width: 34px;
  height: 41px;
  display: block;
}

.statistics-infographic__arrow--down .statistics-infographic__arrow-image {
  transform: rotate(180deg);
}

.statistics-infographic__stat-percentage {
    font-family: var(--font-body-family);
    font-size: 51px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.2px;
}

.statistics-infographic__stat-description {
    font-family: var(--font-body-family);
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 23px;
    margin-top: 10px;
}

.statistics-infographic__separator {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 33px;
  height: 3px;
}

.statistics-infographic__stat:last-child .statistics-infographic__separator {
  margin-bottom: 0;
}

.statistics-infographic__disclaimer {
  font-family: var(--font-body-family);
  font-weight: 500;
  line-height: 23px;
  color: var(--color-gray-400);
  text-align: right;
}

.statistics-infographic__disclaimer p {
  margin-top: 7px;
  margin-bottom: 0;

@media (max-width: 768px) {
  .hide-page-width-for-mobile {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .statistics-infographic__container {
    max-width: 100%;
  }
}