/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wwf-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 26.25rem;
  margin-bottom: 1.25rem;
}
.wwf-stat--number {
  font-size: 6.875rem;
  font-weight: 300;
  font-family: "WWF", "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1;
  padding-bottom: 1rem;
}
@media (max-width: 1200px) {
  .wwf-stat--number {
    font-size: calc(1.8125rem + 6.75vw);
  }
}
.wwf-stat--description {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .wwf-stat--description {
    font-size: 1.125rem;
  }
}
.wwf-stat .rich-text {
  font-size: inherit;
}

.wwf-stat.alignright {
  float: right;
}
.wwf-stat.alignleft {
  float: left;
}
.wwf-stat.is-style-large .wwf-stat--number {
  font-weight: 300;
  font-size: 9.375rem;
}
@media (max-width: 1200px) {
  .wwf-stat.is-style-large .wwf-stat--number {
    font-size: calc(2.0625rem + 9.75vw);
  }
}
.wwf-stat.is-style-small .wwf-stat--number {
  font-weight: 400;
  font-size: 3.4375rem;
}
@media (max-width: 1200px) {
  .wwf-stat.is-style-small .wwf-stat--number {
    font-size: calc(1.46875rem + 2.625vw);
  }
}
.wwf-stat.is-style-small .wwf-stat--description {
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: none;
}
.wwf-stat.is-style-small .wwf-stat--description .rich-text {
  text-transform: inherit;
  font-weight: inherit;
  padding-right: 0;
}
.wwf-stat.inverse {
  color: #fff;
}

@media (min-width: 992px) {
  .wp-block-column .wwf-stat {
    padding-right: 4.375rem;
    margin-top: -0.75rem;
  }
}

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