: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;
  }
}
.stats-grid .stats-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 4rem 3rem;
  border-radius: 5px;
  transition: transform 0.35s ease-in-out;
}
.stats-grid .stats-block:hover {
  transform: translateY(-5px);
}
.stats-grid .stats-block.image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.stats-grid .stats-block.text {
  background: linear-gradient(136deg, #372A66 0.7%, #44307C 97%);
}
.stats-grid .stats-block p {
  width: 100%;
  color: #fff;
}
.stats-grid .stats-block p.statistics__number {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-40);
  font-weight: 300;
  line-height: 1.15;
  white-space: nowrap;
  margin: 0;
}
.stats-grid .stats-block p.statistics__number > span {
  display: inline-block;
}
.stats-grid .stats-block p.statistics__number > span span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-0.15ch);
}
@media (min-width: 1350px) {
  .stats-grid .stats-block p.statistics__number {
    font-size: var(--wp--preset--font-size--font-50);
  }
}
.stats-grid .stats-block p.statistics__title {
  margin-top: 0.8ch !important;
}
.stats-grid .stats-block .wp-block-button {
  margin-top: auto;
}
.stats-grid .stats-block .btn {
  background: rgba(255, 255, 255, 0.2) !important;
}
.stats-grid .stats-block .btn:hover, .stats-grid .stats-block .btn:active, .stats-grid .stats-block .btn:focus {
  color: #44307C;
  background: rgba(255, 255, 255, 0.95) !important;
}
@media (max-width: 499px) {
  .stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .stats-grid .stats-block:nth-child(3n+1), .stats-grid .stats-block:nth-child(3n+2) {
    aspect-ratio: 1/1;
  }
  .stats-grid .stats-block:nth-child(3n+2), .stats-grid .stats-block:nth-child(3n+3) {
    aspect-ratio: 1/0.65;
    background-position: center top;
  }
}
@media (min-width: 500px) {
  .stats-grid {
    display: grid;
    grid-auto-rows: 180px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row dense;
    gap: 15px;
  }
  .stats-grid .stats-block:nth-child(4n+1) {
    grid-column: 1;
    grid-row: span 2;
  }
  .stats-grid .stats-block:nth-child(4n+2) {
    grid-column: 2;
  }
  .stats-grid .stats-block:nth-child(4n+3) {
    grid-column: 1;
  }
  .stats-grid .stats-block:nth-child(4n+4) {
    grid-column: 2;
    grid-row: span 2;
  }
  .stats-grid.is-style-column .stats-block:nth-child(5) {
    grid-row: span 1;
  }
}
@media (min-width: 990px) {
  .stats-grid:not(.is-style-column) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 160px;
  }
  .stats-grid:not(.is-style-column) .stats-block {
    grid-row: auto;
    grid-column: auto;
  }
  .stats-grid:not(.is-style-column) .stats-block:nth-child(8n+1) {
    grid-column: 1;
    grid-row: span 2;
  }
  .stats-grid:not(.is-style-column) .stats-block:nth-child(8n+2) {
    grid-column: 1;
  }
  .stats-grid:not(.is-style-column) .stats-block:nth-child(8n+3) {
    grid-column: 2;
  }
  .stats-grid:not(.is-style-column) .stats-block:nth-child(8n+4) {
    grid-column: 2;
    grid-row: span 2;
  }
  .stats-grid:not(.is-style-column) .stats-block:nth-child(8n+5) {
    grid-column: 3;
    grid-row: span 2;
  }
  .stats-grid:not(.is-style-column) .stats-block:nth-child(8n+6) {
    grid-column: 3;
  }
  .stats-grid:not(.is-style-column) .stats-block:nth-child(8n+7) {
    grid-column: 4;
  }
  .stats-grid:not(.is-style-column) .stats-block:nth-child(8n+8) {
    grid-column: 4;
    grid-row: span 2;
  }
}
@media (min-width: 1024px) and (max-width: 1349px) {
  .stats-grid.col-2-lg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .stats-grid.col-2-lg .stats-block:nth-child(4n+1) {
    grid-column: 1;
    grid-row: span 2;
  }
  .stats-grid.col-2-lg .stats-block:nth-child(4n+2) {
    grid-column: 2;
  }
  .stats-grid.col-2-lg .stats-block:nth-child(4n+3) {
    grid-column: 1;
  }
  .stats-grid.col-2-lg .stats-block:nth-child(4n+4) {
    grid-column: 2;
    grid-row: span 2;
  }
  .stats-grid.col-2-lg.is-style-column .stats-block:nth-child(5) {
    grid-row: span 1;
  }
}

.has-sidebar .stats-grid .stats-block {
  padding: 2rem;
}
.has-sidebar .stats-grid .stats-block p.statistics__number {
  font-size: var(--wp--preset--font-size--font-36);
  color: #F0A540;
}
.has-sidebar .stats-grid .stats-block p.statistics__title {
  font-size: var(--wp--preset--font-size--font-17);
}
@media (min-width: 500px) {
  .has-sidebar .stats-grid {
    grid-auto-rows: 120px;
  }
}
