.logomat{display:grid;grid-column:full;grid-template-columns:inherit;padding:3rem 0}@media (width >= 800px){.logomat{padding:6.25rem 0 7.5rem}}.logomat__content{container-type:inline-size;grid-column:wide}.logomat__heading{margin-bottom:2rem}@container (min-width: 800px){.logomat__heading{margin-bottom:5rem}}.logomat__items{display:grid}.logomat__item{align-items:center;background-image:linear-gradient(180deg,currentcolor 33%,#0000 0),linear-gradient(90deg,currentcolor 33%,#0000 0);background-position:0 0,0 100%;background-repeat:repeat-y,repeat-x;background-size:1px 3px,3px 1px;border:none;display:flex;justify-content:center;padding:2rem;width:100%}.logomat__item img{max-height:100%;max-width:100%}.logomat__item[data-row-last]{background-image:linear-gradient(180deg,currentcolor 33%,#0000 0),none}.logomat__item[data-col-1]{background-image:none,linear-gradient(90deg,currentcolor 33%,#0000 0)}.logomat__item[data-row-last][data-col-1]{background-image:none,none}