<!doctype html>
<html lang="en" class="cms_header--logged-out">
<head>
    <meta charset="utf-8">
    
	
		

<script src="https://www.datadoghq-browser-agent.com/datadog-rum-v3.js" type="text/javascript"></script>
<script type="text/javascript">;(function(){var production=window.location.hostname.toLowerCase().includes('.fanduel.com');window.DD_RUM&&window.DD_RUM.init({applicationId:'76c04a48-7352-4b5f-9904-4380f2557f01',clientToken:'pubc86a9b9d1ada5c2a81d19f8b02d829b2',site:'datadoghq.com',service:'cms',env:production?'production':'dev',sampleRate:production?10:0,trackInteractions:false,allowedTracingOrigins:[/https:\/\/.*\.fanduel\.com/]});}());</script>

		<script>window.DD_RUM && window.DD_RUM.addRumGlobalContext('template', 'subnav');</script>
	
	
    <script type="text/javascript">;(function(FD_USER){const cleanseInvitedByQueryParam=()=>{let newSearchString
const acceptableQueryParams=['cnl','utm_campaign','utm_medium','utm_source','utm_content','app_name','invitedby']
const queryParams=new URLSearchParams(window.location.search)
const containsInvitedBy=queryParams.has('invitedby')
const invalidQueryParamIndex=[...queryParams.entries()].findIndex(queryParam=>!acceptableQueryParams.includes(queryParam[0]))
if(containsInvitedBy&&invalidQueryParamIndex>-1){newStringSearch=[...queryParams.entries()].reduce(((accumulator,currentQueryParam,index)=>{let appendingString=index===0?'?':'&'
appendingString+=currentQueryParam[0]+'='+currentQueryParam[1]
return invalidQueryParamIndex===index?accumulator:accumulator+appendingString}),'')
window.location.search=newStringSearch}}
if(window.location.pathname==='/referral'){cleanseInvitedByQueryParam()}
const user=localStorage.getItem('FD_USER');try{FD_USER.user=JSON.parse(user);FD_USER.user.is_authenticated=true;window.DD_RUM&&window.DD_RUM.setUser({id:FD_USER.user.id})}catch(e){FD_USER.user={id:'anon',email:'anon',is_authenticated:false,};window.DD_RUM&&window.DD_RUM.removeUser();}})(window.FD_USER||(window.FD_USER={}));</script>

    <script type="text/javascript">;(function(FD_USER){const root=document.querySelector('html');if(FD_USER.user.is_authenticated){root.classList.add('cms_header--logged-in');root.classList.remove('cms_header--logged-out');const lobbyUrl='/contests';document.addEventListener('DOMContentLoaded',()=>{document.querySelectorAll('[data-fd-logo-link]').forEach(anchor=>{anchor.href=lobbyUrl;});});}})(window.FD_USER||(window.FD_USER={user:{is_authenticated:false}}));</script><style type="text/css">.cms_header--logged-in .cms-header__show-logged-out{display:none}.cms_header--logged-out .cms-header__show-logged-in{display:none}@media (max-width:915px){.cms_header--logged-in .primary-nav-list{visibility:hidden;position:fixed;top:102px;left:0;right:0;bottom:0}.cms_header--logged-in .logged-out-user .support-menu-block{position:absolute;left:-999em}}</style>

    

<script>window.DD_RUM && window.DD_RUM.addRumGlobalContext('clientSideHomepage', true);</script>
<script>
if (window.location.pathname === '/') {
	const newLocation = new URL(window.location);
	newLocation.hash = ''; // We never want to keep the hash information.

	const searchParams = new URLSearchParams(window.location.search);
	const isReferralUrl = false;
	searchParams.forEach((value, key) => {
		if (key.toLowerCase() === 'invitedby') {
			newLocation.pathname = '/referral';
			window.DD_RUM && window.DD_RUM.addAction('homepageRedirected', { 'redirect': true, 'href': newLocation.href });
			window.location.replace(newLocation.href);
			isReferralUrl = true;
		}
	});

	/*if (FD_USER.user.is_authenticated && !isReferralUrl) {
		newLocation.pathname = '/contests';
		newLocation.search = '';
		window.DD_RUM && window.DD_RUM.addAction('homepageRedirected', { 'redirect': true, 'href': newLocation.href });
		window.location.replace(newLocation.href);
	}*/
	window.DD_RUM && window.DD_RUM.addAction('homepageRedirected', { 'redirect': false });
}
</script>	


    <meta name="google-site-verification" content="7bfPVLres-pmKiWuUbGn657RuKrQAPME6CG5Vkr60LI">
    <meta property="twitter:account_id" content="4503599629457078" />
    
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
    

    
	
		<meta name="description" content="New FanDuel customers Bet $20, GET $150 in Bonus Bets if your Moneyline Bet Wins or a $500 bonus on fantasy with their first deposit. FanDuel offers daily fantasy contests for cash prizes & legal wagering on sports betting markets for all major sports.">
	
	
	


    
	
		<meta property="og:image" content="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/facebook-share.jpg"/>
		<meta property="twitter:image" content="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/twitter-share.jpg"/>
		<meta property="og:site_name" content="FanDuel"/>
		<meta property="og:type" content="website"/>
		<meta property="twitter:site" content="@FanDuel" />
		<meta property="twitter:card" content="summary_large_image" />
		
			<meta property="og:title" content="FanDuel | Make Every Moment More"/>
			<meta property="og:url" content="https://www.fanduel.com"/>
			<meta property="og:description" content="Explore the world of FanDuel sports and gaming. The best place to bet on sports, play online games, and build your team."/>
		
	


    
        
          <script type="text/javascript" src="https://d17odppiik753x.cloudfront.net/djangoweb-49f591637da2063473f88583dd6e7ed8e9f09517-b764/cms_cache/js/5c67eb5ddc79.js"></script>
        

        <script type="text/javascript">;$(document).ready(function(){$(".combo-form-input-group input, .combo-form-input-group select").focus(function(){$(this).parent().addClass("is-active")}).blur(function(){$(this).parent().removeClass("is-active")})
$(document).ready(function(){$('.tabs').each(function(){var $active;var $content;var $links=$(this).find('a');$active=$links.first().addClass('is-active');$content=$($active.attr('href'));$links.not(':first').each(function(){$($(this).attr('href')).hide();});$(this).on('click','a',function(e){$active.removeClass('is-active');$content.hide();$active=$(this);$content=$($(this).attr('href'));$active.addClass('is-active');$content.show();e.preventDefault();});});});})</script>
    

    
        <script>document.getElementsByTagName('html')[0].className += ' fontloader';</script>
        <script src="//d2avoc1xjbdrch.cloudfront.net/6.45.0/scripts/fontloader.js" async></script>

    

    <script type="text/javascript">
        (function(){
            
            var pxId = 'JMCVuBG8';
            

            window._pxAppId = `PX${pxId}`;
            var p = document.getElementsByTagName('script')[0],
                s = document.createElement('script');
            s.async = 1;
            s.src = `/${pxId}/init.js`;
            p.parentNode.insertBefore(s,p);
        }());
    </script>

    <title>
        
    FanDuel | Daily Fantasy Sports and Online U.S. Sportsbook

    </title>

    <link rel="shortcut icon" href="https://d17odppiik753x.cloudfront.net/images/global/favicon.3eda1c.ico" />
    <link rel="apple-touch-icon-precomposed" href="https://d17odppiik753x.cloudfront.net/images/global/apple-touch-icon.1cd957.png" />
    <link rel="apple-touch-icon" href="https://d17odppiik753x.cloudfront.net/images/global/apple-touch-icon.1cd957.png" />

    

    
	
		<link rel="canonical" href="https://www.fanduel.com/"/>
	


    
        <link rel="stylesheet" href="//d2avoc1xjbdrch.cloudfront.net/6.45.0/styles/desktop.css">

        <style>
            .row {
                margin-bottom: 20px;
            }
            .row + .row {
                margin-top: 0;
            }
        </style>

        
    

    
    <link rel="stylesheet" href="https://d17odppiik753x.cloudfront.net/djangoweb-49f591637da2063473f88583dd6e7ed8e9f09517-b764/cms_cache/css/542b4101cb1c.css" type="text/css" />
	
	
	
	


    
	
		<link rel="alternate" href="https://www.fanduel.com/" hreflang="en-us" />
<link rel="alternate" href="https://www.fanduel.com/canada" hreflang="en-ca" />
<link rel="alternate" href="https://www.fanduel.com/" hreflang="x-default" />
<style type="text/css">
    section.container,
    .page-width {
        max-width: 100%;
        padding: 0;
    }

    .global-header {
        display: none;
    }

    .react_app_header__a {
        display: none;
    }

    .logged-out-user .login-menu-block .primary,
    .logged-out-user .join-menu-block .primary {
        display: none;
    }
</style>
	
	


    
        <script type="text/javascript" src="https://d17odppiik753x.cloudfront.net/djangoweb-49f591637da2063473f88583dd6e7ed8e9f09517-b764/cms_cache/js/a4f39d8a0080.js" defer></script>
    

</head>

	<body id="homepage" class='nfl logged-out   ' ontouchstart>


    
	
		
			<script>window.DD_RUM && window.DD_RUM.addRumGlobalContext('reactPageHeaderDisabled', true);</script>
			
<!-- Google Tag Manager Data Layer -->
<script type="text/javascript">
	(function(w, l, FD_USER) {
		w[l] = w[l] || [];
		w[l].push({
			userid: FD_USER.user.id,
			useremail: FD_USER.user.email,
			product: 'fantasy'
		});
	})(window, 'dataLayer', window.FD_USER)
</script>
<!-- End Google Tag Manager Data Layer -->
<!-- Google Tag Manager -->
<noscript>
	<iframe src='//www.googletagmanager.com/ns.html?id=GTM-M8ZL2D' height='0' width='0' style='display:none;visibility:hidden'></iframe>
</noscript>
<script type="text/javascript">
	(function(w,d,s,l,i)
		{w[l]=w[l]||[];
		w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});
		var f=d.getElementsByTagName(s)[0], j=d.createElement(s), dl=l!='dataLayer'?'&l='+l:'';
		j.async=true;
		j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;
		f.parentNode.insertBefore(j,f);
		})(window,document,'script','dataLayer','GTM-M8ZL2D');
</script>

	


    

    

    
	
		<script>window.DD_RUM && window.DD_RUM.addRumGlobalContext('webview', false);</script>
		<script>window.DD_RUM && window.DD_RUM.addAction('pageHeaderUsed', { 'react': false });</script>
		

<header class="global-header">
	<nav class="sportsbook-nav" data-role="global-sportsbook-menu">
		<ul class="sportsbook-nav-list">
			<li class="sportsbook-nav-item sportsbook-nav-item--fantasy">
				
						<span>Fantasy</span>
				
			</li>
			<li class="sportsbook-nav-item sportsbook-nav-item--sportsbook">
				
					<a
						class="sportsbook-anchor"
						href="https://account.sportsbook.fanduel.com/join/select-state"
						target="_blank"
					>
				
					<span>Sportsbook</span>
				
						<i class="icon new-window-icon">&#x21d7;</i>
					</a>
				
			</li>
			<li class="sportsbook-nav-item sportsbook-nav-item--sportsbook">
				
					<a
						class="sportsbook-anchor"
						href="https://racing.fanduel.com/?utm_source=fanduel&utm_medium=referral&utm_campaign=fanduel_racing_tab&rfr=11_002_0003"
						target="_blank"
					>
				
					<span>Horse Racing</span>
				
						<i class="icon new-window-icon">&#x21d7;</i>
					</a>
				
			</li>
		</ul>
	</nav>
	<div class="global-header-container">
		
			


<style>
	body.logged-out .global-header .logo-container .logo-fanduel {
		background-image: url("https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/fanduel-logo-hrz-white.svg");
		background-repeat: no-repeat;
		width: 129px;
		height: 28px;
	}
</style>


<section class="logo-container">
	<a href="/" target="_self" class="header-link" data-fd-logo-link>
		<span class="logo logo-fanduel">FanDuel</span>
		<span class="logo logo-tagline">The Leader In One-Day Fantasy Sports</span>
	</a>
</section>



<nav class="primary-nav cms-header__show-logged-in">
	<ul class="primary-nav-list" data-role="global-header-menu-content" data-maintab=" " data-renderMode="">
		<li class="primary-nav-item">
			<a href="/contests" class="primary-nav-anchor"><span class="link-text">Lobby</span></a>
		</li>
		<li class="primary-nav-item">
			<a href="/upcoming" class="primary-nav-anchor"><span class="link-text">Upcoming</span></a>
		</li>
		<li class="primary-nav-item">
			<a href="/live" class="primary-nav-anchor"><span class="link-text">Live</span></a>
		</li>
		<li class="primary-nav-item">
			<a href="/history" class="primary-nav-anchor"><span class="link-text">History</span></a>
		</li>
		<li class="primary-nav-item">
			<a href="/leagues" class="primary-nav-anchor"><span class="link-text">Friends</span></a>
		</li>
		<li class="primary-nav-item">
			<a href="/research" class="primary-nav-anchor"><span class="link-text">Research</span></a>
		</li>
	</ul>
</nav>

<section class="logged-out-user secondary-nav">
	
		<div class="support-menu-block secondary-nav-item">
			<a href="/responsibleplay" target="_self" title="Responsible Play" data-ga-category="Acquisition Engagement" data-ga-action="Clicked Link" data-ga-label="Header Responsible Play"><i class="icon responsible-play">&#xe91d;</i></a>
		</div>
		<div class="support-menu-block secondary-nav-item">
			<a href="/support" target="_self" data-ga-category="Acquisition Engagement" data-ga-action="Clicked Link" data-ga-label="Header Support"><i class="icon help" title="Help">&#xe91c;</i></a>
		</div>
	

	<div class="cms-header__show-logged-out">
		
			<div class="login-menu-block">
				
					<a href="/login?source=Header%20Login" target="_self" class="button mini transparent-bg" data-ga-category="User Engagement" data-ga-action="Clicked CTA" data-ga-label="Header Login">Log in</a>
				
			</div>
		

		
	</div>

	<div class="cms-header__show-logged-in">
		<div class="join-menu-block">
			<a href="/account" target="_self" class="button mini primary">My Account</a>
		</div>
	</div>

</section>

		
	</div>
</header>

	


    
        
    

    

    
      <main>
          <section class="container">
              
	

    
    
    <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2MSZSDM83V"></script>
<script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    
    gtag('config', 'G-2MSZSDM83V');
</script>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" integrity="sha512-yHknP1/AwR+yx26cB1y0cjvQUMvEa2PFzt1c9LlS4pRQ5NOTZFWbhBig+X9G9eYW/8m0/4OXNx8pxJ6z57x0dw==" referrerpolicy="no-referrer" rel="stylesheet" />
<link crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css" integrity="sha512-17EgCFERpgZKcm0j0fEq1YCJuyAWdz9KUtv1EjVuaOz8pDnh/0nZxmU6BBXwaaxqoi9PQXnRWqlcDB027hgv9A==" referrerpolicy="no-referrer" rel="stylesheet" />
<!--Video JS -->
<link href="https://vjs.zencdn.net/8.3.0/video-js.css" rel="stylesheet" />
<link href="https://s3.amazonaws.com/cdn.fanduel.com/css/2023/fanduel/homepage/facelift/app.css?v=4.8" rel="stylesheet" />
<nav class="nav">
    <div class="grid-container">
        <div class="grid-x grid-padding-x">
            <div class="small-12 cell"><img alt="FanDuel" class="nav__logo" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/fanduel-logo-hrz-white.svg" />
                <ul class="nav__menu-list">
                    <li class="nav__menu-list-item"><a class="nav__menu-list-item-link product-entry-point" data-module="all_product_homepage" data-name="Product Entry Point Clicked" data-placement="header" data-product="Sportsbook" href="https://servedby.flashtalking.com/click/8/229400;8056930;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38209952" target="_blank">Sportsbook<img alt="" class="nav__icon" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/new-window-icon.svg" /></a></li>
                    <li class="nav__menu-list-item"><a class="nav__menu-list-item-link product-entry-point" data-module="all_product_homepage" data-name="Product Entry Point Clicked" data-placement="header" data-product="Casino" href="https://servedby.flashtalking.com/click/8/229401;8056965;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38210013" target="_blank">Casino<img alt="" class="nav__icon" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/new-window-icon.svg" /></a></li>
                    <li class="nav__menu-list-item"><a class="nav__menu-list-item-link product-entry-point" data-module="all_product_homepage" data-name="Product Entry Point Clicked" data-placement="header" data-product="Fantasy" href="https://servedby.flashtalking.com/click/8/229403;8056989;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38218359" target="_blank">Fantasy<img alt="" class="nav__icon" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/new-window-icon.svg" /></a></li>
                    <li class="nav__menu-list-item"><a class="nav__menu-list-item-link product-entry-point" data-module="all_product_homepage" data-name="Product Entry Point Clicked" data-placement="header" data-product="Racing" href="https://racing.fanduel.com/" target="_blank">Racing<img alt="" class="nav__icon" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/new-window-icon.svg" /></a></li>
                    <li class="nav__menu-list-item"><a class="nav__menu-list-item-link product-entry-point" data-module="all_product_homepage" data-name="Product Entry Point Clicked" data-placement="header" data-product="Research" href="https://fanduel.com/research" target="_blank">Research<img alt="" class="nav__icon" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/new-window-icon.svg" /></a></li>
                    <li class="nav__menu-list-item"><a class="nav__menu-list-item-link product-entry-point" data-module="all_product_homepage" data-name="Product Entry Point Clicked" data-placement="header" data-product="TV" href="https://www.fanduel.com/watch" target="_blank">TV<img alt="" class="nav__icon" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/new-window-icon.svg" /></a></li>
                    <li class="nav__menu-list-item"><a class="nav__menu-list-item-link product-entry-point" data-module="all_product_homepage" data-name="Product Entry Point Clicked" data-placement="header" data-product="Faceoff" href="https://servedby.flashtalking.com/click/8/229402;8056982;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38210853" target="_blank">Faceoff<img alt="" class="nav__icon" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/new-window-icon.svg" /></a></li>
                </ul>
            </div>
        </div>
    </div>
</nav>
<div class="flex-container">
    <section class="rg">
        <div class="grid-container">
            <div class="grid-x grid-padding-x">
                <div class="small-12 cell"><img class="rg__logo" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/rg-logo-hrz-yellow.svg?v=2" />
                    <p class="rg__p">Visit <a href="https://fanDuel.com/playsafe" target="_blank">FanDuel.com/playsafe</a> for tools and resources to help you stay in control of the way you play.</p>
                </div>
            </div>
        </div>
    </section>
    <div class="main-nav">
        <div class="grid-container">
            <div class="grid-x grid-padding-x">
                <div class="small-12 cell"><button class="main-nav__toggle">
                        <div class="main-nav__toggle-icon"><span></span><span></span><span></span></div>
                    </button><img class="main-nav__logo" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/fanduel-logo-hrz-white.svg" alt="FanDuel">
                    <ul class="main-nav__menu-list">
                        <li class="main-nav__menu-list-item main-nav__menu-list-item--active hide-sm"><a class="main-nav__menu-list-item-link" href="#explore">Our Products</a></li>
                        <li class="main-nav__menu-list-item hide-md"><a class="main-nav__menu-list-item-link" href="#dropdown" target="_self">Our Products <img class="main-nav__menu-list-item-arrow" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/down-arrow.svg" alt=""></a>
                            <ul class="main-nav__menu-dropdown">
                                <li class="main-nav__menu-dropdown-item"><a class="main-nav__menu-dropdown-link product-entry-point" data-name="Product Entry Point Clicked" data-placement="header" data-product="Sportsbook" data-module="all_product_homepage" href="https://servedby.flashtalking.com/click/8/229400;8056930;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38209952" target="_self"><img class="main-nav__menu-dropdown-shield" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield-blue.svg" alt="">Sportsbook</a></li>
                                <li class="main-nav__menu-dropdown-item"><a class="main-nav__menu-dropdown-link product-entry-point" data-name="Product Entry Point Clicked" data-placement="header" data-product="Casino" data-module="all_product_homepage" href="https://servedby.flashtalking.com/click/8/229401;8056965;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38210013" target="_self"><img class="main-nav__menu-dropdown-shield" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield-blue.svg" alt="">Casino</a></li>
                                <li class="main-nav__menu-dropdown-item"><a class="main-nav__menu-dropdown-link product-entry-point" data-name="Product Entry Point Clicked" data-placement="header" data-product="Fantasy" data-module="all_product_homepage" href="https://servedby.flashtalking.com/click/8/229403;8056989;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38218359" target="_self"><img class="main-nav__menu-dropdown-shield" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield-blue.svg" alt="">Fantasy</a></li>
                                <li class="main-nav__menu-dropdown-item"><a class="main-nav__menu-dropdown-link product-entry-point" data-name="Product Entry Point Clicked" data-placement="header" data-product="Racing" data-module="all_product_homepage" href="https://racing.fanduel.com/" target="_self"><img class="main-nav__menu-dropdown-shield" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield-blue.svg" alt="">Racing</a></li>
                                <li class="main-nav__menu-dropdown-item"><a class="main-nav__menu-dropdown-link product-entry-point" data-name="Product Entry Point Clicked" data-placement="header" data-product="Research" data-module="all_product_homepage" href="https://fanduel.com/research" target="_self"><img class="main-nav__menu-dropdown-shield" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield-blue.svg" alt="">Research</a></li>
                                <li class="main-nav__menu-dropdown-item"><a class="main-nav__menu-dropdown-link product-entry-point" data-name="Product Entry Point Clicked" data-placement="header" data-product="TV" data-module="all_product_homepage" href="https://www.fanduel.com/watch" target="_self"><img class="main-nav__menu-dropdown-shield" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield-blue.svg" alt="">TV</a></li>
                                <li class="main-nav__menu-dropdown-item"><a class="main-nav__menu-dropdown-link product-entry-point" data-name="Product Entry Point Clicked" data-placement="header" data-product="Faceoff" data-module="all_product_homepage" href="https://servedby.flashtalking.com/click/8/229402;8056982;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38210853" target="_self"><img class="main-nav__menu-dropdown-shield" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield-blue.svg" alt="">Faceoff</a></li>
                            </ul>
                        </li>
                        <li class="main-nav__menu-list-item"><a class="main-nav__menu-list-item-link" href="https://www.fanduel.com/about" target="_self">About</a></li>
                        <li class="main-nav__menu-list-item"><a class="main-nav__menu-list-item-link" href="https://www.fanduel.careers/" target="_self">Careers</a></li>
                        <li class="main-nav__menu-list-item"><a class="main-nav__menu-list-item-link" href="https://press.fanduel.com/press-room/default.aspx" target="_self">Press</a></li>
                        <li class="main-nav__menu-list-item"><a class="main-nav__menu-list-item-link" href="https://support.fanduel.com/s/" target="_self">Support</a></li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
</div>
<section class="carousel">
    <div class="carousel__video-intro">
        <div class="carousel__video-container">
            <div class="carousel__video"><video id="fdvideo" class="video-js" autoplay muted playsinline width="100%" height="100%" data-setup="{}">
                    <source src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/videos/FD_Homepage_Sizzle_Desktop.mp4" type="video/mp4" />
                    <p class="vjs-no-js">
                        To view this video please enable JavaScript, and consider upgrading to a
                        web browser that
                        <a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
                </video>
                <picture>
                    <source data-srcset="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/poster-mobile.jpg" media="(max-width: 639px)" />
                    <source data-srcset="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/poster-desktop.jpg" media="(min-width: 640px)" /><img src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/poster-desktop.jpg" class="carousel__video-poster lazyload" alt="" /></picture>
            </div>
        </div>
    </div><button class="carousel__skip-btn">Skip<img src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/white-arrow.svg" alt=""></button>
    <div class="carousel__inner">
        <div class="carousel__slide carousel__slide--nc lazyload" data-bgset="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/slides/SBK_NC_B5G250_Background.jpg">
            <div class="grid-container">
                <div class="grid-x grid-padding-x">
                    <div class="small-12 medium-6 large-5 cell">
                        <div class="carousel__slide-content">
                            <div class="carousel__logo"><img class="carousel__logo-shield" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield.svg" alt=""><img class="carousel__logo-text" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/sportsbook-text.svg" alt=""></div>
                            <h1 class="carousel__h1">We're live in <span>North Carolina</span></h1>
                            <p class="carousel__p"><b>Get In On the Action</b><br />Get $200 in Bonus Bets <br />When You Place Your First $5 Bet!
                            </p>
                            <div class="carousel__row"><a class="carousel__cta product-entry-point" data-name="Product Entry Point Clicked" data-placement="carousel" data-product="Sportsbook" data-link-text="learn_more_sbk" data-module="all_product_homepage" href="http://nc.sportsbookfanduel.com/promotions" target="_self">Learn more about this offer</a><a class="carousel__cta carousel__cta--white product-entry-point" data-name="Product Entry Point Clicked" data-placement="carousel" data-product="Sportsbook" data-link-text="join_sbk" data-module="all_product_homepage" href="https://servedby.flashtalking.com/click/8/229400;8271202;369307;211;0/?ft_width=1&ft_heig[…]${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38649596" target="_self">Join Sportsbook</a></div>
                            <div class="carousel__arrows"><img class="carousel__prev-arrow" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/prev-arrow.svg" alt=""><span class="carousel__page">1 of 4</span><img class="carousel__next-arrow" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/next-arrow.svg" alt=""></div>
                        </div>
                    </div>
                    <div class="medium-6 large-7 cell hide-sm"><img class="carousel__offer" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/slides/SBK_NC_B5g200_Offer.png" alt=""></div>
                </div>
            </div>
        </div>
        <div class="carousel__slide carousel__slide--sbk lazyload" data-bgset="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/slides/SBK_NBA_B5G200_Background.jpg"><img class="carousel__player lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/slides/SBK_NBA_B5G150_Player.png" alt="">
            <div class="grid-container">
                <div class="grid-x grid-padding-x">
                    <div class="small-12 medium-6 large-5 cell">
                        <div class="carousel__slide-content">
                            <div class="carousel__logo"><img class="carousel__logo-shield" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield.svg" alt=""><img class="carousel__logo-text" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/sportsbook-text.svg" alt=""></div>
                            <h1 class="carousel__h1">AMERICA'S <img class="lazyload" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/number-1.svg" alt=""> SPORTSBOOK </h1>
                            <p class="carousel__p"><b>DON'T JUST BRACKET, BET IT</b><br />Get $200 in Bonus Bets <br />if your first $5 bet wins!
                            </p>
                            <div class="carousel__row"><a class="carousel__cta product-entry-point" data-name="Product Entry Point Clicked" data-placement="carousel" data-product="Sportsbook" data-link-text="learn_more_sbk" data-module="all_product_homepage" href="https://sportsbook.fanduel.com/promotions" target="_self">Learn more about this offer</a><a class="carousel__cta carousel__cta--white product-entry-point" data-name="Product Entry Point Clicked" data-placement="carousel" data-product="Sportsbook" data-link-text="join_sbk" data-module="all_product_homepage" href="https://servedby.flashtalking.com/click/8/229400;8056930;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38209952" target="_self">Join Sportsbook</a></div>
                            <div class="carousel__arrows"><img class="carousel__prev-arrow" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/prev-arrow.svg" alt=""><span class="carousel__page">2 of 4</span><img class="carousel__next-arrow" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/next-arrow.svg" alt=""></div>
                        </div>
                    </div>
                    <div class="medium-6 large-7 cell hide-sm"><img class="carousel__offer lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/slides/SBK_NBA_B5G200_Offer.png" alt=""></div>
                </div>
            </div>
        </div>
        <div class="carousel__slide carousel__slide--cas lazyload" data-bgset="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/slides/CAS_200BonusSpins_Background.jpg">
            <div class="grid-container">
                <div class="grid-x grid-padding-x">
                    <div class="small-12 medium-5 large-5 cell">
                        <div class="carousel__slide-content">
                            <div class="carousel__logo"><img class="carousel__logo-shield" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield.svg" alt=""><img class="carousel__logo-text" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/casino-text.svg" alt=""></div>
                            <h1 class="carousel__h1"><img class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/cas-number-1.png" alt="#1"> Online Live Casino
                            </h1>
                            <p class="carousel__p">Nothing Beats Winning <br /><br />200 spins means 200 chances at the #1 Feeling: Winning. Plus, get up to $1000 back on any first-day net loss.
                            </p>
                            <div class="carousel__row"><a class="carousel__cta product-entry-point" data-name="Product Entry Point Clicked" data-placement="carousel" data-product="Casino" data-link-text="learn_more_casino" data-module="all_product_homepage" href="https://www.fanduel.com/casino-bonus-spins-PIA" target="_self">Learn more about this offer</a><a class="carousel__cta carousel__cta--white product-entry-point" data-name="Product Entry Point Clicked" data-placement="carousel" data-product="Casino" data-link-text="join_casino" data-module="all_product_homepage" href="https://servedby.flashtalking.com/click/8/229401;8056965;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38210013" target="_self">Join Casino</a></div>
                            <div class="carousel__arrows"><img class="carousel__prev-arrow" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/prev-arrow.svg" alt=""><span class="carousel__page">3 of 4</span><img class="carousel__next-arrow" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/next-arrow.svg" alt=""></div>
                        </div>
                    </div>
                    <div class="medium-7 large-7 cell hide-sm"><img class="carousel__offer" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/slides/CAS_200BonusSpins_Offer.png" alt=""></div>
                </div>
            </div>
        </div>
        <div class="carousel__slide carousel__slide--march-madness lazyload" data-bgset="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/slides/March_Madness_Bkgrd.jpg"><img class="carousel__player lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/slides/March_Madness_Players.png" alt="">
            <div class="grid-container">
                <div class="grid-x grid-padding-x">
                    <div class="small-12 medium-6 large-5 cell">
                        <div class="carousel__slide-content">
                            <div class="carousel__new-tag"><img class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/new-flame.svg" alt=""> New</div>
                            <h1 class="carousel__h1">March Madness Prop Bets 2024</h1>
                            <p class="carousel__p">
                                FanDuel Sportsbook is your home for Men’s Baskeball props. Find hundreds of prop bets throughout the 2024 NCAA Tournament, from Selection Sunday to the Final Four.
                            </p>
                            <div class="carousel__row"><a class="carousel__cta product-entry-point" data-name="Product Entry Point Clicked" data-placement="carousel" data-product="Research" data-link-text="learn_more_research" data-module="all_product_homepage" href="https://www.fanduel.com/research/ncaab/march-madness-prop-bets" target="_self">Learn more on FanDuel Research</a></div>
                            <div class="carousel__arrows"><img class="carousel__prev-arrow" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/prev-arrow.svg" alt=""><span class="carousel__page">4 of 4</span><img class="carousel__next-arrow" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/next-arrow.svg" alt=""></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<section class="explore" id="explore">
    <div class="grid-container">
        <div class="grid-x grid-padding-x">
            <div class="small-12 cell">
                <h1 class="explore__h1">Explore the world of FanDuel sports and gaming</h1>
                <p class="explore__p">The best place to bet on sports, play online games, and build your team.</p>
            </div>
            <div class="small-12 cell explore__items">
                <div class="explore__item explore__item--sbk">
                    <div class="explore__item-inner">
                        <picture>
                            <source data-srcset="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/sbk-sm.jpg" media="(max-width: 639px)" />
                            <source data-srcset="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/sbk-lg.jpg" media="(min-width: 640px)" /><img alt="Sportsbook" class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/sbk-lg.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /></picture>
                        <div class="explore__item-content">
                            <div class="explore__item-heading"><img alt="" class="lazyload explore__item-heading-shield" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield.svg" /><img alt="" class="lazyload explore__item-heading-text" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/sportsbook-text.svg" /></div>
                            <p>Bet on all your favorite sports</p>
                            <p><a class="product-entry-point" data-module="all_product_homepage" data-name="Product Entry Point Clicked" data-placement="block_design" data-product="Sportsbook" href="https://servedby.flashtalking.com/click/8/229400;8056930;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38209952" target="_self">Go to Sportsbook<img alt="" class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/white-arrow.svg" /></a></p>
                        </div>
                    </div>
                </div>
                <div class="explore__item explore__item--casino">
                    <div class="explore__item-inner">
                        <picture>
                            <source data-srcset="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/casino-sm.jpg" media="(max-width: 639px)" />
                            <source data-srcset="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/casino-lg.jpg" media="(min-width: 640px)" /><img alt="Casino" class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/casino-lg.jpg" src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" /></picture>
                        <div class="explore__item-content">
                            <div class="explore__item-heading"><img alt="" class="lazyload explore__item-heading-shield" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield.svg" /><img alt="" class="lazyload explore__item-heading-text" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/casino-text.svg" /></div>
                            <p>Play all your favorite table games and slots</p>
                            <p><a class="product-entry-point" data-module="all_product_homepage" data-name="Product Entry Point Clicked" data-placement="block_design" data-product="Casino" href="https://servedby.flashtalking.com/click/8/229401;8056965;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38210013" target="_self">Go to Casino<img alt="" class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/white-arrow.svg" /></a></p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="small-12 cell explore__items">
                <div class="explore__item explore__item--dfs">
                    <div class="explore__item-inner"><img alt="" class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/dfs.jpg" />
                        <div class="explore__item-overlay"></div>
                        <div class="explore__item-content">
                            <div class="explore__item-heading"><img alt="" class="lazyload explore__item-heading-shield" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield.svg" /><img alt="" class="lazyload explore__item-heading-text" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/fantasy-text.svg" /></div>
                            <p>Draft a winning team every week</p>
                            <p><a class="product-entry-point" data-module="all_product_homepage" data-name="Product Entry Point Clicked" data-placement="block_design" data-product="Fantasy" href="https://servedby.flashtalking.com/click/8/229403;8056989;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38218359" target="_self">Go to Fantasy<img alt="" class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/white-arrow.svg" /></a></p>
                        </div>
                    </div>
                </div>
                <div class="explore__item explore__item--fdr">
                    <div class="explore__item-inner"><img alt="" class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/fdr.jpg" />
                        <div class="explore__item-overlay"></div>
                        <div class="explore__item-content">
                            <div class="explore__item-heading"><img alt="" class="lazyload explore__item-heading-shield" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield.svg" /><img alt="" class="lazyload explore__item-heading-text" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/racing-text.svg" /></div>
                            <p>Bet on live horse races</p>
                            <p><a class="product-entry-point" data-module="all_product_homepage" data-name="Product Entry Point Clicked" data-placement="block_design" data-product="Racing" href="https://racing.fanduel.com/" target="_self">Go to Racing<img alt="" class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/white-arrow.svg" /></a></p>
                        </div>
                    </div>
                </div>
                <div class="explore__item explore__item--fo">
                    <div class="explore__item-inner"><img alt="" class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/fo.jpg" />
                        <div class="explore__item-overlay"></div>
                        <div class="explore__item-content">
                            <div class="explore__item-heading"><img alt="" class="lazyload explore__item-heading-shield" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/shield.svg" /><img alt="" class="lazyload explore__item-heading-text" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/faceoff-text.svg" /></div>
                            <p>Play against real people for cash</p>
                            <p><a class="product-entry-point" data-module="all_product_homepage" data-name="Product Entry Point Clicked" data-placement="block_design" data-product="Faceoff" href="https://servedby.flashtalking.com/click/8/229402;8056982;50126;211;0/?ft_width=1&ft_height=1&gdpr=${GDPR}&gdpr_consent=${GDPR_CONSENT_78}&us_privacy=${US_PRIVACY}&url=38210853" target="_self">Go to Faceoff<img alt="" class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/white-arrow.svg" /></a></p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<section class="fdtv">
    <div class="grid-container">
        <div class="grid-x grid-padding-x">
            <div class="small-12 cell">
                <h2 class="fdtv__h2">The content you love</h2>
            </div>
            <div class="small-12 medium-6 cell"><img alt="" class="lazyload fdtv__tv" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/fanduel-tv.png" /></div>
            <div class="small-12 medium-6 cell fdtv__content-container">
                <div class="fdtv__content"><img alt="" class="lazyload fdtv__logo" src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/fdtv-logo.svg" />
                    <p class="fdtv__p">FanDuel TV is a whole new way to enjoy everything FanDuel. That includes your favorite celebrity hosts, betting content, and more! All to enhance your sports betting and race day experience.</p><a class="fdtv__cta" data-link-text="Watch now" data-module="all_product_homepage" data-name="FDTV Content CTA Clicked" href="https://www.fanduel.com/watch" target="_self">Watch now<img alt="" class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/blue-arrow.svg" /></a>
                </div>
            </div>
        </div>
    </div>
</section>
<section class="where">
    <div class="grid-container">
        <div class="grid-x grid-padding-x">
            <div class="small-12 cell">
                <h2 class="where__h2">Where can I play?</h2>
                <ul class="where__menu-list">
                    <li class="where__menu-list-item where__menu-list-item--active"><a class="where__menu-list-item-link" data-id="sportsbook" href="#">Sportsbook</a></li>
                    <li class="where__menu-list-item"><a class="where__menu-list-item-link" data-id="retail" href="#">Retail Sportsbook</a></li>
                    <li class="where__menu-list-item"><a class="where__menu-list-item-link" data-id="casino" href="#">Casino</a></li>
                    <li class="where__menu-list-item"><a class="where__menu-list-item-link" data-id="fantasy" href="#">Fantasy</a></li>
                    <li class="where__menu-list-item"><a class="where__menu-list-item-link" data-id="racing" href="#">Racing</a></li>
                    <li class="where__menu-list-item"><a class="where__menu-list-item-link" data-id="faceoff" href="#">Faceoff</a></li>
                </ul>
                <p class="where__label">PRODUCT</p><select class="where__select-list">
                    <option value="sportsbook">Sportsbook</option>
                    <option value="retail">Retail Sportsbook</option>
                    <option value="casino">Casino</option>
                    <option value="fantasy">Fantasy</option>
                    <option value="racing">Racing</option>
                    <option value="faceoff">Faceoff</option>
                </select>
            </div>
            <div class="small-12 cell">
                <div class="where__map-copy"></div>
            </div>
            <div class="small-12 medium-12 large-6 cell">
                <div class="where__states"></div>
            </div>
            <div class="small-12 small-offset-0 medium-10 medium-offset-1 large-6 large-offset-0 cell hide-sm">
                <div class="where__map"><svg height="100%" viewbox="0 0 959 593" width="100%" xmlns="http://www.w3.org/2000/svg">
                        <g fill="none" fill-rule="evenodd" stroke="none" stroke-dasharray="0" stroke-width="1">
                            <g fill-rule="nonzero" id="map" stroke="#fff">
                                <path d="M228.08751,512.30948 L230.02744,508.75293 L232.2907,508.42961 L232.61402,509.23791 L230.51242,512.30948 L228.08751,512.30948 Z M238.27217,508.59127 L244.4153,511.17784 L246.51689,510.85452 L248.1335,506.97465 L247.48686,503.57977 L243.28366,503.09479 L239.24213,504.87306 L238.27217,508.59127 Z M268.9878,518.61427 L272.706,524.11074 L275.13092,523.78742 L276.26255,523.30244 L277.7175,524.59573 L281.43571,524.43407 L282.40568,522.97912 L279.49577,521.20085 L277.55584,517.48263 L275.45424,513.92609 L269.63444,516.83599 L268.9878,518.61427 Z M289.19545,527.50564 L290.48874,525.5657 L295.17691,526.53566 L295.82356,526.05068 L301.96668,526.69732 L301.64336,527.99062 L299.05678,529.44556 L294.69193,529.12224 L289.19545,527.50564 Z M294.53027,532.67879 L296.47021,536.55866 L299.54176,535.42703 L299.86509,533.81041 L298.24848,531.70882 L294.53027,531.3855 L294.53027,532.67879 Z M301.4817,531.54716 L303.74496,528.63726 L308.43313,531.06218 L312.79798,532.19381 L317.16284,534.94205 L317.16284,536.88198 L313.6063,538.66026 L308.75645,539.63022 L306.33154,538.17527 L301.4817,531.54716 Z M318.13281,547.06663 L319.74942,545.77335 L323.14431,547.38997 L330.74238,550.94651 L334.13727,553.0481 L335.75387,555.47302 L337.69381,559.83787 L341.73534,562.42445 L341.41202,563.71775 L337.53215,566.95097 L333.32896,568.40592 L331.87401,567.75928 L328.80244,569.53754 L326.37753,572.77077 L324.11427,575.68067 L322.33599,575.51901 L318.77945,572.93243 L318.45613,568.40592 L319.10277,565.981 L317.48616,560.32286 L315.38456,558.54458 L315.2229,555.958 L317.48616,554.98804 L319.58776,551.91648 L320.07274,550.94651 L318.45613,549.16823 L318.13281,547.06663 Z" fill="#C6D3E1" id="HI"></path>
                                <path d="M153.07671,446.67502 L152.75339,532.03215 L154.36999,533.00211 L157.44156,533.16377 L158.8965,532.03215 L161.48308,532.03215 L161.64475,534.94205 L168.59618,541.73182 L169.08117,544.3184 L172.47605,542.37846 L173.1227,542.2168 L173.44602,539.14524 L174.90096,537.52863 L176.0326,537.36697 L177.97253,535.91201 L181.04409,538.01361 L181.69074,540.92352 L183.63067,542.05514 L184.7623,544.48006 L188.64218,546.25833 L192.03706,552.2398 L194.78529,556.11966 L197.04855,558.86791 L198.50351,562.58611 L203.515,564.36439 L208.68817,566.46598 L209.65813,570.83084 L210.14311,573.9024 L209.17315,577.29729 L207.39487,579.56054 L205.77826,578.75224 L204.32331,575.68067 L201.57507,574.22573 L199.7968,573.09409 L198.98849,573.9024 L200.44344,576.65065 L200.6051,580.36885 L199.47347,580.85383 L197.53354,578.9139 L195.43195,577.62061 L195.91693,579.23722 L197.21021,581.0155 L196.40191,581.8238 C196.40191,581.8238 195.59361,581.50048 195.10863,580.85383 C194.62363,580.20719 193.00703,577.45895 193.00703,577.45895 L192.03706,575.19569 C192.03706,575.19569 191.71374,576.48898 191.06709,576.16565 C190.42044,575.84233 189.7738,574.71071 189.7738,574.71071 L191.55207,572.77077 L190.09712,571.31582 L190.09712,566.30432 L189.28882,566.30432 L188.48052,569.6992 L187.34888,570.1842 L186.37892,566.46598 L185.73227,562.74777 L184.92396,562.26279 L185.24729,567.92094 L185.24729,569.05256 L183.79233,567.75928 L180.23579,561.77781 L178.13419,561.29283 L177.48755,557.57462 L175.87094,554.66472 L174.25432,553.53308 L174.25432,551.26983 L176.35592,549.97654 L175.87094,549.65322 L173.28436,550.29986 L169.88947,547.87495 L167.30289,544.96504 L162.45306,542.37846 L158.41152,539.79188 L159.70482,536.55866 L159.70482,534.94205 L157.92654,536.55866 L155.01664,537.69029 L151.29843,536.55866 L145.64028,534.13375 L140.14381,534.13375 L139.49717,534.61873 L133.03072,530.73885 L130.92912,530.41553 L128.18088,524.59573 L124.62433,524.91905 L121.06778,526.374 L121.55277,530.90052 L122.68439,527.99062 L123.65437,528.31394 L122.19941,532.67879 L125.43263,529.93055 L126.07928,531.54716 L122.19941,535.91201 L120.90612,535.58869 L120.42114,533.64875 L119.12785,532.84045 L117.83456,533.97208 L115.08632,532.19381 L112.01475,534.29541 L110.23649,536.397 L106.8416,538.4986 L102.15342,538.33693 L101.66844,536.23534 L105.38664,535.58869 L105.38664,534.29541 L103.12338,533.64875 L104.09336,531.22384 L106.35661,527.34397 L106.35661,525.5657 L106.51827,524.75739 L110.88313,522.49413 L111.85309,523.78742 L114.60134,523.78742 L113.30805,521.20085 L109.58983,520.87752 L104.57834,523.62576 L102.15342,527.02064 L100.37515,529.60723 L99.24352,531.87049 L95.04033,533.32543 L91.96876,535.91201 L91.645439,537.52863 L93.908696,538.4986 L94.717009,540.60018 L91.96876,543.83341 L85.502321,548.03661 L77.742574,552.2398 L75.640977,553.37142 L70.306159,554.50306 L64.971333,556.76631 L66.749608,558.0596 L65.294654,559.51455 L64.809672,560.64618 L62.061434,559.67621 L58.828214,559.83787 L58.019902,562.10113 L57.049939,562.10113 L57.37326,559.67621 L53.816709,560.96951 L50.90681,561.93947 L47.511924,560.64618 L44.602023,562.58611 L41.368799,562.58611 L39.267202,563.87941 L37.65059,564.68771 L35.548995,564.36439 L32.962415,563.23276 L30.699158,563.87941 L29.729191,564.84937 L28.112578,563.71775 L28.112578,561.77781 L31.184142,560.48452 L37.488929,561.13117 L41.853782,559.51455 L43.955378,557.41296 L46.86528,556.76631 L48.643553,555.958 L51.391794,556.11966 L53.008406,557.41296 L53.978369,557.08964 L56.241626,554.3414 L59.313196,553.37142 L62.708076,552.72478 L64.00137,552.40146 L64.648012,552.88644 L65.456324,552.88644 L66.749608,549.16823 L70.791141,547.71329 L72.731077,543.99508 L74.994336,539.46856 L76.610951,538.01361 L76.934272,535.42703 L75.317657,536.72032 L71.922764,537.36697 L71.276122,534.94205 L69.982838,534.61873 L69.012865,535.58869 L68.851205,538.4986 L67.39625,538.33693 L65.941306,532.51713 L64.648012,533.81041 L63.516388,533.32543 L63.193068,531.3855 L59.151535,531.54716 L57.049939,532.67879 L54.463361,532.35547 L55.918305,530.90052 L56.403286,528.31394 L55.756645,526.374 L57.211599,525.40404 L58.504883,525.24238 L57.858241,523.4641 L57.858241,519.09925 L56.888278,518.12928 L56.079966,519.58423 L49.936843,519.58423 L48.481892,518.29094 L47.835247,514.41108 L45.733651,510.85452 L45.733651,509.88456 L47.835247,509.07625 L47.996908,506.97465 L49.128536,505.84303 L48.320231,505.35805 L47.026941,505.84303 L45.895313,503.09479 L46.86528,498.08328 L51.391794,494.85007 L53.978369,493.23345 L55.918305,489.51525 L58.666554,488.22195 L61.253132,489.35359 L61.576453,491.77851 L64.00137,491.45517 L67.23459,489.03026 L68.851205,489.67691 L69.821167,490.32355 L71.437782,490.32355 L73.701041,489.03026 L74.509354,484.6654 C74.509354,484.6654 74.832675,481.75551 75.479317,481.27052 C76.125959,480.78554 76.44928,480.30056 76.44928,480.30056 L75.317657,478.36062 L72.731077,479.16893 L69.497847,479.97723 L67.557911,479.49225 L64.00137,477.71397 L58.989875,477.55231 L55.433324,473.83411 L55.918305,469.95424 L56.564957,467.52932 L54.463361,465.75105 L52.523423,462.03283 L53.008406,461.22453 L59.798177,460.73955 L61.899773,460.73955 L62.869736,461.70951 L63.516388,461.70951 L63.354728,460.0929 L67.23459,459.44626 L69.821167,459.76958 L71.276122,460.90121 L69.821167,463.00281 L69.336186,464.45775 L72.084435,466.07437 L77.095932,467.85264 L78.874208,466.88268 L76.610951,462.51783 L75.640977,459.2846 L76.610951,458.47629 L73.21606,456.53636 L72.731077,455.40472 L73.21606,453.78812 L72.407756,449.90825 L69.497847,445.22007 L67.072929,441.01688 L69.982838,439.07694 L73.21606,439.07694 L74.994336,439.72359 L79.197528,439.56193 L82.915733,436.00539 L84.047366,432.93382 L87.765578,430.5089 L89.382182,431.47887 L92.130421,430.83222 L95.84863,428.73062 L96.98027,428.56896 L97.95023,429.37728 L102.47674,429.21561 L105.22498,426.14405 L106.35661,426.14405 L109.91316,428.56896 L111.85309,430.67056 L111.36811,431.80219 L112.01475,432.93382 L113.63137,431.31721 L117.51124,431.64053 L117.83456,435.35873 L119.7745,436.81369 L126.88759,437.46033 L133.19238,441.66352 L134.64732,440.69356 L139.82049,443.28014 L141.92208,442.6335 L143.86202,441.82518 L148.71185,443.76512 L153.07671,446.67502 Z M37.973913,475.61238 L40.075509,480.9472 L39.913847,481.91717 L37.003945,481.59384 L35.225672,477.55231 L33.447399,476.09737 L31.02248,476.09737 L30.86082,473.51078 L32.639093,471.08586 L33.770722,473.51078 L35.225672,474.96573 L37.973913,475.61238 Z M35.387333,509.07625 L39.105542,509.88456 L42.823749,510.85452 L43.632056,511.8245 L42.015444,515.5427 L38.94388,515.38104 L35.548995,511.8245 L35.387333,509.07625 Z M14.694697,495.01173 L15.826327,497.5983 L16.957955,499.21492 L15.826327,500.02322 L13.72473,496.95166 L13.72473,495.01173 L14.694697,495.01173 Z M0.9534943,568.0826 L4.3483796,565.81934 L7.743265,564.84937 L10.329845,565.17269 L10.814828,566.7893 L12.754763,567.27429 L14.694697,565.33436 L14.371375,563.71775 L17.119616,563.0711 L20.029518,565.65768 L18.897889,567.43595 L14.533037,568.56758 L11.784795,568.0826 L8.066588,566.95097 L3.7017347,568.40592 L2.0851227,568.72924 L0.9534943,568.0826 Z M49.936843,563.55609 L51.553455,565.49602 L53.655048,563.87941 L52.2001,562.58611 L49.936843,563.55609 Z M52.846745,566.62764 L53.978369,564.36439 L56.079966,564.68771 L55.271663,566.62764 L52.846745,566.62764 Z M76.44928,564.68771 L77.904234,566.46598 L78.874208,565.33436 L78.065895,563.39442 L76.44928,564.68771 Z M85.17899,552.2398 L86.310623,558.0596 L89.220522,558.86791 L94.232017,555.958 L98.59687,553.37142 L96.98027,550.94651 L97.46525,548.52159 L95.36365,549.81488 L92.453752,549.00657 L94.070357,547.87495 L96.01029,548.68325 L99.89016,546.90497 L100.37515,545.45003 L97.95023,544.64172 L98.75853,542.70178 L96.01029,544.64172 L91.322118,548.19827 L86.472284,551.10817 L85.17899,552.2398 Z M127.53423,532.35547 L129.95915,530.90052 L128.98918,529.12224 L127.21091,530.09221 L127.53423,532.35547 Z" fill="#C6D3E1" id="AK"></path>
                                <path d="M754.8167,432.1428 L757.08236,439.4614 L760.81206,449.20366 L766.14685,458.57996 L769.86504,464.88472 L774.71486,470.38118 L778.75637,474.09937 L780.37297,477.00926 L779.24135,478.30254 L778.43305,479.59582 L781.34293,487.03221 L784.25282,489.94209 L786.83939,495.27689 L790.39592,501.09667 L794.92241,509.34135 L796.2157,516.93939 L796.70068,528.90227 L797.34732,530.68053 L797.024,534.0754 L794.59909,535.36869 L794.92241,537.30861 L794.27577,539.24854 L794.59909,541.67344 L795.08407,543.61337 L792.33585,546.84658 L789.2643,548.30152 L785.38445,548.46318 L783.9295,550.07979 L781.5046,551.04975 L780.21131,550.56477 L779.07969,549.59481 L778.75637,546.68492 L777.94806,543.29005 L774.55319,538.11691 L770.99666,535.85367 L767.11681,535.53035 L766.30851,536.82363 L763.23696,532.4588 L762.59032,528.90227 L760.00375,524.86076 L758.22549,523.72913 L756.60888,525.83072 L754.83062,525.5074 L752.72903,520.49592 L749.81914,516.61607 L746.90925,511.28128 L744.32269,508.20973 L740.76616,504.49154 L742.86774,502.06663 L746.10095,496.57017 L745.93929,494.95357 L741.4128,493.98361 L739.79619,494.63025 L740.11952,495.27689 L742.70608,496.24685 L741.25114,500.77335 L740.44284,501.25833 L738.66457,497.21682 L737.37129,492.367 L737.04797,489.61877 L738.50291,484.93062 L738.50291,475.39265 L735.43136,471.67446 L734.13808,468.60291 L728.96494,467.30963 L727.02502,466.66299 L725.40841,464.07642 L722.01354,462.45981 L720.88192,459.06494 L718.13369,458.09498 L715.70878,454.37679 L711.50561,452.92185 L708.59572,451.4669 L706.00916,451.4669 L701.96764,452.27521 L701.80598,454.21513 L702.61429,455.18509 L702.1293,456.31672 L699.05776,456.15506 L695.33957,459.71159 L691.78303,461.65151 L687.90318,461.65151 L684.66997,462.9448 L684.34665,460.19657 L682.73005,458.25664 L679.82016,457.12502 L678.20356,455.67007 L670.12053,451.79022 L662.52249,450.01196 L658.15766,450.6586 L652.17622,451.14358 L646.19478,453.24517 L642.71554,453.85813 L642.47762,445.80838 L639.89105,443.86846 L638.11278,442.09019 L638.4361,439.01863 L648.62072,437.72535 L674.16312,434.81546 L680.95287,434.16882 L686.38887,434.44909 L688.97544,438.32895 L690.43038,439.78389 L698.52854,440.29911 L709.34829,439.65247 L730.86068,438.35918 L736.3064,437.68481 L741.41398,437.88932 L741.84081,440.79921 L744.07381,441.60751 L744.30875,436.97751 L742.78053,432.80456 L744.08893,431.36473 L749.64356,431.81948 L754.8167,432.1428 Z M767.36211,564.54788 L769.78703,563.90124 L771.08031,563.65875 L772.53527,561.31466 L774.87935,559.69805 L776.17264,560.18304 L777.87008,560.50636 L778.27423,561.55715 L774.79853,562.76961 L770.59533,564.22456 L768.25125,565.43702 L767.36211,564.54788 Z M780.86081,559.53639 L782.07327,560.58719 L784.82151,558.4856 L790.15632,554.28241 L793.87452,550.40254 L796.38027,543.77444 L797.35024,542.077 L797.5119,538.68212 L796.78442,539.1671 L795.81446,541.99617 L794.3595,546.6035 L791.12628,551.8575 L786.76144,556.06068 L783.36656,558.00061 L780.86081,559.53639 Z" fill="#C6D3E1" id="FL"></path>
                                <path d="M875.79902,135.42476 L876.66802,134.34826 L877.75824,131.05724 L875.21516,130.14377 L874.73017,127.07221 L870.85032,125.94059 L870.527,123.19235 L863.25225,99.75153 L858.65083,85.208542 L857.75375,85.203482 L857.10711,86.820087 L856.46047,86.335106 L855.4905,85.365143 L854.03556,87.305068 L853.98709,92.337122 L854.29874,98.00434 L856.23866,100.75258 L856.23866,104.7941 L852.52046,109.85688 L849.93389,110.98852 L849.93389,112.12014 L851.06552,113.89841 L851.06552,122.46643 L850.25721,131.6811 L850.09555,136.53092 L851.06552,137.82422 L850.90386,142.35071 L850.41887,144.12899 L851.38768,144.83821 L868.17535,140.41366 L870.35022,139.81121 L872.19379,137.03788 L875.79902,135.42476 Z" fill="#C6D3E1" id="NH"></path>
                                <path d="M588.28125,67.75 L586,68.3125 L580.625,72.1875 L578.4375,73 L576.625,75.0625 L578.21875,76.1875 L580.28125,75.28125 L583.59375,73.34375 L588.75,68.1875 L588.28125,67.75 Z M599.40625,81.96875 L594.71875,82.46875 L590.375,84.875 L588.09375,87.15625 L586.8125,88.90625 L585.03125,89.71875 L583.09375,92.625 L582.9375,93.9375 L578.5625,96.03125 L576.15625,97.96875 L570.15625,98.9375 L569.5,99.59375 L569.5,100.5625 L565.96875,102.8125 L563.21875,103.625 L562.5,104.21875 L566.21875,109.34375 L574.09375,110.5 L582.34375,112.6875 L585.1875,113.71875 L597.3125,116.4375 L599.375,118.71875 L602.90625,120.09375 L604.84375,130.40625 L606.21875,131.4375 L607.40625,132.46875 L610.5625,125.46875 L611.53125,121.40625 L613.5,117.0625 L614.28125,116.875 L615.4375,118.5 L616.0625,118.5 L620.59375,116.09375 L622.0625,117.6875 L622.53125,117.84375 L623.84375,116.71875 L624.96875,113.65625 L627.375,112.84375 L634.34375,112.1875 L636.28125,109.625 L641.4375,109.4375 L647.28125,110.75 L649.0625,110.75 L652.28125,109.28125 L654.53125,109.4375 L656.65625,108.8125 L660.375,109.28125 L661.1875,109.625 L662.46875,109.28125 L661.1875,108.3125 L659.875,107.6875 L656.65625,104.59375 L656.65625,97.65625 L655.1875,97.15625 L654.0625,98.3125 L647.90625,99.90625 L645.96875,100.40625 L643.0625,99.59375 L642.59375,99.28125 L642.59375,93.625 L641.125,93.4375 L638.53125,94.75 L634.03125,96.6875 L627.375,97 L624,98.125 L619.9375,101.6875 L618.34375,102.65625 L617.1875,102.65625 L615.90625,103.46875 L614.28125,103 L612.6875,101.6875 L611.21875,102.65625 L607.34375,102.8125 L604.59375,100.0625 L603.125,97 L601.6875,95.875 L598.4375,94.90625 L596.1875,94.90625 L594.90625,93.625 L591.34375,96.53125 L590.375,97.65625 L589.5625,97.15625 L589.875,94.59375 L592.3125,91.34375 L592.78125,88.90625 L595.0625,88.125 L596.5,85.03125 L600.21875,84.0625 L600.5625,83.09375 L599.40625,81.96875 Z M665.9375,105.15625 L663.75,105.40625 L662.15625,105.5625 L661.8125,106.6875 L662.78125,107.1875 L663.4375,109.6875 L666.6875,109.84375 L667.96875,108.65625 C667.96875,108.65625 667.88585,107.19292 667.5625,107.03125 C667.23917,106.86959 665.9375,105.15625 665.9375,105.15625 Z M649.6875,114.46875 L646.78125,116.25 L643.875,118.5 L644.1875,122.0625 L645.15625,122.375 L647.28125,122.875 L647.75,123.6875 L645.15625,124.5 L642.59375,124.8125 L641.125,126.59375 L640.8125,128.6875 L641.125,130.3125 L641.4375,135.8125 L637.90625,137.90625 L637.25,137.75 L637.25,133.53125 L638.53125,131.125 L639.1875,128.6875 L638.375,127.875 L636.4375,128.6875 L635.46875,132.90625 L632.71875,134.03125 L630.9375,135.96875 L630.78125,136.9375 L631.4375,137.75 L630.78125,140.34375 L628.53125,140.8125 L628.53125,141.9375 L629.3125,144.375 L628.1875,150.5 L626.59375,154.5625 L627.21875,159.25 L627.71875,160.375 L626.90625,162.8125 L626.59375,163.59375 L626.25,166.34375 L629.8125,172.34375 L632.71875,178.8125 L634.1875,183.65625 L633.375,188.34375 L632.40625,194.3125 L629.96875,199.5 L629.65625,202.25 L626.40625,205.34375 L630.8125,205.15625 L652.21875,202.90625 L659.5,201.90625 L659.59375,203.59375 L666.4375,202.375 L676.75,200.875 L680.59375,200.40625 L680.75,199.8125 L680.90625,198.375 L683,194.65625 L685,192.90625 L684.78125,187.84375 L686.375,186.25 L687.46875,185.90625 L687.6875,182.375 L689.21875,179.34375 L690.28125,179.9375 L690.4375,180.59375 L691.25,180.75 L693.1875,179.78125 L692.875,170.25 L689.625,162 L687.375,152.9375 L684.9375,149.71875 L682.34375,147.9375 L680.75,149.0625 L676.84375,150.84375 L674.90625,155.84375 L672.15625,159.5625 L671.03125,160.21875 L669.59375,159.5625 C669.59375,159.5625 666.99459,158.11539 667.15625,157.46875 C667.31791,156.82211 667.65625,152.46875 667.65625,152.46875 L671.03125,151.15625 L671.84375,147.78125 L672.5,145.1875 L674.90625,143.5625 L674.59375,133.53125 L672.96875,131.28125 L671.6875,130.46875 L670.875,128.375 L671.6875,127.5625 L673.3125,127.875 L673.46875,126.25 L671.03125,124 L669.75,121.40625 L667.15625,121.40625 L662.625,119.96875 L657.125,116.5625 L654.375,116.5625 L653.75,117.21875 L652.78125,116.71875 L649.6875,114.46875 Z" fill="#C6D3E1" id="MI"></path>
                                <path d="M839.48416,147.05791 L839.80086,141.71228 L836.91015,130.92811 L836.26351,130.60479 L833.35361,129.3115 L834.16191,126.40161 L833.35361,124.30002 L830.65356,119.66004 L831.62353,115.78018 L830.81522,110.60703 L828.39031,104.14059 L827.58474,99.21808 L854.0041,92.48626 L854.3128,98.00847 L856.22906,100.7507 L856.22906,104.79222 L852.52191,109.85021 L849.93534,110.99288 L849.92429,112.11345 L851.23426,113.63257 L850.92333,121.73054 L850.3139,130.9894 L850.08595,136.54634 L851.05591,137.83963 L850.89425,142.41032 L850.40927,144.10021 L851.42345,144.82737 L843.9859,146.33408 L839.48416,147.05791 Z" fill="#C6D3E1" id="VT"></path>
                                <path d="M917.83976,71.830719 L919.77969,73.932305 L922.04294,77.650496 L922.04294,79.590422 L919.94135,84.278575 L918.00142,84.925217 L914.60655,87.996766 L909.75674,93.49322 C909.75674,93.49322 909.1101,93.49322 908.46346,93.49322 C907.81682,93.49322 907.49349,91.391636 907.49349,91.391636 L905.71523,91.553296 L904.74527,93.00824 L902.32036,94.46319 L901.3504,95.91813 L902.967,97.37307 L902.48202,98.01972 L901.99704,100.76794 L900.05711,100.60628 L900.05711,98.98968 L899.73379,97.69639 L898.27885,98.01972 L896.50058,94.78651 L894.399,96.07979 L895.69228,97.53473 L896.0156,98.66636 L895.2073,99.95964 L895.53062,103.03119 L895.69228,104.64779 L894.07568,107.23436 L891.16579,107.71934 L890.84247,110.62923 L885.50767,113.70078 L884.21439,114.18576 L882.59778,112.73082 L879.52623,116.28735 L880.4962,119.52056 L879.04125,120.81384 L878.87959,125.17867 L877.75631,131.43803 L875.29406,130.28208 L874.80907,127.21052 L870.92922,126.07889 L870.6059,123.33065 L863.33115,99.88983 L858.63257,85.250088 L860.05311,85.131923 L861.5669,85.541822 L861.5669,82.955254 L862.8752,78.458798 L865.46177,73.770645 L866.91672,69.729133 L864.97679,67.304226 L864.97679,61.322789 L865.78509,60.352826 L866.5934,57.604598 L866.43174,56.149654 L866.27007,51.29984 L868.04834,46.450026 L870.95823,37.5587 L873.05981,33.355528 L874.3531,33.355528 L875.64638,33.517188 L875.64638,34.648811 L876.93967,36.912058 L879.68789,37.5587 L880.4962,36.750397 L880.4962,35.780435 L884.53771,32.870546 L886.31597,31.092281 L887.77092,31.253942 L893.75235,33.678849 L895.69228,34.648811 L904.74527,64.555998 L910.7267,64.555998 L911.53501,66.495924 L911.69667,71.345738 L914.60655,73.608984 L915.41486,73.608984 L915.57652,73.124003 L915.09154,71.99238 L917.83976,71.830719 Z M896.90801,101.97825 L898.44379,100.44247 L899.81791,101.49327 L900.38372,103.91819 L898.68628,104.80732 L896.90801,101.97825 Z M903.61694,96.07763 L905.39521,97.93673 C905.39521,97.93673 906.6885,98.01755 906.6885,97.69423 C906.6885,97.37091 906.93099,95.67347 906.93099,95.67347 L907.82013,94.86517 L907.01182,93.08689 L904.99106,93.81437 L903.61694,96.07763 Z" fill="#C6D3E1" id="ME"></path>
                                <path d="M869.07001,171.89536 L865.37422,156.93937 L871.6435,155.09423 L873.83463,157.02135 L877.14112,161.342 L879.82902,165.74409 L876.82968,167.36888 L875.5364,167.20722 L874.40478,168.98549 L871.97987,170.92541 L869.07001,171.89536 Z" fill="#C6D3E1" id="RI"></path>
                                <path d="M825.37944,181.7456 L824.24781,180.77564 L821.66123,180.61398 L819.39799,178.67406 L817.76738,172.54493 L814.30892,172.63547 L811.86521,169.92727 L792.47989,174.30921 L749.47811,183.0389 L741.94846,184.26689 L741.2103,177.79855 L742.6384,176.67317 L743.93168,175.54155 L744.90165,173.92494 L746.67991,172.79332 L748.61984,171.01505 L749.10482,169.39845 L751.2064,166.65022 L752.33803,165.68026 L752.17637,164.71029 L750.88308,161.63875 L749.10482,161.47709 L747.16489,155.33399 L750.07478,153.55572 L754.43961,152.10078 L758.48113,150.80749 L761.71434,150.32251 L768.01909,150.16085 L769.95902,151.45414 L771.57562,151.6158 L773.67721,150.32251 L776.26378,149.19089 L781.43691,148.70591 L783.5385,146.92764 L785.31676,143.69443 L786.93337,141.75451 L789.03495,141.75451 L790.97488,140.62288 L791.13654,138.35964 L789.6816,136.25805 L789.35828,134.80311 L790.4899,132.70152 L790.4899,131.24658 L788.71163,131.24658 L786.93337,130.43828 L786.12507,129.30665 L785.96341,126.72008 L791.78318,121.22363 L792.42982,120.41533 L793.88477,117.50544 L796.79466,112.97894 L799.54289,109.26075 L801.64447,106.83585 L804.05957,105.01024 L807.14093,103.7643 L812.63738,102.47101 L815.87059,102.63267 L820.39709,101.17773 L827.96228,99.10656 L828.48207,104.08623 L830.90699,110.55267 L831.71529,115.72582 L830.74533,119.60568 L833.3319,124.13218 L834.1402,126.23377 L833.3319,129.14367 L836.2418,130.43695 L836.88844,130.76027 L839.96,141.75321 L839.42371,146.81288 L838.93873,157.64415 L839.74703,163.14062 L840.55533,166.69716 L842.01028,173.9719 L842.01028,182.05494 L840.87865,184.31819 L842.71798,186.31098 L843.51453,187.9894 L841.57461,189.76767 L841.89793,191.06095 L843.19121,190.73763 L844.64616,189.44435 L846.9094,186.85778 L848.04103,186.21114 L849.65763,186.85778 L851.92088,187.01944 L859.84224,183.13959 L862.75213,180.39136 L864.04541,178.93642 L868.24858,180.55302 L864.85371,184.10955 L860.97386,187.01944 L853.8608,192.35423 L851.27424,193.3242 L845.45446,195.26412 L841.41295,196.39575 L840.23821,195.86282 L839.99419,192.17429 L840.47917,189.42605 L840.31751,187.32447 L837.504,185.62547 L832.9775,184.6555 L829.09764,183.52388 L825.37944,181.7456 Z" fill="#C6D3E1" id="NY"></path>
                                <path d="M820.1237,217.69205 L821.43212,217.42105 L823.76165,216.1678 L824.97353,213.68473 L826.59014,211.42148 L829.82335,208.34992 L829.82335,207.54162 L827.39844,205.92502 L823.8419,203.5001 L822.87194,200.91353 L820.1237,200.59021 L819.96204,199.45858 L819.15374,196.71035 L821.417,195.57873 L821.57866,193.15381 L820.28536,191.86052 L820.44702,190.24391 L822.38696,187.17236 L822.38696,184.1008 L825.08459,181.45492 L824.16431,180.77994 L821.64023,180.58703 L819.34574,178.64711 L817.79582,172.53105 L814.29124,172.63157 L811.83601,169.92824 L793.74502,174.12601 L750.74324,182.8557 L741.85189,184.31064 L741.23122,177.78925 L735.86869,182.8569 L734.5754,183.34188 L730.37311,186.35077 L733.28387,205.48822 L735.76553,215.21758 L739.33733,234.47907 L742.60664,233.84139 L754.55022,232.33892 L792.47685,224.67372 L807.35306,221.8504 L815.65341,220.22804 L815.92052,219.98951 L818.02212,218.37289 L820.1237,217.69205 Z" fill="#C6D3E1" id="PA"></path>
                                <path d="M824.67942,181.46016 L822.35687,184.19443 L822.35687,187.26599 L820.41693,190.33754 L820.25527,191.95416 L821.54857,193.24744 L821.38691,195.67236 L819.12365,196.80398 L819.93195,199.55221 L820.09361,200.68384 L822.84185,201.00716 L823.81181,203.59373 L827.36835,206.01865 L829.79326,207.63525 L829.79326,208.44356 L826.81005,211.14012 L825.19344,213.40336 L823.73849,216.1516 L821.47524,217.44488 L821.01279,219.04736 L820.77029,220.25982 L820.16106,222.86656 L821.25333,225.11075 L824.48654,228.02064 L829.33635,230.28389 L833.37786,230.93053 L833.53952,232.38547 L832.73122,233.35543 L833.05454,236.10366 L833.86284,236.10366 L835.96443,233.67876 L836.77273,228.82894 L839.52096,224.78743 L842.59251,218.32101 L843.72413,212.82456 L843.07749,211.69293 L842.91583,202.31662 L841.29922,198.92176 L840.1676,199.73006 L837.41937,200.05338 L836.93439,199.5684 L838.06602,198.59843 L840.1676,196.65851 L840.23066,195.56468 L839.84627,192.13084 L840.41964,189.3826 L840.30217,187.41359 L837.49463,185.66324 L832.40249,184.48748 L828.26505,183.10585 L824.67942,181.46016 Z" fill="#C6D3E1" id="NJ"></path>
                                <path d="M820.6261,221.2791 L820.99441,219.13221 L821.36948,217.44116 L819.74648,217.83892 L818.13102,218.30648 L815.92476,220.07078 L817.64488,225.11366 L819.90814,230.77178 L822.00972,240.47143 L823.62634,246.77621 L828.63782,246.61455 L834.77994,245.43387 L832.51571,238.0476 L831.54574,238.53258 L827.98921,236.10768 L826.21095,231.41952 L824.27102,227.86299 L821.1239,224.99268 L820.25974,222.89456 L820.6261,221.2791 Z" fill="#C6D3E1" id="DE"></path>
                                <path d="M834.79175,245.41476 L828.7832,246.6186 L823.6403,246.73606 L821.79674,239.81373 L819.87193,230.64441 L817.29931,224.45596 L816.01093,220.05763 L808.50491,221.67999 L793.6287,224.50331 L756.17727,232.05421 L757.30857,237.06587 L758.27853,242.72398 L758.60185,242.40066 L760.70345,239.97576 L762.96669,237.3581 L765.3916,236.74254 L766.84656,235.28759 L768.62482,232.70102 L769.9181,233.34767 L772.82799,233.02434 L775.41457,230.92276 L777.42146,229.46949 L779.26669,228.98451 L780.91104,230.11446 L783.82093,231.5694 L785.76085,233.34767 L786.97331,234.88345 L791.09566,236.58088 L791.09566,239.49077 L796.59212,240.78406 L797.73656,241.32604 L799.14846,239.29772 L802.03043,241.26788 L800.75226,243.74981 L799.98699,247.73547 L798.20873,250.32204 L798.20873,252.42363 L798.85537,254.2019 L803.91932,255.55759 L808.23042,255.49587 L811.30196,256.46584 L813.40355,256.78916 L814.37351,254.68757 L812.91857,252.58599 L812.91857,250.80772 L810.49366,248.70613 L808.39208,243.20968 L809.68536,237.87488 L809.5237,235.7733 L808.23042,234.48001 C808.23042,234.48001 809.68536,232.86341 809.68536,232.21677 C809.68536,231.57012 810.17034,230.11518 810.17034,230.11518 L812.11027,228.8219 L814.05019,227.20529 L814.53517,228.17526 L813.08023,229.79186 L811.78695,233.51005 L812.11027,234.64167 L813.88853,234.96499 L814.37351,240.46145 L812.27193,241.43141 L812.59525,244.98794 L813.08023,244.82628 L814.21185,242.88636 L815.82846,244.66462 L814.21185,245.95791 L813.88853,249.35278 L816.4751,252.74765 L820.35495,253.23263 L821.97156,252.42433 L825.20811,256.60726 L826.56646,257.14356 L833.22013,254.34661 L835.22771,250.32274 L834.79175,245.41476 Z M818.82217,254.44348 L819.95379,256.94923 L820.11545,258.7275 L821.24708,260.5866 C821.24708,260.5866 822.13622,259.69746 822.13622,259.37414 C822.13622,259.05082 821.40875,256.30258 821.40875,256.30258 L820.68127,253.95849 L818.82217,254.44348 Z" fill="#C6D3E1" id="MD"></path>
                                <path d="M826.63885,259.06892 L826.49494,257.12189 L832.94837,254.57201 L832.17796,257.78985 L829.25801,261.56896 L828.83992,266.15478 L829.30167,269.54522 L827.4737,274.52338 L825.30943,276.43952 L823.83909,271.79871 L824.28498,266.3496 L825.87198,262.16653 L826.63885,259.06892 Z M829.97904,287.37028 L771.80486,299.94571 L734.37789,305.22478 L727.69956,304.8496 L725.11431,306.77598 L717.77518,306.99667 L709.39307,307.97434 L698.47811,309.58896 L708.94754,303.97776 L708.93442,301.90283 L710.45447,299.7567 L721.00825,288.25527 L724.95497,292.73273 L728.73798,293.69671 L731.28144,292.55639 L733.51866,291.24523 L736.05527,292.58875 L739.96944,291.16099 L741.84617,286.60465 L744.44709,287.14467 L747.30233,285.01342 L749.1016,285.50702 L751.92881,281.83045 L752.27706,279.74734 L751.3134,278.47177 L752.31617,276.60514 L757.59044,264.32799 L758.20721,258.59291 L759.4361,258.06937 L761.61463,260.51224 L765.55049,260.21107 L767.4797,252.63744 L770.27369,252.07658 L771.32344,249.33551 L773.90326,246.98863 L776.67509,241.29344 L776.76002,236.22589 L786.58153,240.04871 C787.26238,240.38913 787.41441,234.99956 787.41441,234.99956 L791.06697,236.59789 L791.1353,239.53605 L796.91955,240.83554 L799.0525,242.01174 L800.71242,244.06743 L800.05787,247.7161 L798.11043,250.30708 L798.22028,252.36615 L798.80924,254.21906 L803.78799,255.48749 L808.23926,255.52737 L811.30809,256.48601 L813.2516,256.79531 L813.96641,259.88377 L817.15685,260.2863 L818.02492,261.48632 L817.58543,266.1764 L818.96016,267.27895 L818.48121,269.20934 L819.71062,269.99911 L819.48882,271.38371 L816.79483,271.28877 L816.88379,272.90429 L819.16478,274.44716 L819.28632,275.85906 L821.05943,277.64444 L821.55122,280.16857 L818.99818,281.54988 L820.5704,283.04418 L826.37142,281.35835 L829.97904,287.37028 Z" fill="#C6D3E1" id="VA"></path>
                                <path d="M756.18551,231.96731 L757.29752,236.91184 L758.38096,242.94317 L760.51125,240.36283 L762.77449,237.29127 L765.31287,236.67572 L766.76782,235.22078 L768.54609,232.63421 L769.99107,233.28085 L772.90096,232.95753 L775.48754,230.85594 L777.49443,229.40268 L779.33966,228.91769 L780.64358,229.93416 L784.28683,231.75579 L786.22676,233.53406 L787.60088,234.82734 L786.83916,240.38228 L781.00425,237.84106 L776.759,236.21904 L776.65786,241.39747 L773.91022,246.9342 L771.38019,249.36086 L770.1881,252.11025 L767.54452,252.61035 L766.64668,256.21223 L765.60345,260.1619 L761.63521,260.50264 L759.31148,258.06376 L758.24033,258.62317 L757.60765,264.09287 L756.25736,267.62737 L751.29896,278.58234 L752.19565,279.74304 L751.98979,281.65158 L749.1811,285.53605 L747.3726,284.99176 L744.40455,287.1515 L741.86217,286.57929 L739.86294,291.13486 C739.86294,291.13486 736.60363,292.56508 735.94003,292.50258 C735.77952,292.48746 733.47093,291.25348 733.47093,291.25348 L731.13441,292.63285 L728.72461,293.67725 L724.97992,292.78813 L723.85852,291.61985 L721.6663,288.59649 L718.52371,286.60837 L716.81214,282.98513 L712.52726,279.51694 L711.88061,277.25369 L709.29404,275.79874 L708.48573,274.18214 L708.24324,268.92816 L710.42566,268.84733 L712.3656,268.03903 L712.52726,265.2908 L714.14386,263.83585 L714.30552,258.82437 L715.27548,254.94451 L716.56877,254.29787 L717.86205,255.42949 L718.34704,257.20776 L720.12531,256.23779 L720.61029,254.62119 L719.47867,252.84292 L719.47867,250.41801 L720.44863,249.12472 L722.71188,245.72985 L724.00516,244.27491 L726.10676,244.75989 L728.37,243.14327 L731.44155,239.7484 L733.70481,235.86854 L734.02813,230.21043 L734.51311,225.19894 L734.51311,220.51078 L733.38149,217.43923 L734.35145,215.98427 L735.63493,214.69099 L739.12618,234.51811 L743.75719,233.76696 L756.18551,231.96731 Z" fill="#C6D3E1" id="WV"></path>
                                <path d="M730.32497,186.32832 L724.23143,190.38167 L720.35158,192.64492 L716.95671,196.36311 L712.9152,200.24296 L709.68199,201.05126 L706.7721,201.53624 L701.27564,204.12281 L699.17406,204.28447 L695.77919,201.21292 L690.60605,201.85957 L688.01949,200.40462 L685.63842,199.05379 L680.74585,199.7572 L670.56123,201.37381 L659.35436,203.55854 L660.64765,218.18882 L662.42592,231.92999 L665.01248,255.37079 L665.5783,260.20196 L669.70065,260.07294 L672.12556,259.26463 L675.48936,260.76777 L677.55985,265.1326 L682.69879,265.1155 L684.59053,267.2342 L686.3517,267.1689 L688.89009,265.82744 L691.39426,266.19894 L696.81554,266.68162 L698.54251,264.54894 L700.88816,263.25566 L702.95865,262.57481 L703.60529,265.32305 L705.38357,266.29301 L708.85926,268.63708 L711.04168,268.55626 L712.3748,268.06378 L712.55951,265.30225 L714.14487,263.84729 L714.24403,259.05457 C714.24403,259.05457 715.26799,254.94551 715.26799,254.94551 L716.56726,254.34423 L717.88861,255.49197 L718.42676,257.18899 L720.14589,256.15157 L720.58487,254.69082 L719.46818,252.78776 L719.53447,250.47333 L720.28347,249.40102 L722.43623,246.09454 L723.48645,244.5512 L725.58804,245.03618 L727.85129,243.41957 L730.92284,240.0247 L733.69433,235.94597 L734.01466,230.89046 L734.49964,225.87897 L734.32286,220.57209 L733.36802,217.67731 L733.71926,216.48753 L735.52365,214.73742 L733.23486,205.69009 L730.32497,186.32832 Z" fill="#C6D3E1" id="OH"></path>
                                <path d="M614.56954,292.97132 L614.63482,290.11274 L615.11981,285.58623 L617.38305,282.67635 L619.16133,278.79648 L621.74789,274.59331 L621.26291,268.77352 L619.48465,266.02529 L619.16133,262.79208 L619.96963,257.29561 L619.48465,250.3442 L618.19135,234.33979 L616.89807,218.98203 L615.9276,207.26201 L618.99866,208.15152 L620.45361,209.12148 L621.58523,208.79816 L623.68682,206.85824 L626.51639,205.24125 L631.60919,205.07921 L653.59506,202.81595 L659.17079,202.28279 L660.67393,218.239 L664.92528,255.08055 L665.52374,260.85215 L665.15224,263.1154 L666.38022,264.91077 L666.47661,266.28332 L663.95532,267.88283 L660.41589,269.43414 L657.21376,269.98442 L656.6153,274.85135 L652.04061,278.16382 L649.24419,282.17426 L649.56751,284.55099 L648.98617,286.08519 L645.6597,286.08519 L644.07417,284.46859 L641.58086,285.73079 L638.8979,287.23393 L639.05957,290.28838 L637.86578,290.54641 L637.3979,289.52827 L635.23102,288.02513 L631.9807,289.36661 L630.42939,292.37286 L628.99155,291.56456 L627.5366,289.96505 L623.07226,290.45004 L617.47943,291.42 L614.56954,292.97132 Z" fill="#C6D3E1" id="IN"></path>
                                <path d="M614.54145,293.34244 L614.5727,290.11273 L615.14009,285.46677 L617.47262,282.55091 L619.33927,278.47515 L621.57229,274.47982 L621.20079,269.22742 L619.19558,265.68485 L619.0992,262.33817 L619.79403,257.06866 L618.96862,249.89029 L617.90228,234.11284 L616.609,219.0955 L615.68672,207.4563 L615.41421,206.53491 L614.60591,203.94834 L613.31263,200.23015 L611.69602,198.45188 L610.24108,195.86532 L610.00751,190.37636 L564.21108,192.97461 L564.4397,195.34656 L566.72593,196.03243 L567.64041,197.17554 L568.09766,199.00452 L571.98424,202.43386 L572.67012,204.72009 L571.98424,208.14943 L570.15526,211.80739 L569.4694,214.32223 L567.18317,216.15122 L565.35419,216.83709 L560.09587,218.20882 L559.41,220.0378 L558.72413,222.09541 L559.41,223.46715 L561.23898,225.06751 L561.01036,229.18271 L559.18137,230.78307 L558.49551,232.38343 L558.49551,235.1269 L556.66653,235.58414 L555.06617,236.72726 L554.83755,238.099 L555.06617,240.1566 L553.3515,241.47117 L552.3227,244.27181 L552.77994,247.92976 L555.06617,255.24569 L562.3821,262.79024 L567.86903,266.4482 L567.64041,270.79203 L568.55491,272.16377 L574.95634,272.62101 L577.69981,273.99275 L577.01395,277.65071 L574.72772,283.5949 L574.04185,286.79562 L576.32807,290.6822 L582.72951,295.94052 L587.30197,296.62639 L589.35956,301.65609 L591.41717,304.8568 L590.50268,307.82889 L592.10304,311.9441 L593.93202,314.00171 L595.34605,313.12102 L596.25371,311.04623 L598.46679,309.29903 L600.59826,308.68463 L603.20079,309.86443 L606.82778,311.24013 L608.01673,310.9419 L608.2166,308.68345 L606.9293,306.27166 L607.23352,303.89494 L609.07192,302.54749 L612.09446,301.7372 L613.35536,301.27868 L612.74275,299.8918 L611.95138,297.53743 L613.38398,296.55647 L614.54145,293.34244 Z" fill="#C6D3E1" id="IL"></path>
                                <path d="M869.06831,171.86288 L865.39088,156.98407 L860.67206,157.90438 L839.44328,162.64747 L840.44347,165.87314 L841.89842,173.14788 L842.0752,182.1148 L840.85518,184.28967 L842.77597,186.22201 L847.0475,182.31637 L850.60403,179.08316 L852.54395,176.98157 L853.35226,177.62821 L856.10048,176.17327 L861.27362,175.04165 L869.06831,171.86288 Z" fill="#C6D3E1" id="CT"></path>
                                <path d="M610.06589,190.36866 L609.99915,187.21124 L608.82004,182.68474 L608.1734,176.54165 L607.04178,174.11674 L608.01174,171.04519 L608.82004,168.1353 L610.27499,165.54874 L609.62834,162.15387 L608.9817,158.59734 L609.46668,156.81907 L611.40661,154.39416 L611.56827,151.64593 L610.75997,150.35265 L611.40661,147.76608 L610.95409,143.59537 L613.70232,137.93726 L616.61221,131.14752 L616.77387,128.88427 L616.45055,127.91431 L615.64224,128.39929 L611.43907,134.70405 L608.69084,138.74556 L606.75092,140.52383 L605.94262,142.78707 L603.98767,143.59537 L602.85605,145.5353 L601.4011,145.21198 L601.23944,143.43371 L602.53273,141.00881 L604.63431,136.32065 L606.41258,134.70405 L607.40341,132.3462 L604.84296,130.44486 L602.86814,120.07787 L599.32067,118.73589 L597.37441,116.42756 L585.2447,113.70592 L582.36881,112.69387 L574.15569,110.52658 L566.23777,109.36783 L562.47261,104.23716 L561.72221,104.79117 L560.5243,104.62951 L559.87765,103.49789 L558.54364,103.79444 L557.41201,103.9561 L555.63375,104.92606 L554.66378,104.27942 L555.31043,102.33949 L557.25035,99.26794 L558.38197,98.13632 L556.44205,96.68138 L554.34046,97.48968 L551.43057,99.4296 L543.99419,102.66281 L541.0843,103.30945 L538.17442,102.82447 L537.19269,101.94622 L535.07599,104.7814 L534.84737,107.52487 L534.84737,115.9839 L533.70425,117.58427 L528.44593,121.47084 L526.15971,127.41503 L526.61695,127.64365 L529.1318,129.70126 L529.81766,132.90198 L527.98868,136.10269 L527.98868,139.98928 L528.44593,146.61933 L531.41802,149.59143 L534.84737,149.59143 L536.67635,152.79215 L540.10568,153.24939 L543.99227,158.96496 L551.07957,163.08017 L553.13717,165.82364 L554.05167,173.25388 L554.73753,176.5689 L557.02376,178.16926 L557.25238,179.541 L555.19478,182.97033 L555.4234,186.17106 L557.93825,190.05764 L560.4531,191.20075 L563.42519,191.65799 L564.76753,193.03811 L610.06589,190.36866 Z" fill="#C6D3E1" id="WI"></path>
                                <path d="M829.98153,287.31554 L832.06653,292.23289 L835.62306,298.69931 L838.04796,301.12422 L838.6946,303.38747 L836.2697,303.54913 L837.078,304.19577 L836.75468,308.39894 L834.16811,309.69222 L833.52147,311.79381 L832.22819,314.7037 L828.50999,316.3203 L826.08509,315.99698 L824.63014,315.83532 L823.01354,314.54204 L823.33686,315.83532 L823.33686,316.80529 L825.27679,316.80529 L826.08509,318.09857 L824.14516,324.40333 L828.34833,324.40333 L828.99498,326.01993 L831.25822,323.75669 L832.55151,323.2717 L830.61158,326.82823 L827.54003,331.67805 L826.24675,331.67805 L825.11512,331.19307 L822.3669,331.83971 L817.19376,334.26462 L810.72734,339.59941 L807.33247,344.28756 L805.39255,350.75398 L804.90757,353.17889 L800.21941,353.66387 L794.76628,355.00053 L784.81987,346.798 L772.21033,339.19995 L769.30044,338.39164 L756.69091,339.84659 L752.41445,340.59674 L750.79785,337.36352 L747.82749,335.24682 L731.3381,335.7318 L724.06336,336.5401 L715.01037,341.06661 L708.86726,343.65317 L687.68971,346.23975 L688.1898,342.18542 L689.96807,340.73048 L692.71631,340.08383 L693.36295,336.36563 L697.56613,333.61741 L701.44598,332.16245 L705.64917,328.60592 L710.014,326.50433 L710.66064,323.43277 L714.5405,319.55292 L715.18714,319.39126 C715.18714,319.39126 715.18714,320.52289 715.99545,320.52289 C716.80375,320.52289 717.93538,320.84621 717.93538,320.84621 L720.19863,317.28967 L722.30022,316.64302 L724.56346,316.96635 L726.18008,313.40982 L729.08997,310.82324 L729.57495,308.72165 L729.76245,305.07346 L734.03895,305.05094 L741.23754,304.19515 L756.99477,301.94272 L772.13081,299.85615 L793.77129,295.1368 L813.75461,290.87823 L824.93155,288.47242 L829.98153,287.31554 Z M834.25199,320.52211 L836.83857,318.01636 L839.99095,315.42978 L841.52673,314.78314 L841.68839,312.76238 L841.04175,306.61926 L839.5868,304.27518 L838.94015,302.41608 L839.66763,302.17358 L842.41587,307.67006 L842.82002,312.11573 L842.65836,315.51062 L839.26348,317.04639 L836.43441,319.47131 L835.30279,320.68377 L834.25199,320.52211 Z" fill="#C6D3E1" id="NC"></path>
                                <path d="M800.81945,243.84384 L798.96117,242.01967 L797.72854,241.33338 L799.17155,239.31091 L802.06064,241.25941 L800.81945,243.84384 Z" fill="#C6D3E1" id="DC"></path>
                                <path d="M894.62349,166.25394 L896.79541,165.56806 L897.25267,163.85339 L898.28147,163.9677 L899.31027,166.25394 L898.05285,166.71118 L894.16625,166.8255 L894.62349,166.25394 Z M885.24995,167.05412 L887.53617,164.42495 L889.13654,164.42495 L890.96553,165.911 L888.56499,166.9398 L886.39307,167.9686 L885.24995,167.05412 Z M850.45082,145.06593 L868.09769,140.42525 L870.36095,139.77861 L872.27503,136.9829 L876.0118,135.31959 L878.90104,139.73243 L876.47613,144.90557 L876.15281,146.36051 L878.09274,148.94708 L879.22436,148.13878 L881.00263,148.13878 L883.26587,150.72534 L887.14573,156.70678 L890.70226,157.19176 L892.9655,156.2218 L894.74377,154.44353 L893.93546,151.69531 L891.83388,150.0787 L890.37893,150.887 L889.40897,149.59372 L889.89395,149.10874 L891.99554,148.94708 L893.7738,149.75538 L895.71373,152.18029 L896.68369,155.09018 L897.00701,157.51508 L892.80384,158.97003 L888.92399,160.90995 L885.04414,165.43645 L883.10421,166.89139 L883.10421,165.92143 L885.52912,164.46648 L886.0141,162.68822 L885.2058,159.61667 L882.29591,161.07161 L881.48761,162.52656 L881.97259,164.7898 L879.90626,165.79023 L877.15906,161.2631 L873.76418,156.89826 L871.69368,155.08579 L865.16041,156.96199 L860.06808,158.01278 L839.39292,162.60499 L838.72516,157.83714 L839.3718,147.24837 L843.66107,146.35923 L850.45082,145.06593 Z" fill="#C6D3E1" id="MA"></path>
                                <path d="M691.67788,311.25411 L639.78479,316.2656 L624.02523,318.04386 L619.40403,318.55657 L615.53568,318.52885 L615.31471,322.62968 L607.12933,322.89369 L600.17792,323.54033 L592.08709,323.41647 L590.67331,330.48933 L588.97708,335.96938 L585.68391,338.72022 L584.33517,343.10128 L584.01185,345.68785 L579.97033,347.95109 L581.42527,351.50763 L580.45531,355.87247 L579.48693,356.66212 L687.64548,346.25457 L688.04875,342.29963 L689.85948,340.80924 L692.69363,340.05979 L693.36556,336.34281 L697.46416,333.63785 L701.51109,332.14382 L705.59467,328.57349 L710.03076,326.54803 L710.55202,323.48068 L714.61662,319.49569 L715.16742,319.38152 C715.16742,319.38152 715.19867,320.51314 716.00697,320.51314 C716.81527,320.51314 717.9469,320.86771 717.9469,320.86771 L720.21015,317.27992 L722.28049,316.63328 L724.5556,316.92849 L726.15391,313.39563 L729.10916,310.75172 L729.53084,308.81261 L729.8398,305.10146 L727.69325,304.90169 L725.09157,306.93002 L718.09826,306.95909 L699.73897,309.34591 L691.67788,311.25411 Z" fill="#C6D3E1" id="TN"></path>
                                <path d="M588.82477,336.05296 L584.84489,336.76966 L579.73274,336.13563 L580.15344,334.53356 L583.13319,331.96687 L584.07657,328.31062 L582.24759,325.33852 L503.83002,327.85337 L505.43038,334.71206 L505.43037,342.94248 L506.80212,353.91647 L507.03074,391.7534 L509.31697,393.69669 L512.28906,392.32496 L515.03254,393.46807 L515.71288,400.04137 L571.33414,398.90077 L572.47977,396.8104 L572.19315,393.26089 L570.36752,390.28879 L571.96621,388.80358 L570.36752,386.29208 L571.05172,383.78225 L572.42011,378.17682 L574.9383,376.11419 L574.25243,373.82963 L577.9104,368.45784 L580.65387,367.08945 L580.54039,365.59587 L580.19495,363.77023 L583.0519,358.1715 L585.45494,356.91491 L585.83907,353.48728 L587.60974,352.24558 L584.46622,351.76131 L583.12476,347.75087 L585.92884,345.37416 L586.4791,343.35496 L587.75858,339.30835 L588.82477,336.05296 Z" fill="#C6D3E1" id="AR"></path>
                                <path d="M553.44022,241.11316 L550.92035,238.02591 L549.77723,235.73968 L485.42,238.14022 L483.13374,238.25453 L484.39117,240.76938 L484.16255,243.0556 L486.67739,246.94219 L489.76379,251.0574 L492.8502,253.80087 L495.01143,254.02949 L496.50816,254.94399 L496.50816,257.91608 L494.67919,259.51644 L494.22193,261.80266 L496.27954,265.23201 L498.7944,268.2041 L501.30924,270.03308 L502.68097,281.69283 L502.99511,317.76504 L503.22373,322.45179 L503.68097,327.8353 L526.11396,326.96848 L549.31999,326.28261 L570.12465,325.4816 L581.77939,325.2513 L583.94879,328.6773 L583.2646,331.9848 L580.17735,334.38784 L579.60496,336.22518 L584.98345,336.68244 L588.87841,335.99656 L590.59559,330.50293 L591.24701,324.64614 L593.34504,322.09098 L595.94107,320.60409 L595.9925,317.55385 L597.00852,315.61737 L595.31429,313.0736 L593.98336,314.05786 L591.99074,311.83062 L590.70571,307.07162 L591.50672,304.55342 L589.56259,301.12576 L587.73195,296.54996 L582.93254,295.75062 L575.96374,290.15187 L574.24488,286.03834 L575.04423,282.83762 L577.1035,276.77995 L577.56242,273.91632 L575.61328,272.88501 L568.75794,272.08734 L567.72997,270.37518 L567.61817,266.14482 L562.13123,262.71381 L555.15572,254.94231 L552.8695,247.62638 L552.63921,243.40106 L553.44022,241.11316 Z" fill="#C6D3E1" id="MO"></path>
                                <path d="M667.29229,348.5518 L667.29229,350.73422 L667.45395,352.83582 L668.10059,356.23069 L671.49547,364.15206 L673.92038,374.01337 L675.37532,380.15648 L676.99193,385.00629 L678.44688,391.9577 L680.54847,398.26247 L683.13504,401.65735 L683.62002,405.05222 L685.55995,405.86052 L685.72161,407.96212 L683.94334,412.81193 L683.45836,416.04515 L683.2967,417.98508 L684.91331,422.34992 L685.23663,427.68472 L684.42832,430.10963 L685.07497,430.91794 L686.52992,431.72624 L686.73462,434.94433 L688.96763,438.29386 L691.21807,440.45591 L699.13945,440.61757 L709.9592,439.97093 L731.47159,438.67765 L736.91731,438.00328 L741.49456,438.03101 L741.65622,440.9409 L744.24279,441.7492 L744.56611,437.38436 L742.9495,432.85786 L744.08113,431.24126 L749.90091,432.04956 L754.87832,432.36734 L754.1029,426.06855 L756.36614,416.0456 L757.82109,411.84242 L757.3361,409.25586 L760.67051,403.01156 L760.16021,401.65988 L758.2468,402.36446 L755.66024,401.07116 L755.01359,398.96957 L753.72031,395.41304 L751.45705,393.31145 L748.87049,392.66481 L747.25388,387.81499 L744.32887,381.47999 L740.1257,379.54006 L738.0241,377.60013 L736.73081,375.01356 L734.62923,373.07363 L732.36598,371.78034 L730.10273,368.87045 L727.03118,366.60721 L722.50467,364.82893 L722.01969,363.37399 L719.59478,360.4641 L719.1098,359.00915 L715.71492,354.03867 L712.19505,354.13784 L708.44014,351.7817 L707.02186,350.48842 L706.69854,348.71015 L707.56934,346.77023 L709.79598,345.66009 L709.16204,343.56287 L667.29229,348.5518 Z" fill="#C6D3E1" id="GA"></path>
                                <path d="M759.94328,401.16488 L758.16622,402.13438 L755.57965,400.84109 L754.93301,398.7395 L753.63973,395.18297 L751.37647,393.08137 L748.7899,392.43473 L747.1733,387.58492 L744.42506,381.60347 L740.22189,379.66353 L738.12029,377.72361 L736.82701,375.13704 L734.72542,373.1971 L732.46217,371.90382 L730.19892,368.99393 L727.12737,366.73069 L722.60086,364.95241 L722.11588,363.49747 L719.69098,360.58758 L719.20599,359.13262 L715.81111,353.95949 L712.41624,354.12115 L708.37472,351.69623 L707.08144,350.40295 L706.75812,348.62468 L707.56642,346.68476 L709.82967,345.71478 L709.31885,343.4257 L715.08695,341.08913 L724.20245,336.50013 L731.97718,335.69182 L748.09158,335.26934 L750.72983,337.14677 L752.40893,340.50499 L756.71128,339.89501 L769.32081,338.44005 L772.2307,339.24836 L784.84024,346.84642 L794.94832,354.9681 L789.52715,360.42644 L786.94058,366.56954 L786.4556,372.8743 L784.839,373.6826 L783.70737,376.43083 L781.28247,377.07747 L779.18088,380.634 L776.43265,383.38223 L774.16941,386.7771 L772.5528,387.5854 L768.99627,390.98027 L766.08638,391.14193 L767.05635,394.37514 L762.04487,399.8716 L759.94328,401.16488 Z" fill="#C6D3E1" id="SC"></path>
                                <path d="M720.9944,288.2707 L718.70108,290.67238 L715.12289,294.66642 L710.19834,300.13109 L708.98257,301.84686 L708.92007,303.94844 L704.54021,306.11253 L698.88209,309.50741 L691.65022,311.30626 L639.78233,316.20512 L624.02277,317.98338 L619.40157,318.49609 L615.53322,318.46837 L615.30627,322.68865 L607.12686,322.83321 L600.17545,323.47985 L592.18797,323.41963 L593.39575,322.09955 L595.89529,320.5587 L596.12392,317.35797 L597.03841,315.52899 L595.43159,312.99009 L596.23342,311.08328 L598.49668,309.30502 L600.59826,308.65837 L603.34649,309.95166 L606.90303,311.24494 L608.03466,310.92162 L608.19632,308.65837 L606.90303,306.23346 L607.22635,303.97021 L609.16628,302.51527 L611.75286,301.86862 L613.36946,301.22198 L612.56116,299.44371 L611.91452,297.50378 L613.42114,296.50798 C613.42442,296.47086 614.6751,292.98569 614.65943,292.85017 L617.71265,291.37149 L623.03244,290.40153 L627.52648,289.91655 L628.91892,291.54398 L630.44719,292.41478 L632.03796,289.30657 L635.22504,288.02395 L637.43013,289.50798 L637.84069,290.50702 L639.01421,290.24301 L638.85254,287.29008 L641.98341,285.54089 L644.1315,284.46741 L645.66086,286.12822 L648.97901,286.08402 L649.56634,284.51277 L649.19883,282.24953 L651.79936,278.25103 L656.57591,274.81313 L657.28186,269.97727 L660.20688,269.52136 L663.99834,267.87568 L666.44166,266.16744 L666.24333,264.60251 L665.10088,263.14757 L665.6667,260.15266 L669.85155,260.03516 L672.15146,259.28936 L675.49885,260.71846 L677.55296,265.0833 L682.68525,265.09412 L684.73626,267.30231 L686.35171,267.15461 L688.9534,265.87644 L694.19046,266.44981 L696.76538,266.66732 L698.45296,264.61108 L701.07091,263.1852 L702.95269,262.4781 L703.59933,265.31473 L705.64276,266.37307 L708.28552,268.45556 L708.40299,274.1288 L709.21129,275.70121 L711.80101,277.25749 L712.57265,279.552 L716.73254,282.98894 L718.53785,286.61218 L720.9944,288.2707 Z" fill="#C6D3E1" id="KY"></path>
                                <path d="M626.30647,453.41572 L624.81587,439.09422 L622.06763,420.34158 L622.22929,406.27709 L623.03759,375.23824 L622.87593,358.58718 L623.04102,352.16812 L667.5255,348.54867 L667.3777,350.73109 L667.53936,352.83269 L668.18601,356.22756 L671.58089,364.14893 L674.00579,374.01024 L675.46074,380.15335 L677.07734,385.00317 L678.5323,391.95458 L680.63388,398.25934 L683.22045,401.65423 L683.70543,405.04909 L685.64537,405.8574 L685.80703,407.95899 L684.02875,412.80881 L683.54377,416.04203 L683.38211,417.98195 L684.99873,422.3468 L685.32205,427.68159 L684.51373,430.10651 L685.16039,430.91481 L686.61533,431.72311 L686.94347,434.61193 L681.34581,434.25838 L674.55606,434.90503 L649.01366,437.81491 L638.6021,439.22168 L638.38072,442.09908 L640.15899,443.87735 L642.74556,445.81727 L643.32642,453.75271 L637.78436,456.32561 L635.03614,456.00229 L637.78436,454.06236 L637.78436,453.0924 L634.71282,447.11096 L632.44957,446.46432 L630.99462,450.82915 L629.70134,453.57738 L629.0547,453.41572 L626.30647,453.41572 Z" fill="#C6D3E1" id="AL"></path>
                                <path d="M602.96706,452.16125 L599.68245,448.99511 L600.69236,443.49488 L600.03101,442.6018 L590.76934,443.60836 L565.74102,444.06728 L565.05683,441.6726 L565.96964,433.2169 L569.28552,427.27105 L574.31688,418.58003 L573.74281,416.18201 L574.9994,415.50116 L575.45833,413.54867 L573.17209,411.49274 L573.0603,409.55029 L571.22964,405.20478 L571.08259,398.86618 L515.6088,399.79015 L515.63737,409.36372 L516.32324,418.73725 L517.00911,422.62383 L519.52396,426.73904 L520.43845,431.76875 L524.78228,437.25568 L525.0109,440.4564 L525.69677,441.14227 L525.0109,449.60131 L522.03881,454.631 L523.63917,456.68861 L522.95329,459.20345 L522.26743,466.51938 L520.89569,469.72009 L521.01815,473.33654 L525.70463,471.81639 L537.81798,472.0234 L548.16425,475.57993 L554.63067,476.71156 L558.34886,475.25661 L561.58207,476.38824 L564.81528,477.3582 L565.62358,475.25661 L562.39037,474.12499 L559.8038,474.60997 L557.05557,472.99337 C557.05557,472.99337 557.21724,471.70008 557.86388,471.53842 C558.51052,471.37676 560.93543,470.56846 560.93543,470.56846 L562.71369,472.0234 L564.49196,471.05344 L567.72517,471.70008 L569.18011,474.12499 L569.50343,476.38824 L574.02992,476.71156 L575.80819,478.48982 L574.99989,480.10643 L573.7066,480.91473 L575.32321,482.53133 L583.72955,486.08786 L587.28608,484.79458 L588.25605,482.36967 L590.84261,481.72303 L592.62088,480.26809 L593.91416,481.23805 L594.72246,484.14794 L592.45922,484.95624 L593.10586,485.60288 L596.50073,484.3096 L598.76398,480.91473 L599.57228,480.42975 L597.47069,480.10643 L598.27899,478.48982 L598.11733,477.03488 L600.21892,476.5499 L601.35054,475.25661 L601.99718,476.06491 C601.99718,476.06491 601.83552,479.13646 602.64383,479.13646 C603.45213,479.13646 606.847,479.78311 606.847,479.78311 L610.88851,481.72303 L611.85847,483.17798 L614.76836,483.17798 L615.89999,484.14794 L618.16323,481.07639 L618.16323,479.62144 L616.86995,479.62144 L613.47508,476.87322 L607.6553,476.06491 L604.42209,473.80167 L605.55372,471.05344 L607.81696,471.37676 L607.97862,470.73012 L606.20036,469.76016 L606.20036,469.27517 L609.43357,469.27517 L611.21183,466.20363 L609.91855,464.2637 L609.59523,461.51547 L608.14028,461.67713 L606.20036,463.77872 L605.55372,466.36529 L602.48217,465.71864 L601.5122,463.94038 L603.29047,462.00045 L605.1938,458.55485 L604.1327,456.14258 L602.96706,452.16125 Z" fill="#C6D3E1" id="LA"></path>
                                <path d="M626.55882,452.34458 L626.30456,453.60073 L621.13142,453.60073 L619.67648,452.79243 L617.57489,452.46911 L610.78515,454.40903 L609.00689,453.60073 L606.42032,457.8039 L605.31778,458.58192 L604.19395,456.09394 L603.05083,452.20735 L599.6215,449.00664 L600.7646,443.46209 L600.07874,442.5476 L598.24976,442.77622 L590.33184,443.64959 L565.78534,444.02296 L565.0156,441.7976 L565.88897,433.4208 L569.00581,427.74799 L574.23288,418.60309 L573.78714,416.17049 L575.024,415.51424 L575.45987,413.59477 L573.14239,411.51579 L573.02727,409.37431 L571.19155,405.25322 L571.08255,399.29045 L572.41008,396.80948 L572.18678,393.39373 L570.41729,390.31114 L571.94371,388.82893 L570.3731,386.32939 L570.83035,384.67718 L572.40775,378.15081 L574.8937,376.11446 L574.25203,373.74749 L577.91,368.44496 L580.74186,367.08854 L580.52089,365.41338 L580.23276,363.73228 L583.10882,358.16461 L585.45454,356.9331 L585.60617,356.04009 L622.94965,352.15892 L623.13451,358.44225 L623.29617,375.09331 L622.48787,406.13216 L622.32621,420.19665 L625.07445,438.94929 L626.55882,452.34458 Z" fill="#C6D3E1" id="MS"></path>
                                <path d="M564.19154,192.5843 L564.45592,195.3705 L566.67964,195.94776 L567.63358,197.17309 L568.13359,199.02845 L571.92643,202.3871 L572.6123,204.7786 L571.93796,208.20307 L570.35565,211.43505 L569.55631,214.17684 L567.38356,215.77888 L565.66805,216.35128 L560.08903,218.21148 L558.69757,222.06017 L559.42621,223.43191 L561.26672,225.1145 L560.98379,229.15079 L559.22064,230.68865 L558.44923,232.33179 L558.57645,235.10811 L556.69014,235.56535 L555.06469,236.67026 L554.7859,238.02289 L555.06469,240.13781 L553.51367,241.25388 L551.04314,238.1206 L549.78057,235.67073 L484.04475,238.18558 L483.12672,238.35102 L481.07432,233.83506 L480.8457,227.20499 L479.24534,223.08978 L478.55948,217.83147 L476.27325,214.1735 L475.35877,209.37243 L472.61529,201.82788 L471.47218,196.45524 L470.10044,194.28333 L468.50008,191.53987 L470.45406,186.69604 L471.8258,180.98047 L469.08233,178.92286 L468.62508,176.17939 L469.53958,173.66454 L471.25425,173.66454 L553.90825,172.39506 L554.74251,176.57818 L556.99469,178.13915 L557.2514,179.56224 L555.22186,182.95155 L555.41227,186.15707 L557.92713,189.95527 L560.45392,191.24889 L563.5332,191.75194 L564.19154,192.5843 Z" fill="#C6D3E1" id="IA"></path>
                                <path d="M470.23781,121.82439 L469.78056,113.36535 L467.95158,106.04943 L466.1226,92.560705 L465.66535,82.729927 L463.83637,79.300584 L462.23601,74.270889 L462.23601,63.982869 L462.92187,60.096282 L461.10094,54.644615 L491.23336,54.679886 L491.55668,46.435202 L492.20332,46.273541 L494.46657,46.758523 L496.40649,47.566825 L497.21479,53.063281 L498.66974,59.206379 L500.28634,60.822984 L505.13616,60.822984 L505.45948,62.277928 L511.76424,62.601249 L511.76424,64.702835 L516.61405,64.702835 L516.93737,63.409551 L518.06899,62.277928 L520.33224,61.631286 L521.62552,62.601249 L524.53541,62.601249 L528.41526,65.187816 L533.75006,67.612723 L536.17497,68.097705 L536.65995,67.127742 L538.11489,66.64276 L538.59987,69.552649 L541.18644,70.845933 L541.67142,70.360951 L542.96471,70.522612 L542.96471,72.624198 L545.55127,73.594161 L548.62282,73.594161 L550.23943,72.785858 L553.47264,69.552649 L556.0592,69.067668 L556.86751,70.845933 L557.35249,72.139216 L558.32245,72.139216 L559.29241,71.330914 L568.18374,71.007593 L569.962,74.079142 L570.60865,74.079142 L571.32226,72.994863 L575.76217,72.624198 L575.15007,74.903657 L571.21135,76.740782 L561.96557,80.80191 L557.19083,82.808807 L554.11928,85.395375 L551.69437,88.951905 L549.43113,92.831756 L547.65286,93.64006 L543.12637,98.65153 L541.83308,98.81319 L537.5053,101.57031 L535.04242,104.77542 L534.8138,107.96681 L534.90816,116.01016 L533.53212,117.69891 L528.45058,121.45888 L526.2205,127.44129 L529.09225,129.675 L529.77214,132.90198 L527.9169,136.14091 L528.08769,139.88893 L528.45655,146.61933 L531.4848,149.62132 L534.8138,149.62132 L536.70491,152.75392 L540.08408,153.25719 L543.94324,158.92866 L551.03053,163.04541 L553.17368,165.92053 L553.84483,172.36004 L472.63333,173.50483 L472.29541,137.82798 L471.83817,134.85589 L467.72296,131.42655 L466.57984,129.59757 L466.57984,127.9972 L468.63744,126.39685 L470.00918,125.02511 L470.23781,121.82439 Z" fill="#C6D3E1" id="MN"></path>
                                <path d="M375.34313,313.82146 L358.65895,312.54815 L357.77873,323.50058 L378.24411,324.65746 L410.29966,325.96106 L407.96506,350.37971 L407.50781,368.21228 L407.73644,369.81264 L412.08027,373.4706 L414.13787,374.61371 L414.82374,374.38509 L415.50961,372.32748 L416.88135,374.15647 L418.93895,374.15647 L418.93895,372.78473 L421.68242,374.15647 L421.22518,378.04305 L425.34039,378.27167 L427.85523,379.41479 L431.97044,380.10066 L434.48529,381.92964 L436.77152,379.87204 L440.20086,380.5579 L442.71571,383.98724 L443.63019,383.98724 L443.63019,386.27347 L445.91642,386.95933 L448.20264,384.67311 L450.03163,385.35897 L452.54647,385.35897 L453.46097,387.87383 L459.76204,389.9528 L461.13378,389.26694 L462.96276,385.15173 L464.10587,385.15173 L465.24899,387.20933 L469.3642,387.8952 L473.02215,389.26694 L475.99425,390.18143 L477.82324,389.26694 L478.5091,386.75209 L482.85293,386.75209 L484.91053,387.66658 L487.654,385.60897 L488.79712,385.60897 L489.48299,387.20933 L493.59819,387.20933 L495.19855,385.15173 L497.02754,385.60897 L499.08514,388.12383 L502.28585,389.9528 L505.48658,390.8673 L507.42766,391.98623 L507.03856,354.76922 L505.66681,343.79524 L505.50635,334.9229 L504.06646,328.38517 L503.28826,321.20553 L503.22012,317.38931 L491.08328,317.70805 L444.67324,317.25081 L399.63433,315.19319 L375.34313,313.82146 Z" fill="#C6D3E1" id="OK"></path>
                                <path d="M356.46423,323.57358 L379.15502,324.65952 L410.24771,325.80264 L407.9131,349.25844 L407.61634,367.41196 L407.68448,369.49375 L412.02831,373.31218 L414.01496,374.75934 L415.19917,374.19965 L415.57254,372.38193 L416.71286,374.18555 L418.8245,374.22948 L418.82183,372.78239 L420.49177,373.74966 L421.63047,374.15853 L421.2712,378.12618 L425.35939,378.21969 L428.28471,379.41686 L432.23945,379.94224 L434.62083,382.02122 L436.74493,379.94505 L440.46987,380.55996 L442.69078,383.7849 L443.76574,384.10586 L443.60527,386.07113 L445.81888,386.86342 L448.14903,384.80862 L450.28205,385.42354 L452.51143,385.45902 L453.4445,387.89446 L459.77259,390.00891 L461.36564,389.24198 L462.85511,385.06427 L463.19583,385.06427 L464.10232,385.14591 L465.33137,387.21454 L469.26125,387.87982 L472.59825,389.0027 L476.02388,390.19867 L477.86446,389.22367 L478.57822,386.70883 L483.03144,386.75303 L484.84018,387.68381 L487.63943,385.5773 L488.74307,385.6215 L489.59411,387.22657 L493.64883,387.22657 L495.1677,385.19795 L497.03507,385.60519 L498.9811,388.00847 L502.50167,390.05262 L505.36043,390.86243 L506.87405,391.66227 L509.32075,393.65959 L512.36379,392.3318 L515.05488,393.47068 L515.61869,399.57662 L515.57893,409.27879 L516.26479,418.8128 L516.96697,422.41791 L519.6423,426.83777 L520.54048,431.7885 L524.75643,437.32652 L524.95245,440.47146 L525.69882,441.2573 L524.96875,449.63737 L522.09665,454.64387 L523.62962,456.79674 L522.99954,459.13482 L522.32997,466.53914 L520.82565,469.87714 L521.12053,473.37949 L515.45565,474.96467 L505.59436,479.49117 L504.6244,481.43109 L502.03783,483.37102 L499.93625,484.82596 L498.64296,485.63426 L492.98485,490.96906 L490.23662,493.07065 L484.90182,496.30385 L479.24371,498.72876 L472.93895,502.12363 L471.16069,503.57858 L465.34091,507.13511 L461.94604,507.78175 L458.06619,513.2782 L454.02468,513.60153 L453.05471,515.54145 L455.31796,517.48138 L453.86301,522.97783 L452.56973,527.50433 L451.43811,531.38418 L450.62981,535.91067 L451.43811,538.33558 L453.21637,545.28698 L454.18634,551.43007 L455.9646,554.1783 L454.99464,555.63325 L451.92309,557.57317 L446.26497,553.69332 L440.76852,552.5617 L439.47523,553.04668 L436.24202,552.40004 L432.03885,549.32849 L426.86572,548.19687 L419.26767,544.802 L417.16609,540.92214 L415.8728,534.45573 L412.6396,532.5158 L411.99295,530.25255 L412.6396,529.60591 L412.96292,526.21104 L411.66963,525.5644 L411.02299,524.59444 L412.31627,520.2296 L410.69967,517.96636 L407.46646,516.67307 L404.07159,512.30824 L400.51506,505.68016 L396.31189,503.09359 L396.47355,501.15367 L391.13875,488.86747 L390.33045,484.6643 L388.55219,482.72438 L388.39053,481.26943 L382.40909,475.93464 L379.82252,472.86309 L379.82252,471.73146 L377.23595,469.62988 L370.44621,468.49825 L363.00983,467.85161 L359.93828,465.58837 L355.41179,467.36663 L351.85526,468.82158 L349.59201,472.05478 L348.62205,475.77298 L344.25722,481.91607 L341.83231,484.34098 L339.24574,483.37102 L337.46748,482.23939 L335.52755,481.59275 L331.6477,479.32951 L331.6477,478.68286 L329.86944,476.74294 L324.6963,474.64135 L317.25992,466.88165 L314.99667,462.1935 L314.99667,454.11047 L311.76346,447.64405 L311.27848,444.89583 L309.66188,443.92586 L308.53025,441.82428 L303.51878,439.72269 L302.2255,438.10609 L295.11243,430.18472 L293.81915,426.95151 L289.13099,424.68826 L287.67604,420.32339 L285.08945,417.41352 L283.14954,416.92856 L282.50031,412.25092 L290.50218,412.93681 L319.53717,415.68026 L348.57225,417.28062 L350.80578,397.8188 L354.69233,342.26378 L356.29272,323.51646 L357.66446,323.54504 L356.46423,323.57358 Z M456.69381,553.20778 L456.128,546.0947 L453.37976,538.90078 L452.81394,531.86853 L454.34972,523.62382 L457.66378,516.75323 L461.13948,511.33758 L464.29188,507.78103 L464.93852,508.02353 L460.16952,514.65163 L455.80468,521.19891 L453.78391,527.827 L453.46059,533.00016 L454.34972,539.14328 L456.9363,546.3372 L457.42128,551.51034 L457.58294,552.9653 L456.69381,553.20778 Z" fill="#C6D3E1" id="TX"></path>
                                <path d="M283.15255,417.01315 L282.37714,412.26505 L291.02092,412.79045 L321.19268,415.73635 L348.46084,417.42624 L350.67611,398.71877 L354.53347,342.8428 L356.27115,323.45357 L357.84285,323.58213 L358.66825,312.41874 L254.6638,301.78279 L237.16645,422.2176 L252.62712,424.20675 L253.9204,414.1838 L283.15255,417.01315 Z" fill="#C6D3E1" id="NM"></path>
                                <path d="M502.88059,317.38028 L490.26233,317.58471 L444.17324,317.12748 L399.61576,315.06985 L374.98602,313.81244 L378.87981,249.21747 L400.96327,249.89264 L441.2524,250.73404 L485.55364,251.72162 L490.64927,251.72162 L492.83367,253.88402 L494.85133,253.86264 L496.49163,254.87511 L496.42913,257.88434 L494.60015,259.60971 L494.2679,261.84188 L496.11098,265.24421 L499.06334,268.43927 L501.39069,270.05373 L502.69146,281.29455 L502.88059,317.38028 Z" fill="#C6D3E1" id="KS"></path>
                                <path d="M481.09787,233.70058 L484.32848,240.72049 L484.19985,243.02301 L487.65907,248.51689 L490.37836,251.66923 L485.32888,251.66923 L441.84632,250.73055 L401.05946,249.84025 L378.80724,249.05638 L379.88001,227.72853 L347.56177,224.80828 L351.9056,180.79842 L367.45193,181.82723 L387.57072,182.97033 L405.40329,184.11345 L429.18005,185.25656 L439.92531,184.79932 L441.98291,187.08554 L446.78399,190.05764 L447.9271,190.97213 L452.27093,189.60039 L456.15752,189.14315 L458.90099,188.91452 L460.72997,190.28626 L464.7874,191.88662 L467.75949,193.48698 L468.21674,195.08734 L469.13123,197.14494 L470.96021,197.14494 L471.75819,197.19111 L472.65242,201.87293 L475.57268,210.34085 L476.14521,214.09756 L478.6687,217.87181 L479.23829,222.98595 L480.84553,227.22632 L481.09787,233.70058 Z" fill="#C6D3E1" id="NE"></path>
                                <path d="M471.44687,197.02465 L471.39942,196.44378 L468.50371,191.59834 L470.36394,186.88623 L471.85667,180.99969 L469.0748,178.91998 L468.68964,176.17652 L469.48204,173.62217 L472.67055,173.63738 L472.54747,168.63124 L472.21417,138.45699 L471.59644,134.68941 L467.52412,131.35848 L466.54149,129.68152 L466.47899,128.0727 L468.50111,126.5433 L470.03333,124.87763 L470.27829,122.22084 L412.0212,120.62049 L357.22199,117.1714 L351.89672,180.86259 L366.48699,181.76639 L386.43684,182.972 L404.17989,183.90059 L427.95665,185.20417 L439.93935,184.77953 L441.90565,187.02471 L447.10029,190.27806 L447.86418,191.00081 L452.40562,189.548 L458.94616,188.93309 L460.62146,190.26936 L464.82597,191.86549 L467.77103,193.50132 L468.17001,194.98513 L469.2095,197.22601 L471.44687,197.02465 Z" fill="#C6D3E1" id="SD"></path>
                                <path d="M470.30528,121.91846 L469.69037,113.48479 L468.01342,106.66887 L466.12193,93.64465 L465.66469,82.657624 L463.92523,79.580482 L462.16862,74.386086 L462.19987,63.941816 L462.82323,60.117729 L460.98913,54.649968 L432.34688,54.085941 L413.75593,53.439299 L387.24361,52.146015 L364.29727,50.012146 L357.30403,117.18898 L412.23627,120.53263 L470.30528,121.91846 Z" fill="#C6D3E1" id="ND"></path>
                                <path d="M355.37668,136.27587 L248.63408,122.81881 L234.5506,211.27684 L347.81521,224.86233 L355.37668,136.27587 Z" fill="#C6D3E1" id="WY"></path>
                                <path d="M364.20952,49.969133 L333.5352,47.1613 L304.27465,43.60477 L275.01411,39.563258 L242.68201,34.228463 L224.25272,30.833593 L191.52907,23.900857 L187.05005,45.248389 L190.47939,52.79293 L189.10765,57.365382 L190.93663,61.937833 L194.13736,63.309572 L198.75818,74.079025 L201.45328,77.255548 L201.91052,78.398666 L205.33986,79.541784 L205.79711,81.599377 L198.70981,99.20333 L198.70981,101.71818 L201.22466,104.91889 L202.13914,104.91889 L206.94021,101.9468 L207.62609,100.80368 L209.22645,101.48955 L208.99782,106.74787 L211.7413,119.32212 L214.71339,121.83696 L215.62787,122.52283 L217.45686,124.80905 L216.99961,128.2384 L217.68548,131.66773 L218.8286,132.58223 L221.11482,130.296 L223.85829,130.296 L227.05901,131.89636 L229.57386,130.98187 L233.68907,130.98187 L237.34702,132.58223 L240.0905,132.12498 L240.54774,129.15288 L243.51983,128.46702 L244.89157,129.83876 L245.34882,133.03947 L246.77469,133.87411 L248.66164,122.83937 L355.40731,136.26829 L364.20952,49.969133 Z" fill="#C6D3E1" id="MT"></path>
                                <path d="M375.03242,313.96457 L379.93566,227.63961 L266.5471,214.99565 L254.33328,302.93481 L375.03242,313.96457 Z" fill="#C6D3E1" id="CO"></path>
                                <path d="M143.47881,169.48395 L152.24968,134.26323 L153.62142,130.03371 L156.13626,124.08953 L154.87884,121.8033 L152.36398,121.91761 L151.56381,120.88881 L152.02106,119.7457 L152.36398,116.65929 L156.82213,111.17234 L158.65111,110.7151 L159.79422,109.57199 L160.36578,106.37127 L161.28026,105.68541 L165.16685,99.85553 L169.05344,95.5117 L169.28206,91.739432 L165.85272,89.110269 L164.31717,84.709286 L177.94208,21.367595 L191.45967,23.895706 L187.05159,45.278719 L190.61194,52.764071 L189.03083,57.424911 L191.00068,62.066144 L194.1389,63.321335 L197.97424,72.877923 L201.48693,77.315077 L201.99418,78.458195 L205.33513,79.601313 L205.70398,81.698388 L198.73297,99.07448 L198.56779,101.64041 L201.19891,104.96211 L202.10399,104.91321 L207.01528,101.88761 L207.6927,100.79264 L209.25501,101.4515 L208.97657,106.80522 L211.71582,119.38793 L215.63365,122.56584 L217.31483,124.73129 L216.59822,128.81515 L217.66444,131.62256 L218.72607,132.71384 L221.20536,130.36242 L224.05352,130.41131 L226.97277,131.74651 L229.75279,131.06458 L233.54705,130.9041 L237.52595,132.50446 L240.26943,132.2077 L240.76617,129.17039 L243.69876,128.40556 L244.95893,129.92147 L245.39986,132.86643 L246.8242,134.07964 L238.4382,187.6883 C238.4382,187.6883 150.47221,170.98769 143.47881,169.48395 Z" fill="#C6D3E1" id="ID"></path>
                                <path d="M254.49836,303.10509 L170.74933,291.23284 L191.33694,178.69149 L238.11725,187.43663 L236.63245,198.06705 L234.32083,211.23971 L242.12852,212.16808 L258.53504,213.97287 L266.74601,214.82851 L254.49836,303.10509 Z" fill="#C6D3E1" id="UT"></path>
                                <path d="M139.9112,375.62909 L137.28419,377.78742 L136.96087,379.24237 L137.44585,380.21233 L156.36012,390.88192 L168.48466,398.47996 L183.19576,407.04797 L200.00845,417.07092 L212.29465,419.49583 L237.24581,422.20074 L254.50142,303.07367 L170.76579,291.15642 L167.6734,307.56888 L166.06711,307.58419 L164.35244,310.21335 L161.83759,310.09903 L160.58017,307.35556 L157.8367,307.01263 L156.9222,305.86952 L156.00772,305.86952 L155.09322,306.44108 L153.14993,307.46988 L153.03563,314.44286 L152.80699,316.15753 L152.23545,328.73177 L150.7494,330.90368 L150.17784,334.21871 L152.92131,339.1341 L154.17873,344.96398 L154.97892,345.99278 L156.00772,346.56434 L155.8934,348.85056 L154.29305,350.22229 L150.86371,351.93696 L148.92042,353.88026 L147.43437,357.53821 L146.86281,362.4536 L144.00503,365.19707 L141.94743,365.88294 L142.08312,366.71282 L141.62587,368.42749 L142.08312,369.22767 L145.74108,369.79921 L145.16952,372.54269 L143.68347,374.7146 L139.9112,375.62909 Z" fill="#C6D3E1" id="AZ"></path>
                                <path d="M191.39273,178.57552 L167.75382,307.39827 L165.92158,307.74742 L164.34882,310.1536 L161.97588,310.16429 L160.50393,307.42082 L157.88546,307.0424 L157.11454,305.93477 L156.07671,305.88073 L153.29834,307.52502 L152.98808,314.3105 L152.62599,320.08767 L152.27742,328.68048 L150.83032,330.76964 L148.3914,329.69561 L79.311514,225.49442 L98.30063,157.90951 L191.39273,178.57552 Z" fill="#C6D3E1" id="NV"></path>
                                <path d="M143.72184,168.53153 L152.57154,133.73002 L153.62233,129.5005 L155.9767,123.87727 L155.36119,122.71439 L152.84633,122.66821 L151.56473,120.99751 L152.02197,119.53344 L152.52538,116.28656 L156.98353,110.79961 L158.81251,109.70046 L159.95562,108.55735 L161.44166,104.99172 L165.48872,99.32232 L169.05435,95.45992 L169.28297,92.008606 L166.01411,89.539924 L164.2307,84.897299 L151.56693,81.285329 L136.47784,77.741679 L121.04582,77.855985 L120.58858,76.484256 L115.10163,78.54186 L110.64349,77.970301 L108.24295,76.36994 L106.98553,77.055815 L102.29877,76.827183 L100.5841,75.455454 L95.32578,73.39785 L94.525598,73.512166 L90.181768,72.02611 L88.238477,73.855093 L82.065665,73.512166 L76.121482,69.396957 L76.807347,68.596777 L77.035968,60.823604 L74.749743,56.937027 L70.634535,56.365468 L69.94867,53.850621 L67.594738,53.384056 L61.796213,55.44284 L59.532966,61.909258 L56.299757,71.932207 L53.066547,78.398626 L48.055073,92.463087 L41.588654,106.04256 L33.505631,118.65208 L31.565705,121.56197 L30.757403,130.12997 L31.143498,142.2102 L143.72184,168.53153 Z" fill="#C6D3E1" id="OR"></path>
                                <path d="M97.07324,0.6117734 L101.43807,2.0667177 L111.1377,4.814946 L119.7057,6.754871 L139.7516,12.412988 L162.70739,18.071104 L177.93051,21.278277 L164.29815,84.864088 L151.85315,81.33877 L136.34514,77.768091 L121.11585,77.801329 L120.66028,76.45663 L115.06106,78.635923 L110.46563,77.899179 L108.31866,76.315125 L107.00545,76.973101 L102.26979,76.832858 L100.57143,75.483225 L95.30839,73.370922 L94.573419,73.51784 L90.184297,71.993392 L88.290999,73.810771 L82.025093,73.512038 L76.099395,69.386336 L76.878352,68.453573 L76.999575,60.776121 L74.717576,56.93642 L70.602368,56.32938 L69.924958,53.818764 L67.649446,53.361832 L64.094498,54.592408 L61.831251,51.373161 L62.154572,48.463272 L64.9028,48.139951 L66.519405,44.09844 L63.932837,42.966816 L64.094498,39.248625 L68.459331,38.601984 L65.711103,35.853756 L64.256158,28.740695 L64.9028,25.830807 L64.9028,17.909444 L63.124535,14.676234 L65.387782,5.299927 L67.489368,5.784908 L69.914275,8.694797 L72.662503,11.281364 L75.895712,13.22129 L80.422205,15.322876 L83.493756,15.969518 L86.403645,17.424462 L89.798518,18.394425 L92.061764,18.232765 L92.061764,15.807857 L93.355048,14.676234 L95.45663,13.38295 L95.77996,14.514574 L96.10328,16.292839 L93.840029,16.77782 L93.516708,18.879406 L95.29497,20.334351 L96.4266,22.759258 L97.07324,24.699183 L98.52818,24.537523 L98.68984,23.244239 L97.71988,21.950955 L97.2349,18.717746 L98.0432,16.939481 L97.39656,15.484537 L97.39656,13.22129 L99.17483,9.66476 L98.0432,7.078192 L95.61829,2.2283781 L95.94162,1.4200758 L97.07324,0.6117734 Z M87.616548,6.590738 L89.637312,6.429078 L90.122294,7.803197 L91.658073,6.186582 L94.002155,6.186582 L94.810458,7.722361 L93.274678,9.419801 L93.92133,10.228114 L93.193853,12.248875 L91.819734,12.653021 C91.819734,12.653021 90.930596,12.733857 90.930596,12.410536 C90.930596,12.087215 92.385551,9.823958 92.385551,9.823958 L90.688111,9.258141 L90.36479,10.713095 L89.637312,11.359737 L88.10153,9.09648 L87.616548,6.590738 Z" fill="#C6D3E1" id="WA"></path>
                                <path d="M139.69443,375.19813 L143.63451,374.70951 L145.12055,372.69807 L145.66509,369.75698 L142.11357,369.16686 L141.5994,368.49864 L142.0769,366.46633 L141.91762,365.87666 L143.84019,365.25707 L146.88297,362.42439 L147.46453,357.42929 L148.84443,354.02718 L150.78772,351.86092 L154.30659,350.27125 L155.96098,348.66642 L156.02971,346.55758 L155.03638,345.97757 L154.01323,344.90484 L152.85801,339.05639 L150.17281,334.2263 L150.73862,330.7213 L148.31904,329.69199 L79.257718,225.51359 L98.15983,157.9121 L31.079967,142.21414 L29.573071,146.94738 L29.41141,154.38376 L24.238275,166.18497 L21.166727,168.77154 L20.843406,169.90316 L19.06514,170.71147 L17.610196,174.91464 L16.801894,178.14785 L19.550122,182.35102 L21.166727,186.55419 L22.29835,190.11072 L21.975029,196.57714 L20.196764,199.64869 L19.550122,205.46847 L18.580159,209.18666 L20.358424,213.06651 L23.106652,217.593 L25.369899,222.44282 L26.663182,226.48433 L26.339862,229.71754 L26.016541,230.20252 L26.016541,232.3041 L31.674657,238.60886 L31.189676,241.03377 L30.543034,243.29702 L29.896392,245.23694 L30.058052,253.48163 L32.159638,257.19982 L34.099564,259.78638 L36.847792,260.27137 L37.817755,263.01959 L36.686132,266.57612 L34.584545,268.19273 L33.452922,268.19273 L32.64462,272.07258 L33.129601,274.98247 L36.362811,279.3473 L37.979415,284.6821 L39.434359,289.37025 L40.727643,292.4418 L44.122513,298.26158 L45.577457,300.84814 L46.062439,303.75803 L47.679043,304.72799 L47.679043,307.1529 L46.870741,309.09283 L45.092476,316.20589 L44.607494,318.14581 L47.032402,320.89404 L51.235574,321.37902 L55.762067,323.15729 L59.641918,325.25887 L62.551807,325.25887 L65.461695,328.33042 L68.048262,333.18024 L69.179886,335.44348 L73.059737,337.54507 L77.909551,338.35337 L79.364495,340.45496 L80.011137,343.68817 L78.556193,344.33481 L78.879514,345.30477 L82.112725,346.11307 L84.860953,346.27474 L88.020842,344.58789 L91.900696,348.79106 L92.708998,351.05431 L95.29557,355.25748 L95.61889,358.49069 L95.61889,367.867 L96.10387,369.64526 L106.12682,371.10021 L125.84939,373.84843 L139.69443,375.19813 Z M51.559218,331.48145 L52.852506,333.01723 L52.690846,334.31052 L49.457625,334.22969 L48.891811,333.01723 L48.245167,331.56228 L51.559218,331.48145 Z M53.49915,331.48145 L54.711608,330.83481 L58.268151,332.9364 L61.339711,334.14885 L60.450575,334.79551 L55.924066,334.55301 L54.307456,332.9364 L53.49915,331.48145 Z M74.191764,351.28493 L75.970029,353.62901 L76.778342,354.59898 L78.314121,355.16479 L78.879928,353.70984 L77.909965,351.93157 L75.242562,349.91081 L74.191764,350.07247 L74.191764,351.28493 Z M72.736809,359.93379 L74.515085,363.08618 L75.727543,365.02612 L74.272589,365.2686 L72.979305,364.05615 C72.979305,364.05615 72.251828,362.6012 72.251828,362.19704 C72.251828,361.7929 72.251828,360.01462 72.251828,360.01462 L72.736809,359.93379 Z" fill="#C6D3E1" id="CA"></path>
                            </g>
                        </g>
                    </svg></div>
            </div>
        </div>
    </div>
</section>
<section class="how">
    <div class="grid-container">
        <div class="grid-x grid-padding-x">
            <div class="small-12 cell">
                <h2 class="how__h2">How to play</h2>
            </div>
            <div class="small-12 cell how__items">
                <div class="how__item how__item--bet how-to-play">
                    <div class="how__item-inner"><img class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/place-a-bet-bg.png" alt="">
                        <div class="how__item-content">
                            <h3>Place a bet<img class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/arrow-right.svg" alt=""></h3>
                            <p>Learn how to place a sports bet. Understand bet types and odds so you can make your best bet.</p>
                        </div><a class="how__item-target" data-name="How to Play CTA Clicked" data-link-text="Place a Bet" data-module="all_product_homepage" href="https://www.fanduel.com/sports-betting-strategy" target="_self"></a>
                    </div>
                </div>
                <div class="how__item how__item--casino how-to-play">
                    <div class="how__item-inner"><img class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/play-casino-games-bg.png" alt="">
                        <div class="how__item-content">
                            <h3>Play casino games<img class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/arrow-right.svg" alt=""></h3>
                            <p>Learn how to play your favorite casino games. From slots to blackjack, you'll be a pro.</p>
                        </div><a class="how__item-target" data-name="How to Play CTA Clicked" data-link-text="Play casino games" data-module="all_product_homepage" href="https://www.fanduel.com/casino/how-to-play-online-casino-games" target="_self"></a>
                    </div>
                </div>
                <div class="how__item how__item--dfs how-to-play">
                    <div class="how__item-inner"><img class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/draft-your-team-bg.png" alt="">
                        <div class="how__item-content">
                            <h3>Draft your team<img class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/arrow-right.svg" alt=""></h3>
                            <p>Get your fantasy team started. Research players, draft a lineup, and play with friends.</p>
                        </div><a class="how__item-target" data-name="How to Play CTA Clicked" data-link-text="Draft your Team" data-module="all_product_homepage" href="https://www.fanduel.com/fantasy/drafting-101" target="_self"></a>
                    </div>
                </div>
                <div class="how__item how__item--fdr how-to-play">
                    <div class="how__item-inner"><img class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/pick-a-pony-bg.png" alt="">
                        <div class="how__item-content">
                            <h3>Pick a pony<img class="lazyload" data-src="https://s3.amazonaws.com/cdn.fanduel.com/images/2023/fanduel/homepage/facelift/arrow-right.svg" alt=""></h3>
                            <p>Learn how to bet on horse racing. From picking a pony to reading the odds.</p>
                        </div><a class="how__item-target" data-name="How to Play CTA Clicked" data-link-text="Pick a pony" data-module="all_product_homepage" href="https://racing.fanduel.com/tutorials" target="_self"></a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
<section class="why">
    <div class="grid-container">
        <div class="grid-x grid-padding-x">
            <div class="small-12 cell">
                <h2 class="why__h2">Why FanDuel?</h2>
                <p class="why__p center-align">FanDuel makes every moment more. You're not just watching the game, you're a part of the action! Here's what you can do with FanDuel:</p>
            </div>
            <div class="small-12 medium-6 large-4 cell">
                <h4 class="why__h4">Sports betting</h4>
                <p class="why__p">FanDuel makes <a class="all-product" data-link-text="sports betting" data-location="1" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://sportsbook.fanduel.com/" target="_self">sports betting</a> easy. You can bet on games, players, and tons of <a class="all-product" data-link-text="Super Bowl props" data-location="1" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/research/nfl/super-bowl-prop-bets" target="_self">Super Bowl props</a> and <a class="all-product" data-link-text="Super Bowl odds" data-location="1" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://sportsbook.fanduel.com/navigation/nfl?tab=super-bowl" target="_self">Super Bowl odds</a>! You can even check out <a class="all-product" data-link-text="NFL team odds" data-location="1" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://sportsbook.fanduel.com/teams/nfl/teams" target="_self">NFL team odds</a>, <a class="all-product" data-link-text="NBA team odds" data-location="1" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://sportsbook.fanduel.com/teams/nba/teams" target="_self">NBA team odds</a>, <a class="all-product" data-link-text="MLB team odds" data-location="1" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://sportsbook.fanduel.com/navigation/mlb" target="_self">MLB team odds</a>, or <a class="all-product" data-link-text="NHL team odds" data-location="1" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://sportsbook.fanduel.com/navigation/nhl" target="_self">NHL team odds</a> to see who's the favorite. Coming soon: <a class="all-product" data-link-text="North Carolina sports betting" data-location="1" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/sportsbook-nc" target="_self">North Carolina sports betting</a>. Sign up now to pre-register!</p>
            </div>
            <div class="small-12 medium-6 large-4 cell">
                <h4 class="why__h4">Casino games</h4>
                <p class="why__p">FanDuel's <a class="all-product" data-link-text="online casino" data-location="2" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://casino.fanduel.com/" target="_self">online casino</a> is your place to play the <a class="all-product" data-link-text="latest slots" data-location="2" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://casino.fanduel.com/c/slots" target="_self">latest slots</a>, <a class="all-product" data-link-text="blackjack games" data-location="2" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://casino.fanduel.com/c/blackjack" target="_self">blackjack games</a>, <a class="all-product" data-link-text="baccarat" data-location="2" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://casino.fanduel.com/c/table" target="_self">baccarat</a>, and 24/7 <a class="all-product" data-link-text="live dealer" data-location="2" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://casino.fanduel.com/c/livecasino" target="_self">live dealer</a> casino games. New in 2024: Check out <a class="all-product" data-link-text="FanDuel Casino Exclusives" data-location="2" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://casino.fanduel.com/c/exclusives" target="_self">FanDuel Casino Exclusives</a>, such as Rob Gronkowski's <a class="all-product" data-link-text="Touchdown Treasures" data-location="2" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://casino.fanduel.com/game/gronks-touchdown-treasures">Touchdown Treasures</a> slot.</p>
            </div>
            <div class="small-12 medium-6 large-4 cell">
                <h4 class="why__h4">Fantasy sports</h4>
                <p class="why__p">Ever dreamed of managing a team? FanDuel makes fantasy easy. Whether you're playing <a class="all-product" data-link-text="Fantasy Football" data-location="3" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/fantasy-football" target="_self">Fantasy Football</a>, <a class="all-product" data-link-text="Fantasy Baseball" data-location="3" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/fantasy-baseball" target="_self">Fantasy Baseball</a>, or <a class="all-product" data-link-text="Fantasy Basketball" data-location="3" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/fantasy-basketball" target="_self">Fantasy Basketball</a>. We've even got <a class="all-product" data-link-text="Fantasy Hockey" data-location="3" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/fantasy-hockey" target="_self">Fantasy Hockey</a>, <a class="all-product" data-link-text="Fantasy Soccer" data-location="3" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/fantasy-epl" target="_self">Fantasy Soccer</a>, <a class="all-product" data-link-text="Fantasy Golf" data-location="3" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/fantasy-golf" target="_self">Fantasy Golf</a>, and <a class="all-product" data-link-text="Fantasy NASCAR" data-location="3" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/fantasy-nascar" target="_self">Fantasy NASCAR</a>.</p>
            </div>
            <div class="small-12 medium-6 large-4 cell">
                <h4 class="why__h4">Horse racing betting</h4>
                <p class="why__p">If the track calls you, FanDuel's the place! We've got everything you need for <a class="all-product" data-link-text="horse racing betting" data-location="4" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://racing.fanduel.com/" target="_self">horse racing betting</a>. Plus you can check out odds for all the big races, like <a class="all-product" data-link-text="Kentucky Derby Odds" data-location="4" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/kentucky-derby-betting" target="_self">Kentucky Derby Odds</a>, <a class="all-product" data-link-text="Preakness Odds" data-location="4" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/preakness-stakes-betting" target="_self">Preakness Odds</a>, <a class="all-product" data-link-text="Belmont Stakes Odds" data-location="4" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/belmont-stakes-betting" target="_self">Belmont Stakes Odds</a>, and <a class="all-product" data-link-text="Breeders' Cup Odds" data-location="4" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/breeders-cup-betting" target="_self">Breeders' Cup Odds</a>.</p>
            </div>
            <div class="small-12 medium-6 large-4 cell">
                <h4 class="why__h4">Watch and play</h4>
                <p class="why__p"><a class="all-product" data-link-text="FanDuel TV" data-location="5" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/watch" target="_self">FanDuel TV</a> lets you <a class="all-product" data-link-text="stream sports" data-location="5" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/tv-plus" target="_self">stream sports</a> and original content from anywhere. It's like having your favorite sports bar right on your computer or phone.</p>
            </div>
            <div class="small-12 medium-6 large-4 cell">
                <h4 class="why__h4">Stay informed</h4>
                <p class="why__p">FanDuel isn't just about playing; it's about learning too. With <a class="all-product" data-link-text="FanDuel Research" data-location="6" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/research" target="_self">FanDuel Research</a>, you can read up on the latest <a class="all-product" data-link-text="NFL news" data-location="6" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/research/nfl/news" target="_self">NFL news</a>, <a href="https://www.fanduel.com/research/nba/news" target="_self">NBA news</a>, <a class="all-product" data-link-text="MLB news" data-location="6" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/research/mlb/news" target="_self">MLB news</a>, <a class="all-product" data-link-text="NHL news" data-location="6" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/research/nhl/news" target="_self">NHL news</a>, and even <a class="all-product" data-link-text="College Football news" data-location="6" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://www.fanduel.com/research/ncaaf/news" target="_self">College Football news</a>. It's also easy to catch up on all the odds, whether it's <a class="all-product" data-link-text="NFL Odds" data-location="6" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://sportsbook.fanduel.com/navigation/nfl" target="_self">NFL Odds</a>, <a class="all-product" data-link-text="NBA Odds" data-location="6" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://sportsbook.fanduel.com/navigation/nba" target="_self">NBA Odds</a>, or <a class="all-product" data-link-text="College Football Odds" data-location="6" data-module="all_product_homepage" data-name="All Product Homepage Navigation Link Clicked" href="https://sportsbook.fanduel.com/navigation/ncaaf" target="_self">College Football Odds</a>.</p>
            </div>
        </div>
    </div>
</section>
<script>
    var STATES_AVAILABLE = {
      'sportsbook': [
        'AZ',
        'CO',
        'CT',
        'IL',
        'IN',
        'IA',
        'KS',
        'KY',
        'LA',
        'MD',
        'MA',
        'MI',
        'NJ',
        'NY',
        'NC',
        'OH',
        'PA',
        'TN',
        'VA',
        'VT',
        'WV',
        'WY'
      ],
      'retail': [
        'AZ',
        'CT',
        'IL',
        'IN',
        'IA',
        'KS',
        'LA',
        'MD',
        'MI',
        'MS',
        'NJ',
        'NY',
        'NV',
        'OH',
        'PA',
        'WA',
        'DC',
        'WV'
      ],
      'casino': [
        'CT',
        'MI',
        'NJ',
        'PA',
        'WV'
      ],
      'fantasy': [
        'AL',
        'AK',
        'AZ',
        'AR',
        'CA',
        'CO',
        'DE',
        'FL',
        'GA',
        'IL',
        'IN',
        'IA',
        'KS',
        'KY',
        'ME',
        'MD',
        'MA',
        'MI',
        'MN',
        'MS',
        'MO',
        'NE',
        'NH',
        'NJ',
        'NM',
        'NY',
        'NC',
        'ND',
        'OH',
        'OK',
        'OR',
        'PA',
        'RI',
        'SC',
        'SD',
        'TN',
        'TX',
        'UT',
        'VT',
        'VA',
        'DC',
        'WV',
        'WI',
        'WY'
      ],
      'racing': [
        'AZ',
        'AR',
        'CA',
        'CO',
        'CT',
        'DE',
        'FL',
        'ID',
        'IL',
        'IN',
        'IA',
        'KY',
        'LA',
        'MD',
        'MA',
        'MI',
        'MN',
        'MT',
        'NH',
        'NJ',
        'NM',
        'NY',
        'ND',
        'OH',
        'OR',
        'PA',
        'RI',
        'SD',
        'VA',
        'WA',
        'WV',
        'WY'
      ],
      'faceoff': [
        'AL',
        'AK',
        'CA',
        'CO',
        'DE',
        'FL',
        'GA',
        'IL',
        'IN',
        'KS',
        'KY',
        'ME',
        'MA',
        'MN',
        'MS',
        'NE',
        'NH',
        'NM',
        'NY',
        'NC',
        'ND',
        'OH',
        'OK',
        'OR',
        'RI',
        'TX',
        'UT',
        'VT',
        'VA',
        'DC',
        'WI',
        'WY'
      ],
      'tvg': [
        'AZ',
        'CT',
        'ID',
        'IA',
        'MT'
      ]
    };
</script>
<script src="https://vjs.zencdn.net/8.3.0/video.min.js"></script>
<script type="text/javascript" src="https://s3.amazonaws.com/cdn.fanduel.com/js/2023/fanduel/homepage/facelift/app.js?v=3.8"></script>
    

          </section>
      <main>
    

    

    
	
		<footer class="global-footer">
  <div class="footer-shared page-width">
    <section class="footer-links">
      <ul class="footer-links-list">
        <li class="title">About</li>
        <li><a href="https://www.fanduel.com/support" target="_self">Support</a></li>
        <li><a href="https://www.fanduel.com/about" target="_self">About FanDuel</a></li>
        <li><a href="https://www.fanduel.com/whats-new-nfl" target="_self">What's New</a></li>
        <li><a href="https://www.fanduel.com/how-it-works" target="_self">How It Works</a></li>
        <li><a href="https://www.fanduel.com/rules" target="_self">Rules &amp; Scoring</a></li>
        <li><a href="https://www.fanduel.com/responsible-play" target="_self">Responsible Play</a></li>
        <li><a href="https://www.flutter.com/operating-responsibly/modern-slavery-statement" target="_self">Modern Slavery Statement</a></li>
        <li><a href="https://www.fanduel.com/legal-sports-betting-us-map" target="_self">Legal Sports Betting Map</a></li>
        <li><a href="https://www.fanduel.com/partners" target="_self">Affiliates</a></li>
        <li><a href="https://www.fanduel.com/promos" target="_self">Promotions</a></li>

        <li class="title">FanDuel Apps</li>
        <li><a href="https://itunes.apple.com/us/app/fanduel-fantasy-football/id599664106?mt=8" target="_self">Fantasy (iOS)</a></li>
        <li><a href="https://www.fanduel.com/android" target="_self">Sportsbook & Fantasy (Android)</a></li>
        <li><a href="https://itunes.apple.com/us/app/fanduel-sportsbook/id1413721906?mt=8" target="_self">Sportsbook (iOS)</a></li>
        <li><a href="https://www.fanduel.com/android" target="_self">Sportsbook (Android)</a></li>
      </ul>

      <ul class="footer-links-list">
        <li class="title">Sportsbook Odds</li>
        <li><a href="https://sportsbook.fanduel.com/navigation/nba" target="_self">NBA Odds</a></li>
        <li><a href="https://sportsbook.fanduel.com/navigation/nfl" target="_self">NFL Odds</a><li>
        <li><a href="https://sportsbook.fanduel.com/navigation/mlb" target="_self">MLB Odds</a></li>
        <li><a href="https://sportsbook.fanduel.com/golf" target="_self">Golf Odds</a></li>
        <li><a href="https://sportsbook.fanduel.com/mma" target="_self">UFC Odds</a></li>
        <li><a href="https://sportsbook.fanduel.com/navigation/ncaaf" target="_self">College Football Odds</a></li>
        <li><a href="https://sportsbook.fanduel.com/navigation/ncaab" target="_self">College Basketball Odds</a></li>
        <li><a href="https://sportsbook.fanduel.com/soccer" target="_self">Soccer Odds</a></li>
        <li><a href="https://sportsbook.fanduel.com/motorsport" target="_self">NASCAR Odds</a></li>
        <li><a href="https://sportsbook.fanduel.com/navigation/nhl" target="_self">NHL Odds</a></li>
        <li><a href="https://sportsbook.fanduel.com/navigation/nfl?tab=super-bowl" target="_self">Super Bowl 58 Odds</a></li>
        <li><a href="https://sportsbook.fanduel.com/navigation/mlb?tab=world-series" target="_self">2024 World Series Odds</a></li>
        <li><a href="https://sportsbook.fanduel.com/navigation/ncaaf?tab=national-championship" target="_self">2024 CFB Playoff National Championship Odds</a></li>

        <li class="title">NFL Sportsbook Betting</li>
        <li><a href="https://www.fanduel.com/best-promo-code" target="_self">2024 Best FanDuel Sportsbook Promos</a></li>
        <li><a href="https://www.fanduel.com/sbk/nfl-betting" target="_self">NFL Betting</a></li>
        <li><a href="https://www.fanduel.com/nfl-betting-promos" target="_self">NFL Sportsbook Betting Promos</a></li>
        <li><a href="https://www.fanduel.com/sbk/nfl-picks" target="_self">NFL Picks</a></li>
        <li><a href="https://www.fanduel.com/sbk/nfl-power-rankings" target="_self">2024 NFL Team Power Rankings</a></li>
        <li><a href="https://sportsbook.fanduel.com/teams/nfl/teams" target="_self">NFL Team Schedules & Odds</a></li>
        <li><a href="https://www.fanduel.com/rob-gronkowski-kick-of-destiny" target="_self">Kick of Destiny</a></li>
      </ul>

      <ul class="footer-links-list">
        <li class="title">Super Bowl</li>
        <li><a href="https://sportsbook.fanduel.com/navigation/nfl?tab=super-bowl" target="_self">NFL Super Bowl Betting Odds</a></li>
        <li><a href="https://sportsbook.fanduel.com/navigation/nfl?tab=playoff-specials" target="_self">NFL Playoffs Specials</a></li>
        <li><a href="http://www.fanduel.com/research/nfl/super-bowl-prop-bets" target="_self">Super Bowl 58 Prop Bets</a></li>

        <li class="title">FanDuel Sports Betting States</li>
        <li><a href="https://www.fanduel.com/sportsbook-az" target="_self">FanDuel Sportsbook AZ</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-ca" target="_self">FanDuel Sportsbook CA</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-co" target="_self">FanDuel Sportsbook CO</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-ct" target="_self">FanDuel Sportsbook CT</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-ia" target="_self">FanDuel Sportsbook IA</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-il" target="_self">FanDuel Sportsbook IL</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-in" target="_self">FanDuel Sportsbook IN</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-ky" target="_self">FanDuel Sportsbook KY</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-la" target="_self">FanDuel Sportsbook LA</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-ma" target="_self">FanDuel Sportsbook MA</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-mi" target="_self">FanDuel Sportsbook MI</a></li>
        <li><a href="https://sportsbook.fanduel.com/" target="_self">FanDuel Sportsbook NJ</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-ny" target="_self">FanDuel Sportsbook NY</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-oh" target="_self">FanDuel Sportsbook OH</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-pa" target="_self">FanDuel Sportsbook PA</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-tn" target="_self">FanDuel Sportsbook TN</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-va" target="_self">FanDuel Sportsbook VA</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-vt" target="_self">FanDuel Sportsbook VT</a></li>
        <li><a href="https://www.fanduel.com/sportsbook-wv" target="_self">FanDuel Sportsbook WV</a></li>
      </ul>

      <ul class="footer-links-list">
        <li class="title">FanDuel News</li>
        <li><a href="https://www.fanduel.com/research/nfl" target="_self">NFL</a></li>
        <li><a href="https://www.fanduel.com/research/nba" target="_self">NBA</a></li>
        <li><a href="https://www.fanduel.com/research/mlb" target="_self">MLB</a></li>
        <li><a href="https://www.fanduel.com/research/ncaaf" target="_self">College Football</a></li>
        <li><a href="https://www.fanduel.com/research/soccer" target="_self">Soccer</a></li>
        <li><a href="https://www.fanduel.com/research/ncaab" target="_self">College Basketball</a></li>
        <li><a href="https://www.fanduel.com/research/nhl" target="_self">NHL</a></li>
        <li><a href="https://www.fanduel.com/research/ufc" target="_self">UFC</a></li>
        <li><a href="https://www.fanduel.com/research/casino" target="_self">Casino</a></li>
        <li><a href="https://www.fanduel.com/theduel/fantasy/nfl" target="_self">NFL Fantasy</a></li>
        <li><a href="https://www.fanduel.com/theduel/videos" target="_self">Videos</a></li>

        <li class="title">FanDuel Casino</li>
        <li><a href="https://casino.fanduel.com/c/slots" target="_self">Online Slots</a></li>
        <li><a href="https://casino.fanduel.com/c/new" target="_self">New Casino Games</a><li>
        <li><a href="https://casino.fanduel.com/c/blackjack" target="_self">Blackjack Online</a></li>
        <li><a href="https://casino.fanduel.com/c/livecasino" target="_self">Live Dealer Casino</a></li>
        <li><a href="https://casino.fanduel.com/c/roulette" target="_self">Online Roulette</a></li>
        <li><a href="https://casino.fanduel.com/c/table" target="_self">Online Table Games</a></li>
        <li><a href="https://casino.fanduel.com/promotions" target="_self">FanDuel Casino Promo Codes</a></li>
      </ul>

      <ul class="footer-links-list">
        <li class="title">FanDuel Group Products</li>
        <li><a href="https://sportsbook.fanduel.com/" target="_self">FanDuel Sportsbook</a></li>
        <li><a href="https://www.tvg.com/" target="_self">TVG</a></li>
        <li><a href="https://casino.fanduel.com/" target="_self">FanDuel Casino</a></li>
        <li><a href="https://racing.fanduel.com" target="_self">FanDuel Racing</a></li>
        <li><a href="https://numberfire.com/" target="_self">numberFire - Fantasy Sports Projections</a></li>
        <li><a href="https://www.fanduel.com/faceoff" target="_self">FanDuel Faceoff</a></li>
        <li><a href="https://www.fanduel.com/research" target="_self">FanDuel Research</a></li>

        <li class="title">Follow FanDuel</li>
        <li><a href="https://facebook.com/fanduel" target="_blank" rel="external noopener noreferrer">Facebook</a></li>
        <li><a href="https://twitter.com/FanDuel" target="_blank" rel="external noopener noreferrer">Twitter</a></li>
        <li><a href="https://www.instagram.com/FanDuel/" target="_blank" rel="external noopener noreferrer">Instagram</a></li>
        <li><a href="https://www.youtube.com/channel/UCbPP6F-3ASqkBkT9Obro-TQ" target="_blank" rel="external noopener noreferrer">YouTube</a></li>
        <li><a href="https://www.snapchat.com/add/fanduel" target="_blank" rel="external noopener noreferrer">Snapchat</a></li>
      </ul>

      <ul class="footer-links-list">
        <li class="title">Fantasy Sports</li>
        <li><a href="https://www.fanduel.com/fantasy/nfl/rankings" target="_self">2024 Fantasy Football Rankings</a></li>
        <li><a href="https://www.fanduel.com/fantasy/nfl/rankings/half-ppr" target="_self">2024 Half-PPR Fantasy Football Rankings</a></li>
        <li><a href="https://www.fanduel.com/fantasy/nfl/rankings/ppr" target="_self">2024 PPR Fantasy Football Rankings</a></li>
        <li><a href="https://www.fanduel.com/fantasy-football" target="_self">NFL</a></li>
        <li><a href="https://www.fanduel.com/fantasy-basketball" target="_self">NBA</a></li>
        <li><a href="https://www.fanduel.com/fantasy-hockey" target="_self">NHL</a></li>
        <li><a href="https://www.fanduel.com/fantasy-baseball" target="_self">MLB</a></li>
        <li><a href="https://www.fanduel.com/soccer" target="_self">Soccer</a></li>
        <li><a href="https://www.fanduel.com/college-football-training-guide" target="_self">CFB</a></li>
        <li><a href="https://www.fanduel.com/fantasy-golf" target="_self">Golf</a></li>
        <li><a href="https://www.fanduel.com/tennis-guide" target="_self">Tennis</a></li>
        <li><a href="https://www.fanduel.com/fantasy-nascar" target="_self">NASCAR</a></li>
        <li><a href="https://www.fanduel.com/fantasy-wnba" target="_self">WNBA</a></li>
        <li><a href="https://www.fanduel.com/college-basketball-training-guide" target="_self">CBB</a></li>
      </ul>
    </section>
  </div>

  <div class="global-footer">
    <section class="footer-shared page-width">
      <ul class="footer-links-list footer-links-list--linear">
        <li><a href="/careers" target="_self">Careers</a></li>
        <li><a href="/legal" target="_self">Governance</a></li>
        <li><a href="/trust" target="_self">Trust &amp; Safety</a></li>
        <li><a href="/bill-of-rights" target="_self">Bill of Rights</a></li>
        <li><a href="/security" target="_self">Security</a></li>
        <li><a href="/privacy" target="_self">Privacy Policy</a></li>
        <li><a href="/privacy#privacy_section_9" target="_self">California Privacy Rights</a></li>
        <li><a href="/terms" target="_self">Terms of Use</a></li>
        <li><a href="https://fanduelgroup.formstack.com/forms/ccpa_dfs_opt_out" target="_blank" rel="external noopener noreferrer">Do Not Sell My Personal Information</a></li>
        <li><a href="https://www.flutter.com/operating-responsibly/modern-slavery-statement" target="_blank" rel="external noopener noreferrer">Modern Slavery Statement</a></li>
        <li><a href="/press" target="_self">Press &amp; Media</a></li>
      </ul>
    </section>
  </div>

  <section class="page-width footer-tertiary">
    <ul class="footer-partners">
      <li><span class="icon icon-nbc-sports">NBC Sports Official Partner</span></li>
      <li><a href="http://www.stats.com/" target="_blank" rel="external noopener noreferrer"><span class="icon icon-stats">Stats</span></a></li>
      <li><a href="http://www.fsta.org/" target="_blank" rel="external noopener noreferrer"><span class="icon icon-fsta">FSTA</span></a></li>
      <li><span class="icon icon-paypal">PayPal</span></li>
      <li><span class="icon icon-visa">Visa</span></li>
      <li><span class="icon icon-discover">Discover Network</span></li>
      <li><span class="icon icon-mastercard">Mastercard</span></li>
      <li><span class="icon icon-play-plus">Play+</span></li>
      
    </ul>

    <div class="footer-copyright-links">
      <ul>
        <li><span class="footer-copyright-notice">&copy; 2009-2024. All Rights Reserved</span>
        </li>
        <li>
          <span class="footer-company-location">
            <span class="footer-company-title">FanDuel Group</span>
            <span> New York, N.Y</span>
          </span>
        </li>
        <li><a href="#top" class="footer-back-to-top">Back to top</a></li>
      </ul>
    </div>
  </section>
</footer>

	


    

    
    


    

    
	<script type="text/javascript" src="https://d17odppiik753x.cloudfront.net/djangoweb-49f591637da2063473f88583dd6e7ed8e9f09517-b764/cms_cache/js/e7d377166810.js"></script>


    

</body>
</html>
