/*  ------  local   ------  */

 body, html { overflow-x: clip !important; } 
 
.efe__push-legalTerms {
    position: absolute;
    bottom : 1vw;
    right: 2vw;
}

.exf__reffilable-content .efe__cta2 {
    text-align: left;
}




@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .efe__push-legalTerms {
        text-align: right;
        margin: 5px 10px;
    }
}


@media (max-width: 480px) {
    .efe__push-legalTerms {
        font-size: 10px;
    }

    .exf__page .exf__header-text {
        font-size: calc(12 * var(--headerTextRatio));
    }
    .exf__page .exf__reffilable-title {
        font-size: calc(15 * var(--ratioReffilable));
    }
    .exf__page .exf__faq-item-handler {
        font-size: 12px;
    }
    .exf__page .efe__push-cta {
        bottom: 70px;
    }
    .exf__page .exf__cta-btn {
        font-size: 12px;
    }

    .exf__reffilable-content .efe__cta2 {
        text-align: left;
    }
    .efe__push-legalTerms {
        margin: 5px 10px;
    }
}