.item-grid{--_grid-gap:var(--spacing-5);overflow:hidden;padding:var(--spacing-14) 0}.item-grid--bg{background-color:var(--colour-bg-light-grey)}.item-grid--bg .swiper-pagination-progressbar{background:var(--colour-bg-white)}.item-grid--news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:var(--colour-bg-dark-grey)}.item-grid__inner{gap:var(--spacing-8)}.item-grid__inner,.item-grid__top-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.item-grid__top-row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:var(--spacing-5)}.item-grid__heading{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-xl)}.item-grid .swiper{overflow:visible;width:100%}.item-grid .swiper-slide{height:auto}.item-grid__item{margin-right:var(--spacing-5);max-width:280px}.item-grid__item:last-child{margin-right:0}@media (min-width:768px){.item-grid__top-row{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;-ms-flex-direction:row;flex-direction:row;justify-content:space-between}}@media (min-width:1024px){.item-grid{padding:var(--spacing-20) 0}.item-grid__inner{gap:var(--spacing-14)}.item-grid__heading{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-lg)}.item-grid__grid{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--_grid-gap)}.item-grid__item{height:auto;margin:0;max-width:none}.item-grid--3-col .item-grid__item{width:calc(33.3333333333% - var(--_grid-gap) / 3 * 2)}.item-grid--4-col .item-grid__item{width:calc(25% - var(--_grid-gap) / 4 * 3)}}