pn-button-dropdown .pn-button-dropdown > pn-button > .pn-button {
  min-height: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media screen and (max-width: 767px) {
  .sr-only-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

pn-stats-info-data {
  width: 50%;
}
pn-stats-info-data .pn-stats-info-data__container {
  width: 100%;
  background-color: transparent;
  color: #f06365;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  pn-stats-info-data .pn-stats-info-data__container {
    justify-content: center;
    min-height: 102px;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  pn-stats-info-data .pn-stats-info-data__container {
    min-height: 125px;
  }
}
pn-stats-info-data .pn-stats-info-data__container__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
pn-stats-info-data .pn-stats-info-data__container__content__data {
  font-weight: 700;
  font-size: 3rem;
  line-height: 110%;
}
@media screen and (min-width: 1200px) {
  pn-stats-info-data .pn-stats-info-data__container__content__data {
    font-size: 5.6rem;
  }
}
pn-stats-info-data .pn-stats-info-data__container__content__unit {
  font-weight: 700;
  font-size: 3rem;
  line-height: 110%;
  margin-left: 0.8rem;
}
@media screen and (min-width: 1200px) {
  pn-stats-info-data .pn-stats-info-data__container__content__unit {
    font-size: 5.6rem;
  }
}
pn-stats-info-data .pn-stats-info-data__container__content__preamble {
  text-align: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 110%;
  color: #ffffff;
}