/** ----------------------------- News page ---------------------------- */
body .inbenta-helpsite .inbenta-km__news .inbenta-km__news__month--hidden {
    display: none;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__news__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__news__title .inbenta-km-title {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__news__title .inbenta-km-banner {
    width: 25%;
    min-height: 175px;
    background-repeat: no-repeat;
    margin: -50px 0 14px 0;
    background-size: contain;
    background-position: center;
    background-image: url(/assets/images/illu-news.svg);
}

body .inbenta-helpsite .inbenta-km__news ul {
    padding: 0;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km-title__month {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #393939;
    margin: 16px 0;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__news__container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-bottom: 32px;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq {
    position: relative;
    margin-bottom: 24px;
    border-radius: 8px;
    border: solid 1px #e0e0e8;
    background-color: #ffffff;
    box-shadow: none;
    min-height: 64px;
    max-width: 384px;
    width: 384px;
    padding: 0;
}


body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq:hover {
    box-shadow: none;
    background: #ffffff;
}


body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq {
    margin-right: 24px;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq:nth-child(3n) {
    margin-right: 0;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq .inbenta__faq__image {
    width: auto;
    height: 160px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq .inbenta-km__faq__date {
    padding: 0;
    margin: 2px 0 4px 0;
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #6f7274;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq .inbenta-km__faq__title {
    padding: 0;
    margin: auto 0;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq .title__faq__text {
    font-family: Montserrat !important;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    color: #393939;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq .body__contents__item {
    display: block;
    word-break: break-word;
    margin: 8px 0 22px 0;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #757575;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq .faq__link {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #5c5bff;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq .faq__link:hover {
    text-decoration: underline;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq__preview {
    padding: 22px 32px;
    display: flex;
    flex-direction: column;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__news__loader {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__news__loader .inbenta-km__news__loader-text {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #393939;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__news__loader .inbenta-km__news__loader-bar {
    position: relative;
    width: 224px;
    height: 4px;
    border-radius: 1px;
    background-color: #ffffff;
    margin-bottom: 26px;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__news__loader .inbenta-km__news__loader-bar-progression {
    position: absolute;
    content: '';
    left: 0;
    width: 50px;
    height: 4px;
    border-radius: 1px;
    background-color: #ffd700;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-km__news__loader .inbenta-km__news__loader-button {
    width: 178px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #ffd700;
    background-color: #ffffff;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #393939;
}

/* Categories logos */
body .inbenta-helpsite .inbenta-km__news .inbenta-helpsite__body .banner-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-helpsite__body .banner-section__text {
    align-self: center;
    padding-bottom: 26px;
}

body .inbenta-helpsite .inbenta-km__news .inbenta-helpsite__body .inbenta-km-title {
    padding: 12px 0;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #393939;
}

@media (max-width: 900px) {
    body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq:nth-child(3n) {
        margin-right: 24px;
    }

    body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 763px) {
    body .inbenta-helpsite .inbenta-km__news .inbenta-km__news__container {
        flex-flow: row;
        overflow-x: scroll;
        width: calc(100% + 16px);
    }

    body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq:nth-child(odd) {
        margin-right: 0;
    }

    body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq {
        margin: 0 12px 12px 12px;
        min-width: 360px;
    }

    body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq:first-child {
        margin-left: 0;
    }
}

@media (max-width: 670px) {
    body .inbenta-helpsite__body {
        margin-bottom: 40px;
    }

    body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq__preview {
        padding-top: 14px;
    }

    body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq .body__contents__item {
        margin-top: 0;
    }

    body .inbenta-helpsite .inbenta-km__news .inbenta-km__faq {
        margin: 0 12px 12px 12px;
        min-width: 256px;
    }
}

@media (max-width: 480px) {
    body .inbenta-helpsite .inbenta-km__news .inbenta-km__news__loader .inbenta-km__news__loader-button {
        width: 100%;
    }
}

/*News content*/

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active {
    border-top: solid 1px #e0e0e8;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active > *:not(.inbenta__faq__image) {
    margin-left: 40px;
    margin-right: 40px;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta__faq__image {
    width: 100%;
    max-height: 272px;
    height: 272px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 43px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__date {
    padding: 0px 48px;
    margin-bottom: 0;
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #6f7274;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__date:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-image: url(/assets/images/icon-clock.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title {
    margin: 12px 40px;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title .title__faq__text {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__body {
    margin-top: 4px;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #757575;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__back-button {
    font-size: 14px;
}

@media (max-width: 763px) {
    body .inbenta-helpsite .inbenta-km__faqs {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active {
        border: none;
        border-bottom: 4px solid #ffffff;
        margin-bottom: 34px;
    }

    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active > *:not(.inbenta__faq__image) {
        margin-left: 16px;
        margin-right: 16px;
    }

    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__body,
    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__date,
    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title {
        padding: 0px 32px;
    }

    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title {
        margin: 12px 16px;
    }

    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__back-button {
        margin-left: 32px;
    }

    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta__faq__image {
        border-radius: 0;
        margin-bottom: 36px;
    }

}

@media (max-width: 670px) {
    body .inbenta-helpsite .inbenta-km__faqs {
        margin-bottom: 58px;
    }
}

@media (max-width: 480px) {

    body .inbenta-helpsite .inbenta-km__faqs {
        margin-bottom: 50px;
    }

    body .inbenta-helpsite .inbenta-km__news .inbenta-km__news__title .inbenta-km-banner {
        display: none;
    }

    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active {
        margin-bottom: 26px;
    }

    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active > *:not(.inbenta__faq__image) {
        margin-left: 0;
        margin-right: 0;
    }

    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title {
        margin: 12px 0;
    }
    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__date:before {
        display: none;
    }

    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title {
        margin-top: 8px;
    }

    body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title .title__faq__text {
        font-size: 18px;
    }
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__body,
body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__date,
body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__title {
    padding: 0px 16px;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__back-button {
    margin-left: 16px;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta__faq__image {
    margin-bottom: 25px;
}
