.page.category{display:flex;gap:24px}.page.category section.content{flex:1 1 auto}.page.category section.content .head{padding:20px 30px 30px}.page.category section.content .head .breadcrumb{display:flex;gap:5px;align-items:center}.page.category section.content .head .breadcrumb a{color:#FFF}.page.category section.content .head .desc{text-align:justify}.page.category section.content .children{display:flex;gap:15px;flex-wrap:wrap;align-items:center;margin:25px 30px;font-size:12.8px}.page.category section.content .children .title{text-transform:uppercase;letter-spacing:10%;font-weight:normal}.page.category section.content .children .child a{display:inline-block;padding:5px 15px;border-radius:12px;text-transform:uppercase;letter-spacing:10%}.page.category section.content .listing{margin:25px 30px;display:grid;grid-template-columns:repeat(2, 1fr);align-items:start;gap:25px}.page.category section.content .listing .pushP,.page.category section.content .listing .pushPMobile{grid-column:1 / span 2}.page.category section.content .listing article{border-bottom:1px solid #303F4C;padding-bottom:10px}.page.category section.content .listing article h2{font-size:18px}.page.category section.content .listing article .intro{text-align:justify;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.page.category section.content .listing article .foot{display:flex;justify-content:space-between;align-items:center;margin:15px 0;gap:25px}.page.category section.content .listing article .foot .category{display:flex}.page.category section.content .listing article .foot .category a{font-size:12.8px;display:inline-block;padding:5px 15px;border-radius:12px;text-transform:uppercase;letter-spacing:10%}.page.category section.content .listing article .foot .more{font-weight:bold;white-space:nowrap}.page.category section.content .pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;margin:25px 30px}.page.category section.content .pagination a,.page.category section.content .pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;border-radius:.5rem;text-decoration:none;color:#334155;padding:0 .5rem;transition:background-color .2s,color .2s}.page.category section.content .pagination a:hover:not(.active):not(.disabled),.page.category section.content .pagination span:hover:not(.active):not(.disabled){background:#f1f5f9}.page.category section.content .pagination .active{background:#334155;color:#fff;font-weight:600}.page.category section.content .pagination .disabled{color:#cbd5e1;cursor:default}.page.category section.content .pagination .dots{color:#94a3b8;cursor:default}.page.category section.content .pagination .prev,.page.category section.content .pagination .next{font-weight:500}.page.category aside.sidebar{flex:0 0 250px}@media (max-width:780px){.page.category{flex-direction:column}.page.category section.content .breadcrumb{flex-wrap:wrap}.page.category section.content .listing{display:flex;flex-direction:column}.page.category section.content .listing article .foot{flex-direction:column;align-items:flex-start;gap:10px}}