.pagination{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;padding:1.5rem 0}.pagination__title{font-weight:700}.pagination ul{display:flex;justify-content:center;list-style:none;margin:0;padding:0}.pagination li{background:#fff;border-radius:50%;box-shadow:0 0 16px rgba(0,0,0,.16);height:46px;margin-right:.8rem;width:46px}.pagination li:first-of-type{align-items:center;display:flex;justify-content:center;position:relative}.pagination li:first-of-type:not(.active):after{background-image:url(https://25681979.fs1.hubspotusercontent-eu1.net/hubfs/25681979/once-lighting/icons/chevron-right.png);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:.6rem;left:23px;pointer-events:none;position:absolute;top:23px;transform:translate(-50%,-50%) rotate(180deg);width:.8rem}.pagination li:last-of-type{align-items:center;display:flex;justify-content:center;margin-right:0;position:relative}.pagination li:last-of-type:not(.active):after{background-image:url(https://25681979.fs1.hubspotusercontent-eu1.net/hubfs/25681979/once-lighting/icons/chevron-right.png);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:.6rem;left:23px;pointer-events:none;position:absolute;top:23px;transform:translate(-50%,-50%);width:.8rem}.pagination li.active{background:#f8931e}.pagination li a{align-items:center;color:#1d1d1b;display:flex;font-family:Gotham,sans-serif;font-size:.9rem;font-weight:700;height:100%;justify-content:center;line-height:32px;text-decoration:none;width:100%}.pagination li.active a{color:#fff}@media only screen and (min-width:992px){.pagination{flex-direction:row;margin-bottom:0;padding:2.5rem 0 3rem}.pagination__title{margin-bottom:0;margin-right:2rem}}