/** ----------------------------- Tips page ---------------------------- */

/** ----------------------------- Tips header part ---------------------------- */

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

body .inbenta-helpsite .inbenta-km__tips__header .inbenta-km__tips__header__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__tips__header .inbenta-km__tips__header__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-tips.svg);
}

/** ----------------------------- Tips populars part ---------------------------- */

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km-title__populars {
    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: 20px 0;
    padding: 6px;
    max-width: 50%;
    top: 0;
    left: 0;
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq {
    border-radius: 8px;
    border: solid 1px #e0e0e8;
    background-color: #ffffff;
    box-shadow: none;
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title {
    display: flex;
    padding: 18px 22px 18px 34px;
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title .title__icon {
    display: block;
    width: 44px;
    height: 44px;
    background-image: url(/assets/images/icon-tips-safe.svg);
    background-repeat: no-repeat;
    background-size: 31px;
    background-position: center center;
    background-color: #fffae5;
    border-radius: 50%;
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title--35 .title__icon {
    background-image: url(/assets/images/icon-task.svg);
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title--36 .title__icon {
    background-image: url(/assets/images/icon-navbar-organisation.svg);
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title--37 .title__icon {
    background-image: url(/assets/images/icon-document-one-doc.svg);
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title--39 .title__icon {
    background-image: url(/assets/images/icon-pro.svg);
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title .title__mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;

}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title .title__faq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 18px;
    padding: 0;
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title .title__faq__category {
    padding: 0;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #5c5bff;
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title .title__faq .title__faq__text {
    padding: 0;
    margin: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #393939;
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title .title__faq__icon:before {
    display: block;
    top: 16px;
    right: 8px;
    content: " ";
    width: 40px;
    height: 40px;
    background: url(../images/icon-arrow-down.svg) no-repeat center;
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq--active .inbenta-km__faq__title .title__faq__icon:before {
    transform: rotate(180deg);
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq--active .title__faq__text {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq--active .inbenta-km__faq__title {
    background-color: #fffae5;
}

body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq--active .inbenta-km__faq__body {
    margin-top: 24px;
}

/** ----------------------------- Tips categories part ---------------------------- */

body .inbenta-helpsite .inbenta-km__tips__categories {
    position: relative;
    margin-top: 16px;
}

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


body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km-title__categories {
    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: 20px 0;
    padding: 6px;
    padding-top: 26px;
    max-width: 50%;
    top: 0;
    left: 0;
}

body .inbenta-helpsite .inbenta-km__tips__categories a.button--secondary {
    background: none;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-family: OpenSans;
    line-height: 20px;
    color: #5c5bff;
    text-transform: none;
    max-width: 50%;
    letter-spacing: normal;
}

body .inbenta-helpsite .inbenta-km__tips__categories a.button--secondary:hover {
    text-decoration: underline;
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category {
    width: 100%;
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group {
    width: 100%;
    width: calc(100% + 16px);
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category {
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    background-color: #fffae5;
    transition: none;
    width: calc(25% - 16px);
    flex: none;
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category:hover {
    background-color: #ffd700;
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category .inbenta-km__category__content-category {
    border: 1px solid #c9c9d2;
    border-radius: 8px;
    box-shadow: none;
    transition: none;
    min-height: 184px;
    display: block;
    padding: 0;
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category .inbenta-km__category__content-category:hover {
    border: 1px solid #ffd700;
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category .inbenta-km__category__content-category .content-category__icon:before {
    display: none;
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category .inbenta-km__category__content-category .content-category__icon {
    background-image: url(/assets/images/icon-tips-safe.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    width: 73px;
    min-height: 76px;
    display: block;
    margin: 2px auto;
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category .inbenta-km__category__content-category:hover .content-category__icon {
    background-image: url(/assets/images/icon-tips-safe-grey.svg);
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category--35 .inbenta-km__category__content-category .content-category__icon {
    background-image: url(/assets/images/icon-task.svg);
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category--35 .inbenta-km__category__content-category:hover .content-category__icon {
    background-image: url(/assets/images/icon-task-grey.svg);
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category--36 .inbenta-km__category__content-category .content-category__icon {
    background-image: url(/assets/images/icon-navbar-organisation.svg);
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category--36 .inbenta-km__category__content-category:hover .content-category__icon {
    background-image: url(/assets/images/icon-navbar-organisation-grey.svg);
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category--37 .inbenta-km__category__content-category .content-category__icon {
    background-image: url(/assets/images/icon-document-one-doc.svg);
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category--37 .inbenta-km__category__content-category:hover .content-category__icon {
    background-image: url(/assets/images/icon-document-one-doc-grey.svg);
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category--39 .inbenta-km__category__content-category .content-category__icon {
    background-image: url(/assets/images/icon-pro.svg);
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category--39 .inbenta-km__category__content-category:hover .content-category__icon {
    background-image: url(/assets/images/icon-pro-grey.svg);
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category .inbenta-km__category__content-category .content-category__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 102px;
    background-color: #ffffff;
    border: 0;
    border-radius: 0 0 8px 8px;
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category .inbenta-km__category__content-category .content-category__text .content-category__title {
    flex-grow: inherit;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    padding: 24px 0 8px 0;
}

body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category .inbenta-km__category__content-category .content-category__text .content-category__description {
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #6f7274;
}

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

@media (max-width: 820px) {
    body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category {
        width: calc(33.333334% - 16px);
    }

    body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category:nth-child(2n+2) {
        margin: 0 16px 16px 0;
    }
}


@media (max-width: 763px) {
    body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title {
        padding: 18px 26px;
    }
}

@media (max-width: 670px) {

    body .inbenta-helpsite .inbenta-km__tips__populars {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body .inbenta-helpsite .inbenta-km__tips__header .inbenta-km__tips__header__title .inbenta-km-title {
        padding: 0;
        margin: 0;
    }

    body .inbenta-helpsite .inbenta-km__tips__header .inbenta-km__tips__header__title .inbenta-km-banner {
        display: none;
    }

    body .inbenta-helpsite .inbenta-km__tips__header {
        margin-top: 0;
        margin-left: 16px !important;

    }

    body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km-title__populars {
        margin-left: 16px !important;
        margin-bottom: 10px;
        padding-top: 4px;
        padding-left: 0;

    }

    body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq {
        border-radius: 0;
        border: none;
        border-bottom: solid 1px #e0e0e8;
        margin: 0;
    }

    body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title {
        flex-direction: column;
        padding: 20px 16px 16px 16px;
    }


    body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title .title__icon {
        width: 30px;
        height: 30px;
        background-size: 20px;

    }

    body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title .title__faq__category {
        align-content: flex-start;
        margin-right: auto;
        margin-left: 9px;
    }

    body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title .title__faq__icon:before {
        width: 16px;
        height: 16px;
    }

    body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq--active .inbenta-km__faq__body .body__contents {
        margin-bottom: 0;
    }

    body .inbenta-helpsite .inbenta-km__tips__categories {
        margin-left: 16px !important;
    }

    body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km-title__categories {
        padding-left: 0;
    }

    body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group {
        width: 100%;
        flex-flow: row;
        overflow-x: scroll;
        margin-bottom: 32px;
    }

    body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category {
        width: 246px;
    }

    body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category:last-of-type {
        margin-right: 0px;
    }

}

@media (max-width: 670px) {
    body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title .title__faq__icon::before {
        width: 16px;
        height: 16px;
        background-size: contain;
    }
}

@media (max-width: 480px) {
    body .inbenta-helpsite .inbenta-km__tips__categories .inbenta-km__categories__container .container__category .container__category__group .inbenta-km__category {
        margin: 0 16px 16px 0;
    }
}


/*Category content's list page*/

body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__tips__header {
    display: flex;
    flex-direction: row;
}

body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km-banner {
    background-image: url(/assets/images/icon-tips-safe.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transition: none;
    width: 87px;
    min-height: 87px;
    display: block;
    background-size: 64px;
    background-position: center center;
    background-color: #fffae5;
    border-radius: 50%;
    margin-right: 24px;
}

body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__faq__title--35 .inbenta-km-banner {
    background-image: url(/assets/images/icon-task.svg);
}

body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__faq__title--36 .inbenta-km-banner {
    background-image: url(/assets/images/icon-navbar-organisation.svg);
}

body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__faq__title--37 .inbenta-km-banner {
    background-image: url(/assets/images/icon-document-one-doc.svg);
}

body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__faq__title--39 .inbenta-km-banner {
    background-image: url(/assets/images/icon-pro.svg);
}

body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__tips__header__title {
    display: flex;
    flex-direction: column;
}

body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km-title {
    margin: 0 0 2px 0;
    padding-left: 0;
}

body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km-text {
    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__tips__category .inbenta-km__tips__populars {
    margin-top: 40px;
    margin-bottom: 42px;
}

body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__faq .title__icon {
    display: none;
}

body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__faq--active .inbenta-km__faq__body {
    margin-top: 24px;
}

@media (max-width: 820px) {

    body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__tips__populars {
        margin-bottom: 34px;
    }

}

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

    body .inbenta-helpsite__body > * {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body .inbenta-helpsite .inbenta-km__breadcrumb {
        margin-left: 16px !important;
        margin-bottom: 20px !important;
        margin-top: 20px;
    }

    body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__tips__populars .inbenta-km__faq__title {
        margin: 0;
        padding: 16px;
    }

    body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__faq--active .inbenta-km__faq__body {
        padding: 16px;
        margin: 0;
    }

    body .inbenta-helpsite .inbenta-km__tips__category {
        margin-bottom: 40px;
    }

    body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__tips__header {
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-right: 12px;
        margin-left: 16px;
    }

    body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km-banner {
        margin: 0;
        width: 71px;
        height: 71px;
        min-height: auto;
        background-size: 52px;
    }

    body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__tips__populars .inbenta-km__faq__title {
        flex-direction: row-reverse;
    }

    body .inbenta-helpsite .inbenta-km__tips__category .inbenta-km__faq__title .title__faq {
        margin: 0;
    }

    body .inbenta-helpsite .inbenta-km__tips__populars .inbenta-km__faq__title .title__faq {
        margin-left: 0;
    }

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