.home .lp-trust-strip-wrap{
  left:50%;
  right:auto;
  bottom:18px;
  width:min(1240px,calc(100% - 48px));
  padding:0;
  border:0;
  overflow:hidden;
  border-radius:0;
  background:#E9E8E4;
  box-shadow:0 14px 30px rgba(20,40,68,.13),0 2px 8px rgba(20,40,68,.05);
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
  transform:translateX(-50%);
}
.home .lp-trust-strip{
  position:relative;
  z-index:3;
  overflow:hidden;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  -webkit-backdrop-filter:none;
  backdrop-filter:none;
}
.home .lp-trust-paint-layer{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:#DCDAD4;
  transform:scaleX(0);
  transform-origin:left center;
  animation:lp-trust-paint-sweep 2300ms cubic-bezier(.35,.02,.2,1) 260ms forwards;
}
.home .lp-trust-paint-roller{
  position:absolute;
  top:50%;
  left:-70px;
  z-index:4;
  width:72px;
  height:62px;
  pointer-events:none;
  color:#34305F;
  transform:translateY(-50%);
  filter:drop-shadow(0 5px 7px rgba(20,40,68,.2));
  animation:lp-trust-roller-sweep 2300ms cubic-bezier(.35,.02,.2,1) 260ms forwards,lp-trust-roller-fade 280ms ease 2480ms forwards;
}
.home .lp-trust-paint-roller svg{display:block;width:100%;height:100%;overflow:visible}
@keyframes lp-trust-paint-sweep{
  from{transform:scaleX(0)}
  to{transform:scaleX(1)}
}
@keyframes lp-trust-roller-sweep{
  from{left:-70px}
  to{left:calc(100% + 8px)}
}
@keyframes lp-trust-roller-fade{
  to{opacity:0}
}
.home .lp-trust-item,
.home .lp-trust-item:nth-child(n){
  min-height:94px;
  grid-template-columns:46px minmax(0,1fr);
  gap:13px;
  padding:17px 19px 16px;
  border:0;
  background:transparent;
}
.home .lp-trust-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.home .lp-trust-icon img{
  width:44px;
  height:44px;
  object-fit:contain;
  filter:none!important;
  opacity:1!important;
}
.home .lp-trust-item strong{
  color:#142844;
  font-family:Georgia,"Times New Roman",serif;
  font-size:15px;
  font-weight:600;
  line-height:1.08;
  letter-spacing:-.015em;
  text-transform:none;
}
.home .lp-trust-item span:not(.lp-trust-icon){
  margin-top:6px;
  color:rgba(76,85,99,.82);
  font-family:Inter,Arial,sans-serif;
  font-size:11.3px;
  line-height:1.3;
}
@media (max-width:920px){
  .home .lp-trust-strip-wrap{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    width:min(720px,calc(100% - 32px))!important;
    margin:22px auto 0!important;
    transform:none!important;
  }
  .home .lp-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .home .lp-trust-item:nth-child(n){border:0!important}
  .home .lp-trust-item:nth-child(5){grid-column:1/-1;justify-content:center}
}
@media (max-width:760px){
  .home .lp-trust-strip-wrap{
    width:calc(100% - 32px)!important;
    max-width:none!important;
    margin:22px auto 0!important;
    padding:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    border:0!important;
    border-radius:0!important;
    background:#E9E8E4!important;
    box-shadow:0 13px 28px rgba(20,40,68,.105)!important;
  }
  .home .lp-trust-strip{
    width:max-content!important;
    min-width:100%!important;
    grid-template-columns:none!important;
    grid-auto-flow:column!important;
    grid-auto-columns:210px!important;
    gap:0!important;
    border-radius:0!important;
    background:transparent!important;
  }
  .home .lp-trust-item,
  .home .lp-trust-item:nth-child(n){
    min-height:104px!important;
    grid-column:auto!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:12px!important;
    justify-content:initial!important;
    padding:15px 15px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .home .lp-trust-icon{width:46px!important;height:46px!important;border-radius:0!important}
  .home .lp-trust-icon img{width:42px!important;height:42px!important}
  .home .lp-trust-item strong{font-size:14.5px!important;line-height:1.08!important}
  .home .lp-trust-item span:not(.lp-trust-icon){font-size:11.7px!important;line-height:1.25!important}
}
@media (prefers-reduced-motion:reduce){
  .home .lp-trust-paint-layer{transform:scaleX(1);animation:none}
  .home .lp-trust-paint-roller{display:none}
}
@media (max-width:390px){
  .home .lp-trust-strip-wrap{width:calc(100% - 28px)!important}
  .home .lp-trust-strip{grid-auto-columns:198px!important}
}
