.river-module {
    text-align: left;
    padding-top: 12.5rem;
    padding-bottom: 11.5rem;
    background-color: white;
}
@media all and (min-width: 768px) {
    .river-module {
        padding-top: 120px;
        padding-bottom: 3.125rem;
        width: 100%;
        overflow: hidden;
    }
}
.river-module .river-card {
    background-color: #F4F4F4;
}
@media all and (max-width: 768px) {
    .river-cards-no-header .river-module {
        padding: 80px 0;
    }
}
.river-module.theme-grey {
    background-color: #F7F7FA;
}
.river-module.theme-grey .river-card {
    background-color: white;
}
.river-module .river-module-header {
    max-width: 1120px;
    padding: 80px 26px 80px;
    margin: 0 auto;
}
@media all and (min-width: 768px) {
    .river-module .river-module-header {
        padding: 0 60px 100px;
        -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 {
        margin: 0;
        width: 100%;
    }
}
@media all and (min-width: 1240px) {
    .river-module .river-module-header {
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }
}
.river-module .river-module-header h2 {
    font-family: 'GS Sans Condensed';
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
}
@media all and (min-width: 768px) {
    .river-module .river-module-header h2 {
        font-size: 56px;
        line-height: 56px;
        font-weight: 400;
    }
}

.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%;
    }
}
