.trusted-grid{grid-template-columns:repeat(6,1fr);display:grid}.trusted-cell{aspect-ratio:2;border:1px solid var(--color-gray-200,#eee);border-bottom:0;border-right:0;justify-content:center;align-items:center;padding:12px;display:flex;position:relative}.trusted-cell:nth-child(6n){border-right-width:1px}.trusted-grid>.trusted-cell:nth-last-child(-n+6){border-bottom-width:1px}.trusted-logo{object-fit:contain;max-width:calc(100% - 72px);max-height:calc(100% - 48px);transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.trusted-logo-colour,.trusted-cell:hover .trusted-logo-ink{opacity:0}.trusted-cell:hover .trusted-logo-colour{opacity:1}@media (width<=808px){.trusted-grid{grid-template-columns:repeat(3,1fr)}.trusted-cell:nth-child(6n){border-right-width:0}.trusted-cell:nth-child(3n){border-right-width:1px}.trusted-grid>.trusted-cell:nth-last-child(-n+6){border-bottom-width:0}.trusted-grid>.trusted-cell:nth-last-child(-n+3){border-bottom-width:1px}}@media (width<=480px){.trusted-grid{grid-template-columns:repeat(2,1fr)}.trusted-cell:nth-child(3n){border-right-width:0}.trusted-cell:nth-child(2n){border-right-width:1px}.trusted-grid>.trusted-cell:nth-last-child(-n+3){border-bottom-width:0}.trusted-grid>.trusted-cell:nth-last-child(-n+2){border-bottom-width:1px}}
