:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.statistics + .statistics {
  margin-top: var(--wp--preset--spacing--normal) !important;
}
.statistics.aligncenter {
  text-align: center;
}
.statistics p {
  margin: 0 !important;
}
.statistics p.statistics__number {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-39);
  font-weight: 200;
  line-height: 1.35;
  white-space: nowrap;
  letter-spacing: 0.04ch;
  color: #ED8323;
}
.statistics p.statistics__number > span {
  display: inline-block;
}
.statistics p.statistics__number > span span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-0.15ch);
}
.statistics p.statistics__number.line2 {
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 400;
  letter-spacing: 0.05ch;
  line-height: 1.55;
  text-transform: uppercase;
  padding-top: 0.5ch;
  color: #FFF;
}
.statistics p.statistics__title {
  font-size: var(--wp--preset--font-size--font-18);
  font-weight: 400;
  line-height: 1.55;
  margin-top: 2ch !important;
  padding-top: 2ch;
  color: #C5CBD8;
  border-top: 1px dashed rgba(112, 133, 239, 0.7);
  animation-delay: 0.35s;
}
.statistics.is-style-border-left {
  padding-left: 3rem;
  border-left: 1px dashed rgba(112, 133, 239, 0.7);
}
.statistics.is-style-small p.statistics__number {
  font-size: clamp(2.4rem, 2.163rem + 1.1852vw, 3.2rem);
}
@media (min-width: 1024px) {
  .statistics.square, .statistics.sq {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    aspect-ratio: 1/1;
  }
}

.is-style-box .statistics {
  padding-top: calc(var(--wp--preset--spacing--small) * 0.6);
  padding-bottom: var(--wp--preset--spacing--small);
}

.has-beige-to-bottom-gradient-background .statistics p,
.has-beige-rad-background .statistics p,
.has-cloud-rad-gradient-background .statistics p,
.has-silver-background-color .statistics p,
.has-cloud-background-color .statistics p,
.has-white-background-color .statistics p {
  color: #2832C6 !important;
}
.has-beige-to-bottom-gradient-background .statistics p.line2,
.has-beige-rad-background .statistics p.line2,
.has-cloud-rad-gradient-background .statistics p.line2,
.has-silver-background-color .statistics p.line2,
.has-cloud-background-color .statistics p.line2,
.has-white-background-color .statistics p.line2 {
  color: #13263A !important;
}
.has-beige-to-bottom-gradient-background .statistics p.statistics__title,
.has-beige-rad-background .statistics p.statistics__title,
.has-cloud-rad-gradient-background .statistics p.statistics__title,
.has-silver-background-color .statistics p.statistics__title,
.has-cloud-background-color .statistics p.statistics__title,
.has-white-background-color .statistics p.statistics__title {
  color: #0a0d14 !important;
}
.has-beige-to-bottom-gradient-background .statistics.is-style-border-left,
.has-beige-rad-background .statistics.is-style-border-left,
.has-cloud-rad-gradient-background .statistics.is-style-border-left,
.has-silver-background-color .statistics.is-style-border-left,
.has-cloud-background-color .statistics.is-style-border-left,
.has-white-background-color .statistics.is-style-border-left {
  border-color: #2832C6;
}/*# sourceMappingURL=block-counter.css.map */