.collection-cards:not(.article-related-collections) li.is-col-6{--columns:2}@media screen and (min-width:768px){.collection-cards:not(.article-related-collections) li.is-col-3-md{--columns:4}}@media screen and (min-width:1024px){.collection-cards:not(.article-related-collections) li.is-col-2-lg{--columns:6}}@media screen and (min-width:1200px){.collection-cards:not(.article-related-collections) li.is-col-1-xl{--columns:12}}.collection-cards:not(.article-related-collections) .collection-card__image .img--cover{--width:calc(calc(100vw / var(--columns)) - calc(var(--col-gap)/ (calc(var(--columns) - 1))))}@media screen and (max-width:767px){.collection-cards:not(.article-related-collections) .collection-card__image .img--cover{--width:200px}}.collection-cards .collection-list{display:flex;flex-wrap:wrap;position:relative}@media screen and (max-width:479px){.collection-cards .collection-list{width:calc(100% + var(--site-side-spacing) * 2);margin-left:calc(var(--site-side-spacing) * -1)}}.collection-cards .collection-list:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid var(--color-brand-background);z-index:0}.collection-cards li{display:flex;flex-direction:column;position:relative;flex:0 1 calc(100% / var(--columns) - var(--col-gap)/ (var(--columns) - 1));width:min-content}@media screen and (max-width:767px){.collection-cards li{flex:1}}.collection-cards li:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid var(--color-border);border-top:0;border-right:0;z-index:-1}@media screen and (min-width:1200px){.collection-cards>.container{max-width:90%;margin:10px auto}}.collection-cards .container-header{max-width:none}.collection-cards .collection-card-wrapper{padding:.625rem 1.25rem;display:flex;flex-grow:1;justify-content:center}.collection-cards .collection-card-wrapper a{display:flex;flex-direction:column;width:100%}.collection-cards .collection-card-wrapper a:active .collection-card-information__text,.collection-cards .collection-card-wrapper a:focus .collection-card-information__text,.collection-cards .collection-card-wrapper a:hover .collection-card-information__text{text-decoration:underline}.collection-cards .collection-card-information__wrapper{margin-top:.375rem}.collection-cards .collection-card-information__text{font-family:var(--font-medium-family);font-weight:var(--font-medium-weight);font-style:var(--font-medium-style)}.collection-cards .collection-card .collection-card__image{display:flex;justify-content:center}.collection-cards .collection-card .collection-card__image .img--cover{padding-bottom:0!important;max-width:var(--width);min-width:var(--width);max-height:var(--width);min-height:var(--width)}@media screen and (max-width:767px){.collection-cards .collection-card .collection-card__image .img--cover{max-width:var(--width);min-width:var(--width);max-height:var(--width);min-height:var(--width)}}.collection-cards .collection-card .collection-card__image .img--cover img{object-fit:contain}