.disclaimer .item {
    background-color: #fff;
    padding: 20px 14px;
    cursor: pointer;
    border: 1px solid #AAA;
    border-radius: 10px;
    width: 90vw;
    margin: 2vh auto 24px auto;
    min-height: 68px;
}

#container-e8a2141420 .disclaimer .item {
    width: 85%;
    margin-top: 24px;
    /*  margin: 2vh auto 23px 110px */
}

.cmp-link__screen-reader-only {
    display: none;
}

.disclaimer .item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.disclaimer .item-head>.h2 {
    color: var(--text-black-131619, #131619);
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.disclaimer .icon {
    width: 20px;
    height: 20px;
}

.disclaimer .hidden-box-disclaimer {
    grid-column: 1/3;
    display: none;
}

.disclaimer .hidden-box-disclaimer ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.disclaimer .hidden-box-disclaimer p {
    line-height: 1.5;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 12px !important;
    font-family: 'Rubik';
}

.disclaimer .hidden-box-disclaimer ul li {
    margin-left: 16px;
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: 0.5px;
    word-spacing: 3px;
}

.disclaimer .disclaimer-active .hidden-box-disclaimer {
    display: block;
    margin-top: 40px;
}

.disclaimer .readall {
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;

}

.disclaimer .readall span {
    color: var(--balic-brand-color-blue-005-eac, #005DAC);
    text-align: right;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.disclaimer .readall img {
    width: 14px;
    height: 16px;
}

@media only screen and (max-width:1320px) {
    #container-e8a2141420 .disclaimer .item {
        /*  width: 87%; */
    }

}

@media only screen and (max-width:1290px) {
    #container-e8a2141420 .disclaimer .item {
        /* margin-left: 24px; */
        width: 90%;
    }

}

@media screen and (max-width: 786px) {

    #container-e8a2141420 .disclaimer .item {
        width: 92vw;
        margin: 2vh auto 23px 18px;
    }

    .disclaimer .item-head>.h2 {
        color: var(--text-black-131619, #131619);
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .disclaimer .item {
        background-color: #fff;
        padding: 16px;
        min-height: auto;

    }

    .disclaimer .icon {
        width: 16px;
        height: 16px;
    }


}