.pagination{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;justify-content:center;margin-top:24px;width:100%}@media(min-width:768px){.pagination{gap:20px}}.pagination-list{gap:6px}.pagination-item,.pagination-list{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.pagination-item{background:#fff;border-radius:999px;cursor:pointer;gap:4px;height:32px;overflow:hidden;width:32px}.pagination-item.route-button:hover,.pagination-item:hover{background:#f5f5f5;border-radius:999px;-webkit-box-shadow:0 0 0 1px #f5f5f5;box-shadow:0 0 0 1px #f5f5f5}.pagination-item a{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#0a0a0a;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:500;gap:4px;height:100%;justify-content:center;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1));text-align:center;width:100%}.pagination-item.active{background:#f07400;-webkit-box-shadow:0 0 0 1px #f07400;box-shadow:0 0 0 1px #f07400}.pagination-item.active a{color:#fff;font-size:14px;font-size:calc(14px*var(--type-scale, 1));font-style:normal;font-weight:600;letter-spacing:0;line-height:20px;line-height:calc(20px*var(--type-scale, 1));pointer-events:none}.pagination-item.route-button{background:#fff;border-radius:999px;-webkit-box-shadow:0 0 0 1px #ebebeb;box-shadow:0 0 0 1px #ebebeb;margin-left:6px}@media(min-width:768px){.pagination-item.route-button{margin-left:14px}}.pagination-item.route-button:first-child{margin-left:0}@media(min-width:768px){.pagination-item.route-button--with-text{height:32px;padding:6px 8px 6px 15px;width:auto}}.pagination-item.route-button--with-text.previous{margin-right:6px;padding-right:2px}@media(min-width:768px){.pagination-item.route-button--with-text.previous{margin-right:14px;padding:6px 15px 6px 8px}}@media(max-width:767.98px){.pagination-item.route-button--with-text.next{padding-left:2px}}.pagination-item.route-button--with-text .visually-hidden{display:none}@media(min-width:768px){.pagination-item.route-button--with-text .visually-hidden{display:inline}}.pagination-item.route-button--with-text img{height:18px;-o-object-fit:none;object-fit:none;width:18px}.pagination-item.is-disabled{cursor:default;pointer-events:none}.pagination-item.is-disabled a,.pagination-item.is-disabled img,.pagination-item.is-disabled span{opacity:.4}