/* QARAR statistics portal */
.qarar-stats-page{background:#f7f8fa;padding-bottom:90px}
.qarar-stats-hero{padding:62px 0;background:linear-gradient(135deg,#343941,#252a31);color:#fff;position:relative;overflow:hidden}
.qarar-stats-hero:after{content:"%";position:absolute;left:4%;top:-90px;font-size:300px;font-weight:900;color:rgba(255,255,255,.035)}
.qarar-stats-hero__grid{display:grid;grid-template-columns:1fr 220px;gap:50px;align-items:center;position:relative;z-index:1}
.qarar-stats-kicker{color:#ff6b74;font-weight:900}.qarar-stats-hero h1{color:#fff;margin:7px 0 12px;font-size:50px}
.qarar-stats-hero p{max-width:720px;margin:0;color:rgba(255,255,255,.76);font-size:19px}
.qarar-stats-hero__count{height:170px;border:1px solid rgba(255,255,255,.16);border-radius:20px;display:grid;place-content:center;text-align:center;background:rgba(255,255,255,.05)}
.qarar-stats-hero__count strong{font-size:58px;line-height:1;color:#fff}.qarar-stats-hero__count span{color:rgba(255,255,255,.68)}
.qarar-stats-intro{margin-top:34px;padding:26px 30px;background:#fff;border:1px solid #e1e4e8;border-right:4px solid #be1622;border-radius:14px}
.qarar-stats-featured,.qarar-stats-library{padding-top:55px}
.qarar-stats-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:25px}
.qarar-stats-section-head>div>span{color:#be1622;font-weight:900}.qarar-stats-section-head h2{margin:4px 0 0;font-size:34px}
.qarar-stats-featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.qarar-stat-feature{min-height:285px;padding:25px;border-radius:17px;background:#fff;border:1px solid #e2e5e9;box-shadow:0 9px 26px rgba(40,46,55,.06);position:relative}
.qarar-stat-feature:before{content:"";position:absolute;right:0;top:0;bottom:0;width:4px;background:#be1622;border-radius:0 17px 17px 0}
.qarar-stat-feature__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:#fbe9eb;color:#be1622;font-weight:900}
.qarar-stat-feature__value{margin:20px 0 7px;color:#be1622;font-size:20px}.qarar-stat-feature__value strong{font-size:47px;line-height:1}
.qarar-stat-feature h3{margin:7px 0;font-size:20px}.qarar-stat-feature p{margin:0 0 10px}.qarar-stat-feature small{color:#78808a}
.qarar-stats-categories{display:flex;gap:8px;flex-wrap:wrap}.qarar-stats-categories a{padding:7px 12px;border:1px solid #d8dce1;border-radius:999px;background:#fff;color:#626a74;font-weight:700}
.qarar-stats-categories a:hover,.qarar-stats-categories a.is-active{background:#be1622;border-color:#be1622;color:#fff}
.qarar-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}
.qarar-stat-card{padding:24px;border:1px solid #e1e4e8;border-radius:16px;background:#fff;box-shadow:0 7px 22px rgba(40,46,55,.045);transition:.25s}
.qarar-stat-card:hover{transform:translateY(-4px);box-shadow:0 14px 33px rgba(40,46,55,.09);border-color:#ccd1d7}
.qarar-stat-card__top{display:flex;justify-content:space-between;align-items:center}.qarar-stat-card__top>span{color:#be1622;font-size:23px;font-weight:900}.qarar-stat-card__top small{color:#858d97}
.qarar-stat-card__number{margin:17px 0 8px;color:#be1622;font-size:18px}.qarar-stat-card__number strong{font-size:44px;line-height:1}.qarar-stat-card__number em{font-style:normal;margin-right:5px}
.qarar-stat-card h3{margin:7px 0;font-size:21px}.qarar-stat-card p{min-height:62px;margin:0 0 17px}
.qarar-stat-card__source{padding-top:12px;border-top:1px solid #eceef0;color:#8a919a;font-size:13px}.qarar-stat-card__source a{color:#be1622;font-weight:700}
.qarar-stats-empty{padding:50px;text-align:center;border:1px dashed #ccd1d7;border-radius:16px;background:#fff}
@media(max-width:1050px){.qarar-stats-featured-grid{grid-template-columns:repeat(2,1fr)}.qarar-stats-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.qarar-stats-hero__grid{grid-template-columns:1fr}.qarar-stats-hero__count{height:120px}.qarar-stats-hero h1{font-size:39px}.qarar-stats-section-head{display:block}.qarar-stats-categories{margin-top:15px}.qarar-stats-grid{grid-template-columns:1fr}}
@media(max-width:520px){.qarar-stats-featured-grid{grid-template-columns:1fr}}