.usp-row {
    padding-top: 10px;
    position: relative; }
@media only screen and (min-width: 768px) {
    .usp-row {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%; } }
.usp-row .usp-blocks-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    flex-wrap: nowrap;
    height: 50px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative; }
@media only screen {
    .usp-row .usp-blocks-list.usp-s-1-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-1-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-1-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-1-0 {
        display: none; } }
.usp-row .usp-blocks-list.usp-s-1-1 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-1-1.animate .slide {
    -webkit-animation: usp-row-s-1-1 2.5s linear infinite;
    animation: usp-row-s-1-1 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-1-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-1-1 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-1-1.animate .slide {
        -webkit-animation: usp-row-m-1-1 2.5s linear infinite;
        animation: usp-row-m-1-1 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-1-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-1-1 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-1-1.animate .slide {
        -webkit-animation: usp-row-l-1-1 2.5s linear infinite;
        animation: usp-row-l-1-1 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-1-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-1-1 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-1-1.animate .slide {
        -webkit-animation: usp-row-xl-1-1 2.5s linear infinite;
        animation: usp-row-xl-1-1 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-1-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-1-2 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-1-2.animate .slide {
    -webkit-animation: usp-row-s-1-2 2.5s linear infinite;
    animation: usp-row-s-1-2 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-1-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-1-2 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-1-2 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-1-2.animate .slide {
        -webkit-animation: usp-row-m-1-2 2.5s linear infinite;
        animation: usp-row-m-1-2 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-1-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-1-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-1-2 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-1-2.animate .slide {
        -webkit-animation: usp-row-l-1-2 2.5s linear infinite;
        animation: usp-row-l-1-2 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-1-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-1-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-1-2 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-1-2.animate .slide {
        -webkit-animation: usp-row-xl-1-2 2.5s linear infinite;
        animation: usp-row-xl-1-2 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-1-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-1-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-1-3 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-1-3.animate .slide {
    -webkit-animation: usp-row-s-1-3 2.5s linear infinite;
    animation: usp-row-s-1-3 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-1-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-1-3 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-1-3 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-1-3.animate .slide {
        -webkit-animation: usp-row-m-1-3 2.5s linear infinite;
        animation: usp-row-m-1-3 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-1-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-1-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-1-3 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-1-3.animate .slide {
        -webkit-animation: usp-row-l-1-3 2.5s linear infinite;
        animation: usp-row-l-1-3 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-1-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-1-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-1-3 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-1-3.animate .slide {
        -webkit-animation: usp-row-xl-1-3 2.5s linear infinite;
        animation: usp-row-xl-1-3 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-1-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-1-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-1-4 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-1-4.animate .slide {
    -webkit-animation: usp-row-s-1-4 2.5s linear infinite;
    animation: usp-row-s-1-4 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-1-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-1-4 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-1-4 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-1-4.animate .slide {
        -webkit-animation: usp-row-m-1-4 2.5s linear infinite;
        animation: usp-row-m-1-4 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-1-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-1-4 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-1-4 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-1-4.animate .slide {
        -webkit-animation: usp-row-l-1-4 2.5s linear infinite;
        animation: usp-row-l-1-4 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-1-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-1-4 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-1-4 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-1-4.animate .slide {
        -webkit-animation: usp-row-xl-1-4 2.5s linear infinite;
        animation: usp-row-xl-1-4 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-1-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-1-4 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-1-5 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-1-5.animate .slide {
    -webkit-animation: usp-row-s-1-5 2.5s linear infinite;
    animation: usp-row-s-1-5 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-1-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-1-5 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-1-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-1-5.animate .slide {
        -webkit-animation: usp-row-m-1-5 2.5s linear infinite;
        animation: usp-row-m-1-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-1-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-1-5 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-1-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-1-5.animate .slide {
        -webkit-animation: usp-row-l-1-5 2.5s linear infinite;
        animation: usp-row-l-1-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-1-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-1-5 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-1-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-1-5.animate .slide {
        -webkit-animation: usp-row-xl-1-5 2.5s linear infinite;
        animation: usp-row-xl-1-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-1-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-1-5 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-1-6 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-1-6.animate .slide {
    -webkit-animation: usp-row-s-1-6 2.5s linear infinite;
    animation: usp-row-s-1-6 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-1-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-1-6 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-1-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-1-6.animate .slide {
        -webkit-animation: usp-row-m-1-6 2.5s linear infinite;
        animation: usp-row-m-1-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-1-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-1-6 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-1-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-1-6.animate .slide {
        -webkit-animation: usp-row-l-1-6 2.5s linear infinite;
        animation: usp-row-l-1-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-1-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-1-6 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-1-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-1-6.animate .slide {
        -webkit-animation: usp-row-xl-1-6 2.5s linear infinite;
        animation: usp-row-xl-1-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-1-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-1-6 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-1-7 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-1-7.animate .slide {
    -webkit-animation: usp-row-s-1-7 2.5s linear infinite;
    animation: usp-row-s-1-7 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-1-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-1-7 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-1-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-1-7.animate .slide {
        -webkit-animation: usp-row-m-1-7 2.5s linear infinite;
        animation: usp-row-m-1-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-1-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-1-7 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-1-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-1-7.animate .slide {
        -webkit-animation: usp-row-l-1-7 2.5s linear infinite;
        animation: usp-row-l-1-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-1-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-1-7 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-1-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-1-7.animate .slide {
        -webkit-animation: usp-row-xl-1-7 2.5s linear infinite;
        animation: usp-row-xl-1-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-1-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-1-7 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-1-8 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-1-8.animate .slide {
    -webkit-animation: usp-row-s-1-8 2.5s linear infinite;
    animation: usp-row-s-1-8 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-1-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-1-8 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-1-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-1-8.animate .slide {
        -webkit-animation: usp-row-m-1-8 2.5s linear infinite;
        animation: usp-row-m-1-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-1-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-1-8 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-1-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-1-8.animate .slide {
        -webkit-animation: usp-row-l-1-8 2.5s linear infinite;
        animation: usp-row-l-1-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-1-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-1-8 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-1-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-1-8.animate .slide {
        -webkit-animation: usp-row-xl-1-8 2.5s linear infinite;
        animation: usp-row-xl-1-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-1-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-1-8 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media only screen {
    .usp-row .usp-blocks-list.usp-s-2-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-2-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-2-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-2-0 {
        display: none; } }
.usp-row .usp-blocks-list.usp-s-2-1 {
    display: block; }

@-webkit-keyframes usp-row-s-2-1 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-2-1 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-2-1.animate .slide {
    -webkit-animation: usp-row-s-2-1 5s linear infinite;
    animation: usp-row-s-2-1 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-2-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-2-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-2-1 {
        display: block; }
    @-webkit-keyframes usp-row-m-2-1 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-2-1 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-2-1.animate .slide {
        -webkit-animation: usp-row-m-2-1 5s linear infinite;
        animation: usp-row-m-2-1 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-2-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-2-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-2-1 {
        display: block; }
    @-webkit-keyframes usp-row-l-2-1 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-2-1 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-2-1.animate .slide {
        -webkit-animation: usp-row-l-2-1 5s linear infinite;
        animation: usp-row-l-2-1 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-2-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-2-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-2-1 {
        display: block; }
    @-webkit-keyframes usp-row-xl-2-1 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-2-1 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-2-1.animate .slide {
        -webkit-animation: usp-row-xl-2-1 5s linear infinite;
        animation: usp-row-xl-2-1 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-2-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-2-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-2-2 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-2-2.animate .slide {
    -webkit-animation: usp-row-s-2-2 2.5s linear infinite;
    animation: usp-row-s-2-2 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-2-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-2-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-2-2 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-2-2.animate .slide {
        -webkit-animation: usp-row-m-2-2 2.5s linear infinite;
        animation: usp-row-m-2-2 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-2-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-2-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-2-2 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-2-2.animate .slide {
        -webkit-animation: usp-row-l-2-2 2.5s linear infinite;
        animation: usp-row-l-2-2 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-2-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-2-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-2-2 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-2-2.animate .slide {
        -webkit-animation: usp-row-xl-2-2 2.5s linear infinite;
        animation: usp-row-xl-2-2 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-2-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-2-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; } }
.usp-row .usp-blocks-list.usp-s-2-3 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-2-3.animate .slide {
    -webkit-animation: usp-row-s-2-3 2.5s linear infinite;
    animation: usp-row-s-2-3 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-2-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-2-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 33.33333%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-2-3 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-2-3 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-2-3 .slide:nth-child(2) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-2-3 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-2-3.animate .slide {
        -webkit-animation: usp-row-m-2-3 2.5s linear infinite;
        animation: usp-row-m-2-3 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-2-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-2-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-2-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-2-3 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-2-3 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-2-3 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-2-3.animate .slide {
        -webkit-animation: usp-row-l-2-3 2.5s linear infinite;
        animation: usp-row-l-2-3 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-2-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-2-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-2-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-2-3 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-2-3 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-2-3 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-2-3.animate .slide {
        -webkit-animation: usp-row-xl-2-3 2.5s linear infinite;
        animation: usp-row-xl-2-3 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-2-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-2-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-2-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-2-3 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-2-3 .slide:nth-child(2) {
        left: 50%; } }
.usp-row .usp-blocks-list.usp-s-2-4 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-2-4.animate .slide {
    -webkit-animation: usp-row-s-2-4 2.5s linear infinite;
    animation: usp-row-s-2-4 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-2-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-2-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 25%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-2-4 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-2-4 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-2-4 .slide:nth-child(2) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-2-4 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-2-4.animate .slide {
        -webkit-animation: usp-row-m-2-4 2.5s linear infinite;
        animation: usp-row-m-2-4 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-2-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-2-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-2-4 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-2-4 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-2-4 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-2-4 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-2-4.animate .slide {
        -webkit-animation: usp-row-l-2-4 2.5s linear infinite;
        animation: usp-row-l-2-4 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-2-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-2-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-2-4 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-2-4 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-2-4 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-2-4 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-2-4.animate .slide {
        -webkit-animation: usp-row-xl-2-4 2.5s linear infinite;
        animation: usp-row-xl-2-4 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-2-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-2-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-2-4 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-2-4 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-2-4 .slide:nth-child(2) {
        left: 50%; } }
.usp-row .usp-blocks-list.usp-s-2-5 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-2-5.animate .slide {
    -webkit-animation: usp-row-s-2-5 2.5s linear infinite;
    animation: usp-row-s-2-5 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-2-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-2-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 20%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-2-5 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-2-5 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-2-5 .slide:nth-child(2) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-2-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-2-5.animate .slide {
        -webkit-animation: usp-row-m-2-5 2.5s linear infinite;
        animation: usp-row-m-2-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-2-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-2-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-2-5 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-2-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-2-5 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-2-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-2-5.animate .slide {
        -webkit-animation: usp-row-l-2-5 2.5s linear infinite;
        animation: usp-row-l-2-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-2-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-2-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-2-5 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-2-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-2-5 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-2-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-2-5.animate .slide {
        -webkit-animation: usp-row-xl-2-5 2.5s linear infinite;
        animation: usp-row-xl-2-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-2-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-2-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-2-5 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-2-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-2-5 .slide:nth-child(2) {
        left: 50%; } }
.usp-row .usp-blocks-list.usp-s-2-6 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-2-6.animate .slide {
    -webkit-animation: usp-row-s-2-6 2.5s linear infinite;
    animation: usp-row-s-2-6 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-2-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-2-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 16.66667%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-2-6 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-2-6 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-2-6 .slide:nth-child(2) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-2-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-2-6.animate .slide {
        -webkit-animation: usp-row-m-2-6 2.5s linear infinite;
        animation: usp-row-m-2-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-2-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-2-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-2-6 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-2-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-2-6 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-2-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-2-6.animate .slide {
        -webkit-animation: usp-row-l-2-6 2.5s linear infinite;
        animation: usp-row-l-2-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-2-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-2-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-2-6 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-2-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-2-6 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-2-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-2-6.animate .slide {
        -webkit-animation: usp-row-xl-2-6 2.5s linear infinite;
        animation: usp-row-xl-2-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-2-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-2-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-2-6 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-2-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-2-6 .slide:nth-child(2) {
        left: 50%; } }
.usp-row .usp-blocks-list.usp-s-2-7 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-2-7.animate .slide {
    -webkit-animation: usp-row-s-2-7 2.5s linear infinite;
    animation: usp-row-s-2-7 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-2-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-2-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 14.28571%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-2-7 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-2-7 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-2-7 .slide:nth-child(2) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-2-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-2-7.animate .slide {
        -webkit-animation: usp-row-m-2-7 2.5s linear infinite;
        animation: usp-row-m-2-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-2-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-2-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-2-7 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-2-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-2-7 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-2-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-2-7.animate .slide {
        -webkit-animation: usp-row-l-2-7 2.5s linear infinite;
        animation: usp-row-l-2-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-2-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-2-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-2-7 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-2-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-2-7 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-2-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-2-7.animate .slide {
        -webkit-animation: usp-row-xl-2-7 2.5s linear infinite;
        animation: usp-row-xl-2-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-2-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-2-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-2-7 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-2-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-2-7 .slide:nth-child(2) {
        left: 50%; } }
.usp-row .usp-blocks-list.usp-s-2-8 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-2-8.animate .slide {
    -webkit-animation: usp-row-s-2-8 2.5s linear infinite;
    animation: usp-row-s-2-8 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-2-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-2-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 12.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-2-8 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-2-8 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-2-8 .slide:nth-child(2) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-2-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-2-8.animate .slide {
        -webkit-animation: usp-row-m-2-8 2.5s linear infinite;
        animation: usp-row-m-2-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-2-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-2-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-2-8 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-2-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-2-8 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-2-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-2-8.animate .slide {
        -webkit-animation: usp-row-l-2-8 2.5s linear infinite;
        animation: usp-row-l-2-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-2-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-2-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-2-8 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-2-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-2-8 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-2-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-2-8.animate .slide {
        -webkit-animation: usp-row-xl-2-8 2.5s linear infinite;
        animation: usp-row-xl-2-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-2-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-2-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-2-8 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-2-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-2-8 .slide:nth-child(2) {
        left: 50%; } }
@media only screen {
    .usp-row .usp-blocks-list.usp-s-3-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-3-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-3-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-3-0 {
        display: none; } }
.usp-row .usp-blocks-list.usp-s-3-1 {
    display: block; }

@-webkit-keyframes usp-row-s-3-1 {
    0% {
        top: 0;
        opacity: 1; }
    26.66667% {
        top: 0;
        opacity: 1; }
    33.33333% {
        top: -100%;
        opacity: 0; }
    34.33333% {
        top: 100%;
        opacity: 0; }
    93.33333% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-3-1 {
    0% {
        top: 0;
        opacity: 1; }
    26.66667% {
        top: 0;
        opacity: 1; }
    33.33333% {
        top: -100%;
        opacity: 0; }
    34.33333% {
        top: 100%;
        opacity: 0; }
    93.33333% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-3-1.animate .slide {
    -webkit-animation: usp-row-s-3-1 7.5s linear infinite;
    animation: usp-row-s-3-1 7.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-3-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-3-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-3-1 .slide:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0%;
    top: 100%;
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-3-1 {
        display: block; }
    @-webkit-keyframes usp-row-m-3-1 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-3-1 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-3-1.animate .slide {
        -webkit-animation: usp-row-m-3-1 7.5s linear infinite;
        animation: usp-row-m-3-1 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-3-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-3-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-3-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-3-1 {
        display: block; }
    @-webkit-keyframes usp-row-l-3-1 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-3-1 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-3-1.animate .slide {
        -webkit-animation: usp-row-l-3-1 7.5s linear infinite;
        animation: usp-row-l-3-1 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-3-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-3-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-3-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-3-1 {
        display: block; }
    @-webkit-keyframes usp-row-xl-3-1 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-3-1 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-3-1.animate .slide {
        -webkit-animation: usp-row-xl-3-1 7.5s linear infinite;
        animation: usp-row-xl-3-1 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-3-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-3-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-3-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-3-2 {
    display: block; }

@-webkit-keyframes usp-row-s-3-2 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-3-2 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-3-2.animate .slide {
    -webkit-animation: usp-row-s-3-2 5s linear infinite;
    animation: usp-row-s-3-2 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-3-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-3-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-3-2 .slide:nth-child(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-3-2 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-3-2 {
        display: block; }
    @-webkit-keyframes usp-row-m-3-2 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-3-2 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-3-2.animate .slide {
        -webkit-animation: usp-row-m-3-2 5s linear infinite;
        animation: usp-row-m-3-2 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-3-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-3-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-3-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-3-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-3-2 {
        display: block; }
    @-webkit-keyframes usp-row-l-3-2 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-3-2 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-3-2.animate .slide {
        -webkit-animation: usp-row-l-3-2 5s linear infinite;
        animation: usp-row-l-3-2 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-3-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-3-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-3-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-3-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-3-2 {
        display: block; }
    @-webkit-keyframes usp-row-xl-3-2 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-3-2 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-3-2.animate .slide {
        -webkit-animation: usp-row-xl-3-2 5s linear infinite;
        animation: usp-row-xl-3-2 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-3-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-3-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-3-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-3-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-3-3 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-3-3.animate .slide {
    -webkit-animation: usp-row-s-3-3 2.5s linear infinite;
    animation: usp-row-s-3-3 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-3-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-3-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 33.33333%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-3-3 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 66.66667%;
    top: 0;
    width: 33.33333%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-3-3 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-3-3.animate .slide {
        -webkit-animation: usp-row-m-3-3 2.5s linear infinite;
        animation: usp-row-m-3-3 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-3-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-3-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-3-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-3-3 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-3-3.animate .slide {
        -webkit-animation: usp-row-l-3-3 2.5s linear infinite;
        animation: usp-row-l-3-3 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-3-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-3-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-3-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-3-3 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-3-3.animate .slide {
        -webkit-animation: usp-row-xl-3-3 2.5s linear infinite;
        animation: usp-row-xl-3-3 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-3-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-3-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-3-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; } }
.usp-row .usp-blocks-list.usp-s-3-4 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-3-4.animate .slide {
    -webkit-animation: usp-row-s-3-4 2.5s linear infinite;
    animation: usp-row-s-3-4 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-3-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-3-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 25%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-3-4 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-3-4 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-3-4 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-3-4 .slide:nth-child(2) {
    left: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-3-4 .slide:nth-child(3) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-3-4 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-3-4.animate .slide {
        -webkit-animation: usp-row-m-3-4 2.5s linear infinite;
        animation: usp-row-m-3-4 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-3-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-3-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-3-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-3-4 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-3-4 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-3-4 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-3-4 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-3-4 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-3-4.animate .slide {
        -webkit-animation: usp-row-l-3-4 2.5s linear infinite;
        animation: usp-row-l-3-4 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-3-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-3-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-3-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-3-4 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-3-4 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-3-4 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-3-4 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-3-4 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-3-4.animate .slide {
        -webkit-animation: usp-row-xl-3-4 2.5s linear infinite;
        animation: usp-row-xl-3-4 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-3-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-3-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-3-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-3-4 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-3-4 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-3-4 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-3-4 .slide:nth-child(3) {
        left: 66.66667%; } }
.usp-row .usp-blocks-list.usp-s-3-5 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-3-5.animate .slide {
    -webkit-animation: usp-row-s-3-5 2.5s linear infinite;
    animation: usp-row-s-3-5 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-3-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-3-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 20%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-3-5 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 40%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-3-5 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-3-5 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-3-5 .slide:nth-child(2) {
    left: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-3-5 .slide:nth-child(3) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-3-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-3-5.animate .slide {
        -webkit-animation: usp-row-m-3-5 2.5s linear infinite;
        animation: usp-row-m-3-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-3-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-3-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-3-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-3-5 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-3-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-3-5 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-3-5 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-3-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-3-5.animate .slide {
        -webkit-animation: usp-row-l-3-5 2.5s linear infinite;
        animation: usp-row-l-3-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-3-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-3-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-3-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-3-5 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-3-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-3-5 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-3-5 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-3-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-3-5.animate .slide {
        -webkit-animation: usp-row-xl-3-5 2.5s linear infinite;
        animation: usp-row-xl-3-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-3-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-3-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-3-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-3-5 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-3-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-3-5 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-3-5 .slide:nth-child(3) {
        left: 66.66667%; } }
.usp-row .usp-blocks-list.usp-s-3-6 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-3-6.animate .slide {
    -webkit-animation: usp-row-s-3-6 2.5s linear infinite;
    animation: usp-row-s-3-6 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-3-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-3-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 16.66667%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-3-6 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 33.33333%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-3-6 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-3-6 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-3-6 .slide:nth-child(2) {
    left: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-3-6 .slide:nth-child(3) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-3-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-3-6.animate .slide {
        -webkit-animation: usp-row-m-3-6 2.5s linear infinite;
        animation: usp-row-m-3-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-3-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-3-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-3-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-3-6 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-3-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-3-6 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-3-6 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-3-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-3-6.animate .slide {
        -webkit-animation: usp-row-l-3-6 2.5s linear infinite;
        animation: usp-row-l-3-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-3-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-3-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-3-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-3-6 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-3-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-3-6 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-3-6 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-3-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-3-6.animate .slide {
        -webkit-animation: usp-row-xl-3-6 2.5s linear infinite;
        animation: usp-row-xl-3-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-3-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-3-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-3-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-3-6 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-3-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-3-6 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-3-6 .slide:nth-child(3) {
        left: 66.66667%; } }
.usp-row .usp-blocks-list.usp-s-3-7 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-3-7.animate .slide {
    -webkit-animation: usp-row-s-3-7 2.5s linear infinite;
    animation: usp-row-s-3-7 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-3-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-3-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 14.28571%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-3-7 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 28.57143%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-3-7 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-3-7 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-3-7 .slide:nth-child(2) {
    left: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-3-7 .slide:nth-child(3) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-3-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-3-7.animate .slide {
        -webkit-animation: usp-row-m-3-7 2.5s linear infinite;
        animation: usp-row-m-3-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-3-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-3-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-3-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-3-7 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-3-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-3-7 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-3-7 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-3-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-3-7.animate .slide {
        -webkit-animation: usp-row-l-3-7 2.5s linear infinite;
        animation: usp-row-l-3-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-3-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-3-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-3-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-3-7 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-3-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-3-7 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-3-7 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-3-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-3-7.animate .slide {
        -webkit-animation: usp-row-xl-3-7 2.5s linear infinite;
        animation: usp-row-xl-3-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-3-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-3-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-3-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-3-7 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-3-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-3-7 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-3-7 .slide:nth-child(3) {
        left: 66.66667%; } }
.usp-row .usp-blocks-list.usp-s-3-8 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-3-8.animate .slide {
    -webkit-animation: usp-row-s-3-8 2.5s linear infinite;
    animation: usp-row-s-3-8 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-3-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-3-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 12.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-3-8 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 25%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-3-8 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-3-8 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-3-8 .slide:nth-child(2) {
    left: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-3-8 .slide:nth-child(3) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-3-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-3-8.animate .slide {
        -webkit-animation: usp-row-m-3-8 2.5s linear infinite;
        animation: usp-row-m-3-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-3-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-3-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-3-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-3-8 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-3-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-3-8 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-3-8 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-3-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-3-8.animate .slide {
        -webkit-animation: usp-row-l-3-8 2.5s linear infinite;
        animation: usp-row-l-3-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-3-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-3-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-3-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-3-8 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-3-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-3-8 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-3-8 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-3-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-3-8.animate .slide {
        -webkit-animation: usp-row-xl-3-8 2.5s linear infinite;
        animation: usp-row-xl-3-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-3-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-3-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-3-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-3-8 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-3-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-3-8 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-3-8 .slide:nth-child(3) {
        left: 66.66667%; } }
@media only screen {
    .usp-row .usp-blocks-list.usp-s-4-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-4-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-4-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-4-0 {
        display: none; } }
.usp-row .usp-blocks-list.usp-s-4-1 {
    display: block; }

@-webkit-keyframes usp-row-s-4-1 {
    0% {
        top: 0;
        opacity: 1; }
    20% {
        top: 0;
        opacity: 1; }
    25% {
        top: -100%;
        opacity: 0; }
    26% {
        top: 100%;
        opacity: 0; }
    95% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-4-1 {
    0% {
        top: 0;
        opacity: 1; }
    20% {
        top: 0;
        opacity: 1; }
    25% {
        top: -100%;
        opacity: 0; }
    26% {
        top: 100%;
        opacity: 0; }
    95% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-4-1.animate .slide {
    -webkit-animation: usp-row-s-4-1 10s linear infinite;
    animation: usp-row-s-4-1 10s linear infinite; }
.usp-row .usp-blocks-list.usp-s-4-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-4-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-4-1 .slide:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-4-1 .slide:nth-child(4) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-4-1 {
        display: block; }
    @-webkit-keyframes usp-row-m-4-1 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-4-1 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-4-1.animate .slide {
        -webkit-animation: usp-row-m-4-1 10s linear infinite;
        animation: usp-row-m-4-1 10s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-4-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-4-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-4-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-4-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-4-1 {
        display: block; }
    @-webkit-keyframes usp-row-l-4-1 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-4-1 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-4-1.animate .slide {
        -webkit-animation: usp-row-l-4-1 10s linear infinite;
        animation: usp-row-l-4-1 10s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-4-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-4-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-4-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-4-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-4-1 {
        display: block; }
    @-webkit-keyframes usp-row-xl-4-1 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-4-1 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-4-1.animate .slide {
        -webkit-animation: usp-row-xl-4-1 10s linear infinite;
        animation: usp-row-xl-4-1 10s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-4-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-4-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-4-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-4-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-4-2 {
    display: block; }

@-webkit-keyframes usp-row-s-4-2 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-4-2 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-4-2.animate .slide {
    -webkit-animation: usp-row-s-4-2 5s linear infinite;
    animation: usp-row-s-4-2 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-4-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-4-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-4-2 .slide:nth-child(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-4-2 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 50%;
    top: 100%;
    width: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-4-2 {
        display: block; }
    @-webkit-keyframes usp-row-m-4-2 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-4-2 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-4-2.animate .slide {
        -webkit-animation: usp-row-m-4-2 5s linear infinite;
        animation: usp-row-m-4-2 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-4-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-4-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-4-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-4-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-4-2 {
        display: block; }
    @-webkit-keyframes usp-row-l-4-2 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-4-2 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-4-2.animate .slide {
        -webkit-animation: usp-row-l-4-2 5s linear infinite;
        animation: usp-row-l-4-2 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-4-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-4-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-4-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-4-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-4-2 {
        display: block; }
    @-webkit-keyframes usp-row-xl-4-2 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-4-2 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-4-2.animate .slide {
        -webkit-animation: usp-row-xl-4-2 5s linear infinite;
        animation: usp-row-xl-4-2 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-4-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-4-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-4-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-4-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; } }
.usp-row .usp-blocks-list.usp-s-4-3 {
    display: block; }

@-webkit-keyframes usp-row-s-4-3 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-4-3 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-4-3.animate .slide {
    -webkit-animation: usp-row-s-4-3 5s linear infinite;
    animation: usp-row-s-4-3 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-4-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-4-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 33.33333%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-4-3 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 66.66667%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-4-3 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-4-3 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-4-3 {
        display: block; }
    @-webkit-keyframes usp-row-m-4-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-4-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-4-3.animate .slide {
        -webkit-animation: usp-row-m-4-3 5s linear infinite;
        animation: usp-row-m-4-3 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-4-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-4-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-4-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-4-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-4-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-4-3 {
        display: block; }
    @-webkit-keyframes usp-row-l-4-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-4-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-4-3.animate .slide {
        -webkit-animation: usp-row-l-4-3 5s linear infinite;
        animation: usp-row-l-4-3 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-4-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-4-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-4-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-4-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-4-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-4-3 {
        display: block; }
    @-webkit-keyframes usp-row-xl-4-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-4-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-4-3.animate .slide {
        -webkit-animation: usp-row-xl-4-3 5s linear infinite;
        animation: usp-row-xl-4-3 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-4-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-4-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-4-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-4-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-4-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-4-4 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-4-4.animate .slide {
    -webkit-animation: usp-row-s-4-4 2.5s linear infinite;
    animation: usp-row-s-4-4 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-4-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-4-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 25%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-4-4 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-4-4 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 75%;
    top: 0;
    width: 25%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-4-4 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-4-4.animate .slide {
        -webkit-animation: usp-row-m-4-4 2.5s linear infinite;
        animation: usp-row-m-4-4 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-4-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-4-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-4-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-4-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-4-4 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-4-4.animate .slide {
        -webkit-animation: usp-row-l-4-4 2.5s linear infinite;
        animation: usp-row-l-4-4 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-4-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-4-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-4-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-4-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-4-4 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-4-4.animate .slide {
        -webkit-animation: usp-row-xl-4-4 2.5s linear infinite;
        animation: usp-row-xl-4-4 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-4-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-4-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-4-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-4-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; } }
.usp-row .usp-blocks-list.usp-s-4-5 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-4-5.animate .slide {
    -webkit-animation: usp-row-s-4-5 2.5s linear infinite;
    animation: usp-row-s-4-5 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-4-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-4-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 20%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-4-5 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 40%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-4-5 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 60%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-4-5 .slide:nth-last-child(-n+4) {
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-4-5 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-4-5 .slide:nth-child(2) {
    left: 25%; }
.usp-row .usp-blocks-list.usp-s-4-5 .slide:nth-child(3) {
    left: 50%; }
.usp-row .usp-blocks-list.usp-s-4-5 .slide:nth-child(4) {
    left: 75%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-4-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-4-5.animate .slide {
        -webkit-animation: usp-row-m-4-5 2.5s linear infinite;
        animation: usp-row-m-4-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-4-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-4-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-4-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-4-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-4-5 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-4-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-4-5 .slide:nth-child(2) {
        left: 25%; }
    .usp-row .usp-blocks-list.usp-m-4-5 .slide:nth-child(3) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-m-4-5 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-4-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-4-5.animate .slide {
        -webkit-animation: usp-row-l-4-5 2.5s linear infinite;
        animation: usp-row-l-4-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-4-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-4-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-4-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-4-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-4-5 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-4-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-4-5 .slide:nth-child(2) {
        left: 25%; }
    .usp-row .usp-blocks-list.usp-l-4-5 .slide:nth-child(3) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-l-4-5 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-4-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-4-5.animate .slide {
        -webkit-animation: usp-row-xl-4-5 2.5s linear infinite;
        animation: usp-row-xl-4-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-4-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-4-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-4-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-4-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-4-5 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-4-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-4-5 .slide:nth-child(2) {
        left: 25%; }
    .usp-row .usp-blocks-list.usp-xl-4-5 .slide:nth-child(3) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-xl-4-5 .slide:nth-child(4) {
        left: 75%; } }
.usp-row .usp-blocks-list.usp-s-4-6 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-4-6.animate .slide {
    -webkit-animation: usp-row-s-4-6 2.5s linear infinite;
    animation: usp-row-s-4-6 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-4-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-4-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 16.66667%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-4-6 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 33.33333%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-4-6 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-4-6 .slide:nth-last-child(-n+4) {
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-4-6 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-4-6 .slide:nth-child(2) {
    left: 25%; }
.usp-row .usp-blocks-list.usp-s-4-6 .slide:nth-child(3) {
    left: 50%; }
.usp-row .usp-blocks-list.usp-s-4-6 .slide:nth-child(4) {
    left: 75%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-4-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-4-6.animate .slide {
        -webkit-animation: usp-row-m-4-6 2.5s linear infinite;
        animation: usp-row-m-4-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-4-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-4-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-4-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-4-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-4-6 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-4-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-4-6 .slide:nth-child(2) {
        left: 25%; }
    .usp-row .usp-blocks-list.usp-m-4-6 .slide:nth-child(3) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-m-4-6 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-4-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-4-6.animate .slide {
        -webkit-animation: usp-row-l-4-6 2.5s linear infinite;
        animation: usp-row-l-4-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-4-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-4-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-4-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-4-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-4-6 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-4-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-4-6 .slide:nth-child(2) {
        left: 25%; }
    .usp-row .usp-blocks-list.usp-l-4-6 .slide:nth-child(3) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-l-4-6 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-4-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-4-6.animate .slide {
        -webkit-animation: usp-row-xl-4-6 2.5s linear infinite;
        animation: usp-row-xl-4-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-4-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-4-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-4-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-4-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-4-6 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-4-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-4-6 .slide:nth-child(2) {
        left: 25%; }
    .usp-row .usp-blocks-list.usp-xl-4-6 .slide:nth-child(3) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-xl-4-6 .slide:nth-child(4) {
        left: 75%; } }
.usp-row .usp-blocks-list.usp-s-4-7 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-4-7.animate .slide {
    -webkit-animation: usp-row-s-4-7 2.5s linear infinite;
    animation: usp-row-s-4-7 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-4-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-4-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 14.28571%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-4-7 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 28.57143%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-4-7 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 42.85714%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-4-7 .slide:nth-last-child(-n+4) {
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-4-7 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-4-7 .slide:nth-child(2) {
    left: 25%; }
.usp-row .usp-blocks-list.usp-s-4-7 .slide:nth-child(3) {
    left: 50%; }
.usp-row .usp-blocks-list.usp-s-4-7 .slide:nth-child(4) {
    left: 75%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-4-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-4-7.animate .slide {
        -webkit-animation: usp-row-m-4-7 2.5s linear infinite;
        animation: usp-row-m-4-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-4-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-4-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-4-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-4-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-4-7 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-4-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-4-7 .slide:nth-child(2) {
        left: 25%; }
    .usp-row .usp-blocks-list.usp-m-4-7 .slide:nth-child(3) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-m-4-7 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-4-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-4-7.animate .slide {
        -webkit-animation: usp-row-l-4-7 2.5s linear infinite;
        animation: usp-row-l-4-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-4-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-4-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-4-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-4-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-4-7 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-4-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-4-7 .slide:nth-child(2) {
        left: 25%; }
    .usp-row .usp-blocks-list.usp-l-4-7 .slide:nth-child(3) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-l-4-7 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-4-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-4-7.animate .slide {
        -webkit-animation: usp-row-xl-4-7 2.5s linear infinite;
        animation: usp-row-xl-4-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-4-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-4-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-4-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-4-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-4-7 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-4-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-4-7 .slide:nth-child(2) {
        left: 25%; }
    .usp-row .usp-blocks-list.usp-xl-4-7 .slide:nth-child(3) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-xl-4-7 .slide:nth-child(4) {
        left: 75%; } }
.usp-row .usp-blocks-list.usp-s-4-8 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-4-8.animate .slide {
    -webkit-animation: usp-row-s-4-8 2.5s linear infinite;
    animation: usp-row-s-4-8 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-4-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-4-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 12.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-4-8 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 25%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-4-8 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 37.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-4-8 .slide:nth-last-child(-n+4) {
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-4-8 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-4-8 .slide:nth-child(2) {
    left: 25%; }
.usp-row .usp-blocks-list.usp-s-4-8 .slide:nth-child(3) {
    left: 50%; }
.usp-row .usp-blocks-list.usp-s-4-8 .slide:nth-child(4) {
    left: 75%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-4-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-4-8.animate .slide {
        -webkit-animation: usp-row-m-4-8 2.5s linear infinite;
        animation: usp-row-m-4-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-4-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-4-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-4-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-4-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-4-8 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-4-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-4-8 .slide:nth-child(2) {
        left: 25%; }
    .usp-row .usp-blocks-list.usp-m-4-8 .slide:nth-child(3) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-m-4-8 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-4-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-4-8.animate .slide {
        -webkit-animation: usp-row-l-4-8 2.5s linear infinite;
        animation: usp-row-l-4-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-4-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-4-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-4-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-4-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-4-8 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-4-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-4-8 .slide:nth-child(2) {
        left: 25%; }
    .usp-row .usp-blocks-list.usp-l-4-8 .slide:nth-child(3) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-l-4-8 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-4-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-4-8.animate .slide {
        -webkit-animation: usp-row-xl-4-8 2.5s linear infinite;
        animation: usp-row-xl-4-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-4-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-4-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-4-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-4-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-4-8 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-4-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-4-8 .slide:nth-child(2) {
        left: 25%; }
    .usp-row .usp-blocks-list.usp-xl-4-8 .slide:nth-child(3) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-xl-4-8 .slide:nth-child(4) {
        left: 75%; } }
@media only screen {
    .usp-row .usp-blocks-list.usp-s-5-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-5-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-5-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-5-0 {
        display: none; } }
.usp-row .usp-blocks-list.usp-s-5-1 {
    display: block; }

@-webkit-keyframes usp-row-s-5-1 {
    0% {
        top: 0;
        opacity: 1; }
    16% {
        top: 0;
        opacity: 1; }
    20% {
        top: -100%;
        opacity: 0; }
    21% {
        top: 100%;
        opacity: 0; }
    96% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-5-1 {
    0% {
        top: 0;
        opacity: 1; }
    16% {
        top: 0;
        opacity: 1; }
    20% {
        top: -100%;
        opacity: 0; }
    21% {
        top: 100%;
        opacity: 0; }
    96% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-5-1.animate .slide {
    -webkit-animation: usp-row-s-5-1 12.5s linear infinite;
    animation: usp-row-s-5-1 12.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-5-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-5-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-5-1 .slide:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-5-1 .slide:nth-child(4) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-5-1 .slide:nth-child(5) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    left: 0%;
    top: 100%;
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-5-1 {
        display: block; }
    @-webkit-keyframes usp-row-m-5-1 {
        0% {
            top: 0;
            opacity: 1; }
        16% {
            top: 0;
            opacity: 1; }
        20% {
            top: -100%;
            opacity: 0; }
        21% {
            top: 100%;
            opacity: 0; }
        96% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-5-1 {
        0% {
            top: 0;
            opacity: 1; }
        16% {
            top: 0;
            opacity: 1; }
        20% {
            top: -100%;
            opacity: 0; }
        21% {
            top: 100%;
            opacity: 0; }
        96% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-5-1.animate .slide {
        -webkit-animation: usp-row-m-5-1 12.5s linear infinite;
        animation: usp-row-m-5-1 12.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-5-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-5-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-5-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-5-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-5-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-5-1 {
        display: block; }
    @-webkit-keyframes usp-row-l-5-1 {
        0% {
            top: 0;
            opacity: 1; }
        16% {
            top: 0;
            opacity: 1; }
        20% {
            top: -100%;
            opacity: 0; }
        21% {
            top: 100%;
            opacity: 0; }
        96% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-5-1 {
        0% {
            top: 0;
            opacity: 1; }
        16% {
            top: 0;
            opacity: 1; }
        20% {
            top: -100%;
            opacity: 0; }
        21% {
            top: 100%;
            opacity: 0; }
        96% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-5-1.animate .slide {
        -webkit-animation: usp-row-l-5-1 12.5s linear infinite;
        animation: usp-row-l-5-1 12.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-5-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-5-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-5-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-5-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-5-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-5-1 {
        display: block; }
    @-webkit-keyframes usp-row-xl-5-1 {
        0% {
            top: 0;
            opacity: 1; }
        16% {
            top: 0;
            opacity: 1; }
        20% {
            top: -100%;
            opacity: 0; }
        21% {
            top: 100%;
            opacity: 0; }
        96% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-5-1 {
        0% {
            top: 0;
            opacity: 1; }
        16% {
            top: 0;
            opacity: 1; }
        20% {
            top: -100%;
            opacity: 0; }
        21% {
            top: 100%;
            opacity: 0; }
        96% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-5-1.animate .slide {
        -webkit-animation: usp-row-xl-5-1 12.5s linear infinite;
        animation: usp-row-xl-5-1 12.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-5-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-5-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-5-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-5-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-5-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 0%;
        top: 100%;
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-5-2 {
    display: block; }

@-webkit-keyframes usp-row-s-5-2 {
    0% {
        top: 0;
        opacity: 1; }
    26.66667% {
        top: 0;
        opacity: 1; }
    33.33333% {
        top: -100%;
        opacity: 0; }
    34.33333% {
        top: 100%;
        opacity: 0; }
    93.33333% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-5-2 {
    0% {
        top: 0;
        opacity: 1; }
    26.66667% {
        top: 0;
        opacity: 1; }
    33.33333% {
        top: -100%;
        opacity: 0; }
    34.33333% {
        top: 100%;
        opacity: 0; }
    93.33333% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-5-2.animate .slide {
    -webkit-animation: usp-row-s-5-2 7.5s linear infinite;
    animation: usp-row-s-5-2 7.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-5-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-5-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-5-2 .slide:nth-child(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-5-2 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 50%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-5-2 .slide:nth-child(5) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-5-2 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-5-2 {
        display: block; }
    @-webkit-keyframes usp-row-m-5-2 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-5-2 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-5-2.animate .slide {
        -webkit-animation: usp-row-m-5-2 7.5s linear infinite;
        animation: usp-row-m-5-2 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-5-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-5-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-5-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-5-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-5-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-5-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-5-2 {
        display: block; }
    @-webkit-keyframes usp-row-l-5-2 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-5-2 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-5-2.animate .slide {
        -webkit-animation: usp-row-l-5-2 7.5s linear infinite;
        animation: usp-row-l-5-2 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-5-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-5-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-5-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-5-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-5-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-5-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-5-2 {
        display: block; }
    @-webkit-keyframes usp-row-xl-5-2 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-5-2 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-5-2.animate .slide {
        -webkit-animation: usp-row-xl-5-2 7.5s linear infinite;
        animation: usp-row-xl-5-2 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-5-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-5-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-5-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-5-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-5-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-5-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-5-3 {
    display: block; }

@-webkit-keyframes usp-row-s-5-3 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-5-3 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-5-3.animate .slide {
    -webkit-animation: usp-row-s-5-3 5s linear infinite;
    animation: usp-row-s-5-3 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-5-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-5-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 33.33333%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-5-3 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 66.66667%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-5-3 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-5-3 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 33.33333%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-5-3 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-5-3 .slide:nth-child(4) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-5-3 .slide:nth-child(5) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-5-3 {
        display: block; }
    @-webkit-keyframes usp-row-m-5-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-5-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-5-3.animate .slide {
        -webkit-animation: usp-row-m-5-3 5s linear infinite;
        animation: usp-row-m-5-3 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-5-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-5-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-5-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-5-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-5-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-5-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-5-3 .slide:nth-child(4) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-5-3 .slide:nth-child(5) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-5-3 {
        display: block; }
    @-webkit-keyframes usp-row-l-5-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-5-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-5-3.animate .slide {
        -webkit-animation: usp-row-l-5-3 5s linear infinite;
        animation: usp-row-l-5-3 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-5-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-5-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-5-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-5-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-5-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-5-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-5-3 .slide:nth-child(4) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-5-3 .slide:nth-child(5) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-5-3 {
        display: block; }
    @-webkit-keyframes usp-row-xl-5-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-5-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-5-3.animate .slide {
        -webkit-animation: usp-row-xl-5-3 5s linear infinite;
        animation: usp-row-xl-5-3 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-5-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-5-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-5-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-5-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-5-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-5-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-5-3 .slide:nth-child(4) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-5-3 .slide:nth-child(5) {
        left: 50%; } }
.usp-row .usp-blocks-list.usp-s-5-4 {
    display: block; }

@-webkit-keyframes usp-row-s-5-4 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-5-4 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-5-4.animate .slide {
    -webkit-animation: usp-row-s-5-4 5s linear infinite;
    animation: usp-row-s-5-4 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-5-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-5-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 25%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-5-4 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-5-4 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 75%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-5-4 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-5-4 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-5-4 {
        display: block; }
    @-webkit-keyframes usp-row-m-5-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-5-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-5-4.animate .slide {
        -webkit-animation: usp-row-m-5-4 5s linear infinite;
        animation: usp-row-m-5-4 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-5-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-5-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-5-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-5-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-5-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-5-4 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-5-4 {
        display: block; }
    @-webkit-keyframes usp-row-l-5-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-5-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-5-4.animate .slide {
        -webkit-animation: usp-row-l-5-4 5s linear infinite;
        animation: usp-row-l-5-4 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-5-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-5-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-5-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-5-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-5-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-5-4 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-5-4 {
        display: block; }
    @-webkit-keyframes usp-row-xl-5-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-5-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-5-4.animate .slide {
        -webkit-animation: usp-row-xl-5-4 5s linear infinite;
        animation: usp-row-xl-5-4 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-5-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-5-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-5-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-5-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-5-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-5-4 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-5-5 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-5-5.animate .slide {
    -webkit-animation: usp-row-s-5-5 2.5s linear infinite;
    animation: usp-row-s-5-5 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-5-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-5-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 20%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-5-5 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 40%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-5-5 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 60%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-5-5 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 80%;
    top: 0;
    width: 20%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-5-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-5-5.animate .slide {
        -webkit-animation: usp-row-m-5-5 2.5s linear infinite;
        animation: usp-row-m-5-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-5-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-5-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-5-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-5-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-5-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 80%;
        top: 0;
        width: 20%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-5-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-5-5.animate .slide {
        -webkit-animation: usp-row-l-5-5 2.5s linear infinite;
        animation: usp-row-l-5-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-5-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-5-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-5-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-5-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-5-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 80%;
        top: 0;
        width: 20%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-5-5 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-5-5.animate .slide {
        -webkit-animation: usp-row-xl-5-5 2.5s linear infinite;
        animation: usp-row-xl-5-5 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-5-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-5-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-5-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-5-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-5-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 80%;
        top: 0;
        width: 20%; } }
.usp-row .usp-blocks-list.usp-s-5-6 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-5-6.animate .slide {
    -webkit-animation: usp-row-s-5-6 2.5s linear infinite;
    animation: usp-row-s-5-6 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-5-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-5-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 16.66667%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-5-6 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 33.33333%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-5-6 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-5-6 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 66.66667%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-5-6 .slide:nth-last-child(-n+5) {
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-5-6 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-5-6 .slide:nth-child(2) {
    left: 20%; }
.usp-row .usp-blocks-list.usp-s-5-6 .slide:nth-child(3) {
    left: 40%; }
.usp-row .usp-blocks-list.usp-s-5-6 .slide:nth-child(4) {
    left: 60%; }
.usp-row .usp-blocks-list.usp-s-5-6 .slide:nth-child(5) {
    left: 80%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-5-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-5-6.animate .slide {
        -webkit-animation: usp-row-m-5-6 2.5s linear infinite;
        animation: usp-row-m-5-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-5-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-5-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-5-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-5-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-5-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-5-6 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-5-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-5-6 .slide:nth-child(2) {
        left: 20%; }
    .usp-row .usp-blocks-list.usp-m-5-6 .slide:nth-child(3) {
        left: 40%; }
    .usp-row .usp-blocks-list.usp-m-5-6 .slide:nth-child(4) {
        left: 60%; }
    .usp-row .usp-blocks-list.usp-m-5-6 .slide:nth-child(5) {
        left: 80%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-5-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-5-6.animate .slide {
        -webkit-animation: usp-row-l-5-6 2.5s linear infinite;
        animation: usp-row-l-5-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-5-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-5-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-5-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-5-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-5-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-5-6 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-5-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-5-6 .slide:nth-child(2) {
        left: 20%; }
    .usp-row .usp-blocks-list.usp-l-5-6 .slide:nth-child(3) {
        left: 40%; }
    .usp-row .usp-blocks-list.usp-l-5-6 .slide:nth-child(4) {
        left: 60%; }
    .usp-row .usp-blocks-list.usp-l-5-6 .slide:nth-child(5) {
        left: 80%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-5-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-5-6.animate .slide {
        -webkit-animation: usp-row-xl-5-6 2.5s linear infinite;
        animation: usp-row-xl-5-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-5-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-5-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-5-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-5-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-5-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-5-6 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-5-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-5-6 .slide:nth-child(2) {
        left: 20%; }
    .usp-row .usp-blocks-list.usp-xl-5-6 .slide:nth-child(3) {
        left: 40%; }
    .usp-row .usp-blocks-list.usp-xl-5-6 .slide:nth-child(4) {
        left: 60%; }
    .usp-row .usp-blocks-list.usp-xl-5-6 .slide:nth-child(5) {
        left: 80%; } }
.usp-row .usp-blocks-list.usp-s-5-7 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-5-7.animate .slide {
    -webkit-animation: usp-row-s-5-7 2.5s linear infinite;
    animation: usp-row-s-5-7 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-5-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-5-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 14.28571%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-5-7 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 28.57143%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-5-7 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 42.85714%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-5-7 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 57.14286%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-5-7 .slide:nth-last-child(-n+5) {
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-5-7 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-5-7 .slide:nth-child(2) {
    left: 20%; }
.usp-row .usp-blocks-list.usp-s-5-7 .slide:nth-child(3) {
    left: 40%; }
.usp-row .usp-blocks-list.usp-s-5-7 .slide:nth-child(4) {
    left: 60%; }
.usp-row .usp-blocks-list.usp-s-5-7 .slide:nth-child(5) {
    left: 80%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-5-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-5-7.animate .slide {
        -webkit-animation: usp-row-m-5-7 2.5s linear infinite;
        animation: usp-row-m-5-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-5-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-5-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-5-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-5-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-5-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 57.14286%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-5-7 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-5-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-5-7 .slide:nth-child(2) {
        left: 20%; }
    .usp-row .usp-blocks-list.usp-m-5-7 .slide:nth-child(3) {
        left: 40%; }
    .usp-row .usp-blocks-list.usp-m-5-7 .slide:nth-child(4) {
        left: 60%; }
    .usp-row .usp-blocks-list.usp-m-5-7 .slide:nth-child(5) {
        left: 80%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-5-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-5-7.animate .slide {
        -webkit-animation: usp-row-l-5-7 2.5s linear infinite;
        animation: usp-row-l-5-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-5-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-5-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-5-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-5-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-5-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 57.14286%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-5-7 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-5-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-5-7 .slide:nth-child(2) {
        left: 20%; }
    .usp-row .usp-blocks-list.usp-l-5-7 .slide:nth-child(3) {
        left: 40%; }
    .usp-row .usp-blocks-list.usp-l-5-7 .slide:nth-child(4) {
        left: 60%; }
    .usp-row .usp-blocks-list.usp-l-5-7 .slide:nth-child(5) {
        left: 80%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-5-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-5-7.animate .slide {
        -webkit-animation: usp-row-xl-5-7 2.5s linear infinite;
        animation: usp-row-xl-5-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-5-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-5-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-5-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-5-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-5-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 57.14286%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-5-7 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-5-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-5-7 .slide:nth-child(2) {
        left: 20%; }
    .usp-row .usp-blocks-list.usp-xl-5-7 .slide:nth-child(3) {
        left: 40%; }
    .usp-row .usp-blocks-list.usp-xl-5-7 .slide:nth-child(4) {
        left: 60%; }
    .usp-row .usp-blocks-list.usp-xl-5-7 .slide:nth-child(5) {
        left: 80%; } }
.usp-row .usp-blocks-list.usp-s-5-8 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-5-8.animate .slide {
    -webkit-animation: usp-row-s-5-8 2.5s linear infinite;
    animation: usp-row-s-5-8 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-5-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-5-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 12.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-5-8 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 25%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-5-8 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 37.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-5-8 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-5-8 .slide:nth-last-child(-n+5) {
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-5-8 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-5-8 .slide:nth-child(2) {
    left: 20%; }
.usp-row .usp-blocks-list.usp-s-5-8 .slide:nth-child(3) {
    left: 40%; }
.usp-row .usp-blocks-list.usp-s-5-8 .slide:nth-child(4) {
    left: 60%; }
.usp-row .usp-blocks-list.usp-s-5-8 .slide:nth-child(5) {
    left: 80%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-5-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-5-8.animate .slide {
        -webkit-animation: usp-row-m-5-8 2.5s linear infinite;
        animation: usp-row-m-5-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-5-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-5-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-5-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-5-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-5-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-5-8 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-5-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-5-8 .slide:nth-child(2) {
        left: 20%; }
    .usp-row .usp-blocks-list.usp-m-5-8 .slide:nth-child(3) {
        left: 40%; }
    .usp-row .usp-blocks-list.usp-m-5-8 .slide:nth-child(4) {
        left: 60%; }
    .usp-row .usp-blocks-list.usp-m-5-8 .slide:nth-child(5) {
        left: 80%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-5-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-5-8.animate .slide {
        -webkit-animation: usp-row-l-5-8 2.5s linear infinite;
        animation: usp-row-l-5-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-5-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-5-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-5-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-5-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-5-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-5-8 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-5-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-5-8 .slide:nth-child(2) {
        left: 20%; }
    .usp-row .usp-blocks-list.usp-l-5-8 .slide:nth-child(3) {
        left: 40%; }
    .usp-row .usp-blocks-list.usp-l-5-8 .slide:nth-child(4) {
        left: 60%; }
    .usp-row .usp-blocks-list.usp-l-5-8 .slide:nth-child(5) {
        left: 80%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-5-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-5-8.animate .slide {
        -webkit-animation: usp-row-xl-5-8 2.5s linear infinite;
        animation: usp-row-xl-5-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-5-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-5-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-5-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-5-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-5-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-5-8 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-5-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-5-8 .slide:nth-child(2) {
        left: 20%; }
    .usp-row .usp-blocks-list.usp-xl-5-8 .slide:nth-child(3) {
        left: 40%; }
    .usp-row .usp-blocks-list.usp-xl-5-8 .slide:nth-child(4) {
        left: 60%; }
    .usp-row .usp-blocks-list.usp-xl-5-8 .slide:nth-child(5) {
        left: 80%; } }
@media only screen {
    .usp-row .usp-blocks-list.usp-s-6-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-6-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-6-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-6-0 {
        display: none; } }
.usp-row .usp-blocks-list.usp-s-6-1 {
    display: block; }

@-webkit-keyframes usp-row-s-6-1 {
    0% {
        top: 0;
        opacity: 1; }
    13.33333% {
        top: 0;
        opacity: 1; }
    16.66667% {
        top: -100%;
        opacity: 0; }
    17.66667% {
        top: 100%;
        opacity: 0; }
    96.66667% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-6-1 {
    0% {
        top: 0;
        opacity: 1; }
    13.33333% {
        top: 0;
        opacity: 1; }
    16.66667% {
        top: -100%;
        opacity: 0; }
    17.66667% {
        top: 100%;
        opacity: 0; }
    96.66667% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-6-1.animate .slide {
    -webkit-animation: usp-row-s-6-1 15s linear infinite;
    animation: usp-row-s-6-1 15s linear infinite; }
.usp-row .usp-blocks-list.usp-s-6-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-6-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-6-1 .slide:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-6-1 .slide:nth-child(4) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-6-1 .slide:nth-child(5) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-6-1 .slide:nth-child(6) {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-6-1 {
        display: block; }
    @-webkit-keyframes usp-row-m-6-1 {
        0% {
            top: 0;
            opacity: 1; }
        13.33333% {
            top: 0;
            opacity: 1; }
        16.66667% {
            top: -100%;
            opacity: 0; }
        17.66667% {
            top: 100%;
            opacity: 0; }
        96.66667% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-6-1 {
        0% {
            top: 0;
            opacity: 1; }
        13.33333% {
            top: 0;
            opacity: 1; }
        16.66667% {
            top: -100%;
            opacity: 0; }
        17.66667% {
            top: 100%;
            opacity: 0; }
        96.66667% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-6-1.animate .slide {
        -webkit-animation: usp-row-m-6-1 15s linear infinite;
        animation: usp-row-m-6-1 15s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-6-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-6-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-6-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-6-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-6-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-6-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-6-1 {
        display: block; }
    @-webkit-keyframes usp-row-l-6-1 {
        0% {
            top: 0;
            opacity: 1; }
        13.33333% {
            top: 0;
            opacity: 1; }
        16.66667% {
            top: -100%;
            opacity: 0; }
        17.66667% {
            top: 100%;
            opacity: 0; }
        96.66667% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-6-1 {
        0% {
            top: 0;
            opacity: 1; }
        13.33333% {
            top: 0;
            opacity: 1; }
        16.66667% {
            top: -100%;
            opacity: 0; }
        17.66667% {
            top: 100%;
            opacity: 0; }
        96.66667% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-6-1.animate .slide {
        -webkit-animation: usp-row-l-6-1 15s linear infinite;
        animation: usp-row-l-6-1 15s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-6-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-6-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-6-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-6-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-6-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-6-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-6-1 {
        display: block; }
    @-webkit-keyframes usp-row-xl-6-1 {
        0% {
            top: 0;
            opacity: 1; }
        13.33333% {
            top: 0;
            opacity: 1; }
        16.66667% {
            top: -100%;
            opacity: 0; }
        17.66667% {
            top: 100%;
            opacity: 0; }
        96.66667% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-6-1 {
        0% {
            top: 0;
            opacity: 1; }
        13.33333% {
            top: 0;
            opacity: 1; }
        16.66667% {
            top: -100%;
            opacity: 0; }
        17.66667% {
            top: 100%;
            opacity: 0; }
        96.66667% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-6-1.animate .slide {
        -webkit-animation: usp-row-xl-6-1 15s linear infinite;
        animation: usp-row-xl-6-1 15s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-6-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-6-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-6-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-6-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-6-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-6-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-6-2 {
    display: block; }

@-webkit-keyframes usp-row-s-6-2 {
    0% {
        top: 0;
        opacity: 1; }
    26.66667% {
        top: 0;
        opacity: 1; }
    33.33333% {
        top: -100%;
        opacity: 0; }
    34.33333% {
        top: 100%;
        opacity: 0; }
    93.33333% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-6-2 {
    0% {
        top: 0;
        opacity: 1; }
    26.66667% {
        top: 0;
        opacity: 1; }
    33.33333% {
        top: -100%;
        opacity: 0; }
    34.33333% {
        top: 100%;
        opacity: 0; }
    93.33333% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-6-2.animate .slide {
    -webkit-animation: usp-row-s-6-2 7.5s linear infinite;
    animation: usp-row-s-6-2 7.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-6-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-6-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-6-2 .slide:nth-child(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-6-2 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 50%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-6-2 .slide:nth-child(5) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-6-2 .slide:nth-child(6) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 50%;
    top: 100%;
    width: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-6-2 {
        display: block; }
    @-webkit-keyframes usp-row-m-6-2 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-6-2 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-6-2.animate .slide {
        -webkit-animation: usp-row-m-6-2 7.5s linear infinite;
        animation: usp-row-m-6-2 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-6-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-6-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-6-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-6-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-6-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-6-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 50%;
        top: 100%;
        width: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-6-2 {
        display: block; }
    @-webkit-keyframes usp-row-l-6-2 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-6-2 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-6-2.animate .slide {
        -webkit-animation: usp-row-l-6-2 7.5s linear infinite;
        animation: usp-row-l-6-2 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-6-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-6-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-6-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-6-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-6-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-6-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 50%;
        top: 100%;
        width: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-6-2 {
        display: block; }
    @-webkit-keyframes usp-row-xl-6-2 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-6-2 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-6-2.animate .slide {
        -webkit-animation: usp-row-xl-6-2 7.5s linear infinite;
        animation: usp-row-xl-6-2 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-6-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-6-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-6-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-6-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-6-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-6-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 50%;
        top: 100%;
        width: 50%; } }
.usp-row .usp-blocks-list.usp-s-6-3 {
    display: block; }

@-webkit-keyframes usp-row-s-6-3 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-6-3 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-6-3.animate .slide {
    -webkit-animation: usp-row-s-6-3 5s linear infinite;
    animation: usp-row-s-6-3 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-6-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-6-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 33.33333%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-6-3 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 66.66667%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-6-3 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-6-3 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 33.33333%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-6-3 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 66.66667%;
    top: 100%;
    width: 33.33333%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-6-3 {
        display: block; }
    @-webkit-keyframes usp-row-m-6-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-6-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-6-3.animate .slide {
        -webkit-animation: usp-row-m-6-3 5s linear infinite;
        animation: usp-row-m-6-3 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-6-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-6-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-6-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-6-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-6-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-6-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 66.66667%;
        top: 100%;
        width: 33.33333%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-6-3 {
        display: block; }
    @-webkit-keyframes usp-row-l-6-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-6-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-6-3.animate .slide {
        -webkit-animation: usp-row-l-6-3 5s linear infinite;
        animation: usp-row-l-6-3 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-6-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-6-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-6-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-6-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-6-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-6-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 66.66667%;
        top: 100%;
        width: 33.33333%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-6-3 {
        display: block; }
    @-webkit-keyframes usp-row-xl-6-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-6-3 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-6-3.animate .slide {
        -webkit-animation: usp-row-xl-6-3 5s linear infinite;
        animation: usp-row-xl-6-3 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-6-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-6-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-6-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-6-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-6-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-6-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 66.66667%;
        top: 100%;
        width: 33.33333%; } }
.usp-row .usp-blocks-list.usp-s-6-4 {
    display: block; }

@-webkit-keyframes usp-row-s-6-4 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-6-4 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-6-4.animate .slide {
    -webkit-animation: usp-row-s-6-4 5s linear infinite;
    animation: usp-row-s-6-4 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-6-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-6-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 25%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-6-4 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-6-4 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 75%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-6-4 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-6-4 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 25%;
    top: 100%;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-6-4 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-6-4 .slide:nth-child(5) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-6-4 .slide:nth-child(6) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-6-4 {
        display: block; }
    @-webkit-keyframes usp-row-m-6-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-6-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-6-4.animate .slide {
        -webkit-animation: usp-row-m-6-4 5s linear infinite;
        animation: usp-row-m-6-4 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-6-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-6-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-6-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-6-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-6-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-6-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 25%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-6-4 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-6-4 .slide:nth-child(5) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-6-4 .slide:nth-child(6) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-6-4 {
        display: block; }
    @-webkit-keyframes usp-row-l-6-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-6-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-6-4.animate .slide {
        -webkit-animation: usp-row-l-6-4 5s linear infinite;
        animation: usp-row-l-6-4 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-6-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-6-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-6-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-6-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-6-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-6-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 25%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-6-4 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-6-4 .slide:nth-child(5) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-6-4 .slide:nth-child(6) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-6-4 {
        display: block; }
    @-webkit-keyframes usp-row-xl-6-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-6-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-6-4.animate .slide {
        -webkit-animation: usp-row-xl-6-4 5s linear infinite;
        animation: usp-row-xl-6-4 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-6-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-6-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-6-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-6-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-6-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-6-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 25%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-6-4 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-6-4 .slide:nth-child(5) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-6-4 .slide:nth-child(6) {
        left: 50%; } }
.usp-row .usp-blocks-list.usp-s-6-5 {
    display: block; }

@-webkit-keyframes usp-row-s-6-5 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-6-5 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-6-5.animate .slide {
    -webkit-animation: usp-row-s-6-5 5s linear infinite;
    animation: usp-row-s-6-5 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-6-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-6-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 20%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-6-5 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 40%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-6-5 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 60%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-6-5 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 80%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-6-5 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-6-5 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-6-5 {
        display: block; }
    @-webkit-keyframes usp-row-m-6-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-6-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-6-5.animate .slide {
        -webkit-animation: usp-row-m-6-5 5s linear infinite;
        animation: usp-row-m-6-5 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-6-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-6-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-6-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-6-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-6-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 80%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-6-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-6-5 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-6-5 {
        display: block; }
    @-webkit-keyframes usp-row-l-6-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-6-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-6-5.animate .slide {
        -webkit-animation: usp-row-l-6-5 5s linear infinite;
        animation: usp-row-l-6-5 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-6-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-6-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-6-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-6-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-6-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 80%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-6-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-6-5 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-6-5 {
        display: block; }
    @-webkit-keyframes usp-row-xl-6-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-6-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-6-5.animate .slide {
        -webkit-animation: usp-row-xl-6-5 5s linear infinite;
        animation: usp-row-xl-6-5 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-6-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-6-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-6-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-6-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-6-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 80%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-6-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-6-5 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-6-6 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-6-6.animate .slide {
    -webkit-animation: usp-row-s-6-6 2.5s linear infinite;
    animation: usp-row-s-6-6 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-6-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-6-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 16.66667%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-6-6 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 33.33333%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-6-6 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-6-6 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 66.66667%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-6-6 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 83.33333%;
    top: 0;
    width: 16.66667%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-6-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-6-6.animate .slide {
        -webkit-animation: usp-row-m-6-6 2.5s linear infinite;
        animation: usp-row-m-6-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-6-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-6-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-6-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-6-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-6-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-6-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 83.33333%;
        top: 0;
        width: 16.66667%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-6-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-6-6.animate .slide {
        -webkit-animation: usp-row-l-6-6 2.5s linear infinite;
        animation: usp-row-l-6-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-6-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-6-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-6-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-6-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-6-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-6-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 83.33333%;
        top: 0;
        width: 16.66667%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-6-6 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-6-6.animate .slide {
        -webkit-animation: usp-row-xl-6-6 2.5s linear infinite;
        animation: usp-row-xl-6-6 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-6-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-6-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-6-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-6-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-6-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-6-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 83.33333%;
        top: 0;
        width: 16.66667%; } }
.usp-row .usp-blocks-list.usp-s-6-7 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-6-7.animate .slide {
    -webkit-animation: usp-row-s-6-7 2.5s linear infinite;
    animation: usp-row-s-6-7 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-6-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-6-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 14.28571%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-6-7 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 28.57143%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-6-7 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 42.85714%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-6-7 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 57.14286%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-6-7 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 71.42857%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-6-7 .slide:nth-last-child(-n+6) {
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-6-7 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-6-7 .slide:nth-child(2) {
    left: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-6-7 .slide:nth-child(3) {
    left: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-6-7 .slide:nth-child(4) {
    left: 50%; }
.usp-row .usp-blocks-list.usp-s-6-7 .slide:nth-child(5) {
    left: 66.66667%; }
.usp-row .usp-blocks-list.usp-s-6-7 .slide:nth-child(6) {
    left: 83.33333%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-6-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-6-7.animate .slide {
        -webkit-animation: usp-row-m-6-7 2.5s linear infinite;
        animation: usp-row-m-6-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-6-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-6-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-6-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-6-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-6-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 57.14286%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-6-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 71.42857%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-6-7 .slide:nth-last-child(-n+6) {
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-6-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-6-7 .slide:nth-child(2) {
        left: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-6-7 .slide:nth-child(3) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-6-7 .slide:nth-child(4) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-m-6-7 .slide:nth-child(5) {
        left: 66.66667%; }
    .usp-row .usp-blocks-list.usp-m-6-7 .slide:nth-child(6) {
        left: 83.33333%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-6-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-6-7.animate .slide {
        -webkit-animation: usp-row-l-6-7 2.5s linear infinite;
        animation: usp-row-l-6-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-6-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-6-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-6-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-6-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-6-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 57.14286%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-6-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 71.42857%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-6-7 .slide:nth-last-child(-n+6) {
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-6-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-6-7 .slide:nth-child(2) {
        left: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-6-7 .slide:nth-child(3) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-6-7 .slide:nth-child(4) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-l-6-7 .slide:nth-child(5) {
        left: 66.66667%; }
    .usp-row .usp-blocks-list.usp-l-6-7 .slide:nth-child(6) {
        left: 83.33333%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-6-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-6-7.animate .slide {
        -webkit-animation: usp-row-xl-6-7 2.5s linear infinite;
        animation: usp-row-xl-6-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-6-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-6-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-6-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-6-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-6-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 57.14286%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-6-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 71.42857%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-6-7 .slide:nth-last-child(-n+6) {
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-6-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-6-7 .slide:nth-child(2) {
        left: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-6-7 .slide:nth-child(3) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-6-7 .slide:nth-child(4) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-xl-6-7 .slide:nth-child(5) {
        left: 66.66667%; }
    .usp-row .usp-blocks-list.usp-xl-6-7 .slide:nth-child(6) {
        left: 83.33333%; } }
.usp-row .usp-blocks-list.usp-s-6-8 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-6-8.animate .slide {
    -webkit-animation: usp-row-s-6-8 2.5s linear infinite;
    animation: usp-row-s-6-8 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-6-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-6-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 12.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-6-8 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 25%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-6-8 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 37.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-6-8 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-6-8 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 62.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-6-8 .slide:nth-last-child(-n+6) {
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-6-8 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-6-8 .slide:nth-child(2) {
    left: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-6-8 .slide:nth-child(3) {
    left: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-6-8 .slide:nth-child(4) {
    left: 50%; }
.usp-row .usp-blocks-list.usp-s-6-8 .slide:nth-child(5) {
    left: 66.66667%; }
.usp-row .usp-blocks-list.usp-s-6-8 .slide:nth-child(6) {
    left: 83.33333%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-6-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-6-8.animate .slide {
        -webkit-animation: usp-row-m-6-8 2.5s linear infinite;
        animation: usp-row-m-6-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-6-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-6-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-6-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-6-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-6-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-6-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 62.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-6-8 .slide:nth-last-child(-n+6) {
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-6-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-6-8 .slide:nth-child(2) {
        left: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-6-8 .slide:nth-child(3) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-6-8 .slide:nth-child(4) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-m-6-8 .slide:nth-child(5) {
        left: 66.66667%; }
    .usp-row .usp-blocks-list.usp-m-6-8 .slide:nth-child(6) {
        left: 83.33333%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-6-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-6-8.animate .slide {
        -webkit-animation: usp-row-l-6-8 2.5s linear infinite;
        animation: usp-row-l-6-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-6-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-6-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-6-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-6-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-6-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-6-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 62.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-6-8 .slide:nth-last-child(-n+6) {
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-6-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-6-8 .slide:nth-child(2) {
        left: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-6-8 .slide:nth-child(3) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-6-8 .slide:nth-child(4) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-l-6-8 .slide:nth-child(5) {
        left: 66.66667%; }
    .usp-row .usp-blocks-list.usp-l-6-8 .slide:nth-child(6) {
        left: 83.33333%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-6-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-6-8.animate .slide {
        -webkit-animation: usp-row-xl-6-8 2.5s linear infinite;
        animation: usp-row-xl-6-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-6-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-6-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-6-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-6-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-6-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-6-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 62.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-6-8 .slide:nth-last-child(-n+6) {
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-6-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-6-8 .slide:nth-child(2) {
        left: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-6-8 .slide:nth-child(3) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-6-8 .slide:nth-child(4) {
        left: 50%; }
    .usp-row .usp-blocks-list.usp-xl-6-8 .slide:nth-child(5) {
        left: 66.66667%; }
    .usp-row .usp-blocks-list.usp-xl-6-8 .slide:nth-child(6) {
        left: 83.33333%; } }
@media only screen {
    .usp-row .usp-blocks-list.usp-s-7-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-7-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-7-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-7-0 {
        display: none; } }
.usp-row .usp-blocks-list.usp-s-7-1 {
    display: block; }

@-webkit-keyframes usp-row-s-7-1 {
    0% {
        top: 0;
        opacity: 1; }
    11.42857% {
        top: 0;
        opacity: 1; }
    14.28571% {
        top: -100%;
        opacity: 0; }
    15.28571% {
        top: 100%;
        opacity: 0; }
    97.14286% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-7-1 {
    0% {
        top: 0;
        opacity: 1; }
    11.42857% {
        top: 0;
        opacity: 1; }
    14.28571% {
        top: -100%;
        opacity: 0; }
    15.28571% {
        top: 100%;
        opacity: 0; }
    97.14286% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-7-1.animate .slide {
    -webkit-animation: usp-row-s-7-1 17.5s linear infinite;
    animation: usp-row-s-7-1 17.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-7-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-7-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-7-1 .slide:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-7-1 .slide:nth-child(4) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-7-1 .slide:nth-child(5) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-7-1 .slide:nth-child(6) {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-7-1 .slide:nth-child(7) {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    left: 0%;
    top: 100%;
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-7-1 {
        display: block; }
    @-webkit-keyframes usp-row-m-7-1 {
        0% {
            top: 0;
            opacity: 1; }
        11.42857% {
            top: 0;
            opacity: 1; }
        14.28571% {
            top: -100%;
            opacity: 0; }
        15.28571% {
            top: 100%;
            opacity: 0; }
        97.14286% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-7-1 {
        0% {
            top: 0;
            opacity: 1; }
        11.42857% {
            top: 0;
            opacity: 1; }
        14.28571% {
            top: -100%;
            opacity: 0; }
        15.28571% {
            top: 100%;
            opacity: 0; }
        97.14286% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-7-1.animate .slide {
        -webkit-animation: usp-row-m-7-1 17.5s linear infinite;
        animation: usp-row-m-7-1 17.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-7-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-7-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-7-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-7-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-7-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-7-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-7-1 .slide:nth-child(7) {
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-7-1 {
        display: block; }
    @-webkit-keyframes usp-row-l-7-1 {
        0% {
            top: 0;
            opacity: 1; }
        11.42857% {
            top: 0;
            opacity: 1; }
        14.28571% {
            top: -100%;
            opacity: 0; }
        15.28571% {
            top: 100%;
            opacity: 0; }
        97.14286% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-7-1 {
        0% {
            top: 0;
            opacity: 1; }
        11.42857% {
            top: 0;
            opacity: 1; }
        14.28571% {
            top: -100%;
            opacity: 0; }
        15.28571% {
            top: 100%;
            opacity: 0; }
        97.14286% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-7-1.animate .slide {
        -webkit-animation: usp-row-l-7-1 17.5s linear infinite;
        animation: usp-row-l-7-1 17.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-7-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-7-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-7-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-7-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-7-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-7-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-7-1 .slide:nth-child(7) {
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-7-1 {
        display: block; }
    @-webkit-keyframes usp-row-xl-7-1 {
        0% {
            top: 0;
            opacity: 1; }
        11.42857% {
            top: 0;
            opacity: 1; }
        14.28571% {
            top: -100%;
            opacity: 0; }
        15.28571% {
            top: 100%;
            opacity: 0; }
        97.14286% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-7-1 {
        0% {
            top: 0;
            opacity: 1; }
        11.42857% {
            top: 0;
            opacity: 1; }
        14.28571% {
            top: -100%;
            opacity: 0; }
        15.28571% {
            top: 100%;
            opacity: 0; }
        97.14286% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-7-1.animate .slide {
        -webkit-animation: usp-row-xl-7-1 17.5s linear infinite;
        animation: usp-row-xl-7-1 17.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-7-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-7-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-7-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-7-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-7-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-7-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-7-1 .slide:nth-child(7) {
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
        left: 0%;
        top: 100%;
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-7-2 {
    display: block; }

@-webkit-keyframes usp-row-s-7-2 {
    0% {
        top: 0;
        opacity: 1; }
    20% {
        top: 0;
        opacity: 1; }
    25% {
        top: -100%;
        opacity: 0; }
    26% {
        top: 100%;
        opacity: 0; }
    95% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-7-2 {
    0% {
        top: 0;
        opacity: 1; }
    20% {
        top: 0;
        opacity: 1; }
    25% {
        top: -100%;
        opacity: 0; }
    26% {
        top: 100%;
        opacity: 0; }
    95% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-7-2.animate .slide {
    -webkit-animation: usp-row-s-7-2 10s linear infinite;
    animation: usp-row-s-7-2 10s linear infinite; }
.usp-row .usp-blocks-list.usp-s-7-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-7-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-7-2 .slide:nth-child(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-7-2 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 50%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-7-2 .slide:nth-child(5) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-7-2 .slide:nth-child(6) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 50%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-7-2 .slide:nth-child(7) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 0%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-7-2 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-7-2 {
        display: block; }
    @-webkit-keyframes usp-row-m-7-2 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-7-2 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-7-2.animate .slide {
        -webkit-animation: usp-row-m-7-2 10s linear infinite;
        animation: usp-row-m-7-2 10s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-7-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-7-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-7-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-7-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-7-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-7-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-7-2 .slide:nth-child(7) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-7-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-7-2 {
        display: block; }
    @-webkit-keyframes usp-row-l-7-2 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-7-2 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-7-2.animate .slide {
        -webkit-animation: usp-row-l-7-2 10s linear infinite;
        animation: usp-row-l-7-2 10s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-7-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-7-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-7-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-7-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-7-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-7-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-7-2 .slide:nth-child(7) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-7-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-7-2 {
        display: block; }
    @-webkit-keyframes usp-row-xl-7-2 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-7-2 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-7-2.animate .slide {
        -webkit-animation: usp-row-xl-7-2 10s linear infinite;
        animation: usp-row-xl-7-2 10s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-7-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-7-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-7-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-7-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-7-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-7-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-7-2 .slide:nth-child(7) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-7-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-7-3 {
    display: block; }

@-webkit-keyframes usp-row-s-7-3 {
    0% {
        top: 0;
        opacity: 1; }
    26.66667% {
        top: 0;
        opacity: 1; }
    33.33333% {
        top: -100%;
        opacity: 0; }
    34.33333% {
        top: 100%;
        opacity: 0; }
    93.33333% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-7-3 {
    0% {
        top: 0;
        opacity: 1; }
    26.66667% {
        top: 0;
        opacity: 1; }
    33.33333% {
        top: -100%;
        opacity: 0; }
    34.33333% {
        top: 100%;
        opacity: 0; }
    93.33333% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-7-3.animate .slide {
    -webkit-animation: usp-row-s-7-3 7.5s linear infinite;
    animation: usp-row-s-7-3 7.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-7-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-7-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 33.33333%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-7-3 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 66.66667%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-7-3 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-7-3 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 33.33333%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-7-3 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 66.66667%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-7-3 .slide:nth-child(7) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-7-3 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-7-3 {
        display: block; }
    @-webkit-keyframes usp-row-m-7-3 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-7-3 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-7-3.animate .slide {
        -webkit-animation: usp-row-m-7-3 7.5s linear infinite;
        animation: usp-row-m-7-3 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-7-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-7-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-7-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-7-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-7-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-7-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 66.66667%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-7-3 .slide:nth-child(7) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-7-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-7-3 {
        display: block; }
    @-webkit-keyframes usp-row-l-7-3 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-7-3 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-7-3.animate .slide {
        -webkit-animation: usp-row-l-7-3 7.5s linear infinite;
        animation: usp-row-l-7-3 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-7-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-7-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-7-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-7-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-7-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-7-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 66.66667%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-7-3 .slide:nth-child(7) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-7-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-7-3 {
        display: block; }
    @-webkit-keyframes usp-row-xl-7-3 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-7-3 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-7-3.animate .slide {
        -webkit-animation: usp-row-xl-7-3 7.5s linear infinite;
        animation: usp-row-xl-7-3 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-7-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-7-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-7-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-7-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-7-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-7-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 66.66667%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-7-3 .slide:nth-child(7) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-7-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-7-4 {
    display: block; }

@-webkit-keyframes usp-row-s-7-4 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-7-4 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-7-4.animate .slide {
    -webkit-animation: usp-row-s-7-4 5s linear infinite;
    animation: usp-row-s-7-4 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-7-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-7-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 25%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-7-4 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-7-4 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 75%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-7-4 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-7-4 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 25%;
    top: 100%;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-7-4 .slide:nth-child(7) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 50%;
    top: 100%;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-7-4 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-7-4 .slide:nth-child(5) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-7-4 .slide:nth-child(6) {
    left: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-7-4 .slide:nth-child(7) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-7-4 {
        display: block; }
    @-webkit-keyframes usp-row-m-7-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-7-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-7-4.animate .slide {
        -webkit-animation: usp-row-m-7-4 5s linear infinite;
        animation: usp-row-m-7-4 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-7-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-7-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-7-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-7-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-7-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-7-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 25%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-7-4 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-7-4 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-7-4 .slide:nth-child(5) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-7-4 .slide:nth-child(6) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-7-4 .slide:nth-child(7) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-7-4 {
        display: block; }
    @-webkit-keyframes usp-row-l-7-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-7-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-7-4.animate .slide {
        -webkit-animation: usp-row-l-7-4 5s linear infinite;
        animation: usp-row-l-7-4 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-7-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-7-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-7-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-7-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-7-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-7-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 25%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-7-4 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-7-4 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-7-4 .slide:nth-child(5) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-7-4 .slide:nth-child(6) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-7-4 .slide:nth-child(7) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-7-4 {
        display: block; }
    @-webkit-keyframes usp-row-xl-7-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-7-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-7-4.animate .slide {
        -webkit-animation: usp-row-xl-7-4 5s linear infinite;
        animation: usp-row-xl-7-4 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-7-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-7-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-7-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-7-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-7-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-7-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 25%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-7-4 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-7-4 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-7-4 .slide:nth-child(5) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-7-4 .slide:nth-child(6) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-7-4 .slide:nth-child(7) {
        left: 66.66667%; } }
.usp-row .usp-blocks-list.usp-s-7-5 {
    display: block; }

@-webkit-keyframes usp-row-s-7-5 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-7-5 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-7-5.animate .slide {
    -webkit-animation: usp-row-s-7-5 5s linear infinite;
    animation: usp-row-s-7-5 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-7-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-7-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 20%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-7-5 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 40%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-7-5 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 60%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-7-5 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 80%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-7-5 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-7-5 .slide:nth-child(7) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 20%;
    top: 100%;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-7-5 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-7-5 .slide:nth-child(6) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-7-5 .slide:nth-child(7) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-7-5 {
        display: block; }
    @-webkit-keyframes usp-row-m-7-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-7-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-7-5.animate .slide {
        -webkit-animation: usp-row-m-7-5 5s linear infinite;
        animation: usp-row-m-7-5 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-7-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-7-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-7-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-7-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-7-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 80%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-7-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-7-5 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 20%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-7-5 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-7-5 .slide:nth-child(6) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-7-5 .slide:nth-child(7) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-7-5 {
        display: block; }
    @-webkit-keyframes usp-row-l-7-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-7-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-7-5.animate .slide {
        -webkit-animation: usp-row-l-7-5 5s linear infinite;
        animation: usp-row-l-7-5 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-7-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-7-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-7-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-7-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-7-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 80%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-7-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-7-5 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 20%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-7-5 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-7-5 .slide:nth-child(6) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-7-5 .slide:nth-child(7) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-7-5 {
        display: block; }
    @-webkit-keyframes usp-row-xl-7-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-7-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-7-5.animate .slide {
        -webkit-animation: usp-row-xl-7-5 5s linear infinite;
        animation: usp-row-xl-7-5 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-7-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-7-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-7-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-7-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-7-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 80%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-7-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-7-5 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 20%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-7-5 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-7-5 .slide:nth-child(6) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-7-5 .slide:nth-child(7) {
        left: 50%; } }
.usp-row .usp-blocks-list.usp-s-7-6 {
    display: block; }

@-webkit-keyframes usp-row-s-7-6 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-7-6 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-7-6.animate .slide {
    -webkit-animation: usp-row-s-7-6 5s linear infinite;
    animation: usp-row-s-7-6 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-7-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-7-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 16.66667%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-7-6 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 33.33333%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-7-6 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-7-6 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 66.66667%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-7-6 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 83.33333%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-7-6 .slide:nth-child(7) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-7-6 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-7-6 {
        display: block; }
    @-webkit-keyframes usp-row-m-7-6 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-7-6 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-7-6.animate .slide {
        -webkit-animation: usp-row-m-7-6 5s linear infinite;
        animation: usp-row-m-7-6 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-7-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-7-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-7-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-7-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-7-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-7-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 83.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-7-6 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-7-6 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-7-6 {
        display: block; }
    @-webkit-keyframes usp-row-l-7-6 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-7-6 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-7-6.animate .slide {
        -webkit-animation: usp-row-l-7-6 5s linear infinite;
        animation: usp-row-l-7-6 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-7-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-7-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-7-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-7-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-7-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-7-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 83.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-7-6 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-7-6 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-7-6 {
        display: block; }
    @-webkit-keyframes usp-row-xl-7-6 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-7-6 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-7-6.animate .slide {
        -webkit-animation: usp-row-xl-7-6 5s linear infinite;
        animation: usp-row-xl-7-6 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-7-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-7-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-7-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-7-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-7-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-7-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 83.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-7-6 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-7-6 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-7-7 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-7-7.animate .slide {
    -webkit-animation: usp-row-s-7-7 2.5s linear infinite;
    animation: usp-row-s-7-7 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-7-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-7-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 14.28571%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-7-7 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 28.57143%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-7-7 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 42.85714%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-7-7 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 57.14286%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-7-7 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 71.42857%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-7-7 .slide:nth-child(7) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 85.71429%;
    top: 0;
    width: 14.28571%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-7-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-7-7.animate .slide {
        -webkit-animation: usp-row-m-7-7 2.5s linear infinite;
        animation: usp-row-m-7-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-7-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-7-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-7-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-7-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-7-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 57.14286%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-7-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 71.42857%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-7-7 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 85.71429%;
        top: 0;
        width: 14.28571%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-7-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-7-7.animate .slide {
        -webkit-animation: usp-row-l-7-7 2.5s linear infinite;
        animation: usp-row-l-7-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-7-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-7-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-7-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-7-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-7-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 57.14286%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-7-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 71.42857%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-7-7 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 85.71429%;
        top: 0;
        width: 14.28571%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-7-7 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-7-7.animate .slide {
        -webkit-animation: usp-row-xl-7-7 2.5s linear infinite;
        animation: usp-row-xl-7-7 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-7-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-7-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-7-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-7-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-7-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 57.14286%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-7-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 71.42857%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-7-7 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 85.71429%;
        top: 0;
        width: 14.28571%; } }
.usp-row .usp-blocks-list.usp-s-7-8 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-7-8.animate .slide {
    -webkit-animation: usp-row-s-7-8 2.5s linear infinite;
    animation: usp-row-s-7-8 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 12.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 25%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 37.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 62.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(7) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 75%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-last-child(-n+7) {
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(1) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(2) {
    left: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(3) {
    left: 28.57143%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(4) {
    left: 42.85714%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(5) {
    left: 57.14286%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(6) {
    left: 71.42857%; }
.usp-row .usp-blocks-list.usp-s-7-8 .slide:nth-child(7) {
    left: 85.71429%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-7-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-7-8.animate .slide {
        -webkit-animation: usp-row-m-7-8 2.5s linear infinite;
        animation: usp-row-m-7-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 62.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-last-child(-n+7) {
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(2) {
        left: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(3) {
        left: 28.57143%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(4) {
        left: 42.85714%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(5) {
        left: 57.14286%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(6) {
        left: 71.42857%; }
    .usp-row .usp-blocks-list.usp-m-7-8 .slide:nth-child(7) {
        left: 85.71429%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-7-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-7-8.animate .slide {
        -webkit-animation: usp-row-l-7-8 2.5s linear infinite;
        animation: usp-row-l-7-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 62.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-last-child(-n+7) {
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(2) {
        left: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(3) {
        left: 28.57143%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(4) {
        left: 42.85714%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(5) {
        left: 57.14286%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(6) {
        left: 71.42857%; }
    .usp-row .usp-blocks-list.usp-l-7-8 .slide:nth-child(7) {
        left: 85.71429%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-7-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-7-8.animate .slide {
        -webkit-animation: usp-row-xl-7-8 2.5s linear infinite;
        animation: usp-row-xl-7-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 62.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-last-child(-n+7) {
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(2) {
        left: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(3) {
        left: 28.57143%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(4) {
        left: 42.85714%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(5) {
        left: 57.14286%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(6) {
        left: 71.42857%; }
    .usp-row .usp-blocks-list.usp-xl-7-8 .slide:nth-child(7) {
        left: 85.71429%; } }
@media only screen {
    .usp-row .usp-blocks-list.usp-s-8-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-8-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-8-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-8-0 {
        display: none; } }
.usp-row .usp-blocks-list.usp-s-8-1 {
    display: block; }

@-webkit-keyframes usp-row-s-8-1 {
    0% {
        top: 0;
        opacity: 1; }
    10% {
        top: 0;
        opacity: 1; }
    12.5% {
        top: -100%;
        opacity: 0; }
    13.5% {
        top: 100%;
        opacity: 0; }
    97.5% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-8-1 {
    0% {
        top: 0;
        opacity: 1; }
    10% {
        top: 0;
        opacity: 1; }
    12.5% {
        top: -100%;
        opacity: 0; }
    13.5% {
        top: 100%;
        opacity: 0; }
    97.5% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-8-1.animate .slide {
    -webkit-animation: usp-row-s-8-1 20s linear infinite;
    animation: usp-row-s-8-1 20s linear infinite; }
.usp-row .usp-blocks-list.usp-s-8-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-8-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-8-1 .slide:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-8-1 .slide:nth-child(4) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-8-1 .slide:nth-child(5) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-8-1 .slide:nth-child(6) {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-8-1 .slide:nth-child(7) {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    left: 0%;
    top: 100%;
    width: 100%; }
.usp-row .usp-blocks-list.usp-s-8-1 .slide:nth-child(8) {
    -webkit-animation-delay: 17.5s;
    animation-delay: 17.5s;
    left: 0%;
    top: 100%;
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-8-1 {
        display: block; }
    @-webkit-keyframes usp-row-m-8-1 {
        0% {
            top: 0;
            opacity: 1; }
        10% {
            top: 0;
            opacity: 1; }
        12.5% {
            top: -100%;
            opacity: 0; }
        13.5% {
            top: 100%;
            opacity: 0; }
        97.5% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-8-1 {
        0% {
            top: 0;
            opacity: 1; }
        10% {
            top: 0;
            opacity: 1; }
        12.5% {
            top: -100%;
            opacity: 0; }
        13.5% {
            top: 100%;
            opacity: 0; }
        97.5% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-8-1.animate .slide {
        -webkit-animation: usp-row-m-8-1 20s linear infinite;
        animation: usp-row-m-8-1 20s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-8-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-8-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-8-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-8-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-8-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-8-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-8-1 .slide:nth-child(7) {
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-m-8-1 .slide:nth-child(8) {
        -webkit-animation-delay: 17.5s;
        animation-delay: 17.5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-8-1 {
        display: block; }
    @-webkit-keyframes usp-row-l-8-1 {
        0% {
            top: 0;
            opacity: 1; }
        10% {
            top: 0;
            opacity: 1; }
        12.5% {
            top: -100%;
            opacity: 0; }
        13.5% {
            top: 100%;
            opacity: 0; }
        97.5% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-8-1 {
        0% {
            top: 0;
            opacity: 1; }
        10% {
            top: 0;
            opacity: 1; }
        12.5% {
            top: -100%;
            opacity: 0; }
        13.5% {
            top: 100%;
            opacity: 0; }
        97.5% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-8-1.animate .slide {
        -webkit-animation: usp-row-l-8-1 20s linear infinite;
        animation: usp-row-l-8-1 20s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-8-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-8-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-8-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-8-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-8-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-8-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-8-1 .slide:nth-child(7) {
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-l-8-1 .slide:nth-child(8) {
        -webkit-animation-delay: 17.5s;
        animation-delay: 17.5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-8-1 {
        display: block; }
    @-webkit-keyframes usp-row-xl-8-1 {
        0% {
            top: 0;
            opacity: 1; }
        10% {
            top: 0;
            opacity: 1; }
        12.5% {
            top: -100%;
            opacity: 0; }
        13.5% {
            top: 100%;
            opacity: 0; }
        97.5% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-8-1 {
        0% {
            top: 0;
            opacity: 1; }
        10% {
            top: 0;
            opacity: 1; }
        12.5% {
            top: -100%;
            opacity: 0; }
        13.5% {
            top: 100%;
            opacity: 0; }
        97.5% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-8-1.animate .slide {
        -webkit-animation: usp-row-xl-8-1 20s linear infinite;
        animation: usp-row-xl-8-1 20s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-8-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-8-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-8-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-8-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-8-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-8-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-8-1 .slide:nth-child(7) {
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
        left: 0%;
        top: 100%;
        width: 100%; }
    .usp-row .usp-blocks-list.usp-xl-8-1 .slide:nth-child(8) {
        -webkit-animation-delay: 17.5s;
        animation-delay: 17.5s;
        left: 0%;
        top: 100%;
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-8-2 {
    display: block; }

@-webkit-keyframes usp-row-s-8-2 {
    0% {
        top: 0;
        opacity: 1; }
    20% {
        top: 0;
        opacity: 1; }
    25% {
        top: -100%;
        opacity: 0; }
    26% {
        top: 100%;
        opacity: 0; }
    95% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-8-2 {
    0% {
        top: 0;
        opacity: 1; }
    20% {
        top: 0;
        opacity: 1; }
    25% {
        top: -100%;
        opacity: 0; }
    26% {
        top: 100%;
        opacity: 0; }
    95% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-8-2.animate .slide {
    -webkit-animation: usp-row-s-8-2 10s linear infinite;
    animation: usp-row-s-8-2 10s linear infinite; }
.usp-row .usp-blocks-list.usp-s-8-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-8-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-8-2 .slide:nth-child(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-8-2 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 50%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-8-2 .slide:nth-child(5) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-8-2 .slide:nth-child(6) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 50%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-8-2 .slide:nth-child(7) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 0%;
    top: 100%;
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-8-2 .slide:nth-child(8) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 50%;
    top: 100%;
    width: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-8-2 {
        display: block; }
    @-webkit-keyframes usp-row-m-8-2 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-8-2 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-8-2.animate .slide {
        -webkit-animation: usp-row-m-8-2 10s linear infinite;
        animation: usp-row-m-8-2 10s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-8-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-8-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-8-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-8-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-8-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-8-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-8-2 .slide:nth-child(7) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-8-2 .slide:nth-child(8) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 50%;
        top: 100%;
        width: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-8-2 {
        display: block; }
    @-webkit-keyframes usp-row-l-8-2 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-8-2 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-8-2.animate .slide {
        -webkit-animation: usp-row-l-8-2 10s linear infinite;
        animation: usp-row-l-8-2 10s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-8-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-8-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-8-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-8-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-8-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-8-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-8-2 .slide:nth-child(7) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-8-2 .slide:nth-child(8) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 50%;
        top: 100%;
        width: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-8-2 {
        display: block; }
    @-webkit-keyframes usp-row-xl-8-2 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-8-2 {
        0% {
            top: 0;
            opacity: 1; }
        20% {
            top: 0;
            opacity: 1; }
        25% {
            top: -100%;
            opacity: 0; }
        26% {
            top: 100%;
            opacity: 0; }
        95% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-8-2.animate .slide {
        -webkit-animation: usp-row-xl-8-2 10s linear infinite;
        animation: usp-row-xl-8-2 10s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-8-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-8-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-8-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-8-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-8-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-8-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 50%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-8-2 .slide:nth-child(7) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 0%;
        top: 100%;
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-8-2 .slide:nth-child(8) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 50%;
        top: 100%;
        width: 50%; } }
.usp-row .usp-blocks-list.usp-s-8-3 {
    display: block; }

@-webkit-keyframes usp-row-s-8-3 {
    0% {
        top: 0;
        opacity: 1; }
    26.66667% {
        top: 0;
        opacity: 1; }
    33.33333% {
        top: -100%;
        opacity: 0; }
    34.33333% {
        top: 100%;
        opacity: 0; }
    93.33333% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-8-3 {
    0% {
        top: 0;
        opacity: 1; }
    26.66667% {
        top: 0;
        opacity: 1; }
    33.33333% {
        top: -100%;
        opacity: 0; }
    34.33333% {
        top: 100%;
        opacity: 0; }
    93.33333% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-8-3.animate .slide {
    -webkit-animation: usp-row-s-8-3 7.5s linear infinite;
    animation: usp-row-s-8-3 7.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-8-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-8-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 33.33333%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-8-3 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 66.66667%;
    top: 0;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-8-3 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-8-3 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 33.33333%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-8-3 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 66.66667%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-8-3 .slide:nth-child(7) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 0%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-8-3 .slide:nth-child(8) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 33.33333%;
    top: 100%;
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-8-3 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-8-3 .slide:nth-child(7) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-8-3 .slide:nth-child(8) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-8-3 {
        display: block; }
    @-webkit-keyframes usp-row-m-8-3 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-8-3 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-8-3.animate .slide {
        -webkit-animation: usp-row-m-8-3 7.5s linear infinite;
        animation: usp-row-m-8-3 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-8-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-8-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-8-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-8-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-8-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-8-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 66.66667%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-8-3 .slide:nth-child(7) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-8-3 .slide:nth-child(8) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-8-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-8-3 .slide:nth-child(7) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-8-3 .slide:nth-child(8) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-8-3 {
        display: block; }
    @-webkit-keyframes usp-row-l-8-3 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-8-3 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-8-3.animate .slide {
        -webkit-animation: usp-row-l-8-3 7.5s linear infinite;
        animation: usp-row-l-8-3 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-8-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-8-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-8-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-8-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-8-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-8-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 66.66667%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-8-3 .slide:nth-child(7) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-8-3 .slide:nth-child(8) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-8-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-8-3 .slide:nth-child(7) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-8-3 .slide:nth-child(8) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-8-3 {
        display: block; }
    @-webkit-keyframes usp-row-xl-8-3 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-8-3 {
        0% {
            top: 0;
            opacity: 1; }
        26.66667% {
            top: 0;
            opacity: 1; }
        33.33333% {
            top: -100%;
            opacity: 0; }
        34.33333% {
            top: 100%;
            opacity: 0; }
        93.33333% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-8-3.animate .slide {
        -webkit-animation: usp-row-xl-8-3 7.5s linear infinite;
        animation: usp-row-xl-8-3 7.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-8-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-8-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-8-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-8-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-8-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-8-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 66.66667%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-8-3 .slide:nth-child(7) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 0%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-8-3 .slide:nth-child(8) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 33.33333%;
        top: 100%;
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-8-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-8-3 .slide:nth-child(7) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-8-3 .slide:nth-child(8) {
        left: 50%; } }
.usp-row .usp-blocks-list.usp-s-8-4 {
    display: block; }

@-webkit-keyframes usp-row-s-8-4 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-8-4 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-8-4.animate .slide {
    -webkit-animation: usp-row-s-8-4 5s linear infinite;
    animation: usp-row-s-8-4 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-8-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-8-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 25%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-8-4 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-8-4 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 75%;
    top: 0;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-8-4 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-8-4 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 25%;
    top: 100%;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-8-4 .slide:nth-child(7) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 50%;
    top: 100%;
    width: 25%; }
.usp-row .usp-blocks-list.usp-s-8-4 .slide:nth-child(8) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 75%;
    top: 100%;
    width: 25%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-8-4 {
        display: block; }
    @-webkit-keyframes usp-row-m-8-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-8-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-8-4.animate .slide {
        -webkit-animation: usp-row-m-8-4 5s linear infinite;
        animation: usp-row-m-8-4 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-8-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-8-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-8-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-8-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-8-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-8-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 25%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-8-4 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-m-8-4 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 75%;
        top: 100%;
        width: 25%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-8-4 {
        display: block; }
    @-webkit-keyframes usp-row-l-8-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-8-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-8-4.animate .slide {
        -webkit-animation: usp-row-l-8-4 5s linear infinite;
        animation: usp-row-l-8-4 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-8-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-8-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-8-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-8-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-8-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-8-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 25%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-8-4 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-l-8-4 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 75%;
        top: 100%;
        width: 25%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-8-4 {
        display: block; }
    @-webkit-keyframes usp-row-xl-8-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-8-4 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-8-4.animate .slide {
        -webkit-animation: usp-row-xl-8-4 5s linear infinite;
        animation: usp-row-xl-8-4 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-8-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-8-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-8-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-8-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-8-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-8-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 25%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-8-4 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 50%;
        top: 100%;
        width: 25%; }
    .usp-row .usp-blocks-list.usp-xl-8-4 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 75%;
        top: 100%;
        width: 25%; } }
.usp-row .usp-blocks-list.usp-s-8-5 {
    display: block; }

@-webkit-keyframes usp-row-s-8-5 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-8-5 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-8-5.animate .slide {
    -webkit-animation: usp-row-s-8-5 5s linear infinite;
    animation: usp-row-s-8-5 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-8-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-8-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 20%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-8-5 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 40%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-8-5 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 60%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-8-5 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 80%;
    top: 0;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-8-5 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-8-5 .slide:nth-child(7) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 20%;
    top: 100%;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-8-5 .slide:nth-child(8) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 40%;
    top: 100%;
    width: 20%; }
.usp-row .usp-blocks-list.usp-s-8-5 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-8-5 .slide:nth-child(6) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-8-5 .slide:nth-child(7) {
    left: 33.33333%; }
.usp-row .usp-blocks-list.usp-s-8-5 .slide:nth-child(8) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-8-5 {
        display: block; }
    @-webkit-keyframes usp-row-m-8-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-8-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-8-5.animate .slide {
        -webkit-animation: usp-row-m-8-5 5s linear infinite;
        animation: usp-row-m-8-5 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-8-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-8-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-8-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-8-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-8-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 80%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-8-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-8-5 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 20%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-8-5 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 40%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-m-8-5 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-8-5 .slide:nth-child(6) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-8-5 .slide:nth-child(7) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-m-8-5 .slide:nth-child(8) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-8-5 {
        display: block; }
    @-webkit-keyframes usp-row-l-8-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-8-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-8-5.animate .slide {
        -webkit-animation: usp-row-l-8-5 5s linear infinite;
        animation: usp-row-l-8-5 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-8-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-8-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-8-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-8-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-8-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 80%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-8-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-8-5 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 20%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-8-5 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 40%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-l-8-5 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-8-5 .slide:nth-child(6) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-8-5 .slide:nth-child(7) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-l-8-5 .slide:nth-child(8) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-8-5 {
        display: block; }
    @-webkit-keyframes usp-row-xl-8-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-8-5 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-8-5.animate .slide {
        -webkit-animation: usp-row-xl-8-5 5s linear infinite;
        animation: usp-row-xl-8-5 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-8-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-8-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 20%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-8-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 40%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-8-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 60%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-8-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 80%;
        top: 0;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-8-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-8-5 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 20%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-8-5 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 40%;
        top: 100%;
        width: 20%; }
    .usp-row .usp-blocks-list.usp-xl-8-5 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-8-5 .slide:nth-child(6) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-8-5 .slide:nth-child(7) {
        left: 33.33333%; }
    .usp-row .usp-blocks-list.usp-xl-8-5 .slide:nth-child(8) {
        left: 66.66667%; } }
.usp-row .usp-blocks-list.usp-s-8-6 {
    display: block; }

@-webkit-keyframes usp-row-s-8-6 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-8-6 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-8-6.animate .slide {
    -webkit-animation: usp-row-s-8-6 5s linear infinite;
    animation: usp-row-s-8-6 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-8-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-8-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 16.66667%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-8-6 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 33.33333%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-8-6 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-8-6 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 66.66667%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-8-6 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 83.33333%;
    top: 0;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-8-6 .slide:nth-child(7) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-8-6 .slide:nth-child(8) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 16.66667%;
    top: 100%;
    width: 16.66667%; }
.usp-row .usp-blocks-list.usp-s-8-6 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-row .usp-blocks-list.usp-s-8-6 .slide:nth-child(7) {
    left: 0%; }
.usp-row .usp-blocks-list.usp-s-8-6 .slide:nth-child(8) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-8-6 {
        display: block; }
    @-webkit-keyframes usp-row-m-8-6 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-8-6 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-8-6.animate .slide {
        -webkit-animation: usp-row-m-8-6 5s linear infinite;
        animation: usp-row-m-8-6 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-8-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-8-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-8-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-8-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-8-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-8-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 83.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-8-6 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-8-6 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 16.66667%;
        top: 100%;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-m-8-6 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-m-8-6 .slide:nth-child(7) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-m-8-6 .slide:nth-child(8) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-8-6 {
        display: block; }
    @-webkit-keyframes usp-row-l-8-6 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-8-6 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-8-6.animate .slide {
        -webkit-animation: usp-row-l-8-6 5s linear infinite;
        animation: usp-row-l-8-6 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-8-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-8-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-8-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-8-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-8-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-8-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 83.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-8-6 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-8-6 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 16.66667%;
        top: 100%;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-l-8-6 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-l-8-6 .slide:nth-child(7) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-l-8-6 .slide:nth-child(8) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-8-6 {
        display: block; }
    @-webkit-keyframes usp-row-xl-8-6 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-8-6 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-8-6.animate .slide {
        -webkit-animation: usp-row-xl-8-6 5s linear infinite;
        animation: usp-row-xl-8-6 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-8-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-8-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 16.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-8-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 33.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-8-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-8-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 66.66667%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-8-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 83.33333%;
        top: 0;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-8-6 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-8-6 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 16.66667%;
        top: 100%;
        width: 16.66667%; }
    .usp-row .usp-blocks-list.usp-xl-8-6 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-row .usp-blocks-list.usp-xl-8-6 .slide:nth-child(7) {
        left: 0%; }
    .usp-row .usp-blocks-list.usp-xl-8-6 .slide:nth-child(8) {
        left: 50%; } }
.usp-row .usp-blocks-list.usp-s-8-7 {
    display: block; }

@-webkit-keyframes usp-row-s-8-7 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }

@keyframes usp-row-s-8-7 {
    0% {
        top: 0;
        opacity: 1; }
    40% {
        top: 0;
        opacity: 1; }
    50% {
        top: -100%;
        opacity: 0; }
    51% {
        top: 100%;
        opacity: 0; }
    90% {
        top: 100%;
        opacity: 1; }
    100% {
        top: 0;
        opacity: 1; } }
.usp-row .usp-blocks-list.usp-s-8-7.animate .slide {
    -webkit-animation: usp-row-s-8-7 5s linear infinite;
    animation: usp-row-s-8-7 5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-8-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-8-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 14.28571%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-8-7 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 28.57143%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-8-7 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 42.85714%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-8-7 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 57.14286%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-8-7 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 71.42857%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-8-7 .slide:nth-child(7) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 85.71429%;
    top: 0;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-8-7 .slide:nth-child(8) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 0%;
    top: 100%;
    width: 14.28571%; }
.usp-row .usp-blocks-list.usp-s-8-7 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-8-7 {
        display: block; }
    @-webkit-keyframes usp-row-m-8-7 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-m-8-7 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-m-8-7.animate .slide {
        -webkit-animation: usp-row-m-8-7 5s linear infinite;
        animation: usp-row-m-8-7 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-8-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-8-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-8-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-8-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-8-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 57.14286%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-8-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 71.42857%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-8-7 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 85.71429%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-8-7 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-m-8-7 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-8-7 {
        display: block; }
    @-webkit-keyframes usp-row-l-8-7 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-l-8-7 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-l-8-7.animate .slide {
        -webkit-animation: usp-row-l-8-7 5s linear infinite;
        animation: usp-row-l-8-7 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-8-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-8-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-8-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-8-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-8-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 57.14286%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-8-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 71.42857%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-8-7 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 85.71429%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-8-7 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-l-8-7 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-8-7 {
        display: block; }
    @-webkit-keyframes usp-row-xl-8-7 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    @keyframes usp-row-xl-8-7 {
        0% {
            top: 0;
            opacity: 1; }
        40% {
            top: 0;
            opacity: 1; }
        50% {
            top: -100%;
            opacity: 0; }
        51% {
            top: 100%;
            opacity: 0; }
        90% {
            top: 100%;
            opacity: 1; }
        100% {
            top: 0;
            opacity: 1; } }
    .usp-row .usp-blocks-list.usp-xl-8-7.animate .slide {
        -webkit-animation: usp-row-xl-8-7 5s linear infinite;
        animation: usp-row-xl-8-7 5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-8-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-8-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 14.28571%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-8-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 28.57143%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-8-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 42.85714%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-8-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 57.14286%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-8-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 71.42857%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-8-7 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 85.71429%;
        top: 0;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-8-7 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 0%;
        top: 100%;
        width: 14.28571%; }
    .usp-row .usp-blocks-list.usp-xl-8-7 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-row .usp-blocks-list.usp-s-8-8 {
    display: block; }
.usp-row .usp-blocks-list.usp-s-8-8.animate .slide {
    -webkit-animation: usp-row-s-8-8 2.5s linear infinite;
    animation: usp-row-s-8-8 2.5s linear infinite; }
.usp-row .usp-blocks-list.usp-s-8-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-8-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 12.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-8-8 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 25%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-8-8 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 37.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-8-8 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 50%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-8-8 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 62.5%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-8-8 .slide:nth-child(7) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 75%;
    top: 0;
    width: 12.5%; }
.usp-row .usp-blocks-list.usp-s-8-8 .slide:nth-child(8) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 87.5%;
    top: 0;
    width: 12.5%; }
@media (min-width: 768px) {
    .usp-row .usp-blocks-list.usp-m-8-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-m-8-8.animate .slide {
        -webkit-animation: usp-row-m-8-8 2.5s linear infinite;
        animation: usp-row-m-8-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-m-8-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-8-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-8-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-8-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-8-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-8-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 62.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-8-8 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-m-8-8 .slide:nth-child(8) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 87.5%;
        top: 0;
        width: 12.5%; } }
@media (min-width: 992px) {
    .usp-row .usp-blocks-list.usp-l-8-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-l-8-8.animate .slide {
        -webkit-animation: usp-row-l-8-8 2.5s linear infinite;
        animation: usp-row-l-8-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-l-8-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-8-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-8-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-8-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-8-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-8-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 62.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-8-8 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-l-8-8 .slide:nth-child(8) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 87.5%;
        top: 0;
        width: 12.5%; } }
@media (min-width: 1200px) {
    .usp-row .usp-blocks-list.usp-xl-8-8 {
        display: block; }
    .usp-row .usp-blocks-list.usp-xl-8-8.animate .slide {
        -webkit-animation: usp-row-xl-8-8 2.5s linear infinite;
        animation: usp-row-xl-8-8 2.5s linear infinite; }
    .usp-row .usp-blocks-list.usp-xl-8-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-8-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 12.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-8-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 25%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-8-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 37.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-8-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 50%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-8-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 62.5%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-8-8 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 75%;
        top: 0;
        width: 12.5%; }
    .usp-row .usp-blocks-list.usp-xl-8-8 .slide:nth-child(8) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 87.5%;
        top: 0;
        width: 12.5%; } }

.usp-list .usp-blocks-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative; }
@media only screen {
    .usp-list .usp-blocks-list.usp-s-1-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-1-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-1-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-1-0 {
        display: none; } }
.usp-list .usp-blocks-list.usp-s-1-1 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-1-1.animate .slide {
    -webkit-animation: usp-list-s-1-1 2.5s linear infinite;
    animation: usp-list-s-1-1 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-1-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-1-1 {
        display: block;
        height: 50px; }
    .usp-list .usp-blocks-list.usp-m-1-1.animate .slide {
        -webkit-animation: usp-list-m-1-1 2.5s linear infinite;
        animation: usp-list-m-1-1 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-1-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-1-1 {
        display: block;
        height: 50px; }
    .usp-list .usp-blocks-list.usp-l-1-1.animate .slide {
        -webkit-animation: usp-list-l-1-1 2.5s linear infinite;
        animation: usp-list-l-1-1 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-1-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-1-1 {
        display: block;
        height: 50px; }
    .usp-list .usp-blocks-list.usp-xl-1-1.animate .slide {
        -webkit-animation: usp-list-xl-1-1 2.5s linear infinite;
        animation: usp-list-xl-1-1 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-1-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-1-2 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-1-2.animate .slide {
    -webkit-animation: usp-list-s-1-2 2.5s linear infinite;
    animation: usp-list-s-1-2 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-1-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-1-2 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-1-2 {
        display: block;
        height: 100px; }
    .usp-list .usp-blocks-list.usp-m-1-2.animate .slide {
        -webkit-animation: usp-list-m-1-2 2.5s linear infinite;
        animation: usp-list-m-1-2 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-1-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-1-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-1-2 {
        display: block;
        height: 100px; }
    .usp-list .usp-blocks-list.usp-l-1-2.animate .slide {
        -webkit-animation: usp-list-l-1-2 2.5s linear infinite;
        animation: usp-list-l-1-2 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-1-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-1-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-1-2 {
        display: block;
        height: 100px; }
    .usp-list .usp-blocks-list.usp-xl-1-2.animate .slide {
        -webkit-animation: usp-list-xl-1-2 2.5s linear infinite;
        animation: usp-list-xl-1-2 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-1-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-1-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-1-3 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-1-3.animate .slide {
    -webkit-animation: usp-list-s-1-3 2.5s linear infinite;
    animation: usp-list-s-1-3 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-1-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-1-3 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-1-3 {
        display: block;
        height: 150px; }
    .usp-list .usp-blocks-list.usp-m-1-3.animate .slide {
        -webkit-animation: usp-list-m-1-3 2.5s linear infinite;
        animation: usp-list-m-1-3 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-1-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-1-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-1-3 {
        display: block;
        height: 150px; }
    .usp-list .usp-blocks-list.usp-l-1-3.animate .slide {
        -webkit-animation: usp-list-l-1-3 2.5s linear infinite;
        animation: usp-list-l-1-3 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-1-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-1-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-1-3 {
        display: block;
        height: 150px; }
    .usp-list .usp-blocks-list.usp-xl-1-3.animate .slide {
        -webkit-animation: usp-list-xl-1-3 2.5s linear infinite;
        animation: usp-list-xl-1-3 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-1-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-1-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-1-4 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-1-4.animate .slide {
    -webkit-animation: usp-list-s-1-4 2.5s linear infinite;
    animation: usp-list-s-1-4 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-1-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-1-4 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-1-4 {
        display: block;
        height: 200px; }
    .usp-list .usp-blocks-list.usp-m-1-4.animate .slide {
        -webkit-animation: usp-list-m-1-4 2.5s linear infinite;
        animation: usp-list-m-1-4 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-1-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-1-4 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-1-4 {
        display: block;
        height: 200px; }
    .usp-list .usp-blocks-list.usp-l-1-4.animate .slide {
        -webkit-animation: usp-list-l-1-4 2.5s linear infinite;
        animation: usp-list-l-1-4 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-1-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-1-4 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-1-4 {
        display: block;
        height: 200px; }
    .usp-list .usp-blocks-list.usp-xl-1-4.animate .slide {
        -webkit-animation: usp-list-xl-1-4 2.5s linear infinite;
        animation: usp-list-xl-1-4 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-1-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-1-4 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-1-5 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-1-5.animate .slide {
    -webkit-animation: usp-list-s-1-5 2.5s linear infinite;
    animation: usp-list-s-1-5 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-1-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-1-5 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-1-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-m-1-5.animate .slide {
        -webkit-animation: usp-list-m-1-5 2.5s linear infinite;
        animation: usp-list-m-1-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-1-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-1-5 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-1-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-l-1-5.animate .slide {
        -webkit-animation: usp-list-l-1-5 2.5s linear infinite;
        animation: usp-list-l-1-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-1-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-1-5 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-1-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-xl-1-5.animate .slide {
        -webkit-animation: usp-list-xl-1-5 2.5s linear infinite;
        animation: usp-list-xl-1-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-1-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-1-5 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-1-6 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-1-6.animate .slide {
    -webkit-animation: usp-list-s-1-6 2.5s linear infinite;
    animation: usp-list-s-1-6 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-1-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-1-6 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-1-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-m-1-6.animate .slide {
        -webkit-animation: usp-list-m-1-6 2.5s linear infinite;
        animation: usp-list-m-1-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-1-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-1-6 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-1-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-l-1-6.animate .slide {
        -webkit-animation: usp-list-l-1-6 2.5s linear infinite;
        animation: usp-list-l-1-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-1-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-1-6 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-1-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-xl-1-6.animate .slide {
        -webkit-animation: usp-list-xl-1-6 2.5s linear infinite;
        animation: usp-list-xl-1-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-1-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-1-6 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-1-7 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-1-7.animate .slide {
    -webkit-animation: usp-list-s-1-7 2.5s linear infinite;
    animation: usp-list-s-1-7 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-1-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-1-7 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-1-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-m-1-7.animate .slide {
        -webkit-animation: usp-list-m-1-7 2.5s linear infinite;
        animation: usp-list-m-1-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-1-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-1-7 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-1-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-l-1-7.animate .slide {
        -webkit-animation: usp-list-l-1-7 2.5s linear infinite;
        animation: usp-list-l-1-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-1-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-1-7 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-1-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-xl-1-7.animate .slide {
        -webkit-animation: usp-list-xl-1-7 2.5s linear infinite;
        animation: usp-list-xl-1-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-1-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-1-7 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-1-8 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-1-8.animate .slide {
    -webkit-animation: usp-list-s-1-8 2.5s linear infinite;
    animation: usp-list-s-1-8 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-1-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-1-8 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-1-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-m-1-8.animate .slide {
        -webkit-animation: usp-list-m-1-8 2.5s linear infinite;
        animation: usp-list-m-1-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-1-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-1-8 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-1-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-l-1-8.animate .slide {
        -webkit-animation: usp-list-l-1-8 2.5s linear infinite;
        animation: usp-list-l-1-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-1-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-1-8 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-1-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-xl-1-8.animate .slide {
        -webkit-animation: usp-list-xl-1-8 2.5s linear infinite;
        animation: usp-list-xl-1-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-1-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-1-8 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media only screen {
    .usp-list .usp-blocks-list.usp-s-2-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-2-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-2-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-2-0 {
        display: none; } }
.usp-list .usp-blocks-list.usp-s-2-1 {
    display: block; }

@-webkit-keyframes usp-list-s-2-1 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-2-1 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-2-1.animate .slide {
    -webkit-animation: usp-list-s-2-1 5s linear infinite;
    animation: usp-list-s-2-1 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-2-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-2-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-m-2-1 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-2-1 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-2-1.animate .slide {
        -webkit-animation: usp-list-m-2-1 5s linear infinite;
        animation: usp-list-m-2-1 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-2-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-2-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-l-2-1 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-2-1 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-2-1.animate .slide {
        -webkit-animation: usp-list-l-2-1 5s linear infinite;
        animation: usp-list-l-2-1 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-2-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-2-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-xl-2-1 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-2-1 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-2-1.animate .slide {
        -webkit-animation: usp-list-xl-2-1 5s linear infinite;
        animation: usp-list-xl-2-1 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-2-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-2-2 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-2-2.animate .slide {
    -webkit-animation: usp-list-s-2-2 2.5s linear infinite;
    animation: usp-list-s-2-2 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-2-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-2-2 {
        display: block;
        height: 100px; }
    .usp-list .usp-blocks-list.usp-m-2-2.animate .slide {
        -webkit-animation: usp-list-m-2-2 2.5s linear infinite;
        animation: usp-list-m-2-2 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-2-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-2-2 {
        display: block;
        height: 100px; }
    .usp-list .usp-blocks-list.usp-l-2-2.animate .slide {
        -webkit-animation: usp-list-l-2-2 2.5s linear infinite;
        animation: usp-list-l-2-2 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-2-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-2-2 {
        display: block;
        height: 100px; }
    .usp-list .usp-blocks-list.usp-xl-2-2.animate .slide {
        -webkit-animation: usp-list-xl-2-2 2.5s linear infinite;
        animation: usp-list-xl-2-2 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-2-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-2-3 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-2-3.animate .slide {
    -webkit-animation: usp-list-s-2-3 2.5s linear infinite;
    animation: usp-list-s-2-3 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-2-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-3 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-list .usp-blocks-list.usp-s-2-3 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-2-3 .slide:nth-child(2) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-2-3 {
        display: block;
        height: 150px; }
    .usp-list .usp-blocks-list.usp-m-2-3.animate .slide {
        -webkit-animation: usp-list-m-2-3 2.5s linear infinite;
        animation: usp-list-m-2-3 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-2-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-m-2-3 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-2-3 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-2-3 {
        display: block;
        height: 150px; }
    .usp-list .usp-blocks-list.usp-l-2-3.animate .slide {
        -webkit-animation: usp-list-l-2-3 2.5s linear infinite;
        animation: usp-list-l-2-3 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-2-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-l-2-3 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-2-3 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-2-3 {
        display: block;
        height: 150px; }
    .usp-list .usp-blocks-list.usp-xl-2-3.animate .slide {
        -webkit-animation: usp-list-xl-2-3 2.5s linear infinite;
        animation: usp-list-xl-2-3 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-2-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-xl-2-3 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-2-3 .slide:nth-child(2) {
        left: 50%; } }
.usp-list .usp-blocks-list.usp-s-2-4 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-2-4.animate .slide {
    -webkit-animation: usp-list-s-2-4 2.5s linear infinite;
    animation: usp-list-s-2-4 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-2-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-4 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-list .usp-blocks-list.usp-s-2-4 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-2-4 .slide:nth-child(2) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-2-4 {
        display: block;
        height: 200px; }
    .usp-list .usp-blocks-list.usp-m-2-4.animate .slide {
        -webkit-animation: usp-list-m-2-4 2.5s linear infinite;
        animation: usp-list-m-2-4 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-2-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-4 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-m-2-4 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-2-4 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-2-4 {
        display: block;
        height: 200px; }
    .usp-list .usp-blocks-list.usp-l-2-4.animate .slide {
        -webkit-animation: usp-list-l-2-4 2.5s linear infinite;
        animation: usp-list-l-2-4 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-2-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-4 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-l-2-4 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-2-4 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-2-4 {
        display: block;
        height: 200px; }
    .usp-list .usp-blocks-list.usp-xl-2-4.animate .slide {
        -webkit-animation: usp-list-xl-2-4 2.5s linear infinite;
        animation: usp-list-xl-2-4 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-2-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-4 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-xl-2-4 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-2-4 .slide:nth-child(2) {
        left: 50%; } }
.usp-list .usp-blocks-list.usp-s-2-5 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-2-5.animate .slide {
    -webkit-animation: usp-list-s-2-5 2.5s linear infinite;
    animation: usp-list-s-2-5 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-2-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-5 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-list .usp-blocks-list.usp-s-2-5 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-2-5 .slide:nth-child(2) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-2-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-m-2-5.animate .slide {
        -webkit-animation: usp-list-m-2-5 2.5s linear infinite;
        animation: usp-list-m-2-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-2-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-5 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-m-2-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-2-5 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-2-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-l-2-5.animate .slide {
        -webkit-animation: usp-list-l-2-5 2.5s linear infinite;
        animation: usp-list-l-2-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-2-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-5 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-l-2-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-2-5 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-2-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-xl-2-5.animate .slide {
        -webkit-animation: usp-list-xl-2-5 2.5s linear infinite;
        animation: usp-list-xl-2-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-2-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-5 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-xl-2-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-2-5 .slide:nth-child(2) {
        left: 50%; } }
.usp-list .usp-blocks-list.usp-s-2-6 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-2-6.animate .slide {
    -webkit-animation: usp-list-s-2-6 2.5s linear infinite;
    animation: usp-list-s-2-6 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-2-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-6 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-list .usp-blocks-list.usp-s-2-6 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-2-6 .slide:nth-child(2) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-2-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-m-2-6.animate .slide {
        -webkit-animation: usp-list-m-2-6 2.5s linear infinite;
        animation: usp-list-m-2-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-2-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-6 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-m-2-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-2-6 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-2-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-l-2-6.animate .slide {
        -webkit-animation: usp-list-l-2-6 2.5s linear infinite;
        animation: usp-list-l-2-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-2-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-6 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-l-2-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-2-6 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-2-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-xl-2-6.animate .slide {
        -webkit-animation: usp-list-xl-2-6 2.5s linear infinite;
        animation: usp-list-xl-2-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-2-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-6 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-xl-2-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-2-6 .slide:nth-child(2) {
        left: 50%; } }
.usp-list .usp-blocks-list.usp-s-2-7 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-2-7.animate .slide {
    -webkit-animation: usp-list-s-2-7 2.5s linear infinite;
    animation: usp-list-s-2-7 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-2-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-7 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-list .usp-blocks-list.usp-s-2-7 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-2-7 .slide:nth-child(2) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-2-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-m-2-7.animate .slide {
        -webkit-animation: usp-list-m-2-7 2.5s linear infinite;
        animation: usp-list-m-2-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-2-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-7 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-m-2-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-2-7 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-2-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-l-2-7.animate .slide {
        -webkit-animation: usp-list-l-2-7 2.5s linear infinite;
        animation: usp-list-l-2-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-2-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-7 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-l-2-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-2-7 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-2-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-xl-2-7.animate .slide {
        -webkit-animation: usp-list-xl-2-7 2.5s linear infinite;
        animation: usp-list-xl-2-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-2-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-7 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-xl-2-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-2-7 .slide:nth-child(2) {
        left: 50%; } }
.usp-list .usp-blocks-list.usp-s-2-8 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-2-8.animate .slide {
    -webkit-animation: usp-list-s-2-8 2.5s linear infinite;
    animation: usp-list-s-2-8 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-2-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-2-8 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-list .usp-blocks-list.usp-s-2-8 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-2-8 .slide:nth-child(2) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-2-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-m-2-8.animate .slide {
        -webkit-animation: usp-list-m-2-8 2.5s linear infinite;
        animation: usp-list-m-2-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-2-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-2-8 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-m-2-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-2-8 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-2-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-l-2-8.animate .slide {
        -webkit-animation: usp-list-l-2-8 2.5s linear infinite;
        animation: usp-list-l-2-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-2-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-2-8 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-l-2-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-2-8 .slide:nth-child(2) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-2-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-xl-2-8.animate .slide {
        -webkit-animation: usp-list-xl-2-8 2.5s linear infinite;
        animation: usp-list-xl-2-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-2-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-2-8 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-xl-2-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-2-8 .slide:nth-child(2) {
        left: 50%; } }
@media only screen {
    .usp-list .usp-blocks-list.usp-s-3-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-3-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-3-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-3-0 {
        display: none; } }
.usp-list .usp-blocks-list.usp-s-3-1 {
    display: block; }

@-webkit-keyframes usp-list-s-3-1 {
    0% {
        left: 0;
        opacity: 1; }
    26.66667% {
        left: 0;
        opacity: 1; }
    33.33333% {
        left: -100%;
        opacity: 0; }
    34.33333% {
        left: 100%;
        opacity: 0; }
    93.33333% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-3-1 {
    0% {
        left: 0;
        opacity: 1; }
    26.66667% {
        left: 0;
        opacity: 1; }
    33.33333% {
        left: -100%;
        opacity: 0; }
    34.33333% {
        left: 100%;
        opacity: 0; }
    93.33333% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-3-1.animate .slide {
    -webkit-animation: usp-list-s-3-1 7.5s linear infinite;
    animation: usp-list-s-3-1 7.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-3-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-1 .slide:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 0px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-3-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-m-3-1 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-3-1 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-3-1.animate .slide {
        -webkit-animation: usp-list-m-3-1 7.5s linear infinite;
        animation: usp-list-m-3-1 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-3-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-3-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-l-3-1 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-3-1 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-3-1.animate .slide {
        -webkit-animation: usp-list-l-3-1 7.5s linear infinite;
        animation: usp-list-l-3-1 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-3-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-3-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-xl-3-1 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-3-1 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-3-1.animate .slide {
        -webkit-animation: usp-list-xl-3-1 7.5s linear infinite;
        animation: usp-list-xl-3-1 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-3-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-3-2 {
    display: block; }

@-webkit-keyframes usp-list-s-3-2 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-3-2 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-3-2.animate .slide {
    -webkit-animation: usp-list-s-3-2 5s linear infinite;
    animation: usp-list-s-3-2 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-3-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-2 .slide:nth-child(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-2 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-3-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-m-3-2 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-3-2 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-3-2.animate .slide {
        -webkit-animation: usp-list-m-3-2 5s linear infinite;
        animation: usp-list-m-3-2 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-3-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-3-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-l-3-2 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-3-2 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-3-2.animate .slide {
        -webkit-animation: usp-list-l-3-2 5s linear infinite;
        animation: usp-list-l-3-2 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-3-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-3-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-xl-3-2 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-3-2 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-3-2.animate .slide {
        -webkit-animation: usp-list-xl-3-2 5s linear infinite;
        animation: usp-list-xl-3-2 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-3-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-3-3 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-3-3.animate .slide {
    -webkit-animation: usp-list-s-3-3 2.5s linear infinite;
    animation: usp-list-s-3-3 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-3-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-3 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-3-3 {
        display: block;
        height: 150px; }
    .usp-list .usp-blocks-list.usp-m-3-3.animate .slide {
        -webkit-animation: usp-list-m-3-3 2.5s linear infinite;
        animation: usp-list-m-3-3 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-3-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-3-3 {
        display: block;
        height: 150px; }
    .usp-list .usp-blocks-list.usp-l-3-3.animate .slide {
        -webkit-animation: usp-list-l-3-3 2.5s linear infinite;
        animation: usp-list-l-3-3 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-3-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-3-3 {
        display: block;
        height: 150px; }
    .usp-list .usp-blocks-list.usp-xl-3-3.animate .slide {
        -webkit-animation: usp-list-xl-3-3 2.5s linear infinite;
        animation: usp-list-xl-3-3 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-3-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-3-4 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-3-4.animate .slide {
    -webkit-animation: usp-list-s-3-4 2.5s linear infinite;
    animation: usp-list-s-3-4 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-3-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-4 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-4 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-3-4 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-3-4 .slide:nth-child(2) {
    left: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-3-4 .slide:nth-child(3) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-3-4 {
        display: block;
        height: 200px; }
    .usp-list .usp-blocks-list.usp-m-3-4.animate .slide {
        -webkit-animation: usp-list-m-3-4 2.5s linear infinite;
        animation: usp-list-m-3-4 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-3-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-4 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-3-4 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-3-4 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-3-4 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-3-4 {
        display: block;
        height: 200px; }
    .usp-list .usp-blocks-list.usp-l-3-4.animate .slide {
        -webkit-animation: usp-list-l-3-4 2.5s linear infinite;
        animation: usp-list-l-3-4 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-3-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-4 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-3-4 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-3-4 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-3-4 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-3-4 {
        display: block;
        height: 200px; }
    .usp-list .usp-blocks-list.usp-xl-3-4.animate .slide {
        -webkit-animation: usp-list-xl-3-4 2.5s linear infinite;
        animation: usp-list-xl-3-4 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-3-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-4 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-3-4 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-3-4 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-3-4 .slide:nth-child(3) {
        left: 66.66667%; } }
.usp-list .usp-blocks-list.usp-s-3-5 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-3-5.animate .slide {
    -webkit-animation: usp-list-s-3-5 2.5s linear infinite;
    animation: usp-list-s-3-5 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-3-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-5 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-5 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-3-5 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-3-5 .slide:nth-child(2) {
    left: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-3-5 .slide:nth-child(3) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-3-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-m-3-5.animate .slide {
        -webkit-animation: usp-list-m-3-5 2.5s linear infinite;
        animation: usp-list-m-3-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-3-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-5 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-3-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-3-5 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-3-5 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-3-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-l-3-5.animate .slide {
        -webkit-animation: usp-list-l-3-5 2.5s linear infinite;
        animation: usp-list-l-3-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-3-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-5 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-3-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-3-5 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-3-5 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-3-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-xl-3-5.animate .slide {
        -webkit-animation: usp-list-xl-3-5 2.5s linear infinite;
        animation: usp-list-xl-3-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-3-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-5 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-3-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-3-5 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-3-5 .slide:nth-child(3) {
        left: 66.66667%; } }
.usp-list .usp-blocks-list.usp-s-3-6 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-3-6.animate .slide {
    -webkit-animation: usp-list-s-3-6 2.5s linear infinite;
    animation: usp-list-s-3-6 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-3-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-6 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-6 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-3-6 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-3-6 .slide:nth-child(2) {
    left: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-3-6 .slide:nth-child(3) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-3-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-m-3-6.animate .slide {
        -webkit-animation: usp-list-m-3-6 2.5s linear infinite;
        animation: usp-list-m-3-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-3-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-6 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-3-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-3-6 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-3-6 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-3-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-l-3-6.animate .slide {
        -webkit-animation: usp-list-l-3-6 2.5s linear infinite;
        animation: usp-list-l-3-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-3-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-6 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-3-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-3-6 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-3-6 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-3-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-xl-3-6.animate .slide {
        -webkit-animation: usp-list-xl-3-6 2.5s linear infinite;
        animation: usp-list-xl-3-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-3-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-6 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-3-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-3-6 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-3-6 .slide:nth-child(3) {
        left: 66.66667%; } }
.usp-list .usp-blocks-list.usp-s-3-7 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-3-7.animate .slide {
    -webkit-animation: usp-list-s-3-7 2.5s linear infinite;
    animation: usp-list-s-3-7 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-3-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-7 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-7 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-3-7 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-3-7 .slide:nth-child(2) {
    left: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-3-7 .slide:nth-child(3) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-3-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-m-3-7.animate .slide {
        -webkit-animation: usp-list-m-3-7 2.5s linear infinite;
        animation: usp-list-m-3-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-3-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-7 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-3-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-3-7 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-3-7 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-3-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-l-3-7.animate .slide {
        -webkit-animation: usp-list-l-3-7 2.5s linear infinite;
        animation: usp-list-l-3-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-3-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-7 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-3-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-3-7 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-3-7 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-3-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-xl-3-7.animate .slide {
        -webkit-animation: usp-list-xl-3-7 2.5s linear infinite;
        animation: usp-list-xl-3-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-3-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-7 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-3-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-3-7 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-3-7 .slide:nth-child(3) {
        left: 66.66667%; } }
.usp-list .usp-blocks-list.usp-s-3-8 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-3-8.animate .slide {
    -webkit-animation: usp-list-s-3-8 2.5s linear infinite;
    animation: usp-list-s-3-8 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-3-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-8 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-3-8 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-3-8 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-3-8 .slide:nth-child(2) {
    left: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-3-8 .slide:nth-child(3) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-3-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-m-3-8.animate .slide {
        -webkit-animation: usp-list-m-3-8 2.5s linear infinite;
        animation: usp-list-m-3-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-3-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-3-8 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-3-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-3-8 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-3-8 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-3-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-l-3-8.animate .slide {
        -webkit-animation: usp-list-l-3-8 2.5s linear infinite;
        animation: usp-list-l-3-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-3-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-3-8 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-3-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-3-8 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-3-8 .slide:nth-child(3) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-3-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-xl-3-8.animate .slide {
        -webkit-animation: usp-list-xl-3-8 2.5s linear infinite;
        animation: usp-list-xl-3-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-3-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-3-8 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-3-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-3-8 .slide:nth-child(2) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-3-8 .slide:nth-child(3) {
        left: 66.66667%; } }
@media only screen {
    .usp-list .usp-blocks-list.usp-s-4-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-4-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-4-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-4-0 {
        display: none; } }
.usp-list .usp-blocks-list.usp-s-4-1 {
    display: block; }

@-webkit-keyframes usp-list-s-4-1 {
    0% {
        left: 0;
        opacity: 1; }
    20% {
        left: 0;
        opacity: 1; }
    25% {
        left: -100%;
        opacity: 0; }
    26% {
        left: 100%;
        opacity: 0; }
    95% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-4-1 {
    0% {
        left: 0;
        opacity: 1; }
    20% {
        left: 0;
        opacity: 1; }
    25% {
        left: -100%;
        opacity: 0; }
    26% {
        left: 100%;
        opacity: 0; }
    95% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-4-1.animate .slide {
    -webkit-animation: usp-list-s-4-1 10s linear infinite;
    animation: usp-list-s-4-1 10s linear infinite; }
.usp-list .usp-blocks-list.usp-s-4-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-1 .slide:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-1 .slide:nth-child(4) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-4-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-m-4-1 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-4-1 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-4-1.animate .slide {
        -webkit-animation: usp-list-m-4-1 10s linear infinite;
        animation: usp-list-m-4-1 10s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-4-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-4-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-l-4-1 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-4-1 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-4-1.animate .slide {
        -webkit-animation: usp-list-l-4-1 10s linear infinite;
        animation: usp-list-l-4-1 10s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-4-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-4-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-xl-4-1 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-4-1 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-4-1.animate .slide {
        -webkit-animation: usp-list-xl-4-1 10s linear infinite;
        animation: usp-list-xl-4-1 10s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-4-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-4-2 {
    display: block; }

@-webkit-keyframes usp-list-s-4-2 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-4-2 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-4-2.animate .slide {
    -webkit-animation: usp-list-s-4-2 5s linear infinite;
    animation: usp-list-s-4-2 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-4-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-2 .slide:nth-child(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-2 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-4-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-m-4-2 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-4-2 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-4-2.animate .slide {
        -webkit-animation: usp-list-m-4-2 5s linear infinite;
        animation: usp-list-m-4-2 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-4-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-4-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-l-4-2 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-4-2 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-4-2.animate .slide {
        -webkit-animation: usp-list-l-4-2 5s linear infinite;
        animation: usp-list-l-4-2 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-4-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-4-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-xl-4-2 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-4-2 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-4-2.animate .slide {
        -webkit-animation: usp-list-xl-4-2 5s linear infinite;
        animation: usp-list-xl-4-2 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-4-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-4-3 {
    display: block; }

@-webkit-keyframes usp-list-s-4-3 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-4-3 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-4-3.animate .slide {
    -webkit-animation: usp-list-s-4-3 5s linear infinite;
    animation: usp-list-s-4-3 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-4-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-3 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-3 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-3 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-4-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-m-4-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-4-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-4-3.animate .slide {
        -webkit-animation: usp-list-m-4-3 5s linear infinite;
        animation: usp-list-m-4-3 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-4-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-4-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-l-4-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-4-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-4-3.animate .slide {
        -webkit-animation: usp-list-l-4-3 5s linear infinite;
        animation: usp-list-l-4-3 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-4-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-4-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-xl-4-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-4-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-4-3.animate .slide {
        -webkit-animation: usp-list-xl-4-3 5s linear infinite;
        animation: usp-list-xl-4-3 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-4-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-4-4 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-4-4.animate .slide {
    -webkit-animation: usp-list-s-4-4 2.5s linear infinite;
    animation: usp-list-s-4-4 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-4-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-4 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-4 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-4-4 {
        display: block;
        height: 200px; }
    .usp-list .usp-blocks-list.usp-m-4-4.animate .slide {
        -webkit-animation: usp-list-m-4-4 2.5s linear infinite;
        animation: usp-list-m-4-4 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-4-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-4-4 {
        display: block;
        height: 200px; }
    .usp-list .usp-blocks-list.usp-l-4-4.animate .slide {
        -webkit-animation: usp-list-l-4-4 2.5s linear infinite;
        animation: usp-list-l-4-4 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-4-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-4-4 {
        display: block;
        height: 200px; }
    .usp-list .usp-blocks-list.usp-xl-4-4.animate .slide {
        -webkit-animation: usp-list-xl-4-4 2.5s linear infinite;
        animation: usp-list-xl-4-4 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-4-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-4-5 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-4-5.animate .slide {
    -webkit-animation: usp-list-s-4-5 2.5s linear infinite;
    animation: usp-list-s-4-5 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-4-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-5 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-5 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-5 .slide:nth-last-child(-n+4) {
    width: 25%; }
.usp-list .usp-blocks-list.usp-s-4-5 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-4-5 .slide:nth-child(2) {
    left: 25%; }
.usp-list .usp-blocks-list.usp-s-4-5 .slide:nth-child(3) {
    left: 50%; }
.usp-list .usp-blocks-list.usp-s-4-5 .slide:nth-child(4) {
    left: 75%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-4-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-m-4-5.animate .slide {
        -webkit-animation: usp-list-m-4-5 2.5s linear infinite;
        animation: usp-list-m-4-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-4-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-5 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-list .usp-blocks-list.usp-m-4-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-4-5 .slide:nth-child(2) {
        left: 25%; }
    .usp-list .usp-blocks-list.usp-m-4-5 .slide:nth-child(3) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-m-4-5 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-4-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-l-4-5.animate .slide {
        -webkit-animation: usp-list-l-4-5 2.5s linear infinite;
        animation: usp-list-l-4-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-4-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-5 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-list .usp-blocks-list.usp-l-4-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-4-5 .slide:nth-child(2) {
        left: 25%; }
    .usp-list .usp-blocks-list.usp-l-4-5 .slide:nth-child(3) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-l-4-5 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-4-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-xl-4-5.animate .slide {
        -webkit-animation: usp-list-xl-4-5 2.5s linear infinite;
        animation: usp-list-xl-4-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-4-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-5 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-list .usp-blocks-list.usp-xl-4-5 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-4-5 .slide:nth-child(2) {
        left: 25%; }
    .usp-list .usp-blocks-list.usp-xl-4-5 .slide:nth-child(3) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-xl-4-5 .slide:nth-child(4) {
        left: 75%; } }
.usp-list .usp-blocks-list.usp-s-4-6 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-4-6.animate .slide {
    -webkit-animation: usp-list-s-4-6 2.5s linear infinite;
    animation: usp-list-s-4-6 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-4-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-6 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-6 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-6 .slide:nth-last-child(-n+4) {
    width: 25%; }
.usp-list .usp-blocks-list.usp-s-4-6 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-4-6 .slide:nth-child(2) {
    left: 25%; }
.usp-list .usp-blocks-list.usp-s-4-6 .slide:nth-child(3) {
    left: 50%; }
.usp-list .usp-blocks-list.usp-s-4-6 .slide:nth-child(4) {
    left: 75%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-4-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-m-4-6.animate .slide {
        -webkit-animation: usp-list-m-4-6 2.5s linear infinite;
        animation: usp-list-m-4-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-4-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-6 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-list .usp-blocks-list.usp-m-4-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-4-6 .slide:nth-child(2) {
        left: 25%; }
    .usp-list .usp-blocks-list.usp-m-4-6 .slide:nth-child(3) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-m-4-6 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-4-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-l-4-6.animate .slide {
        -webkit-animation: usp-list-l-4-6 2.5s linear infinite;
        animation: usp-list-l-4-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-4-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-6 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-list .usp-blocks-list.usp-l-4-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-4-6 .slide:nth-child(2) {
        left: 25%; }
    .usp-list .usp-blocks-list.usp-l-4-6 .slide:nth-child(3) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-l-4-6 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-4-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-xl-4-6.animate .slide {
        -webkit-animation: usp-list-xl-4-6 2.5s linear infinite;
        animation: usp-list-xl-4-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-4-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-6 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-list .usp-blocks-list.usp-xl-4-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-4-6 .slide:nth-child(2) {
        left: 25%; }
    .usp-list .usp-blocks-list.usp-xl-4-6 .slide:nth-child(3) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-xl-4-6 .slide:nth-child(4) {
        left: 75%; } }
.usp-list .usp-blocks-list.usp-s-4-7 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-4-7.animate .slide {
    -webkit-animation: usp-list-s-4-7 2.5s linear infinite;
    animation: usp-list-s-4-7 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-4-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-7 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-7 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-7 .slide:nth-last-child(-n+4) {
    width: 25%; }
.usp-list .usp-blocks-list.usp-s-4-7 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-4-7 .slide:nth-child(2) {
    left: 25%; }
.usp-list .usp-blocks-list.usp-s-4-7 .slide:nth-child(3) {
    left: 50%; }
.usp-list .usp-blocks-list.usp-s-4-7 .slide:nth-child(4) {
    left: 75%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-4-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-m-4-7.animate .slide {
        -webkit-animation: usp-list-m-4-7 2.5s linear infinite;
        animation: usp-list-m-4-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-4-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-7 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-list .usp-blocks-list.usp-m-4-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-4-7 .slide:nth-child(2) {
        left: 25%; }
    .usp-list .usp-blocks-list.usp-m-4-7 .slide:nth-child(3) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-m-4-7 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-4-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-l-4-7.animate .slide {
        -webkit-animation: usp-list-l-4-7 2.5s linear infinite;
        animation: usp-list-l-4-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-4-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-7 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-list .usp-blocks-list.usp-l-4-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-4-7 .slide:nth-child(2) {
        left: 25%; }
    .usp-list .usp-blocks-list.usp-l-4-7 .slide:nth-child(3) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-l-4-7 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-4-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-xl-4-7.animate .slide {
        -webkit-animation: usp-list-xl-4-7 2.5s linear infinite;
        animation: usp-list-xl-4-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-4-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-7 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-list .usp-blocks-list.usp-xl-4-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-4-7 .slide:nth-child(2) {
        left: 25%; }
    .usp-list .usp-blocks-list.usp-xl-4-7 .slide:nth-child(3) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-xl-4-7 .slide:nth-child(4) {
        left: 75%; } }
.usp-list .usp-blocks-list.usp-s-4-8 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-4-8.animate .slide {
    -webkit-animation: usp-list-s-4-8 2.5s linear infinite;
    animation: usp-list-s-4-8 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-4-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-8 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-8 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-4-8 .slide:nth-last-child(-n+4) {
    width: 25%; }
.usp-list .usp-blocks-list.usp-s-4-8 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-4-8 .slide:nth-child(2) {
    left: 25%; }
.usp-list .usp-blocks-list.usp-s-4-8 .slide:nth-child(3) {
    left: 50%; }
.usp-list .usp-blocks-list.usp-s-4-8 .slide:nth-child(4) {
    left: 75%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-4-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-m-4-8.animate .slide {
        -webkit-animation: usp-list-m-4-8 2.5s linear infinite;
        animation: usp-list-m-4-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-4-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-4-8 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-list .usp-blocks-list.usp-m-4-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-4-8 .slide:nth-child(2) {
        left: 25%; }
    .usp-list .usp-blocks-list.usp-m-4-8 .slide:nth-child(3) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-m-4-8 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-4-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-l-4-8.animate .slide {
        -webkit-animation: usp-list-l-4-8 2.5s linear infinite;
        animation: usp-list-l-4-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-4-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-4-8 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-list .usp-blocks-list.usp-l-4-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-4-8 .slide:nth-child(2) {
        left: 25%; }
    .usp-list .usp-blocks-list.usp-l-4-8 .slide:nth-child(3) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-l-4-8 .slide:nth-child(4) {
        left: 75%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-4-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-xl-4-8.animate .slide {
        -webkit-animation: usp-list-xl-4-8 2.5s linear infinite;
        animation: usp-list-xl-4-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-4-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-4-8 .slide:nth-last-child(-n+4) {
        width: 25%; }
    .usp-list .usp-blocks-list.usp-xl-4-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-4-8 .slide:nth-child(2) {
        left: 25%; }
    .usp-list .usp-blocks-list.usp-xl-4-8 .slide:nth-child(3) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-xl-4-8 .slide:nth-child(4) {
        left: 75%; } }
@media only screen {
    .usp-list .usp-blocks-list.usp-s-5-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-5-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-5-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-5-0 {
        display: none; } }
.usp-list .usp-blocks-list.usp-s-5-1 {
    display: block; }

@-webkit-keyframes usp-list-s-5-1 {
    0% {
        left: 0;
        opacity: 1; }
    16% {
        left: 0;
        opacity: 1; }
    20% {
        left: -100%;
        opacity: 0; }
    21% {
        left: 100%;
        opacity: 0; }
    96% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-5-1 {
    0% {
        left: 0;
        opacity: 1; }
    16% {
        left: 0;
        opacity: 1; }
    20% {
        left: -100%;
        opacity: 0; }
    21% {
        left: 100%;
        opacity: 0; }
    96% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-5-1.animate .slide {
    -webkit-animation: usp-list-s-5-1 12.5s linear infinite;
    animation: usp-list-s-5-1 12.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-5-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-1 .slide:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-1 .slide:nth-child(4) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-1 .slide:nth-child(5) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    left: 100%;
    top: 0px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-5-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-m-5-1 {
        0% {
            left: 0;
            opacity: 1; }
        16% {
            left: 0;
            opacity: 1; }
        20% {
            left: -100%;
            opacity: 0; }
        21% {
            left: 100%;
            opacity: 0; }
        96% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-5-1 {
        0% {
            left: 0;
            opacity: 1; }
        16% {
            left: 0;
            opacity: 1; }
        20% {
            left: -100%;
            opacity: 0; }
        21% {
            left: 100%;
            opacity: 0; }
        96% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-5-1.animate .slide {
        -webkit-animation: usp-list-m-5-1 12.5s linear infinite;
        animation: usp-list-m-5-1 12.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-5-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-5-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-l-5-1 {
        0% {
            left: 0;
            opacity: 1; }
        16% {
            left: 0;
            opacity: 1; }
        20% {
            left: -100%;
            opacity: 0; }
        21% {
            left: 100%;
            opacity: 0; }
        96% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-5-1 {
        0% {
            left: 0;
            opacity: 1; }
        16% {
            left: 0;
            opacity: 1; }
        20% {
            left: -100%;
            opacity: 0; }
        21% {
            left: 100%;
            opacity: 0; }
        96% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-5-1.animate .slide {
        -webkit-animation: usp-list-l-5-1 12.5s linear infinite;
        animation: usp-list-l-5-1 12.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-5-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-5-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-xl-5-1 {
        0% {
            left: 0;
            opacity: 1; }
        16% {
            left: 0;
            opacity: 1; }
        20% {
            left: -100%;
            opacity: 0; }
        21% {
            left: 100%;
            opacity: 0; }
        96% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-5-1 {
        0% {
            left: 0;
            opacity: 1; }
        16% {
            left: 0;
            opacity: 1; }
        20% {
            left: -100%;
            opacity: 0; }
        21% {
            left: 100%;
            opacity: 0; }
        96% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-5-1.animate .slide {
        -webkit-animation: usp-list-xl-5-1 12.5s linear infinite;
        animation: usp-list-xl-5-1 12.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-5-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 100%;
        top: 0px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-5-2 {
    display: block; }

@-webkit-keyframes usp-list-s-5-2 {
    0% {
        left: 0;
        opacity: 1; }
    26.66667% {
        left: 0;
        opacity: 1; }
    33.33333% {
        left: -100%;
        opacity: 0; }
    34.33333% {
        left: 100%;
        opacity: 0; }
    93.33333% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-5-2 {
    0% {
        left: 0;
        opacity: 1; }
    26.66667% {
        left: 0;
        opacity: 1; }
    33.33333% {
        left: -100%;
        opacity: 0; }
    34.33333% {
        left: 100%;
        opacity: 0; }
    93.33333% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-5-2.animate .slide {
    -webkit-animation: usp-list-s-5-2 7.5s linear infinite;
    animation: usp-list-s-5-2 7.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-5-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-2 .slide:nth-child(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-2 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-2 .slide:nth-child(5) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-2 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-5-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-m-5-2 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-5-2 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-5-2.animate .slide {
        -webkit-animation: usp-list-m-5-2 7.5s linear infinite;
        animation: usp-list-m-5-2 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-5-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-5-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-l-5-2 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-5-2 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-5-2.animate .slide {
        -webkit-animation: usp-list-l-5-2 7.5s linear infinite;
        animation: usp-list-l-5-2 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-5-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-5-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-xl-5-2 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-5-2 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-5-2.animate .slide {
        -webkit-animation: usp-list-xl-5-2 7.5s linear infinite;
        animation: usp-list-xl-5-2 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-5-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-5-3 {
    display: block; }

@-webkit-keyframes usp-list-s-5-3 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-5-3 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-5-3.animate .slide {
    -webkit-animation: usp-list-s-5-3 5s linear infinite;
    animation: usp-list-s-5-3 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-5-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-3 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-3 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-3 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-3 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-list .usp-blocks-list.usp-s-5-3 .slide:nth-child(4) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-5-3 .slide:nth-child(5) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-5-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-m-5-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-5-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-5-3.animate .slide {
        -webkit-animation: usp-list-m-5-3 5s linear infinite;
        animation: usp-list-m-5-3 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-5-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-m-5-3 .slide:nth-child(4) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-5-3 .slide:nth-child(5) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-5-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-l-5-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-5-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-5-3.animate .slide {
        -webkit-animation: usp-list-l-5-3 5s linear infinite;
        animation: usp-list-l-5-3 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-5-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-l-5-3 .slide:nth-child(4) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-5-3 .slide:nth-child(5) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-5-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-xl-5-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-5-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-5-3.animate .slide {
        -webkit-animation: usp-list-xl-5-3 5s linear infinite;
        animation: usp-list-xl-5-3 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-5-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-xl-5-3 .slide:nth-child(4) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-5-3 .slide:nth-child(5) {
        left: 50%; } }
.usp-list .usp-blocks-list.usp-s-5-4 {
    display: block; }

@-webkit-keyframes usp-list-s-5-4 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-5-4 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-5-4.animate .slide {
    -webkit-animation: usp-list-s-5-4 5s linear infinite;
    animation: usp-list-s-5-4 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-5-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-4 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-4 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-4 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-4 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-5-4 {
        display: block;
        height: 200px; }
    @-webkit-keyframes usp-list-m-5-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-5-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-5-4.animate .slide {
        -webkit-animation: usp-list-m-5-4 5s linear infinite;
        animation: usp-list-m-5-4 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-5-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-4 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-5-4 {
        display: block;
        height: 200px; }
    @-webkit-keyframes usp-list-l-5-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-5-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-5-4.animate .slide {
        -webkit-animation: usp-list-l-5-4 5s linear infinite;
        animation: usp-list-l-5-4 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-5-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-4 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-5-4 {
        display: block;
        height: 200px; }
    @-webkit-keyframes usp-list-xl-5-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-5-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-5-4.animate .slide {
        -webkit-animation: usp-list-xl-5-4 5s linear infinite;
        animation: usp-list-xl-5-4 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-5-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-4 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-5-5 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-5-5.animate .slide {
    -webkit-animation: usp-list-s-5-5 2.5s linear infinite;
    animation: usp-list-s-5-5 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-5-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-5 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-5 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-5 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-5-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-m-5-5.animate .slide {
        -webkit-animation: usp-list-m-5-5 2.5s linear infinite;
        animation: usp-list-m-5-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-5-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-5-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-l-5-5.animate .slide {
        -webkit-animation: usp-list-l-5-5 2.5s linear infinite;
        animation: usp-list-l-5-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-5-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-5-5 {
        display: block;
        height: 250px; }
    .usp-list .usp-blocks-list.usp-xl-5-5.animate .slide {
        -webkit-animation: usp-list-xl-5-5 2.5s linear infinite;
        animation: usp-list-xl-5-5 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-5-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-5-6 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-5-6.animate .slide {
    -webkit-animation: usp-list-s-5-6 2.5s linear infinite;
    animation: usp-list-s-5-6 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-5-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-6 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-6 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-6 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-6 .slide:nth-last-child(-n+5) {
    width: 20%; }
.usp-list .usp-blocks-list.usp-s-5-6 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-5-6 .slide:nth-child(2) {
    left: 20%; }
.usp-list .usp-blocks-list.usp-s-5-6 .slide:nth-child(3) {
    left: 40%; }
.usp-list .usp-blocks-list.usp-s-5-6 .slide:nth-child(4) {
    left: 60%; }
.usp-list .usp-blocks-list.usp-s-5-6 .slide:nth-child(5) {
    left: 80%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-5-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-m-5-6.animate .slide {
        -webkit-animation: usp-list-m-5-6 2.5s linear infinite;
        animation: usp-list-m-5-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-5-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-6 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-list .usp-blocks-list.usp-m-5-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-5-6 .slide:nth-child(2) {
        left: 20%; }
    .usp-list .usp-blocks-list.usp-m-5-6 .slide:nth-child(3) {
        left: 40%; }
    .usp-list .usp-blocks-list.usp-m-5-6 .slide:nth-child(4) {
        left: 60%; }
    .usp-list .usp-blocks-list.usp-m-5-6 .slide:nth-child(5) {
        left: 80%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-5-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-l-5-6.animate .slide {
        -webkit-animation: usp-list-l-5-6 2.5s linear infinite;
        animation: usp-list-l-5-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-5-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-6 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-list .usp-blocks-list.usp-l-5-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-5-6 .slide:nth-child(2) {
        left: 20%; }
    .usp-list .usp-blocks-list.usp-l-5-6 .slide:nth-child(3) {
        left: 40%; }
    .usp-list .usp-blocks-list.usp-l-5-6 .slide:nth-child(4) {
        left: 60%; }
    .usp-list .usp-blocks-list.usp-l-5-6 .slide:nth-child(5) {
        left: 80%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-5-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-xl-5-6.animate .slide {
        -webkit-animation: usp-list-xl-5-6 2.5s linear infinite;
        animation: usp-list-xl-5-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-5-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-6 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-list .usp-blocks-list.usp-xl-5-6 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-5-6 .slide:nth-child(2) {
        left: 20%; }
    .usp-list .usp-blocks-list.usp-xl-5-6 .slide:nth-child(3) {
        left: 40%; }
    .usp-list .usp-blocks-list.usp-xl-5-6 .slide:nth-child(4) {
        left: 60%; }
    .usp-list .usp-blocks-list.usp-xl-5-6 .slide:nth-child(5) {
        left: 80%; } }
.usp-list .usp-blocks-list.usp-s-5-7 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-5-7.animate .slide {
    -webkit-animation: usp-list-s-5-7 2.5s linear infinite;
    animation: usp-list-s-5-7 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-5-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-7 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-7 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-7 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-7 .slide:nth-last-child(-n+5) {
    width: 20%; }
.usp-list .usp-blocks-list.usp-s-5-7 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-5-7 .slide:nth-child(2) {
    left: 20%; }
.usp-list .usp-blocks-list.usp-s-5-7 .slide:nth-child(3) {
    left: 40%; }
.usp-list .usp-blocks-list.usp-s-5-7 .slide:nth-child(4) {
    left: 60%; }
.usp-list .usp-blocks-list.usp-s-5-7 .slide:nth-child(5) {
    left: 80%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-5-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-m-5-7.animate .slide {
        -webkit-animation: usp-list-m-5-7 2.5s linear infinite;
        animation: usp-list-m-5-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-5-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-7 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-list .usp-blocks-list.usp-m-5-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-5-7 .slide:nth-child(2) {
        left: 20%; }
    .usp-list .usp-blocks-list.usp-m-5-7 .slide:nth-child(3) {
        left: 40%; }
    .usp-list .usp-blocks-list.usp-m-5-7 .slide:nth-child(4) {
        left: 60%; }
    .usp-list .usp-blocks-list.usp-m-5-7 .slide:nth-child(5) {
        left: 80%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-5-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-l-5-7.animate .slide {
        -webkit-animation: usp-list-l-5-7 2.5s linear infinite;
        animation: usp-list-l-5-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-5-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-7 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-list .usp-blocks-list.usp-l-5-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-5-7 .slide:nth-child(2) {
        left: 20%; }
    .usp-list .usp-blocks-list.usp-l-5-7 .slide:nth-child(3) {
        left: 40%; }
    .usp-list .usp-blocks-list.usp-l-5-7 .slide:nth-child(4) {
        left: 60%; }
    .usp-list .usp-blocks-list.usp-l-5-7 .slide:nth-child(5) {
        left: 80%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-5-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-xl-5-7.animate .slide {
        -webkit-animation: usp-list-xl-5-7 2.5s linear infinite;
        animation: usp-list-xl-5-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-5-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-7 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-list .usp-blocks-list.usp-xl-5-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-5-7 .slide:nth-child(2) {
        left: 20%; }
    .usp-list .usp-blocks-list.usp-xl-5-7 .slide:nth-child(3) {
        left: 40%; }
    .usp-list .usp-blocks-list.usp-xl-5-7 .slide:nth-child(4) {
        left: 60%; }
    .usp-list .usp-blocks-list.usp-xl-5-7 .slide:nth-child(5) {
        left: 80%; } }
.usp-list .usp-blocks-list.usp-s-5-8 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-5-8.animate .slide {
    -webkit-animation: usp-list-s-5-8 2.5s linear infinite;
    animation: usp-list-s-5-8 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-5-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-8 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-8 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-8 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-5-8 .slide:nth-last-child(-n+5) {
    width: 20%; }
.usp-list .usp-blocks-list.usp-s-5-8 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-5-8 .slide:nth-child(2) {
    left: 20%; }
.usp-list .usp-blocks-list.usp-s-5-8 .slide:nth-child(3) {
    left: 40%; }
.usp-list .usp-blocks-list.usp-s-5-8 .slide:nth-child(4) {
    left: 60%; }
.usp-list .usp-blocks-list.usp-s-5-8 .slide:nth-child(5) {
    left: 80%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-5-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-m-5-8.animate .slide {
        -webkit-animation: usp-list-m-5-8 2.5s linear infinite;
        animation: usp-list-m-5-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-5-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-5-8 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-list .usp-blocks-list.usp-m-5-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-5-8 .slide:nth-child(2) {
        left: 20%; }
    .usp-list .usp-blocks-list.usp-m-5-8 .slide:nth-child(3) {
        left: 40%; }
    .usp-list .usp-blocks-list.usp-m-5-8 .slide:nth-child(4) {
        left: 60%; }
    .usp-list .usp-blocks-list.usp-m-5-8 .slide:nth-child(5) {
        left: 80%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-5-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-l-5-8.animate .slide {
        -webkit-animation: usp-list-l-5-8 2.5s linear infinite;
        animation: usp-list-l-5-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-5-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-5-8 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-list .usp-blocks-list.usp-l-5-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-5-8 .slide:nth-child(2) {
        left: 20%; }
    .usp-list .usp-blocks-list.usp-l-5-8 .slide:nth-child(3) {
        left: 40%; }
    .usp-list .usp-blocks-list.usp-l-5-8 .slide:nth-child(4) {
        left: 60%; }
    .usp-list .usp-blocks-list.usp-l-5-8 .slide:nth-child(5) {
        left: 80%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-5-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-xl-5-8.animate .slide {
        -webkit-animation: usp-list-xl-5-8 2.5s linear infinite;
        animation: usp-list-xl-5-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-5-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-5-8 .slide:nth-last-child(-n+5) {
        width: 20%; }
    .usp-list .usp-blocks-list.usp-xl-5-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-5-8 .slide:nth-child(2) {
        left: 20%; }
    .usp-list .usp-blocks-list.usp-xl-5-8 .slide:nth-child(3) {
        left: 40%; }
    .usp-list .usp-blocks-list.usp-xl-5-8 .slide:nth-child(4) {
        left: 60%; }
    .usp-list .usp-blocks-list.usp-xl-5-8 .slide:nth-child(5) {
        left: 80%; } }
@media only screen {
    .usp-list .usp-blocks-list.usp-s-6-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-6-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-6-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-6-0 {
        display: none; } }
.usp-list .usp-blocks-list.usp-s-6-1 {
    display: block; }

@-webkit-keyframes usp-list-s-6-1 {
    0% {
        left: 0;
        opacity: 1; }
    13.33333% {
        left: 0;
        opacity: 1; }
    16.66667% {
        left: -100%;
        opacity: 0; }
    17.66667% {
        left: 100%;
        opacity: 0; }
    96.66667% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-6-1 {
    0% {
        left: 0;
        opacity: 1; }
    13.33333% {
        left: 0;
        opacity: 1; }
    16.66667% {
        left: -100%;
        opacity: 0; }
    17.66667% {
        left: 100%;
        opacity: 0; }
    96.66667% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-6-1.animate .slide {
    -webkit-animation: usp-list-s-6-1 15s linear infinite;
    animation: usp-list-s-6-1 15s linear infinite; }
.usp-list .usp-blocks-list.usp-s-6-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-1 .slide:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-1 .slide:nth-child(4) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-1 .slide:nth-child(5) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-1 .slide:nth-child(6) {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-6-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-m-6-1 {
        0% {
            left: 0;
            opacity: 1; }
        13.33333% {
            left: 0;
            opacity: 1; }
        16.66667% {
            left: -100%;
            opacity: 0; }
        17.66667% {
            left: 100%;
            opacity: 0; }
        96.66667% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-6-1 {
        0% {
            left: 0;
            opacity: 1; }
        13.33333% {
            left: 0;
            opacity: 1; }
        16.66667% {
            left: -100%;
            opacity: 0; }
        17.66667% {
            left: 100%;
            opacity: 0; }
        96.66667% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-6-1.animate .slide {
        -webkit-animation: usp-list-m-6-1 15s linear infinite;
        animation: usp-list-m-6-1 15s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-6-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-6-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-l-6-1 {
        0% {
            left: 0;
            opacity: 1; }
        13.33333% {
            left: 0;
            opacity: 1; }
        16.66667% {
            left: -100%;
            opacity: 0; }
        17.66667% {
            left: 100%;
            opacity: 0; }
        96.66667% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-6-1 {
        0% {
            left: 0;
            opacity: 1; }
        13.33333% {
            left: 0;
            opacity: 1; }
        16.66667% {
            left: -100%;
            opacity: 0; }
        17.66667% {
            left: 100%;
            opacity: 0; }
        96.66667% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-6-1.animate .slide {
        -webkit-animation: usp-list-l-6-1 15s linear infinite;
        animation: usp-list-l-6-1 15s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-6-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-6-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-xl-6-1 {
        0% {
            left: 0;
            opacity: 1; }
        13.33333% {
            left: 0;
            opacity: 1; }
        16.66667% {
            left: -100%;
            opacity: 0; }
        17.66667% {
            left: 100%;
            opacity: 0; }
        96.66667% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-6-1 {
        0% {
            left: 0;
            opacity: 1; }
        13.33333% {
            left: 0;
            opacity: 1; }
        16.66667% {
            left: -100%;
            opacity: 0; }
        17.66667% {
            left: 100%;
            opacity: 0; }
        96.66667% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-6-1.animate .slide {
        -webkit-animation: usp-list-xl-6-1 15s linear infinite;
        animation: usp-list-xl-6-1 15s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-6-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-6-2 {
    display: block; }

@-webkit-keyframes usp-list-s-6-2 {
    0% {
        left: 0;
        opacity: 1; }
    26.66667% {
        left: 0;
        opacity: 1; }
    33.33333% {
        left: -100%;
        opacity: 0; }
    34.33333% {
        left: 100%;
        opacity: 0; }
    93.33333% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-6-2 {
    0% {
        left: 0;
        opacity: 1; }
    26.66667% {
        left: 0;
        opacity: 1; }
    33.33333% {
        left: -100%;
        opacity: 0; }
    34.33333% {
        left: 100%;
        opacity: 0; }
    93.33333% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-6-2.animate .slide {
    -webkit-animation: usp-list-s-6-2 7.5s linear infinite;
    animation: usp-list-s-6-2 7.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-6-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-2 .slide:nth-child(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-2 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-2 .slide:nth-child(5) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-2 .slide:nth-child(6) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 50px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-6-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-m-6-2 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-6-2 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-6-2.animate .slide {
        -webkit-animation: usp-list-m-6-2 7.5s linear infinite;
        animation: usp-list-m-6-2 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-6-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 50px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-6-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-l-6-2 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-6-2 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-6-2.animate .slide {
        -webkit-animation: usp-list-l-6-2 7.5s linear infinite;
        animation: usp-list-l-6-2 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-6-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 50px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-6-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-xl-6-2 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-6-2 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-6-2.animate .slide {
        -webkit-animation: usp-list-xl-6-2 7.5s linear infinite;
        animation: usp-list-xl-6-2 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-6-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 50px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-6-3 {
    display: block; }

@-webkit-keyframes usp-list-s-6-3 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-6-3 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-6-3.animate .slide {
    -webkit-animation: usp-list-s-6-3 5s linear infinite;
    animation: usp-list-s-6-3 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-6-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-3 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-3 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-3 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-3 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 100px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-6-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-m-6-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-6-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-6-3.animate .slide {
        -webkit-animation: usp-list-m-6-3 5s linear infinite;
        animation: usp-list-m-6-3 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-6-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-6-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-l-6-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-6-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-6-3.animate .slide {
        -webkit-animation: usp-list-l-6-3 5s linear infinite;
        animation: usp-list-l-6-3 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-6-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-6-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-xl-6-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-6-3 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-6-3.animate .slide {
        -webkit-animation: usp-list-xl-6-3 5s linear infinite;
        animation: usp-list-xl-6-3 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-6-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-6-4 {
    display: block; }

@-webkit-keyframes usp-list-s-6-4 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-6-4 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-6-4.animate .slide {
    -webkit-animation: usp-list-s-6-4 5s linear infinite;
    animation: usp-list-s-6-4 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-6-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-4 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-4 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-4 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-4 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-4 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-list .usp-blocks-list.usp-s-6-4 .slide:nth-child(5) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-6-4 .slide:nth-child(6) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-6-4 {
        display: block;
        height: 200px; }
    @-webkit-keyframes usp-list-m-6-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-6-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-6-4.animate .slide {
        -webkit-animation: usp-list-m-6-4 5s linear infinite;
        animation: usp-list-m-6-4 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-6-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-4 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-m-6-4 .slide:nth-child(5) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-6-4 .slide:nth-child(6) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-6-4 {
        display: block;
        height: 200px; }
    @-webkit-keyframes usp-list-l-6-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-6-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-6-4.animate .slide {
        -webkit-animation: usp-list-l-6-4 5s linear infinite;
        animation: usp-list-l-6-4 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-6-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-4 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-l-6-4 .slide:nth-child(5) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-6-4 .slide:nth-child(6) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-6-4 {
        display: block;
        height: 200px; }
    @-webkit-keyframes usp-list-xl-6-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-6-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-6-4.animate .slide {
        -webkit-animation: usp-list-xl-6-4 5s linear infinite;
        animation: usp-list-xl-6-4 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-6-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-4 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-xl-6-4 .slide:nth-child(5) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-6-4 .slide:nth-child(6) {
        left: 50%; } }
.usp-list .usp-blocks-list.usp-s-6-5 {
    display: block; }

@-webkit-keyframes usp-list-s-6-5 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-6-5 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-6-5.animate .slide {
    -webkit-animation: usp-list-s-6-5 5s linear infinite;
    animation: usp-list-s-6-5 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-6-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-5 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-5 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-5 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-5 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-5 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-6-5 {
        display: block;
        height: 250px; }
    @-webkit-keyframes usp-list-m-6-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-6-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-6-5.animate .slide {
        -webkit-animation: usp-list-m-6-5 5s linear infinite;
        animation: usp-list-m-6-5 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-6-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-5 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-6-5 {
        display: block;
        height: 250px; }
    @-webkit-keyframes usp-list-l-6-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-6-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-6-5.animate .slide {
        -webkit-animation: usp-list-l-6-5 5s linear infinite;
        animation: usp-list-l-6-5 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-6-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-5 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-6-5 {
        display: block;
        height: 250px; }
    @-webkit-keyframes usp-list-xl-6-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-6-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-6-5.animate .slide {
        -webkit-animation: usp-list-xl-6-5 5s linear infinite;
        animation: usp-list-xl-6-5 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-6-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-5 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-6-6 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-6-6.animate .slide {
    -webkit-animation: usp-list-s-6-6 2.5s linear infinite;
    animation: usp-list-s-6-6 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-6-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-6 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-6 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-6 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-6 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 250px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-6-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-m-6-6.animate .slide {
        -webkit-animation: usp-list-m-6-6 2.5s linear infinite;
        animation: usp-list-m-6-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-6-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-6-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-l-6-6.animate .slide {
        -webkit-animation: usp-list-l-6-6 2.5s linear infinite;
        animation: usp-list-l-6-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-6-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-6-6 {
        display: block;
        height: 300px; }
    .usp-list .usp-blocks-list.usp-xl-6-6.animate .slide {
        -webkit-animation: usp-list-xl-6-6 2.5s linear infinite;
        animation: usp-list-xl-6-6 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-6-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-6-7 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-6-7.animate .slide {
    -webkit-animation: usp-list-s-6-7 2.5s linear infinite;
    animation: usp-list-s-6-7 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-6-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-7 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-7 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-7 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-7 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 250px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-7 .slide:nth-last-child(-n+6) {
    width: 16.66667%; }
.usp-list .usp-blocks-list.usp-s-6-7 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-6-7 .slide:nth-child(2) {
    left: 16.66667%; }
.usp-list .usp-blocks-list.usp-s-6-7 .slide:nth-child(3) {
    left: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-6-7 .slide:nth-child(4) {
    left: 50%; }
.usp-list .usp-blocks-list.usp-s-6-7 .slide:nth-child(5) {
    left: 66.66667%; }
.usp-list .usp-blocks-list.usp-s-6-7 .slide:nth-child(6) {
    left: 83.33333%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-6-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-m-6-7.animate .slide {
        -webkit-animation: usp-list-m-6-7 2.5s linear infinite;
        animation: usp-list-m-6-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-6-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-7 .slide:nth-last-child(-n+6) {
        width: 16.66667%; }
    .usp-list .usp-blocks-list.usp-m-6-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-6-7 .slide:nth-child(2) {
        left: 16.66667%; }
    .usp-list .usp-blocks-list.usp-m-6-7 .slide:nth-child(3) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-6-7 .slide:nth-child(4) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-m-6-7 .slide:nth-child(5) {
        left: 66.66667%; }
    .usp-list .usp-blocks-list.usp-m-6-7 .slide:nth-child(6) {
        left: 83.33333%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-6-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-l-6-7.animate .slide {
        -webkit-animation: usp-list-l-6-7 2.5s linear infinite;
        animation: usp-list-l-6-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-6-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-7 .slide:nth-last-child(-n+6) {
        width: 16.66667%; }
    .usp-list .usp-blocks-list.usp-l-6-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-6-7 .slide:nth-child(2) {
        left: 16.66667%; }
    .usp-list .usp-blocks-list.usp-l-6-7 .slide:nth-child(3) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-6-7 .slide:nth-child(4) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-l-6-7 .slide:nth-child(5) {
        left: 66.66667%; }
    .usp-list .usp-blocks-list.usp-l-6-7 .slide:nth-child(6) {
        left: 83.33333%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-6-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-xl-6-7.animate .slide {
        -webkit-animation: usp-list-xl-6-7 2.5s linear infinite;
        animation: usp-list-xl-6-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-6-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-7 .slide:nth-last-child(-n+6) {
        width: 16.66667%; }
    .usp-list .usp-blocks-list.usp-xl-6-7 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-6-7 .slide:nth-child(2) {
        left: 16.66667%; }
    .usp-list .usp-blocks-list.usp-xl-6-7 .slide:nth-child(3) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-6-7 .slide:nth-child(4) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-xl-6-7 .slide:nth-child(5) {
        left: 66.66667%; }
    .usp-list .usp-blocks-list.usp-xl-6-7 .slide:nth-child(6) {
        left: 83.33333%; } }
.usp-list .usp-blocks-list.usp-s-6-8 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-6-8.animate .slide {
    -webkit-animation: usp-list-s-6-8 2.5s linear infinite;
    animation: usp-list-s-6-8 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-6-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-8 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-8 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-8 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-8 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 250px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-6-8 .slide:nth-last-child(-n+6) {
    width: 16.66667%; }
.usp-list .usp-blocks-list.usp-s-6-8 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-6-8 .slide:nth-child(2) {
    left: 16.66667%; }
.usp-list .usp-blocks-list.usp-s-6-8 .slide:nth-child(3) {
    left: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-6-8 .slide:nth-child(4) {
    left: 50%; }
.usp-list .usp-blocks-list.usp-s-6-8 .slide:nth-child(5) {
    left: 66.66667%; }
.usp-list .usp-blocks-list.usp-s-6-8 .slide:nth-child(6) {
    left: 83.33333%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-6-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-m-6-8.animate .slide {
        -webkit-animation: usp-list-m-6-8 2.5s linear infinite;
        animation: usp-list-m-6-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-6-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-6-8 .slide:nth-last-child(-n+6) {
        width: 16.66667%; }
    .usp-list .usp-blocks-list.usp-m-6-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-6-8 .slide:nth-child(2) {
        left: 16.66667%; }
    .usp-list .usp-blocks-list.usp-m-6-8 .slide:nth-child(3) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-6-8 .slide:nth-child(4) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-m-6-8 .slide:nth-child(5) {
        left: 66.66667%; }
    .usp-list .usp-blocks-list.usp-m-6-8 .slide:nth-child(6) {
        left: 83.33333%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-6-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-l-6-8.animate .slide {
        -webkit-animation: usp-list-l-6-8 2.5s linear infinite;
        animation: usp-list-l-6-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-6-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-6-8 .slide:nth-last-child(-n+6) {
        width: 16.66667%; }
    .usp-list .usp-blocks-list.usp-l-6-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-6-8 .slide:nth-child(2) {
        left: 16.66667%; }
    .usp-list .usp-blocks-list.usp-l-6-8 .slide:nth-child(3) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-6-8 .slide:nth-child(4) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-l-6-8 .slide:nth-child(5) {
        left: 66.66667%; }
    .usp-list .usp-blocks-list.usp-l-6-8 .slide:nth-child(6) {
        left: 83.33333%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-6-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-xl-6-8.animate .slide {
        -webkit-animation: usp-list-xl-6-8 2.5s linear infinite;
        animation: usp-list-xl-6-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-6-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-6-8 .slide:nth-last-child(-n+6) {
        width: 16.66667%; }
    .usp-list .usp-blocks-list.usp-xl-6-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-6-8 .slide:nth-child(2) {
        left: 16.66667%; }
    .usp-list .usp-blocks-list.usp-xl-6-8 .slide:nth-child(3) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-6-8 .slide:nth-child(4) {
        left: 50%; }
    .usp-list .usp-blocks-list.usp-xl-6-8 .slide:nth-child(5) {
        left: 66.66667%; }
    .usp-list .usp-blocks-list.usp-xl-6-8 .slide:nth-child(6) {
        left: 83.33333%; } }
@media only screen {
    .usp-list .usp-blocks-list.usp-s-7-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-7-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-7-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-7-0 {
        display: none; } }
.usp-list .usp-blocks-list.usp-s-7-1 {
    display: block; }

@-webkit-keyframes usp-list-s-7-1 {
    0% {
        left: 0;
        opacity: 1; }
    11.42857% {
        left: 0;
        opacity: 1; }
    14.28571% {
        left: -100%;
        opacity: 0; }
    15.28571% {
        left: 100%;
        opacity: 0; }
    97.14286% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-7-1 {
    0% {
        left: 0;
        opacity: 1; }
    11.42857% {
        left: 0;
        opacity: 1; }
    14.28571% {
        left: -100%;
        opacity: 0; }
    15.28571% {
        left: 100%;
        opacity: 0; }
    97.14286% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-7-1.animate .slide {
    -webkit-animation: usp-list-s-7-1 17.5s linear infinite;
    animation: usp-list-s-7-1 17.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-7-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-1 .slide:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-1 .slide:nth-child(4) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-1 .slide:nth-child(5) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-1 .slide:nth-child(6) {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-1 .slide:nth-child(7) {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    left: 100%;
    top: 0px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-7-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-m-7-1 {
        0% {
            left: 0;
            opacity: 1; }
        11.42857% {
            left: 0;
            opacity: 1; }
        14.28571% {
            left: -100%;
            opacity: 0; }
        15.28571% {
            left: 100%;
            opacity: 0; }
        97.14286% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-7-1 {
        0% {
            left: 0;
            opacity: 1; }
        11.42857% {
            left: 0;
            opacity: 1; }
        14.28571% {
            left: -100%;
            opacity: 0; }
        15.28571% {
            left: 100%;
            opacity: 0; }
        97.14286% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-7-1.animate .slide {
        -webkit-animation: usp-list-m-7-1 17.5s linear infinite;
        animation: usp-list-m-7-1 17.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-7-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-1 .slide:nth-child(7) {
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-7-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-l-7-1 {
        0% {
            left: 0;
            opacity: 1; }
        11.42857% {
            left: 0;
            opacity: 1; }
        14.28571% {
            left: -100%;
            opacity: 0; }
        15.28571% {
            left: 100%;
            opacity: 0; }
        97.14286% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-7-1 {
        0% {
            left: 0;
            opacity: 1; }
        11.42857% {
            left: 0;
            opacity: 1; }
        14.28571% {
            left: -100%;
            opacity: 0; }
        15.28571% {
            left: 100%;
            opacity: 0; }
        97.14286% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-7-1.animate .slide {
        -webkit-animation: usp-list-l-7-1 17.5s linear infinite;
        animation: usp-list-l-7-1 17.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-7-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-1 .slide:nth-child(7) {
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-7-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-xl-7-1 {
        0% {
            left: 0;
            opacity: 1; }
        11.42857% {
            left: 0;
            opacity: 1; }
        14.28571% {
            left: -100%;
            opacity: 0; }
        15.28571% {
            left: 100%;
            opacity: 0; }
        97.14286% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-7-1 {
        0% {
            left: 0;
            opacity: 1; }
        11.42857% {
            left: 0;
            opacity: 1; }
        14.28571% {
            left: -100%;
            opacity: 0; }
        15.28571% {
            left: 100%;
            opacity: 0; }
        97.14286% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-7-1.animate .slide {
        -webkit-animation: usp-list-xl-7-1 17.5s linear infinite;
        animation: usp-list-xl-7-1 17.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-7-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-1 .slide:nth-child(7) {
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
        left: 100%;
        top: 0px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-7-2 {
    display: block; }

@-webkit-keyframes usp-list-s-7-2 {
    0% {
        left: 0;
        opacity: 1; }
    20% {
        left: 0;
        opacity: 1; }
    25% {
        left: -100%;
        opacity: 0; }
    26% {
        left: 100%;
        opacity: 0; }
    95% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-7-2 {
    0% {
        left: 0;
        opacity: 1; }
    20% {
        left: 0;
        opacity: 1; }
    25% {
        left: -100%;
        opacity: 0; }
    26% {
        left: 100%;
        opacity: 0; }
    95% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-7-2.animate .slide {
    -webkit-animation: usp-list-s-7-2 10s linear infinite;
    animation: usp-list-s-7-2 10s linear infinite; }
.usp-list .usp-blocks-list.usp-s-7-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-2 .slide:nth-child(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-2 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-2 .slide:nth-child(5) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-2 .slide:nth-child(6) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-2 .slide:nth-child(7) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-2 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-7-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-m-7-2 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-7-2 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-7-2.animate .slide {
        -webkit-animation: usp-list-m-7-2 10s linear infinite;
        animation: usp-list-m-7-2 10s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-7-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-2 .slide:nth-child(7) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-7-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-l-7-2 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-7-2 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-7-2.animate .slide {
        -webkit-animation: usp-list-l-7-2 10s linear infinite;
        animation: usp-list-l-7-2 10s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-7-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-2 .slide:nth-child(7) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-7-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-xl-7-2 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-7-2 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-7-2.animate .slide {
        -webkit-animation: usp-list-xl-7-2 10s linear infinite;
        animation: usp-list-xl-7-2 10s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-7-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-2 .slide:nth-child(7) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-2 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-7-3 {
    display: block; }

@-webkit-keyframes usp-list-s-7-3 {
    0% {
        left: 0;
        opacity: 1; }
    26.66667% {
        left: 0;
        opacity: 1; }
    33.33333% {
        left: -100%;
        opacity: 0; }
    34.33333% {
        left: 100%;
        opacity: 0; }
    93.33333% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-7-3 {
    0% {
        left: 0;
        opacity: 1; }
    26.66667% {
        left: 0;
        opacity: 1; }
    33.33333% {
        left: -100%;
        opacity: 0; }
    34.33333% {
        left: 100%;
        opacity: 0; }
    93.33333% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-7-3.animate .slide {
    -webkit-animation: usp-list-s-7-3 7.5s linear infinite;
    animation: usp-list-s-7-3 7.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-7-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-3 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-3 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-3 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-3 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-3 .slide:nth-child(7) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-3 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-7-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-m-7-3 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-7-3 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-7-3.animate .slide {
        -webkit-animation: usp-list-m-7-3 7.5s linear infinite;
        animation: usp-list-m-7-3 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-7-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-3 .slide:nth-child(7) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-7-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-l-7-3 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-7-3 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-7-3.animate .slide {
        -webkit-animation: usp-list-l-7-3 7.5s linear infinite;
        animation: usp-list-l-7-3 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-7-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-3 .slide:nth-child(7) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-7-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-xl-7-3 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-7-3 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-7-3.animate .slide {
        -webkit-animation: usp-list-xl-7-3 7.5s linear infinite;
        animation: usp-list-xl-7-3 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-7-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-3 .slide:nth-child(7) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-3 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-7-4 {
    display: block; }

@-webkit-keyframes usp-list-s-7-4 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-7-4 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-7-4.animate .slide {
    -webkit-animation: usp-list-s-7-4 5s linear infinite;
    animation: usp-list-s-7-4 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-7-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-4 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-4 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-4 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-4 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-4 .slide:nth-child(7) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-4 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-7-4 .slide:nth-child(5) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-7-4 .slide:nth-child(6) {
    left: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-7-4 .slide:nth-child(7) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-7-4 {
        display: block;
        height: 200px; }
    @-webkit-keyframes usp-list-m-7-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-7-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-7-4.animate .slide {
        -webkit-animation: usp-list-m-7-4 5s linear infinite;
        animation: usp-list-m-7-4 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-7-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-4 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-4 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-7-4 .slide:nth-child(5) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-7-4 .slide:nth-child(6) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-7-4 .slide:nth-child(7) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-7-4 {
        display: block;
        height: 200px; }
    @-webkit-keyframes usp-list-l-7-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-7-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-7-4.animate .slide {
        -webkit-animation: usp-list-l-7-4 5s linear infinite;
        animation: usp-list-l-7-4 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-7-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-4 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-4 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-7-4 .slide:nth-child(5) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-7-4 .slide:nth-child(6) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-7-4 .slide:nth-child(7) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-7-4 {
        display: block;
        height: 200px; }
    @-webkit-keyframes usp-list-xl-7-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-7-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-7-4.animate .slide {
        -webkit-animation: usp-list-xl-7-4 5s linear infinite;
        animation: usp-list-xl-7-4 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-7-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-4 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-4 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-7-4 .slide:nth-child(5) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-7-4 .slide:nth-child(6) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-7-4 .slide:nth-child(7) {
        left: 66.66667%; } }
.usp-list .usp-blocks-list.usp-s-7-5 {
    display: block; }

@-webkit-keyframes usp-list-s-7-5 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-7-5 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-7-5.animate .slide {
    -webkit-animation: usp-list-s-7-5 5s linear infinite;
    animation: usp-list-s-7-5 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-7-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-5 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-5 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-5 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-5 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-5 .slide:nth-child(7) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-5 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-list .usp-blocks-list.usp-s-7-5 .slide:nth-child(6) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-7-5 .slide:nth-child(7) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-7-5 {
        display: block;
        height: 250px; }
    @-webkit-keyframes usp-list-m-7-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-7-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-7-5.animate .slide {
        -webkit-animation: usp-list-m-7-5 5s linear infinite;
        animation: usp-list-m-7-5 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-7-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-5 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-5 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-m-7-5 .slide:nth-child(6) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-7-5 .slide:nth-child(7) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-7-5 {
        display: block;
        height: 250px; }
    @-webkit-keyframes usp-list-l-7-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-7-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-7-5.animate .slide {
        -webkit-animation: usp-list-l-7-5 5s linear infinite;
        animation: usp-list-l-7-5 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-7-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-5 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-5 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-l-7-5 .slide:nth-child(6) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-7-5 .slide:nth-child(7) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-7-5 {
        display: block;
        height: 250px; }
    @-webkit-keyframes usp-list-xl-7-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-7-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-7-5.animate .slide {
        -webkit-animation: usp-list-xl-7-5 5s linear infinite;
        animation: usp-list-xl-7-5 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-7-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-5 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-5 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-xl-7-5 .slide:nth-child(6) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-7-5 .slide:nth-child(7) {
        left: 50%; } }
.usp-list .usp-blocks-list.usp-s-7-6 {
    display: block; }

@-webkit-keyframes usp-list-s-7-6 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-7-6 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-7-6.animate .slide {
    -webkit-animation: usp-list-s-7-6 5s linear infinite;
    animation: usp-list-s-7-6 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-7-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-6 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-6 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-6 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-6 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 250px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-6 .slide:nth-child(7) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-6 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-7-6 {
        display: block;
        height: 300px; }
    @-webkit-keyframes usp-list-m-7-6 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-7-6 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-7-6.animate .slide {
        -webkit-animation: usp-list-m-7-6 5s linear infinite;
        animation: usp-list-m-7-6 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-7-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-6 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-6 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-7-6 {
        display: block;
        height: 300px; }
    @-webkit-keyframes usp-list-l-7-6 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-7-6 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-7-6.animate .slide {
        -webkit-animation: usp-list-l-7-6 5s linear infinite;
        animation: usp-list-l-7-6 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-7-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-6 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-6 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-7-6 {
        display: block;
        height: 300px; }
    @-webkit-keyframes usp-list-xl-7-6 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-7-6 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-7-6.animate .slide {
        -webkit-animation: usp-list-xl-7-6 5s linear infinite;
        animation: usp-list-xl-7-6 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-7-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-6 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-6 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-7-7 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-7-7.animate .slide {
    -webkit-animation: usp-list-s-7-7 2.5s linear infinite;
    animation: usp-list-s-7-7 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-7-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-7 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-7 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-7 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-7 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 250px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-7 .slide:nth-child(7) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 300px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-7-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-m-7-7.animate .slide {
        -webkit-animation: usp-list-m-7-7 2.5s linear infinite;
        animation: usp-list-m-7-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-7-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-7 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 300px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-7-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-l-7-7.animate .slide {
        -webkit-animation: usp-list-l-7-7 2.5s linear infinite;
        animation: usp-list-l-7-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-7-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-7 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 300px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-7-7 {
        display: block;
        height: 350px; }
    .usp-list .usp-blocks-list.usp-xl-7-7.animate .slide {
        -webkit-animation: usp-list-xl-7-7 2.5s linear infinite;
        animation: usp-list-xl-7-7 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-7-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-7 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 300px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-7-8 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-7-8.animate .slide {
    -webkit-animation: usp-list-s-7-8 2.5s linear infinite;
    animation: usp-list-s-7-8 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 250px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(7) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 300px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-last-child(-n+7) {
    width: 14.28571%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(1) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(2) {
    left: 14.28571%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(3) {
    left: 28.57143%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(4) {
    left: 42.85714%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(5) {
    left: 57.14286%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(6) {
    left: 71.42857%; }
.usp-list .usp-blocks-list.usp-s-7-8 .slide:nth-child(7) {
    left: 85.71429%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-7-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-m-7-8.animate .slide {
        -webkit-animation: usp-list-m-7-8 2.5s linear infinite;
        animation: usp-list-m-7-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 300px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-last-child(-n+7) {
        width: 14.28571%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(2) {
        left: 14.28571%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(3) {
        left: 28.57143%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(4) {
        left: 42.85714%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(5) {
        left: 57.14286%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(6) {
        left: 71.42857%; }
    .usp-list .usp-blocks-list.usp-m-7-8 .slide:nth-child(7) {
        left: 85.71429%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-7-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-l-7-8.animate .slide {
        -webkit-animation: usp-list-l-7-8 2.5s linear infinite;
        animation: usp-list-l-7-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 300px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-last-child(-n+7) {
        width: 14.28571%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(2) {
        left: 14.28571%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(3) {
        left: 28.57143%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(4) {
        left: 42.85714%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(5) {
        left: 57.14286%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(6) {
        left: 71.42857%; }
    .usp-list .usp-blocks-list.usp-l-7-8 .slide:nth-child(7) {
        left: 85.71429%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-7-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-xl-7-8.animate .slide {
        -webkit-animation: usp-list-xl-7-8 2.5s linear infinite;
        animation: usp-list-xl-7-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 300px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-last-child(-n+7) {
        width: 14.28571%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(1) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(2) {
        left: 14.28571%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(3) {
        left: 28.57143%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(4) {
        left: 42.85714%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(5) {
        left: 57.14286%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(6) {
        left: 71.42857%; }
    .usp-list .usp-blocks-list.usp-xl-7-8 .slide:nth-child(7) {
        left: 85.71429%; } }
@media only screen {
    .usp-list .usp-blocks-list.usp-s-8-0 {
        display: none; } }
@media only screen and (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-8-0 {
        display: none; } }
@media only screen and (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-8-0 {
        display: none; } }
@media only screen and (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-8-0 {
        display: none; } }
.usp-list .usp-blocks-list.usp-s-8-1 {
    display: block; }

@-webkit-keyframes usp-list-s-8-1 {
    0% {
        left: 0;
        opacity: 1; }
    10% {
        left: 0;
        opacity: 1; }
    12.5% {
        left: -100%;
        opacity: 0; }
    13.5% {
        left: 100%;
        opacity: 0; }
    97.5% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-8-1 {
    0% {
        left: 0;
        opacity: 1; }
    10% {
        left: 0;
        opacity: 1; }
    12.5% {
        left: -100%;
        opacity: 0; }
    13.5% {
        left: 100%;
        opacity: 0; }
    97.5% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-8-1.animate .slide {
    -webkit-animation: usp-list-s-8-1 20s linear infinite;
    animation: usp-list-s-8-1 20s linear infinite; }
.usp-list .usp-blocks-list.usp-s-8-1 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-1 .slide:nth-child(2) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-1 .slide:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-1 .slide:nth-child(4) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-1 .slide:nth-child(5) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-1 .slide:nth-child(6) {
    -webkit-animation-delay: 12.5s;
    animation-delay: 12.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-1 .slide:nth-child(7) {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-1 .slide:nth-child(8) {
    -webkit-animation-delay: 17.5s;
    animation-delay: 17.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-8-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-m-8-1 {
        0% {
            left: 0;
            opacity: 1; }
        10% {
            left: 0;
            opacity: 1; }
        12.5% {
            left: -100%;
            opacity: 0; }
        13.5% {
            left: 100%;
            opacity: 0; }
        97.5% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-8-1 {
        0% {
            left: 0;
            opacity: 1; }
        10% {
            left: 0;
            opacity: 1; }
        12.5% {
            left: -100%;
            opacity: 0; }
        13.5% {
            left: 100%;
            opacity: 0; }
        97.5% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-8-1.animate .slide {
        -webkit-animation: usp-list-m-8-1 20s linear infinite;
        animation: usp-list-m-8-1 20s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-8-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-1 .slide:nth-child(7) {
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-1 .slide:nth-child(8) {
        -webkit-animation-delay: 17.5s;
        animation-delay: 17.5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-8-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-l-8-1 {
        0% {
            left: 0;
            opacity: 1; }
        10% {
            left: 0;
            opacity: 1; }
        12.5% {
            left: -100%;
            opacity: 0; }
        13.5% {
            left: 100%;
            opacity: 0; }
        97.5% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-8-1 {
        0% {
            left: 0;
            opacity: 1; }
        10% {
            left: 0;
            opacity: 1; }
        12.5% {
            left: -100%;
            opacity: 0; }
        13.5% {
            left: 100%;
            opacity: 0; }
        97.5% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-8-1.animate .slide {
        -webkit-animation: usp-list-l-8-1 20s linear infinite;
        animation: usp-list-l-8-1 20s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-8-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-1 .slide:nth-child(7) {
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-1 .slide:nth-child(8) {
        -webkit-animation-delay: 17.5s;
        animation-delay: 17.5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-8-1 {
        display: block;
        height: 50px; }
    @-webkit-keyframes usp-list-xl-8-1 {
        0% {
            left: 0;
            opacity: 1; }
        10% {
            left: 0;
            opacity: 1; }
        12.5% {
            left: -100%;
            opacity: 0; }
        13.5% {
            left: 100%;
            opacity: 0; }
        97.5% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-8-1 {
        0% {
            left: 0;
            opacity: 1; }
        10% {
            left: 0;
            opacity: 1; }
        12.5% {
            left: -100%;
            opacity: 0; }
        13.5% {
            left: 100%;
            opacity: 0; }
        97.5% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-8-1.animate .slide {
        -webkit-animation: usp-list-xl-8-1 20s linear infinite;
        animation: usp-list-xl-8-1 20s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-8-1 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-1 .slide:nth-child(2) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-1 .slide:nth-child(3) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-1 .slide:nth-child(4) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-1 .slide:nth-child(5) {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-1 .slide:nth-child(6) {
        -webkit-animation-delay: 12.5s;
        animation-delay: 12.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-1 .slide:nth-child(7) {
        -webkit-animation-delay: 15s;
        animation-delay: 15s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-1 .slide:nth-child(8) {
        -webkit-animation-delay: 17.5s;
        animation-delay: 17.5s;
        left: 100%;
        top: 0px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-8-2 {
    display: block; }

@-webkit-keyframes usp-list-s-8-2 {
    0% {
        left: 0;
        opacity: 1; }
    20% {
        left: 0;
        opacity: 1; }
    25% {
        left: -100%;
        opacity: 0; }
    26% {
        left: 100%;
        opacity: 0; }
    95% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-8-2 {
    0% {
        left: 0;
        opacity: 1; }
    20% {
        left: 0;
        opacity: 1; }
    25% {
        left: -100%;
        opacity: 0; }
    26% {
        left: 100%;
        opacity: 0; }
    95% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-8-2.animate .slide {
    -webkit-animation: usp-list-s-8-2 10s linear infinite;
    animation: usp-list-s-8-2 10s linear infinite; }
.usp-list .usp-blocks-list.usp-s-8-2 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-2 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-2 .slide:nth-child(3) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-2 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-2 .slide:nth-child(5) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-2 .slide:nth-child(6) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-2 .slide:nth-child(7) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-2 .slide:nth-child(8) {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-8-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-m-8-2 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-8-2 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-8-2.animate .slide {
        -webkit-animation: usp-list-m-8-2 10s linear infinite;
        animation: usp-list-m-8-2 10s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-8-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-2 .slide:nth-child(7) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-2 .slide:nth-child(8) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 50px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-8-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-l-8-2 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-8-2 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-8-2.animate .slide {
        -webkit-animation: usp-list-l-8-2 10s linear infinite;
        animation: usp-list-l-8-2 10s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-8-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-2 .slide:nth-child(7) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-2 .slide:nth-child(8) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 50px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-8-2 {
        display: block;
        height: 100px; }
    @-webkit-keyframes usp-list-xl-8-2 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-8-2 {
        0% {
            left: 0;
            opacity: 1; }
        20% {
            left: 0;
            opacity: 1; }
        25% {
            left: -100%;
            opacity: 0; }
        26% {
            left: 100%;
            opacity: 0; }
        95% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-8-2.animate .slide {
        -webkit-animation: usp-list-xl-8-2 10s linear infinite;
        animation: usp-list-xl-8-2 10s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-8-2 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-2 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-2 .slide:nth-child(3) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-2 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-2 .slide:nth-child(5) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-2 .slide:nth-child(6) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-2 .slide:nth-child(7) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-2 .slide:nth-child(8) {
        -webkit-animation-delay: 7.5s;
        animation-delay: 7.5s;
        left: 100%;
        top: 50px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-8-3 {
    display: block; }

@-webkit-keyframes usp-list-s-8-3 {
    0% {
        left: 0;
        opacity: 1; }
    26.66667% {
        left: 0;
        opacity: 1; }
    33.33333% {
        left: -100%;
        opacity: 0; }
    34.33333% {
        left: 100%;
        opacity: 0; }
    93.33333% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-8-3 {
    0% {
        left: 0;
        opacity: 1; }
    26.66667% {
        left: 0;
        opacity: 1; }
    33.33333% {
        left: -100%;
        opacity: 0; }
    34.33333% {
        left: 100%;
        opacity: 0; }
    93.33333% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-8-3.animate .slide {
    -webkit-animation: usp-list-s-8-3 7.5s linear infinite;
    animation: usp-list-s-8-3 7.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-8-3 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-3 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-3 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-3 .slide:nth-child(4) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-3 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-3 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-3 .slide:nth-child(7) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-3 .slide:nth-child(8) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-3 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-list .usp-blocks-list.usp-s-8-3 .slide:nth-child(7) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-8-3 .slide:nth-child(8) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-8-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-m-8-3 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-8-3 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-8-3.animate .slide {
        -webkit-animation: usp-list-m-8-3 7.5s linear infinite;
        animation: usp-list-m-8-3 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-8-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-3 .slide:nth-child(7) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-3 .slide:nth-child(8) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-m-8-3 .slide:nth-child(7) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-8-3 .slide:nth-child(8) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-8-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-l-8-3 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-8-3 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-8-3.animate .slide {
        -webkit-animation: usp-list-l-8-3 7.5s linear infinite;
        animation: usp-list-l-8-3 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-8-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-3 .slide:nth-child(7) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-3 .slide:nth-child(8) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-l-8-3 .slide:nth-child(7) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-8-3 .slide:nth-child(8) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-8-3 {
        display: block;
        height: 150px; }
    @-webkit-keyframes usp-list-xl-8-3 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-8-3 {
        0% {
            left: 0;
            opacity: 1; }
        26.66667% {
            left: 0;
            opacity: 1; }
        33.33333% {
            left: -100%;
            opacity: 0; }
        34.33333% {
            left: 100%;
            opacity: 0; }
        93.33333% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-8-3.animate .slide {
        -webkit-animation: usp-list-xl-8-3 7.5s linear infinite;
        animation: usp-list-xl-8-3 7.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-8-3 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-3 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-3 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-3 .slide:nth-child(4) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-3 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-3 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-3 .slide:nth-child(7) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-3 .slide:nth-child(8) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-3 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-xl-8-3 .slide:nth-child(7) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-8-3 .slide:nth-child(8) {
        left: 50%; } }
.usp-list .usp-blocks-list.usp-s-8-4 {
    display: block; }

@-webkit-keyframes usp-list-s-8-4 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-8-4 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-8-4.animate .slide {
    -webkit-animation: usp-list-s-8-4 5s linear infinite;
    animation: usp-list-s-8-4 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-8-4 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-4 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-4 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-4 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-4 .slide:nth-child(5) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-4 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-4 .slide:nth-child(7) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-4 .slide:nth-child(8) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 150px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-8-4 {
        display: block;
        height: 200px; }
    @-webkit-keyframes usp-list-m-8-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-8-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-8-4.animate .slide {
        -webkit-animation: usp-list-m-8-4 5s linear infinite;
        animation: usp-list-m-8-4 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-8-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-4 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-4 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 150px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-8-4 {
        display: block;
        height: 200px; }
    @-webkit-keyframes usp-list-l-8-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-8-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-8-4.animate .slide {
        -webkit-animation: usp-list-l-8-4 5s linear infinite;
        animation: usp-list-l-8-4 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-8-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-4 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-4 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 150px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-8-4 {
        display: block;
        height: 200px; }
    @-webkit-keyframes usp-list-xl-8-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-8-4 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-8-4.animate .slide {
        -webkit-animation: usp-list-xl-8-4 5s linear infinite;
        animation: usp-list-xl-8-4 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-8-4 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-4 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-4 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-4 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-4 .slide:nth-child(5) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-4 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-4 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-4 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 150px;
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-8-5 {
    display: block; }

@-webkit-keyframes usp-list-s-8-5 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-8-5 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-8-5.animate .slide {
    -webkit-animation: usp-list-s-8-5 5s linear infinite;
    animation: usp-list-s-8-5 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-8-5 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-5 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-5 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-5 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-5 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-5 .slide:nth-child(6) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-5 .slide:nth-child(7) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-5 .slide:nth-child(8) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-5 .slide:nth-last-child(-n+3) {
    width: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-8-5 .slide:nth-child(6) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-8-5 .slide:nth-child(7) {
    left: 33.33333%; }
.usp-list .usp-blocks-list.usp-s-8-5 .slide:nth-child(8) {
    left: 66.66667%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-8-5 {
        display: block;
        height: 250px; }
    @-webkit-keyframes usp-list-m-8-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-8-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-8-5.animate .slide {
        -webkit-animation: usp-list-m-8-5 5s linear infinite;
        animation: usp-list-m-8-5 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-8-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-5 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-5 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-5 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-8-5 .slide:nth-child(6) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-8-5 .slide:nth-child(7) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-m-8-5 .slide:nth-child(8) {
        left: 66.66667%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-8-5 {
        display: block;
        height: 250px; }
    @-webkit-keyframes usp-list-l-8-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-8-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-8-5.animate .slide {
        -webkit-animation: usp-list-l-8-5 5s linear infinite;
        animation: usp-list-l-8-5 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-8-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-5 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-5 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-5 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-8-5 .slide:nth-child(6) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-8-5 .slide:nth-child(7) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-l-8-5 .slide:nth-child(8) {
        left: 66.66667%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-8-5 {
        display: block;
        height: 250px; }
    @-webkit-keyframes usp-list-xl-8-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-8-5 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-8-5.animate .slide {
        -webkit-animation: usp-list-xl-8-5 5s linear infinite;
        animation: usp-list-xl-8-5 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-8-5 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-5 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-5 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-5 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-5 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-5 .slide:nth-child(6) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-5 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-5 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-5 .slide:nth-last-child(-n+3) {
        width: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-8-5 .slide:nth-child(6) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-8-5 .slide:nth-child(7) {
        left: 33.33333%; }
    .usp-list .usp-blocks-list.usp-xl-8-5 .slide:nth-child(8) {
        left: 66.66667%; } }
.usp-list .usp-blocks-list.usp-s-8-6 {
    display: block; }

@-webkit-keyframes usp-list-s-8-6 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-8-6 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-8-6.animate .slide {
    -webkit-animation: usp-list-s-8-6 5s linear infinite;
    animation: usp-list-s-8-6 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-8-6 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-6 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-6 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-6 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-6 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-6 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 250px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-6 .slide:nth-child(7) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-6 .slide:nth-child(8) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-6 .slide:nth-last-child(-n+2) {
    width: 50%; }
.usp-list .usp-blocks-list.usp-s-8-6 .slide:nth-child(7) {
    left: 0%; }
.usp-list .usp-blocks-list.usp-s-8-6 .slide:nth-child(8) {
    left: 50%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-8-6 {
        display: block;
        height: 300px; }
    @-webkit-keyframes usp-list-m-8-6 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-8-6 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-8-6.animate .slide {
        -webkit-animation: usp-list-m-8-6 5s linear infinite;
        animation: usp-list-m-8-6 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-8-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-6 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-6 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-6 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-m-8-6 .slide:nth-child(7) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-m-8-6 .slide:nth-child(8) {
        left: 50%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-8-6 {
        display: block;
        height: 300px; }
    @-webkit-keyframes usp-list-l-8-6 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-8-6 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-8-6.animate .slide {
        -webkit-animation: usp-list-l-8-6 5s linear infinite;
        animation: usp-list-l-8-6 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-8-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-6 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-6 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-6 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-l-8-6 .slide:nth-child(7) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-l-8-6 .slide:nth-child(8) {
        left: 50%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-8-6 {
        display: block;
        height: 300px; }
    @-webkit-keyframes usp-list-xl-8-6 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-8-6 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-8-6.animate .slide {
        -webkit-animation: usp-list-xl-8-6 5s linear infinite;
        animation: usp-list-xl-8-6 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-8-6 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-6 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-6 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-6 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-6 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-6 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-6 .slide:nth-child(7) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-6 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-6 .slide:nth-last-child(-n+2) {
        width: 50%; }
    .usp-list .usp-blocks-list.usp-xl-8-6 .slide:nth-child(7) {
        left: 0%; }
    .usp-list .usp-blocks-list.usp-xl-8-6 .slide:nth-child(8) {
        left: 50%; } }
.usp-list .usp-blocks-list.usp-s-8-7 {
    display: block; }

@-webkit-keyframes usp-list-s-8-7 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }

@keyframes usp-list-s-8-7 {
    0% {
        left: 0;
        opacity: 1; }
    40% {
        left: 0;
        opacity: 1; }
    50% {
        left: -100%;
        opacity: 0; }
    51% {
        left: 100%;
        opacity: 0; }
    90% {
        left: 100%;
        opacity: 1; }
    100% {
        left: 0;
        opacity: 1; } }
.usp-list .usp-blocks-list.usp-s-8-7.animate .slide {
    -webkit-animation: usp-list-s-8-7 5s linear infinite;
    animation: usp-list-s-8-7 5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-8-7 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-7 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-7 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-7 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-7 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-7 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 250px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-7 .slide:nth-child(7) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 300px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-7 .slide:nth-child(8) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    left: 100%;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-7 .slide:nth-last-child(-n+1) {
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-8-7 {
        display: block;
        height: 350px; }
    @-webkit-keyframes usp-list-m-8-7 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-m-8-7 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-m-8-7.animate .slide {
        -webkit-animation: usp-list-m-8-7 5s linear infinite;
        animation: usp-list-m-8-7 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-8-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-7 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 300px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-7 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-7 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-8-7 {
        display: block;
        height: 350px; }
    @-webkit-keyframes usp-list-l-8-7 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-l-8-7 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-l-8-7.animate .slide {
        -webkit-animation: usp-list-l-8-7 5s linear infinite;
        animation: usp-list-l-8-7 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-8-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-7 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 300px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-7 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-7 .slide:nth-last-child(-n+1) {
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-8-7 {
        display: block;
        height: 350px; }
    @-webkit-keyframes usp-list-xl-8-7 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    @keyframes usp-list-xl-8-7 {
        0% {
            left: 0;
            opacity: 1; }
        40% {
            left: 0;
            opacity: 1; }
        50% {
            left: -100%;
            opacity: 0; }
        51% {
            left: 100%;
            opacity: 0; }
        90% {
            left: 100%;
            opacity: 1; }
        100% {
            left: 0;
            opacity: 1; } }
    .usp-list .usp-blocks-list.usp-xl-8-7.animate .slide {
        -webkit-animation: usp-list-xl-8-7 5s linear infinite;
        animation: usp-list-xl-8-7 5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-8-7 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-7 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-7 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-7 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-7 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-7 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-7 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 300px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-7 .slide:nth-child(8) {
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
        left: 100%;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-7 .slide:nth-last-child(-n+1) {
        width: 100%; } }
.usp-list .usp-blocks-list.usp-s-8-8 {
    display: block; }
.usp-list .usp-blocks-list.usp-s-8-8.animate .slide {
    -webkit-animation: usp-list-s-8-8 2.5s linear infinite;
    animation: usp-list-s-8-8 2.5s linear infinite; }
.usp-list .usp-blocks-list.usp-s-8-8 .slide:nth-child(1) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 0px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-8 .slide:nth-child(2) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 50px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-8 .slide:nth-child(3) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 100px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-8 .slide:nth-child(4) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 150px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-8 .slide:nth-child(5) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 200px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-8 .slide:nth-child(6) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 250px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-8 .slide:nth-child(7) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 300px;
    width: 100%; }
.usp-list .usp-blocks-list.usp-s-8-8 .slide:nth-child(8) {
    -webkit-animation-delay: unset;
    animation-delay: unset;
    left: 0;
    top: 350px;
    width: 100%; }
@media (min-width: 768px) {
    .usp-list .usp-blocks-list.usp-m-8-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-m-8-8.animate .slide {
        -webkit-animation: usp-list-m-8-8 2.5s linear infinite;
        animation: usp-list-m-8-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-m-8-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-8 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 300px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-m-8-8 .slide:nth-child(8) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 350px;
        width: 100%; } }
@media (min-width: 992px) {
    .usp-list .usp-blocks-list.usp-l-8-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-l-8-8.animate .slide {
        -webkit-animation: usp-list-l-8-8 2.5s linear infinite;
        animation: usp-list-l-8-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-l-8-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-8 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 300px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-l-8-8 .slide:nth-child(8) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 350px;
        width: 100%; } }
@media (min-width: 1200px) {
    .usp-list .usp-blocks-list.usp-xl-8-8 {
        display: block;
        height: 400px; }
    .usp-list .usp-blocks-list.usp-xl-8-8.animate .slide {
        -webkit-animation: usp-list-xl-8-8 2.5s linear infinite;
        animation: usp-list-xl-8-8 2.5s linear infinite; }
    .usp-list .usp-blocks-list.usp-xl-8-8 .slide:nth-child(1) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 0px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-8 .slide:nth-child(2) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 50px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-8 .slide:nth-child(3) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 100px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-8 .slide:nth-child(4) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 150px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-8 .slide:nth-child(5) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 200px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-8 .slide:nth-child(6) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 250px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-8 .slide:nth-child(7) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 300px;
        width: 100%; }
    .usp-list .usp-blocks-list.usp-xl-8-8 .slide:nth-child(8) {
        -webkit-animation-delay: unset;
        animation-delay: unset;
        left: 0;
        top: 350px;
        width: 100%; } }

.usp-blocks-item {
    background: white;
    border: 1px solid transparent;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }
.usp-blocks-item p,
.usp-blocks-item a,
.usp-blocks-item h1,
.usp-blocks-item h2,
.usp-blocks-item h3,
.usp-blocks-item h4,
.usp-blocks-item h5,
.usp-blocks-item h6 {
    margin: 0;
    padding: 0;
    display: block;
    line-height: 50px; }
.usp-list .usp-blocks-item {
    text-align: left; }

/*# sourceMappingURL=usp.css.map */
