:root{--blue:#1d71b8;--blue-dark:#155a9a;--blue-light:#e8f3fb;--red:#e63838;--green:#25d366;--text:#1a1a1a;--body:#333333;--muted:#777777;--pale:#aaaaaa;--border:#e5e5e5;--bg:#f4f5f6;--white:#ffffff;--shadow-sm:0 1px 4px rgba(0,0,0,.07);--shadow-md:0 2px 10px rgba(0,0,0,.10);--radius:4px;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:15px;line-height:1.65;color:var(--body);background:var(--bg);}img{max-width:100%;height:auto;display:block;}a{text-decoration:none;color:inherit;}a:hover{color:var(--blue);}ul{list-style:none;}button{cursor:pointer;border:none;background:none;font:inherit;}.bn-container{max-width:1140px;margin:0 auto;padding:0 16px;}.bn-clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.bn-clamp3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.bn-clamp1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}.bn-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:999;}.bn-header-inner{display:flex;align-items:center;gap:12px;padding:10px 16px;max-width:1140px;margin:0 auto;}.bn-menu-btn{display:flex;align-items:center;gap:5px;font-size:13px;color:var(--body);white-space:nowrap;padding:4px 0;}.bn-menu-btn span{font-size:18px;line-height:1;}.bn-logo{display:flex;align-items:center;}.bn-logo img{height:38px;width:auto;}.bn-logo-text{font-size:22px;font-weight:800;letter-spacing:-.5px;}.bn-logo-text .bn-logo-r{color:#e63838;}.bn-logo-text .bn-logo-domain{color:var(--blue);}.bn-search{flex:1;max-width:340px;margin:0 auto;}.bn-search form{display:flex;align-items:center;border:1px solid var(--border);border-radius:20px;overflow:hidden;background:#f9f9f9;}.bn-search input{flex:1;border:none;background:none;padding:7px 14px;font-size:13px;outline:none;color:var(--body);}.bn-search button{padding:7px 12px;color:var(--muted);}.bn-social{display:flex;align-items:center;gap:6px;}.bn-social a{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;}.bn-social-fb{background:#1877f2;}.bn-social-tw{background:#000;}.bn-social-ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);}.bn-social-yt{background:#ff0000;}.bn-social-rss{background:#f26522;}.bn-nav{background:var(--blue);}.bn-nav-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;overflow-x:auto;scrollbar-width:none;}.bn-nav-inner::-webkit-scrollbar{display:none;}.bn-nav a{display:block;padding:10px 14px;font-size:13px;font-weight:500;color:#fff;white-space:nowrap;opacity:.9;transition:opacity .15s,background .15s;}.bn-nav a:hover,.bn-nav a.active{opacity:1;background:rgba(0,0,0,.15);color:#fff;}.bn-nav-more{padding:10px 14px;font-size:13px;font-weight:500;color:#fff;opacity:.9;cursor:pointer;}.bn-wrap{max-width:1140px;margin:20px auto;padding:0 16px;display:grid;grid-template-columns:1fr 300px;gap:20px;align-items:start;}.bn-wrap-full{max-width:1140px;margin:20px auto;padding:0 16px;}.bn-main{}.bn-sidebar{}.bn-sec{margin-bottom:6px;}.bn-sec-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;border-bottom:2px solid var(--blue);padding-bottom:8px;}.bn-sec-title{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:700;color:var(--text);}.bn-sec-title .icon{font-size:16px;}.bn-sec-link{font-size:12px;color:var(--blue);font-weight:500;}.bn-sec-link:hover{text-decoration:underline;}.bn-badge{display:inline-block;font-size:10px;font-weight:600;padding:2px 7px;border-radius:2px;text-transform:uppercase;letter-spacing:.04em;background:var(--blue);color:#fff;}.bn-badge-sm{font-size:9px;padding:1px 5px;}.bn-badge-red{background:var(--red);}.bn-badge-green{background:#2ea44f;}.bn-badge-orange{background:#f5820d;}.bn-badge-purple{background:#7c3aed;}.bn-badge-teal{background:#0e9488;}.bn-hero{position:relative;border-radius:var(--radius);overflow:hidden;background:#111;margin-bottom:16px;}.bn-hero-slides{display:flex;transition:transform .45s ease;}.bn-hero-slide{min-width:100%;position:relative;}.bn-hero-slide img{width:100%;height:380px;object-fit:cover;opacity:.85;}.bn-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 55%);}.bn-hero-body{position:absolute;bottom:0;left:0;right:0;padding:20px;}.bn-hero-body .bn-badge{margin-bottom:8px;}.bn-hero-title{font-size:20px;font-weight:700;color:#fff;line-height:1.3;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.bn-hero-meta{font-size:12px;color:rgba(255,255,255,.75);}.bn-hero-btn{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;background:rgba(255,255,255,.25);backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;transition:background .15s;z-index:2;}.bn-hero-btn:hover{background:rgba(255,255,255,.45);}.bn-hero-prev{left:10px;}.bn-hero-next{right:10px;}.bn-hero-dots{position:absolute;bottom:10px;right:16px;display:flex;gap:4px;z-index:2;}.bn-hero-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:background .15s;}.bn-hero-dot.active{background:#fff;}.bn-tags-bar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px;align-items:center;}.bn-tags-bar-label{font-size:12px;font-weight:600;color:var(--muted);}.bn-tag-pill{font-size:12px;padding:4px 10px;border:1px solid var(--border);border-radius:20px;color:var(--body);background:var(--white);transition:all .15s;}.bn-tag-pill:hover{background:var(--blue);color:#fff;border-color:var(--blue);}.bn-card-h{display:flex;gap:10px;align-items:flex-start;padding:10px 0;border-bottom:1px solid var(--border);}.bn-card-h:last-child{border-bottom:none;}.bn-card-h-img{flex-shrink:0;width:90px;height:68px;border-radius:var(--radius);overflow:hidden;background:var(--border);}.bn-card-h-img img{width:100%;height:100%;object-fit:cover;}.bn-card-h-body{flex:1;min-width:0;}.bn-card-h-title{font-size:14px;font-weight:600;line-height:1.4;color:var(--text);margin-bottom:4px;}.bn-card-h-title:hover{color:var(--blue);}.bn-card-h-meta{font-size:11px;color:var(--muted);}.bn-card-v{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);}.bn-card-v-img{position:relative;overflow:hidden;background:var(--border);}.bn-card-v-img img{width:100%;height:160px;object-fit:cover;transition:transform .3s;}.bn-card-v:hover .bn-card-v-img img{transform:scale(1.03);}.bn-card-v-body{padding:10px;}.bn-card-v-title{font-size:13px;font-weight:600;line-height:1.4;color:var(--text);margin:4px 0;}.bn-card-v-meta{font-size:11px;color:var(--muted);}.bn-card-l{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);}.bn-card-l-img{position:relative;overflow:hidden;}.bn-card-l-img img{width:100%;height:200px;object-fit:cover;transition:transform .3s;}.bn-card-l:hover .bn-card-l-img img{transform:scale(1.03);}.bn-card-l-badge{position:absolute;top:8px;left:8px;}.bn-card-l-body{padding:12px;}.bn-card-l-title{font-size:14px;font-weight:600;line-height:1.4;color:var(--text);margin-bottom:6px;}.bn-card-l-meta{font-size:11px;color:var(--muted);}.bn-post-row{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid var(--border);background:var(--white);margin-bottom:1px;padding:12px;}.bn-post-row-img{flex-shrink:0;width:110px;height:80px;border-radius:var(--radius);overflow:hidden;background:var(--border);}.bn-post-row-img img{width:100%;height:100%;object-fit:cover;}.bn-post-row-body{flex:1;min-width:0;}.bn-post-row-badge{margin-bottom:4px;}.bn-post-row-title{font-size:15px;font-weight:600;line-height:1.4;color:var(--text);margin-bottom:5px;}.bn-post-row a:hover .bn-post-row-title{color:var(--blue);}.bn-post-row-meta{font-size:12px;color:var(--muted);}.bn-reco{position:relative;overflow:hidden;margin-bottom:20px;}.bn-reco-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px;}.bn-reco-track::-webkit-scrollbar{display:none;}.bn-reco-item{flex-shrink:0;width:200px;scroll-snap-align:start;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);}.bn-reco-item-img{height:120px;overflow:hidden;}.bn-reco-item-img img{width:100%;height:100%;object-fit:cover;}.bn-reco-item-body{padding:8px;}.bn-reco-item-title{font-size:12px;font-weight:600;line-height:1.35;color:var(--text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.bn-reco-item-meta{font-size:10px;color:var(--muted);margin-top:4px;}.bn-reco-arrow{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;background:rgba(255,255,255,.9);border-radius:50%;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--body);z-index:2;cursor:pointer;}.bn-reco-prev{left:0;}.bn-reco-next{right:0;}.bn-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}.bn-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;}.bn-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}.bn-loadmore{text-align:center;padding:20px 0;}.bn-loadmore a,.bn-loadmore button{display:inline-block;padding:10px 32px;border:2px solid var(--blue);border-radius:4px;font-size:14px;font-weight:600;color:var(--blue);transition:all .15s;}.bn-loadmore a:hover,.bn-loadmore button:hover{background:var(--blue);color:#fff;}.bn-sidebar-box{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:16px;overflow:hidden;}.bn-sidebar-head{padding:10px 14px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:var(--text);}.bn-sidebar-body{padding:10px 14px;}.bn-popular-item{display:flex;gap:10px;align-items:flex-start;padding:8px 0;border-bottom:1px solid var(--border);}.bn-popular-item:last-child{border-bottom:none;}.bn-popular-num{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--blue);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;}.bn-popular-num.top{background:var(--red);}.bn-popular-body{flex:1;min-width:0;}.bn-popular-title{font-size:13px;font-weight:500;line-height:1.4;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.bn-popular-meta{font-size:11px;color:var(--muted);margin-top:2px;}.bn-breadcrumb{max-width:1140px;margin:12px auto 0;padding:0 16px;display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:12px;color:var(--muted);}.bn-breadcrumb a{color:var(--muted);}.bn-breadcrumb a:hover{color:var(--blue);}.bn-breadcrumb .sep{color:var(--pale);}.bn-breadcrumb .current{color:var(--body);font-weight:500;}.bn-article{background:var(--white);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-sm);}.bn-article-title{font-size:24px;font-weight:700;line-height:1.3;color:var(--text);margin-bottom:14px;}.bn-article-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--border);}.bn-author-row{display:flex;align-items:center;gap:8px;}.bn-author-avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;background:var(--border);flex-shrink:0;}.bn-author-avatar img{width:100%;height:100%;object-fit:cover;}.bn-author-name{font-size:13px;font-weight:600;color:var(--text);}.bn-author-verified{color:#1d9bf0;font-size:12px;margin-left:2px;}.bn-article-date{font-size:12px;color:var(--muted);}.bn-article-readcount{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:3px;}.bn-share-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px;}.bn-share-btn{display:flex;align-items:center;gap:5px;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;color:#fff;}.bn-share-wa{background:#25d366;}.bn-share-fb{background:#1877f2;}.bn-share-tw{background:#000;}.bn-share-copy{background:var(--muted);cursor:pointer;}.bn-share-btn:hover{opacity:.88;color:#fff;}.bn-article-featured{margin-bottom:12px;border-radius:var(--radius);overflow:hidden;}.bn-article-featured img{width:100%;max-height:480px;object-fit:cover;}.bn-article-caption{font-size:11px;color:var(--muted);margin-top:4px;text-align:center;font-style:italic;}.bn-fontsize-toggle{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:12px;color:var(--muted);}.bn-fontsize-toggle .bn-range{accent-color:var(--blue);}.bn-article-body{font-size:16px;line-height:1.8;color:var(--body);}.bn-article-body h2{font-size:20px;margin:20px 0 10px;color:var(--text);}.bn-article-body h3{font-size:17px;margin:16px 0 8px;color:var(--text);}.bn-article-body p{margin-bottom:14px;}.bn-article-body img{border-radius:var(--radius);margin:12px 0;}.bn-article-body ul,.bn-article-body ol{margin:10px 0 10px 24px;}.bn-article-body li{margin-bottom:5px;}.bn-article-body blockquote{border-left:3px solid var(--blue);padding:10px 16px;background:var(--blue-light);margin:14px 0;font-style:italic;color:var(--body);}.bn-article-body a{color:var(--blue);text-decoration:underline;}.bn-alsoread{border-left:3px solid var(--blue);padding:10px 12px;margin:16px 0;background:var(--blue-light);border-radius:0 var(--radius) var(--radius) 0;display:flex;align-items:center;gap:10px;}.bn-alsoread-icon{font-size:14px;color:var(--blue);flex-shrink:0;}.bn-alsoread-text{flex:1;font-size:13px;font-weight:600;color:var(--text);}.bn-alsoread-img{flex-shrink:0;width:60px;height:44px;border-radius:var(--radius);overflow:hidden;}.bn-alsoread-img img{width:100%;height:100%;object-fit:cover;}.bn-article-tags{display:flex;flex-wrap:wrap;gap:6px;margin:18px 0;padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);}.bn-article-tag{font-size:12px;padding:4px 10px;border:1px solid var(--border);border-radius:20px;color:var(--body);transition:all .15s;}.bn-article-tag:hover{background:var(--blue);color:#fff;border-color:var(--blue);}.bn-editors-box{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--border);margin-bottom:16px;}.bn-editors-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:var(--border);}.bn-editors-avatar img{width:100%;height:100%;object-fit:cover;}.bn-editors-name{font-size:13px;font-weight:600;color:var(--text);}.bn-editors-role{font-size:11px;color:var(--muted);}.bn-editors-divider{flex:1;height:1px;background:var(--border);}.bn-other-latest{display:grid;grid-template-columns:1fr 1fr;gap:0;}.bn-other-item{padding:8px 0;border-bottom:1px solid var(--border);padding-right:8px;}.bn-other-item:nth-child(even){padding-right:0;padding-left:8px;border-left:1px solid var(--border);}.bn-other-item-badge{margin-bottom:3px;}.bn-other-item-title{font-size:13px;font-weight:500;line-height:1.4;color:var(--text);}.bn-other-item-title:hover{color:var(--blue);}.bn-most-viewed-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;}.bn-mv-item{display:flex;gap:8px;align-items:flex-start;}.bn-mv-img{flex-shrink:0;width:70px;height:52px;border-radius:var(--radius);overflow:hidden;background:var(--border);}.bn-mv-img img{width:100%;height:100%;object-fit:cover;}.bn-mv-body{flex:1;min-width:0;}.bn-mv-badge{margin-bottom:2px;}.bn-mv-title{font-size:12px;font-weight:500;line-height:1.35;color:var(--text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.bn-mv-meta{font-size:10px;color:var(--muted);margin-top:2px;}.bn-page-title{font-size:22px;font-weight:700;color:var(--text);text-align:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--blue);}.bn-cat-list{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden;}.bn-cat-item{display:flex;gap:12px;align-items:flex-start;padding:12px;border-bottom:1px solid var(--border);}.bn-cat-item:last-child{border-bottom:none;}.bn-cat-item:hover{background:#fafafa;}.bn-cat-thumb{flex-shrink:0;width:90px;height:68px;border-radius:var(--radius);overflow:hidden;background:var(--border);}.bn-cat-thumb img{width:100%;height:100%;object-fit:cover;}.bn-cat-body{flex:1;min-width:0;}.bn-cat-title{font-size:15px;font-weight:600;line-height:1.4;color:var(--text);margin-bottom:4px;}.bn-cat-title:hover{color:var(--blue);}.bn-cat-meta{font-size:12px;color:var(--muted);}.bn-pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding:20px 0;}.bn-page-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--radius);font-size:13px;font-weight:600;color:var(--body);border:1px solid var(--border);background:var(--white);transition:all .15s;}.bn-page-btn:hover{border-color:var(--blue);color:var(--blue);}.bn-page-btn.active{background:var(--blue);color:#fff;border-color:var(--blue);}.bn-page-btn.disabled{opacity:.4;pointer-events:none;}.bn-page-content{max-width:780px;margin:0 auto;background:var(--white);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-sm);}.bn-page-content h1{font-size:26px;font-weight:700;text-align:center;margin-bottom:16px;color:var(--text);}.bn-page-content h2{font-size:18px;font-weight:700;margin:20px 0 8px;color:var(--text);}.bn-page-content p{margin-bottom:12px;line-height:1.75;color:var(--body);}.bn-page-content ul,.bn-page-content ol{margin:8px 0 12px 22px;}.bn-page-content li{margin-bottom:5px;}.bn-page-content a{color:var(--blue);text-decoration:underline;}.bn-author-box{background:var(--white);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow-sm);display:flex;gap:16px;align-items:center;margin-bottom:16px;}.bn-author-box-avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;background:var(--border);flex-shrink:0;}.bn-author-box-avatar img{width:100%;height:100%;object-fit:cover;}.bn-author-box-name{font-size:20px;font-weight:700;margin-bottom:4px;}.bn-author-box-role{font-size:13px;color:var(--muted);margin-bottom:6px;}.bn-author-box-bio{font-size:14px;color:var(--body);line-height:1.6;}.bn-footer{background:var(--white);border-top:2px solid var(--blue);margin-top:40px;padding:28px 0 16px;}.bn-footer-inner{max-width:1140px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:220px 1fr 1fr;gap:28px;}.bn-footer-brand .bn-logo-text{font-size:20px;}.bn-footer-social{display:flex;gap:6px;margin:10px 0;}.bn-footer-copy{font-size:11px;color:var(--muted);margin-top:8px;line-height:1.5;}.bn-footer-col h4{font-size:14px;font-weight:700;color:var(--text);margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--border);}.bn-footer-links{display:grid;grid-template-columns:1fr 1fr;gap:4px 12px;}.bn-footer-links a{font-size:13px;color:var(--body);line-height:1.8;}.bn-footer-links a:hover{color:var(--blue);}.bn-footer-links-single a{display:block;font-size:13px;color:var(--body);line-height:1.9;}.bn-footer-links-single a:hover{color:var(--blue);}.bn-footer-bottom{max-width:1140px;margin:16px auto 0;padding:12px 16px 0;border-top:1px solid var(--border);text-align:center;font-size:11px;color:var(--pale);}.bn-search-header{text-align:center;margin-bottom:20px;}.bn-search-header h1{font-size:18px;color:var(--muted);font-weight:400;margin-bottom:12px;}.bn-search-header h1 strong{color:var(--text);}.bn-search-form{display:flex;max-width:520px;margin:0 auto;border:2px solid var(--blue);border-radius:4px;overflow:hidden;}.bn-search-form input{flex:1;border:none;padding:10px 16px;font-size:15px;outline:none;}.bn-search-form button{padding:10px 20px;background:var(--blue);color:#fff;font-size:14px;font-weight:600;}.bn-no-result{text-align:center;padding:40px 0;color:var(--muted);}.bn-drawer-bg{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1998;}.bn-drawer{position:fixed;top:0;left:-280px;width:280px;height:100%;background:var(--white);z-index:1999;overflow-y:auto;transition:left .3s ease;box-shadow:var(--shadow-md);}.bn-drawer.open{left:0;}.bn-drawer-head{padding:14px 16px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:space-between;}.bn-drawer-head h3{font-size:16px;}.bn-drawer-close{font-size:20px;background:none;border:none;color:#fff;cursor:pointer;}.bn-drawer-nav a{display:block;padding:12px 16px;border-bottom:1px solid var(--border);font-size:14px;color:var(--body);}.bn-drawer-nav a:hover{background:var(--blue-light);color:var(--blue);}@media (max-width:1024px){.bn-wrap{grid-template-columns:1fr;gap:16px;}.bn-sidebar{display:none;}.bn-grid-3{grid-template-columns:repeat(2,1fr);}.bn-footer-inner{grid-template-columns:1fr 1fr;gap:20px;}.bn-footer-brand{grid-column:1/-1;}}@media (max-width:768px){.bn-header-inner{flex-wrap:wrap;gap:8px;}.bn-search{order:3;max-width:100%;width:100%;}.bn-hero-slide img{height:240px;}.bn-hero-title{font-size:16px;}.bn-grid-3,.bn-grid-4{grid-template-columns:repeat(2,1fr);}.bn-grid-2{grid-template-columns:1fr;}.bn-other-latest{grid-template-columns:1fr;}.bn-other-item:nth-child(even){padding-left:0;border-left:none;}.bn-most-viewed-grid{grid-template-columns:1fr;}.bn-article-title{font-size:19px;}.bn-footer-inner{grid-template-columns:1fr;}.bn-footer-brand{grid-column:auto;}}@media (max-width:480px){.bn-grid-3,.bn-grid-4{grid-template-columns:1fr;}.bn-post-row-img{width:80px;height:60px;}.bn-post-row-title{font-size:14px;}}body.theme-blocknews{--bn-layout-width:1140px;--bn-main-width:810px;--bn-sidebar-width:300px;--bn-gap:30px;}body.theme-blocknews .bn-header-inner,
body.theme-blocknews .bn-nav-inner,
body.theme-blocknews .bn-footer-inner,
body.theme-blocknews .bn-footer-bottom,
body.theme-blocknews .bn-container{max-width:var(--bn-layout-width);}body.theme-blocknews .bn-header-inner{padding:10px 0;gap:14px;min-height:62px;}body.theme-blocknews .bn-menu-btn{width:42px;height:42px;flex:0 0 42px;padding:0;border-radius:12px;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(0,0,0,.12);transition:transform .15s,box-shadow .15s,background .15s;}body.theme-blocknews .bn-menu-btn:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,0,0,.16);color:#fff;}body.theme-blocknews .bn-burger-lines{display:flex;flex-direction:column;gap:4px;width:19px;height:auto;line-height:1;}body.theme-blocknews .bn-burger-lines i{display:block;width:19px;height:2px;border-radius:999px;background:#fff;}body.theme-blocknews .bn-logo{flex:0 0 auto;min-width:0;}body.theme-blocknews .bn-logo img{max-height:38px;width:auto;}body.theme-blocknews .bn-social{display:none!important;}body.theme-blocknews .bn-search{position:relative;flex:0 1 270px;max-width:270px;margin-left:auto;margin-right:0;}body.theme-blocknews .bn-search form{height:36px;border:1px solid var(--border);border-radius:6px;background:#fff;overflow:hidden;box-shadow:none;}body.theme-blocknews .bn-search input{padding:7px 10px;font-size:13px;color:var(--body);}body.theme-blocknews .bn-search button.bn-search-submit{width:38px;min-width:38px;padding:0;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;}body.theme-blocknews .bn-search button.bn-search-submit:hover{background:var(--blue-dark);color:#fff;}body.theme-blocknews .bn-search-toggle{display:none;}body.theme-blocknews .bn-nav{background:var(--blue)!important;border-top:1px solid rgba(255,255,255,.16);}body.theme-blocknews .bn-nav a:hover,
body.theme-blocknews .bn-nav a.active{background:var(--blue-dark)!important;color:#fff;opacity:1;}body.theme-blocknews .bn-wrap{max-width:var(--bn-layout-width);grid-template-columns:var(--bn-main-width) var(--bn-sidebar-width);gap:var(--bn-gap);padding-left:0;padding-right:0;}body.theme-blocknews .bn-wrap-full{max-width:var(--bn-layout-width);padding-left:0;padding-right:0;}body.theme-blocknews .bn-main{min-width:0;width:100%;}body.theme-blocknews .bn-sidebar{width:var(--bn-sidebar-width);min-width:0;}body.theme-blocknews .bn-latest-button{padding-top:18px;}body.theme-blocknews .bn-latest-button a{min-width:150px;text-align:center;}@media (max-width:1110px){body.theme-blocknews .bn-header-inner,
  body.theme-blocknews .bn-nav-inner,
  body.theme-blocknews .bn-footer-inner,
  body.theme-blocknews .bn-footer-bottom,
  body.theme-blocknews .bn-container{max-width:calc(100% - 32px);}body.theme-blocknews .bn-wrap,
  body.theme-blocknews .bn-wrap-full{max-width:calc(100% - 32px);padding-left:0;padding-right:0;}body.theme-blocknews .bn-wrap{grid-template-columns:minmax(0,1fr) var(--bn-sidebar-width);gap:24px;}}@media (max-width:1024px){body.theme-blocknews .bn-wrap{grid-template-columns:1fr;gap:16px;}body.theme-blocknews .bn-sidebar{display:none;width:auto;}}@media (max-width:768px){body.theme-blocknews .bn-header-inner{flex-wrap:nowrap;gap:10px;min-height:56px;padding:8px 0;}body.theme-blocknews .bn-menu-btn{width:40px;height:40px;flex-basis:40px;border-radius:11px;}body.theme-blocknews .bn-logo{flex:1 1 auto;}body.theme-blocknews .bn-logo img{max-height:34px;}body.theme-blocknews .bn-search{order:0;flex:0 0 auto;width:auto;max-width:none;margin-left:0;}body.theme-blocknews .bn-search-toggle{width:40px;height:40px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:17px;box-shadow:0 6px 16px rgba(0,0,0,.08);}body.theme-blocknews .bn-search form{display:none;position:absolute;right:0;top:calc(100% + 8px);width:min(86vw,330px);height:40px;z-index:1200;box-shadow:0 14px 35px rgba(15,23,42,.18);border-color:rgba(15,23,42,.12);}body.theme-blocknews .bn-search.open form{display:flex;}body.theme-blocknews .bn-search.open .bn-search-toggle{background:var(--blue);color:#fff;border-color:var(--blue);}body.theme-blocknews .bn-search input{min-width:0;font-size:14px;}}@media (max-width:480px){body.theme-blocknews .bn-header-inner,
  body.theme-blocknews .bn-nav-inner,
  body.theme-blocknews .bn-wrap,
  body.theme-blocknews .bn-wrap-full,
  body.theme-blocknews .bn-footer-inner,
  body.theme-blocknews .bn-footer-bottom{max-width:calc(100% - 24px);}}body.theme-blocknews .bn-header-inner{min-height:58px;padding-top:9px;padding-bottom:9px;}body.theme-blocknews .bn-menu-btn{width:38px;height:38px;flex:0 0 38px;border-radius:6px;background:var(--blue);box-shadow:none;border:1px solid rgba(0,0,0,.04);}body.theme-blocknews .bn-menu-btn:hover{background:var(--blue-dark);transform:none;box-shadow:none;}body.theme-blocknews .bn-menu-btn:focus-visible,
body.theme-blocknews .bn-search-toggle:focus-visible,
body.theme-blocknews .bn-search-submit:focus-visible{outline:2px solid rgba(29,113,184,.28);outline-offset:2px;}body.theme-blocknews .bn-burger-lines{width:17px;gap:3px;}body.theme-blocknews .bn-burger-lines i{width:17px;height:2px;border-radius:2px;}body.theme-blocknews .bn-burger-lines i:nth-child(2){width:13px;margin-left:4px;}body.theme-blocknews .bn-search{position:relative;flex:0 1 292px;width:292px;max-width:292px;margin-left:auto;}body.theme-blocknews .bn-search form{display:flex;align-items:center;width:100%;height:38px;border:1px solid #d9dee6;border-radius:6px;background:#fff;overflow:hidden;box-shadow:none;transition:border-color .15s, box-shadow .15s;}body.theme-blocknews .bn-search form:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px rgba(29,113,184,.08);}body.theme-blocknews .bn-search input{flex:1 1 auto;min-width:0;height:100%;padding:8px 10px 8px 12px;font-size:13px;color:var(--text);background:#fff;}body.theme-blocknews .bn-search input::placeholder{color:#8a94a3;}body.theme-blocknews .bn-search .bn-search-submit,
body.theme-blocknews .bn-search button.bn-search-submit{width:40px;min-width:40px;height:100%;padding:0;border-left:1px solid #edf0f4;background:#fff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:15px;}body.theme-blocknews .bn-search .bn-search-submit:hover,
body.theme-blocknews .bn-search button.bn-search-submit:hover{background:#f8fafc;color:var(--blue-dark);}body.theme-blocknews .bn-search-toggle{display:none;}body.theme-blocknews .bn-nav{background:var(--blue)!important;}body.theme-blocknews .bn-nav a:hover,
body.theme-blocknews .bn-nav a.active{background:var(--blue-dark)!important;color:#fff;}body.theme-blocknews .bn-post-row-meta time,
body.theme-blocknews .bn-popular-meta time{font-style:normal;color:inherit;}body.theme-blocknews .bn-post-row-meta{display:inline-flex;align-items:center;gap:5px;color:#7b8492;}body.theme-blocknews .bn-post-row-meta::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue);opacity:.55;}body.theme-blocknews .bn-sidebar{position:relative;}body.theme-blocknews .bn-sidebar-box{border:1px solid #e8ecf2;border-radius:8px;box-shadow:none;background:#fff;overflow:hidden;margin-bottom:16px;}body.theme-blocknews .bn-sidebar-head{padding:11px 12px;border-bottom:1px solid #edf0f4;background:#fff;color:var(--text);font-size:13px;font-weight:800;letter-spacing:.01em;}body.theme-blocknews .bn-sidebar-head::before{content:"";width:4px;height:18px;border-radius:2px;background:var(--blue);display:inline-block;}body.theme-blocknews .bn-sidebar-body{padding:6px 12px 8px;}body.theme-blocknews .bn-popular-item{gap:10px;padding:10px 0;border-bottom:1px solid #f0f2f5;}body.theme-blocknews .bn-popular-num{width:24px;height:24px;border-radius:6px;background:#f0f5fb;color:var(--blue);font-size:12px;font-weight:800;}body.theme-blocknews .bn-popular-num.top{background:var(--blue);color:#fff;}body.theme-blocknews .bn-popular-title{font-size:13px;line-height:1.38;font-weight:650;color:var(--text);}body.theme-blocknews .bn-popular-title:hover{color:var(--blue);}body.theme-blocknews .bn-popular-meta{display:block;margin-top:4px;font-size:11px;color:#8993a0;}body.theme-blocknews .bn-sidebar .bn-badge{background:#f4f7fb;color:var(--blue);border:1px solid #e4eaf2;margin-bottom:4px;}@media (max-width:768px){body.theme-blocknews .bn-header-inner{min-height:54px;gap:8px;}body.theme-blocknews .bn-menu-btn{width:36px;height:36px;flex-basis:36px;border-radius:6px;}body.theme-blocknews .bn-logo img{max-height:32px;}body.theme-blocknews .bn-search{order:0;flex:0 0 36px;width:36px;max-width:36px;margin-left:0;}body.theme-blocknews .bn-search-toggle{width:36px;height:36px;border:1px solid #d9dee6;border-radius:6px;background:#fff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:15px;box-shadow:none;}body.theme-blocknews .bn-search-toggle:hover,
  body.theme-blocknews .bn-search.open .bn-search-toggle{background:#fff;color:var(--blue-dark);border-color:var(--blue);}body.theme-blocknews .bn-search form{display:none;position:absolute;right:0;top:calc(100% + 8px);width:min(88vw,340px);height:40px;z-index:1200;border-radius:6px;background:#fff;box-shadow:0 14px 32px rgba(15,23,42,.16);}body.theme-blocknews .bn-search.open form{display:flex;}body.theme-blocknews .bn-search input{font-size:14px;padding-left:12px;}body.theme-blocknews .bn-search .bn-search-submit{width:42px;min-width:42px;}}body.theme-blocknews .bn-header,body.theme-blocknews header.bn-header{position:sticky!important;top:0!important;z-index:90!important;transform:none!important;will-change:auto!important;}body.theme-blocknews .bn-header.is-scrolled{box-shadow:0 2px 12px rgba(15,23,42,.08);}body.theme-blocknews .bn-nav{z-index:80!important;}body.theme-blocknews .bn-search form{z-index:95!important;}body.theme-blocknews .bn-drawer-bg{z-index:110!important;background:rgba(15,23,42,.42)!important;}body.theme-blocknews .bn-drawer{z-index:120!important;width:292px!important;max-width:86vw!important;left:-300px!important;overflow-y:auto!important;background:#fff!important;box-shadow:0 20px 44px rgba(15,23,42,.18)!important;}body.theme-blocknews .bn-drawer.open{left:0!important;}body.theme-blocknews .bn-drawer-head{min-height:58px!important;padding:10px 12px!important;background:#fff!important;color:var(--text)!important;border-bottom:1px solid #edf0f4!important;}body.theme-blocknews .bn-drawer-brand{display:flex!important;align-items:center!important;width:38px!important;height:38px!important;overflow:hidden!important;border-radius:8px!important;background:#f3f6fa!important;border:1px solid #e1e8f0!important;}body.theme-blocknews .bn-drawer-brand img{width:100%!important;height:100%!important;object-fit:contain!important;padding:3px!important;}body.theme-blocknews .bn-drawer-brand span{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--blue);}body.theme-blocknews .bn-drawer-close{width:34px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #dbe3ed!important;border-radius:6px!important;color:#1f2937!important;background:#fff!important;font-size:22px!important;line-height:1!important;}body.theme-blocknews .bn-drawer-section,body.theme-blocknews .bn-drawer-pages{padding:10px 10px 0!important;}body.theme-blocknews .bn-drawer-section-title{font-size:11px!important;line-height:1!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#7b8492!important;margin:0 0 7px!important;}body.theme-blocknews .bn-drawer-nav,body.theme-blocknews .bn-drawer-page-list{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;}body.theme-blocknews .bn-drawer-nav a,body.theme-blocknews .bn-drawer-page-list a{display:flex!important;align-items:center!important;min-height:34px!important;padding:7px 9px!important;border:1px solid #e4e9f1!important;border-radius:5px!important;background:#fff!important;color:#28313d!important;font-size:12px!important;font-weight:650!important;line-height:1.25!important;overflow:hidden!important;text-overflow:ellipsis!important;}body.theme-blocknews .bn-drawer-nav a:hover,body.theme-blocknews .bn-drawer-nav a.active,body.theme-blocknews .bn-drawer-page-list a:hover{border-color:var(--blue)!important;color:var(--blue)!important;background:rgba(29,113,184,.045)!important;}body.theme-blocknews .bn-drawer-pages{padding-bottom:14px!important;}body.theme-blocknews .bn-tags-bar{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;background:#fff!important;border:1px solid #e6ebf2!important;border-radius:8px!important;padding:10px 12px!important;box-shadow:none!important;}body.theme-blocknews .bn-tags-bar-label{font-size:12px!important;font-weight:800!important;color:#1f2937!important;margin-right:2px!important;}body.theme-blocknews .bn-tag-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:28px!important;padding:4px 10px!important;border:1px solid #dbe3ed!important;border-radius:4px!important;background:#fff!important;color:#2c3642!important;font-size:12px!important;font-weight:650!important;line-height:1.2!important;transition:all .15s ease!important;}body.theme-blocknews .bn-tag-pill:hover{border-color:var(--blue)!important;color:var(--blue)!important;background:rgba(29,113,184,.04)!important;}body.theme-blocknews .bn-sidebar-box{border:1px solid #e8ecf2!important;border-radius:8px!important;box-shadow:none!important;background:#fff!important;}body.theme-blocknews .bn-sidebar-head{padding:11px 12px!important;border-bottom:1px solid #edf0f4!important;font-size:14px!important;font-weight:700!important;}body.theme-blocknews .bn-sidebar-body{padding:10px 12px!important;}body.theme-blocknews .bn-popular-item{display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;padding:9px 0!important;border-bottom:1px solid #edf0f4!important;}body.theme-blocknews .bn-popular-item.has-thumb{grid-template-columns:24px 68px minmax(0,1fr)!important;}body.theme-blocknews .bn-popular-item:last-child{border-bottom:none!important;}body.theme-blocknews .bn-popular-num{width:24px!important;height:24px!important;border-radius:4px!important;background:var(--blue)!important;color:#fff!important;font-size:12px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;margin:0!important;}body.theme-blocknews .bn-popular-num.top{background:var(--red)!important;}body.theme-blocknews .bn-popular-media{display:block!important;width:68px!important;height:52px!important;border-radius:4px!important;overflow:hidden!important;background:#eef2f7!important;}body.theme-blocknews .bn-popular-media img{width:100%!important;height:100%!important;object-fit:cover!important;}body.theme-blocknews .bn-popular-body{min-width:0!important;}body.theme-blocknews .bn-popular-body .bn-badge,body.theme-blocknews .bn-popular-meta{display:none!important;}body.theme-blocknews .bn-popular-title{font-size:13px!important;font-weight:650!important;line-height:1.42!important;color:var(--text)!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}body.theme-blocknews .bn-post-row-date,body.theme-blocknews .bn-post-row-meta.bn-post-row-date,body.theme-blocknews .bn-cat-meta.bn-post-row-date{display:block!important;margin-top:5px!important;color:#7b8492!important;font-size:12px!important;line-height:1.35!important;font-weight:400!important;}body.theme-blocknews .bn-post-row-date time,body.theme-blocknews .bn-cat-meta time{font-style:normal;color:inherit;}body.theme-blocknews .bn-post-row-meta.bn-post-row-date:before,body.theme-blocknews .bn-cat-meta.bn-post-row-date:before{display:none!important;content:none!important;}@media (max-width:768px){html,body.theme-blocknews{overflow-x:hidden!important;}body.theme-blocknews{background:#fff!important;}body.theme-blocknews .bn-container,body.theme-blocknews .bn-wrap,body.theme-blocknews .bn-wrap-full,body.theme-blocknews .bn-breadcrumb{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important;}body.theme-blocknews .bn-wrap{display:block!important;margin-top:10px!important;margin-bottom:0!important;}body.theme-blocknews .bn-main{width:100%!important;max-width:100%!important;min-width:0!important;}body.theme-blocknews .bn-sec{margin:0 0 14px!important;}body.theme-blocknews .bn-sec-head{margin:12px 0 8px!important;padding:0 12px 8px!important;border-bottom-width:2px!important;}body.theme-blocknews .bn-page-title{margin:12px 0 10px!important;padding:0 12px 10px!important;text-align:left!important;}body.theme-blocknews .bn-cat-list,body.theme-blocknews .bn-article,body.theme-blocknews .bn-page-content,body.theme-blocknews .bn-static,body.theme-blocknews .bn-search-header,body.theme-blocknews .bn-author-box,body.theme-blocknews .bn-no-result{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;border-radius:0!important;box-shadow:none!important;}body.theme-blocknews .bn-cat-list{background:#fff!important;overflow:visible!important;}body.theme-blocknews .bn-post-row,body.theme-blocknews .bn-cat-item{width:100%!important;margin:0!important;padding:10px 12px!important;gap:10px!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;border-bottom:1px solid #e5e7eb!important;align-items:flex-start!important;}body.theme-blocknews .bn-post-row:last-child,body.theme-blocknews .bn-cat-item:last-child{border-bottom:none!important;}body.theme-blocknews .bn-post-row-img,body.theme-blocknews .bn-cat-thumb{width:86px!important;height:64px!important;min-width:86px!important;flex:0 0 86px!important;border-radius:4px!important;}body.theme-blocknews .bn-post-row-body,body.theme-blocknews .bn-cat-body{min-width:0!important;flex:1 1 auto!important;}body.theme-blocknews .bn-post-row-title,body.theme-blocknews .bn-cat-title{font-size:14px!important;line-height:1.42!important;margin:0 0 4px!important;}body.theme-blocknews .bn-post-row-date,body.theme-blocknews .bn-post-row-meta.bn-post-row-date,body.theme-blocknews .bn-cat-meta,body.theme-blocknews .bn-cat-meta.bn-post-row-date{display:block!important;margin-top:4px!important;font-size:11.5px!important;line-height:1.35!important;color:#7b8492!important;}body.theme-blocknews .bn-hero,body.theme-blocknews .bn-tags-bar,body.theme-blocknews .bn-reco,body.theme-blocknews .bn-grid-2,body.theme-blocknews .bn-grid-3,body.theme-blocknews .bn-grid-4,body.theme-blocknews .bn-loadmore,body.theme-blocknews .bn-pagination{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;}body.theme-blocknews .bn-hero{border-radius:0!important;}body.theme-blocknews .bn-tags-bar{padding:8px 12px!important;gap:6px!important;border-radius:0!important;}body.theme-blocknews .bn-tag-pill{min-height:26px!important;padding:3px 9px!important;font-size:11.5px!important;border-radius:3px!important;}body.theme-blocknews .bn-reco-track{padding-left:12px!important;padding-right:12px!important;gap:10px!important;}body.theme-blocknews .bn-reco-item{width:190px!important;border-radius:4px!important;}body.theme-blocknews .bn-article,body.theme-blocknews .bn-page-content,body.theme-blocknews .bn-static,body.theme-blocknews .bn-search-header,body.theme-blocknews .bn-author-box{padding-left:12px!important;padding-right:12px!important;}body.theme-blocknews .bn-breadcrumb{padding:8px 12px 0!important;}body.theme-blocknews .bn-sidebar{display:none!important;}body.theme-blocknews .bn-drawer{width:286px!important;max-width:88vw!important;}body.theme-blocknews .bn-drawer-nav,body.theme-blocknews .bn-drawer-page-list{grid-template-columns:1fr 1fr!important;gap:5px!important;}body.theme-blocknews .bn-drawer-nav a,body.theme-blocknews .bn-drawer-page-list a{min-height:32px!important;padding:6px 8px!important;font-size:11.8px!important;}}body.theme-blocknews .bn-header,
body.theme-blocknews header.bn-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:90!important;transform:none!important;will-change:auto!important;}body.theme-blocknews .bn-header-spacer{display:block!important;width:100%!important;height:var(--bn-header-height,96px)!important;min-height:var(--bn-header-height,96px)!important;flex:0 0 auto!important;pointer-events:none!important;clear:both!important;}body.theme-blocknews .bn-nav{z-index:80!important;}body.theme-blocknews .bn-search form{z-index:95!important;}body.theme-blocknews .bn-drawer,
body.theme-blocknews .bn-drawer-bg{z-index:120!important;}body.theme-blocknews .sticky,
body.theme-blocknews .is-sticky,
body.theme-blocknews .site-sticky,
body.theme-blocknews .bn-sticky{z-index:90!important;top:0!important;}body.theme-blocknews .bn-header[style]{top:0!important;}@media (max-width:768px){body.theme-blocknews .bn-header-spacer{height:var(--bn-header-height,100px)!important;min-height:var(--bn-header-height,100px)!important;}}body.theme-blocknews.article-page--blocknews .bn-breadcrumb{max-width:var(--bn-layout-width,1140px)!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;}body.theme-blocknews.article-page--blocknews .bn-wrap{max-width:var(--bn-layout-width,1140px)!important;grid-template-columns:var(--bn-main-width,810px) var(--bn-sidebar-width,300px)!important;gap:var(--bn-gap,30px)!important;}body.theme-blocknews .bn-article{box-shadow:none!important;border:1px solid #e7ecf2!important;}body.theme-blocknews .bn-article-meta{justify-content:flex-start!important;gap:12px!important;margin-bottom:12px!important;padding-bottom:12px!important;}body.theme-blocknews .bn-article-readcount{display:none!important;}body.theme-blocknews .bn-author-initial{width:100%;height:100%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#fff;}body.theme-blocknews .bn-article-featured{width:100%!important;aspect-ratio:16/9!important;background:#eef2f7!important;border-radius:6px!important;overflow:hidden!important;margin:0 0 14px!important;}body.theme-blocknews .bn-article-featured img{width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;}body.theme-blocknews .bn-article-caption{position:relative;background:#fff;margin-top:0!important;padding:6px 8px;}body.theme-blocknews .bn-fontsize-toggle{justify-content:center!important;margin:12px auto 16px!important;padding:8px 10px!important;width:max-content!important;max-width:100%!important;border:1px solid #e5eaf1!important;border-radius:6px!important;background:#fff!important;}body.theme-blocknews .bn-fontsize-toggle .bn-range{width:120px!important;}body.theme-blocknews .bn-font-a-small{font-size:11px;}body.theme-blocknews .bn-font-a-big{font-size:15px;}body.theme-blocknews .bn-font-label{font-size:11px;color:var(--muted);margin-left:4px;}body.theme-blocknews .bn-article-body{font-size:16px!important;line-height:1.68!important;color:#2f3742!important;}body.theme-blocknews .bn-article-body p{margin-bottom:11px!important;}body.theme-blocknews .bn-article-body h2{line-height:1.35!important;margin:18px 0 9px!important;}body.theme-blocknews .bn-article-body h3{line-height:1.35!important;margin:15px 0 8px!important;}body.theme-blocknews .bn-ad-slot{margin:14px 0!important;min-height:1px;}body.theme-blocknews .bn-article-pagination{margin:18px 0!important;padding:12px!important;border:1px solid #e5eaf1!important;border-radius:8px!important;background:#f9fbfd!important;text-align:center!important;}body.theme-blocknews .bn-page-count{font-size:12px!important;font-weight:700!important;color:#6b7280!important;margin-bottom:8px!important;}body.theme-blocknews .bn-article-pagination .pagination,
body.theme-blocknews .bn-article-pagination ul{display:flex!important;justify-content:center!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important;margin:0!important;padding:0!important;list-style:none!important;}body.theme-blocknews .bn-article-pagination a,
body.theme-blocknews .bn-article-pagination span,
body.theme-blocknews .bn-article-pagination li a,
body.theme-blocknews .bn-article-pagination li span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:34px!important;height:34px!important;padding:0 10px!important;border:1px solid #d9e1ec!important;border-radius:6px!important;background:#fff!important;color:#2f3742!important;font-size:13px!important;font-weight:700!important;}body.theme-blocknews .bn-article-pagination .active a,
body.theme-blocknews .bn-article-pagination .active span,
body.theme-blocknews .bn-article-pagination a:hover{background:var(--blue)!important;border-color:var(--blue)!important;color:#fff!important;}body.theme-blocknews .bn-editors-box{display:flex!important;align-items:flex-start!important;gap:12px!important;padding:14px!important;margin:16px 0!important;border:1px solid #e5eaf1!important;border-radius:8px!important;background:#fbfcfe!important;}body.theme-blocknews .bn-editors-avatar{flex:0 0 38px!important;width:38px!important;height:38px!important;border-radius:8px!important;}body.theme-blocknews .bn-editors-content{min-width:0;flex:1;}body.theme-blocknews .bn-editors-label{font-size:11px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important;color:var(--blue)!important;margin-bottom:4px!important;}body.theme-blocknews .bn-editors-name{display:flex!important;flex-wrap:wrap!important;gap:6px 12px!important;font-size:13px!important;font-weight:700!important;color:#1f2937!important;margin-bottom:8px!important;}body.theme-blocknews .bn-editors-tags{display:flex!important;flex-wrap:wrap!important;gap:6px!important;}body.theme-blocknews .bn-editors-tags a{display:inline-flex!important;align-items:center!important;min-height:26px!important;padding:3px 9px!important;border:1px solid #dbe3ed!important;border-radius:4px!important;background:#fff!important;color:#2f3742!important;font-size:12px!important;font-weight:650!important;}body.theme-blocknews .bn-editors-tags a:hover{border-color:var(--blue)!important;color:var(--blue)!important;}body.theme-blocknews .bn-related-section,
body.theme-blocknews .bn-other-section{margin-top:16px!important;background:#fff!important;border:1px solid #e7ecf2!important;border-radius:8px!important;padding:14px!important;box-shadow:none!important;}body.theme-blocknews .bn-related-list{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0 14px!important;}body.theme-blocknews .bn-related-item{display:flex!important;gap:8px!important;align-items:flex-start!important;padding:9px 0!important;border-bottom:1px solid #edf0f4!important;}body.theme-blocknews .bn-related-dot{width:6px!important;height:6px!important;margin-top:8px!important;border-radius:2px!important;background:var(--blue)!important;flex:0 0 6px!important;}body.theme-blocknews .bn-related-title{font-size:13px!important;font-weight:650!important;line-height:1.45!important;color:#1f2937!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}body.theme-blocknews .bn-related-item:hover .bn-related-title{color:var(--blue)!important;}@media (max-width:768px){body.theme-blocknews.article-page--blocknews .bn-breadcrumb{max-width:100%!important;padding:8px 12px 0!important;}body.theme-blocknews.article-page--blocknews .bn-wrap{display:block!important;max-width:100%!important;}body.theme-blocknews .bn-article{border-left:none!important;border-right:none!important;border-radius:0!important;}body.theme-blocknews .bn-article-featured{border-radius:0!important;margin-left:-12px!important;margin-right:-12px!important;width:calc(100% + 24px)!important;}body.theme-blocknews .bn-article-body{font-size:16px!important;line-height:1.66!important;}body.theme-blocknews .bn-related-section,
  body.theme-blocknews .bn-other-section{border-left:none!important;border-right:none!important;border-radius:0!important;padding:12px!important;}body.theme-blocknews .bn-related-list{grid-template-columns:1fr!important;}body.theme-blocknews .bn-fontsize-toggle{width:100%!important;}}body.theme-blocknews.article-page--blocknews .bn-main{padding-top:0!important;}body.theme-blocknews.article-page--blocknews .bn-article{padding-top:14px!important;}body.theme-blocknews .bn-article-title{margin-top:0!important;padding-top:0!important;margin-bottom:10px!important;}body.theme-blocknews .bn-author-link{color:var(--text)!important;text-decoration:none!important;}body.theme-blocknews .bn-author-link:hover{color:var(--blue)!important;}body.theme-blocknews .bn-share-row{gap:6px!important;margin-bottom:12px!important;}body.theme-blocknews .bn-share-btn{min-height:30px!important;padding:5px 9px!important;border-radius:5px!important;font-size:12px!important;font-weight:750!important;line-height:1!important;}body.theme-blocknews .bn-share-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:16px!important;height:16px!important;font-size:10px!important;font-weight:900!important;line-height:1!important;}body.theme-blocknews .bn-share-wa .bn-share-icon{font-size:9px!important;}body.theme-blocknews .bn-share-fb .bn-share-icon{font-size:14px!important;font-family:Arial, sans-serif!important;}body.theme-blocknews .bn-share-tw .bn-share-icon{font-size:13px!important;}body.theme-blocknews .bn-share-copy .bn-share-icon{font-size:12px!important;}body.theme-blocknews .bn-article-body{line-height:1.4!important;}body.theme-blocknews .bn-article-body p{margin-bottom:9px!important;}body.theme-blocknews .bn-article-body li{margin-bottom:5px!important;}body.theme-blocknews .bn-article-body h2,
body.theme-blocknews .bn-article-body h3{line-height:1.25!important;}body.theme-blocknews .bn-related-list{display:none!important;}body.theme-blocknews .bn-related-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;}body.theme-blocknews .bn-related-card{display:block!important;background:#fff!important;border:1px solid #e7ecf2!important;border-radius:7px!important;overflow:hidden!important;box-shadow:none!important;transition:border-color .15s ease, transform .15s ease!important;}body.theme-blocknews .bn-related-card:hover{border-color:var(--blue)!important;transform:translateY(-1px)!important;}body.theme-blocknews .bn-related-thumb{display:block!important;width:100%!important;aspect-ratio:5/3!important;background:#eef2f7!important;overflow:hidden!important;}body.theme-blocknews .bn-related-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .25s ease!important;}body.theme-blocknews .bn-related-card:hover .bn-related-thumb img{transform:scale(1.035)!important;}body.theme-blocknews .bn-related-card-title{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;padding:8px 9px 9px!important;min-height:47px!important;color:#1f2937!important;font-size:13px!important;font-weight:700!important;line-height:1.35!important;}body.theme-blocknews .bn-related-card:hover .bn-related-card-title{color:var(--blue)!important;}@media (max-width:768px){body.theme-blocknews.article-page--blocknews .bn-article{padding-top:12px!important;}body.theme-blocknews .bn-share-row{gap:5px!important;}body.theme-blocknews .bn-share-btn{min-height:29px!important;padding:5px 8px!important;font-size:11.5px!important;}body.theme-blocknews .bn-related-grid{grid-template-columns:1fr 1fr!important;gap:9px!important;}body.theme-blocknews .bn-related-card-title{font-size:12.5px!important;padding:7px 8px 8px!important;}}body.theme-blocknews .bn-article-body{font-size:var(--bn-article-font-size,16px)!important;line-height:1.4!important;}body.theme-blocknews .bn-share-row{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-bottom:12px!important;}body.theme-blocknews .bn-share-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-height:30px!important;padding:5px 8px!important;border-radius:5px!important;font-size:11.5px!important;font-weight:750!important;line-height:1!important;white-space:nowrap!important;}body.theme-blocknews .bn-share-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:15px!important;height:15px!important;flex:0 0 15px!important;line-height:1!important;}body.theme-blocknews .bn-share-icon svg{display:block!important;width:15px!important;height:15px!important;fill:currentColor!important;}body.theme-blocknews .bn-share-wa{background:#20b35a!important;color:#fff!important;}body.theme-blocknews .bn-share-fb{background:#1877f2!important;color:#fff!important;}body.theme-blocknews .bn-share-tw{background:#111!important;color:#fff!important;}body.theme-blocknews .bn-share-copy{background:#64748b!important;color:#fff!important;}body.theme-blocknews .bn-share-copy.copied{background:#16a34a!important;color:#fff!important;}body.theme-blocknews .bn-fontsize-toggle{gap:8px!important;}body.theme-blocknews .bn-font-label{margin-left:2px!important;}body.theme-blocknews #bn-fontsize-value{font-size:11px!important;font-weight:800!important;color:var(--blue)!important;min-width:30px!important;}body.theme-blocknews .bn-related-section{padding:12px!important;}body.theme-blocknews .bn-related-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:9px!important;}body.theme-blocknews .bn-related-card{display:grid!important;grid-template-columns:82px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-height:64px!important;padding:6px!important;background:#fff!important;border:1px solid #e7ecf2!important;border-radius:6px!important;overflow:hidden!important;box-shadow:none!important;transition:border-color .15s ease, background .15s ease!important;}body.theme-blocknews .bn-related-card:hover{border-color:var(--blue)!important;background:#fbfdff!important;transform:none!important;}body.theme-blocknews .bn-related-thumb{display:block!important;width:82px!important;height:52px!important;aspect-ratio:auto!important;border-radius:4px!important;overflow:hidden!important;background:#eef2f7!important;}body.theme-blocknews .bn-related-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .25s ease!important;}body.theme-blocknews .bn-related-card-title{padding:0!important;min-height:0!important;font-size:12.5px!important;font-weight:700!important;line-height:1.35!important;color:#1f2937!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}body.theme-blocknews .bn-related-card:hover .bn-related-card-title{color:var(--blue)!important;}body.theme-blocknews .bn-pagination{display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;padding:16px 8px!important;margin:12px 0!important;}body.theme-blocknews .bn-pagination ul,
body.theme-blocknews .bn-pagination .pagination{display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;margin:0!important;padding:0!important;list-style:none!important;}body.theme-blocknews .bn-pagination li{display:inline-flex!important;margin:0!important;padding:0!important;}body.theme-blocknews .bn-pagination a,
body.theme-blocknews .bn-pagination span,
body.theme-blocknews .bn-pagination strong,
body.theme-blocknews .bn-page-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:34px!important;height:34px!important;padding:0 10px!important;border:1px solid #dbe3ed!important;border-radius:6px!important;background:#fff!important;color:#344054!important;font-size:13px!important;font-weight:750!important;line-height:1!important;box-shadow:none!important;transition:all .15s ease!important;}body.theme-blocknews .bn-pagination a:hover,
body.theme-blocknews .bn-page-btn:hover{border-color:var(--blue)!important;color:var(--blue)!important;background:rgba(29,113,184,.045)!important;}body.theme-blocknews .bn-pagination .active a,
body.theme-blocknews .bn-pagination .active span,
body.theme-blocknews .bn-pagination strong,
body.theme-blocknews .bn-page-btn.active{background:var(--blue)!important;border-color:var(--blue)!important;color:#fff!important;}body.theme-blocknews .bn-pagination .disabled span,
body.theme-blocknews .bn-pagination .disabled a,
body.theme-blocknews .bn-page-btn.disabled{opacity:.45!important;pointer-events:none!important;}body.theme-blocknews .bn-article-pagination{padding:10px!important;}body.theme-blocknews .bn-article-pagination a,
body.theme-blocknews .bn-article-pagination span,
body.theme-blocknews .bn-article-pagination li a,
body.theme-blocknews .bn-article-pagination li span{min-width:34px!important;height:34px!important;border-radius:6px!important;}@media (max-width:768px){body.theme-blocknews .bn-share-row{gap:5px!important;}body.theme-blocknews .bn-share-btn{min-height:28px!important;padding:5px 7px!important;font-size:11px!important;}body.theme-blocknews .bn-share-icon,
  body.theme-blocknews .bn-share-icon svg{width:14px!important;height:14px!important;flex-basis:14px!important;}body.theme-blocknews .bn-related-grid{grid-template-columns:1fr!important;gap:7px!important;}body.theme-blocknews .bn-related-card{grid-template-columns:76px minmax(0,1fr)!important;min-height:58px!important;padding:6px!important;}body.theme-blocknews .bn-related-thumb{width:76px!important;height:48px!important;}body.theme-blocknews .bn-related-card-title{font-size:12.5px!important;-webkit-line-clamp:2!important;}body.theme-blocknews .bn-pagination{gap:5px!important;padding:14px 6px!important;}body.theme-blocknews .bn-pagination a,
  body.theme-blocknews .bn-pagination span,
  body.theme-blocknews .bn-pagination strong,
  body.theme-blocknews .bn-page-btn{min-width:31px!important;height:31px!important;padding:0 8px!important;font-size:12px!important;border-radius:5px!important;}}body.theme-blocknews{--bn-article-font-size:16px;}body.theme-blocknews .bn-article-body{font-size:var(--bn-article-font-size,16px)!important;line-height:1.4!important;}body.theme-blocknews .bn-article-body p,
body.theme-blocknews .bn-article-body li,
body.theme-blocknews .bn-article-body span,
body.theme-blocknews .bn-article-body div,
body.theme-blocknews .bn-article-body a,
body.theme-blocknews .bn-article-body strong,
body.theme-blocknews .bn-article-body em,
body.theme-blocknews .bn-article-body blockquote,
body.theme-blocknews .bn-article-body td,
body.theme-blocknews .bn-article-body th{font-size:inherit!important;}body.theme-blocknews .bn-article-body h2{font-size:calc(var(--bn-article-font-size,16px) + 4px)!important;line-height:1.25!important;}body.theme-blocknews .bn-article-body h3{font-size:calc(var(--bn-article-font-size,16px) + 2px)!important;line-height:1.25!important;}body.theme-blocknews .bn-fontsize-toggle{position:relative!important;z-index:2!important;}body.theme-blocknews #bn-fontsize-range{pointer-events:auto!important;cursor:pointer!important;}body.theme-blocknews #bn-fontsize-value{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:34px!important;height:22px!important;padding:0 6px!important;border:1px solid #dbe3ed!important;border-radius:4px!important;background:#fff!important;color:var(--blue)!important;font-size:11px!important;font-weight:800!important;line-height:1!important;}body.theme-blocknews .bn-breadcrumb{max-width:var(--bn-layout-width,1140px)!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;}body.theme-blocknews .bn-tags-bar{position:relative!important;overflow:hidden!important;border:1px solid #f3d1a8!important;border-radius:8px!important;background:radial-gradient(circle at 12% 15%, rgba(255,122,0,.28), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(255,77,0,.18), transparent 26%),
    linear-gradient(135deg, #fff8f0 0%, #ffffff 48%, #fff4e7 100%)!important;box-shadow:0 4px 14px rgba(255,111,0,.08)!important;padding:10px 12px!important;gap:7px!important;}body.theme-blocknews .bn-tags-bar::before{content:"🔥"!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;border-radius:5px!important;background:#fff!important;border:1px solid rgba(255,113,0,.25)!important;font-size:14px!important;margin-right:1px!important;}body.theme-blocknews .bn-tags-bar-label{color:#9a4200!important;font-weight:850!important;letter-spacing:.01em!important;}body.theme-blocknews .bn-tag-pill{border-radius:4px!important;border-color:#efc99f!important;background:rgba(255,255,255,.88)!important;color:#6b3a12!important;min-height:27px!important;padding:4px 9px!important;font-size:11.8px!important;font-weight:750!important;}body.theme-blocknews .bn-tag-pill:hover{background:#ff7a00!important;border-color:#ff7a00!important;color:#fff!important;}body.theme-blocknews .bn-article-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;}body.theme-blocknews .bn-meta-share{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;min-width:0!important;}body.theme-blocknews .bn-meta-share .bn-share-row{margin:0!important;justify-content:flex-end!important;flex-wrap:nowrap!important;gap:5px!important;}body.theme-blocknews .bn-meta-share .bn-share-btn{min-height:28px!important;padding:5px 7px!important;font-size:0!important;gap:0!important;border-radius:5px!important;}body.theme-blocknews .bn-meta-share .bn-share-btn > span:not(.bn-share-icon){display:none!important;}body.theme-blocknews .bn-meta-share .bn-share-icon,
body.theme-blocknews .bn-meta-share .bn-share-icon svg{width:15px!important;height:15px!important;flex-basis:15px!important;}body.theme-blocknews .bn-article-caption{font-size:10.5px!important;line-height:1.35!important;color:#7b8492!important;text-align:left!important;font-style:normal!important;padding:5px 8px!important;background:#f8fafc!important;border-top:1px solid #edf0f4!important;}body.theme-blocknews .bn-editors-tags{display:none!important;}body.theme-blocknews .bn-article-tags-compact{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:5px!important;margin:8px 0 14px!important;padding:0!important;}body.theme-blocknews .bn-article-tags-compact a{display:inline-flex!important;align-items:center!important;min-height:23px!important;padding:2px 7px!important;border:1px solid #dbe3ed!important;border-radius:4px!important;background:#fff!important;color:#4b5563!important;font-size:11px!important;font-weight:700!important;line-height:1.1!important;}body.theme-blocknews .bn-article-tags-compact a:hover{color:var(--blue)!important;border-color:var(--blue)!important;background:rgba(29,113,184,.04)!important;}@media (max-width:768px){body.theme-blocknews .bn-breadcrumb{max-width:100%!important;padding:8px 12px 0!important;}body.theme-blocknews .bn-tags-bar{border-radius:0!important;padding:8px 12px!important;gap:5px!important;}body.theme-blocknews .bn-tags-bar::before{width:22px!important;height:22px!important;font-size:13px!important;}body.theme-blocknews .bn-article-meta{align-items:flex-start!important;gap:8px!important;}body.theme-blocknews .bn-meta-share .bn-share-row{gap:4px!important;}body.theme-blocknews .bn-meta-share .bn-share-btn{min-width:27px!important;width:27px!important;height:27px!important;padding:0!important;}body.theme-blocknews .bn-meta-share .bn-share-icon,
  body.theme-blocknews .bn-meta-share .bn-share-icon svg{width:14px!important;height:14px!important;}body.theme-blocknews .bn-article-tags-compact{margin-top:7px!important;}}body.theme-blocknews .bn-social-square{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;border-radius:5px!important;background:#fff!important;color:#334155!important;border:1px solid #dbe3ed!important;line-height:1!important;transition:all .15s ease!important;}body.theme-blocknews .bn-social-square svg{width:15px!important;height:15px!important;display:block!important;fill:currentColor!important;}body.theme-blocknews .bn-social-square:hover{transform:translateY(-1px)!important;color:#fff!important;}body.theme-blocknews .bn-social-facebook:hover{background:#1877f2!important;border-color:#1877f2!important;}body.theme-blocknews .bn-social-twitter:hover{background:#111!important;border-color:#111!important;}body.theme-blocknews .bn-social-instagram:hover{background:#e4405f!important;border-color:#e4405f!important;}body.theme-blocknews .bn-social-youtube:hover{background:#ff0033!important;border-color:#ff0033!important;}body.theme-blocknews .bn-social-rss:hover{background:#f97316!important;border-color:#f97316!important;}body.theme-blocknews .bn-footer-social{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;margin-top:10px!important;}body.theme-blocknews .bn-drawer-social{margin-top:auto!important;padding:10px!important;border-top:1px solid #edf0f4!important;}body.theme-blocknews .bn-drawer-social-list{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important;}body.theme-blocknews .bn-drawer-social .bn-social-square{width:27px!important;height:27px!important;border-radius:5px!important;}body.theme-blocknews .bn-drawer-social .bn-social-square svg{width:14px!important;height:14px!important;}body.theme-blocknews .bn-footer-social a[style],
body.theme-blocknews .bn-drawer-social a[style]{border-radius:5px!important;}@media (max-width:768px){body.theme-blocknews .bn-drawer-social{padding:9px 10px 12px!important;}body.theme-blocknews .bn-drawer-social-list{gap:5px!important;}}body.theme-blocknews .bn-header,
body.theme-blocknews header.bn-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:90!important;transform:none!important;}body.theme-blocknews .bn-header-spacer{display:block!important;width:100%!important;height:var(--bn-header-height,96px)!important;min-height:var(--bn-header-height,96px)!important;flex:0 0 auto!important;pointer-events:none!important;clear:both!important;}@media (max-width:768px){body.theme-blocknews .bn-header-spacer{height:var(--bn-header-height,100px)!important;min-height:var(--bn-header-height,100px)!important;}}body.theme-blocknews .bn-article-caption{display:block!important;font-size:10.5px!important;line-height:1.35!important;color:#6b7280!important;text-align:left!important;font-style:normal!important;padding:5px 8px!important;margin:0!important;background:#f8fafc!important;border-top:1px solid #edf0f4!important;}body.theme-blocknews .bn-page-count{text-transform:none!important;letter-spacing:0!important;}body.theme-blocknews .bn-article-featured{aspect-ratio:auto!important;overflow:visible!important;background:transparent!important;border-radius:6px!important;margin:0 0 14px!important;}body.theme-blocknews .bn-article-featured img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/9!important;object-fit:cover!important;border-radius:6px 6px 0 0!important;background:#eef2f7!important;}body.theme-blocknews .bn-article-caption{display:block!important;visibility:visible!important;opacity:1!important;font-size:10.5px!important;line-height:1.35!important;color:#6b7280!important;text-align:left!important;font-style:normal!important;padding:5px 8px!important;margin:0!important;background:#f8fafc!important;border:1px solid #edf0f4!important;border-top:none!important;border-radius:0 0 6px 6px!important;}@media (max-width:768px){body.theme-blocknews.article-page--blocknews .bn-article{overflow:visible!important;}body.theme-blocknews.article-page--blocknews .bn-article-featured{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;border-radius:0!important;overflow:visible!important;}body.theme-blocknews.article-page--blocknews .bn-article-featured img{display:block!important;width:100vw!important;max-width:100vw!important;height:auto!important;aspect-ratio:16/9!important;object-fit:cover!important;border-radius:0!important;}body.theme-blocknews.article-page--blocknews .bn-article-caption{width:100vw!important;max-width:100vw!important;border-left:0!important;border-right:0!important;border-radius:0!important;padding:5px 12px!important;margin:0!important;}}body.theme-blocknews .bn-editors-box{gap:8px!important;padding:10px 11px!important;margin:12px 0 8px!important;border-radius:6px!important;background:#fbfcfe!important;border:1px solid #e8edf3!important;box-shadow:none!important;}body.theme-blocknews .bn-editors-avatar{flex:0 0 30px!important;width:30px!important;height:30px!important;border-radius:6px!important;overflow:hidden!important;}body.theme-blocknews .bn-editors-avatar img{width:30px!important;height:30px!important;object-fit:cover!important;}body.theme-blocknews .bn-editors-avatar .bn-author-initial{font-size:12px!important;border-radius:6px!important;}body.theme-blocknews .bn-editors-content{min-width:0!important;}body.theme-blocknews .bn-editors-label{font-size:10px!important;line-height:1.15!important;margin-bottom:3px!important;letter-spacing:.05em!important;font-weight:800!important;color:var(--blue)!important;}body.theme-blocknews .bn-editors-name{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:4px 9px!important;margin-bottom:0!important;font-size:12px!important;line-height:1.35!important;font-weight:650!important;color:#334155!important;}body.theme-blocknews .bn-editors-name span{display:inline-flex!important;align-items:center!important;max-width:100%!important;}body.theme-blocknews .bn-article-tags-compact{margin:7px 0 12px!important;gap:4px!important;}body.theme-blocknews .bn-article-tags-compact a{min-height:21px!important;padding:2px 6px!important;border-radius:3px!important;font-size:10.5px!important;line-height:1.1!important;}@media (max-width:768px){body.theme-blocknews .bn-editors-box{margin-left:0!important;margin-right:0!important;padding:9px 10px!important;gap:8px!important;}body.theme-blocknews .bn-editors-label{font-size:9.5px!important;}body.theme-blocknews .bn-editors-name{font-size:11.5px!important;gap:3px 8px!important;}}body.theme-blocknews .bn-ad-slot{display:block;width:100%;max-width:100%;margin:14px auto!important;text-align:center;overflow:hidden;clear:both;}body.theme-blocknews .bn-ad-slot .bn-ad-link,
body.theme-blocknews .bn-ad-slot .bn-ad-code{display:block;max-width:100%;margin-left:auto;margin-right:auto;text-align:center;}body.theme-blocknews .bn-ad-slot img,
body.theme-blocknews .bn-ad-slot iframe,
body.theme-blocknews .bn-ad-slot ins{max-width:100%!important;}body.theme-blocknews .bn-ad-header{max-width:984px;padding:0 12px;margin-top:10px!important;margin-bottom:10px!important;}body.theme-blocknews .bn-sidebar-ad{width:100%;max-width:300px;margin:0 auto 14px!important;}body.theme-blocknews .bn-footer-ad{max-width:984px;padding:0 12px;margin:18px auto!important;}body.theme-blocknews .bn-ad-inarticle{margin:18px auto!important;}body.theme-blocknews .bn-home-ad,
body.theme-blocknews .bn-list-ad,
body.theme-blocknews .bn-page-ad{margin:16px auto!important;}@media (max-width:768px){body.theme-blocknews .bn-ad-slot{width:100%!important;max-width:100%!important;margin:12px auto!important;padding-left:0!important;padding-right:0!important;}body.theme-blocknews .bn-ad-header,
  body.theme-blocknews .bn-footer-ad{padding-left:8px!important;padding-right:8px!important;}}.si-ad-center,
.classic-ad-slot,
.si-kanal-banner-wrap,
.home-banner,
.bn-ad-slot,
.bn-ad-code-shell,
.bn-ad-alt{display:block;max-width:100%;margin-left:auto!important;margin-right:auto!important;text-align:center!important;clear:both;}.si-ad-center > *,
.classic-ad-slot > *,
.si-kanal-banner-wrap > *,
.home-banner > *,
.bn-ad-slot > *,
.bn-ad-code-shell > *,
.bn-ad-alt > *{margin-left:auto!important;margin-right:auto!important;text-align:center!important;}.si-ad-center img,
.classic-ad-slot img,
.si-kanal-banner-wrap img,
.home-banner img,
.bn-ad-slot img{display:block;margin-left:auto!important;margin-right:auto!important;height:auto;}.si-ad-center iframe,
.classic-ad-slot iframe,
.si-kanal-banner-wrap iframe,
.home-banner iframe,
.bn-ad-slot iframe,
.si-ad-center ins.adsbygoogle,
.classic-ad-slot ins.adsbygoogle,
.si-kanal-banner-wrap ins.adsbygoogle,
.home-banner ins.adsbygoogle,
.bn-ad-slot ins.adsbygoogle{display:block!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;}.si-ad-center,
.classic-ad-slot,
.si-kanal-banner-wrap,
.home-banner,
.bn-ad-slot,
.bn-ad-code-shell,
.bn-ad-alt{width:100%!important;max-width:100%!important;box-sizing:border-box!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;clear:both;}.si-ad-center > *,
.classic-ad-slot > *,
.si-kanal-banner-wrap > *,
.home-banner > *,
.bn-ad-slot > *,
.bn-ad-code-shell > *,
.bn-ad-alt > *{max-width:100%!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;box-sizing:border-box!important;}.si-ad-center img,
.classic-ad-slot img,
.si-kanal-banner-wrap img,
.home-banner img,
.bn-ad-slot img,
.bn-ad-code-shell img,
.bn-ad-alt img{display:block!important;max-width:100%!important;height:auto!important;margin-left:auto!important;margin-right:auto!important;}.si-ad-center iframe,
.classic-ad-slot iframe,
.si-kanal-banner-wrap iframe,
.home-banner iframe,
.bn-ad-slot iframe,
.bn-ad-code-shell iframe,
.bn-ad-alt iframe,
.si-ad-center ins.adsbygoogle,
.classic-ad-slot ins.adsbygoogle,
.si-kanal-banner-wrap ins.adsbygoogle,
.home-banner ins.adsbygoogle,
.bn-ad-slot ins.adsbygoogle,
.bn-ad-code-shell ins.adsbygoogle,
.bn-ad-alt ins.adsbygoogle{display:block!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;}@media (max-width:767px){.si-ad-center,
  .classic-ad-slot,
  .si-kanal-banner-wrap,
  .home-banner,
  .bn-ad-slot,
  .bn-ad-code-shell,
  .bn-ad-alt{padding-left:0!important;padding-right:0!important;overflow:hidden!important;}.si-ad-center img,
  .classic-ad-slot img,
  .si-kanal-banner-wrap img,
  .home-banner img,
  .bn-ad-slot img,
  .bn-ad-code-shell img,
  .bn-ad-alt img{width:auto!important;max-width:100%!important;}}body.theme-blocknews .bn-header,
body.theme-blocknews header.bn-header{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;z-index:40!important;background:#fff!important;border-bottom:1px solid rgba(15,23,42,.08)!important;box-shadow:none!important;}body.theme-blocknews .bn-header-spacer{display:none!important;height:0!important;min-height:0!important;}body.theme-blocknews .bn-header-inner{max-width:1140px!important;margin:0 auto!important;min-height:72px!important;padding:10px 16px!important;gap:12px!important;display:flex!important;align-items:center!important;}body.theme-blocknews .bn-menu-btn,
body.theme-blocknews .bn-menu-btn--icon{border:none!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;width:40px!important;height:40px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--blue)!important;}body.theme-blocknews .bn-burger-lines{display:inline-flex!important;flex-direction:column!important;gap:4px!important;}body.theme-blocknews .bn-burger-lines i{display:block!important;width:20px!important;height:2px!important;background:currentColor!important;border-radius:999px!important;}body.theme-blocknews .bn-logo{display:flex!important;align-items:center!important;min-width:0!important;}body.theme-blocknews .bn-logo img{height:42px!important;width:auto!important;display:block!important;}body.theme-blocknews .bn-search--desktop{flex:0 1 370px!important;max-width:370px!important;width:100%!important;margin-left:auto!important;}body.theme-blocknews .bn-search--desktop .bn-search-toggle{display:none!important;}body.theme-blocknews .bn-search--desktop form{display:flex!important;position:static!important;width:100%!important;height:46px!important;border:1px solid rgba(29,113,184,.28)!important;border-radius:10px!important;overflow:hidden!important;background:#fff!important;box-shadow:none!important;}body.theme-blocknews .bn-search--desktop input{flex:1 1 auto!important;min-width:0!important;border:none!important;padding:0 14px!important;font-size:15px!important;color:#334155!important;background:transparent!important;}body.theme-blocknews .bn-search--desktop input::placeholder{color:#8b95a5!important;}body.theme-blocknews .bn-search--desktop .bn-search-submit,
body.theme-blocknews .bn-search--desktop button.bn-search-submit{width:46px!important;min-width:46px!important;border:none!important;background:transparent!important;color:var(--blue)!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;}body.theme-blocknews .bn-search--desktop .bn-search-submit svg,
body.theme-blocknews .bn-nav-search-btn svg{width:18px!important;height:18px!important;display:block!important;}body.theme-blocknews .bn-nav{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:80!important;background:var(--blue)!important;border-top:none!important;box-shadow:none!important;}body.theme-blocknews .bn-nav.is-stuck{box-shadow:0 8px 22px rgba(15,23,42,.16)!important;}body.theme-blocknews .bn-nav-inner{max-width:1140px!important;margin:0 auto!important;display:flex!important;align-items:center!important;gap:10px!important;padding:0 12px!important;}body.theme-blocknews .bn-nav-emblem,
body.theme-blocknews .bn-nav-search-btn{display:none!important;}body.theme-blocknews.bn-nav-stuck .bn-nav-emblem,
body.theme-blocknews.bn-nav-stuck .bn-nav-search-btn{display:flex!important;}body.theme-blocknews .bn-nav-emblem{flex:0 0 auto!important;width:34px!important;height:34px!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;overflow:hidden!important;background:rgba(255,255,255,.14)!important;}body.theme-blocknews .bn-nav-emblem img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}body.theme-blocknews .bn-nav-emblem span{display:flex!important;width:100%!important;height:100%!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-weight:700!important;}body.theme-blocknews .bn-nav-links{flex:1 1 auto!important;min-width:0!important;display:flex!important;align-items:center!important;overflow-x:auto!important;scrollbar-width:none!important;}body.theme-blocknews .bn-nav-links::-webkit-scrollbar{display:none!important;}body.theme-blocknews .bn-nav-links a{flex:0 0 auto!important;}body.theme-blocknews .bn-nav-search-btn{flex:0 0 auto!important;width:38px!important;height:38px!important;border:none!important;background:transparent!important;color:#fff!important;align-items:center!important;justify-content:center!important;padding:0!important;}body.theme-blocknews .bn-search-modal{display:none;position:fixed;inset:0;z-index:2000;}body.theme-blocknews .bn-search-modal.open{display:block;}body.theme-blocknews .bn-search-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.46);}body.theme-blocknews .bn-search-modal-dialog{position:relative;width:min(92vw,460px);margin:10vh auto 0;background:#fff;border-radius:14px;box-shadow:0 24px 60px rgba(15,23,42,.28);padding:18px;}body.theme-blocknews .bn-search-modal-close{position:absolute;top:8px;right:10px;border:none;background:transparent;font-size:28px;line-height:1;color:#475569;padding:0;cursor:pointer;}body.theme-blocknews .bn-search-modal-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:14px;}body.theme-blocknews .bn-search-modal-form{display:flex;align-items:center;gap:10px;}body.theme-blocknews .bn-search-modal-form input{flex:1 1 auto;height:46px;border:1px solid #d9dee7;border-radius:10px;padding:0 14px;font-size:15px;outline:none;}body.theme-blocknews .bn-search-modal-form button{height:46px;padding:0 18px;border:none;border-radius:10px;background:var(--blue);color:#fff;font-weight:600;}@media (min-width:769px){body.theme-blocknews .bn-nav{top:0!important;}}@media (max-width:768px){body.theme-blocknews .bn-header-inner{min-height:64px!important;padding:10px 12px!important;gap:10px!important;}body.theme-blocknews .bn-logo img{height:36px!important;}body.theme-blocknews .bn-search--desktop{display:none!important;}body.theme-blocknews .bn-nav-inner{padding:0 8px!important;gap:6px!important;}body.theme-blocknews .bn-nav a{padding:12px 10px!important;font-size:13px!important;}body.theme-blocknews .bn-nav-search-btn{width:36px!important;height:36px!important;}body.theme-blocknews .bn-nav-emblem{width:30px!important;height:30px!important;}body.theme-blocknews .bn-search-modal-dialog{width:min(94vw,400px);margin:12vh auto 0;padding:16px;}}@media (min-width:1111px){body.theme-blocknews .bn-header-inner,
  body.theme-blocknews .bn-nav-inner{max-width:var(--bn-layout-width,1140px)!important;padding-left:0!important;padding-right:0!important;}}@media (min-width:769px) and (max-width:1110px){body.theme-blocknews .bn-header-inner,
  body.theme-blocknews .bn-nav-inner{max-width:calc(100% - 32px)!important;padding-left:0!important;padding-right:0!important;}}@media (min-width:769px){body.theme-blocknews .bn-header-inner{min-height:60px!important;padding-top:8px!important;padding-bottom:8px!important;}body.theme-blocknews .bn-logo img{height:38px!important;max-height:38px!important;}body.theme-blocknews .bn-menu-btn,
  body.theme-blocknews .bn-menu-btn--icon{width:34px!important;height:34px!important;flex:0 0 34px!important;}body.theme-blocknews .bn-burger-lines i{width:18px!important;}body.theme-blocknews .bn-search--desktop{flex:0 1 300px!important;max-width:300px!important;}body.theme-blocknews .bn-search--desktop form{height:38px!important;border-radius:8px!important;}body.theme-blocknews .bn-search--desktop input{padding:0 12px!important;font-size:13.5px!important;}body.theme-blocknews .bn-search--desktop .bn-search-submit,
  body.theme-blocknews .bn-search--desktop button.bn-search-submit{width:40px!important;min-width:40px!important;}body.theme-blocknews .bn-search--desktop .bn-search-submit svg{width:17px!important;height:17px!important;}body.theme-blocknews .bn-nav a,
  body.theme-blocknews .bn-nav-links a{padding-top:11px!important;padding-bottom:11px!important;}}@media (max-width:768px){body.theme-blocknews .bn-header .bn-search,
  body.theme-blocknews header.bn-header .bn-search,
  body.theme-blocknews .bn-header .bn-search--desktop,
  body.theme-blocknews header.bn-header .bn-search--desktop{display:none!important;visibility:hidden!important;pointer-events:none!important;}body.theme-blocknews .bn-header-inner{min-height:58px!important;padding-top:8px!important;padding-bottom:8px!important;}body.theme-blocknews .bn-logo{flex:1 1 auto!important;}body.theme-blocknews .bn-logo img{height:34px!important;max-height:34px!important;}}body.theme-blocknews .bn-header-search-mobile{display:none!important;border:none!important;background:transparent!important;box-shadow:none!important;color:var(--blue)!important;padding:0!important;}body.theme-blocknews .bn-header-search-mobile svg{width:19px!important;height:19px!important;display:block!important;}@media (max-width:768px){body.theme-blocknews .bn-header,
  body.theme-blocknews header.bn-header{background:#fff!important;border-bottom:1px solid rgba(15,23,42,.07)!important;}body.theme-blocknews .bn-header-inner{min-height:52px!important;height:52px!important;padding:6px 12px!important;gap:8px!important;display:flex!important;align-items:center!important;}body.theme-blocknews .bn-menu-btn,
  body.theme-blocknews .bn-menu-btn--icon,
  body.theme-blocknews .bn-header-search-mobile{flex:0 0 36px!important;width:36px!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:0!important;}body.theme-blocknews .bn-burger-lines{gap:4px!important;}body.theme-blocknews .bn-burger-lines i{width:19px!important;height:2px!important;}body.theme-blocknews .bn-logo{flex:1 1 auto!important;min-width:0!important;display:flex!important;justify-content:flex-start!important;align-items:center!important;}body.theme-blocknews .bn-logo img{height:32px!important;max-height:32px!important;width:auto!important;}body.theme-blocknews .bn-logo-text{font-size:20px!important;line-height:1!important;}body.theme-blocknews .bn-header .bn-search--desktop,
  body.theme-blocknews header.bn-header .bn-search--desktop{display:none!important;visibility:hidden!important;pointer-events:none!important;}body.theme-blocknews .bn-nav a,
  body.theme-blocknews .bn-nav-links a{padding-top:10px!important;padding-bottom:10px!important;}body.theme-blocknews .bn-search-modal-dialog{margin-top:10vh!important;border-radius:12px!important;padding:15px!important;}body.theme-blocknews .bn-search-modal-form input{height:42px!important;font-size:14px!important;}body.theme-blocknews .bn-search-modal-form button{height:42px!important;padding:0 15px!important;}}body.theme-blocknews .bn-drawer{display:flex!important;flex-direction:column!important;}body.theme-blocknews .bn-drawer-head{align-items:center!important;gap:10px!important;padding:12px 14px 10px!important;}body.theme-blocknews .bn-drawer-brand{width:auto!important;min-width:0!important;max-width:calc(100% - 48px)!important;height:34px!important;padding:0!important;background:transparent!important;border:none!important;border-radius:0!important;}body.theme-blocknews .bn-drawer-brand img{width:auto!important;max-width:100%!important;height:34px!important;object-fit:contain!important;object-position:left center!important;padding:0!important;}body.theme-blocknews .bn-drawer-search{padding:0 12px 10px!important;}body.theme-blocknews .bn-drawer-search form{display:flex!important;align-items:center!important;height:38px!important;border:1px solid #d9e1ea!important;border-radius:8px!important;overflow:hidden!important;background:#fff!important;}body.theme-blocknews .bn-drawer-search input{flex:1 1 auto!important;min-width:0!important;height:100%!important;border:none!important;background:transparent!important;padding:0 12px!important;font-size:13px!important;color:#334155!important;outline:none!important;}body.theme-blocknews .bn-drawer-search input::placeholder{color:#8b95a5!important;}body.theme-blocknews .bn-drawer-search button{width:40px!important;min-width:40px!important;height:100%!important;border:none!important;background:transparent!important;color:var(--blue)!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;}body.theme-blocknews .bn-drawer-search button svg{width:17px!important;height:17px!important;display:block!important;}body.theme-blocknews .bn-drawer-section{padding-top:2px!important;}@media (max-width:768px){body.theme-blocknews .bn-drawer{width:286px!important;max-width:88vw!important;}body.theme-blocknews .bn-drawer-head{padding:10px 12px 8px!important;}body.theme-blocknews .bn-drawer-brand{height:32px!important;}body.theme-blocknews .bn-drawer-brand img{height:32px!important;}body.theme-blocknews .bn-drawer-search{padding:0 12px 8px!important;}body.theme-blocknews .bn-drawer-search form{height:36px!important;border-radius:8px!important;}body.theme-blocknews .bn-header-search-mobile{display:none!important;}}body.theme-blocknews .bn-header-search-mobile{display:none!important;}@media (max-width:768px){html{-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important;}body.theme-blocknews .bn-header,
  body.theme-blocknews header.bn-header{margin-bottom:0!important;padding-bottom:0!important;}body.theme-blocknews .bn-header-inner{margin-bottom:0!important;}body.theme-blocknews .bn-nav,
  body.theme-blocknews #bn-main-nav{margin-top:0!important;}body.theme-blocknews .bn-drawer{width:286px!important;max-width:88vw!important;overflow-x:hidden!important;}body.theme-blocknews .bn-drawer-head{min-height:44px!important;padding:8px 12px 6px!important;border-bottom:0!important;gap:8px!important;}body.theme-blocknews .bn-drawer-brand{height:28px!important;max-width:176px!important;flex:0 1 auto!important;}body.theme-blocknews .bn-drawer-brand img{height:28px!important;max-height:28px!important;width:auto!important;max-width:176px!important;object-fit:contain!important;object-position:left center!important;}body.theme-blocknews .bn-drawer-close{width:32px!important;height:32px!important;flex:0 0 32px!important;border-radius:7px!important;font-size:21px!important;}body.theme-blocknews .bn-drawer-search{padding:7px 12px 8px!important;}body.theme-blocknews .bn-drawer-search form{height:40px!important;border-radius:10px!important;border-color:#dbe4ee!important;box-shadow:0 1px 0 rgba(15,23,42,.02)!important;}body.theme-blocknews .bn-drawer-search input{font-size:16px!important;line-height:40px!important;height:40px!important;padding:0 12px!important;touch-action:manipulation!important;}body.theme-blocknews .bn-drawer-search button{width:39px!important;min-width:39px!important;height:40px!important;}body.theme-blocknews .bn-drawer-search button svg{width:17px!important;height:17px!important;}body.theme-blocknews .bn-drawer-section{padding:1px 12px 0!important;}body.theme-blocknews .bn-drawer-section-title{margin:0 0 7px!important;font-size:10.5px!important;letter-spacing:.075em!important;}body.theme-blocknews .bn-drawer-nav,
  body.theme-blocknews .bn-drawer-page-list{gap:6px!important;}body.theme-blocknews .bn-drawer-nav a,
  body.theme-blocknews .bn-drawer-page-list a{min-height:34px!important;padding:7px 10px!important;border-radius:6px!important;font-size:12px!important;}body.theme-blocknews .bn-drawer-pages{padding:10px 12px 12px!important;}}@media (max-width:768px){body.theme-blocknews .bn-header,
  body.theme-blocknews header.bn-header{margin-bottom:0!important;padding-bottom:0!important;}body.theme-blocknews .bn-header-inner{margin-bottom:0!important;}body.theme-blocknews .bn-nav,
  body.theme-blocknews nav.bn-nav{margin-top:0!important;}body.theme-blocknews .bn-header .bn-search,
  body.theme-blocknews header.bn-header .bn-search,
  body.theme-blocknews .bn-header .bn-search--desktop,
  body.theme-blocknews header.bn-header .bn-search--desktop,
  body.theme-blocknews .bn-header .bn-search form,
  body.theme-blocknews header.bn-header .bn-search form,
  body.theme-blocknews .bn-header-search-mobile{display:none!important;visibility:hidden!important;pointer-events:none!important;height:0!important;min-height:0!important;max-height:0!important;width:0!important;min-width:0!important;max-width:0!important;flex:0 0 0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;opacity:0!important;}body.theme-blocknews .bn-header .bn-search input,
  body.theme-blocknews header.bn-header .bn-search input,
  body.theme-blocknews .bn-header .bn-search button,
  body.theme-blocknews header.bn-header .bn-search button{display:none!important;height:0!important;width:0!important;margin:0!important;padding:0!important;border:0!important;}body.theme-blocknews .bn-header-spacer{display:none!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;}body.theme-blocknews .bn-ad-header,
  body.theme-blocknews .bn-header-ad,
  body.theme-blocknews .header-ad,
  body.theme-blocknews .ad-header,
  body.theme-blocknews [class*="ad-header"],
  body.theme-blocknews [class*="header-ad"]{display:none!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;}body.theme-blocknews .bn-drawer-search input,
  body.theme-blocknews .bn-search-modal-form input{font-size:16px!important;}}body.theme-blocknews .bn-header,
body.theme-blocknews header.bn-header{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:30!important;isolation:auto!important;transform:none!important;will-change:auto!important;}body.theme-blocknews .bn-header.is-scrolled,
body.theme-blocknews header.bn-header.is-scrolled{box-shadow:0 4px 18px rgba(15,23,42,.10)!important;}body.theme-blocknews .bn-nav,
body.theme-blocknews nav.bn-nav,
body.theme-blocknews #bn-main-nav{position:static!important;top:auto!important;left:auto!important;right:auto!important;z-index:auto!important;transform:none!important;box-shadow:none!important;}body.theme-blocknews .bn-nav.is-stuck{box-shadow:none!important;}body.theme-blocknews.bn-nav-stuck .bn-nav-emblem,
body.theme-blocknews.bn-nav-stuck .bn-nav-search-btn{display:none!important;}body.theme-blocknews .bn-search form{z-index:35!important;}html body.theme-blocknews ins.adsbygoogle[data-anchor-status],
html body.theme-blocknews ins.adsbygoogle.adsbygoogle-noablate[style*="position:fixed"],
html body.theme-blocknews ins.adsbygoogle.adsbygoogle-noablate[style*="position: fixed"],
html body.theme-blocknews .google-auto-placed[style*="position:fixed"],
html body.theme-blocknews .google-auto-placed[style*="position: fixed"],
html body.theme-blocknews iframe[id^="aswift_"][style*="position:fixed"],
html body.theme-blocknews iframe[id^="aswift_"][style*="position: fixed"],
html body.theme-blocknews iframe[name^="aswift_"][style*="position:fixed"],
html body.theme-blocknews iframe[name^="aswift_"][style*="position: fixed"],
html body.theme-blocknews iframe[id^="google_ads_iframe_"][style*="position:fixed"],
html body.theme-blocknews iframe[id^="google_ads_iframe_"][style*="position: fixed"],
html body.theme-blocknews div[id^="google_ads_iframe_"][style*="position:fixed"],
html body.theme-blocknews div[id^="google_ads_iframe_"][style*="position: fixed"]{z-index:2147483647!important;}body.theme-blocknews .bn-hero-selectable a{text-decoration:none!important;color:inherit!important;}body.theme-blocknews .bn-hero-feature,
body.theme-blocknews .bn-hero-mini{min-width:0!important;}body.theme-blocknews .bn-hero-feature img,
body.theme-blocknews .bn-hero-mini img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .28s ease!important;}body.theme-blocknews .bn-hero-feature:hover img,
body.theme-blocknews .bn-hero-mini:hover img{transform:scale(1.035)!important;}body.theme-blocknews .bn-hero-shade{position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(15,23,42,.06) 0%,rgba(15,23,42,.24) 42%,rgba(2,6,23,.82) 100%)!important;z-index:1!important;}body.theme-blocknews .bn-hero-content{position:absolute!important;left:20px!important;right:20px!important;bottom:18px!important;z-index:2!important;color:#fff!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;}body.theme-blocknews .bn-hero-title{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;margin:0!important;color:#fff!important;font-weight:900!important;line-height:1.25!important;letter-spacing:.01em!important;text-shadow:0 2px 12px rgba(0,0,0,.38)!important;}body.theme-blocknews .bn-hero-excerpt{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;color:rgba(255,255,255,.88)!important;line-height:1.55!important;}body.theme-blocknews .bn-hero-meta,
body.theme-blocknews .bn-hero-mini-meta{font-size:12px!important;line-height:1.35!important;color:rgba(255,255,255,.82)!important;display:inline-flex!important;align-items:center!important;gap:5px!important;}body.theme-blocknews .bn-hero-mini .bn-hero-mini-meta{margin-top:auto!important;color:#6b7280!important;}body.theme-blocknews .bn-hero-selectable .bn-badge{box-shadow:0 6px 14px rgba(0,80,170,.14)!important;}body.theme-blocknews .bn-hero-rank{position:absolute!important;top:12px!important;left:12px!important;z-index:3!important;display:inline-flex!important;width:28px!important;height:28px!important;align-items:center!important;justify-content:center!important;border-radius:7px!important;background:var(--blue,#0057a8)!important;color:#fff!important;font-weight:900!important;font-size:13px!important;box-shadow:0 10px 16px rgba(0,0,0,.28)!important;}html body.theme-blocknews{--bn-header-height:64px;}body.theme-blocknews .bn-header,
body.theme-blocknews header.bn-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:30!important;isolation:auto!important;transform:none!important;will-change:auto!important;margin:0!important;padding:0!important;background:#fff!important;box-shadow:none!important;border-bottom:1px solid rgba(15,23,42,.07)!important;}body.theme-blocknews .bn-header.is-scrolled,
body.theme-blocknews header.bn-header.is-scrolled{box-shadow:0 4px 18px rgba(15,23,42,.10)!important;}body.theme-blocknews .bn-header-spacer,
body.theme-blocknews #bn-header-spacer{display:block!important;width:100%!important;height:var(--bn-header-height,64px)!important;min-height:var(--bn-header-height,64px)!important;max-height:none!important;clear:both!important;flex:0 0 auto!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;pointer-events:none!important;visibility:hidden!important;}body.theme-blocknews .bn-header-inner{max-width:var(--bn-layout-width,1140px)!important;margin:0 auto!important;padding:8px 16px!important;min-height:60px!important;display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:nowrap!important;}body.theme-blocknews .bn-nav,
body.theme-blocknews nav.bn-nav,
body.theme-blocknews #bn-main-nav{position:static!important;top:auto!important;left:auto!important;right:auto!important;width:auto!important;z-index:auto!important;transform:none!important;margin:0!important;padding:0!important;box-shadow:none!important;}body.theme-blocknews .bn-nav.is-stuck{box-shadow:none!important;}body.theme-blocknews.bn-nav-stuck .bn-nav-emblem,
body.theme-blocknews.bn-nav-stuck .bn-nav-search-btn{display:none!important;}body.theme-blocknews .bn-search form,
body.theme-blocknews .bn-search-modal{z-index:35!important;}body.theme-blocknews .bn-drawer-bg{z-index:110!important;}body.theme-blocknews .bn-drawer{z-index:120!important;}@media (max-width:991px){html body.theme-blocknews{--bn-header-height:52px;}body.theme-blocknews .bn-header,
  body.theme-blocknews header.bn-header{min-height:0!important;}body.theme-blocknews .bn-header-inner{max-width:100%!important;min-height:52px!important;height:52px!important;padding:6px 12px!important;margin:0!important;align-items:center!important;flex-wrap:nowrap!important;}body.theme-blocknews .bn-header-spacer,
  body.theme-blocknews #bn-header-spacer{display:block!important;height:var(--bn-header-height,52px)!important;min-height:var(--bn-header-height,52px)!important;}body.theme-blocknews .bn-header .bn-search,
  body.theme-blocknews header.bn-header .bn-search,
  body.theme-blocknews .bn-header .bn-search--desktop,
  body.theme-blocknews header.bn-header .bn-search--desktop,
  body.theme-blocknews .bn-header .bn-search form,
  body.theme-blocknews header.bn-header .bn-search form,
  body.theme-blocknews .bn-header .bn-search input,
  body.theme-blocknews header.bn-header .bn-search input,
  body.theme-blocknews .bn-header .bn-search button,
  body.theme-blocknews header.bn-header .bn-search button,
  body.theme-blocknews .bn-header-search-mobile{display:none!important;visibility:hidden!important;pointer-events:none!important;position:absolute!important;left:-9999px!important;top:auto!important;width:0!important;min-width:0!important;max-width:0!important;height:0!important;min-height:0!important;max-height:0!important;flex:0 0 0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;opacity:0!important;}body.theme-blocknews .bn-logo{flex:1 1 auto!important;min-width:0!important;}body.theme-blocknews .bn-logo img{height:34px!important;max-height:34px!important;}}html body.theme-blocknews ins.adsbygoogle[data-anchor-status],
html body.theme-blocknews ins.adsbygoogle.adsbygoogle-noablate[style*="position:fixed"],
html body.theme-blocknews ins.adsbygoogle.adsbygoogle-noablate[style*="position: fixed"],
html body.theme-blocknews .google-auto-placed[style*="position:fixed"],
html body.theme-blocknews .google-auto-placed[style*="position: fixed"],
html body.theme-blocknews iframe[id^="aswift_"][style*="position:fixed"],
html body.theme-blocknews iframe[id^="aswift_"][style*="position: fixed"],
html body.theme-blocknews iframe[name^="aswift_"][style*="position:fixed"],
html body.theme-blocknews iframe[name^="aswift_"][style*="position: fixed"],
html body.theme-blocknews iframe[id^="google_ads_iframe_"][style*="position:fixed"],
html body.theme-blocknews iframe[id^="google_ads_iframe_"][style*="position: fixed"],
html body.theme-blocknews div[id^="google_ads_iframe_"][style*="position:fixed"],
html body.theme-blocknews div[id^="google_ads_iframe_"][style*="position: fixed"]{z-index:2147483647!important;}body.theme-blocknews .bn-hero-selectable .bn-hero-feature-link > img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;}body.theme-blocknews .bn-hero-selectable .bn-hero-feature-link{isolation:isolate!important;}body.theme-blocknews .bn-hero-selectable{--bn-hero-gap:14px;display:grid!important;grid-template-columns:minmax(0,1.42fr) minmax(280px,.58fr)!important;gap:var(--bn-hero-gap)!important;padding:12px!important;margin:0 0 16px!important;width:100%!important;max-width:100%!important;min-height:0!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:18px!important;box-shadow:0 14px 32px rgba(15,23,42,.08)!important;overflow:hidden!important;align-items:stretch!important;}body.theme-blocknews .bn-hero-selectable .bn-hero-slides,
body.theme-blocknews .bn-hero-selectable .bn-hero-slide,
body.theme-blocknews .bn-hero-selectable .bn-hero-btn,
body.theme-blocknews .bn-hero-selectable .bn-hero-dots{display:none!important;}body.theme-blocknews .bn-hero-feature{display:block!important;position:relative!important;width:100%!important;height:100%!important;min-height:352px!important;overflow:hidden!important;border-radius:14px!important;background:#111827!important;}body.theme-blocknews .bn-hero-feature-link{display:block!important;position:relative!important;width:100%!important;height:100%!important;min-height:352px!important;overflow:hidden!important;border-radius:14px!important;}body.theme-blocknews .bn-hero-title{font-size:28px!important;line-height:1.22!important;letter-spacing:.005em!important;-webkit-line-clamp:3!important;max-width:94%!important;}body.theme-blocknews .bn-hero-excerpt{font-size:14.5px!important;line-height:1.55!important;max-width:88%!important;}body.theme-blocknews .bn-hero-content{left:22px!important;right:22px!important;bottom:20px!important;gap:8px!important;}body.theme-blocknews .bn-hero-side{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;gap:var(--bn-hero-gap)!important;align-content:stretch!important;min-width:0!important;min-height:0!important;}body.theme-blocknews .bn-hero-mini{display:block!important;position:relative!important;height:100%!important;min-height:0!important;overflow:hidden!important;}body.theme-blocknews .bn-hero-mini:nth-child(n+3){display:none!important;}body.theme-blocknews .bn-hero-mini-link{display:flex!important;flex-direction:column!important;position:relative!important;height:100%!important;min-height:0!important;overflow:hidden!important;border-radius:11px!important;}body.theme-blocknews .bn-hero-mini-img{display:block!important;position:relative!important;flex:0 0 92px!important;height:92px!important;min-height:92px!important;overflow:hidden!important;}body.theme-blocknews .bn-hero-mini-body{display:flex!important;flex-direction:column!important;min-height:0!important;flex:1 1 auto!important;padding:11px 12px 12px!important;gap:6px!important;}body.theme-blocknews .bn-hero-mini-title{font-size:15.4px!important;line-height:1.35!important;-webkit-line-clamp:3!important;font-weight:880!important;}body.theme-blocknews .bn-hero-mini-meta{font-size:12px!important;}body.theme-blocknews .bn-hero--modern_grid .bn-hero-mini-link{background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 8px 18px rgba(15,23,42,.055)!important;}body.theme-blocknews .bn-hero--modern_grid .bn-hero-mini-img{height:96px!important;border-radius:11px 11px 0 0!important;}body.theme-blocknews .bn-hero--bold_overlay .bn-hero-feature-link{min-height:360px!important;}body.theme-blocknews .bn-hero--bold_overlay .bn-hero-side{grid-template-columns:1fr!important;grid-template-rows:repeat(2,minmax(0,1fr))!important;grid-auto-rows:auto!important;}body.theme-blocknews .bn-hero--bold_overlay .bn-hero-mini-link{min-height:0!important;height:100%!important;background:#0f172a!important;}body.theme-blocknews .bn-hero--bold_overlay .bn-hero-mini-img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-width:0!important;border-radius:11px!important;}body.theme-blocknews .bn-hero--bold_overlay .bn-hero-mini-body{position:absolute!important;left:13px!important;right:13px!important;bottom:12px!important;z-index:2!important;padding:0!important;color:#fff!important;}body.theme-blocknews .bn-hero--bold_overlay .bn-hero-rank{position:static!important;top:auto!important;left:auto!important;display:inline-flex!important;width:25px!important;height:25px!important;margin:0 0 2px!important;border-radius:7px!important;font-size:12px!important;}body.theme-blocknews .bn-hero--bold_overlay .bn-hero-mini-title{color:#fff!important;font-size:16px!important;line-height:1.28!important;-webkit-line-clamp:3!important;}body.theme-blocknews .bn-hero--bold_overlay .bn-hero-title{font-size:32px!important;line-height:1.18!important;max-width:90%!important;}body.theme-blocknews .bn-hero--clean_magazine{padding:12px!important;}body.theme-blocknews .bn-hero--clean_magazine .bn-hero-feature-link{min-height:344px!important;}body.theme-blocknews .bn-hero--clean_magazine .bn-hero-mini-link{display:grid!important;grid-template-columns:42% minmax(0,1fr)!important;align-items:stretch!important;min-height:0!important;height:100%!important;background:#fff!important;}body.theme-blocknews .bn-hero--clean_magazine .bn-hero-mini-img{height:100%!important;min-height:0!important;border-radius:12px 0 0 12px!important;}body.theme-blocknews .bn-hero--clean_magazine .bn-hero-mini-body{min-height:0!important;justify-content:center!important;padding:12px!important;}body.theme-blocknews .bn-hero--clean_magazine .bn-hero-mini-title{font-size:15px!important;line-height:1.38!important;-webkit-line-clamp:3!important;}body.theme-blocknews .bn-hero--clean_magazine .bn-hero-title{font-size:27px!important;line-height:1.22!important;}@media (max-width:991px){body.theme-blocknews .bn-hero-selectable{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;padding:8px!important;border-radius:0!important;border-left:0!important;border-right:0!important;}body.theme-blocknews .bn-hero-feature-link,
  body.theme-blocknews .bn-hero--bold_overlay .bn-hero-feature-link,
  body.theme-blocknews .bn-hero--clean_magazine .bn-hero-feature-link{min-height:262px!important;}body.theme-blocknews .bn-hero-title,
  body.theme-blocknews .bn-hero--bold_overlay .bn-hero-title,
  body.theme-blocknews .bn-hero--clean_magazine .bn-hero-title{font-size:21px!important;line-height:1.25!important;-webkit-line-clamp:3!important;max-width:100%!important;}body.theme-blocknews .bn-hero-excerpt{font-size:12.8px!important;max-width:100%!important;}body.theme-blocknews .bn-hero-side{grid-template-columns:1fr!important;grid-template-rows:none!important;gap:8px!important;}body.theme-blocknews .bn-hero-mini-link,
  body.theme-blocknews .bn-hero--clean_magazine .bn-hero-mini-link{display:flex!important;min-height:96px!important;height:auto!important;grid-template-columns:none!important;}body.theme-blocknews .bn-hero-mini-img,
  body.theme-blocknews .bn-hero--clean_magazine .bn-hero-mini-img{width:118px!important;min-width:118px!important;flex:0 0 118px!important;height:auto!important;min-height:96px!important;border-radius:8px 0 0 8px!important;}body.theme-blocknews .bn-hero-mini-title,
  body.theme-blocknews .bn-hero--clean_magazine .bn-hero-mini-title{font-size:14px!important;line-height:1.35!important;-webkit-line-clamp:2!important;}body.theme-blocknews .bn-hero--bold_overlay .bn-hero-mini-link{display:block!important;min-height:132px!important;}body.theme-blocknews .bn-hero--bold_overlay .bn-hero-mini-img{position:absolute!important;inset:0!important;width:100%!important;min-width:0!important;height:100%!important;}body.theme-blocknews .bn-hero--bold_overlay .bn-hero-mini-title{font-size:15px!important;-webkit-line-clamp:3!important;}}body.theme-blocknews .bn-hero-selectable .bn-badge,
body.theme-blocknews .bn-hero-selectable .bn-hero-rank,
body.theme-blocknews .bn-hero-selectable .bn-hero-excerpt,
body.theme-blocknews .bn-hero-selectable .bn-hero-meta,
body.theme-blocknews .bn-hero-selectable .bn-hero-mini-meta{display:none!important;}body.theme-blocknews .bn-hero-selectable .bn-hero-content{gap:0!important;justify-content:flex-end!important;}body.theme-blocknews .bn-hero-selectable .bn-hero-mini-body{gap:0!important;justify-content:flex-end!important;}body.theme-blocknews .bn-hero-selectable .bn-hero-title,
body.theme-blocknews .bn-hero-selectable .bn-hero-mini-title{margin:0!important;}body.theme-blocknews .bn-row-meta-line{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:4px;color:#7b8492;font-size:12px;line-height:1.35;}body.theme-blocknews .bn-row-meta-cat{display:inline-flex;align-items:center;line-height:1;text-decoration:none;}body.theme-blocknews .bn-row-meta-line .bn-badge{display:inline-flex;align-items:center;line-height:1.15;margin:0;vertical-align:middle;}body.theme-blocknews .bn-row-meta-sep{color:#a7afbc;font-size:11px;line-height:1;font-weight:400;}body.theme-blocknews .bn-row-meta-time{display:inline-flex;align-items:center;color:#7b8492;font-size:12px;line-height:1.35;font-weight:400;}body.theme-blocknews .bn-row-meta-time time{font-style:normal;color:inherit;}body.theme-blocknews .bn-post-row-badge{display:none;}@media (max-width:768px){body.theme-blocknews .bn-row-meta-line{margin-top:3px;gap:4px;font-size:11.5px;line-height:1.3;}body.theme-blocknews .bn-row-meta-time{font-size:11.5px;line-height:1.3;}body.theme-blocknews .bn-row-meta-sep{font-size:10.5px;}}body.theme-blocknews .bn-post-row-title,
body.theme-blocknews .bn-cat-title{font-size:18px!important;line-height:1.34!important;font-weight:600!important;letter-spacing:0!important;margin:0 0 6px!important;color:#20242b!important;}body.theme-blocknews .bn-post-row-title a,
body.theme-blocknews .bn-cat-title a{color:inherit!important;}body.theme-blocknews .bn-post-row a:hover .bn-post-row-title,
body.theme-blocknews .bn-post-row-title a:hover,
body.theme-blocknews .bn-cat-title:hover,
body.theme-blocknews .bn-cat-title a:hover{color:var(--blue)!important;}@media (max-width:1024px){body.theme-blocknews .bn-post-row-title,
  body.theme-blocknews .bn-cat-title{font-size:17px!important;line-height:1.35!important;}}@media (max-width:768px){body.theme-blocknews .bn-post-row-title,
  body.theme-blocknews .bn-cat-title{font-size:15.5px!important;line-height:1.38!important;margin-bottom:5px!important;}}@media (max-width:420px){body.theme-blocknews .bn-post-row-title,
  body.theme-blocknews .bn-cat-title{font-size:15px!important;}}body.theme-blocknews.error-page--blocknews{background:#f5f7fb!important;color:var(--text);}body.theme-blocknews.error-page--blocknews .bn-404-wrap{max-width:var(--bn-layout-width,1140px);margin:18px auto 30px;padding:0;}body.theme-blocknews.error-page--blocknews .bn-404-breadcrumb{max-width:var(--bn-layout-width,1140px);margin:0 auto 10px;padding:0;color:#7b8492;}body.theme-blocknews.error-page--blocknews .bn-404-hero{display:grid;grid-template-columns:260px minmax(0,1fr);gap:0;align-items:stretch;background:#fff;border:1px solid #e5e7eb;border-top:3px solid var(--blue);box-shadow:0 1px 3px rgba(15,23,42,.05);overflow:hidden;}body.theme-blocknews.error-page--blocknews .bn-404-code{display:flex;align-items:center;justify-content:center;min-height:230px;background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;font-size:72px;font-weight:800;letter-spacing:-.06em;line-height:1;}body.theme-blocknews.error-page--blocknews .bn-404-copy{padding:34px 36px;display:flex;flex-direction:column;justify-content:center;min-width:0;}body.theme-blocknews.error-page--blocknews .bn-404-kicker{display:inline-flex;align-items:center;width:max-content;max-width:100%;font-size:11px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;color:var(--blue);background:#eff6ff;border:1px solid #dbeafe;padding:5px 8px;margin-bottom:12px;}body.theme-blocknews.error-page--blocknews .bn-404-copy h1{font-size:28px;font-weight:700;line-height:1.22;letter-spacing:-.02em;color:#111827;margin:0 0 10px;}body.theme-blocknews.error-page--blocknews .bn-404-copy p{max-width:620px;font-size:15px;line-height:1.65;color:#5f6b7a;margin:0 0 14px;}body.theme-blocknews.error-page--blocknews .bn-404-copy .bn-404-redirect-note{display:inline-flex;align-items:center;gap:4px;width:max-content;max-width:100%;font-size:13px;line-height:1.45;color:#4b5563;background:#f8fafc;border:1px solid #e5e7eb;border-left:3px solid var(--blue);padding:8px 10px;margin:0 0 18px;}body.theme-blocknews.error-page--blocknews .bn-404-copy .bn-404-redirect-note strong{color:#111827;font-weight:700;}body.theme-blocknews.error-page--blocknews .bn-404-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;}body.theme-blocknews.error-page--blocknews .bn-404-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:3px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,color .15s;}body.theme-blocknews.error-page--blocknews .bn-404-btn-primary{background:var(--blue);border:1px solid var(--blue);color:#fff;}body.theme-blocknews.error-page--blocknews .bn-404-btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark);color:#fff;}body.theme-blocknews.error-page--blocknews .bn-404-btn-light{background:#fff;border:1px solid #d7dde6;color:#1f2937;}body.theme-blocknews.error-page--blocknews .bn-404-btn-light:hover{border-color:var(--blue);color:var(--blue);}body.theme-blocknews.error-page--blocknews .bn-404-latest{margin-top:18px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(15,23,42,.04);padding:14px;}body.theme-blocknews.error-page--blocknews .bn-404-latest .bn-sec-head{margin:0 0 8px;padding-bottom:8px;}body.theme-blocknews.error-page--blocknews .bn-404-list{background:#fff;}body.theme-blocknews.error-page--blocknews .bn-404-list .bn-post-row{padding-left:0!important;padding-right:0!important;border-radius:0!important;box-shadow:none!important;}body.theme-blocknews.error-page--blocknews .bn-404-list .bn-post-row:last-child{border-bottom:none;}body.theme-blocknews.error-page--blocknews .bn-ad-slot,body.theme-blocknews.error-page--blocknews .si-ad-slot,body.theme-blocknews.error-page--blocknews .si-mobile-flying-wrap,body.theme-blocknews.error-page--blocknews .vcm-float-wrap,body.theme-blocknews.error-page--blocknews [data-vcm-placement]{display:none!important;}@media (max-width:768px){body.theme-blocknews.error-page--blocknews{background:#fff!important;}body.theme-blocknews.error-page--blocknews .bn-404-wrap{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;}body.theme-blocknews.error-page--blocknews .bn-404-breadcrumb{padding:8px 12px 0!important;margin:0!important;}body.theme-blocknews.error-page--blocknews .bn-404-hero{display:block;border-left:0;border-right:0;border-bottom:1px solid #e5e7eb;box-shadow:none;}body.theme-blocknews.error-page--blocknews .bn-404-code{min-height:120px;font-size:54px;}body.theme-blocknews.error-page--blocknews .bn-404-copy{padding:18px 12px 20px;}body.theme-blocknews.error-page--blocknews .bn-404-copy h1{font-size:22px;line-height:1.28;}body.theme-blocknews.error-page--blocknews .bn-404-copy p{font-size:14px;line-height:1.6;margin-bottom:12px;}body.theme-blocknews.error-page--blocknews .bn-404-copy .bn-404-redirect-note{display:flex;width:auto;font-size:12.5px;padding:7px 9px;margin-bottom:14px;}body.theme-blocknews.error-page--blocknews .bn-404-btn{flex:1 1 auto;min-height:36px;padding:8px 12px;font-size:12.5px;}body.theme-blocknews.error-page--blocknews .bn-404-latest{margin:10px 0 0;border-left:0;border-right:0;box-shadow:none;padding:0 0 4px;}body.theme-blocknews.error-page--blocknews .bn-404-latest .bn-sec-head{padding:12px 12px 8px!important;margin:0!important;}body.theme-blocknews.error-page--blocknews .bn-404-list .bn-post-row{padding-left:12px!important;padding-right:12px!important;}}html[dir="rtl"] body.theme-blocknews.error-page--blocknews .bn-404-breadcrumb,
html[dir="rtl"] body.theme-blocknews.error-page--blocknews .bn-404-copy,
html[dir="rtl"] body.theme-blocknews.error-page--blocknews .bn-404-latest{direction:rtl;text-align:right;}html[dir="rtl"] body.theme-blocknews.error-page--blocknews .bn-404-copy .bn-404-redirect-note{border-left:1px solid #e5e7eb;border-right:3px solid var(--blue);}html[dir="rtl"] body.theme-blocknews.error-page--blocknews .bn-404-actions,
html[dir="rtl"] body.theme-blocknews.error-page--blocknews .bn-404-copy .bn-404-redirect-note{flex-direction:row-reverse;}@media (max-width:1024px){body.theme-blocknews.article-page .bn-wrap{grid-template-columns:1fr!important;}body.theme-blocknews.article-page .bn-sidebar{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:22px 0 0!important;}body.theme-blocknews.article-page .bn-sidebar .bn-sidebar-ad{display:block!important;width:100%!important;max-width:300px!important;margin:14px auto!important;}}@media (max-width:768px){body.theme-blocknews.article-page .bn-sidebar{padding:0 12px 8px!important;box-sizing:border-box!important;}body.theme-blocknews.article-page .bn-sidebar-box{width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;}}html body.theme-blocknews{--bn-layout-width:1140px;--bn-main-width:810px;--bn-sidebar-width:300px;--bn-gap:30px;--bn-header-height:56px;}body.theme-blocknews .bn-container,
body.theme-blocknews .bn-header-inner,
body.theme-blocknews .bn-nav-inner,
body.theme-blocknews .bn-wrap,
body.theme-blocknews .bn-wrap-full,
body.theme-blocknews .bn-breadcrumb,
body.theme-blocknews .bn-footer-inner,
body.theme-blocknews .bn-footer-bottom,
body.theme-blocknews.error-page--blocknews .bn-404-wrap,
body.theme-blocknews.error-page--blocknews .bn-404-breadcrumb{max-width:var(--bn-layout-width,1140px)!important;}body.theme-blocknews .bn-wrap{grid-template-columns:minmax(0,1fr) var(--bn-sidebar-width,300px)!important;gap:var(--bn-gap,30px)!important;}body.theme-blocknews .bn-header-inner{width:100%!important;height:var(--bn-header-height,56px)!important;min-height:var(--bn-header-height,56px)!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;column-gap:16px!important;row-gap:0!important;}body.theme-blocknews .bn-menu-btn,
body.theme-blocknews .bn-menu-btn--icon{grid-column:1!important;justify-self:start!important;align-self:center!important;margin:0!important;}body.theme-blocknews .bn-logo{grid-column:2!important;justify-self:center!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;line-height:0!important;min-width:0!important;}body.theme-blocknews .bn-logo img{display:block!important;width:auto!important;height:var(--bn-header-height,56px)!important;max-height:var(--bn-header-height,56px)!important;max-width:360px!important;margin:0!important;padding:0!important;object-fit:contain!important;}body.theme-blocknews .bn-logo-text{display:block!important;margin:0!important;padding:0!important;font-size:28px!important;line-height:1!important;}body.theme-blocknews .bn-search--desktop{grid-column:3!important;justify-self:end!important;align-self:center!important;width:300px!important;max-width:300px!important;margin:0!important;}body.theme-blocknews .bn-header-spacer,
body.theme-blocknews #bn-header-spacer{height:var(--bn-header-height,56px)!important;min-height:var(--bn-header-height,56px)!important;}@media (max-width:1172px){body.theme-blocknews .bn-container,
  body.theme-blocknews .bn-header-inner,
  body.theme-blocknews .bn-nav-inner,
  body.theme-blocknews .bn-wrap,
  body.theme-blocknews .bn-wrap-full,
  body.theme-blocknews .bn-breadcrumb,
  body.theme-blocknews .bn-footer-inner,
  body.theme-blocknews .bn-footer-bottom,
  body.theme-blocknews.error-page--blocknews .bn-404-wrap,
  body.theme-blocknews.error-page--blocknews .bn-404-breadcrumb{max-width:calc(100% - 32px)!important;}}@media (max-width:1024px){body.theme-blocknews .bn-wrap{grid-template-columns:1fr!important;gap:16px!important;}}@media (max-width:991px){html body.theme-blocknews{--bn-header-height:48px;}body.theme-blocknews .bn-header-inner{width:100%!important;max-width:100%!important;height:var(--bn-header-height,48px)!important;min-height:var(--bn-header-height,48px)!important;padding:0 12px!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;column-gap:8px!important;}body.theme-blocknews .bn-logo{grid-column:2!important;justify-self:center!important;}body.theme-blocknews .bn-logo img{height:var(--bn-header-height,48px)!important;max-height:var(--bn-header-height,48px)!important;max-width:min(58vw,260px)!important;}body.theme-blocknews .bn-logo-text{font-size:22px!important;}body.theme-blocknews .bn-menu-btn,
  body.theme-blocknews .bn-menu-btn--icon{grid-column:1!important;justify-self:start!important;width:36px!important;height:36px!important;}body.theme-blocknews .bn-search--desktop{display:none!important;grid-column:3!important;}body.theme-blocknews .bn-header-spacer,
  body.theme-blocknews #bn-header-spacer{height:var(--bn-header-height,48px)!important;min-height:var(--bn-header-height,48px)!important;}}@media (max-width:520px){body.theme-blocknews .bn-header-inner{padding-left:10px!important;padding-right:10px!important;}body.theme-blocknews .bn-logo img{max-width:min(62vw,230px)!important;}}html[data-bn-theme="light"]{color-scheme:light;}html[data-bn-theme="dark"]{color-scheme:dark;}html[data-bn-theme="light"] body.theme-blocknews{--text:#171a1f;--body:#333941;--muted:#707985;--pale:#9aa2ac;--border:#e3e7ec;--bg:#f5f6f8;--white:#ffffff;--surface-soft:#f7f8fa;--surface-raised:#ffffff;color:var(--body)!important;background:var(--bg)!important;}html[data-bn-theme="dark"] body.theme-blocknews{--text:#f7f8fa;--body:#e2e6eb;--muted:#aab2bd;--pale:#7f8996;--border:#303740;--bg:#0d1117;--white:#171c23;--surface-soft:#11161d;--surface-raised:#1a2028;--blue-light:color-mix(in srgb,var(--blue) 18%,#11161d);--shadow-sm:0 1px 4px rgba(0,0,0,.22);--shadow-md:0 3px 14px rgba(0,0,0,.32);color:var(--body)!important;background:var(--bg)!important;}body.theme-blocknews .bn-header-actions{grid-column:3!important;justify-self:end!important;align-self:center!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;}body.theme-blocknews .bn-header-actions .bn-search--desktop{grid-column:auto!important;justify-self:auto!important;width:300px!important;max-width:300px!important;margin:0!important;}body.theme-blocknews .bn-theme-toggle{flex:0 0 38px!important;width:38px!important;height:38px!important;display:inline-grid!important;place-items:center!important;padding:0!important;margin:0!important;border:1px solid var(--border)!important;border-radius:8px!important;background:var(--white)!important;color:var(--text)!important;box-shadow:none!important;transition:background .16s ease,border-color .16s ease,color .16s ease!important;}body.theme-blocknews .bn-theme-toggle:hover{border-color:var(--blue)!important;color:var(--blue)!important;}body.theme-blocknews .bn-theme-toggle svg{display:block;width:19px;height:19px;}html[data-bn-theme="light"] body.theme-blocknews .bn-theme-toggle-sun{display:none!important;}html[data-bn-theme="light"] body.theme-blocknews .bn-theme-toggle-moon{display:block!important;}html[data-bn-theme="dark"] body.theme-blocknews .bn-theme-toggle-sun{display:block!important;}html[data-bn-theme="dark"] body.theme-blocknews .bn-theme-toggle-moon{display:none!important;}body.theme-blocknews .bn-header,
body.theme-blocknews header.bn-header{background:var(--white)!important;border-color:var(--border)!important;color:var(--text)!important;}body.theme-blocknews .bn-menu-btn,
body.theme-blocknews .bn-burger-lines,
body.theme-blocknews .bn-nav-search-btn{color:var(--text)!important;}body.theme-blocknews .bn-burger-lines i{background:currentColor!important;}body.theme-blocknews .bn-search form,
body.theme-blocknews .bn-search-modal-form,
body.theme-blocknews .bn-drawer-search form{background:var(--surface-soft)!important;border-color:var(--border)!important;}body.theme-blocknews .bn-search input,
body.theme-blocknews .bn-search-modal-form input,
body.theme-blocknews .bn-drawer-search input,
body.theme-blocknews .bn-search-form input{color:var(--text)!important;background:transparent!important;}body.theme-blocknews .bn-search input::placeholder,
body.theme-blocknews .bn-search-modal-form input::placeholder,
body.theme-blocknews .bn-drawer-search input::placeholder,
body.theme-blocknews .bn-search-form input::placeholder{color:var(--muted)!important;opacity:1!important;}body.theme-blocknews .bn-search button{color:var(--muted)!important;}body.theme-blocknews .bn-card-v,
body.theme-blocknews .bn-card-l,
body.theme-blocknews .bn-post-row,
body.theme-blocknews .bn-reco-item,
body.theme-blocknews .bn-sidebar-box,
body.theme-blocknews .bn-cat-list,
body.theme-blocknews .bn-cat-item,
body.theme-blocknews .bn-article,
body.theme-blocknews .bn-page-content,
body.theme-blocknews .bn-author-box,
body.theme-blocknews .bn-tags-bar,
body.theme-blocknews .bn-related-section,
body.theme-blocknews .bn-other-section,
body.theme-blocknews .bn-editors-box,
body.theme-blocknews .bn-search-header,
body.theme-blocknews .bn-no-result,
body.theme-blocknews .bn-404-hero,
body.theme-blocknews .bn-404-latest{background:var(--white)!important;color:var(--body)!important;border-color:var(--border)!important;}body.theme-blocknews .bn-cat-item:hover,
body.theme-blocknews .bn-drawer-nav a:hover,
body.theme-blocknews .bn-drawer-page-list a:hover{background:var(--surface-soft)!important;}body.theme-blocknews .bn-sec-title,
body.theme-blocknews .bn-sidebar-head,
body.theme-blocknews .bn-card-h-title,
body.theme-blocknews .bn-card-v-title,
body.theme-blocknews .bn-card-l-title,
body.theme-blocknews .bn-post-row-title,
body.theme-blocknews .bn-reco-item-title,
body.theme-blocknews .bn-popular-title,
body.theme-blocknews .bn-article-title,
body.theme-blocknews .bn-author-name,
body.theme-blocknews .bn-article-body h2,
body.theme-blocknews .bn-article-body h3,
body.theme-blocknews .bn-alsoread-text,
body.theme-blocknews .bn-editors-name,
body.theme-blocknews .bn-other-item-title,
body.theme-blocknews .bn-mv-title,
body.theme-blocknews .bn-page-title,
body.theme-blocknews .bn-cat-title,
body.theme-blocknews .bn-page-content h1,
body.theme-blocknews .bn-page-content h2,
body.theme-blocknews .bn-author-box-name,
body.theme-blocknews .bn-search-header h1 strong,
body.theme-blocknews .bn-related-title,
body.theme-blocknews .bn-404-copy h1{color:var(--text)!important;}body.theme-blocknews .bn-card-h-meta,
body.theme-blocknews .bn-card-v-meta,
body.theme-blocknews .bn-card-l-meta,
body.theme-blocknews .bn-post-row-meta,
body.theme-blocknews .bn-post-row-date,
body.theme-blocknews .bn-cat-meta,
body.theme-blocknews .bn-reco-item-meta,
body.theme-blocknews .bn-popular-meta,
body.theme-blocknews .bn-breadcrumb,
body.theme-blocknews .bn-breadcrumb a,
body.theme-blocknews .bn-article-date,
body.theme-blocknews .bn-article-readcount,
body.theme-blocknews .bn-article-caption,
body.theme-blocknews .bn-fontsize-toggle,
body.theme-blocknews .bn-editors-role,
body.theme-blocknews .bn-mv-meta,
body.theme-blocknews .bn-author-box-role,
body.theme-blocknews .bn-search-header h1,
body.theme-blocknews .bn-no-result{color:var(--muted)!important;}body.theme-blocknews .bn-breadcrumb .current,
body.theme-blocknews .bn-page-content p,
body.theme-blocknews .bn-author-box-bio,
body.theme-blocknews .bn-article-body{color:var(--body)!important;}body.theme-blocknews .bn-tag-pill,
body.theme-blocknews .bn-page-btn,
body.theme-blocknews .bn-editors-tags a,
body.theme-blocknews .bn-article-pagination a,
body.theme-blocknews .bn-article-pagination span,
body.theme-blocknews .bn-article-pagination li a,
body.theme-blocknews .bn-article-pagination li span{background:var(--white)!important;border-color:var(--border)!important;color:var(--body)!important;}body.theme-blocknews .bn-drawer,
body.theme-blocknews .bn-drawer-head,
body.theme-blocknews .bn-drawer-nav a,
body.theme-blocknews .bn-drawer-page-list a,
body.theme-blocknews .bn-search-modal-dialog{background:var(--white)!important;border-color:var(--border)!important;color:var(--text)!important;}body.theme-blocknews .bn-drawer-close{background:var(--surface-soft)!important;border-color:var(--border)!important;color:var(--text)!important;}body.theme-blocknews .bn-drawer-section-title{color:var(--muted)!important;}body.theme-blocknews .bn-drawer-brand,
body.theme-blocknews .bn-popular-media,
body.theme-blocknews .bn-card-h-img,
body.theme-blocknews .bn-card-v-img,
body.theme-blocknews .bn-post-row-img,
body.theme-blocknews .bn-cat-thumb,
body.theme-blocknews .bn-author-avatar,
body.theme-blocknews .bn-editors-avatar,
body.theme-blocknews .bn-author-box-avatar,
body.theme-blocknews .bn-mv-img{background:var(--surface-soft)!important;border-color:var(--border)!important;}html[data-bn-theme="dark"] body.theme-blocknews .bn-article-body blockquote,
html[data-bn-theme="dark"] body.theme-blocknews .bn-alsoread{background:color-mix(in srgb,var(--blue) 12%,var(--white))!important;color:var(--body)!important;}html[data-bn-theme="dark"] body.theme-blocknews .bn-related-item,
html[data-bn-theme="dark"] body.theme-blocknews .bn-popular-item,
html[data-bn-theme="dark"] body.theme-blocknews .bn-cat-item,
html[data-bn-theme="dark"] body.theme-blocknews .bn-post-row,
html[data-bn-theme="dark"] body.theme-blocknews .bn-article-meta,
html[data-bn-theme="dark"] body.theme-blocknews .bn-article-tags,
html[data-bn-theme="dark"] body.theme-blocknews .bn-editors-box{border-color:var(--border)!important;}html[data-bn-theme="dark"] body.theme-blocknews .bn-reco-arrow{background:rgba(31,38,47,.94)!important;color:var(--text)!important;}html[data-bn-theme="dark"] body.theme-blocknews.error-page--blocknews{background:var(--bg)!important;color:var(--body)!important;}body.theme-blocknews .bn-footer{width:100%!important;margin-top:46px!important;padding:34px 0 18px!important;background:#11151b!important;border-top:3px solid var(--blue)!important;color:#eef1f5!important;}body.theme-blocknews .bn-footer-inner,
body.theme-blocknews .bn-footer-bottom{width:min(var(--bn-layout-width,1140px),calc(100% - 32px))!important;max-width:var(--bn-layout-width,1140px)!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;}body.theme-blocknews .bn-footer-inner{grid-template-columns:minmax(260px,1.25fr) minmax(0,1fr) minmax(0,.85fr)!important;gap:42px!important;align-items:start!important;}body.theme-blocknews .bn-footer-logo{display:inline-flex!important;align-items:center!important;max-width:300px!important;margin:0 0 13px!important;}body.theme-blocknews .bn-footer-logo img{display:block!important;width:auto!important;height:44px!important;max-width:280px!important;object-fit:contain!important;}body.theme-blocknews .bn-footer-logo .bn-logo-text{color:#fff!important;}body.theme-blocknews .bn-footer-desc{max-width:430px!important;margin:0 0 16px!important;color:#aeb7c3!important;font-size:13px!important;line-height:1.65!important;}body.theme-blocknews .bn-footer-social{margin:0!important;gap:8px!important;}body.theme-blocknews .bn-footer-social a{border:1px solid #303845!important;background:#1a2028!important;color:#fff!important;}body.theme-blocknews .bn-footer-col h4{margin:2px 0 12px!important;padding:0 0 9px!important;border-bottom:1px solid #2d343e!important;color:#fff!important;font-size:13px!important;letter-spacing:.025em!important;text-transform:uppercase!important;}body.theme-blocknews .bn-footer-links a,
body.theme-blocknews .bn-footer-links-single a{color:#c8cfd8!important;font-size:13px!important;}body.theme-blocknews .bn-footer-links a:hover,
body.theme-blocknews .bn-footer-links-single a:hover{color:#fff!important;text-decoration:underline;text-decoration-color:var(--blue)!important;text-underline-offset:4px!important;}body.theme-blocknews .bn-footer-bottom{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;margin-top:26px!important;padding-top:14px!important;border-top:1px solid #2d343e!important;color:#8993a0!important;text-align:left!important;font-size:11px!important;}@media (max-width:991px){body.theme-blocknews .bn-header-actions{grid-column:3!important;gap:0!important;}body.theme-blocknews .bn-header-actions .bn-search--desktop{display:none!important;}body.theme-blocknews .bn-theme-toggle{width:34px!important;height:34px!important;flex-basis:34px!important;}body.theme-blocknews .bn-footer-inner{grid-template-columns:1fr 1fr!important;gap:28px 34px!important;}body.theme-blocknews .bn-footer-brand{grid-column:1/-1!important;}}@media (max-width:640px){body.theme-blocknews .bn-footer{padding-top:28px!important;}body.theme-blocknews .bn-footer-inner{grid-template-columns:1fr!important;gap:24px!important;}body.theme-blocknews .bn-footer-brand{grid-column:auto!important;}body.theme-blocknews .bn-footer-bottom{flex-direction:column!important;align-items:flex-start!important;gap:4px!important;}body.theme-blocknews .bn-footer-links{grid-template-columns:1fr 1fr!important;}}@media (max-width:1040px){body.theme-blocknews .bn-header-actions .bn-search--desktop{display:none!important;}body.theme-blocknews .bn-header-actions{gap:0!important;}}body.theme-blocknews .bn-header-actions{position:relative!important;gap:8px!important;}body.theme-blocknews .bn-header-search{position:relative!important;flex:0 0 auto!important;}body.theme-blocknews .bn-header-search-btn{width:38px!important;height:38px!important;display:inline-grid!important;place-items:center!important;padding:0!important;margin:0!important;border:1px solid var(--border)!important;border-radius:8px!important;background:var(--white)!important;color:var(--text)!important;transition:background .16s ease,border-color .16s ease,color .16s ease!important;}body.theme-blocknews .bn-header-search-btn:hover,
body.theme-blocknews .bn-header-search.open .bn-header-search-btn{border-color:var(--blue)!important;color:var(--blue)!important;}body.theme-blocknews .bn-header-search-btn svg,
body.theme-blocknews .bn-header-search-submit svg{display:block!important;width:19px!important;height:19px!important;}body.theme-blocknews .bn-header-search-panel{position:absolute!important;top:calc(100% + 10px)!important;right:0!important;z-index:2105!important;width:min(420px,calc(100vw - 24px))!important;padding:10px!important;border:1px solid var(--border)!important;border-radius:11px!important;background:var(--white)!important;box-shadow:0 14px 38px rgba(0,0,0,.16)!important;opacity:0!important;visibility:hidden!important;transform:translateY(-5px)!important;pointer-events:none!important;transition:opacity .16s ease,transform .16s ease,visibility .16s ease!important;}body.theme-blocknews .bn-header-search.open .bn-header-search-panel{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important;}body.theme-blocknews .bn-header-search-panel form{display:flex!important;align-items:center!important;overflow:hidden!important;height:44px!important;border:1px solid var(--border)!important;border-radius:9px!important;background:var(--surface-soft)!important;}body.theme-blocknews .bn-header-search-panel input{flex:1 1 auto!important;min-width:0!important;height:100%!important;padding:0 13px!important;border:0!important;outline:0!important;background:transparent!important;color:var(--text)!important;font-size:14px!important;}body.theme-blocknews .bn-header-search-panel input::placeholder{color:var(--muted)!important;opacity:1!important;}body.theme-blocknews .bn-header-search-submit{flex:0 0 44px!important;width:44px!important;height:44px!important;display:grid!important;place-items:center!important;padding:0!important;border:0!important;background:transparent!important;color:var(--blue)!important;}body.theme-blocknews .bn-footer-inner{grid-template-columns:minmax(210px,.75fr) minmax(0,1.7fr) minmax(180px,.65fr)!important;gap:38px!important;}body.theme-blocknews .bn-footer-brand{align-self:start!important;}body.theme-blocknews .bn-footer-logo{margin-bottom:15px!important;}body.theme-blocknews .bn-footer-links{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;column-gap:20px!important;row-gap:3px!important;}body.theme-blocknews .bn-footer-links a{min-width:0!important;overflow-wrap:anywhere!important;}body.theme-blocknews .bn-footer-desc{display:none!important;}@media (max-width:991px){body.theme-blocknews .bn-header-search-btn,
  body.theme-blocknews .bn-theme-toggle{width:34px!important;height:34px!important;flex-basis:34px!important;}body.theme-blocknews .bn-header-search-panel{right:0!important;width:min(400px,calc(100vw - 20px))!important;}body.theme-blocknews .bn-footer-inner{grid-template-columns:1fr 1.5fr!important;gap:28px 34px!important;}body.theme-blocknews .bn-footer-brand{grid-column:1/-1!important;}body.theme-blocknews .bn-footer-links{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}@media (max-width:640px){body.theme-blocknews .bn-header-actions{gap:6px!important;}body.theme-blocknews .bn-header-search-panel{position:fixed!important;top:calc(var(--bn-header-height,48px) + 8px)!important;right:10px!important;left:10px!important;width:auto!important;}body.theme-blocknews .bn-footer-inner{grid-template-columns:1fr!important;}body.theme-blocknews .bn-footer-brand{grid-column:auto!important;}body.theme-blocknews .bn-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:18px!important;}}@media (max-width:420px){body.theme-blocknews .bn-footer-links{grid-template-columns:1fr!important;}}html body.theme-blocknews{--bn-header-normal-height:64px;--bn-header-compact-height:48px;--bn-header-space:64px;}body.theme-blocknews .bn-header-inner{height:var(--bn-header-normal-height,64px)!important;min-height:var(--bn-header-normal-height,64px)!important;transition:height .2s ease,min-height .2s ease!important;}body.theme-blocknews .bn-logo img{height:62px!important;max-height:62px!important;transition:height .2s ease,max-height .2s ease,max-width .2s ease!important;}body.theme-blocknews .bn-header.is-scrolled .bn-header-inner,
body.theme-blocknews header.bn-header.is-scrolled .bn-header-inner{height:var(--bn-header-compact-height,48px)!important;min-height:var(--bn-header-compact-height,48px)!important;}body.theme-blocknews .bn-header.is-scrolled .bn-logo img,
body.theme-blocknews header.bn-header.is-scrolled .bn-logo img{height:44px!important;max-height:44px!important;max-width:300px!important;}body.theme-blocknews .bn-header.is-scrolled .bn-theme-toggle,
body.theme-blocknews .bn-header.is-scrolled .bn-header-search-btn,
body.theme-blocknews header.bn-header.is-scrolled .bn-theme-toggle,
body.theme-blocknews header.bn-header.is-scrolled .bn-header-search-btn{width:34px!important;height:34px!important;flex-basis:34px!important;}body.theme-blocknews .bn-header-spacer,
body.theme-blocknews #bn-header-spacer{height:var(--bn-header-space,64px)!important;min-height:var(--bn-header-space,64px)!important;}@media (max-width:991px){html body.theme-blocknews{--bn-header-normal-height:52px;--bn-header-compact-height:44px;--bn-header-space:52px;}body.theme-blocknews .bn-header-inner{height:var(--bn-header-normal-height,52px)!important;min-height:var(--bn-header-normal-height,52px)!important;}body.theme-blocknews .bn-logo img{height:48px!important;max-height:48px!important;max-width:min(60vw,270px)!important;}body.theme-blocknews .bn-header.is-scrolled .bn-header-inner,
  body.theme-blocknews header.bn-header.is-scrolled .bn-header-inner{height:var(--bn-header-compact-height,44px)!important;min-height:var(--bn-header-compact-height,44px)!important;}body.theme-blocknews .bn-header.is-scrolled .bn-logo img,
  body.theme-blocknews header.bn-header.is-scrolled .bn-logo img{height:40px!important;max-height:40px!important;max-width:min(56vw,230px)!important;}body.theme-blocknews .bn-header.is-scrolled .bn-theme-toggle,
  body.theme-blocknews .bn-header.is-scrolled .bn-header-search-btn{width:32px!important;height:32px!important;flex-basis:32px!important;}}body.theme-blocknews .bn-header-sticky-sentinel{display:block!important;width:100%!important;height:0!important;margin:0!important;padding:0!important;border:0!important;pointer-events:none!important;}body.theme-blocknews .bn-header,
body.theme-blocknews header.bn-header{position:sticky!important;top:0!important;left:auto!important;right:auto!important;width:100%!important;z-index:90!important;margin:0!important;}body.theme-blocknews .bn-header-spacer,
body.theme-blocknews #bn-header-spacer{display:block!important;width:100%!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;visibility:hidden!important;pointer-events:none!important;transition:height .2s ease,min-height .2s ease!important;}body.theme-blocknews .bn-header.is-scrolled + .bn-header-spacer,
body.theme-blocknews header.bn-header.is-scrolled + #bn-header-spacer{height:calc(var(--bn-header-normal-height,64px) - var(--bn-header-compact-height,48px))!important;min-height:calc(var(--bn-header-normal-height,64px) - var(--bn-header-compact-height,48px))!important;max-height:none!important;}@media (max-width:991px){body.theme-blocknews .bn-header.is-scrolled + .bn-header-spacer,
  body.theme-blocknews header.bn-header.is-scrolled + #bn-header-spacer{height:calc(var(--bn-header-normal-height,52px) - var(--bn-header-compact-height,44px))!important;min-height:calc(var(--bn-header-normal-height,52px) - var(--bn-header-compact-height,44px))!important;}}body.theme-blocknews .bn-header-spacer,
body.theme-blocknews #bn-header-spacer{display:none!important;width:0!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;visibility:hidden!important;pointer-events:none!important;}body.theme-blocknews .bn-header-sticky-sentinel{display:block!important;width:100%!important;height:0;min-height:0!important;margin:0!important;padding:0!important;border:0!important;pointer-events:none!important;visibility:hidden!important;transition:none!important;}body.theme-blocknews .bn-header,
body.theme-blocknews header.bn-header{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;z-index:90!important;margin:0!important;}body.theme-blocknews .bn-header.is-fixed,
body.theme-blocknews header.bn-header.is-fixed{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;max-width:none!important;z-index:1000!important;margin:0!important;transform:none!important;will-change:auto!important;}body.theme-blocknews.bn-header-fixed .bn-header-sticky-sentinel,
body.theme-blocknews .bn-header-sticky-sentinel.is-active{min-height:0!important;max-height:none!important;}html body.theme-blocknews{--bn-header-height:64px;}body.theme-blocknews .bn-header,
body.theme-blocknews header.bn-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:30!important;isolation:auto!important;transform:none!important;will-change:auto!important;margin:0!important;padding:0!important;background:#fff!important;box-shadow:none!important;border-bottom:1px solid rgba(15,23,42,.07)!important;}body.theme-blocknews .bn-header.is-scrolled,
body.theme-blocknews header.bn-header.is-scrolled{box-shadow:0 4px 18px rgba(15,23,42,.10)!important;}body.theme-blocknews .bn-header-spacer,
body.theme-blocknews #bn-header-spacer{display:block!important;width:100%!important;height:var(--bn-header-height,64px)!important;min-height:var(--bn-header-height,64px)!important;max-height:none!important;clear:both!important;flex:0 0 auto!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;pointer-events:none!important;visibility:hidden!important;}body.theme-blocknews .bn-header-inner{max-width:var(--bn-layout-width,1140px)!important;margin:0 auto!important;padding:8px 16px!important;min-height:60px!important;display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:nowrap!important;}body.theme-blocknews .bn-nav,
body.theme-blocknews nav.bn-nav,
body.theme-blocknews #bn-main-nav{position:static!important;top:auto!important;left:auto!important;right:auto!important;width:auto!important;z-index:auto!important;transform:none!important;margin:0!important;padding:0!important;box-shadow:none!important;}body.theme-blocknews .bn-nav.is-stuck{box-shadow:none!important;}body.theme-blocknews .bn-nav-emblem,
body.theme-blocknews .bn-nav-search-btn,
body.theme-blocknews.bn-nav-stuck .bn-nav-emblem,
body.theme-blocknews.bn-nav-stuck .bn-nav-search-btn{display:none!important;}body.theme-blocknews .bn-search--desktop{flex:0 1 300px!important;max-width:300px!important;margin-left:auto!important;}body.theme-blocknews .bn-search--desktop form{height:38px!important;border-radius:8px!important;}body.theme-blocknews .bn-search--desktop input{font-size:13.5px!important;padding:0 12px!important;}body.theme-blocknews .bn-search--desktop .bn-search-submit,
body.theme-blocknews .bn-search--desktop button.bn-search-submit{width:40px!important;min-width:40px!important;}body.theme-blocknews .bn-search form,
body.theme-blocknews .bn-search-modal{z-index:35!important;}body.theme-blocknews .bn-drawer-bg{z-index:110!important;background:rgba(15,23,42,.42)!important;}body.theme-blocknews .bn-drawer{z-index:120!important;}@media (max-width:991px){html body.theme-blocknews{--bn-header-height:52px;}body.theme-blocknews .bn-header,body.theme-blocknews header.bn-header{min-height:0!important;}body.theme-blocknews .bn-header-inner{max-width:100%!important;flex-wrap:nowrap!important;min-height:52px!important;height:52px!important;padding:6px 12px!important;margin:0!important;align-items:center!important;}body.theme-blocknews .bn-header-spacer,body.theme-blocknews #bn-header-spacer{display:block!important;height:var(--bn-header-height,52px)!important;min-height:var(--bn-header-height,52px)!important;}body.theme-blocknews .bn-header .bn-search,body.theme-blocknews header.bn-header .bn-search,body.theme-blocknews .bn-header .bn-search--desktop,body.theme-blocknews header.bn-header .bn-search--desktop,body.theme-blocknews .bn-header .bn-search form,body.theme-blocknews header.bn-header .bn-search form,body.theme-blocknews .bn-header .bn-search input,body.theme-blocknews header.bn-header .bn-search input,body.theme-blocknews .bn-header .bn-search button,body.theme-blocknews header.bn-header .bn-search button,body.theme-blocknews .bn-header-search-mobile{display:none!important;visibility:hidden!important;pointer-events:none!important;position:absolute!important;left:-9999px!important;top:auto!important;width:0!important;min-width:0!important;max-width:0!important;height:0!important;min-height:0!important;max-height:0!important;flex:0 0 0!important;order:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;opacity:0!important;}body.theme-blocknews .bn-logo{flex:1 1 auto!important;min-width:0!important;}body.theme-blocknews .bn-logo img{height:34px!important;max-height:34px!important;}body.theme-blocknews .bn-nav,body.theme-blocknews nav.bn-nav,body.theme-blocknews #bn-main-nav{position:static!important;top:auto!important;margin:0!important;z-index:auto!important;}body.theme-blocknews .bn-nav-inner{max-width:100%!important;min-height:40px!important;}body.theme-blocknews .bn-nav a,body.theme-blocknews .bn-nav-links a{padding-top:10px!important;padding-bottom:10px!important;}body.theme-blocknews .bn-drawer-search input,body.theme-blocknews .bn-search-modal-form input{font-size:16px!important;}}html body.theme-blocknews ins.adsbygoogle[data-anchor-status],html body.theme-blocknews ins.adsbygoogle.adsbygoogle-noablate[style*="position:fixed"],html body.theme-blocknews ins.adsbygoogle.adsbygoogle-noablate[style*="position: fixed"],html body.theme-blocknews .google-auto-placed[style*="position:fixed"],html body.theme-blocknews .google-auto-placed[style*="position: fixed"],html body.theme-blocknews iframe[id^="aswift_"][style*="position:fixed"],html body.theme-blocknews iframe[id^="aswift_"][style*="position: fixed"],html body.theme-blocknews iframe[name^="aswift_"][style*="position:fixed"],html body.theme-blocknews iframe[name^="aswift_"][style*="position: fixed"],html body.theme-blocknews iframe[id^="google_ads_iframe_"][style*="position:fixed"],html body.theme-blocknews iframe[id^="google_ads_iframe_"][style*="position: fixed"],html body.theme-blocknews div[id^="google_ads_iframe_"][style*="position:fixed"],html body.theme-blocknews div[id^="google_ads_iframe_"][style*="position: fixed"]{z-index:2147483647!important;}html body.theme-blocknews{--bn-layout-width:1140px;--bn-header-height:56px;}body.theme-blocknews .bn-header-inner{width:100%!important;max-width:var(--bn-layout-width,1140px)!important;height:var(--bn-header-height,56px)!important;min-height:var(--bn-header-height,56px)!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;column-gap:16px!important;row-gap:0!important;}body.theme-blocknews .bn-menu-btn,body.theme-blocknews .bn-menu-btn--icon{grid-column:1!important;justify-self:start!important;margin:0!important;}body.theme-blocknews .bn-logo{grid-column:2!important;justify-self:center!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;line-height:0!important;min-width:0!important;}body.theme-blocknews .bn-logo img{display:block!important;width:auto!important;height:var(--bn-header-height,56px)!important;max-height:var(--bn-header-height,56px)!important;max-width:360px!important;margin:0!important;padding:0!important;object-fit:contain!important;}body.theme-blocknews .bn-search--desktop{grid-column:3!important;justify-self:end!important;align-self:center!important;width:300px!important;max-width:300px!important;margin:0!important;}body.theme-blocknews .bn-header-spacer,body.theme-blocknews #bn-header-spacer{height:var(--bn-header-height,56px)!important;min-height:var(--bn-header-height,56px)!important;}@media (max-width:1172px){body.theme-blocknews .bn-header-inner{max-width:calc(100% - 32px)!important;}}@media (max-width:991px){html body.theme-blocknews{--bn-header-height:48px;}body.theme-blocknews .bn-header-inner{width:100%!important;max-width:100%!important;height:var(--bn-header-height,48px)!important;min-height:var(--bn-header-height,48px)!important;padding:0 12px!important;margin:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;column-gap:8px!important;align-items:center!important;}body.theme-blocknews .bn-menu-btn,body.theme-blocknews .bn-menu-btn--icon{grid-column:1!important;justify-self:start!important;width:36px!important;height:36px!important;}body.theme-blocknews .bn-logo{grid-column:2!important;justify-self:center!important;flex:none!important;}body.theme-blocknews .bn-logo img{height:var(--bn-header-height,48px)!important;max-height:var(--bn-header-height,48px)!important;max-width:min(58vw,260px)!important;}body.theme-blocknews .bn-search--desktop{display:none!important;grid-column:3!important;}body.theme-blocknews .bn-header-spacer,body.theme-blocknews #bn-header-spacer{height:var(--bn-header-height,48px)!important;min-height:var(--bn-header-height,48px)!important;}}body.theme-blocknews .bn-header-sticky-sentinel{display:block!important;width:100%!important;height:0!important;margin:0!important;padding:0!important;border:0!important;pointer-events:none!important;}body.theme-blocknews .bn-header,
body.theme-blocknews header.bn-header{position:sticky!important;top:0!important;left:auto!important;right:auto!important;width:100%!important;z-index:90!important;margin:0!important;}body.theme-blocknews .bn-header-spacer,
body.theme-blocknews #bn-header-spacer{display:block!important;width:100%!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;visibility:hidden!important;pointer-events:none!important;transition:height .2s ease,min-height .2s ease!important;}body.theme-blocknews .bn-header.is-scrolled + .bn-header-spacer,
body.theme-blocknews header.bn-header.is-scrolled + #bn-header-spacer{height:calc(var(--bn-header-normal-height,64px) - var(--bn-header-compact-height,48px))!important;min-height:calc(var(--bn-header-normal-height,64px) - var(--bn-header-compact-height,48px))!important;max-height:none!important;}@media (max-width:991px){body.theme-blocknews .bn-header.is-scrolled + .bn-header-spacer,
  body.theme-blocknews header.bn-header.is-scrolled + #bn-header-spacer{height:calc(var(--bn-header-normal-height,52px) - var(--bn-header-compact-height,44px))!important;min-height:calc(var(--bn-header-normal-height,52px) - var(--bn-header-compact-height,44px))!important;}}body.theme-blocknews .bn-header-spacer,
body.theme-blocknews #bn-header-spacer{display:none!important;width:0!important;height:0!important;min-height:0!important;max-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;visibility:hidden!important;pointer-events:none!important;}body.theme-blocknews .bn-header-sticky-sentinel{display:block!important;width:100%!important;height:0;min-height:0!important;margin:0!important;padding:0!important;border:0!important;pointer-events:none!important;visibility:hidden!important;transition:none!important;}body.theme-blocknews .bn-header,
body.theme-blocknews header.bn-header{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;z-index:90!important;margin:0!important;}body.theme-blocknews .bn-header.is-fixed,
body.theme-blocknews header.bn-header.is-fixed{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;max-width:none!important;z-index:1000!important;margin:0!important;transform:none!important;will-change:auto!important;}body.theme-blocknews.bn-header-fixed .bn-header-sticky-sentinel,
body.theme-blocknews .bn-header-sticky-sentinel.is-active{min-height:0!important;max-height:none!important;}
