.stats {
  padding-bottom: calc(100px + 40px);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stats {
    padding-bottom: calc(60px + 40px);
  }
}
@media (max-width: 767.98px) {
  .stats {
    padding-bottom: calc(40px + 40px);
  }
}
@media (min-width: 992px) {
  .wide-container .stats {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) and (max-width: 767.98px) {
  .wide-container .stats {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .wide-container .stats {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 991.98px) and (min-width: 1600px) {
  .wide-container .stats {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) and (max-width: 991.98px) {
  .wide-container .stats {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .wide-container .stats {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.wide-container .stats h2 {
  font-family: nocturne-serif, serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}
.wide-container .stats h2 {
  font-size: 35px;
}
@media (min-width: 575px) {
  .wide-container .stats h2 {
    font-size: calc(35px + 63 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .wide-container .stats h2 {
    font-size: 98px;
  }
}
.wide-container .stats h2 {
  line-height: 40px;
}
@media (min-width: 575px) {
  .wide-container .stats h2 {
    line-height: calc(40px + 80 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .wide-container .stats h2 {
    line-height: 120px;
  }
}
.wide-container .stats h2 {
  letter-spacing: -2px;
}
@media (min-width: 575px) {
  .wide-container .stats h2 {
    letter-spacing: calc(-2px + -3.5 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .wide-container .stats h2 {
    letter-spacing: -5.5px;
  }
}
@media (max-width: 991.98px) {
  .wide-container .stats h2 {
    margin-bottom: 15px;
  }
}
.stats-header {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}
.stats-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}
.stats-item {
  background-color: #F2EFE8;
  border-radius: 100%;
  position: relative;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 285px;
  width: 285px;
}
@media (min-width: 1200px) {
  .stats-item {
    width: 110px;
  }
}
@media (min-width: 1200px) and (min-width: 575px) {
  .stats-item {
    width: calc(110px + 390 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 1200px) and (min-width: 2400px) {
  .stats-item {
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .stats-item {
    height: 110px;
  }
}
@media (min-width: 1200px) and (min-width: 575px) {
  .stats-item {
    height: calc(110px + 390 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 1200px) and (min-width: 2400px) {
  .stats-item {
    height: 500px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .stats-item {
    width: 456px;
    height: 456px;
  }
}
@media (max-width: 575.98px) {
  .stats-item {
    height: 240px;
    width: 240px;
  }
}
@media (min-width: 768px) {
  .stats-item:nth-child(even) {
    top: 40px;
  }
}
.stats-item h3 {
  margin-bottom: 15px;
}
.stats-item h3 {
  font-size: 50px;
}
@media (min-width: 575px) {
  .stats-item h3 {
    font-size: calc(50px + 45 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .stats-item h3 {
    font-size: 95px;
  }
}
.stats-item h3 {
  line-height: 60px;
}
@media (min-width: 575px) {
  .stats-item h3 {
    line-height: calc(60px + 45 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .stats-item h3 {
    line-height: 105px;
  }
}
.stats-item h3 {
  letter-spacing: -0.9px;
}
@media (min-width: 575px) {
  .stats-item h3 {
    letter-spacing: calc(-0.9px + -0.6 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .stats-item h3 {
    letter-spacing: -1.5px;
  }
}
.stats-item:nth-child(1) h3 {
  color: #00345E;
}
.stats-item:nth-child(2) h3 {
  color: #B87D00;
}
.stats-item:nth-child(3) h3 {
  color: #1B44A0;
}
.stats-item:nth-child(4) h3 {
  color: #D34319;
}
.stats a.stats-item {
  transition: 0.25s ease;
  text-decoration: none;
}
.prefers-reduced-motion .stats a.stats-item {
  transition: none;
}
.stats a.stats-item:after {
  content: "\f10e";
  font-family: "icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 30px;
  left: 50%;
  translate: -50% 0;
  color: #1B44A0;
}
.stats a.stats-item .stats-content-container {
  color: #1B44A0;
}
.is-tabbing .stats a.stats-item:focus {
  box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.3);
  scale: 1.05;
}
@media (hover: hover) {
  .stats a.stats-item:hover {
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.3);
    scale: 1.05;
  }
}
.stats-content-container {
  font-family: nocturne-serif, serif;
  font-weight: 400;
  font-style: normal;
  color: #333334;
  padding: 0 25px;
}
.stats-content-container {
  font-size: 18px;
}
@media (min-width: 575px) {
  .stats-content-container {
    font-size: calc(18px + 16 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .stats-content-container {
    font-size: 34px;
  }
}
.stats-content-container {
  line-height: 20px;
}
@media (min-width: 575px) {
  .stats-content-container {
    line-height: calc(20px + 26 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .stats-content-container {
    line-height: 46px;
  }
}
.stats-content-container {
  letter-spacing: -0.5px;
}
@media (min-width: 575px) {
  .stats-content-container {
    letter-spacing: calc(-0.5px + -1 * (100vw - 575px) / 1825);
  }
}
@media (min-width: 2400px) {
  .stats-content-container {
    letter-spacing: -1.5px;
  }
}
@media (max-width: 991.98px) {
  .stats-content-container {
    padding: 0 20px;
  }
}