/* === Keyfatcs CSS === */
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper .center-align{justify-content:center;text-align:center;}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper .keyfacts-items{margin-top:28px}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper .keyfacts-box{border:5px solid var(--blue);padding:56px 5px;text-transform: uppercase;margin-top:30px;    display: flex;
    flex-direction: column;
    justify-content: center;}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper.five-col .keyfacts-box{padding: 69px 40px 34px 40px;}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper .keyfacts-unit{font-size:1.6rem;line-height:1.6rem}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper.three-col .stats-large{font-size:5.6rem; line-height:7.2rem; font-weight:500}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper .content.stat-link-class{margin-bottom:0}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper .keyfacts-unit{margin-top:15px}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper .content{margin-top:24px;margin-bottom:24px}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper .fact-title{margin-bottom:12px;}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper div.keyfact-values{display: flex;
    width: 100%;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper div.keyfact-values span{line-height: 3.2rem; font-size: 3.2rem; padding:0 4px; font-family: var(--font-medium);}

/*.module-feyfacts-main-wrapper .keyfacts-inner-wrapper .keyfacts-box .keyfact-values span.text-postfix{text-transform: math-auto;}
*/
/*.keyfacts-box .fact-title{text-transform: math-auto;}*/

.module-feyfacts-main-wrapper .keyfacts-inner-wrapper .keyfacts-box .keyfact-values span.text-postfix{text-transform: none;}

.keyfacts-box .fact-title{text-transform: none;}

    
/*.module-feyfacts-main-wrapper .keyfacts-inner-wrapper.five-col .stats-large{font-size:4.5rem; line-height:4.5rem;font-weight:500}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper.five-col .keyfacts-item-wrapper {margin-right: 30px;min-width: 18%;margin-top:12px;}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper.five-col .keyfacts-items{padding-left:15px;padding-right:15px}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper.five-col .keyfacts-item-wrapper:last-child{margin-right:0;}*/
/* === Keyfatcs CSS === */

@media all and (min-width: 992px) and (max-width: 1024px) {
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper .keyfacts-items div:nth-child(1n+5) {/*margin-top: 30px;*/}
}
@media all and (max-width: 991.98px){
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper .keyfacts-items .col {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper.five-col .keyfacts-item-wrapper {margin-right: 30px;min-width: 47%;}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper.five-col .keyfacts-item-wrapper:nth-child(2n){margin-right: 0}
}
@media all and (max-width: 767.98px){
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper .center-align{justify-content:left;text-align:center;}
.module-feyfacts-main-wrapper .keyfacts-inner-wrapper.five-col .keyfacts-item-wrapper {min-width: 100%;}
}
