.image-list{--image-list-gap: var(--image-list-gap-mobile, 8px);padding-top:var(--padding-top-section-mobile);padding-bottom:var(--padding-bottom-section-mobile)}@media screen and (min-width: 750px){.image-list{--image-list-gap: var(--image-list-gap-desktop, 16px);padding-top:var(--padding-top-section-desktop);padding-bottom:var(--padding-bottom-section-desktop)}}.image-list__header{margin-bottom:24px;text-align:var(--header-alignment-content, center)}@media screen and (min-width: 750px){.image-list__header{margin-bottom:40px}}.image-list__title{margin:0}.image-list__description{margin-top:8px}.image-list__description>*:first-child{margin-top:0}.image-list__description>*:last-child{margin-bottom:0}.image-list__items{display:flex;flex-wrap:wrap;justify-content:var(--image-list-justify, flex-start);align-items:var(--image-list-align, flex-start);row-gap:var(--image-list-gap);margin-right:calc(var(--image-list-gap)/-2);margin-left:calc(var(--image-list-gap)/-2)}.image-list__item{--image-max-height: var(--item-max-height-mobile, none);--image-min-height: var(--item-min-height-mobile, 0);width:var(--item-width-mobile, 100%);padding-right:calc(var(--image-list-gap)/2);padding-left:calc(var(--image-list-gap)/2)}@media screen and (min-width: 750px){.image-list__item{--image-max-height: var(--item-max-height-desktop, none);--image-min-height: var(--item-min-height-desktop, 0);width:var(--item-width-desktop, 50%)}}.image-list__item--full{--item-width-mobile: 100%;--item-width-desktop: 100%}.image-list__caption{margin-top:8px;margin-bottom:0;margin-inline:var(--caption-margin-inline, 0 auto);max-width:var(--caption-max-width, 100%);font-size:12px;line-height:1.4;text-align:var(--caption-text-align, left);opacity:.6}@media screen and (min-width: 750px){.image-list__caption{font-size:14px}}.image-list__caption--standalone{margin-top:0}.image-list__image,.image-list__placeholder{display:block;width:100%;height:auto;max-height:var(--image-max-height, none);min-height:var(--image-min-height, 0);-o-object-fit:cover;object-fit:cover}.image-list__placeholder{background-color:rgba(var(--color-foreground), 0.04)}