.mp-trust{padding-block:var(--trust-pt, 5rem) var(--trust-pb, 0);background:var(--trust-bg, #111827)}.mp-trust__container{width:100%;max-width:var(--mp-container, 100%);margin-inline:auto;padding-inline:var(--mp-gutter)}.mp-trust__list{display:flex;flex-direction:column;gap:1.6rem;margin:0;padding:0;list-style:none}@media only screen and (min-width: 768px){.mp-trust__list{flex-flow:row wrap;align-items:center;justify-content:space-between;gap:2rem}}.mp-trust__item{flex:0 0 auto;width:100%}@media only screen and (min-width: 768px){.mp-trust__item{flex:1 1 auto;width:auto}}.mp-trust__link{display:flex;align-items:center;justify-content:flex-start;gap:1.4rem;color:var(--trust-text, #fff);text-decoration:none}@media only screen and (min-width: 768px){.mp-trust__link{justify-content:center}}.mp-trust__link--is-link .mp-trust__text{text-decoration:underline;text-underline-position:from-font}.mp-trust__icon{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;color:var(--trust-icon, #fde200)}.mp-trust__icon svg{display:block;width:100%;height:100%}.mp-trust__text{font-size:1.4rem;font-weight:700;line-height:1.2}@media only screen and (min-width: 768px){.mp-trust__text{white-space:nowrap}}.mp-trust__rule{display:block;height:1px;margin-top:3.2rem;background:var(--trust-divider, #334155)}
@media only screen and (max-width: 767px){
  .mp-trust{
    padding-top:2.4rem;
  }

  .mp-trust__container{
    padding-inline:4.6rem;
  }

  .mp-trust__list{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1.8rem 2rem;
    width:100%;
  }

  .mp-trust__item{
    width:auto;
    min-width:0;
  }

  .mp-trust__link{
    display:grid;
    grid-template-columns:2.4rem auto;
    align-items:center;
    justify-content:start;
    gap:1rem;
    width:100%;
  }

  .mp-trust__icon{
    width:2.4rem;
    height:2.4rem;
  }

  .mp-trust__text{
    font-size:1.2rem;
    line-height:1.2;
    white-space:nowrap;
  }

  .mp-trust__item:nth-child(even) .mp-trust__link{
    justify-content:end;
  }

  .mp-trust__item:last-child:nth-child(odd){
    grid-column:1 / -1;
  }

  .mp-trust__item:last-child:nth-child(odd) .mp-trust__link{
    width:max-content;
    margin-inline:auto;
    justify-content:center;
  }

  .mp-trust__rule{
    margin-top:2.4rem;
  }
}