@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes anim-fade-in{0%{opacity:0}to{opacity:1}}@keyframes anim-fade-out{0%{opacity:1}to{opacity:0}}@keyframes anim-fade-up{0%{opacity:0;transform:translate3d(0,var(--anim-translate-y,1.5rem),0)}to{opacity:1;transform:translateZ(0)}}@keyframes anim-fade-up-left-bottom{0%{opacity:0;transform:translate3d(var(--anim-translate-x,-1.5rem),var(--anim-translate-y,2.5rem),0)}to{opacity:1;transform:translateZ(0)}}@keyframes anim-fade-up-right-bottom{0%{opacity:0;transform:translate3d(var(--anim-translate-x,1.5rem),var(--anim-translate-y,2.5rem),0)}to{opacity:1;transform:translateZ(0)}}@keyframes anim-lines-slide{0%{opacity:0;transform:translate3d(-10%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes anim-progress-fill{0%{width:0}to{width:100%}}.custom-pagination{border-top:1px solid var(--color-grid-dark);margin-top:7.5rem;padding:1.5rem 1rem}.custom-pagination .page-item>*{align-items:center;display:flex;justify-content:center}.custom-pagination .page-item:not(.prev,.next,:last-child,:nth-last-child(2))>:after{background-color:var(--color-grid-dark);border-radius:50%;content:"";height:.25rem;margin-inline:.75rem;width:.125rem}.custom-pagination .page-item.next{margin-left:2rem}@media(max-width:991.98px){.custom-pagination .page-item.next{margin-left:1rem}}.custom-pagination .page-item.prev{margin-right:2rem}@media(max-width:991.98px){.custom-pagination .page-item.prev{margin-right:1rem}}.custom-pagination .page-item.next a path,.custom-pagination .page-item.prev a path{opacity:1;stroke:var(--color-white)}.custom-pagination .page-item.next a:focus path,.custom-pagination .page-item.next a:hover path,.custom-pagination .page-item.prev a:focus path,.custom-pagination .page-item.prev a:hover path{opacity:.5}.custom-pagination .page-item.next a svg path,.custom-pagination .page-item.prev a svg path{transition:stroke .2s ease-in-out,opacity .2s ease-in-out}.custom-pagination .page-item .page-numbers{color:var(--color-grid-dark)}.custom-pagination .page-item .page-numbers.current,.custom-pagination .page-item .page-numbers:not(.current,.dots):focus,.custom-pagination .page-item .page-numbers:not(.current,.dots):hover{color:var(--color-white)}