/*  ------  local   ------  */
.exf__reffilable-legalTerms {
    position: absolute;
    bottom : 1vw;
    right: 2vw;
}
.exf__page .efe__push-title {
    line-height: 1em;
    font-size: calc(27 * var(--ratioPush));
}
.exf__page .exf__services .swiper-wrapper {
	justify-content: center !important;
}
/* Mobile */
@media (max-width: 480px) {
    .exf__reffilable-legalTerms {
        font-size: 8px;
    }
    #cstom-clp {
        left: 1% !important;
    }
    .exf__page .efe__push-cta {
        bottom: calc(39 * var(--ratioPush));
    }
    .exf__page .exf__services .swiper-wrapper {
		justify-content: left !important;
	}
}
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .exf__page .exf__reffilable-body {
        left: 58% !important;
    }
    .exf__page .exf__reffilable-title {
        font-size: 38px;
    }
    .exf__page .exf__sets-products .swiper-wrapper {
        justify-content: left !important;
}
}

