@keyframes loadingSpinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.cards .module__header{position:relative;z-index:10}.cards__header{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;flex-wrap:nowrap;gap:0}.cards__controls{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-end;flex-wrap:nowrap;gap:0;flex-shrink:0;pointer-events:none;z-index:10}@media screen and (min-width: 1025px){.cards__controls{transform:translateY(-70%)}}@media screen and (min-width: 0)and (max-width: 1024px){.cards__controls{margin-bottom:1.25rem}}.cards__controls .glide__controls{padding:0;pointer-events:all}.cards__controls .button__container{padding-right:1rem;width:auto;pointer-events:all}.cards__wrap-list{display:grid;width:100%;grid-template-columns:repeat(4, minmax(160px, 360px));gap:16px;margin:0;padding:0;grid-auto-rows:1fr}@media screen and (min-width: 0)and (max-width: 420px){.cards__wrap-list{grid-template-columns:repeat(1, minmax(160px, 420px))}}@media screen and (min-width: 421px)and (max-width: 730px){.cards__wrap-list{grid-template-columns:repeat(2, minmax(160px, 360px))}}@media screen and (min-width: 731px)and (max-width: 1199px){.cards__wrap-list{grid-template-columns:repeat(3, minmax(160px, 360px))}}.cards__wrap-list>*{height:100%}.cards__carousel{margin-top:3rem}.cards__carousel-slides{align-items:stretch}.cards__carousel-slides li{height:auto !important}.glide--disabled.cards__carousel .cards__carousel-slides{gap:1rem}.glide--disabled.cards__carousel .cards__controls{justify-content:flex-start}.glide--disabled.cards__carousel .glide__controls{display:none}