.trustbar-new {
  background-color: #f4f4f4;
  text-align: center;
  margin-left: -50vw;
	margin-right: -50vw;
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
}
.trustbar-new.boxed {
  background-color: #f4f4f4;
  text-align: center;
  margin-left: 0;
	margin-right: 0;
	position: static;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 20px;
}
.trustbar-new:has(.item) .wrap {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.trustbar-new:has(.item) .item {
  color: #adadad;
}
	.trustbar-new .wrap {
		max-width: 960px;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 10px;
		display: flex;
		justify-content: space-between;
	}
    .trustbar-new.mode-footer img,
    body:not(.de) .trustbar-new.mode-header img {
        vertical-align: top;
        height: 50px;
        max-width: 170px;
    }
.base-twentyone .top-header-new + .trustbar-new {
	margin-bottom: 70px;
}
    
@media (max-width: 768px) {
	.trustbar-new .wrap {
		display: block;
	}
	.trustbar-new img {
		margin: 0 10px;
	}
	.de .trustbar-new img:nth-child(4) {
		display: none;
	}
  .trustbar-new:has(.item) .wrap {
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }
    .trustbar-new:has(.item) .wrap .item {
      margin: 10px 0;
    }
}