/* --------------------
 Service - Salesforce
-------------------- */
.salesf__hero {
    align-items: center;
    background-image: url(../../images/commons/com-hero-yellow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .salesf__hero {
        height: 390px;
        padding-bottom: 0;
    }
}

.salesf__hero-container {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    flex-grow: 1;
    -ms-flex-negative: 1;
    -ms-flex-pack: center;
    -ms-flex-positive: 1;
    flex-shrink: 1;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .salesf__hero-container {
        padding: 15px 30px;
    }
}

.salesf__hero__title {
    color: #231815;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .salesf__hero__title {
        font-size: 3.2rem;
    }
}

.salesf__hero__desc {
    color: #231815;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0;
    text-align: center;
    width: 100%;
}

.salesf__hero__nav {
    background-color: rgba(255, 255, 255, .7);
    -webkit-box-flex: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    -ms-flex-positive: 0;
    flex-shrink: 0;
    height: auto;
    margin: 0;
    width: 100%;
}

.salesf__hero__nav-container {
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1060px;
    padding: 0;
}

@media (min-width: 768px) {
    .salesf__hero__nav-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.salesf__hero__nav__item {
    padding: 0;
    position: relative;
    width: 50%;
}

@media (min-width: 768px) {
    .salesf__hero__nav__item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .salesf__hero__nav__item {
        padding-left: 30px;
        padding-right: 30px;
        width: auto;
    }
}

.salesf__hero__nav__item__link {
    align-items: center;
    background-color: rgba(255, 220, 0, 0);
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    color: #595757;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
    font-size: 1.2rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    padding: 10px 8px;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .salesf__hero__nav__item__link {
        font-size: 1.4rem;
        padding: 15px 10px;
    }
}

.salesf__hero__nav__item__link:hover, .salesf__hero__nav__item__link:focus {
    background-color: rgba(255, 220, 0, .75);
    color: #595757;
}

.salesf__intro {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .salesf__intro {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.salesf__intro-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .salesf__intro-container {
        max-width: 920px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.salesf__intro__main {
    margin: 0;
}

@media (min-width: 768px) {
    .salesf__intro__main {
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -15px;
    }
}

.salesf__intro__main__content {
    margin: 0 0 40px;
    padding: 0;
}

@media (min-width: 768px) {
    .salesf__intro__main__content {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 70%;
    }
}

.salesf__intro__main__content__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .salesf__intro__main__content__title {
        font-size: 2.6rem;
        text-align: left;
    }
}

.salesf__intro__main__content__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .salesf__intro__main__content__title__text {
        padding-left: 0;
    }
}

.salesf__intro__main__content__title__text:before {
    background-image: url(../../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .salesf__intro__main__content__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        left: -55px;
        width: 45px;
    }
}

.salesf__intro__main__content__desc {
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .salesf__intro__main__content__desc {
        font-size: 1.6rem;
    }
}

.salesf__intro__main__content__desc:last-of-type {
    margin-bottom: 0;
}

.salesf__intro__main__fig {
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .salesf__intro__main__fig {
        padding-left: 15px;
        padding-right: 15px;
        width: 30%;
    }
}

.salesf__overview {
    background-color: #fff2c4;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .salesf__overview {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.salesf__overview-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .salesf__overview-container {
        max-width: 920px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.salesf__overview__title {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .salesf__overview__title {
        font-size: 2.0rem;
    }
}

.salesf__overview__logo {
    margin: 0 0 30px;
    text-align: center;
}

.salesf__overview__subtitle {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
}

.salesf__overview__content {
    margin: 0 0 80px;
}

.salesf__overview__content__desc {
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .salesf__overview__content__desc {
        font-size: 1.6rem;
    }
}

.salesf__overview__content__desc:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .salesf__overview__list {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 -15px;
    }
}

.salesf__overview__list__item {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .salesf__overview__list__item {
        padding: 0 15px;
        width: 50%;
    }
}

.salesf__overview__list__item-container {
    height: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 0;
}

.salesf__overview__list__item-container:before, .salesf__overview__list__item-container:after {
    border: 15px solid transparent;
    bottom: auto;
    content: '';
    display: block;
    height: 30px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

@media (min-width: 768px) {
    .salesf__overview__list__item-container:before, .salesf__overview__list__item-container:after {
        border-bottom-width: 23px;
        border-top-width: 23px;
        height: 46px;
    }
}

.salesf__overview__list__item-container:before {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
    left: 0;
    top: 0;
}

.salesf__overview__list__item-container:after {
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    bottom: 0;
    right: 0;
}

.salesf__overview__list__item-container__inner {
    background-color: #ffffff;
    margin: 0;
    padding: 20px 0 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .salesf__overview__list__item-container__inner {
        height: 100%;
        padding: 30px 0 50px;
    }
}

.salesf__overview__list__item-container__inner:before, .salesf__overview__list__item-container__inner:after {
    background-color: #ffffff;
    bottom: auto;
    content: '';
    display: block;
    height: auto;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

.salesf__overview__list__item-container__inner:before {
    bottom: 0;
    left: -30px;
    top: 30px;
}

@media (min-width: 768px) {
    .salesf__overview__list__item-container__inner:before {
        top: 46px;
    }
}

.salesf__overview__list__item-container__inner:after {
    bottom: 30px;
    right: -30px;
    top: 0;
}

@media (min-width: 768px) {
    .salesf__overview__list__item-container__inner:after {
        bottom: 46px;
    }
}

.salesf__overview__list__item__main {
    margin: 0 -15px;
    position: relative;
    z-index: 1;
}

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

.salesf__overview__list__item__main__head {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .salesf__overview__list__item__main__head {
        margin-bottom: 30px;
    }
}

.salesf__overview__list__item__main__head__number {
    color: #ecaa2d;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .2em;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .salesf__overview__list__item__main__head__number {
        font-size: 2.5rem;
    }
}

.salesf__overview__list__item__main__head__title {
    color: #3e3a39;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .salesf__overview__list__item__main__head__title {
        font-size: 2.5rem;
    }
}

.salesf__overview__list__item__main__content__desc {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0 0 30px;
}

.salesf__overview__list__item__main__content__desc:last-child {
    margin-bottom: 0;
}

.salesf__about {
    background-color: #ebecec;
    padding: 60px 0;
    position: relative;
}

@media (min-width: 768px) {
    .salesf__about {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.salesf__about-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .salesf__about-container {
        max-width: 920px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.salesf__about__main {
    margin: 0;
}

.salesf__about__main__content {
    margin: 0;
    padding: 0;
}

.salesf__about__main__content__title {
    color: #3e3a39;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .2em;
    margin: 0 0 30px;
    padding: 0;
}

@media (min-width: 768px) {
    .salesf__about__main__content__title {
        font-size: 3.2rem;
        padding-left: 20px;
    }
}

.salesf__about__main__content__desc {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0 0 30px;
}

.salesf__about__main__content__desc:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .salesf__about__main__content__desc {
        font-size: 1.6rem;
    }
}

.salesf__reason {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .salesf__reason {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.salesf__reason-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .salesf__reason-container {
        max-width: 920px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.salesf__reason__main {
    margin: 0;
}

@media (min-width: 768px) {
    .salesf__reason__main {
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -15px;
    }
}

.salesf__reason__main__content {
    margin: 0 0 40px;
    padding: 0;
}

@media (min-width: 768px) {
    .salesf__reason__main__content {
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 70%;
    }
}

@media (min-width: 992px) {
    .salesf__reason__main__content {
        padding-left: 80px;
    }
}

.salesf__reason__main__content__title {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 0 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .salesf__reason__main__content__title {
        font-size: 2.6rem;
        text-align: left;
    }
}

.salesf__reason__main__content__title__text {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
}

@media (min-width: 992px) {
    .salesf__reason__main__content__title__text {
        padding-left: 0;
    }
}

.salesf__reason__main__content__title__text:before {
    background-image: url(../../images/commons/com-title-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    content: '';
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
}

@media (min-width: 992px) {
    .salesf__reason__main__content__title__text:before {
        background-size: 45px 45px;
        height: 45px;
        left: -55px;
        width: 45px;
    }
}

.salesf__reason__main__content__desc {
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .salesf__reason__main__content__desc {
        font-size: 1.6rem;
    }
}

.salesf__reason__main__content__desc:last-of-type {
    margin-bottom: 0;
}

.salesf__reason__main__fig {
    padding: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .salesf__reason__main__fig {
        padding-left: 15px;
        padding-right: 15px;
        width: 30%;
    }
}

.salesf__pickup {
    background-color: #f9cc00;
    padding: 60px 0;
    position: relative;
}

@media (min-width: 768px) {
    .salesf__pickup {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.salesf__pickup:before {
    background-image: url(../../images/pages/service/salesforce/service-salesforce-pickup-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 400px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.salesf__pickup-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .salesf__pickup-container {
        max-width: 920px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.salesf__pickup__title {
    color: #231815;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    text-shadow: 0 0 5px white, 0 0 8px white;
}

@media (min-width: 768px) {
    .salesf__pickup__title {
        font-size: 3.2rem;
    }
}

.salesf__pickup__desc {
    color: #231815;
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 50px;
    text-align: center;
    text-shadow: 0 0 5px white, 0 0 8px white;
}

@media (min-width: 768px) {
    .salesf__pickup__desc {
        font-size: 1.6rem;
    }
}

.salesf__pickup__list {
    width: 100%;
}

@media (min-width: 768px) {
    .salesf__pickup__list {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0 -15px;
    }
}

.salesf__pickup__list__item {
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .salesf__pickup__list__item {
        padding: 0 15px;
        width: 50%;
    }
    .salesf__pickup__list__item:last-child {
        width: 100%;
    }
}

.salesf__pickup__list__item-container {
    height: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 0;
}

.salesf__pickup__list__item-container:before, .salesf__pickup__list__item-container:after {
    border: 15px solid transparent;
    bottom: auto;
    content: '';
    display: block;
    height: 30px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

@media (min-width: 768px) {
    .salesf__pickup__list__item-container:before, .salesf__pickup__list__item-container:after {
        border-bottom-width: 23px;
        border-top-width: 23px;
        height: 46px;
    }
}

.salesf__pickup__list__item-container:before {
    border-bottom-color: #ffffff;
    border-right-color: #ffffff;
    left: 0;
    top: 0;
}

.salesf__pickup__list__item-container:after {
    border-left-color: #ffffff;
    border-top-color: #ffffff;
    bottom: 0;
    right: 0;
}

.salesf__pickup__list__item-container__inner {
    background-color: #ffffff;
    margin: 0;
    padding: 20px 0 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .salesf__pickup__list__item-container__inner {
        height: 100%;
        padding: 30px 0 50px;
    }
}

.salesf__pickup__list__item-container__inner:before, .salesf__pickup__list__item-container__inner:after {
    background-color: #ffffff;
    bottom: auto;
    content: '';
    display: block;
    height: auto;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: auto;
    width: 30px;
    z-index: 0;
}

.salesf__pickup__list__item-container__inner:before {
    bottom: 0;
    left: -30px;
    top: 30px;
}

@media (min-width: 768px) {
    .salesf__pickup__list__item-container__inner:before {
        top: 46px;
    }
}

.salesf__pickup__list__item-container__inner:after {
    bottom: 30px;
    right: -30px;
    top: 0;
}

@media (min-width: 768px) {
    .salesf__pickup__list__item-container__inner:after {
        bottom: 46px;
    }
}

.salesf__pickup__list__item__main {
    margin: 0 -15px;
    position: relative;
    z-index: 1;
}

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

.salesf__pickup__list__item__main__head {
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .salesf__pickup__list__item__main__head {
        margin-bottom: 30px;
    }
}

.salesf__pickup__list__item__main__head__number {
    color: #ecaa2d;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .2em;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .salesf__pickup__list__item__main__head__number {
        font-size: 2.5rem;
    }
}

.salesf__pickup__list__item__main__head__title {
    color: #3e3a39;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .salesf__pickup__list__item__main__head__title {
        font-size: 2.5rem;
    }
}

.salesf__pickup__list__item__main__content__desc {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.2;
    margin: 0 0 30px;
}

.salesf__pickup__list__item__main__content__desc:last-child {
    margin-bottom: 0;
}

.salesf__pickup__list__item__main__note {
    background-color: #fff2c4;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 2.2;
    margin: 30px auto 0;
    max-width: 680px;
    padding: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .salesf__pickup__list__item__main__note {
        margin-top: 50px;
    }
}

.salesf__case {
    padding: 60px 0;
    position: relative;
}

@media (min-width: 768px) {
    .salesf__case {
        padding-bottom: 120px;
        padding-top: 120px;
    }
}

.salesf__case:before {
    background-image: url(../../images/pages/service/salesforce/service-salesforce-case-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 400px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.salesf__case-container {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .salesf__case-container {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.salesf__case__title {
    font-size: 3.2rem;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.salesf__case__desc {
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .salesf__case__desc {
        font-size: 1.6rem;
    }
}

.salesf__case__list {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .salesf__case__list {
        align-items: stretch;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.salesf__case__list__item {
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .salesf__case__list__item {
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
    }
}

.salesf__case__list__item__link {
    background-color: white;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    display: block;
    padding: 20px 15px;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), -webkit-box-shadow .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 992px) {
    .salesf__case__list__item__link {
        padding: 20px 30px;
    }
}

.salesf__case__list__item__link__title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.salesf__case__list__item__link__subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.salesf__case__list__item__link__thumb {
    margin: 0 0 40px;
    text-align: center;
}

.salesf__case__list__item__link__action__button {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    display: block;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.salesf__case__list__item__link__action__button span {
    visibility: hidden;
}

.salesf__case__list__item__link__action__button:before, .salesf__case__list__item__link__action__button:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 112px 10px;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 112px;
}

.salesf__case__list__item__link__action__button:before {
    background-image: url(../../images/commons/com-read-more-white.svg);
}

.salesf__case__list__item__link__action__button:after {
    opacity: 0;
}

.salesf__case__list__item__link:hover .salesf__case__list__item__link__action__button, .salesf__case__list__item__link:focus .salesf__case__list__item__link__action__button {
    background-color: white;
}

.salesf__case__list__item__link:hover .salesf__case__list__item__link__action__button:before, .salesf__case__list__item__link:focus .salesf__case__list__item__link__action__button:before {
    opacity: 0;
}

.salesf__case__list__item__link:hover .salesf__case__list__item__link__action__button:after, .salesf__case__list__item__link:focus .salesf__case__list__item__link__action__button:after {
    opacity: 1;
}

.salesf__case__list__item:nth-child(4n+1) .salesf__case__list__item__link, .salesf__case__list__item:nth-child(4n+4) .salesf__case__list__item__link {
    border-color: #33a8ff;
}

.salesf__case__list__item:nth-child(4n+1) .salesf__case__list__item__link__title, .salesf__case__list__item:nth-child(4n+1) .salesf__case__list__item__link__subtitle, .salesf__case__list__item:nth-child(4n+4) .salesf__case__list__item__link__title, .salesf__case__list__item:nth-child(4n+4) .salesf__case__list__item__link__subtitle {
    color: #33a8ff;
}

.salesf__case__list__item:nth-child(4n+1) .salesf__case__list__item__link__action__button, .salesf__case__list__item:nth-child(4n+4) .salesf__case__list__item__link__action__button {
    background-color: #33a8ff;
    border-color: #33a8ff;
}

.salesf__case__list__item:nth-child(4n+1) .salesf__case__list__item__link__action__button:after, .salesf__case__list__item:nth-child(4n+4) .salesf__case__list__item__link__action__button:after {
    background-image: url(../../images/commons/com-read-more-blue.svg);
}

.salesf__case__list__item:nth-child(4n+1) .salesf__case__list__item__link:hover, .salesf__case__list__item:nth-child(4n+1) .salesf__case__list__item__link:focus, .salesf__case__list__item:nth-child(4n+4) .salesf__case__list__item__link:hover, .salesf__case__list__item:nth-child(4n+4) .salesf__case__list__item__link:focus {
    background-color: #f5fbff;
    -webkit-box-shadow: 0 0 6px rgba(51, 168, 255, .75);
            box-shadow: 0 0 6px rgba(51, 168, 255, .75);
}

.salesf__case__list__item:nth-child(4n+1) .salesf__case__list__item__link:hover .salesf__case__list__item__link__action__button, .salesf__case__list__item:nth-child(4n+1) .salesf__case__list__item__link:focus .salesf__case__list__item__link__action__button, .salesf__case__list__item:nth-child(4n+4) .salesf__case__list__item__link:hover .salesf__case__list__item__link__action__button, .salesf__case__list__item:nth-child(4n+4) .salesf__case__list__item__link:focus .salesf__case__list__item__link__action__button {
    background-color: white;
}

.salesf__case__list__item:nth-child(4n+2) .salesf__case__list__item__link, .salesf__case__list__item:nth-child(4n+3) .salesf__case__list__item__link {
    border-color: #eb8ca2;
}

.salesf__case__list__item:nth-child(4n+2) .salesf__case__list__item__link__title, .salesf__case__list__item:nth-child(4n+2) .salesf__case__list__item__link__subtitle, .salesf__case__list__item:nth-child(4n+3) .salesf__case__list__item__link__title, .salesf__case__list__item:nth-child(4n+3) .salesf__case__list__item__link__subtitle {
    color: #eb8ca2;
}

.salesf__case__list__item:nth-child(4n+2) .salesf__case__list__item__link__action__button, .salesf__case__list__item:nth-child(4n+3) .salesf__case__list__item__link__action__button {
    background-color: #eb8ca2;
    border-color: #eb8ca2;
}

.salesf__case__list__item:nth-child(4n+2) .salesf__case__list__item__link__action__button:after, .salesf__case__list__item:nth-child(4n+3) .salesf__case__list__item__link__action__button:after {
    background-image: url(../../images/commons/com-read-more-pink.svg);
}

.salesf__case__list__item:nth-child(4n+2) .salesf__case__list__item__link:hover, .salesf__case__list__item:nth-child(4n+2) .salesf__case__list__item__link:focus, .salesf__case__list__item:nth-child(4n+3) .salesf__case__list__item__link:hover, .salesf__case__list__item:nth-child(4n+3) .salesf__case__list__item__link:focus {
    background-color: #fefafb;
    -webkit-box-shadow: 0 0 6px rgba(235, 140, 162, .75);
            box-shadow: 0 0 6px rgba(235, 140, 162, .75);
}

.salesf__case__list__item:nth-child(4n+2) .salesf__case__list__item__link:hover .salesf__case__list__item__link__action__button, .salesf__case__list__item:nth-child(4n+2) .salesf__case__list__item__link:focus .salesf__case__list__item__link__action__button, .salesf__case__list__item:nth-child(4n+3) .salesf__case__list__item__link:hover .salesf__case__list__item__link__action__button, .salesf__case__list__item:nth-child(4n+3) .salesf__case__list__item__link:focus .salesf__case__list__item__link__action__button {
    background-color: white;
}

.salesf__case__action__button {
    background-color: #ffe000;
    display: block;
    margin: 0 auto;
    max-width: 380px;
    padding: 8px 10px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1);
            transition: background-color .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.salesf__case__action__button span {
    visibility: hidden;
}

.salesf__case__action__button:before, .salesf__case__action__button:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 112px 10px;
    bottom: 0;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
            transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: 112px;
}

.salesf__case__action__button:before {
    background-image: url(../../images/commons/com-read-more-blue.svg);
}

.salesf__case__action__button:after {
    background-image: url(../../images/commons/com-read-more-yellow.svg);
    opacity: 0;
}

.salesf__case__action__button:hover, .salesf__case__action__button:focus {
    background-color: #ee8fa5;
}

.salesf__case__action__button:hover:before, .salesf__case__action__button:focus:before {
    opacity: 0;
}

.salesf__case__action__button:hover:after, .salesf__case__action__button:focus:after {
    opacity: 1;
}
