@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Montserrat:wght@100;400;600;700&family=Noto+Sans+Devanagari:wght@400;500;600;700&display=swap";:root{--red: #D80100;--red-light: rgba(216, 1, 0, .08);--red-mid: rgba(216, 1, 0, .15);--dark: #111111;--mid: #444444;--grey: #555555;--grey-light: #f5f5f5;--border: #ebebeb;--white: #ffffff;--font: "Poppins", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:#fff;font-family:var(--font)}button{outline:none;border:none;font-family:var(--font);cursor:pointer}img{display:block;max-width:100%}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}@keyframes ep-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}@keyframes fn-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.4)}}@keyframes fn-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-14px) rotate(3deg)}}@keyframes pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes termsFloat{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-16px) rotate(2deg)}}@keyframes termsPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.7;transform:scale(1.06)}}@keyframes termsSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nb-root{width:100%;display:flex;justify-content:center;background:#000}.nps-wrap{background:#fff;min-height:100vh;padding:0 20px 28px}.nps-inner{max-width:1261px;margin:0 20px}.nps-layout{display:block;width:100%}.nps-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.nps-section-header-left{display:flex;align-items:center;gap:8px}.nps-section-bar{width:4px;height:20px;background:#c00;border-radius:2px;flex-shrink:0}.nps-section-title{font-weight:700;font-size:18px;color:#111;text-transform:uppercase}.nps-read-more-link{font-size:12px;color:#c00;text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:border-color .2s}.nps-read-more-link:hover{border-color:#c00}.nps-live-score-card{background:#fff;border:1px solid #e0e0e0;border-radius:10px;overflow:hidden;height:328px}.nps-score-tabs{display:flex;gap:10px;padding:10px;background:var(--red)}.nps-score-tab-btn{flex:1;padding:7px 4px;background:var(--red);color:#ffffffb3;font-size:11px;font-weight:700;margin-top:5px;letter-spacing:.04em;border-bottom:2px solid transparent;transition:all .15s}.nps-score-tab-btn.active{color:#fff;border-bottom:2px solid #fff}.nps-score-body{padding:30px 12px}.nps-score-date{font-size:11px;color:#555;margin-bottom:4px}.nps-score-status{font-size:11px;color:var(--red);font-weight:700;margin-bottom:10px}.nps-score-status-live{color:#27ae60}.nps-score-teams{display:flex;align-items:center;gap:8px}.nps-score-team{flex:1;text-align:center}.nps-score-team-box{border:1.5px solid #ddd;border-radius:4px;padding:8px 4px;margin-bottom:4px;background:#fafafa}.nps-score-team-name{font-size:13px;font-weight:800;color:#111}.nps-score-runs{font-size:15px;font-weight:900;color:#111;margin:0}.nps-score-overs{font-size:10px;color:#888;margin:2px 0 0}.nps-score-vs{font-weight:900;font-size:13px;color:var(--red);flex-shrink:0}.nps-score-summary{margin-top:10px;padding:6px 8px;background:#fff8f8;border-radius:3px;border:1px solid #fdd}.nps-score-summary-text{font-size:11px;color:#c00;margin:0;line-height:1.4;font-weight:600}.nps-stories-row{margin-bottom:22px}.nps-stories-live-flex{display:flex;gap:16px;align-items:flex-start}.nps-stories-slider-wrap{flex:1;min-width:0}.nps-stories-slider-inner{position:relative;border:1px solid #bbb;border-radius:10px;padding:10px;background:#fff;overflow:visible}.nps-stories-prev-btn,.nps-stories-next-btn{position:absolute;top:50%;transform:translateY(-50%);border:1.5px solid #bbb;background:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333;z-index:2;box-shadow:0 1px 4px #0000001f;border-radius:50%}.nps-stories-prev-btn{left:6px;width:32px;height:29px}.nps-stories-next-btn{right:6px;width:26px;height:26px}.nps-stories-prev-btn:disabled,.nps-stories-next-btn:disabled{cursor:not-allowed;color:#000}.nps-stories-list{display:flex;gap:10px;overflow:hidden}.nps-story-card{flex:1 1 0;min-width:0;cursor:pointer;border-radius:10px;border:1px solid grey}.nps-story-thumb{border-radius:10px;overflow:hidden;aspect-ratio:3/4;position:relative}.nps-story-thumb img{width:100%;height:100%;object-fit:cover}.nps-story-thumb-gradient{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 55%)}.nps-story-caption{font-size:11px;color:#333;padding:15px 15px 13%;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nps-story-caption:hover{color:var(--red)}.nps-live-score-sidebar{width:220px;flex-shrink:0}.nps-entertainment{margin:0 3% 22px}.nps-ent-layout{display:flex;gap:14px;align-items:flex-start}.nps-ent-left-mid{flex:1;min-width:0;display:flex;gap:14px;align-items:flex-start}.nps-ent-left{display:flex;flex-direction:column;gap:10px;width:310px;flex-shrink:0}.nps-ent-featured-img-wrap{position:relative;width:145%;height:230px;border-radius:7px;overflow:hidden;cursor:pointer;background:#111}.nps-ent-featured-img-wrap img{width:100%;height:100%;object-fit:cover;opacity:.82}.nps-ent-featured-overlay{position:absolute;bottom:0;left:0;right:0;padding:50px 13px 13px;background:linear-gradient(to top,rgba(0,0,0,.88),transparent)}.nps-ent-featured-title{color:#fff;font-size:13px;font-weight:600;line-height:1.5;border-left:2px solid yellow;padding-left:2%}.nps-ent-small-card{display:flex;gap:10px;align-items:flex-start;cursor:pointer;width:143%}.nps-ent-small-img{width:196px;min-width:130px;height:110px;border-radius:5px;overflow:hidden;flex-shrink:0;background:#222}.nps-ent-small-img img{width:100%;height:100%;object-fit:cover}.nps-ent-small-title{font-size:14.9px;font-weight:500;color:#1a1a1a;line-height:1.6;padding:10px;flex:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.nps-ent-small-title:hover{color:var(--red)!important}.nps-ent-mid{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px;padding-left:14%}.nps-ent-mid-card{display:flex;gap:10px;align-items:flex-start;cursor:pointer}.nps-ent-mid-img{position:relative;width:191px;min-width:175px;height:108px;border-radius:5px;overflow:hidden;flex-shrink:0;background:#222}.nps-ent-mid-img img{width:100%;height:100%;object-fit:cover}.nps-ent-mid-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;color:#fff;font-size:13px;font-weight:700;font-style:italic;text-align:center;padding:8px;pointer-events:none}.nps-ent-hd-badge{position:absolute;top:5px;right:5px;background:#e8001c;color:#fff;font-size:9px;font-weight:700;padding:2px 6px;border-radius:2px;letter-spacing:.8px;z-index:3}.nps-ent-teaser-badge{position:absolute;bottom:0;left:0;right:0;background:#000000b8;color:#fff;font-size:9px;font-weight:700;text-align:center;padding:4px 0;letter-spacing:3px;z-index:3}.nps-ent-mid-title{font-size:15.5px;font-weight:500;color:#1a1a1a;line-height:1.6;padding:20px;border-radius:5px;width:310px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.nps-ent-mid-title:hover{color:var(--red)}.nps-ent-left-mid{flex:1;min-width:0;display:grid;grid-template-columns:500px 1fr;grid-template-rows:auto auto;gap:12px}.hs-cat-tag{display:inline-block;background:var(--red);color:#fff;font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:3px 8px;border-radius:2px;margin-bottom:6px}.hs-date{font-size:10px;color:#999;font-weight:500;display:block;margin-top:5px}.hs-featured-card{grid-column:1;grid-row:1}.hs-featured-img-wrap{position:relative;width:100%;height:260px;border-radius:8px;overflow:hidden;cursor:pointer;background:#111}.hs-featured-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hs-featured-img-wrap:hover img{transform:scale(1.04)}.hs-featured-overlay{position:absolute;bottom:0;left:0;right:0;padding:50px 12px 14px;background:linear-gradient(to top,rgba(0,0,0,.92),transparent)}.hs-featured-title{color:#fff;font-size:14px;font-weight:600;line-height:1.55;margin:0 0 6px;border-left:3px solid #f5c518;padding-left:8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hs-small-card{grid-column:1;grid-row:2;display:flex;gap:10px;align-items:flex-start;cursor:pointer;padding:8px;border-radius:6px;border:1px solid #f0f0f0;transition:background .18s}.hs-small-card:hover{background:#fafafa}.hs-small-card:hover .hs-small-title{color:var(--red)}.hs-small-img{width:120px;min-width:120px;height:80px;border-radius:5px;overflow:hidden;flex-shrink:0}.hs-small-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.hs-small-card:hover .hs-small-img img{transform:scale(1.05)}.hs-small-text{flex:1;min-width:0}.hs-small-title{font-size:13px;font-weight:600;color:#1a1a1a;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .18s}.hs-mid-col{grid-column:2;grid-row:1 / 3;display:flex;flex-direction:column;gap:0;padding-left:12px;border-left:1px solid #999;height:354px}.hs-mid-card{display:flex;gap:12px;align-items:center;cursor:pointer;padding:14px 8px 4%;border-bottom:1px solid #999!important;transition:background .18s}.hs-mid-card:last-child{border-bottom:none}.hs-mid-card:hover{background:#fafafa}.hs-mid-card:hover .hs-mid-title{color:var(--red)}.hs-mid-img{width:110px;min-width:110px;height:80px;border-radius:5px;overflow:hidden;flex-shrink:0;background:#eee}.hs-mid-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.hs-mid-card:hover .hs-mid-img img{transform:scale(1.05)}.hs-mid-text{flex:1;min-width:0}.hs-mid-title{font-size:13.5px;font-weight:600;color:#1a1a1a;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .18s}.nps-health-sidebar{width:210px;min-width:195px;flex-shrink:0;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 1px 6px #00000017;border:1px solid #e8e8e8;height:375px}.nps-health-header{background:var(--red);padding:9px 12px;text-align:center}.nps-health-header-text{color:#fff;font-weight:800;font-size:13px;letter-spacing:1.5px}.nps-health-scroll{max-height:337px;overflow-y:auto;padding:4px 8px;scrollbar-width:thin;scrollbar-color:var(--red) #f5f5f5}.nps-health-scroll::-webkit-scrollbar{width:3px}.nps-health-scroll::-webkit-scrollbar-track{background:#f5f5f5}.nps-health-scroll::-webkit-scrollbar-thumb{background:var(--red);border-radius:4px}.nps-health-item{display:flex;gap:8px;align-items:flex-start;padding:9px 0;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .15s}.nps-health-item:last-child{border-bottom:none}.nps-health-item:hover{background:#fef5f5}.nps-health-item:hover .nps-health-text{color:var(--red)}.nps-health-img{width:64px;min-width:64px;height:46px;border-radius:4px;overflow:hidden;flex-shrink:0}.nps-health-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.nps-health-item:hover .nps-health-img img{transform:scale(1.07)}.nps-health-text-wrap{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.hs-sidebar-cat{font-size:8.5px;font-weight:700;color:var(--red);letter-spacing:.8px;text-transform:uppercase}.nps-health-text{font-size:10.5px;color:#333;line-height:1.5;font-weight:500;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s}.hs-sidebar-date{font-size:9px;color:#aaa}.sn-wrap{background:#fff;padding:24px 32px;width:100%;margin:0 auto}.sn-heading-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.sn-heading-bar{width:4px;height:22px;background:#e8001c;border-radius:2px;flex-shrink:0}.sn-heading-text{font-size:clamp(13px,1.5vw,17px);font-weight:700;text-transform:uppercase;color:#111}.sn-tabs-container{position:relative;margin-bottom:14px;background:var(--red);border:1px solid #e0e0e0;border-radius:30px;padding:4px 44px;overflow:hidden}.sn-tabs-scroll-area{display:flex;overflow-x:auto;scrollbar-width:none;padding:2px 0;scroll-behavior:smooth}.sn-tabs-scroll-area::-webkit-scrollbar{display:none}.sn-tab-btn{flex-shrink:0;padding:5px 14px;border-radius:20px;font-size:12px;font-weight:500;background:transparent;color:#fff;white-space:nowrap;transition:all .2s}.sn-tab-btn.active{border:1px solid #fff;font-weight:600}.sn-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#e8001c;border:1px solid #fff;color:#fff;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .3s}.sn-arrow-left{left:10px}.sn-arrow-right{right:15px}.sn-card-tag{display:inline-block;width:fit-content;background:var(--red);color:#fff;font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:3px 8px;border-radius:2px;margin-bottom:5px}.sn-card-date{font-size:10px;color:#999;font-weight:500;display:block;padding-left:4%}.sn-big-date{font-size:10px;color:#ffffffbf;display:block;margin-top:4px}.sn-di-date{font-size:9px;color:#aaa}.sn-sc-text,.sn-mid-text{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start}.sn-di-text-wrap{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sn-main{display:flex;gap:14px;align-items:flex-start}.sn-left-mid{flex:1;min-width:0;display:grid;grid-template-columns:500px 1fr;grid-template-rows:auto auto;gap:12px}.sn-featured-wrap{grid-column:1;grid-row:1}.sn-big-card{position:relative;width:100%;height:260px;border-radius:7px;overflow:hidden;cursor:pointer;background:#111}.sn-big-card img{width:100%;height:100%;object-fit:cover;opacity:.82;transition:transform .4s ease}.sn-big-card:hover img{transform:scale(1.04)}.sn-big-overlay{position:absolute;bottom:0;left:0;right:0;padding:50px 13px 13px;background:linear-gradient(to top,rgba(0,0,0,.88),transparent)}.sn-big-badge{display:inline-block;background:#e8001c;color:#fff;font-size:9px;font-weight:700;padding:2px 8px;border-radius:3px;letter-spacing:1px;text-transform:uppercase;margin-bottom:6px}.sn-big-title{color:#fff;font-size:clamp(11px,1.15vw,13.5px);font-weight:600;line-height:1.5;border-left:2px solid yellow;padding-left:2%}.sn-small-card{grid-column:1;grid-row:2;display:flex;gap:10px;align-items:flex-start;cursor:pointer;width:100%;padding:8px;border:1px solid #f0f0f0;border-radius:6px;transition:background .18s}.sn-small-card:hover{background:#fafafa}.sn-small-card:hover .sn-sc-title{color:var(--red)!important}.sn-sc-img{width:120px;min-width:120px;height:80px;border-radius:5px;overflow:hidden;flex-shrink:0;background:#222}.sn-sc-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.sn-small-card:hover .sn-sc-img img{transform:scale(1.06)}.sn-sc-title{font-size:13px;font-weight:600;color:#1a1a1a;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;padding:4px 8px;transition:color .18s}.sn-mid{flex:1!important;grid-column:2;grid-row:1 / 3;display:flex;flex-direction:column;gap:0;padding-left:12px;border-left:1px solid #999;height:362px}.sn-mid-card{display:flex;gap:12px;align-items:center;cursor:pointer;padding:14px 8px 5%;border-bottom:1px solid #999!important;transition:background .18s}.sn-mid-card:last-child{border-bottom:none}.sn-mid-card:hover{background:#fafafa}.sn-mid-card:hover .sn-mid-title{color:var(--red)}.sn-mid-img{position:relative;width:110px;min-width:110px;height:80px;border-radius:5px;overflow:hidden;flex-shrink:0;background:#222}.sn-mid-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.sn-mid-card:hover .sn-mid-img img{transform:scale(1.06)}.sn-mov-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;color:#fff;font-size:13px;font-weight:700;font-style:italic;text-align:center;padding:8px;pointer-events:none}.sn-hd-badge{position:absolute;top:5px;right:5px;background:#e8001c;color:#fff;font-size:9px;font-weight:700;padding:2px 6px;border-radius:2px;letter-spacing:.8px;z-index:3}.sn-teaser-badge{position:absolute;bottom:0;left:0;right:0;background:#000000b8;color:#fff;font-size:9px;font-weight:700;text-align:center;padding:4px 0;letter-spacing:3px;z-index:3}.sn-mid-title{font-size:13.5px;font-weight:600;color:#1a1a1a;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .18s}.sn-defence{width:210px;min-width:200px;flex-shrink:0;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 1px 6px #00000017}.sn-defence-head{background:#e8001c;color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;text-align:center;padding:9px 10px}.sn-defence-scroll{max-height:333px;overflow-y:auto;padding:4px 8px;scrollbar-width:thin;scrollbar-color:#e8001c #f5f5f5;border-top:1px solid #999}.sn-defence-scroll::-webkit-scrollbar{width:3px}.sn-defence-scroll::-webkit-scrollbar-track{background:#f5f5f5}.sn-defence-scroll::-webkit-scrollbar-thumb{background:#e8001c;border-radius:4px}.sn-defence-item{display:flex;gap:8px;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .15s}.sn-defence-item:last-child{border-bottom:none}.sn-defence-item:hover{background:#fafafa}.sn-defence-item:hover .sn-di-title{color:var(--red)}.sn-di-img{width:64px;min-width:64px;height:46px;border-radius:4px;overflow:hidden;flex-shrink:0}.sn-di-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.sn-defence-item:hover .sn-di-img img{transform:scale(1.08)}.sn-di-title{font-size:10.5px;color:#333;line-height:1.4;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .18s}.tn-page{padding-bottom:28px;background:#fff}.tn-inner{max-width:1300px;margin:0 auto;padding:30px 32px;background:#fff}.tn-trending-bar{display:flex;align-items:center;background:#fff;padding:40px 3rem;height:52px;gap:9px}.tn-trending-label{flex-shrink:0}.tn-trending-label-line{font-size:13px;font-weight:600;color:#333;line-height:1.15}.tn-trend-prev-btn,.tn-trend-next-btn{width:28px;height:28px;border-radius:50%;border:1.5px solid #bbb;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tn-trend-prev-btn:disabled,.tn-trend-next-btn:disabled{cursor:default}.tn-topics-list{display:flex;gap:9px;flex:1}.tn-topic-btn{padding:5px 14px;border:1.5px solid #ccc;border-radius:9px;background:#fff;font-size:11.5px;font-weight:600;color:gray;letter-spacing:.02em;white-space:nowrap;transition:all .15s;flex-shrink:0}.tn-topic-btn:hover{background:var(--red);color:#fff;border-color:var(--red)}.tn-sec-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.tn-sec-bar{width:4px;height:20px;background:var(--red);border-radius:1px}.tn-sec-title{font-size:20px;font-weight:700;color:#111;letter-spacing:.02em}.tn-grid{display:grid;grid-template-columns:450px 1fr 220px;margin-top:12px;background:#fff;height:318px}.tn-latest-news{max-height:320px;overflow-y:scroll;padding:14px;-ms-overflow-style:none;scrollbar-width:none}.tn-latest-scroll{max-height:300px;overflow-y:auto}.tn-latest-scroll::-webkit-scrollbar{display:none}.tn-latest-item{padding:13px 0;border-bottom:1.5px solid #999;cursor:pointer;transition:opacity .2s}.tn-latest-item:hover .tn-latest-item-title{color:var(--red)}.tn-latest-item-title{font-size:13px;font-weight:500;color:#111;line-height:1.4;margin-bottom:3px}.tn-latest-item-desc{font-size:11.5px;color:#666;font-weight:400;line-height:1.35}.tn-feature-cards{padding:10px;display:flex;gap:8px;height:317px}.tn-feature-card{flex:1 1 0;min-width:0;cursor:pointer;border-radius:8px;overflow:hidden;border-bottom:1.5px solid #999;border-left:1.5px solid #999;border-right:1.5px solid #999;transition:box-shadow .2s}.tn-feature-card:hover{box-shadow:0 4px 12px #00000026}.tn-feature-card-img-wrap{height:200px;overflow:hidden}.tn-feature-card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.tn-feature-card:hover .tn-feature-card-img-wrap img{transform:scale(1.05)}.tn-feature-card-body{padding:20px 10px 12px;background:#fff}.tn-feature-card-title{font-size:12px;font-weight:600;color:gray;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tn-feature-card-title:hover{color:var(--red)}.tn-live-updates{padding:14px 10px 14px 12px;display:flex;flex-direction:column;height:83%}.tn-live-scroll{flex:1;overflow-y:auto;max-height:310px}.tn-live-scroll::-webkit-scrollbar{width:4px}.tn-live-scroll::-webkit-scrollbar-track{background:#f5f5f5;border-radius:2px}.tn-live-scroll::-webkit-scrollbar-thumb{background:var(--red);border-radius:2px}.tn-live-item{display:flex;gap:6px;align-items:flex-start;padding:7px 0;cursor:pointer}.tn-live-dot{width:7px;height:7px;border-radius:50%;background:var(--red);flex-shrink:0;margin-top:3px}.tn-live-item-time{font-size:11px;font-weight:700;color:var(--red);margin-bottom:2px}.tn-live-item-text{font-size:11px;color:#333;line-height:1.4;word-break:break-word;overflow-wrap:break-word}.tn-banner{margin-top:14px;border:1.5px solid #ccc;border-radius:2px;overflow:hidden;position:relative;padding:10px}.tn-banner-slide{display:flex;height:115px}.tn-banner-left{flex:0 0 38%;position:relative;display:flex;align-items:center;padding:12px 14px 12px 18px;overflow:hidden}.tn-banner-left-redbar{position:absolute;left:0;top:0;bottom:0;width:8px;background:var(--red)}.tn-banner-left-greenbar{position:absolute;bottom:0;left:8px;right:0;height:9px;background:#2e7d32}.tn-banner-left-content{margin-left:4px;flex:1}.tn-banner-meta{font-size:9px;color:#aaa;line-height:1.4}.tn-banner-brands{display:flex;align-items:center;gap:10px}.tn-banner-brand-name{font-size:26px;font-weight:900;color:#fff;font-family:Poppins,sans-serif;line-height:1}.tn-banner-tagline{font-size:7px;color:#90a4ae;letter-spacing:.07em;margin-top:4px;padding-bottom:10px}.tn-banner-mid{flex:0 0 14%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 6px;gap:6px}.tn-banner-mid-tag{font-size:11px;color:#fff;font-style:italic;font-weight:700;text-align:center}.tn-banner-mid-box{border-radius:3px;padding:5px 6px;width:100%;text-align:center}.tn-banner-mid-line{font-size:11px;color:#fff;font-weight:700;line-height:1.3}.tn-banner-right{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 24px;text-align:center}.tn-banner-right-label{font-size:14px;font-weight:700;color:#111;margin-bottom:2px}.tn-banner-right-main{font-size:32px;font-weight:900;color:var(--red);font-family:Georgia,serif;line-height:1.05}.tn-banner-right-sub{font-size:17px;font-weight:900;color:#111;letter-spacing:.05em}.vs-wrap{background:var(--red);padding:20px 16px 24px;min-height:450px;height:auto}.vs-inner{max-width:1120px;margin:0 auto}.vs-header-wrap{display:flex;align-items:center;gap:8px;margin-bottom:14px}.vs-header-wrap--right{justify-content:flex-end}.vs-header-bar{width:4px;height:18px;background:#ffd24d;border-radius:2px}.vs-header-text{color:#fff;font-weight:700;font-size:16px;letter-spacing:.08em;text-transform:uppercase}.vs-small-card{cursor:pointer;margin-bottom:18px;transition:opacity .2s}.vs-small-card--inactive{opacity:.88}.vs-small-thumb-wrap{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:16/9;background:transparent;border:2px solid white;transition:border-color .2s,background .2s}.vs-small-thumb-wrap--active{box-shadow:0 0 0 2px #fff6}.vs-small-thumb-wrap img{width:100%;height:100%;object-fit:cover;border-radius:6px;transition:opacity .25s}.vs-small-play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.vs-duration-badge{position:absolute;bottom:5px;right:6px;background:#000000b3;color:#fff;font-size:10px;padding:1px 5px;border-radius:3px;font-weight:600}.vs-small-card-title{color:#fff;font-size:12px;margin:6px 0 0;line-height:1.45}.vs-small-card-title--active{font-weight:700}.vs-play-btn{border-radius:50%;border:2px solid white;display:flex;align-items:center;justify-content:center;background:#00000040;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);flex-shrink:0;transition:background .2s,transform .2s}.vs-featured-wrap{position:relative;border-radius:12px;overflow:hidden;border:2px solid rgba(255,255,255,.85);aspect-ratio:16/9;max-height:320px;width:100%;max-width:640px;margin:0 auto;cursor:pointer;background:#a00;box-shadow:0 6px 28px #00000059}.vs-featured-wrap img{width:100%;height:100%;object-fit:cover;transition:opacity .3s}.vs-featured-play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.vs-featured-bottom-bar{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%);padding:20px 14px 10px}.vs-featured-title{color:#fff;font-size:13px;margin:0;font-weight:600;line-height:1.4}.vs-featured-duration{color:#ffffffb3;font-size:11px}.vs-grid{display:grid;gap:16px;align-items:stretch}.vs-side-col,.vs-side-row{display:flex;flex-direction:column;gap:12px}.bottom-nav-wrapper,.bottom-nav-spacer{display:none}.about-page{background:#fff;color:#1a1a1a;overflow-x:hidden}.container{max-width:1500px;padding:40px 4rem}.fade-in{opacity:0;transition:opacity .75s cubic-bezier(.22,.68,0,1.2),transform .75s cubic-bezier(.22,.68,0,1.2)}.fade-in.visible{opacity:1;transform:none!important}.fade-up{transform:translateY(32px)}.fade-left{transform:translate(-32px)}.fade-right{transform:translate(32px)}.hero{position:relative;height:75vh;min-height:537px;overflow:hidden;background:#001d52}.hero-bg{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}.hero-watermark{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.hero-content{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;height:100%;padding:0 5rem;max-width:900px}.hero-badge{display:inline-flex;align-items:center;gap:10px;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:7px 20px;margin-bottom:30px;width:fit-content}.hero-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--red);animation:pulse-dot 1.8s ease-in-out infinite}.hero-badge-text{color:#ffffffe6;font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase}.hero-title{font-size:4rem;font-weight:900;color:#fff;line-height:1;margin-bottom:22px;letter-spacing:-1.5px}.hero-title-accent{color:var(--red)}.hero-subtitle{font-size:1rem;color:#ffffffa6;max-width:520px;line-height:1.8;font-weight:300;margin-bottom:40px}.hero-tags{display:flex;gap:22px;flex-wrap:wrap}.hero-tag{display:flex;align-items:center;gap:7px;color:#ffffff80;font-size:12.5px;font-weight:400}.hero-tag-icon{color:var(--red);display:flex}.section-label{display:block;color:var(--red);font-weight:700;font-size:15px;letter-spacing:2px;text-transform:uppercase;margin-bottom:14px}.section-header{margin-bottom:3.5rem}.section-header.center{text-align:center}.section-header.left{text-align:left}.section-title{font-size:1.1rem;font-weight:400;color:#2a2a2a;line-height:1.7;max-width:720px}.section-header.center .section-title{margin:0 auto}.section-subtitle{font-size:.9rem;color:#999;margin-top:12px;font-weight:400}.section-divider{width:44px;height:2px;background:var(--red);border-radius:2px;margin-top:20px}.section-header.center .section-divider{margin:20px auto 0}.tagline-bar{margin-top:2.5rem;padding:1.4rem 2rem;background:#fdf5f5;border-left:3px solid var(--red);border-radius:0 8px 8px 0;display:flex;align-items:center;gap:16px}.tagline-bar-icon{color:var(--red);flex-shrink:0;display:flex}.tagline-bar-text{font-size:.92rem;color:#555;font-style:italic;line-height:1.65;font-weight:400}.who-section{padding:4rem 0 50px;background:#fff}.who-grid{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:start}.who-card{background:#fff;border-radius:12px;padding:2.8rem;border:1px solid rgba(216,1,0,.15);position:relative;box-shadow:0 12px 50px #d801000d,0 2px 10px #0000000a}.who-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,var(--red),#ff4444);border-radius:12px 12px 0 0}.who-card-bg-icon{font-size:40px;opacity:.08;position:absolute}.who-card-divider{width:36px;height:3px;background:var(--red);border-radius:2px;margin-bottom:20px}.who-card-title{font-size:20px;line-height:1.6;margin-bottom:15px}.who-card-quote{padding:16px 20px;background:var(--red);border-radius:8px}.who-card-quote-text{color:#ffffffe6;font-size:.95rem;font-style:italic;line-height:1.65}.who-text-title{font-size:2.6rem;font-weight:800;color:#1a1a1a;margin-bottom:20px;letter-spacing:-.5px}.who-text-body{font-size:.95rem;color:#606060;line-height:1.9;margin-bottom:16px}.topics-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;margin-top:8px}.topic-item{display:flex;align-items:center;gap:10px;font-size:.855rem;color:#444;font-weight:400}.topic-dot{width:4px;height:4px;border-radius:50%;background:var(--red);flex-shrink:0}.philosophy-section{padding:0 0 6rem;background:#f9f9f9}.philosophy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.philosophy-card{display:flex;align-items:center;gap:22px;background:#fff;border-radius:10px;padding:1.7rem 2rem;border:1px solid #eee;border-left:3px solid var(--red);transition:box-shadow .3s,transform .3s}.philosophy-card:hover{color:var(--red);box-shadow:0 8px 28px #d8010012!important;transform:translateY(-2px)!important}.philo-num{font-size:2.4rem;font-weight:800;color:#d8000049;flex-shrink:0;line-height:1}.philosophy-text{font-size:.97rem;color:#1a1a1a;font-style:italic;font-weight:500;line-height:1.55}.mission-section{padding:20px 0 6rem;background:#fff}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.mission-card{display:flex;gap:18px;background:#fff;border-radius:12px;padding:1.8rem;border:1px solid #efefef;box-shadow:0 2px 14px #0000000a;align-items:flex-start;transition:box-shadow .3s,transform .3s}.mission-card:hover{box-shadow:0 10px 36px #d8010014;transform:translateY(-3px)}.mission-icon-wrap{flex-shrink:0;width:46px;height:46px;border-radius:10px;background:#d8010012;color:var(--red);display:flex;align-items:center;justify-content:center}.mission-title{font-size:.97rem;font-weight:700;color:#1a1a1a;margin-bottom:8px;line-height:1.35}.mission-desc{font-size:.875rem;color:#6a6a6a;line-height:1.8;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.vision-section{padding:0 0 6rem;background:#f9f9f9}.vision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.vision-grid-bottom{display:flex;gap:1.4rem;justify-content:center;margin:1.4rem 10%}.vision-grid-bottom .vision-card{flex:0 0 calc(33.333% - 1rem)}.vision-card{background:#fff;border-radius:12px;padding:2rem;border:1px solid #eee;border-top:2px solid var(--red);text-align:left;transition:box-shadow .3s,transform .3s;display:flex;flex-direction:column}.vision-card:hover{box-shadow:0 10px 36px #d8010012;transform:translateY(-4px)}.vision-icon{color:var(--red);margin-bottom:16px;display:flex;opacity:.9}.vision-title{font-size:.93rem;font-weight:700;color:#1a1a1a;margin-bottom:10px;line-height:1.35}.vision-desc{font-size:.855rem;color:#6a6a6a;line-height:1.8;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.pillars-section{padding:0 0 6rem;background:#fff}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.pillar-card{display:flex;align-items:center;gap:14px;padding:1.25rem 1.6rem;background:#fafafa;border-radius:8px;border:1px solid #ebebeb;transition:background .25s,box-shadow .25s,transform .25s}.pillar-card:hover{background:#fff5f5;box-shadow:0 4px 18px #d8010012;transform:translateY(-2px)}.pillar-check{color:var(--red);background:#d8010012;border-radius:6px;padding:6px;display:flex;flex-shrink:0}.pillar-title{font-size:.885rem;font-weight:600;color:#1a1a1a;line-height:1.4}.different-section{padding:2rem 0;background:#f9f9f9;position:relative}.different-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,var(--red) 30%,var(--red) 70%,transparent)}.diff-grid{margin-top:2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1500px}.diff-grid-bottom{display:flex;gap:2rem;justify-content:center;margin:2rem 10%}.diff-grid-bottom .diff-card{flex:0 0 calc(50% - 1rem)}.diff-card{display:flex;align-items:center;gap:24px;padding:1.4rem 2rem;background:#fff;border-radius:10px;border:1px solid #ebebeb;border-left:3px solid var(--red);width:100%;transition:background .25s,transform .25s,box-shadow .25s}.diff-card:hover{background:snow;transform:translate(6px);box-shadow:0 4px 22px #d8010012}.diff-num{font-size:2rem;font-weight:800;color:#d8000049;min-width:52px;line-height:1;flex-shrink:0}.diff-card:hover .diff-num{color:var(--red)}.diff-icon{color:var(--red);display:flex;flex-shrink:0}.diff-text{font-size:.97rem;font-weight:600;color:#1a1a1a;line-height:1.4;flex:1}.responsibility-section{padding:2rem 0;background:#0b1b3e}.responsibility-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.responsibility-left .section-label{color:#d80100d9}.responsibility-heading{font-size:1rem;font-weight:500;color:#ffffffe6;line-height:1.65;margin-top:10px}.responsibility-right{display:flex;flex-direction:column;gap:0}.resp-point{display:flex;align-items:flex-start;gap:22px;padding:2rem 0}.resp-divider{height:1px;background:#ffffff14}.resp-num{font-size:2.6rem;font-weight:800;color:var(--red);line-height:1;flex-shrink:0;opacity:.8}.resp-text{font-size:1.05rem;color:#fffc;line-height:1.65;font-weight:300;padding-top:10px}.ephilosophy-section{padding:20px 0 6rem;background:#fff}.ephilosophy-list{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1500px}.ephilosophy-list-bottom{display:flex;gap:2rem;justify-content:center;margin:2rem 10%}.ephilosophy-list-bottom .ephilosophy-item{flex:0 0 calc(50% - 1rem)}.ephilosophy-item{display:flex;align-items:center;gap:20px;padding:1.3rem 1.8rem;background:#fafafa;border-radius:8px;border-left:3px solid var(--red);transition:background .25s,transform .25s,box-shadow .25s}.ephilosophy-item:hover{background:#fff5f5;transform:translate(4px);box-shadow:0 4px 16px #d801000f}.ephilosophy-num{font-size:1.5rem;font-weight:800;color:#d8010026;min-width:36px;line-height:1}.ephilosophy-icon{color:var(--red);display:flex;flex-shrink:0}.ephilosophy-text{font-size:.95rem;color:#1a1a1a;font-weight:500;line-height:1.55}.contact-cta-section{padding:0;background:#0b1b3e}.contact-cta-box{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.contact-cta-title{font-size:2rem;font-weight:700;color:#fff;letter-spacing:-.5px;line-height:1.2}.contact-cta-sub{font-size:.95rem;color:#ffffff8c;font-weight:300;line-height:1.7;max-width:480px}.contact-cta-btn{margin-top:8px;display:inline-flex;align-items:center;gap:8px;background:var(--red);color:#fff;padding:14px 32px;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s}.contact-cta-btn:hover{background:#b80000;transform:translateY(-2px)}.careers-page{background:#fff;color:#1a1a1a;overflow-x:hidden}.cp-container{max-width:1500px;padding:0 4rem}.cp-hero{position:relative;height:75vh;min-height:537px;overflow:hidden;background:#001d52}.cp-hero-bg{position:absolute;inset:0}.cp-hero-img{position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=1600&q=80);background-size:cover;background-position:center 30%;z-index:0}.cp-hero-svg{position:absolute;inset:0;width:100%;height:100%;display:block;z-index:1}.cp-hero-fade{position:absolute;bottom:0;left:0;right:0;height:130px;background:linear-gradient(transparent,#fff);z-index:2}.cp-hero-content{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;height:100%;padding:0 5rem;max-width:860px}.cp-hero-badge{display:inline-flex;align-items:center;gap:10px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);border-radius:100px;padding:7px 20px;margin-bottom:28px;width:fit-content}.cp-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--red);animation:pulse-dot 1.8s ease-in-out infinite;flex-shrink:0}.cp-badge-text{font-size:11px;font-weight:600;color:#ffffffd9;letter-spacing:2.5px;text-transform:uppercase}.cp-hero-title{font-size:3rem;font-weight:500;color:#fff;line-height:1.05;letter-spacing:-1.5px;margin-bottom:20px}.cp-hero-accent{color:var(--red)}.cp-hero-sub{font-size:1rem;color:#fff9;max-width:480px;line-height:1.8;font-weight:300}.cp-section{padding:6rem 0}.cp-bg-white{background:#fff}.cp-bg-grey{background:#f8f8f8}.cp-bg-dark{background:#0b1b3e}.cp-sec-hd{margin-bottom:3rem}.cp-sec-hd.cp-center{text-align:center}.cp-label{display:block;font-size:18px;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:var(--red);margin-bottom:12px}.cp-label--light{color:#d80100cc}.cp-title-md{font-size:1.1rem;font-weight:500;color:#2a2a2a;line-height:1.65;max-width:580px;margin:0 auto}.cp-divider{width:40px;height:2px;background:var(--red);border-radius:2px;margin:16px auto 0}.cp-roles-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cp-role-card{background:#fff;border-radius:12px;border:1px solid #e8e8e8;overflow:hidden;transition:box-shadow .3s,transform .25s}.cp-role-card:hover{box-shadow:0 6px 24px #00000012;transform:translateY(-2px)}.cp-role-card--open{box-shadow:0 10px 36px #d8010014}.cp-role-top{display:flex;align-items:center;gap:14px;padding:1.4rem 1.6rem;cursor:pointer}.cp-role-icon{width:44px;height:44px;border-radius:12px;background:#d8010012;color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-role-info{flex:1}.cp-role-title{font-size:.96rem;font-weight:700;color:#111;margin-bottom:6px;line-height:1.3}.cp-role-meta{display:flex;gap:8px;flex-wrap:wrap}.cp-role-badge{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;font-weight:600;padding:3px 9px;border-radius:100px;background:#d8010012;color:var(--red)}.cp-role-badge--loc{background:#f0f0f0;color:#777}.cp-chevron{color:#bbb;display:flex;flex-shrink:0;transition:transform .3s ease}.cp-chevron--up{transform:rotate(180deg)}.cp-role-body{padding:1.2rem 1.6rem 1.6rem;border-top:1px solid #f2f2f2}.cp-role-desc{font-size:.875rem;color:#555;line-height:1.8;margin-bottom:14px;font-weight:400}.cp-skills-row{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}.cp-skill-pill{font-size:.7rem;font-weight:500;background:#f2f2f2;color:#555;padding:4px 11px;border-radius:100px}.cp-apply-btn{display:inline-flex;align-items:center;gap:7px;background:var(--red);color:#fff;border-radius:8px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:background .2s,transform .2s}.cp-apply-btn:hover{background:#b80000;transform:translateY(-1px)}.cp-intern-simple{max-width:600px;margin:0 auto;text-align:center}.cp-intern-body{font-size:1rem;color:#fff9;line-height:1.85;font-weight:300;margin-bottom:28px}.cp-intern-btn{display:inline-flex;align-items:center;gap:8px;background:var(--red);color:#fff;border-radius:8px;padding:12px 24px;font-size:.88rem;font-weight:600;transition:background .2s,transform .2s}.cp-intern-btn:hover{background:#b80000;transform:translateY(-1px)}.cp-intern-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cp-intern-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.cp-intern-tag{font-size:.75rem;font-weight:700;color:var(--red);background:#d8010026;padding:5px 12px;border-radius:100px}.cp-intern-dur{font-size:.75rem;color:#ffffff59}.cp-intern-hr{border:none;border-top:1px solid rgba(255,255,255,.08);margin-bottom:18px}.cp-intern-perks-lbl{font-size:.7rem;font-weight:700;color:#ffffff59;text-transform:uppercase;letter-spacing:2px;margin-bottom:14px}.cp-intern-perk{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:.86rem;color:#ffffffb8;font-weight:400}.cp-perk-icon{color:var(--red);background:#d8010026;border-radius:4px;padding:2px;flex-shrink:0;width:18px;height:18px}.cp-intern-card-foot{display:flex;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.07)}.cp-intern-pill{font-size:.7rem;padding:4px 10px;border-radius:100px;font-weight:500}.cp-intern-pill--mode{background:#ffffff0f;color:#ffffff59}.cp-intern-pill--stipend{background:#d8010026;color:var(--red);font-weight:700}.cp-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.cp-modal-box{background:#fff;border-radius:18px;width:100%;max-width:660px;max-height:90vh;overflow-y:auto;box-shadow:0 32px 80px #0000002e}.cp-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.8rem 2rem;border-bottom:1px solid #f0f0f0}.cp-modal-label{font-size:10px;font-weight:700;color:var(--red);letter-spacing:3.5px;text-transform:uppercase;margin-bottom:6px}.cp-modal-title{font-size:1.2rem;font-weight:700;color:#0f0f0f}.cp-modal-close{background:none;border:none;cursor:pointer;color:#aaa;display:flex;padding:6px;border-radius:6px;transition:color .2s}.cp-modal-close:hover{color:#333}.cp-modal-body{padding:1.8rem 2rem}.cp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.cp-form-group{display:flex;flex-direction:column;gap:6px}.cp-form-label{font-size:.76rem;font-weight:600;color:#444}.cp-char-count{font-weight:400;color:#bbb}.cp-form-input,.cp-form-textarea{border:1.5px solid #e5e5e5;border-radius:8px;padding:10px 14px;font-size:.88rem;outline:none;color:#111;transition:border-color .2s;background:#fff}.cp-form-input:focus,.cp-form-textarea:focus{border-color:#001d52}.cp-form-textarea{min-height:110px;resize:vertical}.cp-err{border-color:var(--red)!important}.cp-error-msg{font-size:.72rem;color:var(--red);font-weight:500}.cp-modal-footer{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:16px;border-top:1px solid #f0f0f0;gap:1rem}.cp-modal-note{font-size:.72rem;color:#bbb;max-width:280px;line-height:1.5}.cp-submit-btn{display:inline-flex;align-items:center;gap:8px;background:var(--red);color:#fff;border-radius:8px;padding:11px 22px;font-size:.86rem;font-weight:600;flex-shrink:0;transition:background .2s,transform .2s}.cp-submit-btn:hover{background:#b80000;transform:translateY(-1px)}.cp-success-box{padding:3rem 2rem;text-align:center}.cp-success-icon{width:60px;height:60px;border-radius:50%;background:#d8010012;color:var(--red);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.cp-success-title{font-size:1.4rem;font-weight:700;color:#0f0f0f;margin-bottom:12px}.cp-success-text{font-size:.88rem;color:#666;line-height:1.75;max-width:400px;margin:0 auto 24px}.cp-success-btn{background:#1a1a1a;color:#fff;border-radius:8px;padding:11px 26px;font-size:.86rem;font-weight:600;transition:background .2s}.cp-success-btn:hover{background:#333}.cp-resume-upload{border:1.5px dashed #e5e5e5;border-radius:8px;background:#fafafa;transition:border-color .2s,background .2s}.cp-resume-upload:hover{border-color:#001d52;background:#f4f7ff}.cp-resume-has-file{border-color:#0fbc87;background:#f0fdf8}.cp-resume-label{display:block;padding:12px 16px;font-size:.85rem;font-weight:500;color:#888;cursor:pointer;width:100%}.cp-resume-has-file .cp-resume-label{color:#0fbc87;font-weight:600}.contact-page{background:#f8f8f8;color:#1a1a1a;overflow-x:hidden}.ct-container{max-width:1200px;margin:0 auto;padding:0 4rem}.ct-hero{position:relative;height:75vh;min-height:537px;overflow:hidden}.ct-hero-img{position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1585829365295-ab7cd400c167?w=1600&q=80);background-size:cover;background-position:center 40%;z-index:0}.ct-hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#001232e0 40%,#0012328c);z-index:1}.ct-hero-content{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;height:100%;padding:0 5rem;max-width:760px}.ct-hero-badge{display:inline-flex;align-items:center;gap:10px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);border-radius:100px;padding:7px 20px;margin-bottom:22px;width:fit-content}.ct-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--red);animation:pulse-dot 1.8s ease-in-out infinite;flex-shrink:0}.ct-badge-text{font-size:11px;font-weight:600;color:#ffffffd9;letter-spacing:2.5px;text-transform:uppercase}.ct-hero-title{font-size:3rem;font-weight:500;color:#fff;line-height:1.05;letter-spacing:-1.5px;margin-bottom:14px}.ct-hero-accent{color:var(--red)}.ct-hero-sub{font-size:1rem;color:#fff9;line-height:1.8;font-weight:300}.ct-ad-right{margin-top:-9%}.ct-label{display:block;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--red);margin-bottom:14px}.ct-label--light{color:#d80100d9}.ct-main{padding:5rem 0}.ct-split{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:start}.ct-split-left{display:flex;flex-direction:column;gap:2rem}.ct-info-block{background:#fff;border-radius:14px;padding:1.6rem 1.8rem;border:1px solid #eee}.ct-email-link{display:inline-flex;align-items:center;gap:8px;font-size:.95rem;font-weight:600;color:#001d52;text-decoration:none;transition:color .2s}.ct-email-link:hover{color:var(--red)}.ct-offices{display:flex;flex-direction:column;gap:14px}.ct-office-item{display:flex;gap:12px;align-items:flex-start}.ct-office-icon{color:var(--red);margin-top:2px;flex-shrink:0}.ct-office-city{font-size:.82rem;font-weight:700;color:#111;margin-bottom:3px}.ct-office-addr{font-size:.8rem;color:#666;line-height:1.6;font-weight:400}.ct-social-row{display:flex;flex-wrap:wrap;gap:10px}.ct-social-pill{display:inline-flex;align-items:center;gap:7px;font-size:.8rem;font-weight:600;color:#001d52;background:#f0f3fa;padding:8px 16px;border-radius:100px;text-decoration:none;border:1px solid #dde3f0;transition:background .2s,color .2s,transform .2s}.ct-social-pill:hover{background:#001d52;color:#fff;transform:translateY(-2px)}.ct-form-card{background:#fff;border-radius:18px;padding:2.6rem 2.8rem;box-shadow:0 4px 40px #00000012;border:1px solid #eee}.ct-form-title{font-size:1.5rem;font-weight:700;color:#0f0f0f;margin-bottom:22px;line-height:1.2}.ct-form-wrap{display:flex;flex-direction:column;gap:14px}.ct-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ct-form-group{display:flex;flex-direction:column;gap:6px}.ct-form-label{font-size:.76rem;font-weight:600;color:#444}.ct-char-count{font-weight:400;color:#bbb}.ct-form-input,.ct-form-textarea{border:1.5px solid #e5e5e5;border-radius:9px;padding:11px 14px;font-size:.875rem;outline:none;color:#111;transition:border-color .2s,box-shadow .2s;background:#fafafa}.ct-form-input:focus,.ct-form-textarea:focus{border-color:#001d52;background:#fff;box-shadow:0 0 0 3px #001d520f}.ct-form-textarea{min-height:120px;resize:vertical}.ct-err{border-color:var(--red)!important}.ct-error-msg{font-size:.72rem;color:var(--red);font-weight:500}.ct-submit-btn{display:inline-flex;align-items:center;gap:8px;background:var(--red);color:#fff;border-radius:9px;padding:12px 26px;font-size:.875rem;font-weight:600;align-self:flex-start;margin-top:4px;transition:background .2s,transform .2s}.ct-submit-btn:hover{background:#b80000;transform:translateY(-1px)}.ct-form-success{text-align:center;padding:2.5rem 1rem}.ct-success-icon{width:60px;height:60px;border-radius:50%;background:#d8010012;color:var(--red);display:flex;align-items:center;justify-content:center;margin:0 auto 18px}.ct-success-title{font-size:1.3rem;font-weight:700;color:#0f0f0f;margin-bottom:10px}.ct-success-text{font-size:.875rem;color:#666;line-height:1.75;max-width:340px;margin:0 auto 22px}.ct-success-reset{background:none;border:1.5px solid var(--red);color:var(--red);border-radius:8px;padding:10px 22px;font-size:.84rem;font-weight:600;transition:background .2s,color .2s}.ct-success-reset:hover{background:var(--red);color:#fff}.ct-advertise{background:#0b1b3e;padding:6rem 0}.ct-ad-header{margin-bottom:3.5rem}.ct-ad-title{font-size:2.2rem;font-weight:700;color:#fff;letter-spacing:-.5px;line-height:1.15;margin-bottom:10px}.ct-ad-sub{font-size:.95rem;color:#ffffff80;font-weight:300;line-height:1.7}.ct-ad-body{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.ct-ad-section-label{font-size:10px;font-weight:700;letter-spacing:3.5px;text-transform:uppercase;color:#ffffff59;margin-bottom:18px;display:block}.ct-ad-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ct-ad-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:10px;transition:background .2s,transform .2s}.ct-ad-item:hover{background:#ffffff17;transform:translateY(-2px)}.ct-ad-item-icon{color:var(--red);display:flex;flex-shrink:0}.ct-ad-item-text{font-size:.82rem;font-weight:500;color:#ffffffc7;line-height:1.4}.ct-why-list{display:flex;flex-direction:column;gap:12px;margin-bottom:2rem}.ct-why-item{display:flex;align-items:center;gap:12px;font-size:.9rem;font-weight:500;color:#ffffffd1}.ct-why-icon{color:var(--red);flex-shrink:0}.ct-ad-cta{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-left:3px solid var(--red);border-radius:0 10px 10px 0;padding:1.2rem 1.5rem}.ct-ad-cta-label{font-size:.72rem;font-weight:600;color:#ffffff59;text-transform:uppercase;letter-spacing:2px;margin-bottom:8px}.ct-ad-cta-email{display:inline-flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:#fff;text-decoration:none;transition:color .2s}.ct-ad-cta-email:hover{color:var(--red)}.ct-phone-container{width:100%}.ct-phone-container .form-control{width:100%!important;height:42px!important;border:1.5px solid #e5e5e5!important;border-radius:9px!important;padding-left:48px!important;font-size:.875rem!important;background:#fafafa!important}.ct-phone-container .flag-dropdown{border:1.5px solid #e5e5e5!important;border-radius:9px 0 0 9px!important;background:#fafafa!important}.ep-fade-in{opacity:0;transition:opacity .8s cubic-bezier(.22,.68,0,1.2),transform .8s cubic-bezier(.22,.68,0,1.2)}.ep-fade-in.ep-visible{opacity:1;transform:none!important}.ep-fade-up{transform:translateY(32px)}.ep-fade-left{transform:translate(-32px)}.ep-fade-right{transform:translate(32px)}.ep-page{background:#fff;color:#1a1a1a;overflow-x:hidden}.ep-hero{position:relative;min-height:537px;height:75vh;display:flex;align-items:center;overflow:hidden;background-image:url(https://images.unsplash.com/photo-1585829365295-ab7cd400c167?w=1600&q=80&fit=crop);background-size:cover;background-position:center}.ep-hero-overlay{position:absolute;inset:0;background:linear-gradient(#001d5259,#001d52f2);z-index:1}.ep-hero-topbar{position:absolute;top:0;left:0;right:0;height:4px;background:var(--red);z-index:10}.ep-hero-bottombar{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,var(--red) 30%,var(--red) 70%,transparent);z-index:10}.ep-corner{position:absolute;width:44px;height:44px;z-index:5}.ep-tl{top:24px;left:28px;border-top:2px solid rgba(216,1,0,.65);border-left:2px solid rgba(216,1,0,.65)}.ep-tr{top:24px;right:28px;border-top:2px solid rgba(216,1,0,.65);border-right:2px solid rgba(216,1,0,.65)}.ep-bl{bottom:24px;left:28px;border-bottom:2px solid rgba(216,1,0,.65);border-left:2px solid rgba(216,1,0,.65)}.ep-br{bottom:24px;right:28px;border-bottom:2px solid rgba(216,1,0,.65);border-right:2px solid rgba(216,1,0,.65)}.ep-hero-container{position:relative;z-index:5;max-width:1200px;margin:0 auto;padding:5rem 4rem;width:100%;display:grid;grid-template-columns:1fr 360px;gap:4rem;align-items:center}.ep-hero-content{display:flex;flex-direction:column}.ep-hero-badge{display:inline-flex;align-items:center;gap:10px;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:7px 20px;margin-bottom:28px;width:fit-content}.ep-hero-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--red);animation:ep-pulse 1.8s ease-in-out infinite}.ep-hero-badge-text{font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#ffffffe6}.ep-hero-title{font-size:3rem;font-weight:500;color:#fff;line-height:1.05;letter-spacing:-1.5px;margin-bottom:24px}.ep-hero-accent{color:var(--red)}.ep-hero-subtitle{font-size:1rem;color:#fff9;max-width:500px;line-height:1.85;font-weight:300;margin-bottom:36px}.ep-hero-tags{display:flex;flex-wrap:wrap;gap:10px}.ep-hero-tag{display:inline-flex;align-items:center;gap:7px;padding:7px 16px;background:#ffffff1a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.18);border-radius:100px;font-size:12px;font-weight:500;color:#fffc}.ep-hero-tag svg{color:var(--red)}.ep-hero-index{background:#ffffff12;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.13);border-radius:14px;padding:2rem 2.2rem;position:relative;overflow:hidden}.ep-hero-index-topbar{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,var(--red),#ff5555)}.ep-hero-index-label{font-size:.72rem;font-weight:700;color:#fff6;letter-spacing:3px;text-transform:uppercase;margin-bottom:1.2rem;margin-top:.3rem}.ep-hero-index-item{display:flex;align-items:center;gap:14px;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.ep-hero-index-item:last-child{border-bottom:none}.ep-hero-index-num{font-size:.72rem;font-weight:700;color:var(--red);min-width:24px;letter-spacing:1px}.ep-hero-index-title{font-size:.85rem;font-weight:500;color:#ffffffbf;line-height:1.4}.ep-section{padding:4rem 0}.ep-container{max-width:1200px;margin:0 auto;padding:0 4rem}.ep-label{display:block;color:var(--red);font-weight:700;font-size:11px;letter-spacing:4px;text-transform:uppercase;margin-bottom:12px}.ep-label-light{color:#d80100cc}.ep-section-header{margin-bottom:3.5rem}.ep-section-header-center{text-align:center}.ep-section-title{font-size:2.2rem;font-weight:800;color:#001d52;line-height:1.2;letter-spacing:-.5px;margin-bottom:10px}.ep-section-titlee{font-size:2.2rem;font-weight:800;color:#001d52;line-height:1.2;letter-spacing:-.5px;margin-bottom:10px;margin-top:5%}.ep-section-subtitle,.ep-section-subtitlee{font-size:.97rem;color:#666;line-height:1.8;font-weight:400;max-width:800px;margin:10px auto 0}.ep-section-divider{width:44px;height:3px;background:linear-gradient(to right,var(--red),#ff5555);border-radius:2px;margin-top:18px}.ep-divider-center{margin:18px auto 0}.ep-policy-section{background:#fff}.ep-policy-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.ep-policy-card{background:#fff;border-radius:12px;padding:2rem 2.2rem;border:1px solid #efefef;box-shadow:0 2px 16px #0000000a;position:relative;overflow:hidden;height:100%;transition:box-shadow .3s,transform .3s}.ep-policy-card:hover{box-shadow:0 10px 36px #d8010014;transform:translateY(-3px)}.ep-policy-card-topbar{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,var(--red),#ff5555)}.ep-policy-card-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:1.4rem;margin-top:.3rem}.ep-policy-icon{width:44px;height:44px;border-radius:10px;background:#d8010012;color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ep-policy-num{display:block;font-size:.7rem;font-weight:700;color:#d8010080;letter-spacing:2px;margin-bottom:3px}.ep-policy-title{font-size:1rem;font-weight:700;color:#001d52;line-height:1.3}.ep-policy-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.ep-policy-list-item{display:flex;align-items:flex-start;gap:10px;font-size:.875rem;color:#5a5a5a;line-height:1.75;font-weight:400}.ep-policy-dot{width:5px;height:5px;border-radius:50%;background:var(--red);flex-shrink:0;margin-top:8px}.ep-corrections-section{background:#001d52;padding:6rem 0}.ep-corrections-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.ep-corrections-heading{font-size:2.2rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:16px;margin-top:8px}.ep-corrections-sub{font-size:.97rem;color:#ffffff8c;line-height:1.8;font-weight:300;margin-bottom:2rem}.ep-corrections-tagline{display:flex;align-items:center;gap:12px;padding:1.2rem 1.6rem;background:#d801001f;border:1px solid rgba(216,1,0,.25);border-radius:8px;color:#fffc;font-size:.9rem;font-style:italic}.ep-corrections-tagline svg{color:var(--red);flex-shrink:0}.ep-corrections-right-label{font-size:.72rem;font-weight:700;color:var(--red);letter-spacing:3px;text-transform:uppercase;margin-bottom:1.4rem}.ep-correction-item{display:flex;align-items:flex-start;gap:18px;padding:1.2rem 0;border-bottom:1px solid rgba(255,255,255,.07)}.ep-correction-item:last-of-type{border-bottom:none}.ep-correction-num{font-size:1.8rem;font-weight:800;color:#fff;line-height:1;flex-shrink:0;min-width:44px}.ep-correction-text{font-size:.92rem;color:#ffffffb3;line-height:1.8;font-weight:300}.ep-corrections-contact{display:flex;align-items:flex-start;gap:14px;margin-top:1.6rem;padding:1.4rem 1.8rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px}.ep-corrections-contact svg{color:var(--red);flex-shrink:0;margin-top:2px}.ep-contact-label{font-size:.75rem;color:#fff6;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;margin-bottom:4px}.ep-contact-email{font-size:.92rem;color:var(--red);font-weight:600;text-decoration:none;transition:color .2s}.ep-contact-email:hover{color:#f55}.ep-factcheck-section{background:#f9f9f9;padding-top:0}.ep-factcheck-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-bottom:2.5rem}.ep-factcheck-card{background:#fff;border-radius:12px;padding:2rem 1.8rem;border:1px solid #eee;border-top:2px solid var(--red);display:flex;flex-direction:column;gap:12px;transition:box-shadow .3s,transform .3s}.ep-factcheck-card:hover{box-shadow:0 10px 32px #d8010014;transform:translateY(-4px)}.ep-factcheck-icon{color:var(--red);display:flex;opacity:.9}.ep-factcheck-num{font-size:2.2rem;font-weight:800;color:#d800003f;line-height:1}.ep-factcheck-text{font-size:.875rem;color:#444;line-height:1.8;font-weight:400}.ep-factcheck-tagline{display:flex;align-items:center;gap:14px;padding:1.4rem 2rem;background:#fdf5f5;border-left:3px solid var(--red);border-radius:0 8px 8px 0;color:#555;font-size:.92rem;font-style:italic;line-height:1.65}.ep-factcheck-tagline svg{color:var(--red);flex-shrink:0}.fn-fade-in{opacity:0;transition:opacity .8s cubic-bezier(.22,.68,0,1.2),transform .8s cubic-bezier(.22,.68,0,1.2)}.fn-fade-in.fn-visible{opacity:1;transform:none!important}.fn-fade-up{transform:translateY(36px)}.fn-fade-left{transform:translate(-36px)}.fn-fade-right{transform:translate(36px)}.fn-page{background:#fff;color:#1a1a1a;overflow-x:hidden}.fn-hero{position:relative;min-height:537px;height:75vh;display:flex;align-items:center;overflow:hidden;background-image:url(https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=1600&q=80&fit=crop);background-size:cover;background-position:center top}.fn-hero-overlay{position:absolute;inset:0;background:linear-gradient(#001d5259,#001d52f2);z-index:1}.fn-hero-topbar{position:absolute;top:0;left:0;right:0;height:4px;background:var(--red);z-index:10}.fn-hero-bottombar{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(to right,transparent,var(--red) 30%,var(--red) 70%,transparent);z-index:10}.fn-corner{position:absolute;width:46px;height:46px;z-index:5}.fn-corner-tl{top:24px;left:28px;border-top:2px solid rgba(216,1,0,.65);border-left:2px solid rgba(216,1,0,.65)}.fn-corner-tr{top:24px;right:28px;border-top:2px solid rgba(216,1,0,.65);border-right:2px solid rgba(216,1,0,.65)}.fn-corner-bl{bottom:24px;left:28px;border-bottom:2px solid rgba(216,1,0,.65);border-left:2px solid rgba(216,1,0,.65)}.fn-corner-br{bottom:24px;right:28px;border-bottom:2px solid rgba(216,1,0,.65);border-right:2px solid rgba(216,1,0,.65)}.fn-hero-container{position:relative;z-index:5;max-width:1200px;margin:0 auto;padding:5rem 4rem;width:100%;display:grid;grid-template-columns:1fr 420px;gap:4rem;align-items:center}.fn-hero-left{display:flex;flex-direction:column}.fn-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;width:fit-content;background:#ffffff1a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.18);border-radius:100px;padding:6px 16px}.fn-eyebrow-icon{color:var(--red);display:flex}.fn-eyebrow-text{font-size:11px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#ffffffd9}.fn-hero-title{font-size:3rem;font-weight:500;color:#fff;line-height:1.05;letter-spacing:-1.5px;margin-bottom:26px}.fn-hero-title-accent{color:var(--red)}.fn-hero-quote{font-size:1.1rem;font-style:italic;font-weight:500;color:#fffc;line-height:1.7;margin-bottom:16px;padding-left:1.2rem;border-left:3px solid var(--red)}.fn-hero-desc{font-size:.93rem;color:#ffffff8c;line-height:1.85;font-weight:300;margin-bottom:36px;max-width:440px}.fn-hero-pills{display:flex;flex-wrap:wrap;gap:10px}.fn-hero-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 16px;background:#ffffff1a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.18);border-radius:100px;font-size:12px;font-weight:500;color:#fffc}.fn-hero-pill svg{color:var(--red)}.fn-hero-right{display:flex;justify-content:flex-end}.fn-hero-card{background:#ffffff12;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:2.2rem 2.4rem;width:100%;position:relative;overflow:hidden}.fn-hero-card-topbar{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,var(--red),#ff5555)}.fn-hero-card-head{display:flex;align-items:flex-start;gap:16px;margin-bottom:1.6rem;margin-top:.4rem}.fn-hero-card-iconbox{width:50px;height:50px;border-radius:12px;background:#d801002e;border:1px solid rgba(216,1,0,.35);color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fn-hero-card-meta{flex:1}.fn-card-from{font-size:.7rem;color:#fff6;letter-spacing:2px;text-transform:uppercase;font-weight:500;margin-bottom:4px}.fn-card-name{font-size:1.35rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:2px}.fn-card-org{font-size:.82rem;color:#ffffff73;font-weight:400}.fn-hero-card-divider{height:1px;background:#ffffff17;margin-bottom:1.4rem}.fn-hero-card-excerpt{font-size:.875rem;color:#ffffffa6;font-style:italic;font-weight:300;line-height:1.8;margin-bottom:1.6rem}.fn-hero-card-footer{display:flex;align-items:center;gap:12px;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.fn-card-dots{display:flex;gap:5px}.fn-card-dot{width:6px;height:6px;border-radius:50%;background:var(--red);display:block;animation:fn-dot-pulse 1.8s ease-in-out infinite}.fn-card-status{font-size:10px;color:#fff6;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.fn-card-bigquote{position:absolute;bottom:-24px;right:18px;font-size:10rem;font-weight:900;color:#d801001a;line-height:1;pointer-events:none}.fn-section{position:relative;padding:7rem 0;background:#fff;overflow:hidden}.fn-container{max-width:1200px;margin:0 auto;padding:0 4rem;position:relative;z-index:1}.fn-layout{display:grid;grid-template-columns:320px 1fr;gap:5rem;align-items:start}.fn-left{position:sticky;top:2rem}.fn-label{display:block;color:var(--red);font-weight:700;font-size:11px;letter-spacing:2px;text-transform:uppercase;margin-bottom:14px}.fn-heading{font-size:2.5rem;font-weight:800;color:#001d52;line-height:1.15;margin-bottom:20px;letter-spacing:-.8px}.fn-heading-divider{width:44px;height:3px;background:linear-gradient(to right,var(--red),#ff5555);border-radius:2px;margin-bottom:2rem}.fn-founder-card{background:#001d52;border-radius:12px;padding:1.8rem 2rem;position:relative;overflow:hidden;margin-bottom:1.5rem}.fn-card-top-bar{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,var(--red),#ff5555)}.fn-card-icon{color:#d8010080;margin-bottom:14px;margin-top:4px;display:flex}.fn-founder-name{font-size:1rem;font-weight:700;color:#fff;margin-bottom:3px}.fn-founder-role{font-size:.78rem;color:#ffffff73;letter-spacing:2.5px;text-transform:uppercase;font-weight:400;margin-bottom:1.2rem}.fn-founder-tag{display:inline-flex;align-items:center;gap:8px;background:#d8010026;border:1px solid rgba(216,1,0,.3);border-radius:100px;padding:5px 14px}.fn-founder-dot{width:6px;height:6px;border-radius:50%;background:var(--red);flex-shrink:0;animation:fn-pulse 1.8s ease-in-out infinite}.fn-founder-tag-text{font-size:10px;font-weight:600;color:#fffc;letter-spacing:1.5px;text-transform:uppercase}.fn-side-note{padding:1.2rem 1.5rem;border-left:3px solid rgba(216,1,0,.25);background:#fdf5f5;border-radius:0 8px 8px 0}.fn-side-note-text{font-size:.875rem;color:#666;font-style:italic;font-weight:400;line-height:1.75}.fn-right{display:flex;flex-direction:column}.fn-opening{font-size:1.2rem;font-style:italic;font-weight:600;color:#1a1a1a;line-height:1.8;padding-left:1.5rem;border-left:3px solid var(--red);margin-bottom:2rem}.fn-body{font-size:.96rem;color:#5a5a5a;line-height:1.95;font-weight:400;margin-bottom:1rem}.fn-commitments{margin:.4rem 0 1.5rem;padding:1.8rem 2rem;background:#f9f9f9;border-radius:10px;border-left:3px solid var(--red);display:flex;flex-direction:column;gap:12px}.fn-commitments-label{font-size:.75rem;font-weight:700;color:var(--red);letter-spacing:3px;text-transform:uppercase;margin-bottom:6px}.fn-commitment-item{display:flex;align-items:center;gap:12px}.fn-commitment-icon{width:24px;height:24px;border-radius:50%;background:#d8010014;color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fn-commitment-text{font-size:.95rem;color:#1a1a1a;font-weight:500}.fn-closing-block{padding:2rem 2.2rem;background:#001d52;border-radius:12px;position:relative;overflow:hidden;margin-bottom:1.5rem}.fn-closing-block:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(to right,var(--red),#ff5555)}.fn-closing-line{font-size:.97rem;color:#ffffffa6;line-height:1.85;font-weight:300;margin-bottom:4px}.fn-closing-line strong{color:#fff;font-weight:700}.fn-closing-divider{height:1px;background:#ffffff1a;margin:14px 0}.fn-trust-line{font-size:.97rem;font-style:italic;font-weight:500;color:#ffffffd9;line-height:1.7}.fn-thankyou{font-size:.96rem;color:#5a5a5a;line-height:1.9;font-weight:400;margin-bottom:1.2rem}.fn-signature{display:flex;align-items:center;gap:10px;padding-top:.8rem;border-top:1px solid #eee}.fn-sig-icon{color:var(--red);display:flex;align-items:center}.fn-sig-text{font-size:.95rem;font-style:italic;font-weight:500;color:#444}.privacy-page{background:var(--white);color:var(--dark)}.priv-fade-in{opacity:0;transform:translateY(30px);transition:opacity .65s ease,transform .65s ease}.priv-fade-in.priv-visible{opacity:1;transform:none}.priv-fade-left{opacity:0;transform:translate(-30px);transition:opacity .65s ease,transform .65s ease}.priv-fade-left.priv-visible{opacity:1;transform:none}.priv-hero{position:relative;min-height:537px;height:75vh;overflow:hidden;display:flex;align-items:flex-end}.priv-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.priv-hero-img-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0a0a0ae0,#1e0000cc,#0a0a0abf)}.priv-hero-slash{position:absolute;inset:0;background:linear-gradient(#001d5259,#001d52f2)}.priv-hero-circle{position:absolute;top:8%;right:7%;width:320px;height:320px;border-radius:50%;border:1px solid rgba(216,1,0,.15);animation:pulse 4s ease-in-out infinite}.priv-hero-circle-sm{position:absolute;top:18%;right:13%;width:170px;height:170px;border-radius:50%;border:1.5px solid rgba(216,1,0,.25);animation:pulse 4s ease-in-out infinite 1.5s}.priv-hero-icon{position:absolute;right:13%;top:19%;transform:translateY(-50%);color:#d801001f;animation:float 5s ease-in-out infinite}.priv-hero-fade{position:absolute;bottom:0;left:0;right:0;height:100px}.priv-hero-content{position:relative;z-index:2;padding:3rem 5rem 5rem;max-width:860px}.priv-hero-tag{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;border-radius:100px;padding:5px 16px;margin-bottom:24px;width:fit-content}.priv-hero-tag-dot{width:7px;height:7px;border-radius:50%;background:var(--red)}.priv-hero-tag-text{font-size:11px;font-weight:600;color:#ffffffe6;letter-spacing:2.5px;text-transform:uppercase}.priv-hero-title{font-size:3rem;font-weight:500;color:#fff;line-height:1.05;margin-bottom:20px;letter-spacing:-1px}.priv-hero-title-accent{color:var(--red)}.priv-hero-divider{width:56px;height:4px;background:var(--red);border-radius:2px;margin-bottom:20px}.priv-hero-desc{font-size:1rem;color:#ffffffbf;line-height:1.8;font-weight:300;max-width:560px;margin-bottom:32px}.priv-hero-meta{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.priv-hero-date{display:flex;align-items:center;gap:8px;font-size:13px;color:#fff9;font-weight:500}.priv-hero-date-icon{color:var(--red);display:flex}.priv-hero-badge{font-size:11px;font-weight:600;color:#fff;background:var(--red);padding:4px 14px;border-radius:100px;letter-spacing:1px;text-transform:uppercase}.priv-layout{display:grid;grid-template-columns:300px 1fr;gap:0;max-width:1300px;margin:0 auto;padding:5rem 3rem;align-items:start}.priv-sidebar{position:sticky;top:2rem;padding-right:2rem;align-self:start;max-height:calc(100vh - 4rem);overflow-y:auto;scrollbar-width:none}.priv-sidebar::-webkit-scrollbar{display:none}.priv-sidebar-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.6rem;margin-bottom:1.5rem;position:relative;overflow:hidden}.priv-sidebar-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--red);border-radius:16px 16px 0 0}.priv-sidebar-card-title{font-size:11px;font-weight:700;color:#bbb;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:12px}.priv-sidebar-card-body{font-size:12.5px;color:#555;line-height:1.7}.priv-sidebar-card-date{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--dark);margin-top:10px}.priv-sidebar-card-date-icon{color:var(--red);display:flex}.priv-sidebar-stats{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-bottom:1.5rem}.priv-sidebar-stat{padding:14px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px}.priv-sidebar-stat:last-child{border-bottom:none}.priv-sidebar-stat-icon{width:32px;height:32px;border-radius:8px;background:var(--red-light);color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.priv-sidebar-stat-label{font-size:11px;color:#999;font-weight:500}.priv-sidebar-stat-value{font-size:13px;font-weight:700;color:var(--dark)}.priv-nav-label{font-size:10px;font-weight:700;color:#bbb;letter-spacing:3px;text-transform:uppercase;margin-bottom:16px}.priv-nav-list{list-style:none;display:flex;flex-direction:column;gap:20px}.priv-nav-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;color:#666;transition:background .2s,color .2s;text-decoration:none}.priv-nav-item:hover{background:var(--red-light);color:var(--red)}.priv-nav-item.active{background:var(--red-light);color:var(--red);font-weight:600}.priv-nav-dot{width:6px;height:6px;border-radius:50%;background:var(--border);flex-shrink:0;transition:background .2s}.priv-nav-item:hover .priv-nav-dot,.priv-nav-item.active .priv-nav-dot{background:var(--red)}.priv-content{padding-left:4rem;border-left:1px solid var(--border);display:flex;flex-direction:column;gap:4rem}.priv-section{scroll-margin-top:2rem}.priv-section-header{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--border)}.priv-section-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--red-light);color:var(--red);flex-shrink:0}.priv-section-num{font-size:11px;font-weight:700;color:var(--red);letter-spacing:2px;text-transform:uppercase;margin-bottom:4px}.priv-section-title{font-size:1.4rem;font-weight:700;color:var(--dark);line-height:1.2}.priv-body{font-size:.95rem;color:#555;line-height:1.85;font-weight:400;margin-bottom:20px}.priv-body:last-child{margin-bottom:0}.priv-subsection{margin-bottom:24px}.priv-subsection:last-child{margin-bottom:0}.priv-sub-title{font-size:.9rem;font-weight:700;color:var(--dark);margin-bottom:12px;display:flex;align-items:center;gap:8px}.priv-sub-title:before{content:"";display:inline-block;width:14px;height:2px;background:var(--red);flex-shrink:0}.priv-list{list-style:none;display:flex;flex-direction:column;gap:10px}.priv-list-item{display:flex;align-items:flex-start;gap:12px;font-size:.93rem;color:#555;line-height:1.65}.priv-list-icon{color:var(--red);flex-shrink:0;margin-top:1px;display:flex}.priv-highlight{background:var(--red-light);border-left:3px solid var(--red);border-radius:0 10px 10px 0;padding:16px 20px;margin:20px 0}.priv-highlight-text{font-size:.93rem;color:var(--dark);font-weight:600;line-height:1.6}.priv-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}.priv-info-card{background:var(--grey-light);border-radius:10px;padding:16px 18px;border:1px solid var(--border);transition:border-color .2s,box-shadow .2s}.priv-info-card:hover{border-color:#d801004d;box-shadow:0 4px 16px #d801000f}.priv-info-card-label{font-size:10px;font-weight:700;color:var(--red);letter-spacing:2px;text-transform:uppercase;margin-bottom:8px}.priv-info-card-items{display:flex;flex-direction:column;gap:6px}.priv-info-card-item{font-size:.88rem;color:#444;font-weight:500;display:flex;align-items:center;gap:8px}.priv-info-card-item:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--red);flex-shrink:0}.priv-contact-block{background:linear-gradient(135deg,#fff,#fff8f8);border:1px solid rgba(216,1,0,.15);border-radius:16px;padding:2.4rem;position:relative;overflow:hidden}.priv-contact-block:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--red)}.priv-contact-title{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:8px}.priv-contact-desc{font-size:.9rem;color:#666;line-height:1.7;margin-bottom:20px}.priv-contact-link{display:inline-flex;align-items:center;gap:8px;background:var(--red);color:#fff;font-size:13px;font-weight:600;padding:10px 22px;border-radius:8px;text-decoration:none;transition:opacity .2s}.priv-contact-link:hover{opacity:.88}.priv-note{display:flex;gap:12px;background:#fffbf0;border:1px solid #f0e0a0;border-radius:10px;padding:16px 18px;margin-top:16px}.priv-note-icon{color:#c09000;flex-shrink:0;display:flex}.priv-note-text{font-size:.88rem;color:#650;line-height:1.65}.terms-page{background:var(--white);color:var(--dark)}.t-fade{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.t-fade.t-visible{opacity:1;transform:none}.t-fade-left{opacity:0;transform:translate(-28px);transition:opacity .6s ease,transform .6s ease}.t-fade-left.t-visible{opacity:1;transform:none}.terms-hero{position:relative;height:75vh;min-height:537px;overflow:hidden;display:flex;align-items:center}.terms-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.terms-hero-overlay{position:absolute;inset:0;background:linear-gradient(120deg,#080808ed,#190000d1 55%,#080808c7)}.terms-hero-grid{position:absolute;inset:0;background:linear-gradient(#001d5259,#001d5273)}.terms-hero-ring{position:absolute;top:12%;right:6%;width:360px;height:360px;border-radius:50%;border:1px dashed rgba(216,1,0,.2);animation:termsSpin 30s linear infinite}.terms-hero-ring-sm{position:absolute;top:22%;right:12%;width:200px;height:200px;border-radius:50%;border:1.5px solid rgba(216,1,0,.18);animation:termsPulse 4s ease-in-out infinite}.terms-hero-float-icon{position:absolute;right:13%;top:26%;transform:translateY(-50%);color:#d801001a;animation:termsFloat 5s ease-in-out infinite}.terms-hero-bottom-fade{position:absolute;bottom:0;left:0;right:0;height:110px}.terms-hero-content{position:relative;z-index:2;padding:0 5rem;max-width:820px}.terms-hero-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:24px}.terms-hero-eyebrow-line{width:36px;height:2px;background:var(--red)}.terms-hero-eyebrow-text{font-size:11px;font-weight:600;color:#fff;letter-spacing:3px;text-transform:uppercase}.terms-hero-title{font-size:3rem;font-weight:500;color:#fff;line-height:1.05;letter-spacing:-1.5px;margin-bottom:6px;display:inline}.terms-hero-title-sub{font-size:3rem;font-weight:500;color:var(--red);line-height:1.05;letter-spacing:-1.5px;margin-bottom:24px;display:inline}.terms-hero-desc{font-size:1rem;color:#ffffffa6;line-height:1.8;font-weight:300;max-width:520px;margin-bottom:36px;margin-top:10px}.terms-hero-pills{display:flex;gap:10px;flex-wrap:wrap}.terms-hero-pill{display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:6px 16px;font-size:12px;color:#ffffffb3;font-weight:500}.terms-hero-pill-dot{width:6px;height:6px;border-radius:50%;background:var(--red);flex-shrink:0}.terms-tabs-bar{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 2px 16px #0000000f}.terms-tabs-inner{max-width:1200px;margin:0 auto;padding:0 3rem;display:flex;gap:0}.terms-tab-btn{padding:1.1rem 2rem;font-size:13px;font-weight:600;color:#888;border:none;border-bottom:3px solid transparent;background:none;cursor:pointer;transition:color .2s,border-color .2s;letter-spacing:.3px;display:flex;align-items:center;gap:8px;white-space:nowrap}.terms-tab-btn:hover{color:var(--dark)}.terms-tab-btn.terms-tab-active{color:var(--red);border-bottom-color:var(--red)}.terms-tab-icon{display:flex;opacity:.7}.terms-tab-btn.terms-tab-active .terms-tab-icon{opacity:1}.terms-body{max-width:1200px;margin:0 auto;padding:5rem 3rem 6rem}.terms-chapter{margin-bottom:6rem;scroll-margin-top:70px}.terms-chapter:last-child{margin-bottom:0}.terms-chapter-head{display:flex;align-items:center;gap:20px;margin-bottom:3rem;padding-bottom:24px;border-bottom:2px solid var(--border);position:relative}.terms-chapter-head:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:var(--red)}.terms-chapter-icon-wrap{width:56px;height:56px;border-radius:14px;background:#d8010014;color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.terms-chapter-num{font-size:10px;font-weight:700;color:var(--red);letter-spacing:3px;text-transform:uppercase;margin-bottom:4px}.terms-chapter-title{font-size:1.6rem;font-weight:800;color:var(--dark);letter-spacing:-.5px}.terms-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.terms-block{background:#fafafa;border-radius:14px;padding:1.8rem 2rem;border:1px solid var(--border);transition:border-color .25s,box-shadow .25s}.terms-block:hover{border-color:#d8010040;box-shadow:0 6px 24px #d8010012}.terms-block-title{font-size:13px;font-weight:700;color:var(--dark);margin-bottom:12px;display:flex;align-items:center;gap:8px}.terms-block-title-icon{color:var(--red);display:flex}.terms-block-list{list-style:none;display:flex;flex-direction:column;gap:8px}.terms-block-list-item{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:var(--mid);line-height:1.6}.terms-block-list-icon{color:var(--red);flex-shrink:0;margin-top:2px;display:flex}.terms-block-full{grid-column:1 / -1;background:linear-gradient(135deg,#fff,#fff8f8);border:1px solid rgba(216,1,0,.15);border-radius:14px;padding:1.8rem 2rem;border-left:4px solid var(--red)}.terms-block-full-text{font-size:.92rem;color:var(--mid);line-height:1.8}.ethics-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:16px;overflow:hidden}.ethics-item{display:grid;grid-template-columns:72px 1fr;border-bottom:1px solid var(--border);transition:background .2s}.ethics-item:last-child{border-bottom:none}.ethics-item:hover{background:#fff7f7}.ethics-num{display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:800;color:#999;border-right:1px solid var(--border);padding:1.5rem 0;transition:color .2s}.ethics-item:hover .ethics-num{color:var(--red)}.ethics-body{padding:1.5rem 1.8rem}.ethics-title{font-size:.95rem;font-weight:700;color:var(--dark);margin-bottom:4px}.ethics-desc{font-size:.88rem;color:#777;line-height:1.65}.disclaimer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:1.5rem}.disclaimer-card{background:#fafafa;border-radius:12px;padding:1.4rem 1.6rem;border:1px solid var(--border);display:flex;gap:14px;align-items:flex-start;transition:border-color .2s}.disclaimer-card:hover{border-color:#d8010033}.disclaimer-card-icon{width:36px;height:36px;border-radius:9px;background:#d8010014;color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.disclaimer-card-text{font-size:.88rem;color:var(--mid);line-height:1.65}.disclaimer-trademark{background:var(--red);border-radius:12px;padding:1.4rem 2rem;display:flex;align-items:center;gap:14px}.disclaimer-trademark-icon{color:#ffffffb3;flex-shrink:0;display:flex}.disclaimer-trademark-text{font-size:.9rem;color:#ffffffe6;line-height:1.6;font-weight:500}.terms-closing{position:relative;background:var(--dark);padding:5rem 6rem;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.terms-closing-grid-bg{position:absolute;inset:0;background-image:linear-gradient(rgba(216,1,0,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(216,1,0,.05) 1px,transparent 1px);background-size:52px 52px}.terms-closing-left{position:relative;z-index:1}.terms-closing-tag{font-size:10px;font-weight:700;color:#ffffff59;letter-spacing:3px;text-transform:uppercase;margin-bottom:12px}.terms-closing-title{font-size:1.8rem;font-weight:800;color:#fff;line-height:1.2;letter-spacing:-.5px}.terms-closing-title span{color:var(--red)}.terms-closing-sub{font-size:.9rem;color:#ffffff73;margin-top:10px;line-height:1.6;max-width:360px}.terms-closing-right{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.terms-closing-date{font-size:12px;color:#ffffff59;font-weight:500}.terms-closing-brand{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;color:#fffc;letter-spacing:.5px}.terms-closing-brand-sep{opacity:.3}.terms-closing-brand-sub{font-weight:400;opacity:.4;font-size:13px}.nl-root{width:100%;background:#002765;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;padding:22px 28px}.nl-inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px}.nl-left{display:flex;align-items:center;gap:10px;flex-shrink:0}.nl-icon{color:var(--red);flex-shrink:0}.nl-title{font-size:16px;font-weight:700;color:#fff;margin:0;white-space:nowrap}.nl-right{flex:1;display:flex;justify-content:flex-end}.nl-form{display:flex;flex-direction:row;gap:0;width:100%;max-width:460px}.nl-input{flex:1;height:42px;padding:0 16px;font-size:13px;border:1px solid #fff;border-right:none;border-radius:6px 0 0 6px;outline:none;color:#1a1a1a;background:#fff;transition:border-color .18s}.nl-input:focus{border-color:#e63030}.nl-input::placeholder{color:#aaa;font-size:12.5px}.nl-btn{height:42px;padding:0 22px;background:var(--red);color:#fff;font-size:13px;font-weight:600;border-radius:0 6px 6px 0;white-space:nowrap;transition:background .18s}.nl-btn:hover{background:#c62020}.nl-success{font-size:13.5px;color:#2d6a4f;font-weight:600;margin:0}.nb-root{width:100%;display:flex;justify-content:center;background:#000;overflow-x:hidden}.nb-container{width:100%;max-width:1400px;position:relative;overflow:hidden;height:550px}.nb-bg{position:absolute;inset:0;background-size:cover;background-position:center top;z-index:0}.nb-overlay-left{position:absolute;top:0;left:0;width:20%;height:100%;z-index:1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);mask-image:linear-gradient(to right,black 0%,black 40%,rgba(0,0,0,.6) 65%,rgba(0,0,0,.2) 80%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 0%,black 40%,rgba(0,0,0,.6) 65%,rgba(0,0,0,.2) 80%,transparent 100%)}.nb-overlay-bottom{position:absolute;bottom:0;left:0;width:100%;height:20%;z-index:1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);mask-image:linear-gradient(to top,black 0%,black 40%,rgba(0,0,0,.6) 65%,rgba(0,0,0,.2) 80%,transparent 100%);-webkit-mask-image:linear-gradient(to top,black 0%,black 40%,rgba(0,0,0,.6) 65%,rgba(0,0,0,.2) 80%,transparent 100%)}.nb-gradient-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.65) 18%,rgba(0,0,0,.35) 35%,rgba(0,0,0,.15) 50%,transparent 65%),linear-gradient(0deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.6) 15%,rgba(0,0,0,.3) 30%,rgba(0,0,0,.12) 45%,transparent 65%)}.nb-inner{position:relative;z-index:2;display:flex;flex-direction:column}.nb-hero{min-height:405px;display:flex;flex-direction:column;justify-content:flex-end;padding:28px 32px 22px}.nb-author-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.nb-redbar{width:3px;height:16px;background:#e60000;border-radius:1px;flex-shrink:0}.nb-author-name{color:#fff;font-size:15px;font-weight:400;letter-spacing:.02em;opacity:.92}.nb-headline{color:#fff;line-height:1.25;max-width:560px;font-size:33px;font-family:Poppins,sans-serif;font-weight:100;text-shadow:0 2px 12px rgba(0,0,0,.5);margin-bottom:20px}.nb-separator{width:100%;height:1px;background:#ffffff2e}.nb-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding-top:3%}.nb-pill{display:flex;align-items:center;gap:7px;background:transparent;border-radius:50px;color:#ffffffe0;padding:6px 15px 6px 9px;font-size:12px;letter-spacing:.04em;cursor:pointer;white-space:nowrap;transition:border-color .2s,background .2s;line-height:1}.nb-pill:hover{border-color:#ffffffbf;background:#ffffff14}.nb-ghost{background:transparent;border:none;color:#fffc;font-size:12px;letter-spacing:.04em;cursor:pointer;white-space:nowrap;transition:color .2s;padding:0;line-height:1}.nb-ghost:hover{color:#fff}.nb-bottom{display:grid;grid-template-columns:repeat(3,1fr);padding:0}.nb-news-card{padding:14px 35px;cursor:pointer;transition:background .2s}.nb-news-title{color:#ffffffe0;font-size:12.5px;line-height:1.5;margin-bottom:6px;font-weight:400;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.nb-news-meta{display:flex;align-items:center;gap:4px;color:#ffffff73;font-size:10.5px}.nb-meta-sep{color:#ffffff40;margin:0 1px}@media(min-width:1440px){.nb-container{height:620px;max-width:1440px}.nb-hero{min-height:460px;padding:32px 48px 26px}.nb-headline{font-size:40px;max-width:640px}.nb-author-name{font-size:16px}.nb-news-card{padding:16px 40px}.nb-news-title{font-size:13.5px}.nps-inner{max-width:1400px;margin:0 auto}.nps-wrap{padding:0 32px 36px}.nps-section-title{font-size:20px}.nps-ent-left{width:360px}.nps-ent-featured-img-wrap{height:270px}.nps-ent-mid-img{width:210px;min-width:200px;height:125px}.nps-ent-mid-title{font-size:16px;width:340px}.nps-live-score-sidebar{width:250px}.nps-live-score-card{height:360px}.nps-ent-left-mid{grid-template-columns:580px 1fr;gap:16px}.hs-featured-img-wrap{height:300px}.hs-featured-title{font-size:15px}.hs-mid-col{height:410px}.hs-mid-img{width:130px;min-width:130px;height:95px}.hs-mid-title{font-size:14.5px}.hs-small-img{width:140px;min-width:140px;height:95px}.hs-small-title{font-size:14px}.nps-health-sidebar{width:240px;min-width:220px;height:420px}.nps-health-scroll{max-height:380px}.nps-health-header-text{font-size:14px}.nps-health-text{font-size:11.5px}.nps-health-img{width:72px;min-width:72px;height:52px}.tn-inner{max-width:1420px;padding:34px 40px}.tn-grid{grid-template-columns:520px 1fr 250px;height:350px}.tn-sec-title{font-size:22px}.tn-trending-bar{padding:40px 3.5rem}.tn-trending-label-line{font-size:14px}.tn-topic-btn{font-size:12px;padding:6px 16px}.tn-feature-cards{height:350px}.tn-feature-card-img-wrap{height:220px}.tn-feature-card-title{font-size:13px}.tn-latest-news{max-height:355px}.tn-latest-item-title{font-size:14px}.tn-live-updates{height:82%}.tn-live-scroll{max-height:340px}.tn-live-item-text{font-size:12px}.tn-banner-brand-name{font-size:30px}.tn-banner-right-main{font-size:36px}.tn-banner-right-label{font-size:15px}.tn-banner-right-sub{font-size:18px}.vs-inner{max-width:1340px}.vs-wrap{padding:28px 24px 32px;min-height:500px}.vs-header-text{font-size:18px}.vs-header-bar{height:22px}.vs-featured-wrap{max-height:380px;max-width:760px}.vs-featured-title{font-size:15px}.vs-small-card-title{font-size:13px}.vs-grid{gap:20px}.vs-side-col{gap:16px}.sn-wrap{padding:28px 48px}.sn-left-mid{grid-template-columns:580px 1fr;gap:16px}.sn-big-card{height:300px}.sn-mid{height:410px}.sn-mid-img{width:130px;min-width:130px;height:95px}.sn-mid-title{font-size:14.5px}.sn-sc-img{width:140px;min-width:140px;height:95px}.sn-sc-title{font-size:14px}.sn-defence{width:240px;min-width:220px}.sn-defence-scroll{max-height:380px}.sn-defence-head{font-size:14px}.sn-di-title{font-size:11.5px}.sn-di-img{width:72px;min-width:72px;height:52px}.sn-tabs-container{padding:4px 50px}.sn-tab-btn{font-size:13px;padding:6px 18px}}@media(min-width:2560px){.nb-container{height:850px;max-width:2200px}.nb-hero{min-height:650px;padding:48px 80px 40px}.nb-headline{font-size:58px;max-width:900px}.nb-author-name{font-size:20px}.nb-news-card{padding:20px 60px}.nb-news-title{font-size:17px}.nb-news-meta{font-size:13px}.nb-pill{font-size:15px;padding:8px 20px 8px 14px}.nps-inner{max-width:2200px;margin:0 auto}.nps-wrap{padding:0 80px 60px}.nps-section-title{font-size:26px}.nps-section-bar{width:6px;height:28px}.nps-read-more-link{font-size:16px}.nps-ent-left{width:520px}.nps-ent-featured-img-wrap{height:380px}.nps-ent-small-img{width:280px;height:160px}.nps-ent-small-title{font-size:18px}.nps-ent-mid-img{width:300px;min-width:280px;height:180px}.nps-ent-mid-title{font-size:20px;width:480px}.nps-live-score-sidebar{width:320px}.nps-live-score-card{height:460px}.nps-score-team-name{font-size:18px}.nps-score-runs{font-size:20px}.nps-story-caption{font-size:14px}.nps-ent-left-mid{grid-template-columns:960px 1fr;gap:28px}.hs-featured-img-wrap{height:500px}.hs-featured-title{font-size:22px}.hs-mid-col{height:620px}.hs-mid-img{width:190px;min-width:190px;height:140px}.hs-mid-title{font-size:19px}.hs-mid-card{padding:22px 12px}.hs-small-img{width:190px;min-width:190px;height:140px}.hs-small-title{font-size:18px}.hs-cat-tag{font-size:12px;padding:5px 12px}.hs-date{font-size:14px}.nps-health-sidebar{width:340px;min-width:320px;height:620px}.nps-health-scroll{max-height:565px}.nps-health-header-text{font-size:18px;letter-spacing:2px}.nps-health-text{font-size:15px}.nps-health-img{width:96px;min-width:96px;height:70px}.hs-sidebar-cat,.hs-sidebar-date{font-size:12px}.tn-inner{max-width:2300px;padding:60px 80px}.tn-grid{grid-template-columns:800px 1fr 380px;height:520px}.tn-sec-title{font-size:30px}.tn-sec-bar{width:6px;height:28px}.tn-trending-bar{padding:50px 5rem;height:70px}.tn-trending-label-line{font-size:18px}.tn-topic-btn{font-size:15px;padding:8px 22px;border-radius:12px}.tn-trend-prev-btn,.tn-trend-next-btn{width:40px;height:40px}.tn-feature-cards{height:520px}.tn-feature-card-img-wrap{height:340px}.tn-feature-card-title{font-size:17px;-webkit-line-clamp:4}.tn-feature-card-body{padding:28px 14px 18px}.tn-latest-news{max-height:520px;padding:20px}.tn-latest-item-title{font-size:18px}.tn-latest-item-desc{font-size:15px}.tn-latest-item{padding:18px 0}.tn-live-updates{padding:20px 14px 20px 18px}.tn-live-scroll{max-height:490px}.tn-live-item-text{font-size:15px}.tn-live-item-time{font-size:14px}.tn-live-dot{width:10px;height:10px;margin-top:4px}.tn-banner{margin-top:24px;padding:16px}.tn-banner-slide{height:170px}.tn-banner-brand-name{font-size:42px}.tn-banner-right-main{font-size:52px}.tn-banner-right-label{font-size:20px}.tn-banner-right-sub{font-size:26px}.tn-banner-mid-tag,.tn-banner-mid-line{font-size:16px}.vs-inner{max-width:2400px}.vs-wrap{padding:48px 60px 60px;min-height:800px}.vs-header-text{font-size:26px;letter-spacing:.1em}.vs-header-bar{width:6px;height:32px}.vs-header-wrap{gap:12px;margin-bottom:22px}.vs-featured-wrap{max-height:620px;max-width:1200px}.vs-featured-title{font-size:20px}.vs-featured-duration{font-size:15px}.vs-featured-bottom-bar{padding:40px 22px 18px}.vs-small-card-title{font-size:17px}.vs-small-card{margin-bottom:28px}.vs-duration-badge{font-size:13px;padding:2px 8px}.vs-grid{gap:28px}.vs-side-col,.vs-side-row{gap:20px}.sn-wrap{padding:50px 100px}.sn-left-mid{grid-template-columns:960px 1fr;gap:24px}.sn-big-card{height:500px}.sn-mid{height:620px}.sn-mid-img{width:190px;min-width:190px;height:140px}.sn-mid-title{font-size:19px}.sn-mid-card{padding:22px 12px}.sn-sc-img{width:190px;min-width:190px;height:140px}.sn-sc-title{font-size:18px}.sn-heading-bar{width:6px;height:30px}.sn-card-tag{font-size:12px;padding:5px 12px}.sn-card-date{font-size:13px}.sn-tabs-container{padding:6px 60px;border-radius:40px}.sn-tab-btn{font-size:16px;padding:8px 24px}.sn-arrow{width:36px;height:36px}.sn-defence{width:340px;min-width:320px}.sn-defence-head{font-size:18px;padding:12px}.sn-defence-scroll{max-height:560px}.sn-di-title{font-size:15px}.sn-di-img{width:96px;min-width:96px;height:70px}.sn-di-date{font-size:12px}}@media(max-width:1024px){.nb-container{height:480px}.nb-hero{min-height:330px;padding:24px 28px 18px}.nb-headline{font-size:28px}.nb-news-card{padding:12px 24px}.nps-inner{margin:0 12px}.nps-wrap{padding:0 12px 24px}.nps-ent-left{width:260px}.nps-ent-featured-img-wrap{height:200px}.nps-ent-mid{padding-left:8%}.nps-ent-mid-img{width:160px;min-width:150px;height:95px}.nps-ent-mid-title{font-size:14px;width:260px;padding:14px}.nps-ent-small-img{width:160px;min-width:120px;height:95px}.nps-ent-small-title{font-size:13px}.nps-live-score-sidebar{width:200px}.nps-ent-left-mid{grid-template-columns:320px 1fr;gap:10px}.hs-featured-img-wrap{height:220px}.hs-featured-title{font-size:13px}.hs-mid-col{height:auto}.hs-mid-img{width:90px;min-width:90px;height:68px}.hs-mid-title{font-size:12.5px}.hs-small-img{width:100px;min-width:100px;height:70px}.hs-small-title{font-size:12.5px}.nps-health-sidebar{width:195px;min-width:180px}.nps-health-text{font-size:10px}.nps-health-img{width:58px;min-width:58px;height:42px}.tn-inner{padding:24px 20px}.tn-grid{grid-template-columns:320px 1fr 200px;height:auto}.tn-trending-bar{padding:30px 1.5rem}.tn-topic-btn{font-size:11px;padding:4px 12px}.tn-feature-cards{height:auto}.tn-feature-card-img-wrap{height:170px}.tn-feature-card-title{font-size:11.5px}.tn-latest-news{max-height:280px;padding:10px}.tn-latest-item-title{font-size:12px}.tn-latest-item-desc{font-size:11px}.tn-live-updates{height:auto}.tn-live-scroll{max-height:270px}.tn-sec-title{font-size:18px}.tn-banner-brand-name{font-size:22px}.tn-banner-right-main{font-size:28px}.tn-banner-right-sub{font-size:15px}.tn-banner-slide{height:100px}.vs-inner{max-width:960px}.vs-wrap{padding:18px 14px 22px;min-height:380px}.vs-header-text{font-size:14px}.vs-featured-wrap{max-height:280px;max-width:540px}.vs-featured-title{font-size:12px}.vs-small-card-title{font-size:11.5px}.vs-grid{gap:12px}.vs-side-col{gap:10px}.sn-wrap{padding:18px}.sn-left-mid{grid-template-columns:320px 1fr;gap:10px}.sn-big-card{height:220px}.sn-mid{height:auto}.sn-mid-img{width:90px;min-width:90px;height:68px}.sn-mid-title{font-size:12.5px}.sn-sc-img{width:100px;min-width:100px;height:70px}.sn-sc-title{font-size:12.5px}.sn-defence{width:195px;min-width:180px}.sn-di-title{font-size:10px}.sn-di-img{width:58px;min-width:58px;height:42px}.sn-tab-btn{font-size:11px;padding:4px 12px}}@media(max-width:768px){.nb-container{height:auto;min-height:380px}.nb-hero{min-height:240px;padding:20px 20px 16px}.nb-headline{font-size:22px;max-width:100%;margin-bottom:14px}.nb-author-name{font-size:13px}.nb-actions{gap:10px;padding-top:12px}.nb-bottom{grid-template-columns:1fr 1fr}.nb-news-card{padding:12px 16px}.nb-news-title{font-size:12px}.nb-pill{font-size:11px;padding:5px 12px 5px 8px}.nps-wrap{padding:0 0 24px}.nps-inner{margin:0 10px}.nps-read-more-link{font-size:13px}.nps-section-title{font-size:15px}.nps-stories-live-flex{flex-direction:column;gap:12px}.nps-live-score-sidebar{display:none}.nps-stories-list{gap:8px;flex-wrap:nowrap}.nps-story-card{flex:0 0 calc(50% - 4px)}.nps-story-caption{font-size:12px;padding:10px 10px 30px}.nps-stories-prev-btn,.nps-stories-next-btn{width:30px;height:28px}.nps-ent-layout{flex-direction:column}.nps-ent-left-mid{flex-direction:column;width:100%}.nps-ent-left{width:100%}.nps-ent-featured-img-wrap{width:100%;height:200px}.nps-ent-small-card{width:100%;flex-direction:row}.nps-ent-small-img{width:130px;min-width:110px;height:90px}.nps-ent-small-title{font-size:13px;padding:8px}.nps-ent-mid{padding-left:0;width:100%}.nps-ent-mid-card{flex-direction:row}.nps-ent-mid-img{width:130px;min-width:110px;height:85px}.nps-ent-mid-title{font-size:13px;width:100%;padding:8px}.nps-entertainment{margin:0 0 18px}.nps-ent-left-mid{grid-template-columns:1fr;grid-template-rows:auto auto auto}.hs-featured-card{grid-column:1;grid-row:1}.hs-small-card{grid-column:1;grid-row:2}.hs-mid-col{grid-column:1;grid-row:3;border-left:none;border-top:1px solid #e0e0e0;padding-left:0;padding-top:12px;height:auto}.hs-featured-img-wrap{height:200px}.hs-featured-title{font-size:13px}.hs-small-card{flex-direction:row}.hs-small-img{width:120px;min-width:100px;height:80px}.hs-small-title{font-size:12.5px}.hs-mid-card{padding:10px 6px}.hs-mid-img{width:100px;min-width:90px;height:70px}.hs-mid-title{font-size:12.5px}.nps-health-sidebar{width:100%;min-width:unset;height:auto}.nps-health-scroll{max-height:300px}.nps-health-img{width:66px;min-width:60px;height:48px}.nps-health-text{font-size:11px}.tn-inner{padding:20px 14px}.tn-trending-bar{padding:16px 1rem;height:auto;flex-wrap:nowrap;gap:6px}.tn-trending-label-line{font-size:11px}.tn-trend-prev-btn,.tn-trend-next-btn{width:24px;height:24px;flex-shrink:0}.tn-topics-list{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;gap:6px}.tn-topics-list::-webkit-scrollbar{display:none}.tn-topic-btn{font-size:10.5px;padding:4px 10px;flex-shrink:0}.tn-sec-title{font-size:16px}.tn-grid{grid-template-columns:1fr 1fr;height:auto}.tn-live-updates{display:none}.tn-latest-news{max-height:none;overflow-y:visible;padding:10px 8px}.tn-latest-item-title{font-size:12px}.tn-latest-item-desc{font-size:10.5px}.tn-feature-cards{height:auto;flex-direction:column;padding:8px;gap:10px}.tn-feature-card-img-wrap{height:160px}.tn-feature-card-title{font-size:11.5px}.tn-feature-card-body{padding:12px 8px}.tn-banner-slide{height:auto;flex-wrap:wrap}.tn-banner-left{flex:0 0 100%;padding:10px 14px 10px 18px}.tn-banner-mid{flex:0 0 40%}.tn-banner-right{flex:1;padding:10px 14px}.tn-banner-brand-name{font-size:22px}.tn-banner-right-main{font-size:26px}.tn-banner-right-sub{font-size:14px}.vs-wrap{padding:16px 12px 20px;min-height:auto}.vs-header-text{font-size:13px;letter-spacing:.06em}.vs-header-bar{height:16px}.vs-header-wrap{margin-bottom:10px}.vs-grid{grid-template-columns:1fr!important;gap:14px}.vs-featured-wrap{max-height:none;max-width:100%}.vs-featured-title{font-size:12px}.vs-featured-duration{font-size:10px}.vs-side-col,.vs-side-row{flex-direction:row;flex-wrap:wrap;gap:10px}.vs-small-card{flex:1 1 calc(50% - 5px);margin-bottom:0;min-width:140px}.vs-small-card-title{font-size:11px}.vs-duration-badge{font-size:9px}.sn-wrap{padding:16px 12px}.sn-left-mid{grid-template-columns:1fr;grid-template-rows:auto auto auto}.sn-featured-wrap{grid-column:1;grid-row:1}.sn-small-card{grid-column:1;grid-row:2}.sn-mid{grid-column:1;grid-row:3;border-left:none;border-top:1px solid #e0e0e0;padding-left:0;padding-top:12px;height:auto}.sn-big-card{height:200px}.sn-big-title{font-size:12px}.sn-small-card{flex-direction:row}.sn-sc-img{width:120px;min-width:100px;height:80px}.sn-sc-title{font-size:12.5px}.sn-mid-card{padding:10px 6px}.sn-mid-img{width:100px;min-width:90px;height:70px}.sn-mid-title{font-size:12.5px}.sn-main{flex-direction:column;gap:16px}.sn-defence{width:100%;min-width:unset}.sn-defence-scroll{max-height:280px}.sn-di-img{width:66px;min-width:60px;height:48px}.sn-di-title{font-size:11px}.sn-tabs-container{padding:4px 40px}.sn-tab-btn{font-size:11px;padding:4px 11px}}@media(max-width:425px){.nb-container{min-height:320px}.nb-hero{min-height:200px;padding:16px 16px 14px}.nb-headline{font-size:18px;margin-bottom:12px}.nb-author-name{font-size:12px}.nb-bottom{grid-template-columns:1fr}.nb-news-card{padding:10px 16px}.nb-news-title{font-size:12px;-webkit-line-clamp:2}.nb-news-meta{font-size:10px}.nb-actions{gap:8px;padding-top:10px}.nb-pill{font-size:10px;padding:5px 10px 5px 7px}.nb-pill span{display:none}.nb-ghost{font-size:10px}.nps-inner{margin:0 8px}.nps-section-title{font-size:14px}.nps-read-more-link{font-size:12px}.nps-story-card{flex:0 0 calc(50% - 4px)}.nps-story-caption{font-size:11px;padding:8px 8px 24px}.nps-stories-prev-btn,.nps-stories-next-btn{width:28px;height:26px;font-size:13px}.nps-ent-small-card{flex-direction:column}.nps-ent-small-img{width:100%;min-width:unset;height:180px}.nps-ent-small-title{font-size:13px;padding:8px 4px;width:100%;-webkit-line-clamp:3}.nps-ent-mid-card{flex-direction:column}.nps-ent-mid-img{width:100%;min-width:unset;height:180px}.nps-ent-mid-title{font-size:13px;width:100%;padding:8px 4px;-webkit-line-clamp:3}.nps-ent-featured-img-wrap{height:180px}.nps-ent-featured-title{font-size:12px}.nps-live-score-card{height:auto}.nps-score-team-name{font-size:12px}.nps-score-runs{font-size:13px}.hs-featured-img-wrap{height:180px}.hs-featured-title{font-size:12px}.hs-small-card{flex-direction:column}.hs-small-img{width:100%;min-width:unset;height:160px}.hs-small-title{font-size:12px;-webkit-line-clamp:2}.hs-mid-card{flex-direction:column;align-items:flex-start}.hs-mid-img{width:100%;min-width:unset;height:160px}.hs-mid-title{font-size:12px;-webkit-line-clamp:3}.hs-cat-tag{font-size:8px;padding:2px 6px}.hs-date{font-size:9px}.nps-health-img{width:60px;min-width:56px;height:44px}.nps-health-text{font-size:10.5px}.tn-inner{padding:16px 10px}.tn-sec-title{font-size:14px}.tn-sec-bar{height:16px}.tn-trending-bar{padding:12px .8rem;gap:5px}.tn-trending-label-line{font-size:10px}.tn-trend-prev-btn,.tn-trend-next-btn{width:22px;height:22px}.tn-topic-btn{font-size:10px;padding:3px 9px}.tn-grid{grid-template-columns:1fr;height:auto}.tn-feature-cards{flex-direction:column;height:auto;padding:6px;gap:8px}.tn-feature-card-img-wrap{height:150px}.tn-feature-card-title{font-size:11px}.tn-latest-item-title{font-size:12px}.tn-latest-item-desc{font-size:10px}.tn-latest-item{padding:10px 0}.tn-banner-slide{flex-direction:column;height:auto}.tn-banner-left{flex:unset;width:100%}.tn-banner-mid{flex:unset;width:100%;flex-direction:row}.tn-banner-right{width:100%;padding:10px 12px}.tn-banner-brand-name{font-size:20px}.tn-banner-right-main{font-size:24px}.tn-banner-right-sub{font-size:13px}.tn-banner-right-label{font-size:12px}.vs-wrap{padding:14px 10px 18px}.vs-header-text{font-size:12px;letter-spacing:.05em}.vs-header-bar{height:14px;width:3px}.vs-header-wrap{gap:6px;margin-bottom:8px}.vs-featured-wrap{border-radius:8px}.vs-featured-title{font-size:11.5px}.vs-featured-bottom-bar{padding:16px 10px 8px}.vs-side-col,.vs-side-row{flex-direction:row;flex-wrap:wrap;gap:8px}.vs-small-card{flex:1 1 calc(50% - 4px);margin-bottom:0;min-width:120px}.vs-small-card-title{font-size:10.5px}.vs-small-thumb-wrap{border-radius:6px}.vs-duration-badge{font-size:8.5px;padding:1px 4px}.vs-grid{gap:10px}.sn-wrap{padding:14px 10px}.sn-big-card{height:180px}.sn-big-title{font-size:11.5px}.sn-small-card{flex-direction:column}.sn-sc-img{width:100%;min-width:unset;height:160px}.sn-sc-title{font-size:12px;-webkit-line-clamp:2;padding:6px}.sn-mid-card{flex-direction:column;align-items:flex-start}.sn-mid-img{width:100%;min-width:unset;height:160px}.sn-mid-title{font-size:12px;-webkit-line-clamp:3}.sn-card-tag{font-size:8px;padding:2px 6px}.sn-card-date{font-size:9px}.sn-tabs-container{padding:4px 36px;border-radius:24px}.sn-tab-btn{font-size:10.5px;padding:4px 10px}.sn-arrow{width:22px;height:22px}.sn-di-img{width:60px;min-width:56px;height:44px}.sn-di-title{font-size:10.5px}}@media(max-width:375px){.mobile-nav-actions{margin-left:-13%!important}.nb-container{min-height:290px}.nb-hero{min-height:180px;padding:14px 14px 12px}.nb-headline{font-size:17px}.nb-author-name{font-size:11px}.nb-news-title{font-size:11.5px}.nb-news-meta{font-size:9.5px}.nb-redbar{height:14px}.nb-bottom{width:90%!important}.nps-inner{margin:0 6px}.nps-section-title{font-size:13px}.nps-section-bar{height:16px}.nps-story-card{flex:0 0 calc(50% - 4px)}.nps-story-caption{font-size:10.5px;padding:6px 6px 20px}.nps-ent-featured-img-wrap{height:160px}.nps-ent-featured-title{font-size:11px}.nps-ent-small-img,.nps-ent-mid-img{height:155px}.nps-ent-small-title,.nps-ent-mid-title{font-size:12px}.nps-score-tab-btn{font-size:10px;padding:5px 2px}.nps-score-team-name{font-size:11px}.nps-score-runs{font-size:12px}.nps-entertainment{margin:0 15px;width:96%}.hs-featured-img-wrap{height:160px}.hs-featured-title{font-size:11.5px}.hs-small-img,.hs-mid-img{height:140px}.hs-small-title,.hs-mid-title{font-size:11.5px}.nps-health-header-text{font-size:12px;letter-spacing:1px}.nps-health-text{font-size:10px}.nps-health-img{width:56px;min-width:52px;height:40px}.hs-sidebar-cat,.hs-sidebar-date{font-size:8px}.hs-small-card{padding:0}.hs-small-text{padding:6px}.tn-inner{padding:14px 8px}.tn-sec-title{font-size:13px}.tn-trending-label-line{font-size:9.5px}.tn-topic-btn{font-size:9.5px;padding:3px 8px}.tn-feature-cards{height:585px;width:103%}.tn-feature-card-img-wrap{height:130px}.tn-feature-card-title{font-size:10.5px}.tn-feature-card-body{padding:10px 8px}.tn-latest-item-title{font-size:11.5px}.tn-latest-item-desc{font-size:9.5px}.tn-live-item-text{font-size:10.5px}.tn-banner-brand-name{font-size:18px}.tn-banner-right-main{font-size:22px}.tn-banner-right-sub{font-size:12px}.tn-banner-right-label{font-size:11px}.tn-banner-mid-tag,.tn-banner-mid-line{font-size:10px}.nl-inner{display:block;margin:0}.nl-root{padding:22px 2px;width:96%;margin:0 15px}.vs-wrap{padding:12px 8px 16px}.vs-header-text{font-size:11.5px}.vs-featured-title{font-size:11px}.vs-featured-bottom-bar{padding:14px 8px 6px}.vs-small-card{flex:1 1 calc(50% - 4px)}.vs-small-card-title{font-size:10px}.vs-duration-badge{font-size:8px}.vs-grid{gap:8px}.vs-side-col,.vs-side-row{gap:6px}.sn-wrap{padding:12px 8px;width:87%;margin:0}.sn-big-card{height:160px}.sn-big-title{font-size:11px}.sn-sc-img,.sn-mid-img{height:140px}.sn-sc-title,.sn-mid-title{font-size:11.5px}.sn-tabs-container{padding:4px 34px}.sn-tab-btn{font-size:10px;padding:3px 9px}.sn-defence-head{font-size:12px}.sn-di-title{font-size:10px}.sn-di-img{width:56px;min-width:52px;height:40px}.sn-di-date{font-size:8px}}@media(max-width:320px){.mobile-nav-actions{margin-left:-17%!important}.nb-container{min-height:260px}.nb-hero{min-height:160px;padding:12px 12px 10px}.nb-headline{font-size:14px;line-height:1.3}.nb-author-name{font-size:10px}.nb-pill{padding:4px 7px;gap:4px}.nb-news-card{padding:8px 12px}.nb-news-title{font-size:11px}.nb-news-meta{font-size:9px}.nb-redbar{height:12px}.nb-actions{gap:6px}.nb-inner{margin-top:40%}.nps-inner{margin:0 4px}.nps-wrap{padding:0 0 16px}.nps-section-title{font-size:12px}.nps-read-more-link{font-size:10px}.nps-section-bar{height:14px;width:3px}.nps-story-card{flex:0 0 100%}.nps-story-caption{font-size:10px;padding:6px}.nps-stories-prev-btn,.nps-stories-next-btn{width:24px;height:22px;font-size:11px}.nps-ent-featured-img-wrap{height:140px}.nps-ent-featured-title{font-size:10.5px}.nps-ent-small-img,.nps-ent-mid-img{height:130px}.nps-ent-small-title,.nps-ent-mid-title{font-size:11.5px;-webkit-line-clamp:2;padding:6px 4px}.nps-entertainment{margin:0 10px 14px}.nps-score-body{padding:16px 8px}.nps-score-tab-btn{font-size:9px;padding:4px 2px;letter-spacing:0}.nps-score-team-name{font-size:10px}.nps-score-runs{font-size:11px}.nps-score-summary-text{font-size:10px}.tn-feature-cards{height:530px;width:103%}.nps-ent-layout{width:119%!important}.hs-featured-img-wrap{height:140px}.hs-featured-title{font-size:11px;padding-left:6px}.hs-small-img,.hs-mid-img{height:120px}.hs-small-title{font-size:11px;-webkit-line-clamp:2}.hs-mid-title{font-size:11px}.hs-small-card{padding:6px}.hs-mid-card{padding:8px 4px}.hs-cat-tag{font-size:7.5px;padding:2px 5px;margin-bottom:4px}.hs-date{font-size:8.5px}.nps-health-sidebar{border-radius:4px}.nps-health-header-text{font-size:11px;letter-spacing:.8px}.nps-health-scroll{max-height:260px;padding:2px 6px}.nps-health-img{width:52px;min-width:48px;height:38px}.nps-health-text{font-size:9.5px}.hs-sidebar-cat,.hs-sidebar-date{font-size:7.5px}.nl-root{width:99%}.tn-inner{padding:12px 6px}.tn-sec-title{font-size:12px}.tn-sec-bar{height:14px}.tn-trending-bar{padding:10px .6rem;gap:4px}.tn-trending-label-line{font-size:9px}.tn-trend-prev-btn,.tn-trend-next-btn{width:20px;height:20px;font-size:10px}.tn-topic-btn{font-size:9px;padding:3px 7px;border-radius:7px}.tn-feature-card-img-wrap{height:110px}.tn-feature-card-title{font-size:10px;-webkit-line-clamp:2}.tn-feature-card-body{padding:8px 6px}.tn-latest-item{padding:8px 0}.tn-latest-item-title{font-size:11px}.tn-latest-item-desc{font-size:9px}.tn-live-item-text,.tn-live-item-time{font-size:10px}.tn-live-dot{width:6px;height:6px}.tn-banner{padding:6px}.tn-banner-brand-name{font-size:16px}.tn-banner-right-main{font-size:20px}.tn-banner-right-sub{font-size:11px}.tn-banner-right-label{font-size:10px}.tn-banner-meta{font-size:8px}.tn-banner-tagline{font-size:6.5px}.tn-banner-mid-tag,.tn-banner-mid-line{font-size:9px}.vs-wrap{padding:10px 6px 14px}.vs-header-text{font-size:10.5px;letter-spacing:.04em}.vs-header-bar{height:12px;width:3px}.vs-header-wrap{gap:5px;margin-bottom:6px}.vs-featured-wrap{border-radius:6px}.vs-featured-title{font-size:10.5px;line-height:1.35}.vs-featured-duration{font-size:9px}.vs-featured-bottom-bar{padding:12px 8px 6px}.vs-side-col,.vs-side-row{flex-direction:column;gap:8px}.vs-small-card{flex:unset;width:100%;min-width:unset;margin-bottom:0}.vs-small-card-title{font-size:10px}.vs-small-thumb-wrap{border-radius:5px;border-width:1.5px}.vs-duration-badge{font-size:7.5px;padding:1px 3px}.vs-grid{gap:8px}.vs-play-btn{border-width:1.5px}.sn-wrap{padding:10px 6px;width:101%}.sn-big-card{height:140px}.sn-big-title{font-size:10.5px;padding-left:6px}.sn-big-badge{font-size:8px;padding:2px 6px}.sn-sc-img,.sn-mid-img{height:120px}.sn-sc-title{font-size:11px;-webkit-line-clamp:2;padding:4px}.sn-mid-title{font-size:11px}.sn-small-card{padding:6px}.sn-mid-card{padding:8px 4px}.sn-card-tag{font-size:7.5px;padding:2px 5px}.sn-card-date{font-size:8.5px}.sn-tabs-container{padding:3px 30px;border-radius:20px}.sn-tab-btn{font-size:9.5px;padding:3px 8px}.sn-arrow{width:20px;height:20px}.sn-defence-head{font-size:11px;padding:7px 8px}.sn-defence-scroll{max-height:240px;padding:2px 6px}.sn-di-img{width:52px;min-width:48px;height:38px}.sn-di-title{font-size:9.5px}.sn-di-date{font-size:7.5px}}
