It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://profootballtalk.nbcsports.com/category/teams/nfc/detroit-lions/feed/

  1. <!DOCTYPE html>
  2. <html class="ConfirmationPage" lang="en-US"
  3.  
  4.  
  5. data-aside
  6.  
  7.  
  8. >
  9. <head>
  10.  
  11.    <!-- Checking for cookies (those get set on login), if present, set the var which Cross-Domain Consent will read from
  12.     this has to run before main script is loaded -->
  13.    <script>
  14.        var token = document.cookie.match(new RegExp('(^| )' + 'jwt' + '=([^;]+)'));
  15.        var id = document.cookie.match(new RegExp('(^| )' + 'prfl' + '=([^;]+)'));
  16.        if (token && id){
  17.            var OneTrust = {
  18.                dataSubjectParams: {
  19.                    id: id[2],
  20.                    isAnonymous: false,
  21.                    token : token[2]
  22.                }
  23.            };
  24.        }
  25.  
  26.    </script>
  27.    <!-- OneTrust Cookies Consent Notice start -->
  28.    <script src="https://cdn.cookielaw.org/consent/bc8ce68a-b6d0-4e2d-b6ba-5f0f1811d474/otSDKStub.js" integrity="sha384-HBsFIxpR4z9YyqI9Z7n6ZhKHEgXFXTrS62Q0SJRRvEgn2sSTsfRVc6fbJypKmntX" crossorigin="anonymous" data-domain-script="bc8ce68a-b6d0-4e2d-b6ba-5f0f1811d474">
  29.    </script>
  30.  
  31.    <script>
  32.      function OptanonWrapper() {
  33.        if (window.OneTrust.getGeolocationData().country === 'US') {
  34.          const otButton = document.getElementById('ot-sdk-btn')
  35.          if (otButton) {
  36.            otButton.setAttribute('data-privacy-icon', '')
  37.          }
  38.        }
  39.      }
  40.    </script>
  41.  
  42.    <script src="https://cdn.cookielaw.org/opt-out/otCCPAiab.js" ccpa-opt-out-ids="USP" ccpa-opt-out-geo="US" ccpa-opt-out-lspa="false">
  43.    </script>
  44.    <!-- OneTrust Cookies Consent Notice end -->
  45.  
  46.  
  47. <meta charset="UTF-8">
  48.  
  49.    <meta property="og:title" content="Page Not Found">
  50.  
  51.  
  52.    <meta property="og:site_name" content="NBC Sports">
  53.  
  54.  
  55.  
  56.    <meta property="og:type" content="website">
  57.  
  58.  
  59.    <meta name="twitter:card" content="summary_large_image">
  60.  
  61.    
  62.    
  63.    
  64.    
  65.  
  66.    
  67.    
  68.    <meta name="twitter:site" content="@NBCSports">
  69.  
  70.    
  71.    
  72.    <meta name="twitter:title" content="Page Not Found">
  73.  
  74.  
  75.    <meta property="fb:app_id" content="206053216266379">
  76.  
  77.  
  78.        <link data-cssvarsponyfill="true" class="Webpack-css" rel="stylesheet" href="https://nbcsports.brightspotcdn.com/resource/00000187-de45-d718-ada7-fe4596550000/styles/default/All.min.aadfc4eeddae4efb78b5f98c516d2c25.gz.css">
  79.    <style>
  80.    :root {
  81.        
  82.            
  83.        
  84.    }
  85.    </style>
  86.  
  87.    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"><title>Page Not Found - NBC Sports</title><meta name="brightspot.contentId" content="00000188-cf81-d18c-a7ef-dff59e680001"><link rel="apple-touch-icon" sizes="180x180"href="/apple-touch-icon.png"><link rel="icon" type="image/png"href="/favicon-32x32.png"><link rel="icon" type="image/png"href="/favicon-16x16.png"><script type="application/ld+json">{"@context":"http://schema.org","@type":"WebPage","@id":"#webpage","isPartOf":{"@id":"https://www.nbcsports.com/#website"},"inLanguage":"en-US","publisher":{"@type":"NewsMediaOrganization","name":"NBC Sports","logo":{"@type":"ImageObject","url":"https://nbcsports.brightspotcdn.com/76/a1/28ae939d488781e23e1813aaecb3/nbc-sports-logo-1.svg"},"url":"https://www.nbcsports.com"},"name":"Page Not Found - NBC Sports"}</script><!-- this will add webcomponent polyfills based on browsers. As of 04/29/21 still needed for IE11 and Safari -->
  88.    <script src="https://nbcsports.brightspotcdn.com/resource/00000187-de45-d718-ada7-fe4596550000/webcomponents-loader/webcomponents-loader.ce44f83d1399e8dd41e607b70e0642c9.gz.js"></script>
  89.  
  90.    <script>
  91.        /**
  92.            This allows us to load the IE polyfills via feature detection so that they do not load
  93.            needlessly in the browsers that do not need them. It also ensures they are loaded
  94.            non async so that they load before the rest of our JS.
  95.        */
  96.        var head = document.getElementsByTagName('head')[0];
  97.        if (!window.CSS || !window.CSS.supports || !window.CSS.supports('--fake-var', 0)) {
  98.            var script = document.createElement('script');
  99.            script.setAttribute('src', "https://nbcsports.brightspotcdn.com/resource/00000187-de45-d718-ada7-fe4596550000/util/IEPolyfills.min.6f55b73d48d7b1d4110f8cf5bcf18d0c.gz.js");
  100.            script.setAttribute('type', 'text/javascript');
  101.            script.async = false;
  102.            head.appendChild(script);
  103.        }
  104.    </script>
  105.  
  106.    <script>
  107.        
  108.        window.resourceBaseUrl = 'https://nbcsports.brightspotcdn.com/resource/webpack/'
  109.  
  110.        
  111.        
  112.  
  113.        
  114.        var waitForGlobal = function(variableName, callback, interval = 50, timeout = 5000) { let elapsedTime = 0;if (window[variableName] !== undefined) {callback();return;} const checkInterval = setInterval(() => { elapsedTime += interval; if (window[variableName] !== undefined) { clearInterval(checkInterval); callback(window[variableName]); } else if (elapsedTime >= timeout) { clearInterval(checkInterval); console.error(`Timeout: The variable '${variableName}' was not found within the specified time.`); }}, interval);}
  115.  
  116.        
  117.        var isBSPPreview = false
  118.        
  119.    </script>
  120.    
  121.        <script src="https://nbcsports.brightspotcdn.com/resource/00000187-de45-d718-ada7-fe4596550000/styles/default/All.min.cb58fa14fd97b140c5e392a2eb42a8c5.gz.js" async></script>
  122.    
  123.  
  124.    
  125.        
  126. <script type="text/plain" class="optanon-category-4">
  127.    window.mParticleIdentityCallback = function (result) {
  128.        if (!result) {
  129.            console.log('No result received!')
  130.            return
  131.        }
  132.        
  133.  
  134.        if (result.getUser()) {
  135.            //IDSync request succeeded, mutate attributes or query for the MPID as needed
  136.            
  137.            return;
  138.        }
  139.        let codes = window.mParticle.Identity.HTTPCodes;
  140.        switch(result.httpCode) {
  141.            case codes.noHttpCoverage:
  142.                // retry the IDSync request
  143.                
  144.                break;
  145.            case codes.activeIdentityRequest:
  146.                //inspect your implementation if this occurs frequency
  147.                //otherwise retry the IDSync request
  148.                
  149.                break;
  150.            case 429:
  151.                //inspect your implementation if this occurs frequency
  152.                //otherwise retry the IDSync request
  153.                
  154.                break;
  155.            case codes.validationIssue:
  156.            case 400:
  157.                console.log('mParticle Request Error Occurred!')
  158.                console.log(result.body);
  159.                // inspect result.body to determine why the request failed
  160.                // this typically means an implementation issue
  161.                break;
  162.            default:
  163.                
  164.        }
  165.    },
  166.    window.mParticle = {
  167.        config: {
  168.            isDevelopmentMode: false,
  169.            logLevel: "warning",
  170.            identifyRequest: {
  171.                userIdentities: {},
  172.            },
  173.            identityCallback: function (result) {
  174.                window.mParticleIdentityCallback(result)
  175.            },
  176.        },
  177.    };
  178.  
  179.    (
  180.    function(e){window.mParticle=window.mParticle||{};window.mParticle.EventType={Unknown:0,Navigation:1,Location:2,Search:3,Transaction:4,UserContent:5,UserPreference:6,Social:7,Other:8};window.mParticle.eCommerce={Cart:{}};window.mParticle.Identity={};window.mParticle.config=window.mParticle.config||{};window.mParticle.config.rq=[];window.mParticle.config.snippetVersion=2.3;window.mParticle.ready=function(e){window.mParticle.config.rq.push(e)};var i=["endSession","logError","logBaseEvent","logEvent","logForm","logLink","logPageView","setSessionAttribute","setAppName","setAppVersion","setOptOut","setPosition","startNewSession","startTrackingLocation","stopTrackingLocation"];var n=["setCurrencyCode","logCheckout"];var t=["identify","login","logout","modify"];i.forEach(function(e){window.mParticle[e]=o(e)});n.forEach(function(e){window.mParticle.eCommerce[e]=o(e,"eCommerce")});t.forEach(function(e){window.mParticle.Identity[e]=o(e,"Identity")});function o(i,n){return function(){if(n){i=n+"."+i}var e=Array.prototype.slice.call(arguments);e.unshift(i);window.mParticle.config.rq.push(e)}}var r,c,a=window.mParticle.config,s=a.isDevelopmentMode?1:0,l="?env="+s,w=window.mParticle.config.dataPlan;if(w){r=w.planId;c=w.planVersion;if(r){if(c&&(c<1||c>1e3)){c=null}l+="&plan_id="+r+(c?"&plan_version="+c:"")}}var d=window.mParticle.config.versions;var m=[];if(d){Object.keys(d).forEach(function(e){m.push(e+"="+d[e])})}var f=document.createElement("script");f.type="text/javascript";f.async=true;f.src=("https:"==document.location.protocol?"https://jssdkcdns":"http://jssdkcdn")+".mparticle.com/js/v2/"+e+"/mparticle.js"+l+"&"+m.join("&");var p=document.getElementsByTagName("script")[0];p.parentNode.insertBefore(f,p)}
  181.    )
  182.    ("us1-d26be8b82e8a5a4faf49eabd169d04f6");
  183.  
  184.    
  185.    //page load event
  186.    mParticle.logEvent(
  187.        'Page Load',
  188.        mParticle.EventType.Navigation, {
  189.        'Article ID': '00000188-cf81-d18c-a7ef-dff59e680001',
  190.        'Author': 'None',
  191.        'Business': 'NBCSports',
  192.        //Content_Hub: _satellite.getVar('dl_nbcs.contenthub'),
  193.        'League': 'None',
  194.        'Orientation': window.innerHeight > window.innerWidth
  195.            ? 'Portrait'
  196.            : 'Landscape',
  197.        'Page Name': document.title,
  198.        'Page Type': 'Page',
  199.        'Platform':
  200.            navigator.appVersion.match(/Windows Phone/i)
  201.                ? 'Windows Phone'
  202.                : navigator.appVersion.match(/Kindle|Silk/i)
  203.                    ? 'Kindle'
  204.                    : navigator.appVersion.match(/iPhone|iPad|iPod/i)
  205.                        ? 'iOS'
  206.                        : navigator.appVersion.match(/Mac OS|Macintosh/i)
  207.                            ? 'Mac OS X'
  208.                            : navigator.appVersion.match(/Windows/i)
  209.                                ? 'Windows'
  210.                                : navigator.appVersion.match(/Android/i)
  211.                                    ? 'Android'
  212.                                    : navigator.appVersion.match(/mobile|opera m/i)
  213.                                        ? 'Other Mobile'
  214.                                        : navigator.appVersion.match(/AppleTV|SMART-TV|SmartTV/i)
  215.                                            ? 'tvOS'
  216.                                            : navigator.appVersion.match(/Linux|X11/i) ? 'Linux' : 'Unknown OS',
  217.        'Player': 'None',
  218.        'Product': window.location.hostname || 'www.nbcsports.com',
  219.        'Published Date': '06/18/2023',
  220.        'Referring Page': document.referrer || 'None',
  221.        'Sport': 'None',
  222.        'Team': 'None',
  223.        //Site_Type: _satellite.getVar('dl_nbcs.sitetype'),
  224.        //Sub_Feature: _satellite.getVar('dl_nbcs.subfeature'),
  225.        //Sub_Feature_Detail: _satellite.getVar('dl_nbcs.subfeaturedetail'),
  226.        'URL': window.location.href,
  227.        //User_ID: _satellite.getVar('dl_nbcs.userid'),
  228.    });
  229.    
  230. </script>
  231. <script type="text/plain" class="optanon-category-4" class="admiral">!(function(j,_name){j[_name]=j[_name]||function e(){(e.q=e.q||[]).push(arguments)},j[_name].v=j[_name].v||2,j[_name].s="3";!(function(j,e,M,U){function T(M,U){try{T=j.localStorage,(M=JSON.parse(T[decodeURI(decodeURI('%67%2565%74%49%257%34%2565%6d'))]("_aQS01OTMzMkE4RUNDMzE4RjE0ODg5RjgyQUItOA")).lgk||[])&&(U=j[e].pubads())&&M.forEach((function(j){j&&j[0]&&U.setTargeting(j[0],j[1]||"")}))}catch(q){}var T}try{(U=j[e]=j[e]||{}).cmd=U.cmd||[],typeof U.pubads===M?T():typeof U.cmd.unshift===M?U.cmd.unshift(T):U.cmd.push(T)}catch(q){}})(window,decodeURI(decodeURI('%67%256fo%25%36%37%256c%65t%61%2567')),"function");;})(window,decodeURI(decodeURI('%61dm%2569%72%61%256c')));!(function(j,e,M,U,T,q,C,E,d,V,w,r,g,f,H,n,v,N,u,J,s,Z,S,Q){function x(M,q){navigator.onLine&&u&&(u=!1,(q=(function(j,e,M){if(!H)return!1;for(e=(j=H.getEntriesByType("resource")).length;M=j[--e];)if(!M.deliveryType&&M.transferSize>300&&M.fetchStart>n)return!0;return!1})())||(Q=8),!J&&N&&(Q=16),!J&&!q||(function(M,q,C){if(!/bot|spider|headlesschrome|java\//i.test(navigator.userAgent||"")&&(new(function(){M=(function h(e,t,r,n){if(!e||(function e(r,n,i,o){for(o=0;r&&o<r.length;o+=2)o>0&&(r[o+1]||[]).unshift(i),i=(n=t[r[o]])&&n(e,r[o+1]||[]);return i})(e))return r.apply(this,n||[])}([0,[[[1,[[2,[[[4,["%61%64%256d%62%65%6e%256%35%25%366%25%36%39t%2573"],3,[""]]]]]]]]]],[function c(e,t){for(var r=t[0]&&t[0].length>0,n=0;r&&n<t[0].length;n++)r=e(t[0][n]);return r},function a(e,t){return!e(t[0])},function o(e,t){for(var r=!1,n=0;!r&&t[0]&&n<t[0].length;n++)r=e(t[0][n]);return r},function u(e,t,r,n){return r=t[0]||"",(n=t[1]||"")?-1!==r.indexOf(n):!!r},function f(e,t,r){return(r=(document.cookie||"").match(new RegExp("(^|;\\s*)"+decodeURI(decodeURI(t[0]))+"\\s*=\\s*([^;]+)")))?r[2]:void 0}],function(d,c,e,f,i,m,y){e=d.createElement("div");e.innerHTML="<div class=\"DCDOr\"><div class=\"eRIqgq a__s1p0xe8r-0\"><div class=\"ezkXGa a__s1p0xe8r-0\"><div class=\"jozuUb\"><img src=\"https://nbcsports.brightspotcdn.com/78/7b/4d40c7eb4d0f996e8345b5330657/nbc-logo-for-header.svg\" class=\"hgqALM\"><\/img><\/div><div class=\"kdFgxO\"><h3 class=\"kMGqeO\">Disable Your Adblocker<\/h3><div class=\"eFEjHN\">We use ads to keep our content free. To access our site, disable your adblocker.<\/div><button data-stfhz-0 data-7j6c5mh81n=\"https://my.%67et%61d%6d%69ral.com/instructions\" class=\"cAnYvb a__s1p0xe8r-1\">Disable my adblocker<\/button><button data-stfhz-2 class=\"dDuvyE a__s1p0xe8r-1\">Continue without disabling<\/button><\/div><\/div><\/div><div class=\"idHFrh\"><span class=\"bRORkN\"><a href=\"https://ge%74a%64%6dira%6c.typeform.com/to/s8M2nY5H\" target=\"_blank\" class=\"dWdYmI\">Contact support<\/a><\/span><span class=\"bRORkN\">|<\/span><span class=\"bRORkN\"><a href=\"https://g%65%74%61%64%6d%69%72%61l.com/pb/\" target=\"_blank\" class=\"dWdYmI\">We're using <img src=\"https://pubgifs.com/412d3539333332413845434333313846313438383946383241422d38_logo.svg\" class=\"ggJJaU\"><\/img><\/a><\/span><\/div><\/div>";function onClose(){e.remove()}f=["click",function(e){var t=e.currentTarget.getAttribute("data-7j6c5mh81n"),r=e.currentTarget.parentElement,n=document.createElement("iframe");n.src=t,n.style="margin: 36px 0;outline: 0;border: 0;width: 100%;height: 400px;",r.replaceWith(n);var i=function(e){var t=e.data,o=t.goBack,c=t.blockerDisabled;o?(n.replaceWith(r),window.removeEventListener("message",i)):c&&window.location.reload()};window.addEventListener("message",i)},"click",onClose];for (i=0;i<f.length;i+=2){(m=e.querySelector('[data-stfhz-'+i+']'))&&m.addEventListener(f[i],f[i+1])}y=d.createElement("style");y[c](d.createTextNode(".DCDOr{all:initial;position:fixed;top:0;right:0;bottom:0;left:0;font-family:Arial;overflow:auto;background-color:rgba(255,255,255,1);z-index:2147483647;}.DCDOr .a__s1p0xe8r-0{width:100%;height:100%;margin:0 auto;}.DCDOr .a__s1p0xe8r-1{cursor:pointer;border:none;font-weight:700;}.eRIqgq{max-width:740px;position:relative;}.ezkXGa{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}.kdFgxO{display:inline-block;max-width:700px;width:100%;margin-top:48px;padding-top:48px;border-top:1px solid #121e401f;color:rgba(24,33,57,1);}.idHFrh{position:fixed;bottom:0;height:40px;width:100%;text-align:center;line-height:40px;font-size:13px;color:rgba(12,44,91,1);background-color:rgba(24,33,57,0.05);}.jozuUb{display:block;}.hgqALM{max-width:150px;max-height:150px;}.ggJJaU{height:15px;vertical-align:middle;}.kMGqeO{box-sizing:border-box;text-align:left;margin:0 0 5px;font-size:24px;line-height:28px;font-weight:500;}.eFEjHN{box-sizing:border-box;text-align:left;margin:0 0 15px;font-size:14px;line-height:22px;}.bRORkN{display:inline-block;margin-right:5px;line-height:40px;}.dWdYmI{-webkit-text-decoration:none;text-decoration:none;color:rgba(12,44,91,1);}.cAnYvb{width:100%;height:33px;background-color:rgba(41,98,255,1);color:rgba(244,244,246,1);border-radius:3px;margin-bottom:24px;}.dDuvyE{background-color:rgba(255,255,255,1);color:rgba(12,44,91,1);}"));d.body[c](y);d.body[c](e);window[decodeURI(decodeURI('%25%35%66%25%361%25%36%34%25%36%64S%2574%25%36%31%2574%256%39%256%33%25%34%35%25%36e%256%37%25%361g%25%36%35%52%25%365n%256%34e%72%25%36%35%25%364'))]=!0;return {"candidates":[{"batchID":"66ec4d4b899fac3121ce65ca","candidateID":"66ec4d4b899fac3121ce65c9","groups":["purpose:failsafe"],"payload":{"name":"Failsafe"},"payloadType":"template","simpleCriteria":{},"triggers":[{"type":"adblockerDisabled"}],"tsUpdated":1726762337.272}]}},[document,"appendChild"]))}),!V++)){q=e.sessionStorage;try{C=JSON.parse(q[U(U(w))]).slice(-4)}catch(E){C=[]}C.push([T(),{p:""+e.location,r:""+j.referrer,cs:M,t:1,fc:Q}]),q[U(U(w))]=JSON.stringify(C)}})())}H=e.performance,N=e.fetch,g=U(U('a%25%36%34%256%64i%257%32%25%361%256c')),u=!N,(function p(q,V,w,Z,S,Q){function a(){e[U(U('%2561%25%364%6dr%6c%4c%6fa%256%34e%64'))]&&M(f),Q||e[g]&&e[g].a&&"function"==typeof e[g].a.ready||o()}function o(j){S.removeChild(w),M(f),j&&!1===j.isTrusted||V>=4?(e.setTimeout(x,J!==undefined||u?0:Math.max(4e3-(T()-v),Math.max(2e3-((H&&H.now())-n),0))),u=!0):p(V<2?q:r,++V)}Q=q===r,w=j.createElement(C),Z=j[d](C)[0],S=Z.parentNode,w.async=1,w.src=q,1==V&&N&&(v=T(),N((function(M,U,T,q,C,E,V,w){for(U=(M=j[d]("link")).length,q=(e.origin||"").length||1;q&&(T=M[--U]);)if(C=(T.href||"").substring(0,q),V=0===(T.type||"").indexOf("image/"),w="icon"===T.rel||(T.rel||"").indexOf(" icon")>=0,(V||w)&&("/"===C[0]||C===e.origin)&&(E=T.href,V&&w))return T.href;return E||"/favicon.ico"})(),{mode:"no-cors",credentials:"omit",cache:"no-cache"}).then((function(){J=!0,x()}),(function(j){J=!1}))),s=0,1===V&&s?s(w,(function(j){j||a()})):w[E]&&(f=e.setTimeout(a,Q?3e4:6e3),w[E]("error",o),w[E]("load",a)),S.insertBefore(w,Z)})("https://airplanecoffee.com/dist/odd0or/2kzege.vendor.js",0),n=H&&H.now()})(document,window,clearTimeout,decodeURI,Date.now,0,"script","addEventListener","getElementsByTagName",0,'a%2566%25%373%25%37%36%25%36%39%25%373%69%74%257%33',"https://succeedscene.com/v9/adv/incl.js");</script>
  232. <!-- Start Freewheel Ad Head Script -->
  233. <script type="text/plain" class="optanon-category-4">
  234.    // Calculate page view random number
  235.    const precision = 8
  236.    let page_view_random_number = Math.round(Math.pow(10, precision) * Math.random())
  237.    // Load/populate unique visitor ID from local storage
  238.    if (!localStorage.getItem('_fw_vcid2')) {
  239.        localStorage.setItem('_fw_vcid2', '' + Math.round(Math.pow(10, precision) * Math.random()))
  240.    }
  241.    let fw_vcid2 = localStorage.getItem('_fw_vcid2')
  242.    window._fw_vcid2_key = fw_vcid2
  243.    window.csid_key = 'nbcsports_embed_on_domain'
  244.    
  245.    
  246.    window.sfid_key = '751525'
  247.    
  248. </script>
  249. <!-- End Freewheel Ad Head Script --><script type="text/plain" class="optanon-category-4">
  250.  
  251.  window.fbAsyncInit = function() {
  252.      FB.init({
  253.          
  254.              appId : '206053216266379',
  255.          
  256.          xfbml : true,
  257.          version : 'v2.9'
  258.      });
  259.  };
  260.  
  261.  (function(d, s, id){
  262.     var js, fjs = d.getElementsByTagName(s)[0];
  263.     if (d.getElementById(id)) {return;}
  264.     js = d.createElement(s); js.id = id;
  265.     js.src = "//connect.facebook.net/en_US/sdk.js";
  266.     fjs.parentNode.insertBefore(js, fjs);
  267.   }(document, 'script', 'facebook-jssdk'));
  268. </script>
  269.  
  270. <script>
  271.    
  272.        var analyticsMetadata = {"event":"Page Loaded","nbcs":{"business":"NBCSports","contenthub":"Page","contentid":"00000188-cf81-d18c-a7ef-dff59e680001","contenttitle":"Page Not Found","contenttype":"Page","publishdate":"06/18/2023|05:19","release_version":"2025.09.11"}};
  273.    
  274.  
  275.    window.appEventData = window.appEventData || [];
  276.  
  277.    if (analyticsMetadata) {
  278.        window.appEventData.push(analyticsMetadata);
  279.    }
  280.  
  281.    
  282.    if ((window.location.href.indexOf('localhost:8080') > -1) || (window.location.href.indexOf('.lower.nbc-sports.') > -1)) { window.s_account = 'nbcusportsgroupglobaldev,nbcusportsgroupnbcsportsdev' } else { window.s_account = 'nbcusportsgroupglobal,nbcusportsgroupnbcsports' }
  283.  
  284.    
  285.    window.s_linkInternalFilters = 'javascript:,nbcsports.com'
  286. </script>
  287.  
  288.    <script type="text/plain" class="optanon-category-6-7" src="https://assets.adobedtm.com/a2ef59fba8e9/ffbecea365ae/launch-20629b03d5f7.min.js" async></script>
  289.  
  290.  
  291.    <script type="text/plain" class="optanon-category-6-7" src="https://nbcsports.brightspotcdn.com/resource/00000187-de45-d718-ada7-fe4596550000/vendor/adobe/VideoHeartbeat.min.f03ec31d509c4b1c8367350bee700b05.gz.js" async></script>
  292.  
  293.  
  294.  
  295.  
  296. <script type="text/plain" class="optanon-category-4-6-7">
  297.    window._taboola = window._taboola || [];
  298.    _taboola.push({ category:'auto'});
  299.    !function (e, f, u, i) {
  300.        if (!document.getElementById(i)){
  301.        e.async = 1;
  302.        e.src = u;
  303.        e.id = i;
  304.        f.parentNode.insertBefore(e, f);
  305.    }
  306.    }(document.createElement('script'),
  307.    document.getElementsByTagName('script')[0],
  308.    '//cdn.taboola.com/libtrc/nbcsports-network/loader.js',
  309.    'tb_loader_script');
  310.    if(window.performance && typeof window.performance.mark == 'function')
  311.        {window.performance.mark('tbl_ic');}
  312. </script>
  313.  
  314.  
  315.  
  316. <!--START Lightbox Javascript-->
  317. <script async type="text/plain" class="optanon-category-4" src='https://www.lightboxcdn.com/vendor/ffc155a5-eba8-47bf-8e99-ed72cbcffdaf/lightbox_speed.js'></script>
  318. <!--END Lightbox Javascript-->
  319.  
  320.  
  321. <script type="text/plain" class="optanon-category-4-6-7">
  322.    var mpscall = {
  323.        "site": "nbcsports-v2-web", "type": "page"}
  324.    var mpsopts = {
  325.        "host": "mps.nbcuni.com",
  326.        "maxpathsegs": 100
  327.    }
  328.  
  329.    var mps = mps || {};
  330.    mps._ext = mps._ext || {};
  331.    mps._adsheld = [];
  332.    mps._queue = mps._queue || {};
  333.    mps._queue.mpsloaded = mps._queue.mpsloaded || [];
  334.    mps._queue.mpsinit = mps._queue.mpsinit || [];
  335.    mps._queue.gptloaded = mps._queue.gptloaded || [];
  336.    mps._queue.adload = mps._queue.adload || [];
  337.    mps._queue.adclone = mps._queue.adclone || [];
  338.    mps._queue.adview = mps._queue.adview || [];
  339.    mps._queue.refreshads = mps._queue.refreshads || [];
  340.    mps.__timer = Date.now() || function () {
  341.        return new Date
  342.    };
  343.    mps.__intcode = "v2";
  344.    if (typeof mps.getAd !== "function") mps.getAd = function (adunit) {
  345.        if (typeof adunit !== "string") return false;
  346.        var slotId = "mps-getad-" + adunit.replace(/\W/g, "");
  347.        if (!mps._ext || !mps._ext.loaded) {
  348.            mps._queue.gptloaded.push(function () {
  349.                typeof mps._gptfirst === "function" && mps._gptfirst(adunit, slotId);
  350.                mps.insertAd("#" + slotId, adunit)
  351.            });
  352.            mps._adsheld.push(adunit)
  353.        }
  354.        return '<div id="' + slotId + '" class="mps-wrapper" data-mps-fill-slot="' + adunit + '"></div>'
  355.    };
  356.    (function () {
  357.        head = document.head || document.getElementsByTagName("head") [0], mpsload = document.createElement("script");
  358.        mpsload.src = "//" + mpsopts.host + "/fetch/ext/load-" + mpscall.site + ".js? nowrite=2";
  359.        mpsload.id = "mps-load";
  360.        head.insertBefore(mpsload, head.firstChild)
  361.    })();
  362. </script>
  363.  
  364.  
  365.    
  366.    
  367.    
  368. </head>
  369.  
  370.  
  371. <body class="Page-body" data-user-notloggedin>
  372.    
  373.    <!-- Putting icons here, so we don't have to include in a bunch of -body hbs's -->
  374. <svg xmlns="http://www.w3.org/2000/svg" style="display:none" id="iconsMap">
  375.    <symbol id="annotation" viewBox="0 0 11 11">
  376.        <path fill-rule="evenodd" clip-rule="evenodd" d="M0 2C0 0.895431 0.895431 0 2 0H6C7.10457 0 8 0.895431 8 2V3H9C10.1046 3 11 3.89543 11 5V9C11 10.1046 10.1046 11 9 11H5C3.89543 11 3 10.1046 3 9V8H2C0.895431 8 0 7.10457 0 6V2ZM5 4H9C9.55228 4 10 4.44772 10 5V9C10 9.55228 9.55228 10 9 10H5C4.44772 10 4 9.55228 4 9V5C4 4.44772 4.44772 4 5 4Z" fill="currentColor"/>
  377.    </symbol>
  378.    <symbol id="arrow-down" viewBox="0 0 8 6" xmlns="http://www.w3.org/2000/svg">
  379.        <path d="M4 5.91699L0.25 0.916992L7.75 0.916992L4 5.91699Z" />
  380.    </symbol>
  381.    <symbol id="arrow-left" viewBox="0 0 12 11"  xmlns="http://www.w3.org/2000/svg">
  382.        <path d="M6.97247 1.26796C7.13181 1.11103 7.02069 0.839844 6.79705 0.839844L5.34549 0.839844C5.27984 0.839844 5.21683 0.865664 5.17006 0.911728L0.34719 5.66173C0.247758 5.75966 0.247757 5.92003 0.34719 6.01796L5.17006 10.768C5.21683 10.814 5.27984 10.8398 5.34549 10.8398L6.79705 10.8398C7.02069 10.8398 7.13181 10.5687 6.97247 10.4117L3.19284 6.6892L11.583 6.6892C11.7211 6.6892 11.833 6.57727 11.833 6.4392L11.833 5.24048C11.833 5.10241 11.7211 4.99048 11.583 4.99048L3.19284 4.99048L6.97247 1.26796Z"/>
  383.    </symbol>
  384.    <symbol id="arrow-right" viewBox="0 0 4 6" fill="none" xmlns="http://www.w3.org/2000/svg">
  385.        <path d="M3.75 3L0.75 0.75L0.75 5.25L3.75 3Z" fill="black"/>
  386.    </symbol>
  387.  
  388.    <symbol id="bookmark" viewBox="0 0 14 18"  xmlns="http://www.w3.org/2000/svg">
  389.        <path d="M1 1V17L7 13L13 17V1H1Z" stroke-width="1.5" stroke-linejoin="round"/>
  390.    </symbol>
  391.    <symbol id="bookmark-active" viewBox="0 0 14 18"  xmlns="http://www.w3.org/2000/svg">
  392.        <path d="M1 1V17L7 13L13 17V1H1Z" stroke-width="1.5" stroke-linejoin="round"/>
  393.    </symbol>
  394.    <symbol id="camera" width="17" height="16" viewBox="0 0 17 16" xmlns="http://www.w3.org/2000/svg">
  395.        <g>
  396.            <path fill-rule="evenodd" clip-rule="evenodd" d="M12.0613 2.68377C11.9251 2.27543 11.543 2 11.1126 2H5.88743C5.457 2 5.07486 2.27543 4.93875 2.68377L4.72793 3.31623C4.59182 3.72457 4.20968 4 3.77925 4H2.83336C2.28108 4 1.83336 4.44772 1.83336 5V11.9999L1.83336 11.9999L1.83334 12L1.83335 12L1.83336 12V13C1.83336 13.5523 2.28107 14 2.83336 14H14.1667C14.719 14 15.1667 13.5523 15.1667 13V5C15.1667 4.44772 14.719 4 14.1667 4H13.2208C12.7903 4 12.4082 3.72457 12.2721 3.31623L12.0613 2.68377ZM8.50003 10.6667C9.6046 10.6667 10.5 9.77124 10.5 8.66667C10.5 7.5621 9.6046 6.66667 8.50003 6.66667C7.39546 6.66667 6.50003 7.5621 6.50003 8.66667C6.50003 9.77124 7.39546 10.6667 8.50003 10.6667ZM8.50003 11.3333C9.97279 11.3333 11.1667 10.1394 11.1667 8.66667C11.1667 7.19391 9.97279 6 8.50003 6C7.02727 6 5.83336 7.19391 5.83336 8.66667C5.83336 10.1394 7.02727 11.3333 8.50003 11.3333ZM12.5 7.33333C12.8682 7.33333 13.1667 7.03486 13.1667 6.66667C13.1667 6.29848 12.8682 6 12.5 6C12.1318 6 11.8334 6.29848 11.8334 6.66667C11.8334 7.03486 12.1318 7.33333 12.5 7.33333Z"/>
  397.        </g>
  398.    </symbol>
  399.    <symbol id="calendar" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
  400.        <path fill-rule="evenodd" clip-rule="evenodd" d="M10.4999 1.33301C10.2238 1.33301 9.99992 1.55687 9.99992 1.83301V2.66634H5.99992V1.83301C5.99992 1.55687 5.77606 1.33301 5.49992 1.33301H5.16658C4.89044 1.33301 4.66658 1.55686 4.66658 1.83301V2.66634H2.33325C1.78097 2.66634 1.33325 3.11406 1.33325 3.66634V13.6663C1.33325 14.2186 1.78097 14.6663 2.33325 14.6663H13.6666C14.2189 14.6663 14.6666 14.2186 14.6666 13.6663V3.66634C14.6666 3.11406 14.2189 2.66634 13.6666 2.66634H11.3333V1.83301C11.3333 1.55687 11.1094 1.33301 10.8333 1.33301H10.4999ZM5.16659 4.66634C4.89044 4.66634 4.66658 4.44248 4.66658 4.16634L2.83325 4.16634V6.49967H13.1666V4.16634H11.3333C11.3333 4.44248 11.1094 4.66634 10.8333 4.66634H10.4999C10.2238 4.66634 9.99992 4.44248 9.99992 4.16634L5.99992 4.16634C5.99992 4.44248 5.77606 4.66634 5.49992 4.66634H5.16659ZM13.1666 7.99967H2.83325V13.1663H13.1666V7.99967Z" />
  401.    </symbol>
  402.  
  403.    <symbol id="caret-left" viewBox="0 0 24 24"  xmlns="http://www.w3.org/2000/svg">
  404.        <g>
  405.            <path d="M15.5 5L9 11.5L15.5 18" stroke-width="1.5"/>
  406.        </g>
  407.    </symbol>
  408.    <symbol id="caret-fat" viewBox="0 0 10 7"  xmlns="http://www.w3.org/2000/svg">
  409.        <g>
  410.            <path d="M4.54541 0.5L0.0454102 6.5L9.04541 6.5L4.54541 0.5Z"/>
  411.        </g>
  412.    </symbol>
  413.  
  414.    <symbol id="close-x" viewBox="0 0 14 14"  xmlns="http://www.w3.org/2000/svg">
  415.        <g>
  416.            <path fill-rule="nonzero" d="M6.336 7L0 .664.664 0 7 6.336 13.336 0 14 .664 7.664 7 14 13.336l-.664.664L7 7.664.664 14 0 13.336 6.336 7z"></path>
  417.        </g>
  418.    </symbol>
  419.    <symbol id="close-x-secondary" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  420.        <path d="M1.85449 18.146C1.94759 18.2391 2.05501 18.3 2.17676 18.3286C2.30566 18.3644 2.43099 18.3644 2.55273 18.3286C2.67448 18.3 2.7819 18.2391 2.875 18.146L10.0078 11.0239L17.1299 18.146C17.2158 18.2391 17.3197 18.3 17.4414 18.3286C17.5703 18.3644 17.6956 18.368 17.8174 18.3394C17.9463 18.3107 18.0573 18.2463 18.1504 18.146C18.2435 18.0529 18.3044 17.9455 18.333 17.8237C18.3617 17.702 18.3617 17.5802 18.333 17.4585C18.3044 17.3296 18.2435 17.2186 18.1504 17.1255L11.0283 10.0034L18.1504 2.87061C18.2435 2.77751 18.3044 2.67008 18.333 2.54834C18.3688 2.4266 18.3688 2.30485 18.333 2.18311C18.3044 2.0542 18.2435 1.94678 18.1504 1.86084C18.0501 1.76058 17.9391 1.69613 17.8174 1.66748C17.6956 1.63167 17.5703 1.63167 17.4414 1.66748C17.3197 1.69613 17.2158 1.76058 17.1299 1.86084L10.0078 8.98291L2.875 1.86084C2.7819 1.76058 2.6709 1.69613 2.54199 1.66748C2.42025 1.63167 2.2985 1.63167 2.17676 1.66748C2.05501 1.69613 1.94759 1.76058 1.85449 1.86084C1.76139 1.94678 1.69694 2.0542 1.66113 2.18311C1.63249 2.30485 1.63249 2.4266 1.66113 2.54834C1.69694 2.67008 1.76139 2.77751 1.85449 2.87061L8.97656 10.0034L1.85449 17.1255C1.76139 17.2186 1.69694 17.3296 1.66113 17.4585C1.63249 17.5802 1.63249 17.702 1.66113 17.8237C1.68978 17.9455 1.75423 18.0529 1.85449 18.146Z" fill="black"/>
  421.    </symbol>
  422.    <symbol id="close-x-dark" viewBox="0 0 9 8" xmlns="http://www.w3.org/2000/svg">
  423.        <rect x="0.556152" y="1.22186" width="1.6875" height="9.5625" transform="rotate(-45 0.556152 1.22186)" fill="white"/>
  424.        <rect x="1.68164" y="7.97186" width="1.6875" height="9.5625" transform="rotate(-135 1.68164 7.97186)" fill="white"/>
  425.    </symbol>
  426.    <symbol id="copy" viewBox="0 0 12 12">
  427.        <g fill-rule="evenodd">
  428.            <path d="M10.199 2.378c.222.205.4.548.465.897.062.332.016.614-.132.774L8.627 6.106c-.187.203-.512.232-.75-.014a.498.498 0 0 0-.706.028.499.499 0 0 0 .026.706 1.509 1.509 0 0 0 2.165-.04l1.903-2.06c.37-.398.506-.98.382-1.636-.105-.557-.392-1.097-.77-1.445L9.968.8C9.591.452 9.03.208 8.467.145 7.803.072 7.233.252 6.864.653L4.958 2.709a1.509 1.509 0 0 0 .126 2.161.5.5 0 1 0 .68-.734c-.264-.218-.26-.545-.071-.747L7.597 1.33c.147-.16.425-.228.76-.19.353.038.71.188.931.394l.91.843.001.001zM1.8 9.623c-.222-.205-.4-.549-.465-.897-.062-.332-.016-.614.132-.774l1.905-2.057c.187-.203.512-.232.75.014a.498.498 0 0 0 .706-.028.499.499 0 0 0-.026-.706 1.508 1.508 0 0 0-2.165.04L.734 7.275c-.37.399-.506.98-.382 1.637.105.557.392 1.097.77 1.445l.91.843c.376.35.937.594 1.5.656.664.073 1.234-.106 1.603-.507L7.04 9.291a1.508 1.508 0 0 0-.126-2.16.5.5 0 0 0-.68.734c.264.218.26.545.071.747l-1.904 2.057c-.147.16-.425.228-.76.191-.353-.038-.71-.188-.931-.394l-.91-.843z"></path>
  429.            <path d="M8.208 3.614a.5.5 0 0 0-.707.028L3.764 7.677a.5.5 0 0 0 .734.68L8.235 4.32a.5.5 0 0 0-.027-.707"></path>
  430.        </g>
  431.    </symbol>
  432.    <symbol id="download" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  433.        <g fill="none" fill-rule="evenodd">
  434.            <g>
  435.                <g>
  436.                    <g>
  437.                        <path d="M0 0H24V24H0z" transform="translate(-802.000000, -1914.000000) translate(0.000000, 1756.000000) translate(802.000000, 158.000000)"/>
  438.                        <path fill="currentColor" fill-rule="nonzero" d="M12 2C6.49 2 2 6.49 2 12s4.49 10 10 10 10-4.49 10-10S17.51 2 12 2zm-1 8V6h2v4h3l-4 4-4-4h3zm6 7H7v-2h10v2z" transform="translate(-802.000000, -1914.000000) translate(0.000000, 1756.000000) translate(802.000000, 158.000000)"/>
  439.                    </g>
  440.                </g>
  441.            </g>
  442.        </g>
  443.    </symbol>
  444.    <symbol id="email" viewBox="0 0 24 24"  xmlns="http://www.w3.org/2000/svg">
  445.        <g>
  446.            <path d="M2 5.49318L12 12.8265L22 5.49318C22 5.2208 21.7792 5 21.5068 5H2.49318C2.2208 5 2 5.2208 2 5.49318Z" />
  447.            <path d="M2 6.64016V18C2 18.5523 2.44772 19 3 19H21C21.5523 19 22 18.5523 22 18V6.64016L12 13.9735L2 6.64016Z" />
  448.        </g>
  449.    </symbol>
  450.    <symbol id="facebook" viewBox="0 0 24 24"  xmlns="http://www.w3.org/2000/svg">
  451.        <g>
  452.            <path d="M13.0414 13.6272V22H9.19527V13.6272H6V10.2322H9.19527V8.99704C9.19527 4.41124 11.1109 2 15.1642 2C16.4068 2 16.7175 2.1997 17.3979 2.36243V5.72041C16.6361 5.58728 16.4216 5.51331 15.6302 5.51331C14.6908 5.51331 14.1879 5.77959 13.7293 6.30473C13.2707 6.82988 13.0414 7.73965 13.0414 9.04142V10.2396H17.3979L16.2293 13.6346H13.0414V13.6272Z" />
  453.        </g>
  454.    </symbol>
  455.    <symbol id="instagram" viewBox="0 0 24 24"  xmlns="http://www.w3.org/2000/svg">
  456.        <g>
  457.            <path fill-rule="evenodd" clip-rule="evenodd" d="M18.6571 22H5.34292C3.50308 22 2 20.4969 2 18.6571V5.34292C2 3.50308 3.50308 2 5.34292 2H18.6571C20.4969 2 22 3.50308 22 5.34292V18.6571C22 20.5051 20.5051 22 18.6571 22ZM12.0041 17.1375C10.6324 17.1375 9.34288 16.6037 8.37368 15.6345C7.40449 14.6653 6.87061 13.3757 6.87061 12.0041C6.87061 10.6324 7.40449 9.34288 8.37368 8.37369C9.34288 7.40449 10.6324 6.87061 12.0041 6.87061C13.3757 6.87061 14.6653 7.40449 15.6345 8.37369C16.6037 9.34288 17.1375 10.6324 17.1375 12.0041C17.1375 13.3757 16.6037 14.6653 15.6345 15.6345C14.6571 16.6037 13.3757 17.1375 12.0041 17.1375ZM12.0041 7.96301C9.7782 7.96301 7.96301 9.76999 7.96301 12.0041C7.96301 14.2299 9.76999 16.0451 12.0041 16.0451C14.2299 16.0451 16.0451 14.2382 16.0451 12.0041C16.0369 9.7782 14.2299 7.96301 12.0041 7.96301ZM19.1241 5.71661C19.1241 6.26097 18.6828 6.70226 18.1385 6.70226C17.5941 6.70226 17.1528 6.26097 17.1528 5.71661C17.1528 5.17225 17.5941 4.73096 18.1385 4.73096C18.6828 4.73096 19.1241 5.17225 19.1241 5.71661Z"/>
  458.        </g>
  459.    </symbol>
  460.    <symbol id="linkedin" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
  461.        <path d="M9.245 7.318c-.704 0-1.273.57-1.273 1.273v4.454H4.79s.038-7.636 0-8.272h3.182v.945s.985-.919 2.507-.919c1.884 0 3.22 1.364 3.22 4.012v4.234h-3.182V8.591c0-.703-.57-1.273-1.272-1.273zM1.92 3.5h-.018C.94 3.5.318 2.748.318 1.921.318 1.075.96.386 1.94.386s1.583.712 1.603 1.557c0 .828-.622 1.557-1.622 1.557zm1.597 9.545H.336V4.773h3.181v8.272z" fill-rule="evenodd"/>
  462.    </symbol>
  463.    <symbol id="list" viewBox="0 0 18 14">
  464.        <path fill-rule="evenodd" clip-rule="evenodd" d="M0.666748 0.333252H2.33341V1.99992H0.666748V0.333252ZM2.33341 6.16659H0.666748V7.83325H2.33341V6.16659ZM2.33341 11.9999H0.666748V13.6666H2.33341V11.9999ZM17.3334 11.9999H4.00008V13.6666H17.3334V11.9999ZM4.00008 6.16659H17.3334V7.83325H4.00008V6.16659ZM17.3334 0.333252H4.00008V1.99992H17.3334V0.333252Z"/>
  465.    </symbol>
  466.    <symbol id="share" viewBox="0 0 18 14"  xmlns="http://www.w3.org/2000/svg">
  467.        <path d="M8.99935 9.82118C8.99935 9.68311 8.88742 9.57118 8.74935 9.57118H7.33268C5.96568 9.57066 4.62454 9.93992 3.45425 10.639C2.47679 11.2229 1.64958 12.0184 1.03275 12.9623C0.925876 13.1258 0.665916 13.0652 0.666017 12.8698C0.666017 8.39818 4.2622 4.75803 8.74877 4.62692C8.88679 4.62289 8.99935 4.51134 8.99935 4.37326V1.01678C8.99935 0.807742 9.24063 0.691016 9.40452 0.820764L17.0851 6.90121C17.2115 7.0013 17.2115 7.19314 17.0851 7.29323L9.40453 13.3737C9.24063 13.5034 8.99935 13.3867 8.99935 13.1777V9.82118Z" />
  468.    </symbol>
  469.    <symbol id="star" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
  470.        <g id="Favorite Star">
  471.            <path id="Star 1" d="M9.99999 2.76549L12.0527 6.78782L12.1683 7.01438L12.4195 7.05433L16.8793 7.76363L13.6882 10.9589L13.5085 11.1388L13.5481 11.3901L14.2517 15.8508L10.2267 13.8032L9.99999 13.6879L9.77328 13.8032L5.74832 15.8508L6.45189 11.3901L6.49152 11.1388L6.31178 10.9589L3.12064 7.76363L7.58044 7.05433L7.83164 7.01438L7.94726 6.78782L9.99999 2.76549Z"/>
  472.        </g>
  473.    </symbol>
  474.  
  475.    <symbol id="lock-locked" viewBox="0 0 24 24">
  476.        <g>
  477.            <path fill-rule="evenodd" clip-rule="evenodd" d="M12 2C8.68629 2 6 4.68629 6 8V10H5C4.44772 10 4 10.4477 4 11V20C4 20.5523 4.44772 21 5 21H19C19.5523 21 20 20.5523 20 20V11C20 10.4477 19.5523 10 19 10H18V8C18 4.68629 15.3137 2 12 2ZM16 10V8C16 5.79086 14.2091 4 12 4C9.79086 4 8 5.79086 8 8V10H16Z" />
  478.        </g>
  479.    </symbol>
  480.    <symbol id="lock-unlocked" viewBox="0 0 24 24">
  481.        <g>
  482.            <path fill-rule="evenodd" clip-rule="evenodd" d="M19.001 10C19.5528 10.0005 20 10.448 20 11V20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11C4 10.4477 4.44772 10 5 10H6V8C6 4.68629 8.68629 2 12 2C13.7841 2 15.3863 2.77867 16.4853 4.01469L15.0674 5.43258C14.3337 4.55686 13.2319 4 12 4C9.79086 4 8 5.79086 8 8V10L10.5 10H16H18L19 10C19.0003 10 19.0007 10 19.001 10Z" />
  483.        </g>
  484.    </symbol>
  485.    <symbol id="menu" viewBox="0 0 24 24" fill="none">
  486.        <path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.65C5 5.42909 5.17909 5.25 5.4 5.25H18.6C18.8209 5.25 19 5.42909 19 5.65V6.85C19 7.07091 18.8209 7.25 18.6 7.25H5.4C5.17909 7.25 5 7.07091 5 6.85V5.65ZM5 11.4C5 11.1791 5.17909 11 5.4 11H18.6C18.8209 11 19 11.1791 19 11.4V12.6C19 12.8209 18.8209 13 18.6 13H5.4C5.17909 13 5 12.8209 5 12.6V11.4ZM5.4 16.75C5.17909 16.75 5 16.9291 5 17.15V18.35C5 18.5709 5.17909 18.75 5.4 18.75H18.6C18.8209 18.75 19 18.5709 19 18.35V17.15C19 16.9291 18.8209 16.75 18.6 16.75H5.4Z" fill="currentColor"/>
  487.    </symbol>
  488.    <symbol id="nbc-logo" viewBox="0 0 67 39" xmlns="http://www.w3.org/2000/svg">
  489.        <path fill-rule="evenodd" clip-rule="evenodd" d="M34.2539 7.77251H36.1516C36.1516 7.77251 37.1651 7.77251 37.303 8.25052C37.1444 8.38001 36.9279 8.48545 36.6877 8.6024C35.7967 9.03626 34.5805 9.62848 34.7931 12.1946L37.9836 33.615L47.9516 9.88275C49.9905 4.58381 45.7107 0.158397 41.9143 0.0230842C41.7371 0.0103142 41.5591 4.5653e-09 41.3751 4.5653e-09C37.9675 -0.000122775 34.0627 2.47627 34.2539 7.77251ZM19.1222 9.94403C16.9482 4.02833 21.8331 0.154236 25.0863 0.0880536C28.8199 -0.324147 33.5015 2.53154 32.6853 8.71775L29.1584 33.6141L19.1222 9.94403ZM9.08452 22.4702C4.06775 19.1333 5.08063 13.4252 7.86363 10.9059C11.7979 7.57883 17.3607 8.72285 19.3941 13.9691L29.0982 36.2011L9.08452 22.4702ZM38.1207 36.1316L47.549 14.1665C49.0919 10.404 51.7536 9.08488 54.2405 9.08524C56.3457 9.08524 58.3329 10.0252 59.4152 11.2419C61.9968 13.827 62.7408 19.057 58.1287 22.3283L38.1207 36.1316ZM55.8899 25.4501L37.1 38.5746H60.2355C64.982 38.5746 68.0323 33.6804 66.6764 29.1894C65.7682 26.3666 63.0813 24.1507 59.9626 24.1475C58.6498 24.1481 57.2577 24.5435 55.8899 25.4501ZM30.1151 38.5785H7.32094C2.57014 38.5785 -1.16005 34.2256 0.333916 28.926C2.09642 24.2966 6.97886 22.6643 11.3207 25.454L30.1151 38.5785Z" fill="currentColor"/>
  490.    </symbol>
  491.    <symbol id="nbc-logo-rainbow" viewBox="0 0 67 40" xmlns="http://www.w3.org/2000/svg">
  492.        <path d="M47.8878 4.21326C48.9542 6.42065 48.3464 9.32118 47.1947 11.3046L38.3332 31.2457L38.2585 31.331L35.0594 11.07C34.8035 9.12923 36.8936 8.30813 38.1092 7.36972C38.0403 7.26645 37.9488 7.18017 37.8416 7.11737C37.7345 7.05457 37.6145 7.01688 37.4907 7.00715L34.5262 6.95384L34.4409 6.85786C34.4454 5.61318 34.7881 4.39313 35.4324 3.32815C36.0766 2.26316 36.9982 1.39329 38.0986 0.811545C39.3386 0.162838 40.7422 -0.106246 42.1342 0.0378853C43.5262 0.182017 44.8449 0.732978 45.9257 1.62199C46.7631 2.33872 47.4329 3.23059 47.8878 4.23459" fill="#645FAA"/>
  493.        <path d="M31.5741 3.50944C32.352 4.8767 32.6627 6.46035 32.4592 8.02018L28.8442 31.2137V31.2884L27.8951 29.4222L18.831 9.1612C18.4279 7.88819 18.3964 6.52659 18.7403 5.23631C19.0841 3.94603 19.789 2.78065 20.7721 1.87704C21.7552 0.973423 22.9757 0.369092 24.2904 0.135018C25.605 -0.099055 26.9591 0.0468492 28.1937 0.555596C29.5894 1.15588 30.7688 2.16779 31.5741 3.45612" fill="#C9234A"/>
  494.        <path d="M60.9536 13.2558C61.5187 14.3781 61.7778 15.6296 61.7047 16.884C61.6317 18.1384 61.2292 19.3514 60.5377 20.4005C59.6953 21.7655 58.309 22.4373 57.1467 23.3224L38.4319 36.1935L38.5598 35.5856L48.5091 13.1919C49.2214 11.9178 50.3053 10.8913 51.6161 10.2492C52.927 9.60715 54.4024 9.38004 55.8457 9.59819C56.9156 9.78946 57.9293 10.2171 58.813 10.8498C59.6966 11.4826 60.4279 12.3046 60.9536 13.2558Z" fill="#0089CF"/>
  495.        <path d="M18.3831 13.1493L28.7269 36.2042H28.5562L7.68739 21.8295C6.65526 20.9813 5.89203 19.8513 5.49065 18.5771C5.08926 17.3029 5.06704 15.9395 5.42668 14.6529C5.73219 13.5983 6.27561 12.6278 7.0151 11.8162C7.75459 11.0046 8.67044 10.3735 9.69216 9.97151C11.2905 9.3788 13.0478 9.3753 14.6485 9.96163C16.2492 10.548 17.5884 11.6857 18.4257 13.1706" fill="#F37021"/>
  496.        <path d="M66.4338 29.5392C66.9218 30.69 67.0989 31.9489 66.9473 33.1897C66.7957 34.4305 66.3208 35.6097 65.57 36.6092C64.8922 37.4825 64.0167 38.1824 63.0156 38.6515C62.0146 39.1205 60.9165 39.3452 59.8116 39.3071H37.5671L56.1966 26.3614C57.0646 25.8379 58.0339 25.5045 59.0403 25.3832C60.0467 25.262 61.0673 25.3556 62.0349 25.658C63.0024 25.9603 63.8948 26.4645 64.653 27.1372C65.4113 27.8099 66.0183 28.6359 66.4338 29.5605" fill="#0DB14B"/>
  497.        <path d="M0.574776 29.5394C0.0819805 30.6886 -0.09865 31.9476 0.0511466 33.189C0.200943 34.4305 0.675856 35.6104 1.42787 36.6094C2.10795 37.4829 2.98533 38.1828 3.98812 38.6518C4.99091 39.1207 6.09056 39.3454 7.19693 39.3073H29.4521L10.8333 26.3616C9.96687 25.8384 8.99921 25.5052 7.99435 25.3841C6.98949 25.263 5.97037 25.3568 5.0045 25.6593C4.03862 25.9617 3.14803 26.466 2.39172 27.1385C1.6354 27.8111 1.03062 28.6368 0.617431 29.5607" fill="#FDB913"/>
  498.    </symbol>
  499.    <symbol id="profile" viewBox="0 0 24 24"  xmlns="http://www.w3.org/2000/svg">
  500.        <g>
  501.            <path fill-rule="evenodd" clip-rule="evenodd" d="M12 11C14.4853 11 16.5 8.98528 16.5 6.5C16.5 4.01472 14.4853 2 12 2C9.51472 2 7.5 4.01472 7.5 6.5C7.5 8.98528 9.51472 11 12 11ZM8.87549 12C6.18283 12 4 14.1828 4 16.8755V21H20V16.8755C20 14.1828 17.8172 12 15.1245 12H8.87549Z" />
  502.        </g>
  503.    </symbol>
  504.    <symbol id="play" viewBox="0 0 24 24"  xmlns="http://www.w3.org/2000/svg">
  505.        <g>
  506.            <path d="M18.6758 10.6926C19.6953 11.2661 19.6953 12.7339 18.6758 13.3074L7.23539 19.7426C6.23549 20.305 5 19.5825 5 18.4352L5 5.56477C5 4.41753 6.23549 3.69496 7.23539 4.25741L18.6758 10.6926Z" />
  507.        </g>
  508.    </symbol>
  509.    <symbol id="pause" viewBox="0 0 24 24"  xmlns="http://www.w3.org/2000/svg">
  510.        <g>
  511.            <path fill-rule="evenodd" clip-rule="evenodd" d="M7 4C6.44772 4 6 4.44772 6 5V19C6 19.5523 6.44772 20 7 20H9C9.55228 20 10 19.5523 10 19V5C10 4.44772 9.55228 4 9 4H7ZM15 4C14.4477 4 14 4.44772 14 5V19C14 19.5523 14.4477 20 15 20H17C17.5523 20 18 19.5523 18 19V5C18 4.44772 17.5523 4 17 4H15Z" />
  512.        </g>
  513.    </symbol>
  514.    <symbol id="print" viewBox="0 0 12 12">
  515.        <g fill-rule="evenodd">
  516.            <path fill-rule="nonzero" d="M9 10V7H3v3H1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v3.132A2.868 2.868 0 0 1 9.132 10H9zm.5-4.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM3 0h6v2H3z"></path>
  517.            <path d="M4 8h4v4H4z"></path>
  518.        </g>
  519.    </symbol>
  520.    <symbol id="reddit" viewBox="0 0 24 24"  xmlns="http://www.w3.org/2000/svg">
  521.        <g>
  522.            <path fill-rule="evenodd" clip-rule="evenodd" d="M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM17.7363 10.3987C18.6158 10.3987 19.3378 11.1075 19.3378 12.0001C19.3378 12.6564 18.944 13.2209 18.3927 13.4703C18.4189 13.6278 18.432 13.7984 18.432 13.956C18.432 16.4369 15.5573 18.4321 12.0132 18.4321C8.46903 18.4321 5.59433 16.4237 5.59433 13.956C5.59433 13.7853 5.60745 13.6278 5.63371 13.4703C5.08239 13.2209 4.6886 12.6696 4.6886 12.0132C4.6886 11.1338 5.39743 10.4118 6.29003 10.4118C6.72321 10.4118 7.117 10.5824 7.40578 10.8581C8.52153 10.0574 10.0573 9.54546 11.7638 9.49295L12.5776 5.66002C12.5907 5.58126 12.6301 5.51562 12.6958 5.47624C12.7483 5.43686 12.827 5.42374 12.9058 5.43687L15.5705 6.0013C15.7542 5.62064 16.148 5.35811 16.5943 5.35811C17.2244 5.35811 17.7363 5.87004 17.7363 6.50011C17.7363 7.13018 17.2244 7.64212 16.5943 7.64212C15.9774 7.64212 15.4786 7.15644 15.4523 6.55262L13.0633 6.04068L12.3282 9.47982C14.0084 9.54546 15.518 10.0574 16.6206 10.845C16.9094 10.5693 17.3032 10.3987 17.7363 10.3987ZM9.47977 12.0001C8.8497 12.0001 8.33776 12.512 8.33776 13.1421C8.33776 13.7722 8.8497 14.2972 9.47977 14.2841C10.1098 14.2841 10.6218 13.7722 10.6218 13.1421C10.6218 12.512 10.1098 12.0001 9.47977 12.0001ZM12.0132 17.0144C12.4464 17.0144 13.9428 16.9619 14.7304 16.1743C14.8354 16.0562 14.8354 15.8724 14.7304 15.7543C14.6122 15.6361 14.4285 15.6361 14.3103 15.7543C13.8246 16.2531 12.7614 16.4237 12.0132 16.4237C11.265 16.4237 10.2149 16.2531 9.71605 15.7543C9.59791 15.6361 9.41413 15.6361 9.296 15.7543C9.17786 15.8724 9.17786 16.0562 9.296 16.1743C10.0705 16.9488 11.5669 17.0144 12.0132 17.0144ZM13.3783 13.1552C13.3783 13.7853 13.8903 14.2972 14.5203 14.2972C15.1504 14.2972 15.6623 13.7722 15.6623 13.1552C15.6623 12.5252 15.1504 12.0132 14.5203 12.0132C13.8903 12.0132 13.3783 12.5252 13.3783 13.1552Z" />
  523.        </g>
  524.    </symbol>
  525.    <symbol id="search" viewBox="0 0 24 24"  xmlns="http://www.w3.org/2000/svg">
  526.        <g>
  527.            <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5647 7.055C16.6384 9.12866 16.6384 12.4907 14.5647 14.5644C12.491 16.6381 9.12897 16.6381 7.05531 14.5644C4.98165 12.4907 4.98165 9.12866 7.05531 7.055C9.12897 4.98134 12.491 4.98134 14.5647 7.055ZM16.1192 15.0754C18.2731 12.4012 18.1085 8.4775 15.6254 5.99434C12.9659 3.33489 8.6541 3.33489 5.99465 5.99434C3.3352 8.65379 3.3352 12.9656 5.99465 15.6251C8.47774 18.1081 12.4013 18.2728 15.0755 16.119C15.1007 16.1554 15.1295 16.1901 15.1619 16.2225L18.5669 19.6275C18.8598 19.9203 19.3347 19.9203 19.6276 19.6275C19.9205 19.3346 19.9205 18.8597 19.6276 18.5668L16.2226 15.1618C16.1902 15.1294 16.1555 15.1006 16.1192 15.0754Z" />
  528.        </g>
  529.    </symbol>
  530.    <symbol id="tiktok" viewBox="0 0 512 512">
  531.        <path d="M412.19,118.66a109.27,109.27,0,0,1-9.45-5.5,132.87,132.87,0,0,1-24.27-20.62c-18.1-20.71-24.86-41.72-27.35-56.43h.1C349.14,23.9,350,16,350.13,16H267.69V334.78c0,4.28,0,8.51-.18,12.69,0,.52-.05,1-.08,1.56,0,.23,0,.47-.05.71,0,.06,0,.12,0,.18a70,70,0,0,1-35.22,55.56,68.8,68.8,0,0,1-34.11,9c-38.41,0-69.54-31.32-69.54-70s31.13-70,69.54-70a68.9,68.9,0,0,1,21.41,3.39l.1-83.94a153.14,153.14,0,0,0-118,34.52,161.79,161.79,0,0,0-35.3,43.53c-3.48,6-16.61,30.11-18.2,69.24-1,22.21,5.67,45.22,8.85,54.73v.2c2,5.6,9.75,24.71,22.38,40.82A167.53,167.53,0,0,0,115,470.66v-.2l.2.2C155.11,497.78,199.36,496,199.36,496c7.66-.31,33.32,0,62.46-13.81,32.32-15.31,50.72-38.12,50.72-38.12a158.46,158.46,0,0,0,27.64-45.93c7.46-19.61,9.95-43.13,9.95-52.53V176.49c1,.6,14.32,9.41,14.32,9.41s19.19,12.3,49.13,20.31c21.48,5.7,50.42,6.9,50.42,6.9V131.27C453.86,132.37,433.27,129.17,412.19,118.66Z"></path>
  532.    </symbol>
  533.    <symbol id="twitter" viewBox="0 0 1200 1227"  xmlns="http://www.w3.org/2000/svg">
  534.        <path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" />
  535.    </symbol>
  536.    <symbol id="icon-minus" viewBox="0 0 14 14">
  537.        <path d="M13, 8H1A1, 1, 0, 0, 1, 1, 6H13a1, 1, 0, 0, 1, 0, 2Z"/>
  538.    </symbol>
  539.    <symbol id="icon-plus" viewBox="0 0 14 14">
  540.        <path d="M13, 6H8V1A1, 1, 0, 0, 0, 6, 1V6H1A1, 1, 0, 0, 0, 1, 8H6v5a1, 1, 0, 0, 0, 2, 0V8h5a1, 1, 0, 0, 0, 0-2Z"/>
  541.    </symbol>
  542.    <symbol id="nbcsports" viewBox="0 0 56 33" xmlns="http://www.w3.org/2000/svg">
  543.        <path d="M40.0259 3.53686C40.9171 5.38987 40.4091 7.82475 39.4466 9.48977L32.0402 26.2295L31.9778 26.3011L29.304 9.29283C29.0901 7.66362 30.837 6.97433 31.853 6.18658C31.7954 6.09989 31.7189 6.02746 31.6294 5.97474C31.5399 5.92202 31.4396 5.89039 31.3361 5.88222L28.8584 5.83746L28.7871 5.7569C28.7909 4.71204 29.0773 3.68785 29.6158 2.79384C30.1542 1.89983 30.9244 1.16961 31.8441 0.681259C32.8805 0.136696 34.0536 -0.0891892 35.2171 0.0318032C36.3805 0.152796 37.4826 0.615305 38.386 1.36159C39.0859 1.96326 39.6457 2.71195 40.0259 3.55477" fill="#C9C9C9"/>
  544.        <path d="M26.3909 2.94615C27.0411 4.09391 27.3008 5.42333 27.1307 6.73274L24.1093 26.2028V26.2654L23.3161 24.6989L15.7404 7.69058C15.4035 6.62193 15.3772 5.47893 15.6646 4.39579C15.9519 3.31265 16.541 2.33437 17.3627 1.57582C18.1844 0.81727 19.2045 0.309958 20.3033 0.113463C21.402 -0.0830319 22.5338 0.0394488 23.5656 0.466521C24.7322 0.970439 25.7178 1.81989 26.3909 2.90139" fill="#C9C9C9"/>
  545.        <path d="M50.9445 11.1325C51.4167 12.0746 51.6333 13.1252 51.5723 14.1782C51.5112 15.2312 51.1748 16.2494 50.5969 17.1302C49.8928 18.276 48.7341 18.8399 47.7627 19.5829L32.1211 30.3877L32.228 29.8774L40.5435 11.0788C41.1389 10.0093 42.0448 9.14757 43.1403 8.60857C44.2359 8.06956 45.4691 7.87891 46.6753 8.06205C47.5695 8.22261 48.4168 8.58156 49.1553 9.11274C49.8939 9.64392 50.5051 10.3339 50.9445 11.1325Z" fill="#C9C9C9"/>
  546.        <path d="M15.3636 11.0373L24.0088 30.391H23.8662L6.42429 18.324C5.56165 17.612 4.92376 16.6634 4.58828 15.5938C4.25281 14.5241 4.23424 13.3796 4.53482 12.2995C4.79016 11.4142 5.24434 10.5996 5.8624 9.91826C6.48046 9.23696 7.24592 8.70718 8.09985 8.36969C9.43573 7.87214 10.9044 7.8692 12.2423 8.3614C13.5801 8.8536 14.6994 9.80871 15.3993 11.0552" fill="#C9C9C9"/>
  547.        <path d="M55.5267 24.797C55.9347 25.7631 56.0827 26.8198 55.956 27.8615C55.8293 28.9031 55.4323 29.893 54.8048 30.732C54.2383 31.4651 53.5066 32.0527 52.6699 32.4464C51.8332 32.8401 50.9155 33.0288 49.992 32.9968H31.4004L46.9707 22.1294C47.6962 21.6899 48.5062 21.4101 49.3474 21.3083C50.1885 21.2065 51.0415 21.2851 51.8502 21.5389C52.6588 21.7927 53.4047 22.216 54.0384 22.7807C54.6722 23.3454 55.1795 24.0387 55.5267 24.8149" fill="#C9C9C9"/>
  548.        <path d="M0.480391 24.7964C0.0685183 25.7611 -0.0824504 26.818 0.0427476 27.8601C0.167946 28.9023 0.564872 29.8927 1.1934 30.7314C1.76179 31.4646 2.4951 32.0522 3.33322 32.4459C4.17134 32.8395 5.09041 33.0281 6.0151 32.9962H24.6157L9.05429 22.1287C8.33018 21.6895 7.52142 21.4098 6.68157 21.3082C5.84173 21.2065 4.98996 21.2853 4.18269 21.5392C3.37543 21.7931 2.63109 22.2163 1.99897 22.781C1.36685 23.3456 0.861379 24.0387 0.516041 24.8143" fill="#C9C9C9"/>
  549.    </symbol>
  550.    <symbol id="quotes" viewBox="0 0 27 21" xmlns="http://www.w3.org/2000/svg">
  551.        <path d="M26.5107 21V10.8742H21.3509V8.45283C21.3509 5.4151 22.4629 4.31447 25.6211 4.31447H27V0H25.1763C19.4827 0 16.6359 2.64151 16.6359 8.32076V21H26.5107ZM0 21H9.87479V10.8742H4.71499V8.45283C4.71499 5.4151 5.82702 4.31447 8.98517 4.31447H10.4086V0H8.54036C2.84679 0 0 2.64151 0 8.32076V21Z" fill="black"/>
  552.    </symbol>
  553.    <symbol id="alert" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
  554.        <path fill-rule="evenodd" clip-rule="evenodd" d="M23 11.9999C23 18.075 18.0751 22.9999 12 22.9999C5.92487 22.9999 1 18.075 1 11.9999C1 5.92475 5.92487 0.999878 12 0.999878C18.0751 0.999878 23 5.92475 23 11.9999ZM13.5861 4.49994H10.1639V7.4166L10.7861 13.7944H12.9639L13.5861 7.4166V4.49994ZM13.625 15.3499H10.125V18.4999H13.625V15.3499Z"/>
  555.    </symbol>
  556.    <symbol id="dot" width="4" height="10" viewBox="0 0 4 10" xmlns="http://www.w3.org/2000/svg">
  557.        <circle cx="2" cy="2.5" r="2" fill="#6A6A6A"/>
  558.    </symbol>
  559.    <symbol id="curved-arrow" viewBox="0 0 18 14">
  560.        <path d="M9.00033 9.82118C9.00033 9.68311 8.8884 9.57118 8.75033 9.57118H7.33366C5.96666 9.57066 4.62552 9.93992 3.45522 10.639C2.47777 11.2229 1.65056 12.0184 1.03372 12.9623C0.926852 13.1258 0.666892 13.0652 0.666993 12.8698C0.666993 8.39818 4.26317 4.75803 8.74975 4.62692C8.88776 4.62289 9.00033 4.51134 9.00033 4.37326V1.01678C9.00033 0.807742 9.24161 0.691016 9.4055 0.820764L17.0861 6.90121C17.2125 7.0013 17.2125 7.19314 17.0861 7.29323L9.4055 13.3737C9.24161 13.5034 9.00033 13.3867 9.00033 13.1777V9.82118Z" fill="black"/>
  561.    </symbol>
  562.    <symbol id="icon-24-expand" viewBox="0 0 24 24">
  563.        <g fill="none" fill-rule="evenodd">
  564.            <path fill="currentColor" d="M0 0H24V24H0z"></path>
  565.            <path fill="#ffffff" fill-rule="nonzero" d="M6.017 5.167h3.237c.321 0 .58-.259.58-.58V4.58c0-.32-.259-.579-.58-.579H4.58C4.26 4 4 4.258 4 4.58v4.674c0 .321.258.58.58.58h.008c.32 0 .579-.259.579-.58V6.017l4.879 4.846c.108.108.254.166.408.166.154 0 .3-.058.409-.17.225-.226.225-.592 0-.817L6.017 5.167zM19.42 4h-4.675c-.321 0-.58.258-.58.58v.008c0 .32.259.579.58.579h3.237l-4.846 4.879c-.225.225-.225.591 0 .817.109.108.255.17.409.17.154 0 .3-.058.408-.166l4.88-4.85v3.237c0 .321.258.58.579.58h.008c.32 0 .579-.259.579-.58V4.58c0-.32-.258-.579-.58-.579zm-8.967 8.967c-.154 0-.3.058-.408.166l-4.88 4.85v-3.237c0-.321-.258-.58-.579-.58H4.58c-.32 0-.579.259-.579.58v4.675c0 .32.258.579.58.579h4.674c.321 0 .58-.258.58-.58v-.008c0-.32-.259-.579-.58-.579H6.017l4.846-4.879c.225-.225.225-.591 0-.817-.109-.108-.255-.17-.409-.17zm8.967 1.2h-.008c-.321 0-.58.258-.58.579v3.237l-4.879-4.846c-.108-.108-.254-.166-.408-.166-.154 0-.3.058-.409.17-.225.226-.225.592 0 .817l4.846 4.875h-3.237c-.321 0-.58.259-.58.58v.008c0 .32.259.579.58.579h4.675c.32 0 .579-.258.579-.58v-4.674c0-.321-.258-.58-.58-.58z"></path>
  566.        </g>
  567.    </symbol>
  568.    <symbol id="gear" viewBox="0 0 14 14">
  569.        <path d="M0.421382 8.16919C0.3018 7.44968 0.3018 6.71537 0.421382 5.99586C1.15605 6.01319 1.81605 5.66119 2.07272 5.04186C2.32938 4.42186 2.11138 3.70586 1.57938 3.19986C2.00366 2.60605 2.52309 2.08639 3.11672 1.66186C3.62338 2.19386 4.33938 2.41186 4.95938 2.15519C5.57938 1.89853 5.93072 1.23786 5.91272 0.50386C6.63266 0.38413 7.36744 0.38413 8.08738 0.50386C8.06938 1.23853 8.42138 1.89853 9.04072 2.15519C9.66072 2.41186 10.3767 2.19386 10.8827 1.66186C11.4765 2.08614 11.9962 2.60557 12.4207 3.19919C11.8887 3.70586 11.6707 4.42186 11.9274 5.04186C12.184 5.66186 12.8447 6.01319 13.5787 5.99519C13.6984 6.71514 13.6984 7.44991 13.5787 8.16986C12.844 8.15186 12.184 8.50386 11.9274 9.12319C11.6707 9.74319 11.8887 10.4592 12.4207 10.9652C11.9964 11.559 11.477 12.0787 10.8834 12.5032C10.3767 11.9712 9.66072 11.7532 9.04072 12.0099C8.42072 12.2665 8.06938 12.9272 8.08738 13.6612C7.36744 13.7809 6.63266 13.7809 5.91272 13.6612C5.93072 12.9265 5.57872 12.2665 4.95938 12.0099C4.33938 11.7532 3.62338 11.9712 3.11738 12.5032C2.52357 12.0789 2.00391 11.5595 1.57938 10.9659C2.11138 10.4592 2.32938 9.74319 2.07272 9.12319C1.81605 8.50319 1.15538 8.15186 0.421382 8.16986V8.16919ZM7.00005 9.08253C7.53048 9.08253 8.03919 8.87181 8.41426 8.49674C8.78934 8.12167 9.00005 7.61296 9.00005 7.08253C9.00005 6.55209 8.78934 6.04339 8.41426 5.66831C8.03919 5.29324 7.53048 5.08253 7.00005 5.08253C6.46962 5.08253 5.96091 5.29324 5.58583 5.66831C5.21076 6.04339 5.00005 6.55209 5.00005 7.08253C5.00005 7.61296 5.21076 8.12167 5.58583 8.49674C5.96091 8.87181 6.46962 9.08253 7.00005 9.08253Z" fill="white"/>
  570.    </symbol>
  571.    <symbol id="out-menu" viewBox="0 0 16 16">
  572.        <path d="M11.3333 4.66669L4.66667 11.3334M11.3333 4.66669H4.66667M11.3333 4.66669V11.3334" fill="currentColor" stroke-width="1.5" />
  573.    </symbol>
  574.    <symbol id="soccer-ball" viewBox="0 0 12 12">
  575.        <path fill-rule="evenodd" clip-rule="evenodd" d="M5.16759 2.119L4.24042 1.45352C3.90154 1.21029 3.75108 0.788614 3.85692 0.394789C2.80932 0.795484 1.90277 1.48138 1.23225 2.3575C1.47261 2.46771 1.66464 2.67013 1.75541 2.92843L2.20045 4.19477C2.24505 4.32168 2.26204 4.45305 2.25368 4.58165L3.71055 5.0112C3.78185 4.86462 3.88944 4.73439 4.02862 4.63501L5.16759 3.82172L5.16759 2.119ZM3.76144 6.06872L1.66806 5.4515L0.769966 6.11796C0.546612 6.2837 0.270729 6.3473 0.00756836 6.30744C0.0662801 7.47371 0.458003 8.55218 1.08957 9.4497C1.25517 9.11849 1.59704 8.89915 1.98007 8.89222L3.343 8.86756C3.47703 8.86513 3.60674 8.88889 3.7262 8.93476L4.31906 7.57519C4.25129 7.48745 4.19741 7.38746 4.16121 7.27796L3.76144 6.06872ZM4.75331 10.7968L4.4194 9.84669L5.24034 7.96407H6.76892C6.85154 7.96407 6.93239 7.95392 7.01005 7.93463L7.80973 9.31003C7.76085 9.37893 7.7203 9.45469 7.68979 9.53619L7.2204 10.7904C7.08456 11.1534 7.17587 11.5557 7.44501 11.8256C6.98215 11.9401 6.4981 12.0008 5.99987 12.0008C5.48927 12.0008 4.99357 11.937 4.5203 11.817C4.7848 11.5501 4.87942 11.1557 4.75331 10.7968ZM7.74248 7.20506L8.71988 8.88612L10.0424 8.93594C10.4093 8.94975 10.7328 9.15769 10.8962 9.46946C11.5769 8.51029 11.9829 7.34244 11.9993 6.08063C11.7118 6.16405 11.395 6.11907 11.1399 5.94388L10.0185 5.17373C9.93748 5.11811 9.8669 5.05223 9.80765 4.9788L8.26978 5.43224C8.27163 5.5423 8.25528 5.65392 8.21931 5.76272L7.74248 7.20506ZM10.0294 2.79968L9.66388 3.97868L7.73024 4.5488L6.52091 3.68527C6.41235 3.60775 6.29215 3.55444 6.16759 3.52534L6.16759 2.40492C6.29217 2.37557 6.41219 2.32246 6.52045 2.24555L7.63043 1.45704C7.98313 1.20649 8.13101 0.760224 7.99689 0.351118L7.99319 0.339844C9.02582 0.703444 9.92903 1.34159 10.6152 2.16666C10.3394 2.2781 10.1201 2.50692 10.0294 2.79968Z" fill="currentColor"/>
  576.        <circle cx="6" cy="6" r="5.5" stroke="currentColor" fill="transparent"/>
  577.    </symbol>
  578.    <symbol id="substitution-icon" viewBox="0 0 20 20">
  579.        <path d="M7.01434 2.2412C7.13954 2.11789 7.05223 1.90482 6.87651 1.90482L5.736 1.90482C5.68442 1.90482 5.63491 1.92511 5.59816 1.9613L1.80876 5.69344C1.73064 5.77039 1.73064 5.8964 1.80876 5.97334L5.59816 9.70548C5.63491 9.74168 5.68442 9.76196 5.736 9.76196L6.87651 9.76196C7.05223 9.76196 7.13954 9.54889 7.01434 9.42559L4.04463 6.50075L12.3036 6.50075C12.4121 6.50075 12.5 6.4128 12.5 6.30432L12.5 5.36247C12.5 5.25398 12.4121 5.16604 12.3036 5.16604L4.04463 5.16604L7.01434 2.2412Z" fill="currentColor"/>
  580.        <path d="M12.9857 17.5208C12.8605 17.6441 12.9478 17.8571 13.1235 17.8571L14.264 17.8571C14.3156 17.8571 14.3651 17.8369 14.4018 17.8007L18.1912 14.0685C18.2694 13.9916 18.2694 13.8656 18.1912 13.7886L14.4018 10.0565C14.3651 10.0203 14.3156 10 14.264 10L13.1235 10C12.9478 10 12.8605 10.2131 12.9857 10.3364L15.9554 13.2612L7.69643 13.2612C7.58794 13.2612 7.5 13.3492 7.5 13.4576L7.5 14.3995C7.5 14.508 7.58794 14.5959 7.69643 14.5959L15.9554 14.5959L12.9857 17.5208Z" fill="currentColor"/>
  581.    </symbol>
  582.    <symbol id="card-red" viewBox="0 0 15 20">
  583.        <rect x="0.5" width="14" height="20" rx="1" fill="#FF5348"/>
  584.    </symbol>
  585.    <symbol id="card-yellow" viewBox="0 0 15 20">
  586.        <rect x="0.5" width="14" height="20" rx="1" fill="#F4D013"/>
  587.    </symbol>
  588.  
  589.    <symbol id="link-out" viewBox="0 0 12 12" fill="none">
  590.        <path fill-rule="evenodd" clip-rule="evenodd" d="M7.80429 0.609863H11.7373V4.54627H11.0569V1.77124L5.17832 7.64986L4.69727 7.16881L10.5759 1.29018H7.80429V0.609863Z" />
  591.        <path fill-rule="evenodd" clip-rule="evenodd" d="M1.07715 1.63867H1.07754H1.73386H5.58819V2.29504H1.73386V10.6608H10.1009V6.80737H10.7572V11.3187H10.1009V11.3171H1.07769V11.0083H1.07754V2.29504H1.07715V1.63867Z" />
  592.    </symbol>
  593. </svg>
  594.  
  595.  
  596. <bsp-header class="Page-header" data-color-inverse>
  597.    <a href="#Page-content" class="Page-skipNav sr-only">Skip navigation</a>
  598.    <div class="Page-header-hamburger-menu">
  599.        <div class="Page-header-hamburger-menu-header">
  600.            <div class="Page-header-logo"><a aria-label="home page" href="/"  >
  601.    
  602.        <img class="PageLogo-image" src="https://nbcsports.brightspotcdn.com/76/a1/28ae939d488781e23e1813aaecb3/nbc-sports-logo-1.svg" alt="nbc-sports-logo-yello.svg" width="400" >
  603.    
  604.    </a>
  605. </div>
  606.            <div class="Icon-button Page-header-hamburger-menu-close" data-theme="gray"><svg class="close-x"><use xlink:href="#close-x"></use></svg></div>
  607.        </div>
  608.  
  609.        <div class="Page-header-hamburger-menu-wrapper">
  610.            <div class="Page-header-hamburger-menu-content">
  611.                
  612.                    <bsp-search-overlay class="SearchOverlay SearchOverlay-mobile">
  613.    <div class="SearchOverlay-search-overlay">
  614.      <form class="SearchOverlay-search-form" action="https://www.nbcsports.com/nfl/feed/rumor-mill/#nt=navsearch" novalidate="" autocomplete="off">
  615.          <label class="SearchOverlay-search-label">
  616.              <input placeholder="Keyword Search..."  type="text" class="SearchOverlay-search-input" name="q" required="true">
  617.              
  618.              <span class="sr-only">
  619.                  Search Query
  620.              </span>
  621.            <button type="submit" class="SearchOverlay-search-submit">
  622.                <svg>
  623.                    <use xlink:href="#search"></use>
  624.                </svg>
  625.                <span class="sr-only">Submit Search</span>
  626.            </button>
  627.  
  628.              <div class="SearchOverlay-search-form-clear">
  629.                  <svg>
  630.                      <use xlink:href="#close-x-dark"></use>
  631.                  </svg>
  632.              </div>
  633.          </label>
  634.      </form>
  635.  
  636.        
  637.            <div class="SearchOverlay-module-wrapper">
  638.                
  639.                    <div class="SearchResultsModule" data-fragment-params="_fragmentId=00000188-ca97-d8d1-a3aa-cebf64dc0004&amp;_fragmentParent=00000188-ca97-d8d1-a3aa-cebf64dc0004&amp;_fragmentSignature=81fb56f19826788b41c3709a1c25ea0091feb74b&amp;_fragmentContext=WyIvcGFnZS9QYWdlLmhicyIsIi9wYWdlL0NvbmZpcm1hdGlvblBhZ2UuaGJzIiwiaGVhZGVyU2VhcmNoIiwiaGVhZGVyU2VhcmNoOjAiLCIvc2VhcmNoL1NlYXJjaFJlc3VsdHNNb2R1bGUuaGJzIiwiZnJhZ21lbnRQYXJhbXMiXQ==" >
  640.    <div class="Icon-button SearchResultsModule-close" data-theme="outline"><svg class="close-x"><use xlink:href="#close-x"></use></svg></div>
  641.  
  642.    <div class="SearchResultsModule-container" data-search-results-ajax>
  643.        
  644.            <div class="SearchResultsModule-initialContent">
  645.                
  646.                    
  647.                        
  648.    <div class="PageListIcon"
  649. >
  650.  
  651.        <div class="PageListIcon-items">
  652.            
  653.                <div class="PageListIcon-items-item">
  654.                    <div class="PagePromo" data-no-media
  655. >
  656.    
  657.        
  658.            
  659.  
  660.        
  661.    
  662.  
  663.    
  664.        <div class="PagePromo-content">
  665.            
  666.    <div class="PagePromo-title">
  667.        <a class="Link" href="https://www.nbcsports.com/mlb">MLB</a>
  668.    </div>
  669.  
  670.  
  671.  
  672.            
  673.  
  674.  
  675.            
  676.  
  677.  
  678.            
  679.  
  680.        </div>
  681.    
  682. </div>
  683.                </div>
  684.            
  685.                <div class="PageListIcon-items-item">
  686.                    <div class="PagePromo" data-no-media
  687. >
  688.    
  689.        
  690.            
  691.  
  692.        
  693.    
  694.  
  695.    
  696.        <div class="PagePromo-content">
  697.            
  698.    <div class="PagePromo-title">
  699.        <a class="Link" href="https://www.nbcsports.com/nfl">NFL</a>
  700.    </div>
  701.  
  702.  
  703.  
  704.            
  705.  
  706.  
  707.            
  708.  
  709.  
  710.            
  711.  
  712.        </div>
  713.    
  714. </div>
  715.                </div>
  716.            
  717.                <div class="PageListIcon-items-item">
  718.                    <div class="PagePromo" data-no-media
  719. >
  720.    
  721.        
  722.            
  723.  
  724.        
  725.    
  726.  
  727.    
  728.        <div class="PagePromo-content">
  729.            
  730.    <div class="PagePromo-title">
  731.        <a class="Link" href="https://www.nbcsports.com/nba">NBA</a>
  732.    </div>
  733.  
  734.  
  735.  
  736.            
  737.  
  738.  
  739.            
  740.  
  741.  
  742.            
  743.  
  744.        </div>
  745.    
  746. </div>
  747.                </div>
  748.            
  749.                <div class="PageListIcon-items-item">
  750.                    <div class="PagePromo" data-no-media
  751. >
  752.    
  753.        
  754.            
  755.  
  756.        
  757.    
  758.  
  759.    
  760.        <div class="PagePromo-content">
  761.            
  762.    <div class="PagePromo-title">
  763.        <a class="Link" href="https://www.nbcsports.com/nhl">NHL</a>
  764.    </div>
  765.  
  766.  
  767.  
  768.            
  769.  
  770.  
  771.            
  772.  
  773.  
  774.            
  775.  
  776.        </div>
  777.    
  778. </div>
  779.                </div>
  780.            
  781.                <div class="PageListIcon-items-item">
  782.                    <div class="PagePromo" data-no-media
  783. >
  784.    
  785.        
  786.            
  787.  
  788.        
  789.    
  790.  
  791.    
  792.        <div class="PagePromo-content">
  793.            
  794.    <div class="PagePromo-title">
  795.        <a class="Link" href="https://www.nbcsports.com/nascar">NASCAR </a>
  796.    </div>
  797.  
  798.  
  799.  
  800.            
  801.  
  802.  
  803.            
  804.  
  805.  
  806.            
  807.  
  808.        </div>
  809.    
  810. </div>
  811.                </div>
  812.            
  813.                <div class="PageListIcon-items-item">
  814.                    <div class="PagePromo" data-no-media
  815. >
  816.    
  817.        
  818.            
  819.  
  820.        
  821.    
  822.  
  823.    
  824.        <div class="PagePromo-content">
  825.            
  826.    <div class="PagePromo-title">
  827.        <a class="Link" href="https://www.nbcsports.com/soccer/premier-league">Premier League</a>
  828.    </div>
  829.  
  830.  
  831.  
  832.            
  833.  
  834.  
  835.            
  836.  
  837.  
  838.            
  839.  
  840.        </div>
  841.    
  842. </div>
  843.                </div>
  844.            
  845.                <div class="PageListIcon-items-item">
  846.                    <div class="PagePromo" data-no-media
  847. >
  848.    
  849.        
  850.            
  851.  
  852.        
  853.    
  854.  
  855.    
  856.        <div class="PagePromo-content">
  857.            
  858.    <div class="PagePromo-title">
  859.        <a class="Link" href="https://www.nbcsports.com/college-football">College Football </a>
  860.    </div>
  861.  
  862.  
  863.  
  864.            
  865.  
  866.  
  867.            
  868.  
  869.  
  870.            
  871.  
  872.        </div>
  873.    
  874. </div>
  875.                </div>
  876.            
  877.                <div class="PageListIcon-items-item">
  878.                    <div class="PagePromo" data-no-media
  879. >
  880.    
  881.        
  882.            
  883.  
  884.        
  885.    
  886.  
  887.    
  888.        <div class="PagePromo-content">
  889.            
  890.    <div class="PagePromo-title">
  891.        <a class="Link" href="https://www.nbcsports.com/mens-college-basketball">Men’s College Basketball </a>
  892.    </div>
  893.  
  894.  
  895.  
  896.            
  897.  
  898.  
  899.            
  900.  
  901.  
  902.            
  903.  
  904.        </div>
  905.    
  906. </div>
  907.                </div>
  908.            
  909.                <div class="PageListIcon-items-item">
  910.                    <div class="PagePromo" data-no-media
  911. >
  912.    
  913.        
  914.            
  915.  
  916.        
  917.    
  918.  
  919.    
  920.        <div class="PagePromo-content">
  921.            
  922.    <div class="PagePromo-title">
  923.        <a class="Link" href="https://www.nbcsports.com/horse-racing">Horse Racing</a>
  924.    </div>
  925.  
  926.  
  927.  
  928.            
  929.  
  930.  
  931.            
  932.  
  933.  
  934.            
  935.  
  936.        </div>
  937.    
  938. </div>
  939.                </div>
  940.            
  941.        </div>
  942.    </div>
  943.  
  944.  
  945.                    
  946.                
  947.                    
  948.                
  949.                    
  950.                
  951.                    
  952.                
  953.  
  954.                <div class="SearchResultsModule-initialContent-scrolling">
  955.                
  956.                    
  957.                
  958.                    
  959.                        
  960.    <div class="PageListTopSearch"
  961. data-module>
  962.        
  963.    <a class="AnchorLink" id="top-news"></a>
  964.  
  965.  
  966.  
  967.  
  968. <div class="TitleBar">
  969.    <div class="TitleBar-left">
  970.        
  971.        
  972.            <h3 class="TitleBar-title">Top News</h3>
  973.        
  974.        
  975.        
  976.    </div>
  977.    
  978.  
  979.    
  980. </div>
  981.  
  982.  
  983.  
  984.        <div class="PageListTopSearch-items">
  985.            
  986.                <div class="PageListTopSearch-items-item">
  987.                    <div class="PagePromo" data-align-left-small
  988. >
  989.    
  990.        
  991.            
  992.    <div class="PagePromo-media" ><a class="Link" aria-label="2025 Fantasy Baseball Injury Tracker: Kyle Tucker goes down, Cole Ragans finally on the way back" href="https://www.nbcsports.com/fantasy/baseball/news/2025-fantasy-baseball-injury-tracker-cj-abrams-sidelined-justin-steele-out-for-the-season" ><picture>
  993.    
  994.    
  995.        
  996.            
  997.  
  998.        
  999.    
  1000.  
  1001.    
  1002.    
  1003.        
  1004.    
  1005.                <source type="image/webp"  width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/50b2a76/2147483647/strip/true/crop/4626x4626+962+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F58%2Fff%2F7b3c44e44de096358dc19f38b238%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D26552949">
  1006.  
  1007.            
  1008.        
  1009.    
  1010.  
  1011.    
  1012.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/38f1abb/2147483647/strip/true/crop/4626x4626+962+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F58%2Fff%2F7b3c44e44de096358dc19f38b238%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D26552949">
  1013.  
  1014.    
  1015.  
  1016.  
  1017.    
  1018.    
  1019.    <img class="Image" alt="MLB: Chicago Cubs at Houston Astros" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/38f1abb/2147483647/strip/true/crop/4626x4626+962+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F58%2Fff%2F7b3c44e44de096358dc19f38b238%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D26552949" loading="lazy">
  1020.  
  1021.  
  1022. </picture>
  1023.  
  1024. </a></div>
  1025.  
  1026.  
  1027.        
  1028.    
  1029.  
  1030.    
  1031.        <div class="PagePromo-content">
  1032.            
  1033.    <div class="PagePromo-title">
  1034.        <a class="Link" href="https://www.nbcsports.com/fantasy/baseball/news/2025-fantasy-baseball-injury-tracker-cj-abrams-sidelined-justin-steele-out-for-the-season">2025 Fantasy Baseball Injury Tracker: Kyle Tucker goes down, Cole Ragans finally on the way back</a>
  1035.    </div>
  1036.  
  1037.  
  1038.  
  1039.            
  1040.  
  1041.  
  1042.            
  1043.    <div class="PagePromo-byline"><div class="PagePromo-authors">
  1044.                    
  1045.                        <ul class="Page-authors-items PagePromo-authors-items mobile" >
  1046.                            
  1047.                                
  1048.                                    <li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/rotoworld-staff" class="Mention" aria-label="Rotoworld Staff" data-no-img>
  1049.    
  1050.        
  1051.    Rotoworld Staff</a><span class="separator">&#44;</span></li>
  1052.                                
  1053.                            
  1054.                            
  1055.                        </ul>
  1056.                        <ul class="Page-authors-items PagePromo-authors-items tablet" >
  1057.                            
  1058.                                
  1059.                                    <li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/rotoworld-staff" class="Mention" aria-label="Rotoworld Staff" data-no-img>
  1060.    
  1061.        
  1062.    Rotoworld Staff</a><span class="separator">&#44;</span></li>
  1063.                                
  1064.                            
  1065.                            
  1066.                        </ul>
  1067.                    
  1068.                </div></div>
  1069.  
  1070.  
  1071.  
  1072.            
  1073.  
  1074.        </div>
  1075.    
  1076. </div>
  1077.                </div>
  1078.            
  1079.                <div class="PageListTopSearch-items-item">
  1080.                    <div class="PagePromo" data-align-left-small
  1081. >
  1082.    
  1083.        
  1084.            
  1085.    <div class="PagePromo-media" ><a class="Link" aria-label="Boston has go-ahead basket with 7.4 seconds left as Fever beat Dream 87-85 to reach WNBA semifinals" href="https://www.nbcsports.com/wnba/news/boston-has-go-ahead-basket-with-7-4-seconds-left-as-fever-beat-dream-87-85-to-reach-wnba-semifinals" ><picture>
  1086.    
  1087.    
  1088.        
  1089.            
  1090.  
  1091.        
  1092.    
  1093.  
  1094.    
  1095.    
  1096.        
  1097.    
  1098.                <source type="image/webp"  width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/90a66c0/2147483647/strip/true/crop/2834x2834+702+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F91%2F1f%2Fd7205718458296c5350e4a937710%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2236189837">
  1099.  
  1100.            
  1101.        
  1102.    
  1103.  
  1104.    
  1105.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/c6f3343/2147483647/strip/true/crop/2834x2834+702+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F91%2F1f%2Fd7205718458296c5350e4a937710%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2236189837">
  1106.  
  1107.    
  1108.  
  1109.  
  1110.    
  1111.    
  1112.    <img class="Image" alt="Indiana Fever v Atlanta Dream - Game Three" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/c6f3343/2147483647/strip/true/crop/2834x2834+702+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F91%2F1f%2Fd7205718458296c5350e4a937710%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2236189837" loading="lazy">
  1113.  
  1114.  
  1115. </picture>
  1116.  
  1117. </a></div>
  1118.  
  1119.  
  1120.        
  1121.    
  1122.  
  1123.    
  1124.        <div class="PagePromo-content">
  1125.            
  1126.    <div class="PagePromo-title">
  1127.        <a class="Link" href="https://www.nbcsports.com/wnba/news/boston-has-go-ahead-basket-with-7-4-seconds-left-as-fever-beat-dream-87-85-to-reach-wnba-semifinals">Boston has go-ahead basket with 7.4 seconds left as Fever beat Dream 87-85 to reach WNBA semifinals</a>
  1128.    </div>
  1129.  
  1130.  
  1131.  
  1132.            
  1133.  
  1134.  
  1135.            
  1136.    <div class="PagePromo-byline"><div class="PagePromo-authors">
  1137.                    
  1138.                        <ul class="Page-authors-items PagePromo-authors-items mobile" >
  1139.                            
  1140.                                
  1141.                                    <li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/associated-press" class="Mention" aria-label="Associated Press" data-no-img>
  1142.    
  1143.        
  1144.    Associated Press</a><span class="separator">&#44;</span></li>
  1145.                                
  1146.                            
  1147.                            
  1148.                        </ul>
  1149.                        <ul class="Page-authors-items PagePromo-authors-items tablet" >
  1150.                            
  1151.                                
  1152.                                    <li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/associated-press" class="Mention" aria-label="Associated Press" data-no-img>
  1153.    
  1154.        
  1155.    Associated Press</a><span class="separator">&#44;</span></li>
  1156.                                
  1157.                            
  1158.                            
  1159.                        </ul>
  1160.                    
  1161.                </div></div>
  1162.  
  1163.  
  1164.  
  1165.            
  1166.  
  1167.        </div>
  1168.    
  1169. </div>
  1170.                </div>
  1171.            
  1172.                <div class="PageListTopSearch-items-item">
  1173.                    <div class="PagePromo" data-align-left-small
  1174. >
  1175.    
  1176.        
  1177.            
  1178.    <div class="PagePromo-media" ><a class="Link" aria-label="Wilson scores 38, Young has go-ahead basket as the Aces beat the Storm 74-73 to reach WNBA semis" href="https://www.nbcsports.com/wnba/news/wilson-scores-38-young-has-go-ahead-basket-as-the-aces-beat-the-storm-74-73-to-reach-wnba-semis" ><picture>
  1179.    
  1180.    
  1181.        
  1182.            
  1183.  
  1184.        
  1185.    
  1186.  
  1187.    
  1188.    
  1189.        
  1190.    
  1191.                <source type="image/webp"  width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0e00249/2147483647/strip/true/crop/3311x3311+828+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff8%2F79%2F43a6fe1a423cb950a0d6f8f94d04%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2235627240">
  1192.  
  1193.            
  1194.        
  1195.    
  1196.  
  1197.    
  1198.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/7bd9aee/2147483647/strip/true/crop/3311x3311+828+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff8%2F79%2F43a6fe1a423cb950a0d6f8f94d04%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2235627240">
  1199.  
  1200.    
  1201.  
  1202.  
  1203.    
  1204.    
  1205.    <img class="Image" alt="Seattle Storm v Las Vegas Aces - Game Three" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/7bd9aee/2147483647/strip/true/crop/3311x3311+828+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff8%2F79%2F43a6fe1a423cb950a0d6f8f94d04%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2235627240" loading="lazy">
  1206.  
  1207.  
  1208. </picture>
  1209.  
  1210. </a></div>
  1211.  
  1212.  
  1213.        
  1214.    
  1215.  
  1216.    
  1217.        <div class="PagePromo-content">
  1218.            
  1219.    <div class="PagePromo-title">
  1220.        <a class="Link" href="https://www.nbcsports.com/wnba/news/wilson-scores-38-young-has-go-ahead-basket-as-the-aces-beat-the-storm-74-73-to-reach-wnba-semis">Wilson scores 38, Young has go-ahead basket as the Aces beat the Storm 74-73 to reach WNBA semis</a>
  1221.    </div>
  1222.  
  1223.  
  1224.  
  1225.            
  1226.  
  1227.  
  1228.            
  1229.    <div class="PagePromo-byline"><div class="PagePromo-authors">
  1230.                    
  1231.                        <ul class="Page-authors-items PagePromo-authors-items mobile" >
  1232.                            
  1233.                                
  1234.                                    <li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/associated-press" class="Mention" aria-label="Associated Press" data-no-img>
  1235.    
  1236.        
  1237.    Associated Press</a><span class="separator">&#44;</span></li>
  1238.                                
  1239.                            
  1240.                            
  1241.                        </ul>
  1242.                        <ul class="Page-authors-items PagePromo-authors-items tablet" >
  1243.                            
  1244.                                
  1245.                                    <li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/associated-press" class="Mention" aria-label="Associated Press" data-no-img>
  1246.    
  1247.        
  1248.    Associated Press</a><span class="separator">&#44;</span></li>
  1249.                                
  1250.                            
  1251.                            
  1252.                        </ul>
  1253.                    
  1254.                </div></div>
  1255.  
  1256.  
  1257.  
  1258.            
  1259.  
  1260.        </div>
  1261.    
  1262. </div>
  1263.                </div>
  1264.            
  1265.        </div>
  1266.    </div>
  1267.  
  1268.  
  1269.                    
  1270.                
  1271.                    
  1272.                        
  1273.    <div class="PageListTopSearch"
  1274. data-module>
  1275.        
  1276.    <a class="AnchorLink" id="top-clips"></a>
  1277.  
  1278.  
  1279.  
  1280.  
  1281. <div class="TitleBar">
  1282.    <div class="TitleBar-left">
  1283.        
  1284.        
  1285.            <h3 class="TitleBar-title">Top Clips</h3>
  1286.        
  1287.        
  1288.        
  1289.    </div>
  1290.    
  1291.  
  1292.    
  1293. </div>
  1294.  
  1295.  
  1296.  
  1297.        <div class="PageListTopSearch-items">
  1298.            
  1299.                <div class="PageListTopSearch-items-item">
  1300.                    <div class="PagePromo" data-align-left-small
  1301. >
  1302.    
  1303.        
  1304.            
  1305.    <div class="PagePromo-media" ><a class="Link" aria-label="Highlights: 2025 Fedex Open de France, Round 1" href="https://www.nbcsports.com/watch/golf-central/dp-world-tour-highlights-2025-fedex-open-de-france-round-1-best-shots" ><picture>
  1306.    
  1307.    
  1308.        
  1309.            
  1310.  
  1311.        
  1312.    
  1313.  
  1314.    
  1315.    
  1316.        
  1317.    
  1318.                <source type="image/webp"  width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0843d16/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F905%2F363%2Fnbc_golf_dpwt_250918.jpg">
  1319.  
  1320.            
  1321.        
  1322.    
  1323.  
  1324.    
  1325.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/829efd9/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F905%2F363%2Fnbc_golf_dpwt_250918.jpg">
  1326.  
  1327.    
  1328.  
  1329.  
  1330.    
  1331.    
  1332.    <img class="Image" alt="nbc_golf_dpwt_250918.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/829efd9/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F905%2F363%2Fnbc_golf_dpwt_250918.jpg" loading="lazy">
  1333.  
  1334.  
  1335. </picture>
  1336.  
  1337. </a></div>
  1338.  
  1339.  
  1340.        
  1341.    
  1342.  
  1343.    
  1344.        <div class="PagePromo-content">
  1345.            
  1346.    <div class="PagePromo-title">
  1347.        <a class="Link" href="https://www.nbcsports.com/watch/golf-central/dp-world-tour-highlights-2025-fedex-open-de-france-round-1-best-shots">Highlights: 2025 Fedex Open de France, Round 1</a>
  1348.    </div>
  1349.  
  1350.  
  1351.  
  1352.            
  1353.  
  1354.  
  1355.            
  1356.  
  1357.  
  1358.            
  1359.  
  1360.        </div>
  1361.    
  1362. </div>
  1363.                </div>
  1364.            
  1365.                <div class="PageListTopSearch-items-item">
  1366.                    <div class="PagePromo" data-align-left-small
  1367. >
  1368.    
  1369.        
  1370.            
  1371.    <div class="PagePromo-media" ><a class="Link" aria-label="HLs: Nationwide Children’s Hospital Champ., Rd 1" href="https://www.nbcsports.com/watch/golf-central/korn-ferry-tour-hls-nationwide-childrens-hospital-championship-round-1" ><picture>
  1372.    
  1373.    
  1374.        
  1375.            
  1376.  
  1377.        
  1378.    
  1379.  
  1380.    
  1381.    
  1382.        
  1383.    
  1384.                <source type="image/webp"  width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a0d7408/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F904%2F387%2Fnbc_golf_kfthighlights_250918.jpg">
  1385.  
  1386.            
  1387.        
  1388.    
  1389.  
  1390.    
  1391.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/33077f4/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F904%2F387%2Fnbc_golf_kfthighlights_250918.jpg">
  1392.  
  1393.    
  1394.  
  1395.  
  1396.    
  1397.    
  1398.    <img class="Image" alt="nbc_golf_kfthighlights_250918.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/33077f4/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F904%2F387%2Fnbc_golf_kfthighlights_250918.jpg" loading="lazy">
  1399.  
  1400.  
  1401. </picture>
  1402.  
  1403. </a></div>
  1404.  
  1405.  
  1406.        
  1407.    
  1408.  
  1409.    
  1410.        <div class="PagePromo-content">
  1411.            
  1412.    <div class="PagePromo-title">
  1413.        <a class="Link" href="https://www.nbcsports.com/watch/golf-central/korn-ferry-tour-hls-nationwide-childrens-hospital-championship-round-1">HLs: Nationwide Children’s Hospital Champ., Rd 1</a>
  1414.    </div>
  1415.  
  1416.  
  1417.  
  1418.            
  1419.  
  1420.  
  1421.            
  1422.  
  1423.  
  1424.            
  1425.  
  1426.        </div>
  1427.    
  1428. </div>
  1429.                </div>
  1430.            
  1431.                <div class="PageListTopSearch-items-item">
  1432.                    <div class="PagePromo" data-align-left-small
  1433. >
  1434.    
  1435.        
  1436.            
  1437.    <div class="PagePromo-media" ><a class="Link" aria-label="Hunter chasing Jett in SMX Championship" href="https://www.nbcsports.com/watch/hunter-lawrence-chasing-jett-lawrence-for-smx-title-at-las-vegas-final" ><picture>
  1438.    
  1439.    
  1440.        
  1441.            
  1442.  
  1443.        
  1444.    
  1445.  
  1446.    
  1447.    
  1448.        
  1449.    
  1450.                <source type="image/webp"  width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e8a28eb/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F899%2F1007%2FLawrence_Bros_raw.jpg">
  1451.  
  1452.            
  1453.        
  1454.    
  1455.  
  1456.    
  1457.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/98af7f7/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F899%2F1007%2FLawrence_Bros_raw.jpg">
  1458.  
  1459.    
  1460.  
  1461.  
  1462.    
  1463.    
  1464.    <img class="Image" alt="Lawrence_Bros_raw.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/98af7f7/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F899%2F1007%2FLawrence_Bros_raw.jpg" loading="lazy">
  1465.  
  1466.  
  1467. </picture>
  1468.  
  1469. </a></div>
  1470.  
  1471.  
  1472.        
  1473.    
  1474.  
  1475.    
  1476.        <div class="PagePromo-content">
  1477.            
  1478.    <div class="PagePromo-title">
  1479.        <a class="Link" href="https://www.nbcsports.com/watch/hunter-lawrence-chasing-jett-lawrence-for-smx-title-at-las-vegas-final">Hunter chasing Jett in SMX Championship</a>
  1480.    </div>
  1481.  
  1482.  
  1483.  
  1484.            
  1485.  
  1486.  
  1487.            
  1488.  
  1489.  
  1490.            
  1491.  
  1492.        </div>
  1493.    
  1494. </div>
  1495.                </div>
  1496.            
  1497.        </div>
  1498.    </div>
  1499.  
  1500.  
  1501.                    
  1502.                
  1503.                    
  1504.                        
  1505.    <div class="PageListTopSearch"
  1506. data-module>
  1507.        
  1508.    <a class="AnchorLink" id="trending-teams"></a>
  1509.  
  1510.  
  1511.  
  1512.  
  1513. <div class="TitleBar">
  1514.    <div class="TitleBar-left">
  1515.        
  1516.        
  1517.            <h3 class="TitleBar-title">Trending Teams</h3>
  1518.        
  1519.        
  1520.        
  1521.    </div>
  1522.    
  1523.  
  1524.    
  1525. </div>
  1526.  
  1527.  
  1528.  
  1529.        <div class="PageListTopSearch-items">
  1530.            
  1531.                <div class="PageListTopSearch-items-item">
  1532.                    <div class="PagePromo" data-align-left-small
  1533. >
  1534.    
  1535.        
  1536.            
  1537.    <div class="PagePromo-media" ><a class="Link" aria-label="Washington Commanders" href="https://www.nbcsports.com/nfl/washington-commanders" ><picture>
  1538.    
  1539.    
  1540.        
  1541.            
  1542.  
  1543.        
  1544.    
  1545.  
  1546.    
  1547.    
  1548.        
  1549.    
  1550.  
  1551.    
  1552.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/9c/78/52efa7e14807ac93c3bfc660a8b7/washington-commanders-primary.svg">
  1553.  
  1554.    
  1555.  
  1556.  
  1557.    
  1558.    
  1559.    <img class="Image" alt="Washington Commanders Primary Logo" width="64" height="64" src="https://nbcsports.brightspotcdn.com/9c/78/52efa7e14807ac93c3bfc660a8b7/washington-commanders-primary.svg" loading="lazy">
  1560.  
  1561.  
  1562. </picture>
  1563.  
  1564. </a></div>
  1565.  
  1566.  
  1567.        
  1568.    
  1569.  
  1570.    
  1571.        <div class="PagePromo-content">
  1572.            
  1573.    <div class="PagePromo-title">
  1574.        <a class="Link" href="https://www.nbcsports.com/nfl/washington-commanders">Washington Commanders</a>
  1575.    </div>
  1576.  
  1577.  
  1578.  
  1579.            
  1580.  
  1581.  
  1582.            
  1583.  
  1584.  
  1585.            
  1586.  
  1587.        </div>
  1588.    
  1589. </div>
  1590.                </div>
  1591.            
  1592.                <div class="PageListTopSearch-items-item">
  1593.                    <div class="PagePromo" data-align-left-small
  1594. >
  1595.    
  1596.        
  1597.            
  1598.    <div class="PagePromo-media" ><a class="Link" aria-label="St. Louis Cardinals" href="https://www.nbcsports.com/mlb/st-louis-cardinals" ><picture>
  1599.    
  1600.    
  1601.        
  1602.            
  1603.  
  1604.        
  1605.    
  1606.  
  1607.    
  1608.    
  1609.        
  1610.    
  1611.  
  1612.    
  1613.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/82/4c/fac2104d411ca63854e2828a4bb4/st-louis-cardinals-primary.svg">
  1614.  
  1615.    
  1616.  
  1617.  
  1618.    
  1619.    
  1620.    <img class="Image" alt="St. Louis Cardinals Primary Logo" width="64" height="64" src="https://nbcsports.brightspotcdn.com/82/4c/fac2104d411ca63854e2828a4bb4/st-louis-cardinals-primary.svg" loading="lazy">
  1621.  
  1622.  
  1623. </picture>
  1624.  
  1625. </a></div>
  1626.  
  1627.  
  1628.        
  1629.    
  1630.  
  1631.    
  1632.        <div class="PagePromo-content">
  1633.            
  1634.    <div class="PagePromo-title">
  1635.        <a class="Link" href="https://www.nbcsports.com/mlb/st-louis-cardinals">St. Louis Cardinals</a>
  1636.    </div>
  1637.  
  1638.  
  1639.  
  1640.            
  1641.  
  1642.  
  1643.            
  1644.  
  1645.  
  1646.            
  1647.  
  1648.        </div>
  1649.    
  1650. </div>
  1651.                </div>
  1652.            
  1653.                <div class="PageListTopSearch-items-item">
  1654.                    <div class="PagePromo" data-align-left-small
  1655. >
  1656.    
  1657.        
  1658.            
  1659.    <div class="PagePromo-media" ><a class="Link" aria-label="New York Yankees" href="https://www.nbcsports.com/mlb/new-york-yankees" ><picture>
  1660.    
  1661.    
  1662.        
  1663.            
  1664.  
  1665.        
  1666.    
  1667.  
  1668.    
  1669.    
  1670.        
  1671.    
  1672.  
  1673.    
  1674.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/a0/58/5280166e4d8b9051bddea7985a06/new-york-yankees-primary.svg">
  1675.  
  1676.    
  1677.  
  1678.  
  1679.    
  1680.    
  1681.    <img class="Image" alt="New York Yankees Primary Logo" width="64" height="64" src="https://nbcsports.brightspotcdn.com/a0/58/5280166e4d8b9051bddea7985a06/new-york-yankees-primary.svg" loading="lazy">
  1682.  
  1683.  
  1684. </picture>
  1685.  
  1686. </a></div>
  1687.  
  1688.  
  1689.        
  1690.    
  1691.  
  1692.    
  1693.        <div class="PagePromo-content">
  1694.            
  1695.    <div class="PagePromo-title">
  1696.        <a class="Link" href="https://www.nbcsports.com/mlb/new-york-yankees">New York Yankees</a>
  1697.    </div>
  1698.  
  1699.  
  1700.  
  1701.            
  1702.  
  1703.  
  1704.            
  1705.  
  1706.  
  1707.            
  1708.  
  1709.        </div>
  1710.    
  1711. </div>
  1712.                </div>
  1713.            
  1714.        </div>
  1715.    </div>
  1716.  
  1717.  
  1718.                    
  1719.                
  1720.                </div>
  1721.            </div>
  1722.        
  1723.    </div>
  1724. </div>
  1725.  
  1726.                
  1727.            </div>
  1728.        
  1729.     </div>
  1730. </bsp-search-overlay>
  1731.  
  1732.                
  1733.  
  1734.                
  1735.                    <nav class="NavigationMobile" >
  1736.    
  1737.        <ul class="NavigationMobile-items">
  1738.            
  1739.                
  1740.            
  1741.                
  1742.                    
  1743.                        <li class="NavigationMobile-items-item" >
  1744.                            <div class="NavigationItem" data-has-menu  data-columns="2">
  1745.    <div class="NavigationItem-text">
  1746.        
  1747.        
  1748.            <span>All Sports<span class="NavigationItem-more"><svg class="chevron"><use xlink:href="#caret-left"></use></svg></span></span>
  1749.        
  1750.    </div>
  1751.  
  1752.    
  1753.        <div class="NavigationItem-items">
  1754.            <div class="NavigationItem-items-header">
  1755.                <div class="NavigationItem-items-back">
  1756.                    <button class="Icon-button" data-theme="gray"><svg class="chevron"><use xlink:href="#arrow-left"></use></svg><span class="sr-only"></span></button>
  1757.                </div>
  1758.                <div class="NavigationItem-items-heading">All Sports</div>
  1759.            </div>
  1760.            
  1761.                
  1762.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl"><span class="NavigationLink-image"><picture>
  1763.    
  1764.    
  1765.        
  1766.            
  1767.  
  1768.        
  1769.    
  1770.  
  1771.    
  1772.    
  1773.        
  1774.    
  1775.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e1be926/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e121997/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 2x">
  1776.  
  1777.    
  1778.  
  1779.    
  1780.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png">
  1781.  
  1782.    
  1783.  
  1784.  
  1785.    
  1786.    
  1787.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/b8d337e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png" loading="lazy">
  1788.  
  1789.  
  1790. </picture>
  1791. </span><span class="NavigationLink-text">NFL</span></a>
  1792. </div>
  1793.                
  1794.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/mlb"><span class="NavigationLink-image"><picture>
  1795.    
  1796.    
  1797.        
  1798.            
  1799.  
  1800.        
  1801.    
  1802.  
  1803.    
  1804.    
  1805.        
  1806.    
  1807.  
  1808.    
  1809.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/6b/c2/690a9f3f46078544a640efd7913d/mlb-league-primary.svg">
  1810.  
  1811.    
  1812.  
  1813.  
  1814.    
  1815.    
  1816.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/6b/c2/690a9f3f46078544a640efd7913d/mlb-league-primary.svg" loading="lazy">
  1817.  
  1818.  
  1819. </picture>
  1820. </span><span class="NavigationLink-text">MLB</span></a>
  1821. </div>
  1822.                
  1823.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nba"><span class="NavigationLink-image"><picture>
  1824.    
  1825.    
  1826.        
  1827.            
  1828.  
  1829.        
  1830.    
  1831.  
  1832.    
  1833.    
  1834.        
  1835.    
  1836.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5debb20/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/40d7ec4/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 2x">
  1837.  
  1838.    
  1839.  
  1840.    
  1841.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png">
  1842.  
  1843.    
  1844.  
  1845.  
  1846.    
  1847.    
  1848.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8536284/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png" loading="lazy">
  1849.  
  1850.  
  1851. </picture>
  1852. </span><span class="NavigationLink-text">NBA</span></a>
  1853. </div>
  1854.                
  1855.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nhl"><span class="NavigationLink-image"><picture>
  1856.    
  1857.    
  1858.        
  1859.            
  1860.  
  1861.        
  1862.    
  1863.  
  1864.    
  1865.    
  1866.        
  1867.    
  1868.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1a3a959/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/137e086/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 2x">
  1869.  
  1870.    
  1871.  
  1872.    
  1873.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png">
  1874.  
  1875.    
  1876.  
  1877.  
  1878.    
  1879.    
  1880.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/2453fde/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png" loading="lazy">
  1881.  
  1882.  
  1883. </picture>
  1884. </span><span class="NavigationLink-text">NHL</span></a>
  1885. </div>
  1886.                
  1887.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/soccer"><span class="NavigationLink-image"><picture>
  1888.    
  1889.    
  1890.        
  1891.            
  1892.  
  1893.        
  1894.    
  1895.  
  1896.    
  1897.    
  1898.        
  1899.    
  1900.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/82874d6/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d9b6c96/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 2x">
  1901.  
  1902.    
  1903.  
  1904.    
  1905.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png">
  1906.  
  1907.    
  1908.  
  1909.  
  1910.    
  1911.    
  1912.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/84b1557/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png" loading="lazy">
  1913.  
  1914.  
  1915. </picture>
  1916. </span><span class="NavigationLink-text">Soccer</span></a>
  1917. </div>
  1918.                
  1919.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/motor-sports"><span class="NavigationLink-image"><picture>
  1920.    
  1921.    
  1922.        
  1923.            
  1924.  
  1925.        
  1926.    
  1927.  
  1928.    
  1929.    
  1930.        
  1931.    
  1932.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2404ac7/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/ca3024b/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 2x">
  1933.  
  1934.    
  1935.  
  1936.    
  1937.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png">
  1938.  
  1939.    
  1940.  
  1941.  
  1942.    
  1943.    
  1944.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/bafc212/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png" loading="lazy">
  1945.  
  1946.  
  1947. </picture>
  1948. </span><span class="NavigationLink-text">Motors</span></a>
  1949. </div>
  1950.                
  1951.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nascar"><span class="NavigationLink-image"><picture>
  1952.    
  1953.    
  1954.        
  1955.            
  1956.  
  1957.        
  1958.    
  1959.  
  1960.    
  1961.    
  1962.        
  1963.    
  1964.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b4ed9e5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f603c29/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 2x">
  1965.  
  1966.    
  1967.  
  1968.    
  1969.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png">
  1970.  
  1971.    
  1972.  
  1973.  
  1974.    
  1975.    
  1976.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/5f3566e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png" loading="lazy">
  1977.  
  1978.  
  1979. </picture>
  1980. </span><span class="NavigationLink-text">NASCAR </span></a>
  1981. </div>
  1982.                
  1983.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/college-football"><span class="NavigationLink-image"><picture>
  1984.    
  1985.    
  1986.        
  1987.            
  1988.  
  1989.        
  1990.    
  1991.  
  1992.    
  1993.    
  1994.        
  1995.    
  1996.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
  1997.  
  1998.    
  1999.  
  2000.    
  2001.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
  2002.  
  2003.    
  2004.  
  2005.  
  2006.    
  2007.    
  2008.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
  2009.  
  2010.  
  2011. </picture>
  2012. </span><span class="NavigationLink-text">College Football </span></a>
  2013. </div>
  2014.                
  2015.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/olympics"><span class="NavigationLink-image"><picture>
  2016.    
  2017.    
  2018.        
  2019.            
  2020.  
  2021.        
  2022.    
  2023.  
  2024.    
  2025.    
  2026.        
  2027.    
  2028.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1fe2c27/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/af7553a/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 2x">
  2029.  
  2030.    
  2031.  
  2032.    
  2033.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/162acef/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png">
  2034.  
  2035.    
  2036.  
  2037.  
  2038.    
  2039.    
  2040.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/162acef/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9ecee1e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/162acef/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png" loading="lazy">
  2041.  
  2042.  
  2043. </picture>
  2044. </span><span class="NavigationLink-text">Olympics</span></a>
  2045. </div>
  2046.                
  2047.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/golf"><span class="NavigationLink-image"><picture>
  2048.    
  2049.    
  2050.        
  2051.            
  2052.  
  2053.        
  2054.    
  2055.  
  2056.    
  2057.    
  2058.        
  2059.    
  2060.  
  2061.    
  2062.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/0b/86/31d0b79e4cb381d3bedea5e51b54/golf-white.svg">
  2063.  
  2064.    
  2065.  
  2066.  
  2067.    
  2068.    
  2069.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/0b/86/31d0b79e4cb381d3bedea5e51b54/golf-white.svg" loading="lazy">
  2070.  
  2071.  
  2072. </picture>
  2073. </span><span class="NavigationLink-text">Golf</span></a>
  2074. </div>
  2075.                
  2076.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy"><span class="NavigationLink-image"><picture>
  2077.    
  2078.    
  2079.        
  2080.            
  2081.  
  2082.        
  2083.    
  2084.  
  2085.    
  2086.    
  2087.        
  2088.    
  2089.  
  2090.    
  2091.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/7b/22/7034955149cda0a6238ae13967d6/red-r.svg">
  2092.  
  2093.    
  2094.  
  2095.  
  2096.    
  2097.    
  2098.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/7b/22/7034955149cda0a6238ae13967d6/red-r.svg" loading="lazy">
  2099.  
  2100.  
  2101. </picture>
  2102. </span><span class="NavigationLink-text">Fantasy Sports</span></a>
  2103. </div>
  2104.                
  2105.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/wnba"><span class="NavigationLink-image"><picture>
  2106.    
  2107.    
  2108.        
  2109.            
  2110.  
  2111.        
  2112.    
  2113.  
  2114.    
  2115.    
  2116.        
  2117.    
  2118.  
  2119.    
  2120.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/66/e4/706ef1c846a6b491c5a2027f5299/wnba-logo.svg">
  2121.  
  2122.    
  2123.  
  2124.  
  2125.    
  2126.    
  2127.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/66/e4/706ef1c846a6b491c5a2027f5299/wnba-logo.svg" loading="lazy">
  2128.  
  2129.  
  2130. </picture>
  2131. </span><span class="NavigationLink-text">WNBA</span></a>
  2132. </div>
  2133.                
  2134.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/mens-college-basketball"><span class="NavigationLink-image"><picture>
  2135.    
  2136.    
  2137.        
  2138.            
  2139.  
  2140.        
  2141.    
  2142.  
  2143.    
  2144.    
  2145.        
  2146.    
  2147.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9c2507c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f75f4af/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 2x">
  2148.  
  2149.    
  2150.  
  2151.    
  2152.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png">
  2153.  
  2154.    
  2155.  
  2156.  
  2157.    
  2158.    
  2159.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a65b9a/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png" loading="lazy">
  2160.  
  2161.  
  2162. </picture>
  2163. </span><span class="NavigationLink-text">Men’s College Basketball</span></a>
  2164. </div>
  2165.                
  2166.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/womens-college-basketball"><span class="NavigationLink-image"><picture>
  2167.    
  2168.    
  2169.        
  2170.            
  2171.  
  2172.        
  2173.    
  2174.  
  2175.    
  2176.    
  2177.        
  2178.    
  2179.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/472c41f/2147483647/strip/true/crop/397x397+0+2/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F21%2F64%2Fdffde7a45b7b9505c975374cd623%2Fncaa.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/94c6675/2147483647/strip/true/crop/397x397+0+2/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F21%2F64%2Fdffde7a45b7b9505c975374cd623%2Fncaa.jpg 2x">
  2180.  
  2181.    
  2182.  
  2183.    
  2184.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/cf02309/2147483647/strip/true/crop/397x397+0+2/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F21%2F64%2Fdffde7a45b7b9505c975374cd623%2Fncaa.jpg">
  2185.  
  2186.    
  2187.  
  2188.  
  2189.    
  2190.    
  2191.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/cf02309/2147483647/strip/true/crop/397x397+0+2/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F21%2F64%2Fdffde7a45b7b9505c975374cd623%2Fncaa.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/320e9c6/2147483647/strip/true/crop/397x397+0+2/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F21%2F64%2Fdffde7a45b7b9505c975374cd623%2Fncaa.jpg 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/cf02309/2147483647/strip/true/crop/397x397+0+2/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F21%2F64%2Fdffde7a45b7b9505c975374cd623%2Fncaa.jpg" loading="lazy">
  2192.  
  2193.  
  2194. </picture>
  2195. </span><span class="NavigationLink-text">Women’s College Basketball </span></a>
  2196. </div>
  2197.                
  2198.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/paralympics"><span class="NavigationLink-image"><picture>
  2199.    
  2200.    
  2201.        
  2202.            
  2203.  
  2204.        
  2205.    
  2206.  
  2207.    
  2208.    
  2209.        
  2210.    
  2211.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e62b0ff/2147483647/strip/true/crop/1920x1920+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F72%2F85%2F518fe07a43bdb08b83ecf2a90fd4%2Fipc-logo-2019.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/5fa85d4/2147483647/strip/true/crop/1920x1920+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F72%2F85%2F518fe07a43bdb08b83ecf2a90fd4%2Fipc-logo-2019.png 2x">
  2212.  
  2213.    
  2214.  
  2215.    
  2216.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/39fd14d/2147483647/strip/true/crop/1920x1920+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F72%2F85%2F518fe07a43bdb08b83ecf2a90fd4%2Fipc-logo-2019.png">
  2217.  
  2218.    
  2219.  
  2220.  
  2221.    
  2222.    
  2223.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/39fd14d/2147483647/strip/true/crop/1920x1920+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F72%2F85%2F518fe07a43bdb08b83ecf2a90fd4%2Fipc-logo-2019.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/1cc71e7/2147483647/strip/true/crop/1920x1920+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F72%2F85%2F518fe07a43bdb08b83ecf2a90fd4%2Fipc-logo-2019.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/39fd14d/2147483647/strip/true/crop/1920x1920+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F72%2F85%2F518fe07a43bdb08b83ecf2a90fd4%2Fipc-logo-2019.png" loading="lazy">
  2224.  
  2225.  
  2226. </picture>
  2227. </span><span class="NavigationLink-text">Paralympics</span></a>
  2228. </div>
  2229.                
  2230.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/tennis"><span class="NavigationLink-image"><picture>
  2231.    
  2232.    
  2233.        
  2234.            
  2235.  
  2236.        
  2237.    
  2238.  
  2239.    
  2240.    
  2241.        
  2242.    
  2243.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ed3df17/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f6e1cda/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 2x">
  2244.  
  2245.    
  2246.  
  2247.    
  2248.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9070fdb/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png">
  2249.  
  2250.    
  2251.  
  2252.  
  2253.    
  2254.    
  2255.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9070fdb/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/aacc72c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/9070fdb/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png" loading="lazy">
  2256.  
  2257.  
  2258. </picture>
  2259. </span><span class="NavigationLink-text">Tennis</span></a>
  2260. </div>
  2261.                
  2262.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/horse-racing"><span class="NavigationLink-image"><picture>
  2263.    
  2264.    
  2265.        
  2266.            
  2267.  
  2268.        
  2269.    
  2270.  
  2271.    
  2272.    
  2273.        
  2274.    
  2275.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/130823c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/72d61cc/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 2x">
  2276.  
  2277.    
  2278.  
  2279.    
  2280.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f9b961c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png">
  2281.  
  2282.    
  2283.  
  2284.  
  2285.    
  2286.    
  2287.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f9b961c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/cd48b8c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f9b961c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png" loading="lazy">
  2288.  
  2289.  
  2290. </picture>
  2291. </span><span class="NavigationLink-text">Horse Racing</span></a>
  2292. </div>
  2293.                
  2294.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/cycling"><span class="NavigationLink-image"><picture>
  2295.    
  2296.    
  2297.        
  2298.            
  2299.  
  2300.        
  2301.    
  2302.  
  2303.    
  2304.    
  2305.        
  2306.    
  2307.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/8a0219c/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/b6c0e34/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 2x">
  2308.  
  2309.    
  2310.  
  2311.    
  2312.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/44c3abe/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png">
  2313.  
  2314.    
  2315.  
  2316.  
  2317.    
  2318.    
  2319.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/44c3abe/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f9b0504/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/44c3abe/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png" loading="lazy">
  2320.  
  2321.  
  2322. </picture>
  2323. </span><span class="NavigationLink-text">Cycling</span></a>
  2324. </div>
  2325.                
  2326.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/on-her-turf"><span class="NavigationLink-image"><picture>
  2327.    
  2328.    
  2329.        
  2330.            
  2331.  
  2332.        
  2333.    
  2334.  
  2335.    
  2336.    
  2337.        
  2338.    
  2339.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/85bd5fc/2147483647/strip/true/crop/219x219+41+41/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F78%2F78%2F166fc2fe4d089b66344c042a6d39%2Fon-her-turf.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4d29ba4/2147483647/strip/true/crop/219x219+41+41/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F78%2F78%2F166fc2fe4d089b66344c042a6d39%2Fon-her-turf.png 2x">
  2340.  
  2341.    
  2342.  
  2343.    
  2344.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/d0374fa/2147483647/strip/true/crop/219x219+41+41/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F78%2F78%2F166fc2fe4d089b66344c042a6d39%2Fon-her-turf.png">
  2345.  
  2346.    
  2347.  
  2348.  
  2349.    
  2350.    
  2351.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/d0374fa/2147483647/strip/true/crop/219x219+41+41/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F78%2F78%2F166fc2fe4d089b66344c042a6d39%2Fon-her-turf.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4416b98/2147483647/strip/true/crop/219x219+41+41/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F78%2F78%2F166fc2fe4d089b66344c042a6d39%2Fon-her-turf.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/d0374fa/2147483647/strip/true/crop/219x219+41+41/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F78%2F78%2F166fc2fe4d089b66344c042a6d39%2Fon-her-turf.png" loading="lazy">
  2352.  
  2353.  
  2354. </picture>
  2355. </span><span class="NavigationLink-text">On Her Turf</span></a>
  2356. </div>
  2357.                
  2358.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/figure-skating"><span class="NavigationLink-image"><picture>
  2359.    
  2360.    
  2361.        
  2362.            
  2363.  
  2364.        
  2365.    
  2366.  
  2367.    
  2368.    
  2369.        
  2370.    
  2371.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/42787fa/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d2bb9c9/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 2x">
  2372.  
  2373.    
  2374.  
  2375.    
  2376.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b16ad60/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png">
  2377.  
  2378.    
  2379.  
  2380.  
  2381.    
  2382.    
  2383.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b16ad60/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/ef3aa4c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/b16ad60/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png" loading="lazy">
  2384.  
  2385.  
  2386. </picture>
  2387. </span><span class="NavigationLink-text">Figure Skating</span></a>
  2388. </div>
  2389.                
  2390.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/national-dog-show"><span class="NavigationLink-image"><picture>
  2391.    
  2392.    
  2393.        
  2394.            
  2395.  
  2396.        
  2397.    
  2398.  
  2399.    
  2400.    
  2401.        
  2402.    
  2403.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ec3ada2/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa0%2Ffa%2F2ca87f0043ef8797a1a743f28ce2%2Fdogshow-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/6918e3c/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa0%2Ffa%2F2ca87f0043ef8797a1a743f28ce2%2Fdogshow-100x100-3x.png 2x">
  2404.  
  2405.    
  2406.  
  2407.    
  2408.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b3dad57/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa0%2Ffa%2F2ca87f0043ef8797a1a743f28ce2%2Fdogshow-100x100-3x.png">
  2409.  
  2410.    
  2411.  
  2412.  
  2413.    
  2414.    
  2415.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b3dad57/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa0%2Ffa%2F2ca87f0043ef8797a1a743f28ce2%2Fdogshow-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/c27d5ea/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa0%2Ffa%2F2ca87f0043ef8797a1a743f28ce2%2Fdogshow-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/b3dad57/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa0%2Ffa%2F2ca87f0043ef8797a1a743f28ce2%2Fdogshow-100x100-3x.png" loading="lazy">
  2416.  
  2417.  
  2418. </picture>
  2419. </span><span class="NavigationLink-text">National Dog Show</span></a>
  2420. </div>
  2421.                
  2422.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/rugby"><span class="NavigationLink-image"><picture>
  2423.    
  2424.    
  2425.        
  2426.            
  2427.  
  2428.        
  2429.    
  2430.  
  2431.    
  2432.    
  2433.        
  2434.    
  2435.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6fc79b1/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F27%2F687ff26c40b5b6f7af22619b3b43%2Fleague-rugby.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/c341f03/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F27%2F687ff26c40b5b6f7af22619b3b43%2Fleague-rugby.png 2x">
  2436.  
  2437.    
  2438.  
  2439.    
  2440.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/90f392f/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F27%2F687ff26c40b5b6f7af22619b3b43%2Fleague-rugby.png">
  2441.  
  2442.    
  2443.  
  2444.  
  2445.    
  2446.    
  2447.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/90f392f/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F27%2F687ff26c40b5b6f7af22619b3b43%2Fleague-rugby.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d015540/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F27%2F687ff26c40b5b6f7af22619b3b43%2Fleague-rugby.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/90f392f/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F27%2F687ff26c40b5b6f7af22619b3b43%2Fleague-rugby.png" loading="lazy">
  2448.  
  2449.  
  2450. </picture>
  2451. </span><span class="NavigationLink-text">Rugby</span></a>
  2452. </div>
  2453.                
  2454.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/college-football/navy-all-american-bowl"><span class="NavigationLink-image"><picture>
  2455.    
  2456.    
  2457.        
  2458.            
  2459.  
  2460.        
  2461.    
  2462.  
  2463.    
  2464.    
  2465.        
  2466.    
  2467.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
  2468.  
  2469.    
  2470.  
  2471.    
  2472.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
  2473.  
  2474.    
  2475.  
  2476.  
  2477.    
  2478.    
  2479.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
  2480.  
  2481.  
  2482. </picture>
  2483. </span><span class="NavigationLink-text">Navy All-American Bowl</span></a>
  2484. </div>
  2485.                
  2486.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/wwe"><span class="NavigationLink-image"><picture>
  2487.    
  2488.    
  2489.        
  2490.            
  2491.  
  2492.        
  2493.    
  2494.  
  2495.    
  2496.    
  2497.        
  2498.    
  2499.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/fabbf49/2147483647/strip/true/crop/148x148+7+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fab%2Fda%2F1226ac74408eaac935ccfd1c5fb7%2Fwwe-white-1.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/0cc0a58/2147483647/strip/true/crop/148x148+7+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fab%2Fda%2F1226ac74408eaac935ccfd1c5fb7%2Fwwe-white-1.png 2x">
  2500.  
  2501.    
  2502.  
  2503.    
  2504.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6137004/2147483647/strip/true/crop/148x148+7+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fab%2Fda%2F1226ac74408eaac935ccfd1c5fb7%2Fwwe-white-1.png">
  2505.  
  2506.    
  2507.  
  2508.  
  2509.    
  2510.    
  2511.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6137004/2147483647/strip/true/crop/148x148+7+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fab%2Fda%2F1226ac74408eaac935ccfd1c5fb7%2Fwwe-white-1.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4b19930/2147483647/strip/true/crop/148x148+7+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fab%2Fda%2F1226ac74408eaac935ccfd1c5fb7%2Fwwe-white-1.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/6137004/2147483647/strip/true/crop/148x148+7+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fab%2Fda%2F1226ac74408eaac935ccfd1c5fb7%2Fwwe-white-1.png" loading="lazy">
  2512.  
  2513.  
  2514. </picture>
  2515. </span><span class="NavigationLink-text">WWE</span></a>
  2516. </div>
  2517.                
  2518.            
  2519.        </div>
  2520.    
  2521. </div>
  2522. </li>
  2523.                    
  2524.                
  2525.            
  2526.                
  2527.                    
  2528.                        <li class="NavigationMobile-items-item" >
  2529.                            <div class="NavigationItem" data-has-menu >
  2530.    <div class="NavigationItem-text">
  2531.        
  2532.        
  2533.            <span>Rotoworld<span class="NavigationItem-more"><svg class="chevron"><use xlink:href="#caret-left"></use></svg></span></span>
  2534.        
  2535.    </div>
  2536.  
  2537.    
  2538.        <div class="NavigationItem-items">
  2539.            <div class="NavigationItem-items-header">
  2540.                <div class="NavigationItem-items-back">
  2541.                    <button class="Icon-button" data-theme="gray"><svg class="chevron"><use xlink:href="#arrow-left"></use></svg><span class="sr-only"></span></button>
  2542.                </div>
  2543.                <div class="NavigationItem-items-heading">Rotoworld</div>
  2544.            </div>
  2545.            
  2546.                
  2547.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy"><span class="NavigationLink-image"><picture>
  2548.    
  2549.    
  2550.        
  2551.            
  2552.  
  2553.        
  2554.    
  2555.  
  2556.    
  2557.    
  2558.        
  2559.    
  2560.  
  2561.    
  2562.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d7/cd/7f65b09e495e9c2e954c5ac07afb/rotoworld-logo-new.svg">
  2563.  
  2564.    
  2565.  
  2566.  
  2567.    
  2568.    
  2569.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d7/cd/7f65b09e495e9c2e954c5ac07afb/rotoworld-logo-new.svg" loading="lazy">
  2570.  
  2571.  
  2572. </picture>
  2573. </span><span class="NavigationLink-text">Fantasy Home</span></a>
  2574. </div>
  2575.                
  2576.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/betting"><span class="NavigationLink-image"><picture>
  2577.    
  2578.    
  2579.        
  2580.            
  2581.  
  2582.        
  2583.    
  2584.  
  2585.    
  2586.    
  2587.        
  2588.    
  2589.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3e84039/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd6%2F1c%2F7f931e3c49978dee87aef9f070c8%2Frotoworldsquaregood.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/7455dc0/2147483647/strip/true/crop/500x500+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd6%2F1c%2F7f931e3c49978dee87aef9f070c8%2Frotoworldsquaregood.jpg 2x">
  2590.  
  2591.    
  2592.  
  2593.    
  2594.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/79c50c5/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd6%2F1c%2F7f931e3c49978dee87aef9f070c8%2Frotoworldsquaregood.jpg">
  2595.  
  2596.    
  2597.  
  2598.  
  2599.    
  2600.    
  2601.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/79c50c5/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd6%2F1c%2F7f931e3c49978dee87aef9f070c8%2Frotoworldsquaregood.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/4eafcdf/2147483647/strip/true/crop/500x500+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd6%2F1c%2F7f931e3c49978dee87aef9f070c8%2Frotoworldsquaregood.jpg 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/79c50c5/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd6%2F1c%2F7f931e3c49978dee87aef9f070c8%2Frotoworldsquaregood.jpg" loading="lazy">
  2602.  
  2603.  
  2604. </picture>
  2605. </span><span class="NavigationLink-text">Betting Home</span></a>
  2606. </div>
  2607.                
  2608.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/football"><span class="NavigationLink-image"><picture>
  2609.    
  2610.    
  2611.        
  2612.            
  2613.  
  2614.        
  2615.    
  2616.  
  2617.    
  2618.    
  2619.        
  2620.    
  2621.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
  2622.  
  2623.    
  2624.  
  2625.    
  2626.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
  2627.  
  2628.    
  2629.  
  2630.  
  2631.    
  2632.    
  2633.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
  2634.  
  2635.  
  2636. </picture>
  2637. </span><span class="NavigationLink-text">Fantasy Football</span></a>
  2638. </div>
  2639.                
  2640.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/football/player-news"><span class="NavigationLink-image"><picture>
  2641.    
  2642.    
  2643.        
  2644.            
  2645.  
  2646.        
  2647.    
  2648.  
  2649.    
  2650.    
  2651.        
  2652.    
  2653.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
  2654.  
  2655.    
  2656.  
  2657.    
  2658.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
  2659.  
  2660.    
  2661.  
  2662.  
  2663.    
  2664.    
  2665.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
  2666.  
  2667.  
  2668. </picture>
  2669. </span><span class="NavigationLink-text">NFL Player News</span></a>
  2670. </div>
  2671.                
  2672.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/matthew-berry"><span class="NavigationLink-image"><picture>
  2673.    
  2674.    
  2675.        
  2676.            
  2677.  
  2678.        
  2679.    
  2680.  
  2681.    
  2682.    
  2683.        
  2684.    
  2685.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/73c647c/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd3%2F2c%2Fd023ff994e36ada72f3b7a7391e2%2Fhappy-hour-with-matthew-berry-podcast-logo.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/ba1dfc3/2147483647/strip/true/crop/1080x1080+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd3%2F2c%2Fd023ff994e36ada72f3b7a7391e2%2Fhappy-hour-with-matthew-berry-podcast-logo.png 2x">
  2686.  
  2687.    
  2688.  
  2689.    
  2690.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/56e4074/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd3%2F2c%2Fd023ff994e36ada72f3b7a7391e2%2Fhappy-hour-with-matthew-berry-podcast-logo.png">
  2691.  
  2692.    
  2693.  
  2694.  
  2695.    
  2696.    
  2697.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/56e4074/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd3%2F2c%2Fd023ff994e36ada72f3b7a7391e2%2Fhappy-hour-with-matthew-berry-podcast-logo.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/dbcf954/2147483647/strip/true/crop/1080x1080+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd3%2F2c%2Fd023ff994e36ada72f3b7a7391e2%2Fhappy-hour-with-matthew-berry-podcast-logo.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/56e4074/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd3%2F2c%2Fd023ff994e36ada72f3b7a7391e2%2Fhappy-hour-with-matthew-berry-podcast-logo.png" loading="lazy">
  2698.  
  2699.  
  2700. </picture>
  2701. </span><span class="NavigationLink-text">Matthew Berry</span></a>
  2702. </div>
  2703.                
  2704.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/baseball"><span class="NavigationLink-image"><picture>
  2705.    
  2706.    
  2707.        
  2708.            
  2709.  
  2710.        
  2711.    
  2712.  
  2713.    
  2714.    
  2715.        
  2716.    
  2717.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ec89988/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/3b0c8f3/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 2x">
  2718.  
  2719.    
  2720.  
  2721.    
  2722.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png">
  2723.  
  2724.    
  2725.  
  2726.  
  2727.    
  2728.    
  2729.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/32e2a97/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png" loading="lazy">
  2730.  
  2731.  
  2732. </picture>
  2733. </span><span class="NavigationLink-text">Fantasy Baseball</span></a>
  2734. </div>
  2735.                
  2736.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/baseball/player-news"><span class="NavigationLink-image"><picture>
  2737.    
  2738.    
  2739.        
  2740.            
  2741.  
  2742.        
  2743.    
  2744.  
  2745.    
  2746.    
  2747.        
  2748.    
  2749.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ec89988/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/3b0c8f3/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 2x">
  2750.  
  2751.    
  2752.  
  2753.    
  2754.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png">
  2755.  
  2756.    
  2757.  
  2758.  
  2759.    
  2760.    
  2761.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/32e2a97/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png" loading="lazy">
  2762.  
  2763.  
  2764. </picture>
  2765. </span><span class="NavigationLink-text">MLB Player News</span></a>
  2766. </div>
  2767.                
  2768.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/basketball"><span class="NavigationLink-image"><picture>
  2769.    
  2770.    
  2771.        
  2772.            
  2773.  
  2774.        
  2775.    
  2776.  
  2777.    
  2778.    
  2779.        
  2780.    
  2781.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e485147/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e26a82e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x">
  2782.  
  2783.    
  2784.  
  2785.    
  2786.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png">
  2787.  
  2788.    
  2789.  
  2790.  
  2791.    
  2792.    
  2793.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a6a30c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png" loading="lazy">
  2794.  
  2795.  
  2796. </picture>
  2797. </span><span class="NavigationLink-text">Fantasy Basketball</span></a>
  2798. </div>
  2799.                
  2800.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/basketball/player-news"><span class="NavigationLink-image"><picture>
  2801.    
  2802.    
  2803.        
  2804.            
  2805.  
  2806.        
  2807.    
  2808.  
  2809.    
  2810.    
  2811.        
  2812.    
  2813.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e485147/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e26a82e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x">
  2814.  
  2815.    
  2816.  
  2817.    
  2818.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png">
  2819.  
  2820.    
  2821.  
  2822.  
  2823.    
  2824.    
  2825.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a6a30c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png" loading="lazy">
  2826.  
  2827.  
  2828. </picture>
  2829. </span><span class="NavigationLink-text">NBA Player News</span></a>
  2830. </div>
  2831.                
  2832.                    <div class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/wnba/wnba-player-news"><span class="NavigationLink-image"><picture>
  2833.    
  2834.    
  2835.        
  2836.            
  2837.  
  2838.        
  2839.    
  2840.  
  2841.    
  2842.    
  2843.        
  2844.    
  2845.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e485147/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e26a82e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x">
  2846.  
  2847.    
  2848.  
  2849.    
  2850.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png">
  2851.  
  2852.    
  2853.  
  2854.  
  2855.    
  2856.    
  2857.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a6a30c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png" loading="lazy">
  2858.  
  2859.  
  2860. </picture>
  2861. </span><span class="NavigationLink-text">WNBA Player News</span></a>
  2862. </div>
  2863.                
  2864.            
  2865.        </div>
  2866.    
  2867. </div>
  2868. </li>
  2869.                    
  2870.                
  2871.            
  2872.                
  2873.                    
  2874.                        <li class="NavigationMobile-items-item" >
  2875.                            <div class="NavigationItem" >
  2876.    <div class="NavigationItem-text">
  2877.        
  2878.        
  2879.            
  2880.                <a href="https://www.nbcsports.com/nfl/profootballtalk">PFT</a>
  2881.            
  2882.        
  2883.    </div>
  2884.  
  2885.    
  2886. </div>
  2887. </li>
  2888.                    
  2889.                
  2890.            
  2891.                
  2892.                    
  2893.                        <li class="NavigationMobile-items-item" >
  2894.                            <div class="NavigationItem" >
  2895.    <div class="NavigationItem-text">
  2896.        
  2897.        
  2898.            
  2899.                <a href="https://www.nbcsports.com/golf">Golf Channel</a>
  2900.            
  2901.        
  2902.    </div>
  2903.  
  2904.    
  2905. </div>
  2906. </li>
  2907.                    
  2908.                
  2909.            
  2910.                
  2911.                    
  2912.                        <li class="NavigationMobile-items-item" >
  2913.                            <div class="NavigationItem" >
  2914.    <div class="NavigationItem-text">
  2915.        
  2916.        
  2917.            
  2918.                <a href="https://www.nbcsports.com/watch">Watch</a>
  2919.            
  2920.        
  2921.    </div>
  2922.  
  2923.    
  2924. </div>
  2925. </li>
  2926.                    
  2927.                
  2928.            
  2929.                
  2930.                    
  2931.                        <li class="NavigationMobile-items-item" >
  2932.                            <div class="NavigationItem" >
  2933.    <div class="NavigationItem-text">
  2934.        
  2935.        
  2936.            
  2937.                <a href="https://www.nbcsports.com/podcasts">Podcasts</a>
  2938.            
  2939.        
  2940.    </div>
  2941.  
  2942.    
  2943. </div>
  2944. </li>
  2945.                    
  2946.                
  2947.            
  2948.                
  2949.                    
  2950.                
  2951.            
  2952.        </ul>
  2953.        <ul class="NavigationMobile-items">
  2954.            
  2955.                
  2956.            
  2957.                
  2958.                    
  2959.                
  2960.            
  2961.                
  2962.                    
  2963.                
  2964.            
  2965.                
  2966.                    
  2967.                
  2968.            
  2969.                
  2970.                    
  2971.                
  2972.            
  2973.                
  2974.                    
  2975.                
  2976.            
  2977.                
  2978.                    
  2979.                
  2980.            
  2981.                
  2982.                    
  2983.                        
  2984.                            
  2985.                                
  2986.                                    <li class="NavigationMobile-items-item"><a class="NavigationLink" href="https://www.peacocktv.com?cid=2301sptgennbspownedi8371&amp;utm_campaign=2301sptgen&amp;utm_source=nbcs_nbcspts_st-sv&amp;utm_medium=own_edi_awa_glbnvlnk&amp;utm_term=nbcsportssitevisitors&amp;utm_content=sportsonpeacock" target="_blank"><span class="NavigationLink-image"><picture>
  2987.    
  2988.    
  2989.        
  2990.            
  2991.  
  2992.        
  2993.    
  2994.  
  2995.    
  2996.    
  2997.        
  2998.    
  2999.  
  3000.    
  3001.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/45/0b/ee757f2f4ae8bdf3e0a91810ffa7/peacock-app-stroke.svg">
  3002.  
  3003.    
  3004.  
  3005.  
  3006.    
  3007.    
  3008.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/45/0b/ee757f2f4ae8bdf3e0a91810ffa7/peacock-app-stroke.svg" loading="lazy">
  3009.  
  3010.  
  3011. </picture>
  3012. </span><span class="NavigationLink-text">Peacock</span></a>
  3013. </li>
  3014.                                
  3015.                                    <li class="NavigationMobile-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/betting"><span class="NavigationLink-image"><picture>
  3016.    
  3017.    
  3018.        
  3019.            
  3020.  
  3021.        
  3022.    
  3023.  
  3024.    
  3025.    
  3026.        
  3027.    
  3028.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1274bf6/2147483647/strip/true/crop/1000x1000+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5d%2F5a%2Fd05a8a064bdeb2fad776e20897f2%2F1000x1000-bte-white.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/728c62a/2147483647/strip/true/crop/1000x1000+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5d%2F5a%2Fd05a8a064bdeb2fad776e20897f2%2F1000x1000-bte-white.jpg 2x">
  3029.  
  3030.    
  3031.  
  3032.    
  3033.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0df36e9/2147483647/strip/true/crop/1000x1000+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5d%2F5a%2Fd05a8a064bdeb2fad776e20897f2%2F1000x1000-bte-white.jpg">
  3034.  
  3035.    
  3036.  
  3037.  
  3038.    
  3039.    
  3040.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0df36e9/2147483647/strip/true/crop/1000x1000+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5d%2F5a%2Fd05a8a064bdeb2fad776e20897f2%2F1000x1000-bte-white.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/8c36e2e/2147483647/strip/true/crop/1000x1000+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5d%2F5a%2Fd05a8a064bdeb2fad776e20897f2%2F1000x1000-bte-white.jpg 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/0df36e9/2147483647/strip/true/crop/1000x1000+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5d%2F5a%2Fd05a8a064bdeb2fad776e20897f2%2F1000x1000-bte-white.jpg" loading="lazy">
  3041.  
  3042.  
  3043. </picture>
  3044. </span><span class="NavigationLink-text">Betting Home</span></a>
  3045. </li>
  3046.                                
  3047.                                    <li class="NavigationMobile-items-item"><a class="NavigationLink" href="https://www.nbcolympics.com/?ref=nbcs" target="_blank"><span class="NavigationLink-image"><picture>
  3048.    
  3049.    
  3050.        
  3051.            
  3052.  
  3053.        
  3054.    
  3055.  
  3056.    
  3057.    
  3058.        
  3059.    
  3060.  
  3061.    
  3062.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/cf/bf/853ddb3a491a9ea395afbf94009d/nbc-olympics-logo.svg">
  3063.  
  3064.    
  3065.  
  3066.  
  3067.    
  3068.    
  3069.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/cf/bf/853ddb3a491a9ea395afbf94009d/nbc-olympics-logo.svg" loading="lazy">
  3070.  
  3071.  
  3072. </picture>
  3073. </span><span class="NavigationLink-text">Milan Cortina 2026 Olympics</span></a>
  3074. </li>
  3075.                                
  3076.                                    <li class="NavigationMobile-items-item"><a class="NavigationLink" href="https://www.telemundo.com/deportes?ref=nbcs" target="_blank"><span class="NavigationLink-image"><picture>
  3077.    
  3078.    
  3079.        
  3080.            
  3081.  
  3082.        
  3083.    
  3084.  
  3085.    
  3086.    
  3087.        
  3088.    
  3089.  
  3090.    
  3091.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/16/83/aa95d5e54c26a7821e864ed5a653/1-light.svg">
  3092.  
  3093.    
  3094.  
  3095.  
  3096.    
  3097.    
  3098.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/16/83/aa95d5e54c26a7821e864ed5a653/1-light.svg" loading="lazy">
  3099.  
  3100.  
  3101. </picture>
  3102. </span><span class="NavigationLink-text">Telemundo Deportes</span></a>
  3103. </li>
  3104.                                
  3105.                                    <li class="NavigationMobile-items-item"><a class="NavigationLink" href="https://www.golfnow.com/?ref=nbcs" target="_blank"><span class="NavigationLink-image"><picture>
  3106.    
  3107.    
  3108.        
  3109.            
  3110.  
  3111.        
  3112.    
  3113.  
  3114.    
  3115.    
  3116.        
  3117.    
  3118.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9b90307/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1b%2Ff8%2F3b7b01cd47cdb7dda14e13163ff4%2Fgolfnow.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/af2d4ab/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1b%2Ff8%2F3b7b01cd47cdb7dda14e13163ff4%2Fgolfnow.png 2x">
  3119.  
  3120.    
  3121.  
  3122.    
  3123.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/253e6b5/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1b%2Ff8%2F3b7b01cd47cdb7dda14e13163ff4%2Fgolfnow.png">
  3124.  
  3125.    
  3126.  
  3127.  
  3128.    
  3129.    
  3130.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/253e6b5/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1b%2Ff8%2F3b7b01cd47cdb7dda14e13163ff4%2Fgolfnow.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/099a914/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1b%2Ff8%2F3b7b01cd47cdb7dda14e13163ff4%2Fgolfnow.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/253e6b5/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1b%2Ff8%2F3b7b01cd47cdb7dda14e13163ff4%2Fgolfnow.png" loading="lazy">
  3131.  
  3132.  
  3133. </picture>
  3134. </span><span class="NavigationLink-text">GolfNow</span></a>
  3135. </li>
  3136.                                
  3137.                                    <li class="NavigationMobile-items-item"><a class="NavigationLink" href="https://www.golfpass.com/?ref=nbcs" target="_blank"><span class="NavigationLink-image"><picture>
  3138.    
  3139.    
  3140.        
  3141.            
  3142.  
  3143.        
  3144.    
  3145.  
  3146.    
  3147.    
  3148.        
  3149.    
  3150.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2672967/2147483647/strip/true/crop/100x100+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc0%2Ff1%2F6bdf9d0041f2874ab02464b8370f%2Fgolfpass.jpeg 1x,https://nbcsports.brightspotcdn.com/dims4/default/f829331/2147483647/strip/true/crop/100x100+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc0%2Ff1%2F6bdf9d0041f2874ab02464b8370f%2Fgolfpass.jpeg 2x">
  3151.  
  3152.    
  3153.  
  3154.    
  3155.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a74d47a/2147483647/strip/true/crop/100x100+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc0%2Ff1%2F6bdf9d0041f2874ab02464b8370f%2Fgolfpass.jpeg">
  3156.  
  3157.    
  3158.  
  3159.  
  3160.    
  3161.    
  3162.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a74d47a/2147483647/strip/true/crop/100x100+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc0%2Ff1%2F6bdf9d0041f2874ab02464b8370f%2Fgolfpass.jpeg 1x,https://nbcsports.brightspotcdn.com/dims4/default/b209b50/2147483647/strip/true/crop/100x100+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc0%2Ff1%2F6bdf9d0041f2874ab02464b8370f%2Fgolfpass.jpeg 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a74d47a/2147483647/strip/true/crop/100x100+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc0%2Ff1%2F6bdf9d0041f2874ab02464b8370f%2Fgolfpass.jpeg" loading="lazy">
  3163.  
  3164.  
  3165. </picture>
  3166. </span><span class="NavigationLink-text">GolfPass</span></a>
  3167. </li>
  3168.                                
  3169.                                    <li class="NavigationMobile-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/now?utm_tags=nbcs1170 " target="_blank"><span class="NavigationLink-image"><picture>
  3170.    
  3171.    
  3172.        
  3173.            
  3174.  
  3175.        
  3176.    
  3177.  
  3178.    
  3179.    
  3180.        
  3181.    
  3182.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/23c30cf/2147483647/strip/true/crop/811x811+45+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F61%2F03%2F65c933644f98bcface70419d0853%2Fnbcsports-now-full-color-rev-logo-stacked.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/5ef28f7/2147483647/strip/true/crop/811x811+45+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F61%2F03%2F65c933644f98bcface70419d0853%2Fnbcsports-now-full-color-rev-logo-stacked.png 2x">
  3183.  
  3184.    
  3185.  
  3186.    
  3187.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a66a493/2147483647/strip/true/crop/811x811+45+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F61%2F03%2F65c933644f98bcface70419d0853%2Fnbcsports-now-full-color-rev-logo-stacked.png">
  3188.  
  3189.    
  3190.  
  3191.  
  3192.    
  3193.    
  3194.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a66a493/2147483647/strip/true/crop/811x811+45+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F61%2F03%2F65c933644f98bcface70419d0853%2Fnbcsports-now-full-color-rev-logo-stacked.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/342d58b/2147483647/strip/true/crop/811x811+45+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F61%2F03%2F65c933644f98bcface70419d0853%2Fnbcsports-now-full-color-rev-logo-stacked.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a66a493/2147483647/strip/true/crop/811x811+45+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F61%2F03%2F65c933644f98bcface70419d0853%2Fnbcsports-now-full-color-rev-logo-stacked.png" loading="lazy">
  3195.  
  3196.  
  3197. </picture>
  3198. </span><span class="NavigationLink-text">NBC Sports NOW</span></a>
  3199. </li>
  3200.                                
  3201.                                    <li class="NavigationMobile-items-item"><a class="NavigationLink" href="https://www.sportsengine.com/?ref=nbcs" target="_blank"><span class="NavigationLink-image"><picture>
  3202.    
  3203.    
  3204.        
  3205.            
  3206.  
  3207.        
  3208.    
  3209.  
  3210.    
  3211.    
  3212.        
  3213.    
  3214.  
  3215.    
  3216.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d3/01/9844f7bd4219927712ddb364691e/sports-engine-white.svg">
  3217.  
  3218.    
  3219.  
  3220.  
  3221.    
  3222.    
  3223.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d3/01/9844f7bd4219927712ddb364691e/sports-engine-white.svg" loading="lazy">
  3224.  
  3225.  
  3226. </picture>
  3227. </span><span class="NavigationLink-text">SportsEngine</span></a>
  3228. </li>
  3229.                                
  3230.                                    <li class="NavigationMobile-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/pressbox"><span class="NavigationLink-image"><picture>
  3231.    
  3232.    
  3233.        
  3234.            
  3235.  
  3236.        
  3237.    
  3238.  
  3239.    
  3240.    
  3241.        
  3242.    
  3243.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/d4be522/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fc1%2F66e9c6764b0f94724f8e8c241290%2Fnbcs-press-box-rgb.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/1653ad3/2147483647/strip/true/crop/1080x1080+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fc1%2F66e9c6764b0f94724f8e8c241290%2Fnbcs-press-box-rgb.png 2x">
  3244.  
  3245.    
  3246.  
  3247.    
  3248.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a1ce19b/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fc1%2F66e9c6764b0f94724f8e8c241290%2Fnbcs-press-box-rgb.png">
  3249.  
  3250.    
  3251.  
  3252.  
  3253.    
  3254.    
  3255.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a1ce19b/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fc1%2F66e9c6764b0f94724f8e8c241290%2Fnbcs-press-box-rgb.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/eb2b89b/2147483647/strip/true/crop/1080x1080+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fc1%2F66e9c6764b0f94724f8e8c241290%2Fnbcs-press-box-rgb.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a1ce19b/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fc1%2F66e9c6764b0f94724f8e8c241290%2Fnbcs-press-box-rgb.png" loading="lazy">
  3256.  
  3257.  
  3258. </picture>
  3259. </span><span class="NavigationLink-text">NBC Sports Press Box</span></a>
  3260. </li>
  3261.                                
  3262.                            
  3263.                        
  3264.                    
  3265.                
  3266.            
  3267.        </ul>
  3268.    
  3269. </nav>
  3270.  
  3271.                
  3272.            </div>
  3273.        </div>
  3274.    </div>
  3275.    <div class="SearchOverlay-background"></div>
  3276.    <div class="Page-header-hamburger-menu-overlay"></div>
  3277.  
  3278.    <div class="Page-header-bar">
  3279.        <div class="Page-header-bar-start">
  3280.            <div class="Page-header-logo"><a aria-label="home page" href="/"  >
  3281.    
  3282.        <img class="PageLogo-image" src="https://nbcsports.brightspotcdn.com/76/a1/28ae939d488781e23e1813aaecb3/nbc-sports-logo-1.svg" alt="nbc-sports-logo-yello.svg" width="400" >
  3283.    
  3284.    </a>
  3285. </div>
  3286.  
  3287.            
  3288.                <bsp-search-overlay class="SearchOverlay SearchOverlay-desktop">
  3289.    <div class="SearchOverlay-search-overlay">
  3290.      <form class="SearchOverlay-search-form" action="https://www.nbcsports.com/nfl/feed/rumor-mill/#nt=navsearch" novalidate="" autocomplete="off">
  3291.          <label class="SearchOverlay-search-label">
  3292.              <input placeholder=""  type="text" class="SearchOverlay-search-input" name="q" required="true">
  3293.              
  3294.                  
  3295.                      
  3296.                  
  3297.              
  3298.              <span class="sr-only">
  3299.                  Search Query
  3300.              </span>
  3301.            <button type="submit" class="SearchOverlay-search-submit">
  3302.                <svg>
  3303.                    <use xlink:href="#search"></use>
  3304.                </svg>
  3305.                <span class="sr-only">Submit Search</span>
  3306.            </button>
  3307.  
  3308.              <div class="SearchOverlay-search-form-clear">
  3309.                  <svg>
  3310.                      <use xlink:href="#close-x-dark"></use>
  3311.                  </svg>
  3312.              </div>
  3313.          </label>
  3314.      </form>
  3315.  
  3316.        
  3317.            <div class="SearchOverlay-module-wrapper">
  3318.                
  3319.                    <div class="SearchResultsModule" data-fragment-params="_fragmentId=00000188-ca97-d8d1-a3aa-cebf64dc0004&amp;_fragmentParent=00000188-ca97-d8d1-a3aa-cebf64dc0004&amp;_fragmentSignature=81fb56f19826788b41c3709a1c25ea0091feb74b&amp;_fragmentContext=WyIvcGFnZS9QYWdlLmhicyIsIi9wYWdlL0NvbmZpcm1hdGlvblBhZ2UuaGJzIiwiaGVhZGVyU2VhcmNoIiwiaGVhZGVyU2VhcmNoOjAiLCIvc2VhcmNoL1NlYXJjaFJlc3VsdHNNb2R1bGUuaGJzIiwiZnJhZ21lbnRQYXJhbXMiXQ==" >
  3320.    <div class="Icon-button SearchResultsModule-close" data-theme="outline"><svg class="close-x"><use xlink:href="#close-x"></use></svg></div>
  3321.  
  3322.    <div class="SearchResultsModule-container" data-search-results-ajax>
  3323.        
  3324.            <div class="SearchResultsModule-initialContent">
  3325.                
  3326.                    
  3327.                        
  3328.    <div class="PageListIcon"
  3329. >
  3330.  
  3331.        <div class="PageListIcon-items">
  3332.            
  3333.                <div class="PageListIcon-items-item">
  3334.                    <div class="PagePromo" data-no-media
  3335. >
  3336.    
  3337.        
  3338.            
  3339.  
  3340.        
  3341.    
  3342.  
  3343.    
  3344.        <div class="PagePromo-content">
  3345.            
  3346.    <div class="PagePromo-title">
  3347.        <a class="Link" href="https://www.nbcsports.com/mlb">MLB</a>
  3348.    </div>
  3349.  
  3350.  
  3351.  
  3352.            
  3353.  
  3354.  
  3355.            
  3356.  
  3357.  
  3358.            
  3359.  
  3360.        </div>
  3361.    
  3362. </div>
  3363.                </div>
  3364.            
  3365.                <div class="PageListIcon-items-item">
  3366.                    <div class="PagePromo" data-no-media
  3367. >
  3368.    
  3369.        
  3370.            
  3371.  
  3372.        
  3373.    
  3374.  
  3375.    
  3376.        <div class="PagePromo-content">
  3377.            
  3378.    <div class="PagePromo-title">
  3379.        <a class="Link" href="https://www.nbcsports.com/nfl">NFL</a>
  3380.    </div>
  3381.  
  3382.  
  3383.  
  3384.            
  3385.  
  3386.  
  3387.            
  3388.  
  3389.  
  3390.            
  3391.  
  3392.        </div>
  3393.    
  3394. </div>
  3395.                </div>
  3396.            
  3397.                <div class="PageListIcon-items-item">
  3398.                    <div class="PagePromo" data-no-media
  3399. >
  3400.    
  3401.        
  3402.            
  3403.  
  3404.        
  3405.    
  3406.  
  3407.    
  3408.        <div class="PagePromo-content">
  3409.            
  3410.    <div class="PagePromo-title">
  3411.        <a class="Link" href="https://www.nbcsports.com/nba">NBA</a>
  3412.    </div>
  3413.  
  3414.  
  3415.  
  3416.            
  3417.  
  3418.  
  3419.            
  3420.  
  3421.  
  3422.            
  3423.  
  3424.        </div>
  3425.    
  3426. </div>
  3427.                </div>
  3428.            
  3429.                <div class="PageListIcon-items-item">
  3430.                    <div class="PagePromo" data-no-media
  3431. >
  3432.    
  3433.        
  3434.            
  3435.  
  3436.        
  3437.    
  3438.  
  3439.    
  3440.        <div class="PagePromo-content">
  3441.            
  3442.    <div class="PagePromo-title">
  3443.        <a class="Link" href="https://www.nbcsports.com/nhl">NHL</a>
  3444.    </div>
  3445.  
  3446.  
  3447.  
  3448.            
  3449.  
  3450.  
  3451.            
  3452.  
  3453.  
  3454.            
  3455.  
  3456.        </div>
  3457.    
  3458. </div>
  3459.                </div>
  3460.            
  3461.                <div class="PageListIcon-items-item">
  3462.                    <div class="PagePromo" data-no-media
  3463. >
  3464.    
  3465.        
  3466.            
  3467.  
  3468.        
  3469.    
  3470.  
  3471.    
  3472.        <div class="PagePromo-content">
  3473.            
  3474.    <div class="PagePromo-title">
  3475.        <a class="Link" href="https://www.nbcsports.com/nascar">NASCAR </a>
  3476.    </div>
  3477.  
  3478.  
  3479.  
  3480.            
  3481.  
  3482.  
  3483.            
  3484.  
  3485.  
  3486.            
  3487.  
  3488.        </div>
  3489.    
  3490. </div>
  3491.                </div>
  3492.            
  3493.                <div class="PageListIcon-items-item">
  3494.                    <div class="PagePromo" data-no-media
  3495. >
  3496.    
  3497.        
  3498.            
  3499.  
  3500.        
  3501.    
  3502.  
  3503.    
  3504.        <div class="PagePromo-content">
  3505.            
  3506.    <div class="PagePromo-title">
  3507.        <a class="Link" href="https://www.nbcsports.com/soccer/premier-league">Premier League</a>
  3508.    </div>
  3509.  
  3510.  
  3511.  
  3512.            
  3513.  
  3514.  
  3515.            
  3516.  
  3517.  
  3518.            
  3519.  
  3520.        </div>
  3521.    
  3522. </div>
  3523.                </div>
  3524.            
  3525.                <div class="PageListIcon-items-item">
  3526.                    <div class="PagePromo" data-no-media
  3527. >
  3528.    
  3529.        
  3530.            
  3531.  
  3532.        
  3533.    
  3534.  
  3535.    
  3536.        <div class="PagePromo-content">
  3537.            
  3538.    <div class="PagePromo-title">
  3539.        <a class="Link" href="https://www.nbcsports.com/college-football">College Football </a>
  3540.    </div>
  3541.  
  3542.  
  3543.  
  3544.            
  3545.  
  3546.  
  3547.            
  3548.  
  3549.  
  3550.            
  3551.  
  3552.        </div>
  3553.    
  3554. </div>
  3555.                </div>
  3556.            
  3557.                <div class="PageListIcon-items-item">
  3558.                    <div class="PagePromo" data-no-media
  3559. >
  3560.    
  3561.        
  3562.            
  3563.  
  3564.        
  3565.    
  3566.  
  3567.    
  3568.        <div class="PagePromo-content">
  3569.            
  3570.    <div class="PagePromo-title">
  3571.        <a class="Link" href="https://www.nbcsports.com/mens-college-basketball">Men’s College Basketball </a>
  3572.    </div>
  3573.  
  3574.  
  3575.  
  3576.            
  3577.  
  3578.  
  3579.            
  3580.  
  3581.  
  3582.            
  3583.  
  3584.        </div>
  3585.    
  3586. </div>
  3587.                </div>
  3588.            
  3589.                <div class="PageListIcon-items-item">
  3590.                    <div class="PagePromo" data-no-media
  3591. >
  3592.    
  3593.        
  3594.            
  3595.  
  3596.        
  3597.    
  3598.  
  3599.    
  3600.        <div class="PagePromo-content">
  3601.            
  3602.    <div class="PagePromo-title">
  3603.        <a class="Link" href="https://www.nbcsports.com/horse-racing">Horse Racing</a>
  3604.    </div>
  3605.  
  3606.  
  3607.  
  3608.            
  3609.  
  3610.  
  3611.            
  3612.  
  3613.  
  3614.            
  3615.  
  3616.        </div>
  3617.    
  3618. </div>
  3619.                </div>
  3620.            
  3621.        </div>
  3622.    </div>
  3623.  
  3624.  
  3625.                    
  3626.                
  3627.                    
  3628.                
  3629.                    
  3630.                
  3631.                    
  3632.                
  3633.  
  3634.                <div class="SearchResultsModule-initialContent-scrolling">
  3635.                
  3636.                    
  3637.                
  3638.                    
  3639.                        
  3640.    <div class="PageListTopSearch"
  3641. data-module>
  3642.        
  3643.    <a class="AnchorLink" id="top-news"></a>
  3644.  
  3645.  
  3646.  
  3647.  
  3648. <div class="TitleBar">
  3649.    <div class="TitleBar-left">
  3650.        
  3651.        
  3652.            <h3 class="TitleBar-title">Top News</h3>
  3653.        
  3654.        
  3655.        
  3656.    </div>
  3657.    
  3658.  
  3659.    
  3660. </div>
  3661.  
  3662.  
  3663.  
  3664.        <div class="PageListTopSearch-items">
  3665.            
  3666.                <div class="PageListTopSearch-items-item">
  3667.                    <div class="PagePromo" data-align-left-small
  3668. >
  3669.    
  3670.        
  3671.            
  3672.    <div class="PagePromo-media" ><a class="Link" aria-label="2025 Fantasy Baseball Injury Tracker: Kyle Tucker goes down, Cole Ragans finally on the way back" href="https://www.nbcsports.com/fantasy/baseball/news/2025-fantasy-baseball-injury-tracker-cj-abrams-sidelined-justin-steele-out-for-the-season" ><picture>
  3673.    
  3674.    
  3675.        
  3676.            
  3677.  
  3678.        
  3679.    
  3680.  
  3681.    
  3682.    
  3683.        
  3684.    
  3685.                <source type="image/webp"  width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/50b2a76/2147483647/strip/true/crop/4626x4626+962+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F58%2Fff%2F7b3c44e44de096358dc19f38b238%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D26552949">
  3686.  
  3687.            
  3688.        
  3689.    
  3690.  
  3691.    
  3692.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/38f1abb/2147483647/strip/true/crop/4626x4626+962+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F58%2Fff%2F7b3c44e44de096358dc19f38b238%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D26552949">
  3693.  
  3694.    
  3695.  
  3696.  
  3697.    
  3698.    
  3699.    <img class="Image" alt="MLB: Chicago Cubs at Houston Astros" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/38f1abb/2147483647/strip/true/crop/4626x4626+962+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F58%2Fff%2F7b3c44e44de096358dc19f38b238%2Fhttps-api-imagn.com%2Frest%2Fdownload%2FimageID%3D26552949" loading="lazy">
  3700.  
  3701.  
  3702. </picture>
  3703.  
  3704. </a></div>
  3705.  
  3706.  
  3707.        
  3708.    
  3709.  
  3710.    
  3711.        <div class="PagePromo-content">
  3712.            
  3713.    <div class="PagePromo-title">
  3714.        <a class="Link" href="https://www.nbcsports.com/fantasy/baseball/news/2025-fantasy-baseball-injury-tracker-cj-abrams-sidelined-justin-steele-out-for-the-season">2025 Fantasy Baseball Injury Tracker: Kyle Tucker goes down, Cole Ragans finally on the way back</a>
  3715.    </div>
  3716.  
  3717.  
  3718.  
  3719.            
  3720.  
  3721.  
  3722.            
  3723.    <div class="PagePromo-byline"><div class="PagePromo-authors">
  3724.                    
  3725.                        <ul class="Page-authors-items PagePromo-authors-items mobile" >
  3726.                            
  3727.                                
  3728.                                    <li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/rotoworld-staff" class="Mention" aria-label="Rotoworld Staff" data-no-img>
  3729.    
  3730.        
  3731.    Rotoworld Staff</a><span class="separator">&#44;</span></li>
  3732.                                
  3733.                            
  3734.                            
  3735.                        </ul>
  3736.                        <ul class="Page-authors-items PagePromo-authors-items tablet" >
  3737.                            
  3738.                                
  3739.                                    <li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/rotoworld-staff" class="Mention" aria-label="Rotoworld Staff" data-no-img>
  3740.    
  3741.        
  3742.    Rotoworld Staff</a><span class="separator">&#44;</span></li>
  3743.                                
  3744.                            
  3745.                            
  3746.                        </ul>
  3747.                    
  3748.                </div></div>
  3749.  
  3750.  
  3751.  
  3752.            
  3753.  
  3754.        </div>
  3755.    
  3756. </div>
  3757.                </div>
  3758.            
  3759.                <div class="PageListTopSearch-items-item">
  3760.                    <div class="PagePromo" data-align-left-small
  3761. >
  3762.    
  3763.        
  3764.            
  3765.    <div class="PagePromo-media" ><a class="Link" aria-label="Boston has go-ahead basket with 7.4 seconds left as Fever beat Dream 87-85 to reach WNBA semifinals" href="https://www.nbcsports.com/wnba/news/boston-has-go-ahead-basket-with-7-4-seconds-left-as-fever-beat-dream-87-85-to-reach-wnba-semifinals" ><picture>
  3766.    
  3767.    
  3768.        
  3769.            
  3770.  
  3771.        
  3772.    
  3773.  
  3774.    
  3775.    
  3776.        
  3777.    
  3778.                <source type="image/webp"  width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/90a66c0/2147483647/strip/true/crop/2834x2834+702+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F91%2F1f%2Fd7205718458296c5350e4a937710%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2236189837">
  3779.  
  3780.            
  3781.        
  3782.    
  3783.  
  3784.    
  3785.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/c6f3343/2147483647/strip/true/crop/2834x2834+702+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F91%2F1f%2Fd7205718458296c5350e4a937710%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2236189837">
  3786.  
  3787.    
  3788.  
  3789.  
  3790.    
  3791.    
  3792.    <img class="Image" alt="Indiana Fever v Atlanta Dream - Game Three" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/c6f3343/2147483647/strip/true/crop/2834x2834+702+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F91%2F1f%2Fd7205718458296c5350e4a937710%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2236189837" loading="lazy">
  3793.  
  3794.  
  3795. </picture>
  3796.  
  3797. </a></div>
  3798.  
  3799.  
  3800.        
  3801.    
  3802.  
  3803.    
  3804.        <div class="PagePromo-content">
  3805.            
  3806.    <div class="PagePromo-title">
  3807.        <a class="Link" href="https://www.nbcsports.com/wnba/news/boston-has-go-ahead-basket-with-7-4-seconds-left-as-fever-beat-dream-87-85-to-reach-wnba-semifinals">Boston has go-ahead basket with 7.4 seconds left as Fever beat Dream 87-85 to reach WNBA semifinals</a>
  3808.    </div>
  3809.  
  3810.  
  3811.  
  3812.            
  3813.  
  3814.  
  3815.            
  3816.    <div class="PagePromo-byline"><div class="PagePromo-authors">
  3817.                    
  3818.                        <ul class="Page-authors-items PagePromo-authors-items mobile" >
  3819.                            
  3820.                                
  3821.                                    <li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/associated-press" class="Mention" aria-label="Associated Press" data-no-img>
  3822.    
  3823.        
  3824.    Associated Press</a><span class="separator">&#44;</span></li>
  3825.                                
  3826.                            
  3827.                            
  3828.                        </ul>
  3829.                        <ul class="Page-authors-items PagePromo-authors-items tablet" >
  3830.                            
  3831.                                
  3832.                                    <li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/associated-press" class="Mention" aria-label="Associated Press" data-no-img>
  3833.    
  3834.        
  3835.    Associated Press</a><span class="separator">&#44;</span></li>
  3836.                                
  3837.                            
  3838.                            
  3839.                        </ul>
  3840.                    
  3841.                </div></div>
  3842.  
  3843.  
  3844.  
  3845.            
  3846.  
  3847.        </div>
  3848.    
  3849. </div>
  3850.                </div>
  3851.            
  3852.                <div class="PageListTopSearch-items-item">
  3853.                    <div class="PagePromo" data-align-left-small
  3854. >
  3855.    
  3856.        
  3857.            
  3858.    <div class="PagePromo-media" ><a class="Link" aria-label="Wilson scores 38, Young has go-ahead basket as the Aces beat the Storm 74-73 to reach WNBA semis" href="https://www.nbcsports.com/wnba/news/wilson-scores-38-young-has-go-ahead-basket-as-the-aces-beat-the-storm-74-73-to-reach-wnba-semis" ><picture>
  3859.    
  3860.    
  3861.        
  3862.            
  3863.  
  3864.        
  3865.    
  3866.  
  3867.    
  3868.    
  3869.        
  3870.    
  3871.                <source type="image/webp"  width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0e00249/2147483647/strip/true/crop/3311x3311+828+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff8%2F79%2F43a6fe1a423cb950a0d6f8f94d04%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2235627240">
  3872.  
  3873.            
  3874.        
  3875.    
  3876.  
  3877.    
  3878.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/7bd9aee/2147483647/strip/true/crop/3311x3311+828+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff8%2F79%2F43a6fe1a423cb950a0d6f8f94d04%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2235627240">
  3879.  
  3880.    
  3881.  
  3882.  
  3883.    
  3884.    
  3885.    <img class="Image" alt="Seattle Storm v Las Vegas Aces - Game Three" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/7bd9aee/2147483647/strip/true/crop/3311x3311+828+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff8%2F79%2F43a6fe1a423cb950a0d6f8f94d04%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F2235627240" loading="lazy">
  3886.  
  3887.  
  3888. </picture>
  3889.  
  3890. </a></div>
  3891.  
  3892.  
  3893.        
  3894.    
  3895.  
  3896.    
  3897.        <div class="PagePromo-content">
  3898.            
  3899.    <div class="PagePromo-title">
  3900.        <a class="Link" href="https://www.nbcsports.com/wnba/news/wilson-scores-38-young-has-go-ahead-basket-as-the-aces-beat-the-storm-74-73-to-reach-wnba-semis">Wilson scores 38, Young has go-ahead basket as the Aces beat the Storm 74-73 to reach WNBA semis</a>
  3901.    </div>
  3902.  
  3903.  
  3904.  
  3905.            
  3906.  
  3907.  
  3908.            
  3909.    <div class="PagePromo-byline"><div class="PagePromo-authors">
  3910.                    
  3911.                        <ul class="Page-authors-items PagePromo-authors-items mobile" >
  3912.                            
  3913.                                
  3914.                                    <li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/associated-press" class="Mention" aria-label="Associated Press" data-no-img>
  3915.    
  3916.        
  3917.    Associated Press</a><span class="separator">&#44;</span></li>
  3918.                                
  3919.                            
  3920.                            
  3921.                        </ul>
  3922.                        <ul class="Page-authors-items PagePromo-authors-items tablet" >
  3923.                            
  3924.                                
  3925.                                    <li class="Page-authors-items-item PagePromo-authors-items-item"><a href="https://www.nbcsports.com/author/associated-press" class="Mention" aria-label="Associated Press" data-no-img>
  3926.    
  3927.        
  3928.    Associated Press</a><span class="separator">&#44;</span></li>
  3929.                                
  3930.                            
  3931.                            
  3932.                        </ul>
  3933.                    
  3934.                </div></div>
  3935.  
  3936.  
  3937.  
  3938.            
  3939.  
  3940.        </div>
  3941.    
  3942. </div>
  3943.                </div>
  3944.            
  3945.        </div>
  3946.    </div>
  3947.  
  3948.  
  3949.                    
  3950.                
  3951.                    
  3952.                        
  3953.    <div class="PageListTopSearch"
  3954. data-module>
  3955.        
  3956.    <a class="AnchorLink" id="top-clips"></a>
  3957.  
  3958.  
  3959.  
  3960.  
  3961. <div class="TitleBar">
  3962.    <div class="TitleBar-left">
  3963.        
  3964.        
  3965.            <h3 class="TitleBar-title">Top Clips</h3>
  3966.        
  3967.        
  3968.        
  3969.    </div>
  3970.    
  3971.  
  3972.    
  3973. </div>
  3974.  
  3975.  
  3976.  
  3977.        <div class="PageListTopSearch-items">
  3978.            
  3979.                <div class="PageListTopSearch-items-item">
  3980.                    <div class="PagePromo" data-align-left-small
  3981. >
  3982.    
  3983.        
  3984.            
  3985.    <div class="PagePromo-media" ><a class="Link" aria-label="Highlights: 2025 Fedex Open de France, Round 1" href="https://www.nbcsports.com/watch/golf-central/dp-world-tour-highlights-2025-fedex-open-de-france-round-1-best-shots" ><picture>
  3986.    
  3987.    
  3988.        
  3989.            
  3990.  
  3991.        
  3992.    
  3993.  
  3994.    
  3995.    
  3996.        
  3997.    
  3998.                <source type="image/webp"  width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0843d16/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F905%2F363%2Fnbc_golf_dpwt_250918.jpg">
  3999.  
  4000.            
  4001.        
  4002.    
  4003.  
  4004.    
  4005.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/829efd9/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F905%2F363%2Fnbc_golf_dpwt_250918.jpg">
  4006.  
  4007.    
  4008.  
  4009.  
  4010.    
  4011.    
  4012.    <img class="Image" alt="nbc_golf_dpwt_250918.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/829efd9/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F905%2F363%2Fnbc_golf_dpwt_250918.jpg" loading="lazy">
  4013.  
  4014.  
  4015. </picture>
  4016.  
  4017. </a></div>
  4018.  
  4019.  
  4020.        
  4021.    
  4022.  
  4023.    
  4024.        <div class="PagePromo-content">
  4025.            
  4026.    <div class="PagePromo-title">
  4027.        <a class="Link" href="https://www.nbcsports.com/watch/golf-central/dp-world-tour-highlights-2025-fedex-open-de-france-round-1-best-shots">Highlights: 2025 Fedex Open de France, Round 1</a>
  4028.    </div>
  4029.  
  4030.  
  4031.  
  4032.            
  4033.  
  4034.  
  4035.            
  4036.  
  4037.  
  4038.            
  4039.  
  4040.        </div>
  4041.    
  4042. </div>
  4043.                </div>
  4044.            
  4045.                <div class="PageListTopSearch-items-item">
  4046.                    <div class="PagePromo" data-align-left-small
  4047. >
  4048.    
  4049.        
  4050.            
  4051.    <div class="PagePromo-media" ><a class="Link" aria-label="HLs: Nationwide Children’s Hospital Champ., Rd 1" href="https://www.nbcsports.com/watch/golf-central/korn-ferry-tour-hls-nationwide-childrens-hospital-championship-round-1" ><picture>
  4052.    
  4053.    
  4054.        
  4055.            
  4056.  
  4057.        
  4058.    
  4059.  
  4060.    
  4061.    
  4062.        
  4063.    
  4064.                <source type="image/webp"  width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a0d7408/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F904%2F387%2Fnbc_golf_kfthighlights_250918.jpg">
  4065.  
  4066.            
  4067.        
  4068.    
  4069.  
  4070.    
  4071.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/33077f4/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F904%2F387%2Fnbc_golf_kfthighlights_250918.jpg">
  4072.  
  4073.    
  4074.  
  4075.  
  4076.    
  4077.    
  4078.    <img class="Image" alt="nbc_golf_kfthighlights_250918.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/33077f4/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F904%2F387%2Fnbc_golf_kfthighlights_250918.jpg" loading="lazy">
  4079.  
  4080.  
  4081. </picture>
  4082.  
  4083. </a></div>
  4084.  
  4085.  
  4086.        
  4087.    
  4088.  
  4089.    
  4090.        <div class="PagePromo-content">
  4091.            
  4092.    <div class="PagePromo-title">
  4093.        <a class="Link" href="https://www.nbcsports.com/watch/golf-central/korn-ferry-tour-hls-nationwide-childrens-hospital-championship-round-1">HLs: Nationwide Children’s Hospital Champ., Rd 1</a>
  4094.    </div>
  4095.  
  4096.  
  4097.  
  4098.            
  4099.  
  4100.  
  4101.            
  4102.  
  4103.  
  4104.            
  4105.  
  4106.        </div>
  4107.    
  4108. </div>
  4109.                </div>
  4110.            
  4111.                <div class="PageListTopSearch-items-item">
  4112.                    <div class="PagePromo" data-align-left-small
  4113. >
  4114.    
  4115.        
  4116.            
  4117.    <div class="PagePromo-media" ><a class="Link" aria-label="Hunter chasing Jett in SMX Championship" href="https://www.nbcsports.com/watch/hunter-lawrence-chasing-jett-lawrence-for-smx-title-at-las-vegas-final" ><picture>
  4118.    
  4119.    
  4120.        
  4121.            
  4122.  
  4123.        
  4124.    
  4125.  
  4126.    
  4127.    
  4128.        
  4129.    
  4130.                <source type="image/webp"  width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e8a28eb/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/format/webp/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F899%2F1007%2FLawrence_Bros_raw.jpg">
  4131.  
  4132.            
  4133.        
  4134.    
  4135.  
  4136.    
  4137.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/dims4/default/98af7f7/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F899%2F1007%2FLawrence_Bros_raw.jpg">
  4138.  
  4139.    
  4140.  
  4141.  
  4142.    
  4143.    
  4144.    <img class="Image" alt="Lawrence_Bros_raw.jpg" width="64" height="64" src="https://nbcsports.brightspotcdn.com/dims4/default/98af7f7/2147483647/strip/true/crop/1080x1080+420+0/resize/64x64!/quality/90/?url=https%3A%2F%2Fhdliveextra-a.akamaihd.net%2FHD%2Fimage_sports%2FNBCU_Sports_Group_-_nbcsports%2F899%2F1007%2FLawrence_Bros_raw.jpg" loading="lazy">
  4145.  
  4146.  
  4147. </picture>
  4148.  
  4149. </a></div>
  4150.  
  4151.  
  4152.        
  4153.    
  4154.  
  4155.    
  4156.        <div class="PagePromo-content">
  4157.            
  4158.    <div class="PagePromo-title">
  4159.        <a class="Link" href="https://www.nbcsports.com/watch/hunter-lawrence-chasing-jett-lawrence-for-smx-title-at-las-vegas-final">Hunter chasing Jett in SMX Championship</a>
  4160.    </div>
  4161.  
  4162.  
  4163.  
  4164.            
  4165.  
  4166.  
  4167.            
  4168.  
  4169.  
  4170.            
  4171.  
  4172.        </div>
  4173.    
  4174. </div>
  4175.                </div>
  4176.            
  4177.        </div>
  4178.    </div>
  4179.  
  4180.  
  4181.                    
  4182.                
  4183.                    
  4184.                        
  4185.    <div class="PageListTopSearch"
  4186. data-module>
  4187.        
  4188.    <a class="AnchorLink" id="trending-teams"></a>
  4189.  
  4190.  
  4191.  
  4192.  
  4193. <div class="TitleBar">
  4194.    <div class="TitleBar-left">
  4195.        
  4196.        
  4197.            <h3 class="TitleBar-title">Trending Teams</h3>
  4198.        
  4199.        
  4200.        
  4201.    </div>
  4202.    
  4203.  
  4204.    
  4205. </div>
  4206.  
  4207.  
  4208.  
  4209.        <div class="PageListTopSearch-items">
  4210.            
  4211.                <div class="PageListTopSearch-items-item">
  4212.                    <div class="PagePromo" data-align-left-small
  4213. >
  4214.    
  4215.        
  4216.            
  4217.    <div class="PagePromo-media" ><a class="Link" aria-label="Washington Commanders" href="https://www.nbcsports.com/nfl/washington-commanders" ><picture>
  4218.    
  4219.    
  4220.        
  4221.            
  4222.  
  4223.        
  4224.    
  4225.  
  4226.    
  4227.    
  4228.        
  4229.    
  4230.  
  4231.    
  4232.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/9c/78/52efa7e14807ac93c3bfc660a8b7/washington-commanders-primary.svg">
  4233.  
  4234.    
  4235.  
  4236.  
  4237.    
  4238.    
  4239.    <img class="Image" alt="Washington Commanders Primary Logo" width="64" height="64" src="https://nbcsports.brightspotcdn.com/9c/78/52efa7e14807ac93c3bfc660a8b7/washington-commanders-primary.svg" loading="lazy">
  4240.  
  4241.  
  4242. </picture>
  4243.  
  4244. </a></div>
  4245.  
  4246.  
  4247.        
  4248.    
  4249.  
  4250.    
  4251.        <div class="PagePromo-content">
  4252.            
  4253.    <div class="PagePromo-title">
  4254.        <a class="Link" href="https://www.nbcsports.com/nfl/washington-commanders">Washington Commanders</a>
  4255.    </div>
  4256.  
  4257.  
  4258.  
  4259.            
  4260.  
  4261.  
  4262.            
  4263.  
  4264.  
  4265.            
  4266.  
  4267.        </div>
  4268.    
  4269. </div>
  4270.                </div>
  4271.            
  4272.                <div class="PageListTopSearch-items-item">
  4273.                    <div class="PagePromo" data-align-left-small
  4274. >
  4275.    
  4276.        
  4277.            
  4278.    <div class="PagePromo-media" ><a class="Link" aria-label="St. Louis Cardinals" href="https://www.nbcsports.com/mlb/st-louis-cardinals" ><picture>
  4279.    
  4280.    
  4281.        
  4282.            
  4283.  
  4284.        
  4285.    
  4286.  
  4287.    
  4288.    
  4289.        
  4290.    
  4291.  
  4292.    
  4293.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/82/4c/fac2104d411ca63854e2828a4bb4/st-louis-cardinals-primary.svg">
  4294.  
  4295.    
  4296.  
  4297.  
  4298.    
  4299.    
  4300.    <img class="Image" alt="St. Louis Cardinals Primary Logo" width="64" height="64" src="https://nbcsports.brightspotcdn.com/82/4c/fac2104d411ca63854e2828a4bb4/st-louis-cardinals-primary.svg" loading="lazy">
  4301.  
  4302.  
  4303. </picture>
  4304.  
  4305. </a></div>
  4306.  
  4307.  
  4308.        
  4309.    
  4310.  
  4311.    
  4312.        <div class="PagePromo-content">
  4313.            
  4314.    <div class="PagePromo-title">
  4315.        <a class="Link" href="https://www.nbcsports.com/mlb/st-louis-cardinals">St. Louis Cardinals</a>
  4316.    </div>
  4317.  
  4318.  
  4319.  
  4320.            
  4321.  
  4322.  
  4323.            
  4324.  
  4325.  
  4326.            
  4327.  
  4328.        </div>
  4329.    
  4330. </div>
  4331.                </div>
  4332.            
  4333.                <div class="PageListTopSearch-items-item">
  4334.                    <div class="PagePromo" data-align-left-small
  4335. >
  4336.    
  4337.        
  4338.            
  4339.    <div class="PagePromo-media" ><a class="Link" aria-label="New York Yankees" href="https://www.nbcsports.com/mlb/new-york-yankees" ><picture>
  4340.    
  4341.    
  4342.        
  4343.            
  4344.  
  4345.        
  4346.    
  4347.  
  4348.    
  4349.    
  4350.        
  4351.    
  4352.  
  4353.    
  4354.        <source width="64" height="64" srcset="https://nbcsports.brightspotcdn.com/a0/58/5280166e4d8b9051bddea7985a06/new-york-yankees-primary.svg">
  4355.  
  4356.    
  4357.  
  4358.  
  4359.    
  4360.    
  4361.    <img class="Image" alt="New York Yankees Primary Logo" width="64" height="64" src="https://nbcsports.brightspotcdn.com/a0/58/5280166e4d8b9051bddea7985a06/new-york-yankees-primary.svg" loading="lazy">
  4362.  
  4363.  
  4364. </picture>
  4365.  
  4366. </a></div>
  4367.  
  4368.  
  4369.        
  4370.    
  4371.  
  4372.    
  4373.        <div class="PagePromo-content">
  4374.            
  4375.    <div class="PagePromo-title">
  4376.        <a class="Link" href="https://www.nbcsports.com/mlb/new-york-yankees">New York Yankees</a>
  4377.    </div>
  4378.  
  4379.  
  4380.  
  4381.            
  4382.  
  4383.  
  4384.            
  4385.  
  4386.  
  4387.            
  4388.  
  4389.        </div>
  4390.    
  4391. </div>
  4392.                </div>
  4393.            
  4394.        </div>
  4395.    </div>
  4396.  
  4397.  
  4398.                    
  4399.                
  4400.                </div>
  4401.            </div>
  4402.        
  4403.    </div>
  4404. </div>
  4405.  
  4406.                
  4407.            </div>
  4408.        
  4409.     </div>
  4410. </bsp-search-overlay>
  4411.  
  4412.            
  4413.        </div>
  4414.  
  4415.        <div class="Page-header-bar-end">
  4416.            <div class="Page-header-navigation"><nav class="Navigation">
  4417.    
  4418.        <ul class="Navigation-items">
  4419.            
  4420.                
  4421.                    
  4422.                
  4423.            
  4424.                
  4425.                    
  4426.                        <li class="Navigation-items-item"><div class="NavigationItem" data-has-menu  data-columns="2">
  4427.    <div class="NavigationItem-text">
  4428.        
  4429.        
  4430.            <span>All Sports<span class="NavigationItem-more"><button class="NavigationItem-more-open" aria-label="Open Sub Navigation"><svg class="chevron"><use xlink:href="#arrow-down"></use></svg></button></span></span>
  4431.        
  4432.    </div>
  4433.  
  4434.    
  4435.        <ul class="NavigationItem-items">
  4436.            
  4437.                
  4438.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl"><span class="NavigationLink-image"><picture>
  4439.    
  4440.    
  4441.        
  4442.            
  4443.  
  4444.        
  4445.    
  4446.  
  4447.    
  4448.    
  4449.        
  4450.    
  4451.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e1be926/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e121997/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 2x">
  4452.  
  4453.    
  4454.  
  4455.    
  4456.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png">
  4457.  
  4458.    
  4459.  
  4460.  
  4461.    
  4462.    
  4463.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/b8d337e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png" loading="lazy">
  4464.  
  4465.  
  4466. </picture>
  4467. </span><span class="NavigationLink-text">NFL</span></a>
  4468. </li>
  4469.                
  4470.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/mlb"><span class="NavigationLink-image"><picture>
  4471.    
  4472.    
  4473.        
  4474.            
  4475.  
  4476.        
  4477.    
  4478.  
  4479.    
  4480.    
  4481.        
  4482.    
  4483.  
  4484.    
  4485.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/6b/c2/690a9f3f46078544a640efd7913d/mlb-league-primary.svg">
  4486.  
  4487.    
  4488.  
  4489.  
  4490.    
  4491.    
  4492.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/6b/c2/690a9f3f46078544a640efd7913d/mlb-league-primary.svg" loading="lazy">
  4493.  
  4494.  
  4495. </picture>
  4496. </span><span class="NavigationLink-text">MLB</span></a>
  4497. </li>
  4498.                
  4499.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nba"><span class="NavigationLink-image"><picture>
  4500.    
  4501.    
  4502.        
  4503.            
  4504.  
  4505.        
  4506.    
  4507.  
  4508.    
  4509.    
  4510.        
  4511.    
  4512.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5debb20/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/40d7ec4/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 2x">
  4513.  
  4514.    
  4515.  
  4516.    
  4517.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png">
  4518.  
  4519.    
  4520.  
  4521.  
  4522.    
  4523.    
  4524.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8536284/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png" loading="lazy">
  4525.  
  4526.  
  4527. </picture>
  4528. </span><span class="NavigationLink-text">NBA</span></a>
  4529. </li>
  4530.                
  4531.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nhl"><span class="NavigationLink-image"><picture>
  4532.    
  4533.    
  4534.        
  4535.            
  4536.  
  4537.        
  4538.    
  4539.  
  4540.    
  4541.    
  4542.        
  4543.    
  4544.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1a3a959/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/137e086/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 2x">
  4545.  
  4546.    
  4547.  
  4548.    
  4549.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png">
  4550.  
  4551.    
  4552.  
  4553.  
  4554.    
  4555.    
  4556.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/2453fde/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png" loading="lazy">
  4557.  
  4558.  
  4559. </picture>
  4560. </span><span class="NavigationLink-text">NHL</span></a>
  4561. </li>
  4562.                
  4563.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/soccer"><span class="NavigationLink-image"><picture>
  4564.    
  4565.    
  4566.        
  4567.            
  4568.  
  4569.        
  4570.    
  4571.  
  4572.    
  4573.    
  4574.        
  4575.    
  4576.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/82874d6/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d9b6c96/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 2x">
  4577.  
  4578.    
  4579.  
  4580.    
  4581.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png">
  4582.  
  4583.    
  4584.  
  4585.  
  4586.    
  4587.    
  4588.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/84b1557/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png" loading="lazy">
  4589.  
  4590.  
  4591. </picture>
  4592. </span><span class="NavigationLink-text">Soccer</span></a>
  4593. </li>
  4594.                
  4595.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/motor-sports"><span class="NavigationLink-image"><picture>
  4596.    
  4597.    
  4598.        
  4599.            
  4600.  
  4601.        
  4602.    
  4603.  
  4604.    
  4605.    
  4606.        
  4607.    
  4608.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2404ac7/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/ca3024b/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 2x">
  4609.  
  4610.    
  4611.  
  4612.    
  4613.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png">
  4614.  
  4615.    
  4616.  
  4617.  
  4618.    
  4619.    
  4620.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/bafc212/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png" loading="lazy">
  4621.  
  4622.  
  4623. </picture>
  4624. </span><span class="NavigationLink-text">Motors</span></a>
  4625. </li>
  4626.                
  4627.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nascar"><span class="NavigationLink-image"><picture>
  4628.    
  4629.    
  4630.        
  4631.            
  4632.  
  4633.        
  4634.    
  4635.  
  4636.    
  4637.    
  4638.        
  4639.    
  4640.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b4ed9e5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f603c29/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 2x">
  4641.  
  4642.    
  4643.  
  4644.    
  4645.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png">
  4646.  
  4647.    
  4648.  
  4649.  
  4650.    
  4651.    
  4652.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/5f3566e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png" loading="lazy">
  4653.  
  4654.  
  4655. </picture>
  4656. </span><span class="NavigationLink-text">NASCAR </span></a>
  4657. </li>
  4658.                
  4659.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/college-football"><span class="NavigationLink-image"><picture>
  4660.    
  4661.    
  4662.        
  4663.            
  4664.  
  4665.        
  4666.    
  4667.  
  4668.    
  4669.    
  4670.        
  4671.    
  4672.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
  4673.  
  4674.    
  4675.  
  4676.    
  4677.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
  4678.  
  4679.    
  4680.  
  4681.  
  4682.    
  4683.    
  4684.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
  4685.  
  4686.  
  4687. </picture>
  4688. </span><span class="NavigationLink-text">College Football </span></a>
  4689. </li>
  4690.                
  4691.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/olympics"><span class="NavigationLink-image"><picture>
  4692.    
  4693.    
  4694.        
  4695.            
  4696.  
  4697.        
  4698.    
  4699.  
  4700.    
  4701.    
  4702.        
  4703.    
  4704.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1fe2c27/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/af7553a/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 2x">
  4705.  
  4706.    
  4707.  
  4708.    
  4709.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/162acef/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png">
  4710.  
  4711.    
  4712.  
  4713.  
  4714.    
  4715.    
  4716.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/162acef/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9ecee1e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/162acef/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2Fe2%2Fee744eea4d83a9b1ab02379596e3%2Fleague-olympics.png" loading="lazy">
  4717.  
  4718.  
  4719. </picture>
  4720. </span><span class="NavigationLink-text">Olympics</span></a>
  4721. </li>
  4722.                
  4723.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/golf"><span class="NavigationLink-image"><picture>
  4724.    
  4725.    
  4726.        
  4727.            
  4728.  
  4729.        
  4730.    
  4731.  
  4732.    
  4733.    
  4734.        
  4735.    
  4736.  
  4737.    
  4738.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/0b/86/31d0b79e4cb381d3bedea5e51b54/golf-white.svg">
  4739.  
  4740.    
  4741.  
  4742.  
  4743.    
  4744.    
  4745.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/0b/86/31d0b79e4cb381d3bedea5e51b54/golf-white.svg" loading="lazy">
  4746.  
  4747.  
  4748. </picture>
  4749. </span><span class="NavigationLink-text">Golf</span></a>
  4750. </li>
  4751.                
  4752.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy"><span class="NavigationLink-image"><picture>
  4753.    
  4754.    
  4755.        
  4756.            
  4757.  
  4758.        
  4759.    
  4760.  
  4761.    
  4762.    
  4763.        
  4764.    
  4765.  
  4766.    
  4767.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/7b/22/7034955149cda0a6238ae13967d6/red-r.svg">
  4768.  
  4769.    
  4770.  
  4771.  
  4772.    
  4773.    
  4774.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/7b/22/7034955149cda0a6238ae13967d6/red-r.svg" loading="lazy">
  4775.  
  4776.  
  4777. </picture>
  4778. </span><span class="NavigationLink-text">Fantasy Sports</span></a>
  4779. </li>
  4780.                
  4781.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/wnba"><span class="NavigationLink-image"><picture>
  4782.    
  4783.    
  4784.        
  4785.            
  4786.  
  4787.        
  4788.    
  4789.  
  4790.    
  4791.    
  4792.        
  4793.    
  4794.  
  4795.    
  4796.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/66/e4/706ef1c846a6b491c5a2027f5299/wnba-logo.svg">
  4797.  
  4798.    
  4799.  
  4800.  
  4801.    
  4802.    
  4803.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/66/e4/706ef1c846a6b491c5a2027f5299/wnba-logo.svg" loading="lazy">
  4804.  
  4805.  
  4806. </picture>
  4807. </span><span class="NavigationLink-text">WNBA</span></a>
  4808. </li>
  4809.                
  4810.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/mens-college-basketball"><span class="NavigationLink-image"><picture>
  4811.    
  4812.    
  4813.        
  4814.            
  4815.  
  4816.        
  4817.    
  4818.  
  4819.    
  4820.    
  4821.        
  4822.    
  4823.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9c2507c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f75f4af/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 2x">
  4824.  
  4825.    
  4826.  
  4827.    
  4828.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png">
  4829.  
  4830.    
  4831.  
  4832.  
  4833.    
  4834.    
  4835.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a65b9a/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png" loading="lazy">
  4836.  
  4837.  
  4838. </picture>
  4839. </span><span class="NavigationLink-text">Men’s College Basketball</span></a>
  4840. </li>
  4841.                
  4842.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/womens-college-basketball"><span class="NavigationLink-image"><picture>
  4843.    
  4844.    
  4845.        
  4846.            
  4847.  
  4848.        
  4849.    
  4850.  
  4851.    
  4852.    
  4853.        
  4854.    
  4855.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/472c41f/2147483647/strip/true/crop/397x397+0+2/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F21%2F64%2Fdffde7a45b7b9505c975374cd623%2Fncaa.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/94c6675/2147483647/strip/true/crop/397x397+0+2/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F21%2F64%2Fdffde7a45b7b9505c975374cd623%2Fncaa.jpg 2x">
  4856.  
  4857.    
  4858.  
  4859.    
  4860.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/cf02309/2147483647/strip/true/crop/397x397+0+2/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F21%2F64%2Fdffde7a45b7b9505c975374cd623%2Fncaa.jpg">
  4861.  
  4862.    
  4863.  
  4864.  
  4865.    
  4866.    
  4867.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/cf02309/2147483647/strip/true/crop/397x397+0+2/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F21%2F64%2Fdffde7a45b7b9505c975374cd623%2Fncaa.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/320e9c6/2147483647/strip/true/crop/397x397+0+2/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F21%2F64%2Fdffde7a45b7b9505c975374cd623%2Fncaa.jpg 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/cf02309/2147483647/strip/true/crop/397x397+0+2/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F21%2F64%2Fdffde7a45b7b9505c975374cd623%2Fncaa.jpg" loading="lazy">
  4868.  
  4869.  
  4870. </picture>
  4871. </span><span class="NavigationLink-text">Women’s College Basketball </span></a>
  4872. </li>
  4873.                
  4874.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/paralympics"><span class="NavigationLink-image"><picture>
  4875.    
  4876.    
  4877.        
  4878.            
  4879.  
  4880.        
  4881.    
  4882.  
  4883.    
  4884.    
  4885.        
  4886.    
  4887.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e62b0ff/2147483647/strip/true/crop/1920x1920+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F72%2F85%2F518fe07a43bdb08b83ecf2a90fd4%2Fipc-logo-2019.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/5fa85d4/2147483647/strip/true/crop/1920x1920+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F72%2F85%2F518fe07a43bdb08b83ecf2a90fd4%2Fipc-logo-2019.png 2x">
  4888.  
  4889.    
  4890.  
  4891.    
  4892.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/39fd14d/2147483647/strip/true/crop/1920x1920+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F72%2F85%2F518fe07a43bdb08b83ecf2a90fd4%2Fipc-logo-2019.png">
  4893.  
  4894.    
  4895.  
  4896.  
  4897.    
  4898.    
  4899.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/39fd14d/2147483647/strip/true/crop/1920x1920+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F72%2F85%2F518fe07a43bdb08b83ecf2a90fd4%2Fipc-logo-2019.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/1cc71e7/2147483647/strip/true/crop/1920x1920+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F72%2F85%2F518fe07a43bdb08b83ecf2a90fd4%2Fipc-logo-2019.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/39fd14d/2147483647/strip/true/crop/1920x1920+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F72%2F85%2F518fe07a43bdb08b83ecf2a90fd4%2Fipc-logo-2019.png" loading="lazy">
  4900.  
  4901.  
  4902. </picture>
  4903. </span><span class="NavigationLink-text">Paralympics</span></a>
  4904. </li>
  4905.                
  4906.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/tennis"><span class="NavigationLink-image"><picture>
  4907.    
  4908.    
  4909.        
  4910.            
  4911.  
  4912.        
  4913.    
  4914.  
  4915.    
  4916.    
  4917.        
  4918.    
  4919.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ed3df17/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f6e1cda/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 2x">
  4920.  
  4921.    
  4922.  
  4923.    
  4924.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9070fdb/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png">
  4925.  
  4926.    
  4927.  
  4928.  
  4929.    
  4930.    
  4931.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9070fdb/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/aacc72c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/9070fdb/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png" loading="lazy">
  4932.  
  4933.  
  4934. </picture>
  4935. </span><span class="NavigationLink-text">Tennis</span></a>
  4936. </li>
  4937.                
  4938.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/horse-racing"><span class="NavigationLink-image"><picture>
  4939.    
  4940.    
  4941.        
  4942.            
  4943.  
  4944.        
  4945.    
  4946.  
  4947.    
  4948.    
  4949.        
  4950.    
  4951.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/130823c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/72d61cc/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 2x">
  4952.  
  4953.    
  4954.  
  4955.    
  4956.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f9b961c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png">
  4957.  
  4958.    
  4959.  
  4960.  
  4961.    
  4962.    
  4963.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f9b961c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/cd48b8c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f9b961c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png" loading="lazy">
  4964.  
  4965.  
  4966. </picture>
  4967. </span><span class="NavigationLink-text">Horse Racing</span></a>
  4968. </li>
  4969.                
  4970.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/cycling"><span class="NavigationLink-image"><picture>
  4971.    
  4972.    
  4973.        
  4974.            
  4975.  
  4976.        
  4977.    
  4978.  
  4979.    
  4980.    
  4981.        
  4982.    
  4983.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/8a0219c/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/b6c0e34/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 2x">
  4984.  
  4985.    
  4986.  
  4987.    
  4988.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/44c3abe/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png">
  4989.  
  4990.    
  4991.  
  4992.  
  4993.    
  4994.    
  4995.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/44c3abe/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f9b0504/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/44c3abe/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png" loading="lazy">
  4996.  
  4997.  
  4998. </picture>
  4999. </span><span class="NavigationLink-text">Cycling</span></a>
  5000. </li>
  5001.                
  5002.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/on-her-turf"><span class="NavigationLink-image"><picture>
  5003.    
  5004.    
  5005.        
  5006.            
  5007.  
  5008.        
  5009.    
  5010.  
  5011.    
  5012.    
  5013.        
  5014.    
  5015.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/85bd5fc/2147483647/strip/true/crop/219x219+41+41/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F78%2F78%2F166fc2fe4d089b66344c042a6d39%2Fon-her-turf.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4d29ba4/2147483647/strip/true/crop/219x219+41+41/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F78%2F78%2F166fc2fe4d089b66344c042a6d39%2Fon-her-turf.png 2x">
  5016.  
  5017.    
  5018.  
  5019.    
  5020.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/d0374fa/2147483647/strip/true/crop/219x219+41+41/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F78%2F78%2F166fc2fe4d089b66344c042a6d39%2Fon-her-turf.png">
  5021.  
  5022.    
  5023.  
  5024.  
  5025.    
  5026.    
  5027.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/d0374fa/2147483647/strip/true/crop/219x219+41+41/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F78%2F78%2F166fc2fe4d089b66344c042a6d39%2Fon-her-turf.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4416b98/2147483647/strip/true/crop/219x219+41+41/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F78%2F78%2F166fc2fe4d089b66344c042a6d39%2Fon-her-turf.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/d0374fa/2147483647/strip/true/crop/219x219+41+41/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F78%2F78%2F166fc2fe4d089b66344c042a6d39%2Fon-her-turf.png" loading="lazy">
  5028.  
  5029.  
  5030. </picture>
  5031. </span><span class="NavigationLink-text">On Her Turf</span></a>
  5032. </li>
  5033.                
  5034.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/figure-skating"><span class="NavigationLink-image"><picture>
  5035.    
  5036.    
  5037.        
  5038.            
  5039.  
  5040.        
  5041.    
  5042.  
  5043.    
  5044.    
  5045.        
  5046.    
  5047.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/42787fa/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d2bb9c9/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 2x">
  5048.  
  5049.    
  5050.  
  5051.    
  5052.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b16ad60/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png">
  5053.  
  5054.    
  5055.  
  5056.  
  5057.    
  5058.    
  5059.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b16ad60/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/ef3aa4c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/b16ad60/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png" loading="lazy">
  5060.  
  5061.  
  5062. </picture>
  5063. </span><span class="NavigationLink-text">Figure Skating</span></a>
  5064. </li>
  5065.                
  5066.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/national-dog-show"><span class="NavigationLink-image"><picture>
  5067.    
  5068.    
  5069.        
  5070.            
  5071.  
  5072.        
  5073.    
  5074.  
  5075.    
  5076.    
  5077.        
  5078.    
  5079.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ec3ada2/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa0%2Ffa%2F2ca87f0043ef8797a1a743f28ce2%2Fdogshow-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/6918e3c/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa0%2Ffa%2F2ca87f0043ef8797a1a743f28ce2%2Fdogshow-100x100-3x.png 2x">
  5080.  
  5081.    
  5082.  
  5083.    
  5084.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b3dad57/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa0%2Ffa%2F2ca87f0043ef8797a1a743f28ce2%2Fdogshow-100x100-3x.png">
  5085.  
  5086.    
  5087.  
  5088.  
  5089.    
  5090.    
  5091.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b3dad57/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa0%2Ffa%2F2ca87f0043ef8797a1a743f28ce2%2Fdogshow-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/c27d5ea/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa0%2Ffa%2F2ca87f0043ef8797a1a743f28ce2%2Fdogshow-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/b3dad57/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa0%2Ffa%2F2ca87f0043ef8797a1a743f28ce2%2Fdogshow-100x100-3x.png" loading="lazy">
  5092.  
  5093.  
  5094. </picture>
  5095. </span><span class="NavigationLink-text">National Dog Show</span></a>
  5096. </li>
  5097.                
  5098.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/rugby"><span class="NavigationLink-image"><picture>
  5099.    
  5100.    
  5101.        
  5102.            
  5103.  
  5104.        
  5105.    
  5106.  
  5107.    
  5108.    
  5109.        
  5110.    
  5111.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6fc79b1/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F27%2F687ff26c40b5b6f7af22619b3b43%2Fleague-rugby.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/c341f03/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F27%2F687ff26c40b5b6f7af22619b3b43%2Fleague-rugby.png 2x">
  5112.  
  5113.    
  5114.  
  5115.    
  5116.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/90f392f/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F27%2F687ff26c40b5b6f7af22619b3b43%2Fleague-rugby.png">
  5117.  
  5118.    
  5119.  
  5120.  
  5121.    
  5122.    
  5123.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/90f392f/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F27%2F687ff26c40b5b6f7af22619b3b43%2Fleague-rugby.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d015540/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F27%2F687ff26c40b5b6f7af22619b3b43%2Fleague-rugby.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/90f392f/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F27%2F687ff26c40b5b6f7af22619b3b43%2Fleague-rugby.png" loading="lazy">
  5124.  
  5125.  
  5126. </picture>
  5127. </span><span class="NavigationLink-text">Rugby</span></a>
  5128. </li>
  5129.                
  5130.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/college-football/navy-all-american-bowl"><span class="NavigationLink-image"><picture>
  5131.    
  5132.    
  5133.        
  5134.            
  5135.  
  5136.        
  5137.    
  5138.  
  5139.    
  5140.    
  5141.        
  5142.    
  5143.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
  5144.  
  5145.    
  5146.  
  5147.    
  5148.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
  5149.  
  5150.    
  5151.  
  5152.  
  5153.    
  5154.    
  5155.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
  5156.  
  5157.  
  5158. </picture>
  5159. </span><span class="NavigationLink-text">Navy All-American Bowl</span></a>
  5160. </li>
  5161.                
  5162.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/wwe"><span class="NavigationLink-image"><picture>
  5163.    
  5164.    
  5165.        
  5166.            
  5167.  
  5168.        
  5169.    
  5170.  
  5171.    
  5172.    
  5173.        
  5174.    
  5175.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/fabbf49/2147483647/strip/true/crop/148x148+7+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fab%2Fda%2F1226ac74408eaac935ccfd1c5fb7%2Fwwe-white-1.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/0cc0a58/2147483647/strip/true/crop/148x148+7+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fab%2Fda%2F1226ac74408eaac935ccfd1c5fb7%2Fwwe-white-1.png 2x">
  5176.  
  5177.    
  5178.  
  5179.    
  5180.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6137004/2147483647/strip/true/crop/148x148+7+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fab%2Fda%2F1226ac74408eaac935ccfd1c5fb7%2Fwwe-white-1.png">
  5181.  
  5182.    
  5183.  
  5184.  
  5185.    
  5186.    
  5187.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/6137004/2147483647/strip/true/crop/148x148+7+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fab%2Fda%2F1226ac74408eaac935ccfd1c5fb7%2Fwwe-white-1.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4b19930/2147483647/strip/true/crop/148x148+7+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fab%2Fda%2F1226ac74408eaac935ccfd1c5fb7%2Fwwe-white-1.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/6137004/2147483647/strip/true/crop/148x148+7+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fab%2Fda%2F1226ac74408eaac935ccfd1c5fb7%2Fwwe-white-1.png" loading="lazy">
  5188.  
  5189.  
  5190. </picture>
  5191. </span><span class="NavigationLink-text">WWE</span></a>
  5192. </li>
  5193.                
  5194.            
  5195.        </ul>
  5196.    
  5197. </div>
  5198. </li>
  5199.                    
  5200.                
  5201.            
  5202.                
  5203.                    
  5204.                        <li class="Navigation-items-item"><div class="NavigationItem" data-has-menu >
  5205.    <div class="NavigationItem-text">
  5206.        
  5207.        
  5208.            <span>Rotoworld<span class="NavigationItem-more"><button class="NavigationItem-more-open" aria-label="Open Sub Navigation"><svg class="chevron"><use xlink:href="#arrow-down"></use></svg></button></span></span>
  5209.        
  5210.    </div>
  5211.  
  5212.    
  5213.        <ul class="NavigationItem-items">
  5214.            
  5215.                
  5216.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy"><span class="NavigationLink-image"><picture>
  5217.    
  5218.    
  5219.        
  5220.            
  5221.  
  5222.        
  5223.    
  5224.  
  5225.    
  5226.    
  5227.        
  5228.    
  5229.  
  5230.    
  5231.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d7/cd/7f65b09e495e9c2e954c5ac07afb/rotoworld-logo-new.svg">
  5232.  
  5233.    
  5234.  
  5235.  
  5236.    
  5237.    
  5238.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d7/cd/7f65b09e495e9c2e954c5ac07afb/rotoworld-logo-new.svg" loading="lazy">
  5239.  
  5240.  
  5241. </picture>
  5242. </span><span class="NavigationLink-text">Fantasy Home</span></a>
  5243. </li>
  5244.                
  5245.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/betting"><span class="NavigationLink-image"><picture>
  5246.    
  5247.    
  5248.        
  5249.            
  5250.  
  5251.        
  5252.    
  5253.  
  5254.    
  5255.    
  5256.        
  5257.    
  5258.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3e84039/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd6%2F1c%2F7f931e3c49978dee87aef9f070c8%2Frotoworldsquaregood.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/7455dc0/2147483647/strip/true/crop/500x500+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd6%2F1c%2F7f931e3c49978dee87aef9f070c8%2Frotoworldsquaregood.jpg 2x">
  5259.  
  5260.    
  5261.  
  5262.    
  5263.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/79c50c5/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd6%2F1c%2F7f931e3c49978dee87aef9f070c8%2Frotoworldsquaregood.jpg">
  5264.  
  5265.    
  5266.  
  5267.  
  5268.    
  5269.    
  5270.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/79c50c5/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd6%2F1c%2F7f931e3c49978dee87aef9f070c8%2Frotoworldsquaregood.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/4eafcdf/2147483647/strip/true/crop/500x500+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd6%2F1c%2F7f931e3c49978dee87aef9f070c8%2Frotoworldsquaregood.jpg 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/79c50c5/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd6%2F1c%2F7f931e3c49978dee87aef9f070c8%2Frotoworldsquaregood.jpg" loading="lazy">
  5271.  
  5272.  
  5273. </picture>
  5274. </span><span class="NavigationLink-text">Betting Home</span></a>
  5275. </li>
  5276.                
  5277.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/football"><span class="NavigationLink-image"><picture>
  5278.    
  5279.    
  5280.        
  5281.            
  5282.  
  5283.        
  5284.    
  5285.  
  5286.    
  5287.    
  5288.        
  5289.    
  5290.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
  5291.  
  5292.    
  5293.  
  5294.    
  5295.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
  5296.  
  5297.    
  5298.  
  5299.  
  5300.    
  5301.    
  5302.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
  5303.  
  5304.  
  5305. </picture>
  5306. </span><span class="NavigationLink-text">Fantasy Football</span></a>
  5307. </li>
  5308.                
  5309.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/football/player-news"><span class="NavigationLink-image"><picture>
  5310.    
  5311.    
  5312.        
  5313.            
  5314.  
  5315.        
  5316.    
  5317.  
  5318.    
  5319.    
  5320.        
  5321.    
  5322.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
  5323.  
  5324.    
  5325.  
  5326.    
  5327.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
  5328.  
  5329.    
  5330.  
  5331.  
  5332.    
  5333.    
  5334.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
  5335.  
  5336.  
  5337. </picture>
  5338. </span><span class="NavigationLink-text">NFL Player News</span></a>
  5339. </li>
  5340.                
  5341.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl/matthew-berry"><span class="NavigationLink-image"><picture>
  5342.    
  5343.    
  5344.        
  5345.            
  5346.  
  5347.        
  5348.    
  5349.  
  5350.    
  5351.    
  5352.        
  5353.    
  5354.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/73c647c/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd3%2F2c%2Fd023ff994e36ada72f3b7a7391e2%2Fhappy-hour-with-matthew-berry-podcast-logo.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/ba1dfc3/2147483647/strip/true/crop/1080x1080+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd3%2F2c%2Fd023ff994e36ada72f3b7a7391e2%2Fhappy-hour-with-matthew-berry-podcast-logo.png 2x">
  5355.  
  5356.    
  5357.  
  5358.    
  5359.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/56e4074/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd3%2F2c%2Fd023ff994e36ada72f3b7a7391e2%2Fhappy-hour-with-matthew-berry-podcast-logo.png">
  5360.  
  5361.    
  5362.  
  5363.  
  5364.    
  5365.    
  5366.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/56e4074/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd3%2F2c%2Fd023ff994e36ada72f3b7a7391e2%2Fhappy-hour-with-matthew-berry-podcast-logo.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/dbcf954/2147483647/strip/true/crop/1080x1080+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd3%2F2c%2Fd023ff994e36ada72f3b7a7391e2%2Fhappy-hour-with-matthew-berry-podcast-logo.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/56e4074/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd3%2F2c%2Fd023ff994e36ada72f3b7a7391e2%2Fhappy-hour-with-matthew-berry-podcast-logo.png" loading="lazy">
  5367.  
  5368.  
  5369. </picture>
  5370. </span><span class="NavigationLink-text">Matthew Berry</span></a>
  5371. </li>
  5372.                
  5373.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/baseball"><span class="NavigationLink-image"><picture>
  5374.    
  5375.    
  5376.        
  5377.            
  5378.  
  5379.        
  5380.    
  5381.  
  5382.    
  5383.    
  5384.        
  5385.    
  5386.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ec89988/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/3b0c8f3/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 2x">
  5387.  
  5388.    
  5389.  
  5390.    
  5391.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png">
  5392.  
  5393.    
  5394.  
  5395.  
  5396.    
  5397.    
  5398.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/32e2a97/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png" loading="lazy">
  5399.  
  5400.  
  5401. </picture>
  5402. </span><span class="NavigationLink-text">Fantasy Baseball</span></a>
  5403. </li>
  5404.                
  5405.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/baseball/player-news"><span class="NavigationLink-image"><picture>
  5406.    
  5407.    
  5408.        
  5409.            
  5410.  
  5411.        
  5412.    
  5413.  
  5414.    
  5415.    
  5416.        
  5417.    
  5418.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ec89988/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/3b0c8f3/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 2x">
  5419.  
  5420.    
  5421.  
  5422.    
  5423.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png">
  5424.  
  5425.    
  5426.  
  5427.  
  5428.    
  5429.    
  5430.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/32e2a97/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png" loading="lazy">
  5431.  
  5432.  
  5433. </picture>
  5434. </span><span class="NavigationLink-text">MLB Player News</span></a>
  5435. </li>
  5436.                
  5437.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/basketball"><span class="NavigationLink-image"><picture>
  5438.    
  5439.    
  5440.        
  5441.            
  5442.  
  5443.        
  5444.    
  5445.  
  5446.    
  5447.    
  5448.        
  5449.    
  5450.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e485147/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e26a82e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x">
  5451.  
  5452.    
  5453.  
  5454.    
  5455.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png">
  5456.  
  5457.    
  5458.  
  5459.  
  5460.    
  5461.    
  5462.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a6a30c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png" loading="lazy">
  5463.  
  5464.  
  5465. </picture>
  5466. </span><span class="NavigationLink-text">Fantasy Basketball</span></a>
  5467. </li>
  5468.                
  5469.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/basketball/player-news"><span class="NavigationLink-image"><picture>
  5470.    
  5471.    
  5472.        
  5473.            
  5474.  
  5475.        
  5476.    
  5477.  
  5478.    
  5479.    
  5480.        
  5481.    
  5482.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e485147/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e26a82e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x">
  5483.  
  5484.    
  5485.  
  5486.    
  5487.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png">
  5488.  
  5489.    
  5490.  
  5491.  
  5492.    
  5493.    
  5494.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a6a30c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png" loading="lazy">
  5495.  
  5496.  
  5497. </picture>
  5498. </span><span class="NavigationLink-text">NBA Player News</span></a>
  5499. </li>
  5500.                
  5501.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/wnba/wnba-player-news"><span class="NavigationLink-image"><picture>
  5502.    
  5503.    
  5504.        
  5505.            
  5506.  
  5507.        
  5508.    
  5509.  
  5510.    
  5511.    
  5512.        
  5513.    
  5514.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e485147/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e26a82e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x">
  5515.  
  5516.    
  5517.  
  5518.    
  5519.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png">
  5520.  
  5521.    
  5522.  
  5523.  
  5524.    
  5525.    
  5526.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a6a30c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png" loading="lazy">
  5527.  
  5528.  
  5529. </picture>
  5530. </span><span class="NavigationLink-text">WNBA Player News</span></a>
  5531. </li>
  5532.                
  5533.            
  5534.        </ul>
  5535.    
  5536. </div>
  5537. </li>
  5538.                    
  5539.                
  5540.            
  5541.                
  5542.                    
  5543.                        <li class="Navigation-items-item"><div class="NavigationItem" >
  5544.    <div class="NavigationItem-text">
  5545.        
  5546.        
  5547.            
  5548.                <a href="https://www.nbcsports.com/nfl/profootballtalk">PFT</a>
  5549.            
  5550.        
  5551.    </div>
  5552.  
  5553.    
  5554. </div>
  5555. </li>
  5556.                    
  5557.                
  5558.            
  5559.                
  5560.                    
  5561.                        <li class="Navigation-items-item"><div class="NavigationItem" >
  5562.    <div class="NavigationItem-text">
  5563.        
  5564.        
  5565.            
  5566.                <a href="https://www.nbcsports.com/golf">Golf Channel</a>
  5567.            
  5568.        
  5569.    </div>
  5570.  
  5571.    
  5572. </div>
  5573. </li>
  5574.                    
  5575.                
  5576.            
  5577.                
  5578.                    
  5579.                        <li class="Navigation-items-item"><div class="NavigationItem" >
  5580.    <div class="NavigationItem-text">
  5581.        
  5582.        
  5583.            
  5584.                <a href="https://www.nbcsports.com/watch">Watch</a>
  5585.            
  5586.        
  5587.    </div>
  5588.  
  5589.    
  5590. </div>
  5591. </li>
  5592.                    
  5593.                
  5594.            
  5595.                
  5596.                    
  5597.                        <li class="Navigation-items-item"><div class="NavigationItem" >
  5598.    <div class="NavigationItem-text">
  5599.        
  5600.        
  5601.            
  5602.                <a href="https://www.nbcsports.com/podcasts">Podcasts</a>
  5603.            
  5604.        
  5605.    </div>
  5606.  
  5607.    
  5608. </div>
  5609. </li>
  5610.                    
  5611.                
  5612.            
  5613.                
  5614.            
  5615.            
  5616.                
  5617.                
  5618.                    <bsp-favoritelink-modal class="Navigation-items-item" data-favorites>
  5619.                        <div class="NavigationItem">
  5620.                            <div class="NavigationItem-text" data-favorite-link>
  5621.                                <button class="Icon-button" data-theme="gray"><span class="sr-only">Favorites</span><svg class="star"><use href="#star"></use></svg></button>
  5622.                            </div>
  5623.                        </div>
  5624.                        </bsp-favoritelink-modal>
  5625.                
  5626.            
  5627.                
  5628.                
  5629.            
  5630.                
  5631.                
  5632.            
  5633.                
  5634.                
  5635.            
  5636.                
  5637.                
  5638.            
  5639.                
  5640.                
  5641.            
  5642.                
  5643.                
  5644.            
  5645.                
  5646.                    
  5647.                        
  5648.                            <li class="Navigation-items-item" data-burger-menu>
  5649.                                <div class="NavigationItem-text"><span class="NavigationItem-more"><button class="Icon-button" data-theme="gray" aria-label="More"><svg class="burger-menu"><use xlink:href="#menu"></use></svg></button></span></div>
  5650.  
  5651.                                <div class="NavigationItem">
  5652.                                    <ul class="NavigationItem-items">
  5653.                                        
  5654.                                            
  5655.                                                <li class="NavigationItem-items-item" data-favorites>
  5656.                                                    <a class="NavigationLink" href="#"><svg class="star"><use href="#star"></use></svg><span class="NavigationLink-text">Favorites</span></a>
  5657.                                                </li>
  5658.                                                <li class="NavigationItem-items-item" data-login>
  5659.                                                    <a class="NavigationLink" href="https://www.nbcsports.com/login"><svg class="profile"><use xlink:href="#profile"></use></svg><span class="NavigationLink-text">Profile</span></a>
  5660.                                                </li>
  5661.                                            
  5662.                                        
  5663.                                            
  5664.                                        
  5665.                                            
  5666.                                        
  5667.                                            
  5668.                                        
  5669.                                            
  5670.                                        
  5671.                                            
  5672.                                        
  5673.                                            
  5674.                                        
  5675.                                            
  5676.                                        
  5677.                                        
  5678.                                            
  5679.                                                <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.peacocktv.com?cid=2301sptgennbspownedi8371&amp;utm_campaign=2301sptgen&amp;utm_source=nbcs_nbcspts_st-sv&amp;utm_medium=own_edi_awa_glbnvlnk&amp;utm_term=nbcsportssitevisitors&amp;utm_content=sportsonpeacock" target="_blank"><span class="NavigationLink-image"><picture>
  5680.    
  5681.    
  5682.        
  5683.            
  5684.  
  5685.        
  5686.    
  5687.  
  5688.    
  5689.    
  5690.        
  5691.    
  5692.  
  5693.    
  5694.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/45/0b/ee757f2f4ae8bdf3e0a91810ffa7/peacock-app-stroke.svg">
  5695.  
  5696.    
  5697.  
  5698.  
  5699.    
  5700.    
  5701.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/45/0b/ee757f2f4ae8bdf3e0a91810ffa7/peacock-app-stroke.svg" loading="lazy">
  5702.  
  5703.  
  5704. </picture>
  5705. </span><span class="NavigationLink-text">Peacock</span></a>
  5706. </li>
  5707.                                            
  5708.                                                <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/betting"><span class="NavigationLink-image"><picture>
  5709.    
  5710.    
  5711.        
  5712.            
  5713.  
  5714.        
  5715.    
  5716.  
  5717.    
  5718.    
  5719.        
  5720.    
  5721.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1274bf6/2147483647/strip/true/crop/1000x1000+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5d%2F5a%2Fd05a8a064bdeb2fad776e20897f2%2F1000x1000-bte-white.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/728c62a/2147483647/strip/true/crop/1000x1000+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5d%2F5a%2Fd05a8a064bdeb2fad776e20897f2%2F1000x1000-bte-white.jpg 2x">
  5722.  
  5723.    
  5724.  
  5725.    
  5726.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0df36e9/2147483647/strip/true/crop/1000x1000+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5d%2F5a%2Fd05a8a064bdeb2fad776e20897f2%2F1000x1000-bte-white.jpg">
  5727.  
  5728.    
  5729.  
  5730.  
  5731.    
  5732.    
  5733.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0df36e9/2147483647/strip/true/crop/1000x1000+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5d%2F5a%2Fd05a8a064bdeb2fad776e20897f2%2F1000x1000-bte-white.jpg 1x,https://nbcsports.brightspotcdn.com/dims4/default/8c36e2e/2147483647/strip/true/crop/1000x1000+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5d%2F5a%2Fd05a8a064bdeb2fad776e20897f2%2F1000x1000-bte-white.jpg 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/0df36e9/2147483647/strip/true/crop/1000x1000+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5d%2F5a%2Fd05a8a064bdeb2fad776e20897f2%2F1000x1000-bte-white.jpg" loading="lazy">
  5734.  
  5735.  
  5736. </picture>
  5737. </span><span class="NavigationLink-text">Betting Home</span></a>
  5738. </li>
  5739.                                            
  5740.                                                <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcolympics.com/?ref=nbcs" target="_blank"><span class="NavigationLink-image"><picture>
  5741.    
  5742.    
  5743.        
  5744.            
  5745.  
  5746.        
  5747.    
  5748.  
  5749.    
  5750.    
  5751.        
  5752.    
  5753.  
  5754.    
  5755.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/cf/bf/853ddb3a491a9ea395afbf94009d/nbc-olympics-logo.svg">
  5756.  
  5757.    
  5758.  
  5759.  
  5760.    
  5761.    
  5762.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/cf/bf/853ddb3a491a9ea395afbf94009d/nbc-olympics-logo.svg" loading="lazy">
  5763.  
  5764.  
  5765. </picture>
  5766. </span><span class="NavigationLink-text">Milan Cortina 2026 Olympics</span></a>
  5767. </li>
  5768.                                            
  5769.                                                <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.telemundo.com/deportes?ref=nbcs" target="_blank"><span class="NavigationLink-image"><picture>
  5770.    
  5771.    
  5772.        
  5773.            
  5774.  
  5775.        
  5776.    
  5777.  
  5778.    
  5779.    
  5780.        
  5781.    
  5782.  
  5783.    
  5784.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/16/83/aa95d5e54c26a7821e864ed5a653/1-light.svg">
  5785.  
  5786.    
  5787.  
  5788.  
  5789.    
  5790.    
  5791.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/16/83/aa95d5e54c26a7821e864ed5a653/1-light.svg" loading="lazy">
  5792.  
  5793.  
  5794. </picture>
  5795. </span><span class="NavigationLink-text">Telemundo Deportes</span></a>
  5796. </li>
  5797.                                            
  5798.                                                <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.golfnow.com/?ref=nbcs" target="_blank"><span class="NavigationLink-image"><picture>
  5799.    
  5800.    
  5801.        
  5802.            
  5803.  
  5804.        
  5805.    
  5806.  
  5807.    
  5808.    
  5809.        
  5810.    
  5811.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9b90307/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1b%2Ff8%2F3b7b01cd47cdb7dda14e13163ff4%2Fgolfnow.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/af2d4ab/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1b%2Ff8%2F3b7b01cd47cdb7dda14e13163ff4%2Fgolfnow.png 2x">
  5812.  
  5813.    
  5814.  
  5815.    
  5816.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/253e6b5/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1b%2Ff8%2F3b7b01cd47cdb7dda14e13163ff4%2Fgolfnow.png">
  5817.  
  5818.    
  5819.  
  5820.  
  5821.    
  5822.    
  5823.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/253e6b5/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1b%2Ff8%2F3b7b01cd47cdb7dda14e13163ff4%2Fgolfnow.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/099a914/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1b%2Ff8%2F3b7b01cd47cdb7dda14e13163ff4%2Fgolfnow.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/253e6b5/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1b%2Ff8%2F3b7b01cd47cdb7dda14e13163ff4%2Fgolfnow.png" loading="lazy">
  5824.  
  5825.  
  5826. </picture>
  5827. </span><span class="NavigationLink-text">GolfNow</span></a>
  5828. </li>
  5829.                                            
  5830.                                                <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.golfpass.com/?ref=nbcs" target="_blank"><span class="NavigationLink-image"><picture>
  5831.    
  5832.    
  5833.        
  5834.            
  5835.  
  5836.        
  5837.    
  5838.  
  5839.    
  5840.    
  5841.        
  5842.    
  5843.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2672967/2147483647/strip/true/crop/100x100+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc0%2Ff1%2F6bdf9d0041f2874ab02464b8370f%2Fgolfpass.jpeg 1x,https://nbcsports.brightspotcdn.com/dims4/default/f829331/2147483647/strip/true/crop/100x100+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc0%2Ff1%2F6bdf9d0041f2874ab02464b8370f%2Fgolfpass.jpeg 2x">
  5844.  
  5845.    
  5846.  
  5847.    
  5848.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a74d47a/2147483647/strip/true/crop/100x100+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc0%2Ff1%2F6bdf9d0041f2874ab02464b8370f%2Fgolfpass.jpeg">
  5849.  
  5850.    
  5851.  
  5852.  
  5853.    
  5854.    
  5855.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a74d47a/2147483647/strip/true/crop/100x100+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc0%2Ff1%2F6bdf9d0041f2874ab02464b8370f%2Fgolfpass.jpeg 1x,https://nbcsports.brightspotcdn.com/dims4/default/b209b50/2147483647/strip/true/crop/100x100+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc0%2Ff1%2F6bdf9d0041f2874ab02464b8370f%2Fgolfpass.jpeg 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a74d47a/2147483647/strip/true/crop/100x100+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fc0%2Ff1%2F6bdf9d0041f2874ab02464b8370f%2Fgolfpass.jpeg" loading="lazy">
  5856.  
  5857.  
  5858. </picture>
  5859. </span><span class="NavigationLink-text">GolfPass</span></a>
  5860. </li>
  5861.                                            
  5862.                                                <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/now?utm_tags=nbcs1170 " target="_blank"><span class="NavigationLink-image"><picture>
  5863.    
  5864.    
  5865.        
  5866.            
  5867.  
  5868.        
  5869.    
  5870.  
  5871.    
  5872.    
  5873.        
  5874.    
  5875.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/23c30cf/2147483647/strip/true/crop/811x811+45+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F61%2F03%2F65c933644f98bcface70419d0853%2Fnbcsports-now-full-color-rev-logo-stacked.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/5ef28f7/2147483647/strip/true/crop/811x811+45+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F61%2F03%2F65c933644f98bcface70419d0853%2Fnbcsports-now-full-color-rev-logo-stacked.png 2x">
  5876.  
  5877.    
  5878.  
  5879.    
  5880.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a66a493/2147483647/strip/true/crop/811x811+45+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F61%2F03%2F65c933644f98bcface70419d0853%2Fnbcsports-now-full-color-rev-logo-stacked.png">
  5881.  
  5882.    
  5883.  
  5884.  
  5885.    
  5886.    
  5887.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a66a493/2147483647/strip/true/crop/811x811+45+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F61%2F03%2F65c933644f98bcface70419d0853%2Fnbcsports-now-full-color-rev-logo-stacked.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/342d58b/2147483647/strip/true/crop/811x811+45+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F61%2F03%2F65c933644f98bcface70419d0853%2Fnbcsports-now-full-color-rev-logo-stacked.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a66a493/2147483647/strip/true/crop/811x811+45+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F61%2F03%2F65c933644f98bcface70419d0853%2Fnbcsports-now-full-color-rev-logo-stacked.png" loading="lazy">
  5888.  
  5889.  
  5890. </picture>
  5891. </span><span class="NavigationLink-text">NBC Sports NOW</span></a>
  5892. </li>
  5893.                                            
  5894.                                                <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.sportsengine.com/?ref=nbcs" target="_blank"><span class="NavigationLink-image"><picture>
  5895.    
  5896.    
  5897.        
  5898.            
  5899.  
  5900.        
  5901.    
  5902.  
  5903.    
  5904.    
  5905.        
  5906.    
  5907.  
  5908.    
  5909.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/d3/01/9844f7bd4219927712ddb364691e/sports-engine-white.svg">
  5910.  
  5911.    
  5912.  
  5913.  
  5914.    
  5915.    
  5916.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/d3/01/9844f7bd4219927712ddb364691e/sports-engine-white.svg" loading="lazy">
  5917.  
  5918.  
  5919. </picture>
  5920. </span><span class="NavigationLink-text">SportsEngine</span></a>
  5921. </li>
  5922.                                            
  5923.                                                <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/pressbox"><span class="NavigationLink-image"><picture>
  5924.    
  5925.    
  5926.        
  5927.            
  5928.  
  5929.        
  5930.    
  5931.  
  5932.    
  5933.    
  5934.        
  5935.    
  5936.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/d4be522/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fc1%2F66e9c6764b0f94724f8e8c241290%2Fnbcs-press-box-rgb.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/1653ad3/2147483647/strip/true/crop/1080x1080+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fc1%2F66e9c6764b0f94724f8e8c241290%2Fnbcs-press-box-rgb.png 2x">
  5937.  
  5938.    
  5939.  
  5940.    
  5941.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a1ce19b/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fc1%2F66e9c6764b0f94724f8e8c241290%2Fnbcs-press-box-rgb.png">
  5942.  
  5943.    
  5944.  
  5945.  
  5946.    
  5947.    
  5948.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a1ce19b/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fc1%2F66e9c6764b0f94724f8e8c241290%2Fnbcs-press-box-rgb.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/eb2b89b/2147483647/strip/true/crop/1080x1080+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fc1%2F66e9c6764b0f94724f8e8c241290%2Fnbcs-press-box-rgb.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a1ce19b/2147483647/strip/true/crop/1080x1080+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fc1%2F66e9c6764b0f94724f8e8c241290%2Fnbcs-press-box-rgb.png" loading="lazy">
  5949.  
  5950.  
  5951. </picture>
  5952. </span><span class="NavigationLink-text">NBC Sports Press Box</span></a>
  5953. </li>
  5954.                                            
  5955.                                        
  5956.                                    </ul>
  5957.                                </div>
  5958.                            </li>
  5959.                        
  5960.                    
  5961.                
  5962.                
  5963.            
  5964.  
  5965.            
  5966.                
  5967.                    <li class="Navigation-items-item" data-login><div class="NavigationItem" data-has-menu >
  5968.    <div class="NavigationItem-text">
  5969.        
  5970.            <span class="Link" ><span class="NavigationItem-more"></span><button class="Icon-button" data-theme="gray"><span class="sr-only">Profile</span>
  5971.            <svg class="profile"><use xlink:href="#profile"></use></svg></button></span>
  5972.        
  5973.    </div>
  5974.  
  5975.    
  5976.        <ul class="NavigationItem-items">
  5977.            
  5978.                
  5979.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/login"><span class="NavigationLink-text">Login or Create Profile</span></a>
  5980. </li>
  5981.                
  5982.            
  5983.        </ul>
  5984.    
  5985. </div>
  5986. </li>
  5987.                
  5988.            
  5989.                
  5990.            
  5991.                
  5992.            
  5993.                
  5994.            
  5995.                
  5996.            
  5997.                
  5998.            
  5999.                
  6000.            
  6001.                
  6002.            
  6003.        </ul>
  6004.    
  6005. </nav>
  6006. </div>
  6007.            <div class="Page-header-bar-end-inner">
  6008.                
  6009.                    
  6010.                        
  6011.                            <div class="Navigation-items-item" data-login><div class="NavigationItem" data-has-menu >
  6012.    <div class="NavigationItem-text">
  6013.        
  6014.            <span class="Link" ><span class="NavigationItem-more"></span><button class="Icon-button" data-theme="gray"><span class="sr-only">Profile</span>
  6015.            <svg class="profile"><use xlink:href="#profile"></use></svg></button></span>
  6016.        
  6017.    </div>
  6018.  
  6019.    
  6020.        <ul class="NavigationItem-items">
  6021.            
  6022.                
  6023.                    <li class="NavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/login"><span class="NavigationLink-text">Login or Create Profile</span></a>
  6024. </li>
  6025.                
  6026.            
  6027.        </ul>
  6028.    
  6029. </div>
  6030. </div>
  6031.                            <bsp-favoritelink-modal>
  6032.                            <div class="Navigation-items-item" data-favorites data-favorite-link>
  6033.                                <div class="NavigationItem">
  6034.                                    <div class="NavigationItem-text">
  6035.                                        <button class="Icon-button" data-theme="gray"><span class="sr-only">Favorites</span><svg class="star"><use href="#star"></use></svg></button>
  6036.                                    </div>
  6037.                                </div>
  6038.                            </div>
  6039.                            </bsp-favoritelink-modal>
  6040.                        
  6041.                    
  6042.                        
  6043.                    
  6044.                        
  6045.                    
  6046.                        
  6047.                    
  6048.                        
  6049.                    
  6050.                        
  6051.                    
  6052.                        
  6053.                    
  6054.                        
  6055.                    
  6056.                
  6057.                <button class="Icon-button Page-header-menu-trigger" data-theme="gray" aria-expanded="false"><svg class="burger-menu"><use xlink:href="#menu"></use></svg><span class="label">Menu</span></button>
  6058.            </div>
  6059.        </div>
  6060.    </div>
  6061.  
  6062.    <div class="FavoritesMenu" data-favorites-menu>
  6063.        <div class="FavoritesMenu-header">
  6064.            <span>Favorites</span>
  6065.        </div>
  6066.  
  6067.        <div class="FavoritesMenu-content" data-favorites-content>
  6068.            <div class="FavoritesMenu-text">Sign up to follow your favorites on all your devices.</div>
  6069.            <a class="Pill-button" data-theme="outline" data-size="small" href="https://www.nbcsports.com/login?sourceUrl=https%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Ffeed%2Frumor-mill%2F">Sign up</a>
  6070.        </div>
  6071.    </div>
  6072.    <div class="Page-header-progressBar" data-progress-bar></div>
  6073. </bsp-header>
  6074.  
  6075.  
  6076.    
  6077.  
  6078.    <div class="Page-content">
  6079.        <main class="Page-main" data-modulewell>
  6080.            
  6081.                
  6082.                    
  6083.                    <div class="ConfirmationPage-background">
  6084.                        
  6085.                            
  6086.                                <picture>
  6087.    
  6088.    
  6089.        
  6090.            
  6091.  
  6092.        
  6093.    
  6094.  
  6095.    
  6096.    
  6097.        
  6098.    
  6099.            <source type="image/webp"  width="1680" height="537" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e5ae18f/2147483647/strip/true/crop/4000x1279+0+262/resize/390x125!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5c%2Fe3%2F87e9aa9e4e5f84819be8cb0d925b%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F1430389952 390w,https://nbcsports.brightspotcdn.com/dims4/default/de93c18/2147483647/strip/true/crop/4000x1279+0+262/resize/768x245!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5c%2Fe3%2F87e9aa9e4e5f84819be8cb0d925b%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F1430389952 768w,https://nbcsports.brightspotcdn.com/dims4/default/2f9f573/2147483647/strip/true/crop/4000x1279+0+262/resize/1024x327!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5c%2Fe3%2F87e9aa9e4e5f84819be8cb0d925b%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F1430389952 1024w,https://nbcsports.brightspotcdn.com/dims4/default/71cd715/2147483647/strip/true/crop/4000x1279+0+262/resize/1680x537!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5c%2Fe3%2F87e9aa9e4e5f84819be8cb0d925b%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F1430389952 1680w">
  6100.  
  6101.    
  6102.  
  6103.    
  6104.        <source width="1680" height="537" srcset="https://nbcsports.brightspotcdn.com/dims4/default/40253ce/2147483647/strip/true/crop/4000x1279+0+262/resize/1680x537!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5c%2Fe3%2F87e9aa9e4e5f84819be8cb0d925b%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F1430389952">
  6105.  
  6106.    
  6107.  
  6108.  
  6109.    
  6110.    
  6111.    <img class="Image" alt="Baseball Homeplate with Baselines on Ball Diamond" srcset="https://nbcsports.brightspotcdn.com/dims4/default/88e5ecd/2147483647/strip/true/crop/4000x1279+0+262/resize/390x125!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5c%2Fe3%2F87e9aa9e4e5f84819be8cb0d925b%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F1430389952 390w,https://nbcsports.brightspotcdn.com/dims4/default/eacce02/2147483647/strip/true/crop/4000x1279+0+262/resize/768x245!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5c%2Fe3%2F87e9aa9e4e5f84819be8cb0d925b%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F1430389952 768w,https://nbcsports.brightspotcdn.com/dims4/default/02349f8/2147483647/strip/true/crop/4000x1279+0+262/resize/1024x327!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5c%2Fe3%2F87e9aa9e4e5f84819be8cb0d925b%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F1430389952 1024w,https://nbcsports.brightspotcdn.com/dims4/default/40253ce/2147483647/strip/true/crop/4000x1279+0+262/resize/1680x537!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5c%2Fe3%2F87e9aa9e4e5f84819be8cb0d925b%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F1430389952 1680w" width="1680" height="537" src="https://nbcsports.brightspotcdn.com/dims4/default/40253ce/2147483647/strip/true/crop/4000x1279+0+262/resize/1680x537!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F5c%2Fe3%2F87e9aa9e4e5f84819be8cb0d925b%2Fhttps-delivery-gettyimages.com%2Fdownloads%2F1430389952" loading="lazy">
  6112.  
  6113.  
  6114. </picture>
  6115.  
  6116.                            
  6117.                        
  6118.                        <div class="ConfirmationPage-gradient"></div>
  6119.                    </div>
  6120.                    <div class="ConfirmationPage-contents">
  6121.                        
  6122.                            <h1 class="ConfirmationPage-title">Page Not Found</h1>
  6123.                        
  6124.                        
  6125.                        
  6126.                            <a class="Link" href="https://www.nbcsports.com/">Return Home</a>
  6127.                        
  6128.                    </div>
  6129.                
  6130.            
  6131.        </main>
  6132.    </div>
  6133.  
  6134.    
  6135.    <div class="Page-below"  data-modulewell><div id="taboola-below-article-thumbnails-feed" data-taboola-div data-container="taboola-below-article-thumbnails-feed" data-mode="thumbnails-c" data-placement="Below Article Thumbnails - Feed" data-target-type="mix"
  6136.        ></div>
  6137.        <script>
  6138.            window._taboola = window._taboola || [];
  6139.            _taboola.push({container: 'taboola-below-article-thumbnails-feed', mode: 'thumbnails-c', placement: 'Below Article Thumbnails - Feed', target_type: 'mix'
  6140.            });
  6141.        </script>
  6142. </div>
  6143.  
  6144.  
  6145.    
  6146. <footer class="Page-footer">
  6147.    <div class="Page-footer-wrapper">
  6148.        <div class="Page-footer-content" data-grid-container>
  6149.            
  6150.                <div class="Page-footer-logo" data-grid="span:6 md:span:4 lg:span:8 hk:span:4">
  6151.                    <a aria-label="home page" href="/"  >
  6152.    
  6153.        <img class="PageLogo-image" src="https://nbcsports.brightspotcdn.com/7e/64/509b5f2e485994bb3a02473406cc/nbc-sports-2023.svg" alt="NBC_Sports_2023.svg" width="400" >
  6154.    
  6155.    </a>
  6156.  
  6157.                    
  6158.                        <div class="Page-footer-promo">
  6159.                            
  6160.                                <div class="PagePromo">
  6161.                                    <div class="PagePromo-content">
  6162.                                        
  6163.    <div class="PagePromo-title">
  6164.        <a class="Link" href="https://cloud.em.nbcsports.com/epc" target="_blank" rel="noopener">Stay in the Know</a>
  6165.    </div>
  6166.  
  6167.  
  6168.  
  6169.                                        
  6170.    <div class="PagePromo-description"><span>Subscribe to our Newsletter and Alerts</span></div>
  6171.  
  6172.  
  6173.  
  6174.                                        <div class="PagePromo-ctaLink">
  6175.                                            <a class="Pill-button" data-theme="outline" data-size="small" href="https://cloud.em.nbcsports.com/epc" target="_blank">
  6176.                                                Subscribe
  6177.                                            </a>
  6178.                                        </div>
  6179.                                    </div>
  6180.                                </div>
  6181.                            
  6182.                        </div>
  6183.                    
  6184.                </div>
  6185.            
  6186.  
  6187.            
  6188.    
  6189.        <bsp-accordion class="FooterNavigationItem" data-grid="span:6 md:span:8 lg:span:16 hk:span:8">
  6190.    <div class="FooterNavigationItem-text" data-accordion-header>
  6191.        
  6192.            <span>Sports</span>
  6193.        
  6194.        <svg class="arrow"><use xlink:href="#arrow-down"></use></svg>
  6195.    </div>
  6196.  
  6197.    
  6198.        <ul class="FooterNavigationItem-items" data-accordion-body>
  6199.            
  6200.                
  6201.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/mens-college-basketball"><span class="NavigationLink-image"><picture>
  6202.    
  6203.    
  6204.        
  6205.            
  6206.  
  6207.        
  6208.    
  6209.  
  6210.    
  6211.    
  6212.        
  6213.    
  6214.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9c2507c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f75f4af/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 2x">
  6215.  
  6216.    
  6217.  
  6218.    
  6219.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png">
  6220.  
  6221.    
  6222.  
  6223.  
  6224.    
  6225.    
  6226.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a65b9a/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/4a08ffe/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F1e%2F5c%2F736b74724801af5786fbfeff37d2%2Fleague-ncaa-basketball.png" loading="lazy">
  6227.  
  6228.  
  6229. </picture>
  6230. </span><span class="NavigationLink-text">College Basketball</span></a>
  6231. </li>
  6232.                
  6233.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/cycling"><span class="NavigationLink-image"><picture>
  6234.    
  6235.    
  6236.        
  6237.            
  6238.  
  6239.        
  6240.    
  6241.  
  6242.    
  6243.    
  6244.        
  6245.    
  6246.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/8a0219c/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/b6c0e34/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 2x">
  6247.  
  6248.    
  6249.  
  6250.    
  6251.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/44c3abe/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png">
  6252.  
  6253.    
  6254.  
  6255.  
  6256.    
  6257.    
  6258.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/44c3abe/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f9b0504/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/44c3abe/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd1%2F79%2F8c483d0a4cd38cd2750bbb0e73d6%2Fcycle-100x100-3x.png" loading="lazy">
  6259.  
  6260.  
  6261. </picture>
  6262. </span><span class="NavigationLink-text">Cycling</span></a>
  6263. </li>
  6264.                
  6265.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/college-football"><span class="NavigationLink-image"><picture>
  6266.    
  6267.    
  6268.        
  6269.            
  6270.  
  6271.        
  6272.    
  6273.  
  6274.    
  6275.    
  6276.        
  6277.    
  6278.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
  6279.  
  6280.    
  6281.  
  6282.    
  6283.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
  6284.  
  6285.    
  6286.  
  6287.  
  6288.    
  6289.    
  6290.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
  6291.  
  6292.  
  6293. </picture>
  6294. </span><span class="NavigationLink-text">College Football</span></a>
  6295. </li>
  6296.                
  6297.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/figure-skating"><span class="NavigationLink-image"><picture>
  6298.    
  6299.    
  6300.        
  6301.            
  6302.  
  6303.        
  6304.    
  6305.  
  6306.    
  6307.    
  6308.        
  6309.    
  6310.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/42787fa/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d2bb9c9/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 2x">
  6311.  
  6312.    
  6313.  
  6314.    
  6315.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b16ad60/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png">
  6316.  
  6317.    
  6318.  
  6319.  
  6320.    
  6321.    
  6322.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b16ad60/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/ef3aa4c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/b16ad60/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2Fb1%2F34e792e34aa9b0e7380c3fd2e359%2Fleague-ice-skating.png" loading="lazy">
  6323.  
  6324.  
  6325. </picture>
  6326. </span><span class="NavigationLink-text">Figure Skating</span></a>
  6327. </li>
  6328.                
  6329.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/golf"><span class="NavigationLink-image"><picture>
  6330.    
  6331.    
  6332.        
  6333.            
  6334.  
  6335.        
  6336.    
  6337.  
  6338.    
  6339.    
  6340.        
  6341.    
  6342.  
  6343.    
  6344.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/0b/86/31d0b79e4cb381d3bedea5e51b54/golf-white.svg">
  6345.  
  6346.    
  6347.  
  6348.  
  6349.    
  6350.    
  6351.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/0b/86/31d0b79e4cb381d3bedea5e51b54/golf-white.svg" loading="lazy">
  6352.  
  6353.  
  6354. </picture>
  6355. </span><span class="NavigationLink-text">Golf</span></a>
  6356. </li>
  6357.                
  6358.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/horse-racing"><span class="NavigationLink-image"><picture>
  6359.    
  6360.    
  6361.        
  6362.            
  6363.  
  6364.        
  6365.    
  6366.  
  6367.    
  6368.    
  6369.        
  6370.    
  6371.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/130823c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/72d61cc/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 2x">
  6372.  
  6373.    
  6374.  
  6375.    
  6376.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f9b961c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png">
  6377.  
  6378.    
  6379.  
  6380.  
  6381.    
  6382.    
  6383.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f9b961c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/cd48b8c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f9b961c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F9c%2Ff5%2Fbf80f34e4799a2ebd0da3f5075f5%2Fleague-horse.png" loading="lazy">
  6384.  
  6385.  
  6386. </picture>
  6387. </span><span class="NavigationLink-text">Horse Racing</span></a>
  6388. </li>
  6389.                
  6390.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/mlb"><span class="NavigationLink-image"><picture>
  6391.    
  6392.    
  6393.        
  6394.            
  6395.  
  6396.        
  6397.    
  6398.  
  6399.    
  6400.    
  6401.        
  6402.    
  6403.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5eaf720/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff1%2F67%2F53cb341b46029fd2d683e353e0e5%2Fleague-mlb.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/81b9934/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff1%2F67%2F53cb341b46029fd2d683e353e0e5%2Fleague-mlb.png 2x">
  6404.  
  6405.    
  6406.  
  6407.    
  6408.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5ae2479/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff1%2F67%2F53cb341b46029fd2d683e353e0e5%2Fleague-mlb.png">
  6409.  
  6410.    
  6411.  
  6412.  
  6413.    
  6414.    
  6415.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5ae2479/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff1%2F67%2F53cb341b46029fd2d683e353e0e5%2Fleague-mlb.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/7aa1021/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff1%2F67%2F53cb341b46029fd2d683e353e0e5%2Fleague-mlb.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/5ae2479/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ff1%2F67%2F53cb341b46029fd2d683e353e0e5%2Fleague-mlb.png" loading="lazy">
  6416.  
  6417.  
  6418. </picture>
  6419. </span><span class="NavigationLink-text">MLB</span></a>
  6420. </li>
  6421.                
  6422.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/motor-sports"><span class="NavigationLink-image"><picture>
  6423.    
  6424.    
  6425.        
  6426.            
  6427.  
  6428.        
  6429.    
  6430.  
  6431.    
  6432.    
  6433.        
  6434.    
  6435.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2404ac7/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/ca3024b/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 2x">
  6436.  
  6437.    
  6438.  
  6439.    
  6440.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png">
  6441.  
  6442.    
  6443.  
  6444.  
  6445.    
  6446.    
  6447.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/bafc212/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1b1f43d/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F03%2Fd7%2F1c6f74734bc8af0fca3922fc0540%2Fmotor-100x100-3x.png" loading="lazy">
  6448.  
  6449.  
  6450. </picture>
  6451. </span><span class="NavigationLink-text">Motor Sports</span></a>
  6452. </li>
  6453.                
  6454.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nascar"><span class="NavigationLink-image"><picture>
  6455.    
  6456.    
  6457.        
  6458.            
  6459.  
  6460.        
  6461.    
  6462.  
  6463.    
  6464.    
  6465.        
  6466.    
  6467.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b4ed9e5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f603c29/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 2x">
  6468.  
  6469.    
  6470.  
  6471.    
  6472.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png">
  6473.  
  6474.    
  6475.  
  6476.  
  6477.    
  6478.    
  6479.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/5f3566e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1285a09/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Ffa%2Fe6%2Fa5ba5c174b6dbed55f54e09370e1%2Fleague-nascar.png" loading="lazy">
  6480.  
  6481.  
  6482. </picture>
  6483. </span><span class="NavigationLink-text">NASCAR</span></a>
  6484. </li>
  6485.                
  6486.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nba"><span class="NavigationLink-image"><picture>
  6487.    
  6488.    
  6489.        
  6490.            
  6491.  
  6492.        
  6493.    
  6494.  
  6495.    
  6496.    
  6497.        
  6498.    
  6499.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5debb20/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/40d7ec4/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 2x">
  6500.  
  6501.    
  6502.  
  6503.    
  6504.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png">
  6505.  
  6506.    
  6507.  
  6508.  
  6509.    
  6510.    
  6511.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8536284/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/ff48b0d/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fd0%2F25%2Fcd0954284467a5fb4b988fc9842e%2Fleague-nba.png" loading="lazy">
  6512.  
  6513.  
  6514. </picture>
  6515. </span><span class="NavigationLink-text">NBA</span></a>
  6516. </li>
  6517.                
  6518.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nfl"><span class="NavigationLink-image"><picture>
  6519.    
  6520.    
  6521.        
  6522.            
  6523.  
  6524.        
  6525.    
  6526.  
  6527.    
  6528.    
  6529.        
  6530.    
  6531.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e1be926/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e121997/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 2x">
  6532.  
  6533.    
  6534.  
  6535.    
  6536.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png">
  6537.  
  6538.    
  6539.  
  6540.  
  6541.    
  6542.    
  6543.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/b8d337e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/bd32ec5/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fca%2Fbe%2F83644e5145aab4f97517245f136a%2Fleague-nfl.png" loading="lazy">
  6544.  
  6545.  
  6546. </picture>
  6547. </span><span class="NavigationLink-text">NFL</span></a>
  6548. </li>
  6549.                
  6550.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/nhl"><span class="NavigationLink-image"><picture>
  6551.    
  6552.    
  6553.        
  6554.            
  6555.  
  6556.        
  6557.    
  6558.  
  6559.    
  6560.    
  6561.        
  6562.    
  6563.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1a3a959/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/137e086/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 2x">
  6564.  
  6565.    
  6566.  
  6567.    
  6568.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png">
  6569.  
  6570.    
  6571.  
  6572.  
  6573.    
  6574.    
  6575.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/2453fde/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1419c14/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa5%2F37%2F3674b7dd47039c08d79a1657bf66%2Fleague-nhl.png" loading="lazy">
  6576.  
  6577.  
  6578. </picture>
  6579. </span><span class="NavigationLink-text">NHL</span></a>
  6580. </li>
  6581.                
  6582.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/olympics"><span class="NavigationLink-image"><picture>
  6583.    
  6584.    
  6585.        
  6586.            
  6587.  
  6588.        
  6589.    
  6590.  
  6591.    
  6592.    
  6593.        
  6594.    
  6595.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2a6f803/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2b%2F32%2F7d3f162c4948af41c0e0a6d01a6b%2Fleague-olympics.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/758ebe0/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2b%2F32%2F7d3f162c4948af41c0e0a6d01a6b%2Fleague-olympics.png 2x">
  6596.  
  6597.    
  6598.  
  6599.    
  6600.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e8a8f3f/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2b%2F32%2F7d3f162c4948af41c0e0a6d01a6b%2Fleague-olympics.png">
  6601.  
  6602.    
  6603.  
  6604.  
  6605.    
  6606.    
  6607.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e8a8f3f/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2b%2F32%2F7d3f162c4948af41c0e0a6d01a6b%2Fleague-olympics.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4969d3e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2b%2F32%2F7d3f162c4948af41c0e0a6d01a6b%2Fleague-olympics.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e8a8f3f/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F2b%2F32%2F7d3f162c4948af41c0e0a6d01a6b%2Fleague-olympics.png" loading="lazy">
  6608.  
  6609.  
  6610. </picture>
  6611. </span><span class="NavigationLink-text">Olympics</span></a>
  6612. </li>
  6613.                
  6614.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/soccer"><span class="NavigationLink-image"><picture>
  6615.    
  6616.    
  6617.        
  6618.            
  6619.  
  6620.        
  6621.    
  6622.  
  6623.    
  6624.    
  6625.        
  6626.    
  6627.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/82874d6/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d9b6c96/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 2x">
  6628.  
  6629.    
  6630.  
  6631.    
  6632.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png">
  6633.  
  6634.    
  6635.  
  6636.  
  6637.    
  6638.    
  6639.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/84b1557/2147483647/strip/true/crop/300x300+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a347770/2147483647/strip/true/crop/300x300+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F6b%2F98%2F6f6ea1764f2e901bed359381a228%2Fsoccer-100x100-3x.png" loading="lazy">
  6640.  
  6641.  
  6642. </picture>
  6643. </span><span class="NavigationLink-text">Soccer</span></a>
  6644. </li>
  6645.                
  6646.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/tennis"><span class="NavigationLink-image"><picture>
  6647.    
  6648.    
  6649.        
  6650.            
  6651.  
  6652.        
  6653.    
  6654.  
  6655.    
  6656.    
  6657.        
  6658.    
  6659.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ed3df17/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f6e1cda/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 2x">
  6660.  
  6661.    
  6662.  
  6663.    
  6664.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9070fdb/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png">
  6665.  
  6666.    
  6667.  
  6668.  
  6669.    
  6670.    
  6671.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9070fdb/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/aacc72c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/9070fdb/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fac%2F0f%2F7d04648c4b30b08fef54eadf4933%2Ftennis.png" loading="lazy">
  6672.  
  6673.  
  6674. </picture>
  6675. </span><span class="NavigationLink-text">Tennis</span></a>
  6676. </li>
  6677.                
  6678.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/wnba"><span class="NavigationLink-image"><picture>
  6679.    
  6680.    
  6681.        
  6682.            
  6683.  
  6684.        
  6685.    
  6686.  
  6687.    
  6688.    
  6689.        
  6690.    
  6691.  
  6692.    
  6693.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/66/e4/706ef1c846a6b491c5a2027f5299/wnba-logo.svg">
  6694.  
  6695.    
  6696.  
  6697.  
  6698.    
  6699.    
  6700.    <img class="Image" alt="" width="20" height="20" src="https://nbcsports.brightspotcdn.com/66/e4/706ef1c846a6b491c5a2027f5299/wnba-logo.svg" loading="lazy">
  6701.  
  6702.  
  6703. </picture>
  6704. </span><span class="NavigationLink-text">WNBA</span></a>
  6705. </li>
  6706.                
  6707.            
  6708.        </ul>
  6709.    
  6710. </bsp-accordion>
  6711.  
  6712.    
  6713.        <bsp-accordion class="FooterNavigationItem" data-grid="span:6 md:span:4 lg:span:8 hk:span:4">
  6714.    <div class="FooterNavigationItem-text" data-accordion-header>
  6715.        
  6716.            <span>Fantasy</span>
  6717.        
  6718.        <svg class="arrow"><use xlink:href="#arrow-down"></use></svg>
  6719.    </div>
  6720.  
  6721.    
  6722.        <ul class="FooterNavigationItem-items" data-accordion-body>
  6723.            
  6724.                
  6725.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/baseball"><span class="NavigationLink-image"><picture>
  6726.    
  6727.    
  6728.        
  6729.            
  6730.  
  6731.        
  6732.    
  6733.  
  6734.    
  6735.    
  6736.        
  6737.    
  6738.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/ec89988/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/3b0c8f3/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 2x">
  6739.  
  6740.    
  6741.  
  6742.    
  6743.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png">
  6744.  
  6745.    
  6746.  
  6747.  
  6748.    
  6749.    
  6750.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/32e2a97/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/30902c0/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcd%2F9d%2F9da5f5d84782b4b833d4a932368b%2Fleague-baseball.png" loading="lazy">
  6751.  
  6752.  
  6753. </picture>
  6754. </span><span class="NavigationLink-text">Fantasy Baseball</span></a>
  6755. </li>
  6756.                
  6757.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/basketball"><span class="NavigationLink-image"><picture>
  6758.    
  6759.    
  6760.        
  6761.            
  6762.  
  6763.        
  6764.    
  6765.  
  6766.    
  6767.    
  6768.        
  6769.    
  6770.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e485147/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/e26a82e/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x">
  6771.  
  6772.    
  6773.  
  6774.    
  6775.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png">
  6776.  
  6777.    
  6778.  
  6779.  
  6780.    
  6781.    
  6782.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8a6a30c/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f06b93c/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fad%2F05%2F02a734ae4ff7a37b3ca844e94858%2Fleague-basketball.png" loading="lazy">
  6783.  
  6784.  
  6785. </picture>
  6786. </span><span class="NavigationLink-text">Fantasy Basketball</span></a>
  6787. </li>
  6788.                
  6789.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/fantasy/football"><span class="NavigationLink-image"><picture>
  6790.    
  6791.    
  6792.        
  6793.            
  6794.  
  6795.        
  6796.    
  6797.  
  6798.    
  6799.    
  6800.        
  6801.    
  6802.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5f40d34/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9bcae61/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x">
  6803.  
  6804.    
  6805.  
  6806.    
  6807.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png">
  6808.  
  6809.    
  6810.  
  6811.  
  6812.    
  6813.    
  6814.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/080414b/2147483647/strip/true/crop/80x80+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/e319edf/2147483647/strip/true/crop/80x80+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F8b%2F50%2F0ad17ee741a280ed4e409e2b0d8f%2Fleague-football.png" loading="lazy">
  6815.  
  6816.  
  6817. </picture>
  6818. </span><span class="NavigationLink-text">Fantasy Football</span></a>
  6819. </li>
  6820.                
  6821.            
  6822.        </ul>
  6823.    
  6824. </bsp-accordion>
  6825.  
  6826.    
  6827.        <bsp-accordion class="FooterNavigationItem" data-grid="span:6 md:span:4 lg:span:8 hk:span:4">
  6828.    <div class="FooterNavigationItem-text" data-accordion-header>
  6829.        
  6830.            <span>Stream &amp; Podcast</span>
  6831.        
  6832.        <svg class="arrow"><use xlink:href="#arrow-down"></use></svg>
  6833.    </div>
  6834.  
  6835.    
  6836.        <ul class="FooterNavigationItem-items" data-accordion-body>
  6837.            
  6838.                
  6839.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/watch"><span class="NavigationLink-image"><picture>
  6840.    
  6841.    
  6842.        
  6843.            
  6844.  
  6845.        
  6846.    
  6847.  
  6848.    
  6849.    
  6850.        
  6851.    
  6852.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/deab45c/2147483647/strip/true/crop/439x439+0+37/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2F5e%2F75948b314d4f9bfd8bcb0ebcfd76%2Fpolygon-20-512.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/7ea1636/2147483647/strip/true/crop/439x439+0+37/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2F5e%2F75948b314d4f9bfd8bcb0ebcfd76%2Fpolygon-20-512.png 2x">
  6853.  
  6854.    
  6855.  
  6856.    
  6857.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b30745e/2147483647/strip/true/crop/439x439+0+37/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2F5e%2F75948b314d4f9bfd8bcb0ebcfd76%2Fpolygon-20-512.png">
  6858.  
  6859.    
  6860.  
  6861.  
  6862.    
  6863.    
  6864.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b30745e/2147483647/strip/true/crop/439x439+0+37/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2F5e%2F75948b314d4f9bfd8bcb0ebcfd76%2Fpolygon-20-512.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/234161c/2147483647/strip/true/crop/439x439+0+37/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2F5e%2F75948b314d4f9bfd8bcb0ebcfd76%2Fpolygon-20-512.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/b30745e/2147483647/strip/true/crop/439x439+0+37/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F56%2F5e%2F75948b314d4f9bfd8bcb0ebcfd76%2Fpolygon-20-512.png" loading="lazy">
  6865.  
  6866.  
  6867. </picture>
  6868. </span><span class="NavigationLink-text">Clips &amp; Highlights</span></a>
  6869. </li>
  6870.                
  6871.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/podcasts"><span class="NavigationLink-image"><picture>
  6872.    
  6873.    
  6874.        
  6875.            
  6876.  
  6877.        
  6878.    
  6879.  
  6880.    
  6881.    
  6882.        
  6883.    
  6884.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/364fc5b/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fca%2F550d9b9f4472b09254f6c77653ce%2Fpodcast-1.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/87fff03/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fca%2F550d9b9f4472b09254f6c77653ce%2Fpodcast-1.png 2x">
  6885.  
  6886.    
  6887.  
  6888.    
  6889.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1a4a8b7/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fca%2F550d9b9f4472b09254f6c77653ce%2Fpodcast-1.png">
  6890.  
  6891.    
  6892.  
  6893.  
  6894.    
  6895.    
  6896.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/1a4a8b7/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fca%2F550d9b9f4472b09254f6c77653ce%2Fpodcast-1.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/3a34926/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fca%2F550d9b9f4472b09254f6c77653ce%2Fpodcast-1.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/1a4a8b7/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fa8%2Fca%2F550d9b9f4472b09254f6c77653ce%2Fpodcast-1.png" loading="lazy">
  6897.  
  6898.  
  6899. </picture>
  6900. </span><span class="NavigationLink-text">Sports Podcasts</span></a>
  6901. </li>
  6902.                
  6903.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.peacocktv.com?cid=2301sptgennbspownedi8372&amp;utm_campaign=2301sptgen&amp;utm_source=nbcs_nbcspts_st-sv&amp;utm_medium=own_edi_awa_glbftlnk&amp;utm_term=nbcsportssitevisitors&amp;utm_content=sportsonpeacock" target="_blank"><span class="NavigationLink-image"><picture>
  6904.    
  6905.    
  6906.        
  6907.            
  6908.  
  6909.        
  6910.    
  6911.  
  6912.    
  6913.    
  6914.        
  6915.    
  6916.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a1961ea/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/681d72c/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x">
  6917.  
  6918.    
  6919.  
  6920.    
  6921.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png">
  6922.  
  6923.    
  6924.  
  6925.  
  6926.    
  6927.    
  6928.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d506348/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png" loading="lazy">
  6929.  
  6930.  
  6931. </picture>
  6932. </span><span class="NavigationLink-text">Stream on Peacock</span></a>
  6933. </li>
  6934.                
  6935.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsports.com/watch/schedule"><span class="NavigationLink-image"><picture>
  6936.    
  6937.    
  6938.        
  6939.            
  6940.  
  6941.        
  6942.    
  6943.  
  6944.    
  6945.    
  6946.        
  6947.    
  6948.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/b1d8102/2147483647/strip/true/crop/14x14+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Faf%2Fb2%2F585bd8b948338993c424f0646f13%2Flive.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/8ee1bcc/2147483647/strip/true/crop/14x14+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Faf%2Fb2%2F585bd8b948338993c424f0646f13%2Flive.png 2x">
  6949.  
  6950.    
  6951.  
  6952.    
  6953.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0bcb851/2147483647/strip/true/crop/14x14+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Faf%2Fb2%2F585bd8b948338993c424f0646f13%2Flive.png">
  6954.  
  6955.    
  6956.  
  6957.  
  6958.    
  6959.    
  6960.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/0bcb851/2147483647/strip/true/crop/14x14+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Faf%2Fb2%2F585bd8b948338993c424f0646f13%2Flive.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d174ef4/2147483647/strip/true/crop/14x14+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Faf%2Fb2%2F585bd8b948338993c424f0646f13%2Flive.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/0bcb851/2147483647/strip/true/crop/14x14+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Faf%2Fb2%2F585bd8b948338993c424f0646f13%2Flive.png" loading="lazy">
  6961.  
  6962.  
  6963. </picture>
  6964. </span><span class="NavigationLink-text">Watch Live</span></a>
  6965. </li>
  6966.                
  6967.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.youtube.com/nbcsports" target="_blank"><span class="NavigationLink-image"><picture>
  6968.    
  6969.    
  6970.        
  6971.            
  6972.  
  6973.        
  6974.    
  6975.  
  6976.    
  6977.    
  6978.        
  6979.    
  6980.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3fccf91/2147483647/strip/true/crop/214x214+3+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F71%2F4b%2Fd0ff247bc9644abeb9459412315f%2Fnbc-sports1.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/deb40b5/2147483647/strip/true/crop/214x214+3+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F71%2F4b%2Fd0ff247bc9644abeb9459412315f%2Fnbc-sports1.png 2x">
  6981.  
  6982.    
  6983.  
  6984.    
  6985.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5d115f7/2147483647/strip/true/crop/214x214+3+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F71%2F4b%2Fd0ff247bc9644abeb9459412315f%2Fnbc-sports1.png">
  6986.  
  6987.    
  6988.  
  6989.  
  6990.    
  6991.    
  6992.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/5d115f7/2147483647/strip/true/crop/214x214+3+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F71%2F4b%2Fd0ff247bc9644abeb9459412315f%2Fnbc-sports1.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/b0571e5/2147483647/strip/true/crop/214x214+3+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F71%2F4b%2Fd0ff247bc9644abeb9459412315f%2Fnbc-sports1.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/5d115f7/2147483647/strip/true/crop/214x214+3+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F71%2F4b%2Fd0ff247bc9644abeb9459412315f%2Fnbc-sports1.png" loading="lazy">
  6993.  
  6994.  
  6995. </picture>
  6996. </span><span class="NavigationLink-text">NBC Sports on YouTube</span></a>
  6997. </li>
  6998.                
  6999.            
  7000.        </ul>
  7001.    
  7002. </bsp-accordion>
  7003.  
  7004.    
  7005.        <bsp-accordion class="FooterNavigationItem" data-grid="span:6 md:span:4 lg:span:8 hk:span:4">
  7006.    <div class="FooterNavigationItem-text" data-accordion-header>
  7007.        
  7008.            <span>Apps</span>
  7009.        
  7010.        <svg class="arrow"><use xlink:href="#arrow-down"></use></svg>
  7011.    </div>
  7012.  
  7013.    
  7014.        <ul class="FooterNavigationItem-items" data-accordion-body>
  7015.            
  7016.                
  7017.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://apps.apple.com/us/app/nbc-sports/id542511686" target="_blank"><span class="NavigationLink-image"><picture>
  7018.    
  7019.    
  7020.        
  7021.            
  7022.  
  7023.        
  7024.    
  7025.  
  7026.    
  7027.    
  7028.        
  7029.    
  7030.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/184f897/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/7774c9b/2147483647/strip/true/crop/500x500+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 2x">
  7031.  
  7032.    
  7033.  
  7034.    
  7035.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3151e92/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png">
  7036.  
  7037.    
  7038.  
  7039.  
  7040.    
  7041.    
  7042.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3151e92/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4e292a4/2147483647/strip/true/crop/500x500+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/3151e92/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png" loading="lazy">
  7043.  
  7044.  
  7045. </picture>
  7046. </span><span class="NavigationLink-text">NBC Sports iOS</span></a>
  7047. </li>
  7048.                
  7049.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://play.google.com/store/apps/details?id=air.com.nbcuni.com.nbcsports.liveextra&amp;hl=en_US&amp;gl=US&amp;pli=1" target="_blank"><span class="NavigationLink-image"><picture>
  7050.    
  7051.    
  7052.        
  7053.            
  7054.  
  7055.        
  7056.    
  7057.  
  7058.    
  7059.    
  7060.        
  7061.    
  7062.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/184f897/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/7774c9b/2147483647/strip/true/crop/500x500+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 2x">
  7063.  
  7064.    
  7065.  
  7066.    
  7067.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3151e92/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png">
  7068.  
  7069.    
  7070.  
  7071.  
  7072.    
  7073.    
  7074.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/3151e92/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4e292a4/2147483647/strip/true/crop/500x500+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/3151e92/2147483647/strip/true/crop/500x500+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fe7%2F7b%2F93912e004cc1b093a597c87625bd%2Fnbcsports-app.png" loading="lazy">
  7075.  
  7076.  
  7077. </picture>
  7078. </span><span class="NavigationLink-text">NBC Sports Android</span></a>
  7079. </li>
  7080.                
  7081.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://apps.apple.com/us/app/peacock-tv-stream-tv-movies/id1508186374" target="_blank"><span class="NavigationLink-image"><picture>
  7082.    
  7083.    
  7084.        
  7085.            
  7086.  
  7087.        
  7088.    
  7089.  
  7090.    
  7091.    
  7092.        
  7093.    
  7094.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a1961ea/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/681d72c/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x">
  7095.  
  7096.    
  7097.  
  7098.    
  7099.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png">
  7100.  
  7101.    
  7102.  
  7103.  
  7104.    
  7105.    
  7106.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d506348/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png" loading="lazy">
  7107.  
  7108.  
  7109. </picture>
  7110. </span><span class="NavigationLink-text">Peacock TV iOS</span></a>
  7111. </li>
  7112.                
  7113.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://play.google.com/store/apps/details?id=com.peacocktv.peacockandroid&amp;hl=en_US&amp;gl=US" target="_blank"><span class="NavigationLink-image"><picture>
  7114.    
  7115.    
  7116.        
  7117.            
  7118.  
  7119.        
  7120.    
  7121.  
  7122.    
  7123.    
  7124.        
  7125.    
  7126.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a1961ea/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/681d72c/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x">
  7127.  
  7128.    
  7129.  
  7130.    
  7131.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png">
  7132.  
  7133.    
  7134.  
  7135.  
  7136.    
  7137.    
  7138.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/d506348/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/a47e181/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fcf%2F6d%2F72125d4b421e8680b67963d883d1%2Fpeacock-app.png" loading="lazy">
  7139.  
  7140.  
  7141. </picture>
  7142. </span><span class="NavigationLink-text">Peacock TV Android</span></a>
  7143. </li>
  7144.                
  7145.            
  7146.        </ul>
  7147.    
  7148. </bsp-accordion>
  7149.  
  7150.    
  7151.        <bsp-accordion class="FooterNavigationItem" data-grid="span:6 md:span:4 lg:span:8 hk:span:4">
  7152.    <div class="FooterNavigationItem-text" data-accordion-header>
  7153.        
  7154.            <span>Local Coverage</span>
  7155.        
  7156.        <svg class="arrow"><use xlink:href="#arrow-down"></use></svg>
  7157.    </div>
  7158.  
  7159.    
  7160.        <ul class="FooterNavigationItem-items" data-accordion-body>
  7161.            
  7162.                
  7163.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsportsbayarea.com/" target="_blank"><span class="NavigationLink-image"><picture>
  7164.    
  7165.    
  7166.        
  7167.            
  7168.  
  7169.        
  7170.    
  7171.  
  7172.    
  7173.    
  7174.        
  7175.    
  7176.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/90f5565/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2F61%2F1d68ac744c90a47dbfe925f0a31f%2Fnbcsbaca.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/32bb7e5/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2F61%2F1d68ac744c90a47dbfe925f0a31f%2Fnbcsbaca.png 2x">
  7177.  
  7178.    
  7179.  
  7180.    
  7181.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2c0a227/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2F61%2F1d68ac744c90a47dbfe925f0a31f%2Fnbcsbaca.png">
  7182.  
  7183.    
  7184.  
  7185.  
  7186.    
  7187.    
  7188.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/2c0a227/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2F61%2F1d68ac744c90a47dbfe925f0a31f%2Fnbcsbaca.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/f6cb44e/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2F61%2F1d68ac744c90a47dbfe925f0a31f%2Fnbcsbaca.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/2c0a227/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb0%2F61%2F1d68ac744c90a47dbfe925f0a31f%2Fnbcsbaca.png" loading="lazy">
  7189.  
  7190.  
  7191. </picture>
  7192. </span><span class="NavigationLink-text">NBC Sports Bay Area</span></a>
  7193. </li>
  7194.                
  7195.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsportsboston.com/" target="_blank"><span class="NavigationLink-image"><picture>
  7196.    
  7197.    
  7198.        
  7199.            
  7200.  
  7201.        
  7202.    
  7203.  
  7204.    
  7205.    
  7206.        
  7207.    
  7208.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/55c49c2/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fff%2F2c%2Fd1e140d64f4ead3d2e6c2cc55e98%2Fnbcsbos.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/9c0d7fb/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fff%2F2c%2Fd1e140d64f4ead3d2e6c2cc55e98%2Fnbcsbos.png 2x">
  7209.  
  7210.    
  7211.  
  7212.    
  7213.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/370d426/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fff%2F2c%2Fd1e140d64f4ead3d2e6c2cc55e98%2Fnbcsbos.png">
  7214.  
  7215.    
  7216.  
  7217.  
  7218.    
  7219.    
  7220.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/370d426/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fff%2F2c%2Fd1e140d64f4ead3d2e6c2cc55e98%2Fnbcsbos.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/4651c50/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fff%2F2c%2Fd1e140d64f4ead3d2e6c2cc55e98%2Fnbcsbos.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/370d426/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fff%2F2c%2Fd1e140d64f4ead3d2e6c2cc55e98%2Fnbcsbos.png" loading="lazy">
  7221.  
  7222.  
  7223. </picture>
  7224. </span><span class="NavigationLink-text">NBC Sports Boston</span></a>
  7225. </li>
  7226.                
  7227.                    <li class="FooterNavigationItem-items-item"><a class="NavigationLink" href="https://www.nbcsportsphiladelphia.com/" target="_blank"><span class="NavigationLink-image"><picture>
  7228.    
  7229.    
  7230.        
  7231.            
  7232.  
  7233.        
  7234.    
  7235.  
  7236.    
  7237.    
  7238.        
  7239.    
  7240.            <source type="image/webp"  width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/060fb29/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb5%2Fc2%2Fff91048a4d72af57ac4200b2e5d3%2Fnbcsphi.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/2c14c97/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb5%2Fc2%2Fff91048a4d72af57ac4200b2e5d3%2Fnbcsphi.png 2x">
  7241.  
  7242.    
  7243.  
  7244.    
  7245.        <source width="20" height="20" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f337463/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb5%2Fc2%2Fff91048a4d72af57ac4200b2e5d3%2Fnbcsphi.png">
  7246.  
  7247.    
  7248.  
  7249.  
  7250.    
  7251.    
  7252.    <img class="Image" alt="" srcset="https://nbcsports.brightspotcdn.com/dims4/default/f337463/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb5%2Fc2%2Fff91048a4d72af57ac4200b2e5d3%2Fnbcsphi.png 1x,https://nbcsports.brightspotcdn.com/dims4/default/de9d549/2147483647/strip/true/crop/512x512+0+0/resize/40x40!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb5%2Fc2%2Fff91048a4d72af57ac4200b2e5d3%2Fnbcsphi.png 2x" width="20" height="20" src="https://nbcsports.brightspotcdn.com/dims4/default/f337463/2147483647/strip/true/crop/512x512+0+0/resize/20x20!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2Fb5%2Fc2%2Fff91048a4d72af57ac4200b2e5d3%2Fnbcsphi.png" loading="lazy">
  7253.  
  7254.  
  7255. </picture>
  7256. </span><span class="NavigationLink-text">NBC Sports Philadelphia</span></a>
  7257. </li>
  7258.                
  7259.            
  7260.        </ul>
  7261.    
  7262. </bsp-accordion>
  7263.  
  7264.    
  7265.        <bsp-accordion class="FooterNavigationItem" data-grid="span:6 md:span:4 lg:span:8 hk:span:4">
  7266.    <div class="FooterNavigationItem-text" data-accordion-header>
  7267.        
  7268.            <span></span>
  7269.        
  7270.        <svg class="arrow"><use xlink:href="#arrow-down"></use></svg>
  7271.    </div>
  7272.  
  7273.    
  7274. </bsp-accordion>
  7275.  
  7276.    
  7277.  
  7278.  
  7279.        </div>
  7280.  
  7281.        <div class="Page-footer-bottom">
  7282.            
  7283.                <div class="SocialBar">
  7284.    
  7285.        <ul class="SocialBar-items">
  7286.            
  7287.                <li class="SocialBar-items-item"> <a class="SocialLink" rel="noreferrer" href="https://twitter.com/NBCSports" target="_blank" data-social-service="twitter">
  7288.     <svg>
  7289.         <use xlink:href="#twitter"></use>
  7290.     </svg>
  7291.     <span class="sr-only">
  7292.         twitter
  7293.     </span>
  7294. </a>
  7295. </li>
  7296.            
  7297.                <li class="SocialBar-items-item"> <a class="SocialLink" rel="noreferrer" href="https://www.instagram.com/NBCSports/" target="_blank" data-social-service="instagram">
  7298.     <svg>
  7299.         <use xlink:href="#instagram"></use>
  7300.     </svg>
  7301.     <span class="sr-only">
  7302.         instagram
  7303.     </span>
  7304. </a>
  7305. </li>
  7306.            
  7307.                <li class="SocialBar-items-item"> <a class="SocialLink" rel="noreferrer" href="https://www.facebook.com/NBCSports" target="_blank" data-social-service="facebook">
  7308.     <svg>
  7309.         <use xlink:href="#facebook"></use>
  7310.     </svg>
  7311.     <span class="sr-only">
  7312.         facebook
  7313.     </span>
  7314. </a>
  7315. </li>
  7316.            
  7317.        </ul>
  7318.    
  7319. </div>
  7320.  
  7321.            
  7322.  
  7323.            <div class="Page-footer-disclaimer-wrapper">
  7324.            
  7325.                <div class="Page-footer-links"><a class="Link" href="https://www.nbcuniversal.com/privacy/cookies#accordionheader2" target="_blank" rel="noopener">Ad Choices</a>&nbsp;<a class="Link" href="https://together.nbcuni.com/advertise/?utm_source=nbc_sports&amp;utm_medium=referral&amp;utm_campaign=property_ad_pages" target="_blank" rel="noopener">Advertise</a>&nbsp;<a class="Link" href="https://www.nbcunicareers.com/find-a-job?business=1094&amp;subbusiness=5585,2285,2935,3200,7051,2382,5606,6919,5813,5614,5700,2456,2253,5775,5720,2505,5610&amp;cmpid=NBCSportsBrandWebsite" target="_blank" rel="noopener">Careers</a>&nbsp;<a class="Link" href="https://www.nbcsports.com/content/closed-captioning" target="_blank" rel="noopener">Closed Captioning</a>&nbsp;<a class="Link" href="https://www.nbcsports.com/frequently-asked-questions">FAQ</a>&nbsp;<a class="Link" href="https://www.nbcsportsstore.com/" target="_blank" rel="noopener">NBC Sports Store</a>&nbsp;<a class="Link" href="http://nbcsportsgrouppressbox.com/" target="_blank" rel="noopener">Press Box</a>&nbsp;<a class="Link" href="https://www.nbcsports.com/terms-use">NEW Terms of Use (Updated June 28, 2023)</a>&nbsp;<a class="Link" href="https://www.nbcuniversal.com/privacy" target="_blank" rel="noopener">Privacy Policy</a>&nbsp;<a class="Link" href="https://www.nbcuniversal.com/privacy/california-consumer-privacy-act" target="_blank" rel="noopener">CA Notice</a>&nbsp;<!-- OneTrust Cookies Settings button start -->
  7326. <a id="ot-sdk-btn" class="ot-sdk-show-settings">Cookie Settings</a>
  7327. <!-- OneTrust Cookies Settings button end --></div>
  7328.  
  7329.            
  7330.  
  7331.            
  7332.                <div class="Page-footer-disclaimer"><p>A Division of <span class="LinkEnhancement"><a class="Link" href="https://www.nbcuniversal.com/" target="_blank" rel="noopener">NBCUniversal</a></span>.</p><p class="cms-textAlign-left">DISCLAIMER: This site and the products offered are for entertainment purposes only, and there is no gambling offered on this site. This service is intended for adult audiences. No guarantees are made for any specific outcome. If you or someone you know has a gambling problem, please call 1-800-GAMBLER.</p><p>Ⓒ 2024 NBC Universal</p></div>
  7333.            
  7334.            </div>
  7335.        </div>
  7336.    </div>
  7337. </footer>
  7338.  
  7339. <bsp-reverse-scroll-ad class="Page-ad">
  7340.    <div class="MpsAd" data-module>
  7341.        <div id="topbanner" class="MpsAd-ad" data-ad-slot="topbanner"></div>
  7342.        <script>
  7343.            waitForGlobal('mps', function () {
  7344.                if (mps._queue) {
  7345.                    if (mps._queue.gptloaded) {
  7346.                        mps._queue.gptloaded.push(function () {
  7347.                            mps.cloneAd('#topbanner', 'topbanner');
  7348.                        });
  7349.                    }
  7350.                }
  7351.            })
  7352.        </script>
  7353.    </div>
  7354.  
  7355. <button class="Page-ad-close"><svg class="close-x"><use xlink:href="#close-x"></use></svg><span class="sr-only">Close Ad</span></button></bsp-reverse-scroll-ad>
  7356.  
  7357.  
  7358.     <script>
  7359.    const taboolaDivs = document.querySelectorAll('[data-taboola-div]');
  7360.    for (var i = 0; i < taboolaDivs.length; i++) {
  7361.        taboolaDivs[i].removeAttribute('data-taboola-div')
  7362.    }
  7363.    window._taboola = window._taboola || [];
  7364.    _taboola.push({ flush: true });
  7365. </script>
  7366. <script>if (window.mps) { if (window.mps.writeFooter) { mps.writeFooter() } }</script>
  7367.  
  7368.    <template class="FavoriteLinkModal-template">
  7369.        <div class="FavoriteLinkModal">
  7370.            <div class="FavoriteLinkModal-content">
  7371.                <div class="FavoriteLinkModal-close"><svg><use xlink:href="#close-x-secondary"></use></svg></div>
  7372.                
  7373.                    
  7374.                        <picture>
  7375.    
  7376.    
  7377.        
  7378.            
  7379.  
  7380.        
  7381.    
  7382.  
  7383.    
  7384.    
  7385.        
  7386.    
  7387.                <source type="image/webp"  width="544" height="138" srcset="https://nbcsports.brightspotcdn.com/dims4/default/d7cf637/2147483647/strip/true/crop/4096x1039+0+504/resize/544x138!/format/webp/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F00%2F86%2F1cc2e11b4590b52881ac84abe4a7%2Ffavoritesmodalbackground.jpeg">
  7388.  
  7389.            
  7390.        
  7391.    
  7392.  
  7393.    
  7394.        <source width="544" height="138" srcset="https://nbcsports.brightspotcdn.com/dims4/default/9c3454f/2147483647/strip/true/crop/4096x1039+0+504/resize/544x138!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F00%2F86%2F1cc2e11b4590b52881ac84abe4a7%2Ffavoritesmodalbackground.jpeg">
  7395.  
  7396.    
  7397.  
  7398.  
  7399.    
  7400.    
  7401.    <img class="Image" alt="FavoritesModalBackground.jpeg" width="544" height="138" src="https://nbcsports.brightspotcdn.com/dims4/default/9c3454f/2147483647/strip/true/crop/4096x1039+0+504/resize/544x138!/quality/90/?url=https%3A%2F%2Fnbc-sports-production-nbc-sports.s3.us-east-1.amazonaws.com%2Fbrightspot%2F00%2F86%2F1cc2e11b4590b52881ac84abe4a7%2Ffavoritesmodalbackground.jpeg" loading="lazy">
  7402.  
  7403.  
  7404. </picture>
  7405.  
  7406.                    
  7407.                
  7408.                <div class="FavoriteLinkModal-content-inner">
  7409.                    <div class="FavoriteLinkModal-content-text">Add favorite players, teams, and leagues with an NBCUniversal Profile</div>
  7410.                    <a class="Pill-button" href="https://www.nbcsports.com/login?sourceUrl=https%3A%2F%2Fwww.nbcsports.com%2Fnfl%2Ffeed%2Frumor-mill%2F">Continue</a>
  7411.                </div>
  7412.            </div>
  7413.        </div>
  7414.    </template>
  7415.  
  7416. </body>
  7417.  
  7418. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda