.pagination-wrapper{margin-bottom:7rem;margin-top:4rem}@media screen and (min-width:990px){.pagination-wrapper{margin-bottom:10rem;margin-top:5rem}}.pagination__list{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center}.pagination__list>li{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}@media screen and (min-width:480px){.pagination__list>li{-webkit-box-flex:1;-ms-flex:1 0 4.4rem;flex:1 0 4.4rem;max-width:4.4rem}}.pagination__list>li:not(:last-child){margin-right:1rem}.pagination__item{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:4.4rem;justify-content:center;padding:0;position:relative;text-decoration:none;width:100%}.pagination__item,.pagination__item:hover{color:rgb(var(--color-foreground))}a.pagination__item:hover:after{height:.2rem}.pagination__item .icon-caret{height:.6rem}.pagination__item--current{font-weight:600}.pagination__item--current:after{height:.1rem}.pagination__item--current:after,.pagination__item:hover:after{background-color:currentColor;bottom:8px;content:"";display:block;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:2rem}.pagination__item--next .icon{margin-left:-.2rem;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.pagination__item--next:hover .icon{-webkit-transform:rotate(90deg) scale(1.07);transform:rotate(90deg) scale(1.07)}.pagination__item--prev .icon{margin-right:-.2rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.pagination__item--prev:hover .icon{-webkit-transform:rotate(-90deg) scale(1.07);transform:rotate(-90deg) scale(1.07)}.pagination__item-arrow{color:rgba(var(--color-foreground),.75)}.pagination__item-arrow:hover .icon{color:rgb(var(--color-foreground))}.pagination__item-arrow:hover:after{display:none}