@keyframes scrollMobile{to{transform:translate(calc(-25% - 6px))}}@keyframes scrollDesktop{to{transform:translate(calc(-25% - 16px))}}.trustbar-section.theme-light{background:var(--white)}.trustbar-section.theme-dark{background:var(--gray-dark-mode-950,#0c111d)}.trustbar-section.theme-light-blue{background:var(--surface-light,#f6fafe)}.trustbar-container{display:flex;flex-direction:column;gap:32px}.trustbar-eyebrow{font-family:var(--family-inter,Inter);font-size:var(--font-size-text-md,16px);font-weight:var(--font-weight-medium,500);line-height:150%;text-align:center}.theme-light .trustbar-eyebrow{color:var(--gray-light-mode-600,#475467)}.theme-dark .trustbar-eyebrow{color:var(--gray-dark-mode-400,#94969c)}.theme-light-blue .trustbar-eyebrow{color:var(--gray-light-mode-600,#475467)}.theme-dark svg path{fill:var(--gray-light-mode-500,#667085)}.trustbar-static-container{align-items:center;display:flex;gap:24px;justify-content:center}.trustbar-scroll-container{-webkit-mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);overflow:hidden}.trustbar-scroll-inner-container{align-items:center;animation:scrollMobile 20s linear infinite forwards;display:flex;flex-wrap:nowrap;gap:24px;width:max-content}@media (min-width:768px){.trustbar-static-container{gap:64px}.trustbar-scroll-inner-container{animation:scrollDesktop 20s linear infinite forwards;gap:64px}}