.river-module {
    text-align: center;
    padding-top: 12.5rem;
    padding-bottom: 11.5rem;
    background-color: white;
}
@media all and (min-width: 768px) {
    .river-module {
        padding-top: 13.75rem;
        padding-bottom: 3.125rem;
        width: 100%;
        overflow: hidden;
    }
}
.river-module .river-card {
    background-color: #F4F4F4;
}
.river-module.theme-grey {
    background-color: #EFF1F6;
}
.river-module.theme-grey .river-card {
    background-color: white;
}
.river-module .river-module-header {
    padding: 0 2.5rem 5rem;
}
@media all and (min-width: 768px) {
    .river-module .river-module-header {
        padding: 0 0 8.75rem;
        -webkit-transition: visibility 0s .5s, opacity .5s linear;
                transition: visibility 0s .5s, opacity .5s linear;
        opacity: 0;
        will-change: opacity;
        -webkit-transition: opacity 1s cubic-bezier(.445, .05, .55, .95);
                transition: opacity 1s cubic-bezier(.445, .05, .55, .95);
        -webkit-transition-delay: .5;
                transition-delay: .5;
    }
    .river-module .river-module-header.fadeIn {
        opacity: 1;
    }
}
@media all and (min-width: 992px) {
    .river-module .river-module-header {
        padding: 0 0 10rem;
    }
}
.river-module .river-module-header h2 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
}
@media all and (min-width: 768px) {
    .river-module .river-module-header h2 {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}

.river-mask {
    opacity: 1;
}
@media all and (min-width: 768px) {
    .river-mask {
        width: 100%;
        height: 100%;
        height: 1300px;
        opacity: 0;
        overflow: hidden;
        position: relative;
    }
}

.river-cards-container {
    width: 100%;
    height: 31.25rem;
    max-width: initial;
    opacity: 1;
}
.river-cards-container .slick-dots {
    bottom: -7px;
}
.river-cards-container .slick-dots li {
    margin: 0;
}
@media all and (min-width: 768px) {
    .river-cards-container {
        height: 100%;
    }
}
