.cards-block .d-grid{grid-template-columns:repeat(1,1fr);grid-column-gap:16px;grid-row-gap:16px}@media only screen and (max-width:767px){.cards-block.cols-sm-1 .d-grid{grid-template-columns:repeat(1,1fr)}.cards-block.cols-sm-2 .d-grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:1024px){.cards-block.hs-md{padding-left:0;padding-right:0}.cards-block.hs-md .container-xxl>*{padding-left:15px;padding-right:15px}.cards-block.hs-md .d-grid{grid-auto-flow:column;grid-auto-columns:315px;grid-template-columns:unset!important;overflow-x:scroll;scrollbar-width:none}}@media only screen and (min-width:768px){.cards-block.cols-md-1 .d-grid{grid-template-columns:repeat(1,1fr)}.cards-block.cols-md-2 .d-grid{grid-template-columns:repeat(2,1fr)}.cards-block.cols-md-3 .d-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1025px){.cards-block.cols-lg-2 .d-grid{grid-template-columns:repeat(2,1fr)}.cards-block.cols-lg-3 .d-grid{grid-template-columns:repeat(3,1fr)}.cards-block.cols-lg-4 .d-grid{grid-template-columns:repeat(4,1fr)}.cards-block.gap-regular .d-grid{grid-column-gap:32px;grid-row-gap:32px}.cards-block.gap-large .d-grid{grid-column-gap:32px;grid-row-gap:100px}}@media only screen and (min-width:1300px){.cards-block.cols-xl-2 .d-grid{grid-template-columns:repeat(2,1fr)}.cards-block.cols-xl-3 .d-grid{grid-template-columns:repeat(3,1fr)}.cards-block.cols-xl-4 .d-grid{grid-template-columns:repeat(4,1fr)}.cards-block.cols-xl-5 .d-grid{grid-template-columns:repeat(5,1fr)}.cards-block.cols-xl-6 .d-grid{grid-template-columns:repeat(6,1fr)}}