.pagination{margin-top:3.75rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination,.pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex}.pagination__list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;gap:.5rem;list-style:none;margin:0;padding:0}.pagination__item,.pagination__link{display:-webkit-box;display:-ms-flexbox;display:flex}.pagination__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:#f5f5f5;border-radius:6px;color:#1a1a1a;font-size:1rem;font-weight:700;height:44px;height:2.75rem;justify-content:center;min-width:44px;min-width:2.75rem;padding:0 .625rem;text-decoration:none;-webkit-transition:all .3s ease;transition:all .3s ease}.pagination__link:hover:not(.pagination__link--active):not(.pagination__link--disabled){background-color:#e0e0e0;color:#da0d21}.pagination__link--active{background-color:#da0d21;-webkit-box-shadow:0 4px 10px rgba(229,36,33,.3);box-shadow:0 4px 10px rgba(229,36,33,.3);-webkit-box-shadow:0 .25rem .625rem rgba(229,36,33,.3);box-shadow:0 .25rem .625rem rgba(229,36,33,.3);color:#fff;cursor:default}.pagination__link--disabled{background-color:transparent;color:#b0b0b0;cursor:not-allowed}.pagination__link--disabled .pagination__icon{stroke:#b0b0b0}.pagination__icon{height:20px;height:1.25rem;stroke:currentColor;width:20px;width:1.25rem}.pagination__dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;color:#888;font-weight:700;justify-content:center;min-width:30px;min-width:1.875rem}