.trust-ticker{--background-dark:#0e151d;--white:#fff;--light-text:#e8e8e8;background:var(--background-dark);padding:80px 0;width:100%}.trust-ticker__container{width:100%}.trust-ticker__text{align-items:center;display:flex;flex-direction:column;margin-bottom:44px}.trust-ticker__title{color:var(--white);font-family:Dazzed,sans-serif;font-feature-settings:"ss03" on,"ss05" on;font-size:32px;font-style:normal;font-weight:500;line-height:120%;margin:0 0 16px;max-width:100%;text-align:center;width:440px}.trust-ticker__body{margin:0;max-width:90%;text-align:center;width:574px}.trust-ticker__track-wrapper{overflow:hidden;width:100%}.trust-ticker__track{display:flex;width:max-content}.trust-ticker__track-wrapper.is-ready .trust-ticker__track{animation:ticker-scroll var(--ticker-duration,48s) linear infinite}.trust-ticker__track-wrapper.is-ready .trust-ticker__track:hover{animation-play-state:paused}.trust-ticker__item,.trust-ticker__items{display:flex;flex-shrink:0}.trust-ticker__item{align-items:center;justify-content:center;padding-right:30px}.trust-ticker__item img{display:block;height:80px;width:auto}@keyframes ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(var(--ticker-distance, 50%)*-1))}}@media (max-width:768px){.trust-ticker{padding:60px 0}.trust-ticker__title{font-size:26px;padding:0 20px}.trust-ticker__body{padding:0 20px}.trust-ticker__item img{height:60px}}@media (max-width:480px){.trust-ticker__item{padding-bottom:0;padding-right:39px}.trust-ticker__item img{height:78px}}.trust-ticker--bg-dark{background:#0e151d}.trust-ticker--bg-light{background:#e8e8e8}.trust-ticker--bg-green{background:#b3ff5c}.trust-ticker--bg-blue{background:#1163fc}.trust-ticker--bg-green .trust-ticker__body,.trust-ticker--bg-green .trust-ticker__body *,.trust-ticker--bg-green .trust-ticker__title,.trust-ticker--bg-light .trust-ticker__body,.trust-ticker--bg-light .trust-ticker__body *,.trust-ticker--bg-light .trust-ticker__title{color:#0e151d}.trust-ticker--bg-blue .trust-ticker__title,.trust-ticker--bg-dark .trust-ticker__title{color:#fff}.trust-ticker--bg-blue .trust-ticker__body,.trust-ticker--bg-blue .trust-ticker__body *,.trust-ticker--bg-dark .trust-ticker__body,.trust-ticker--bg-dark .trust-ticker__body *{color:#e8e8e8}