/* === 02-trust === */
.fmf2 .trust{padding-top:0;padding-bottom:0}
.fmf2 .trust .eyebrow{margin-bottom:24px}
.fmf2 .trust__logos{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--c-line);border-bottom:1px solid var(--c-line);margin:0;overflow:visible}
.fmf2 .trust__logo{position:relative;display:flex;align-items:center;justify-content:center;min-height:105px;padding:8px 12px;
  border-right:1px solid var(--c-line);border-bottom:1px solid var(--c-line)}
.fmf2 .trust__logo:not(:nth-child(6n+1))::before,.fmf2 .trust__logo:not(:nth-child(6n+1))::after{content:"";position:absolute;z-index:3;left:-8px;width:15px;height:15px;background:var(--c-bg);pointer-events:none}
.fmf2 .trust__logo::before{top:-8px}.fmf2 .trust__logo::after{bottom:-8px}
.fmf2 .trust__logo:nth-child(6n){border-right:0}
.fmf2 .trust__logo:nth-last-child(-n+6){border-bottom:0}
.fmf2 .trust__logo a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.fmf2 .trust__logo img{max-height:76px;max-width:82%;width:auto;object-fit:contain;opacity:1;transition:transform .2s}
.fmf2 .trust__logo a:hover img{transform:scale(1.04)}

@media (max-width:1024px){
  .fmf2 .trust{padding-top:0;padding-bottom:0}
}
@media (max-width:900px){
  .fmf2 .trust__logos{grid-template-columns:repeat(3,1fr)}
  .fmf2 .trust__logo{min-height:105px}
  .fmf2 .trust__logo:nth-child(6n){border-right:1px solid var(--c-line)}
  .fmf2 .trust__logo:nth-child(3n){border-right:0}
  .fmf2 .trust__logo:not(:nth-child(6n+1))::before,.fmf2 .trust__logo:not(:nth-child(6n+1))::after{display:none}
  .fmf2 .trust__logo:not(:nth-child(3n+1))::before,.fmf2 .trust__logo:not(:nth-child(3n+1))::after{display:block}
  .fmf2 .trust__logo:nth-last-child(-n+6){border-bottom:1px solid var(--c-line)}
  .fmf2 .trust__logo:nth-last-child(-n+3){border-bottom:0}
}
@media (max-width:560px){
  .fmf2 .trust__logos{grid-template-columns:repeat(2,1fr)}
  .fmf2 .trust__logo{min-height:104px;padding:22px 14px}
  .fmf2 .trust__logo img{max-height:42px}
  .fmf2 .trust__logo:nth-child(3n){border-right:1px solid var(--c-line)}
  .fmf2 .trust__logo:nth-child(2n){border-right:0}
  .fmf2 .trust__logo:not(:nth-child(3n+1))::before,.fmf2 .trust__logo:not(:nth-child(3n+1))::after{display:none}
  .fmf2 .trust__logo:not(:nth-child(2n+1))::before,.fmf2 .trust__logo:not(:nth-child(2n+1))::after{display:block}
  .fmf2 .trust__logo:nth-last-child(-n+3){border-bottom:1px solid var(--c-line)}
  .fmf2 .trust__logo:nth-last-child(-n+2){border-bottom:0}
}
