.stat-wrapper{margin:2em 0}.stat-top-heading{text-align:center}.stat-top-heading h2{color:var(--color-second);margin:0}.stat-items{display:grid;gap:2rem;grid-template-columns:var(--grid-columns,repeat(var(--grid-repeat,1),var(--grid-size,1fr)))}.stat-item{display:grid;margin-top:2em}.stat-item-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;color:var(--color-main);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;line-height:1;text-align:center}.stat-card-title h2{color:var(--color-main);font-size:35px;font-weight:400;margin-bottom:25px;margin-top:0}.stat-card__description{display:grid;gap:10px;text-transform:uppercase}.stat-card__description p{font-weight:700;margin:0}.stat-card__description h2{color:var(--hyperlink-hover);margin:0;word-break:break-word}.stat-button{display:inline-block;margin:.5rem 0}.stat-button .btn{display:inline-block;line-height:1;word-break:break-word}.stat-top-content{padding-bottom:20px;text-align:center}.stat-bottom-button{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -5px;padding-top:60px}.stat-bottom-button-item{padding:0 10px 10px}@media (min-width:768px){.stat-items{--grid-repeat:2}}@media (min-width:992px){.stat-items{--grid-columns:1fr 1fr 1fr 1fr}.stat-card-title h2{font-size:24px}}@media (max-width:991px){.stat-top-content{padding-bottom:0}}