/*** USP Band ***/

.usp_band {
    background-color: var(--tint-light-blue);
}

.usp_band .container {
    overflow: hidden;
    padding: 0 55px;
}

.usp_band .usp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
}

.usp_band .usp_section {
    position: relative;
    border-right: 1px solid #C3CBE6;
    padding: 0px 30px;
    justify-content: space-evenly;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.usp_band .negative-margin {
    margin: 0px -55px;
}
.usp_band .usp_section img {
    /*margin-right: 15px;*/
    height: 30px;
    /*width: auto;*/
    max-width: 80px;
    padding-left: 15px;
}

.usp_band .usp_section p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 5px;
}

.usp_band .usp_section a {
    color: var(--black);
}

.usp_band .slick-track::before,
.usp_band .slick-track::after {
    display: none;
}

.usp_band .slick-list {
    margin: 0 auto;
    width: calc(100% - 40px);
}
.usp_band .slick-slider .slick-track, .usp_band .slick-slider .slick-list {
    display: flex;
}

.usp_band a.review-io-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
@media(max-width: 1500px) {
    .usp_band .slick-list {
        width: 100%;
    }
}

/*@media(max-width: 1798.98px){*/
    /*.usp_band .usp_section {*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
    /*}*/
/*}*/

@media(max-width: 1199.98px) {
    .usp_band .negative-margin {
        margin: 0px -20px;
    }
    .usp_band .usp_section {
        padding: 0px 15px;
    }

    .usp_band .container {
        padding: 0 20px;
    }

    /*.usp_band .usp_flex {*/
        /*padding-top: 20px;*/
        /*padding-bottom: 20px;*/
    /*}*/

    .usp_band .usp_section img {
        height: 20px;
        /*margin-right: 10px;*/
        /*margin-top: -2px;*/
    }

    .usp_band .usp_section p {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 18px;
    }
}
/*@media(max-width: 991.98px){*/
    /*.usp_band .usp_section:first-child, .usp_band .usp_section:nth-child(2) {*/
        /*padding: 15px 20px;*/
    /*}*/
/*}*/

@media(max-width: 991.98px) {
    .usp-band-header .container-padding {
        padding-left: 10px;
        padding-right: 10px;
    }
    .usp-band-header .usp_band {
        padding-top: 8px;
    }
    .usp_band .usp_flex {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

@media(min-width: 992px) and (max-width:1199.98px) {
    .usp-band-header {
        padding: 10px 10px 0;
    }
}

@media(min-width:768px) {
    .usp_band .usp_section:last-of-type {
        border-right: none!important;
    }
}

@media(max-width: 767.98px) {
    .usp_band .usp_flex {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .usp_band .usp_section p {
        font-size: 12px;
        line-height: 15px;
    }

    .usp_band .usp_section img {
        margin-top: 0px;
    }
    .usp_band .usp_section {
        border-right: none;

        /*-webkit-box-pack: justify;*/
        /*-ms-flex-pack: justify;*/
        /*justify-content: space-between;*/

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        /*padding: 0px;*/
        /*height: 60px;*/
        height: 35px;

    }
    .usp_band .negative-margin {
        margin: 0;
    }

    .usp_band .slick-slider .slick-track, .usp_band .slick-slider .slick-list {
        display: block;
    }

    .usp_band .usp_section p {
        margin-bottom: 0;
    }

    .mobile-navigation .RatingBarWidget-prefix .R-TextBody--xxs {
        font-size: 12px;
    }
    .mobile-navigation .RatingBarWidget-prefix .RatingBarWidget .R-PlatformIcon {
        padding-left: 0!important;
    }

}

@media(max-width: 575.98px){
    .usp_band .usp_section p {
        margin-top: 0px;
        font-size: 14px;
        line-height: 16px;
    }

    .usp_band .usp_section {
        /*padding: 10px 0px 0px;*/
        padding: 0px 0px 0px;
    }
    .usp_band .usp_section:first-child, .usp_band .usp_section:nth-child(2), .usp_band .usp_section.slick-current {
        padding: 0px;
        /*height: 60px;*/
        height: 35px;
    }
    .usp_band .usp_section img {
        height: 24px;
    }
}

.RatingBarWidget-prefix .R-RatingStars--sm .R-RatingStars__stars .stars__icon {
    font-size: 12px!important;
}