
.trustbar-section .standard-cta-flex {
  align-items: flex-start;
}

.trustbar-section .button-text-link {
  width: max-content;
}

.trustbar-section-center {
  padding: 0px;
}


.trustbar-wrapper {
  padding: 0px 0px 125px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.trustbar-wrapper-center {
  gap: 32px;
}

@media (min-width: 768px) {
  .trustbar-wrapper-center {
    gap: 48px;
  }
}

.trustbar-header {
  width: 100%;
  max-width: 973px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.trustbar-header-center {
  align-items: center;
  text-align: center;
  margin: 0px auto;
}

.trustbar-heading-lg {
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  color: var(--content-text-primary, #120f14);
  margin: 0px;
}

.trustbar-heading-md {
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
}

@media (min-width: 768px) {
  .trustbar-heading-lg {
    font-size: 40px;
  }

  .trustbar-heading-md {
    font-size: 24px;
  }
}

.trustbar-subhead,
.trustbar-subhead * {
  font-size: 20px;
  font-weight: 450;
  line-height: 150%;
  color: var(--content-text-secondary, #4b4545);
  margin: 0px;
}

.trustbar-marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.trustbar-marquee-content {
  display: flex;
  align-items: center;
  gap: 48px;
}

.trustbar-section__eyebrow {
  color: var(--blue-600, #409EAB);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: -8px;
}

@media (min-width: 768px) {
  .trustbar-marquee-content {
    gap: 80px;
  }
}

.trustbar-logo {
  flex: 0 0 auto;
}

@media (max-width: 1023px) {
  .trustbar-wrapper {
    padding: 0px 0px 100px 0px;
}

@media (max-width: 767px) {
  .trustbar-section__eyebrow { 
    font-size: 18px; 
  }
  .trustbar-wrapper {
    padding: 60px 0px;
}

