.paymentCardLogos{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:calc(var(--grid-height)*.75)}.paymentCardLogos__item{margin:0;flex-shrink:0}.paymentCardLogos__img{display:block;width:72px;height:45px;object-fit:contain;border-radius:4px;box-shadow:0 1px 4px rgba(0,0,0,.25)}.paymentCardLogos__img--wide{width:auto;max-width:100px;height:45px}.paymentCardLogos--strip{margin:0;padding:0}.paymentCardLogos__stripImg{display:block;max-width:min(100%,520px);height:auto;object-fit:contain}.paymentCardLogos--footer{margin-top:calc(var(--grid-height)*.5);justify-content:flex-end}@media only screen and (max-width:900px){.paymentCardLogos--footer{justify-content:flex-start}}.paymentCardLogos--footer .paymentCardLogos__img{width:58px;height:36px}.paymentCardLogos--footer .paymentCardLogos__img--wide{max-width:88px;height:36px}.paymentCardLogos--footer .paymentCardLogos__stripImg{max-width:min(100%,420px)}.paymentCardLogos--deposit{justify-content:flex-start;margin-top:calc(var(--grid-height)/2);margin-bottom:calc(var(--grid-height)/2)}