/*  ------  local   ------  */

 body, html { overflow-x: clip !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-title {
	    	        font-size: 45px;
	    }
}

@media (max-width: 480px) {
	    .exf__page .exf__header-title {
        font-size: calc(28 * var(--headerTextRatio));
    }

    .exf__page .exf__reffilable-title {
    font-size: calc(20 * var(--ratioReffilable));
    }
}
