.CustomerCarouselParagraph {
    overflow-x: hidden;
    padding-top: 50%;
    position: relative
}
.CustomerCarouselParagraph__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 150%;
    overflow: hidden;
}
.CustomerCarouselParagraph--item {
    background-color: #F5F5F6;
    height: 50%;
    width: 16.52%;
    overflow: hidden;
    -webkit-animation: unset;
    animation: unset
}

.CustomerCarouselParagraph--item[data-index^="2"],
.CustomerCarouselParagraph--item[data-index^="3"],
.CustomerCarouselParagraph--item[data-index^="6"],
.CustomerCarouselParagraph--item[data-index^="9"] {
    background-color: #EBEBED
}

.CustomerCarouselParagraph--item.down-one {
    -webkit-animation: downOne 1s ease;
    animation: downOne 1s ease
}

.CustomerCarouselParagraph--item.left-one {
    -webkit-animation: leftOne 1s ease;
    animation: leftOne 1s ease
}

.CustomerCarouselParagraph--item.left-two {
    -webkit-animation: leftTwo 1s ease;
    animation: leftTwo 1s ease
}

.CustomerCarouselParagraph--item.left-three {
    -webkit-animation: leftThree 1s ease;
    animation: leftThree 1s ease
}

.CustomerCarouselParagraph--item.right-one {
    -webkit-animation: rightOne 1s ease;
    animation: rightOne 1s ease
}

.CustomerCarouselParagraph--item.right-two {
    -webkit-animation: rightTwo 1s ease;
    animation: rightTwo 1s ease
}

.CustomerCarouselParagraph--item.right-three {
    -webkit-animation: rightThree 1s ease;
    animation: rightThree 1s ease
}

.CustomerCarouselParagraph--item.up-one {
    -webkit-animation: upOne 1s ease;
    animation: upOne 1s ease
}

.CustomerCarouselParagraph--item.scale-down {
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-animation: scaleDown 1s ease;
    animation: scaleDown 1s ease
}

.CustomerCarouselParagraph--item.down-one {
    -webkit-animation: downOne 1s ease;
    animation: downOne 1s ease
}

.CustomerCarouselParagraph--item.left-one {
    -webkit-animation: leftOne 1s ease;
    animation: leftOne 1s ease
}

.CustomerCarouselParagraph--item.left-two {
    -webkit-animation: leftTwo 1s ease;
    animation: leftTwo 1s ease
}

.CustomerCarouselParagraph--item.left-three {
    -webkit-animation: leftThree 1s ease;
    animation: leftThree 1s ease
}

.CustomerCarouselParagraph--item.right-one {
    -webkit-animation: rightOne 1s ease;
    animation: rightOne 1s ease
}

.CustomerCarouselParagraph--item.right-two {
    -webkit-animation: rightTwo 1s ease;
    animation: rightTwo 1s ease
}

.CustomerCarouselParagraph--item.right-three {
    -webkit-animation: rightThree 1s ease;
    animation: rightThree 1s ease
}

.CustomerCarouselParagraph--item.up-one {
    -webkit-animation: upOne 1s ease;
    animation: upOne 1s ease
}

.CustomerCarouselParagraph--item.active,
.CustomerCarouselParagraph--item.static {
    height: 100%;
    width: 34%;
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
    z-index: 1;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease
}

.CustomerCarouselParagraph--item.active .CustomerCarousel .CustomerCarousel__logo svg,
.CustomerCarouselParagraph--item.active .CustomerCarousel .CustomerCarousel__logo img,
.CustomerCarouselParagraph--item.static .CustomerCarousel .CustomerCarousel__logo svg,
.CustomerCarouselParagraph--item.static .CustomerCarousel .CustomerCarousel__logo img {
    max-width: 62%
}

.CustomerCarouselParagraph--item.active .CustomerCarousel .CustomerCarousel__logo svg path,
.CustomerCarouselParagraph--item.static .CustomerCarousel .CustomerCarousel__logo svg path {
    fill: #fff
}

.CustomerCarouselParagraph--item.static {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(155, 169, 187, 0.1)
}

.CustomerCarouselParagraph--item.static .CustomerCarousel .CustomerCarousel__description {
    display: block
}

.CustomerCarouselParagraph--item.static .CustomerCarousel .CustomerCarousel__logo img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
    opacity: .3
}

.CustomerCarouselParagraph--item.static .CustomerCarousel .CustomerCarousel__logo svg path {
    fill: #9BA9BB
}

.CustomerCarouselParagraph--item.static:nth-child(2) {
    background-color: #EBEBED
}

.CustomerCarousel {
    height: 100%;
    position: relative
}

div:not(.active)>.CustomerCarousel {
    background-color: transparent !important
}
.CustomerCarousel__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #aaaab4
}

.CustomerCarousel__logo svg {
    width: 70%;
    height: auto
}

.CustomerCarousel__logo svg path {
    fill: #aaaab4
}

.CustomerCarousel__logo svg,
.CustomerCarousel__logo img {
    max-width: 128px;
}
.active .CustomerCarousel__logo {
    color: #fff
}

.active .CustomerCarousel__logo svg path {
    fill: #fff
}

.CustomerCarousel__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10%;
    height: 100%;
    text-align: center
}

.CustomerCarousel__title {
    font-size: .75rem;
    line-height: 1rem;
    width: 100%;
    color: #fff
}
.active .CustomerCarousel__title {
    font-size: 1.2rem;
    line-height: 1.8rem
}

.CustomerCarousel__description {
    display: none;
    margin-bottom: 20px;
    line-height: 1.1rem;
    width: 100%
}

.active .CustomerCarousel__description {
    display: block;
    line-height: 1.3rem
}
.CustomerCarousel__cta {
    font-size: 0.625rem
}
.active .CustomerCarousel__cta {
    font-size: 1rem
}

.CustomerCarousel h4>a:link,
.CustomerCarousel a:link,
.CustomerCarousel a:hover,
.CustomerCarousel a:visited {
    color: #fff;
    border-bottom: none
}

.CustomerCarousel a:link {
    border-bottom: 1px solid #fff
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

    .CustomerCarousel__logo svg,
    .CustomerCarousel__logo img {
        opacity: 1
    }
}

@media (max-width:991.98px) {
    .CustomerCarouselSection__wrap.container {
        max-width: 100% !important;
        width: 100%;
        padding: 0
    }
}
@media (min-width:768px) {
    .CustomerCarouselParagraph {
        padding-top: 33.3333%
    }
}

@media (min-width:768px) {
    .CustomerCarouselParagraph__wrap {
        margin-left: 0;
        width: 100%
    }
}

@media (max-width:767.98px) {
    .CustomerCarouselParagraph__wrap {
        margin-left: 0;
        width: 100%
    }
}

@media (max-width:767.98px) {

    .CustomerCarouselParagraph--item.active,
    .CustomerCarouselParagraph--item.static {
        width: 16.52%;
        display: none
    }
}

@media (max-width:767.98px) {
    .CustomerCarouselParagraph--item.static {
        width: 33.33%;
        display: block
    }
}

@media (max-width:767.98px) {
    .CustomerCarouselParagraph--item {
        width: 25%
    }

    .CustomerCarouselParagraph--item[data-index^="1"],
    .CustomerCarouselParagraph--item[data-index^="2"],
    .CustomerCarouselParagraph--item[data-index^="3"],
    .CustomerCarouselParagraph--item[data-index^="4"],
    .CustomerCarouselParagraph--item[data-index^="5"],
    .CustomerCarouselParagraph--item[data-index^="6"],
    .CustomerCarouselParagraph--item[data-index^="7"],
    .CustomerCarouselParagraph--item[data-index^="8"],
    .CustomerCarouselParagraph--item[data-index^="9"] {
        background-color: #F5F5F6
    }

    .CustomerCarouselParagraph--item[data-index^="1"],
    .CustomerCarouselParagraph--item[data-index^="4"],
    .CustomerCarouselParagraph--item[data-index^="6"],
    .CustomerCarouselParagraph--item[data-index^="9"] {
        background-color: #EBEBED
    }
}

@-webkit-keyframes upOne {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }
}

@keyframes upOne {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }
}

@-webkit-keyframes downOne {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }
}

@keyframes downOne {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0)
    }
}

@-webkit-keyframes rightOne {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@keyframes rightOne {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@-webkit-keyframes rightTwo {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@keyframes rightTwo {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@-webkit-keyframes rightThree {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@keyframes rightThree {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@-webkit-keyframes leftOne {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@keyframes leftOne {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@-webkit-keyframes leftTwo {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@keyframes leftTwo {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@-webkit-keyframes leftThree {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@keyframes leftThree {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    div:not(.active)>.CustomerCarousel {
        background-color: rgba(0, 0, 0, 0.15) !important
    }
}

@media (max-width:1199.98px) {

    .CustomerCarousel__logo svg,
    .CustomerCarousel__logo img {
        max-width: 70%
    }
}

@media (max-width:991.98px) {
    div:not(.active)>.CustomerCarousel .CustomerCarousel__title {
        display: none
    }
}

@media (min-width:992px) {
    .CustomerCarousel__title {
        font-size: 1.2rem;
        line-height: 1.5rem
    }
}

@media (min-width:1200px) {
    .CustomerCarousel__title {
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin-bottom: 16px
    }
}

@media (min-width:768px) {
    .active .CustomerCarousel__title {
        font-size: 1.5rem;
        line-height: 2.2rem
    }
}

@media (min-width:992px) {
    .active .CustomerCarousel__title {
        font-size: 2rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    .active .CustomerCarousel__title {
        font-size: 2.6rem;
        line-height: 2.6rem;
        margin-bottom: 20px
    }
}

@media (max-width:991.98px) {
    .active .CustomerCarousel__description {
        display: none
    }
}

@media (min-width:992px) {
    .CustomerCarousel__cta {
        font-size: 1rem
    }
}

@media (min-width:768px) {
    .active .CustomerCarousel__cta {
        font-size: 1.2rem
    }
}