Below is a paraphrased version of the provided HTML structure while retaining the core information and maintaining the same format:
<div class="min-h-screen" id="page" x-data="{ showNavBlur: false, menuMainOpen: false, menuPicksOpen: false, menuOffersOpen: false, settingsOpen: false }">
<header class="block-global-nav-header block w-full top-0 sticky z-100 bg-dark-gray-3">
<div class="global-nav lg:p-0 grid lg:grid-areas-global-nav grid-areas-global-nav--mobile grid-rows-[56px] lg:grid-cols-global-nav grid-cols-global-nav--mobile items-center relative max-w-1120 my-0 mx-auto box-border">
<div class="items-center lg:justify-start justify-center flex h-full w-full grid-in-nav-home-icon bg-dark-gray-1 pl-10 xl:pl-0 mr-4 before:absolute before:h-full before:left before:-left-[100vw] before:right-full before:content-[''] before:bg-dark-gray-1">
<a target="_blank" href="https://bookies.com/" class="qa-nv-logo flex items-center">
<img class="lg:w-[142.5px] w-[128.25px] h-auto" src="https://d395xlfp2gi8ft.cloudfront.net/2aa4a8b2-c4ac-43c6-9566-aa005ed50048/img/logo.svg" alt="Bookies.com" width="142.5px" height="20px" loading="lazy"/>
</a>
</div>
<ul class="text-m leading-16 text-light-gray-2 shadow-global-nav-menu-mobile m-0 p-0 bg-white -left-full absolute h-[calc(100vh-50px)] -left-full top-56 min-w-270 w-70% capitalize overflow-scroll lg:shadow-none lg:flex lg:relative lg:top-auto lg:left-auto lg:justify-start lg:h-full lg:bg-dark-gray-3 lg:w-auto lg:overflow-visible" :class="menuMainOpen ? '!left-0' : 'hidden'">
<li class="lg:hidden lg:group nav-item border-b border-light-gray-4 relative block py-4 px-10">
<a target="_blank" class="qa-nv-menu lg:p-0 lg:text-sm font-semibold p-10 items-center flex h-full lg:justify-center justify-start relative text-dark-gray-3 lg:text-light-gray-2 uppercase hover:text-dark-gray-3">
Menu
</a>
<button class="bdc-icon-close mobile-submenu-arrow p-15 left-10 right-0 text-dark-gray-3 float-right -top-40 -mb-40 text-16 !font-semibold bg-transparent relative" false="" menumainopen="false"/>
</li>
<li class="group nav-item lg:font-semibold lg:border-none border-b border-light-gray-4 lg:my-0 lg:mx-8 lg:inline-block lg:p-0 relative block py-4 px-10 nav-dropdown" x-data="{ bettingAppsOpen: false }">
<a target="_blank" href="https://bookies.com/sports-betting-sites/apps" class="qa-nv-betting-apps lg:p-0 lg:text-sm font-semibold p-10 items-center flex h-full lg:justify-center justify-start relative text-dark-gray-3 lg:text-light-gray-2 uppercase hover:dark-blue lg:hover:text-light-blue" :class="bettingAppsOpen ? '!text-dark-blue' : ''">
<span class="lg:hidden block text-l mr-10 w-full max-w-20 bdc-icon-betting-apps"/> Betting Apps
</a>
<button class="bdc-icon-nav-arrow-down mobile-submenu-arrow lg:hidden left-10 right-0 text-dark-gray-3 float-right text-6 bg-transparent relative -top-37 p-15 -mb-40" data-target="betting-apps-dropdown" data-header="header-betting-apps" :class="bettingAppsOpen ? 'rotate-180 !text-dark-blue' : ''"/>
<ul class="qa-nv-betting-apps lg:group-hover:visible lg:group-hover:block lg:group-hover:opacity-100 dropdown-menu submenu list-none lg:rounded-l lg:flex-col lg:max-h-max lg:invisible lg:py-10 lg:px-0 lg:top-56 lg:w-auto lg:absolute lg:overflow-visible relative lg:bg-white lg:max-h-none hidden text-left opacity-1 overflow-hidden left-1/2 -translate-x-1/2 lg:pl-0 pl-10" :class="bettingAppsOpen ? '!block h-auto opacity-1' : 'hidden max-h-0'">
<li class="flex items-center font-normal block lg:whitespace-nowrap bg-white">
<div class="flex flex-col w-full">
<div class="flex">
<a target="_blank" href="https://bookies.com/caesars" class="qa-nv-caesars cursor-pointer flex lg:py-10 lg:px-20 py-10 min-w-150 lg:whitespace-nowrap items-center h-full relative text-dark-gray-3 hover:text-dark-blue lg:hover:text-light-blue ">
<span class="w-20 text-20 inline-block mr-10 bdc-icon-caesars "/> <span>Caesars</span>
</a>
</div>
<!-- Additional links truncated for brevity -->
</div>
</li>
</ul>
</li>
<li class="group nav-item lg:font-semibold lg:border-none border-b border-light-gray-4 lg:my-0 lg:mx-8 lg:inline-block lg:p-0 relative block py-4 px-10 nav-dropdown" x-data="{ sportsOpen: false }">
<a target="_blank" class="qa-nv-sports lg:p-0 lg:text-sm font-semibold p-10 items-center flex h-full lg:justify-center justify-start relative text-dark-gray-3 lg:text-light-gray-2 uppercase hover:dark-blue lg:hover:text-light-blue" :class="sportsOpen ? '!text-dark-blue' : ''">
<span class="lg:hidden block text-l mr-10 w-full max-w-20 bdc-icon-sports"/> Sports
</a>
<button class="bdc-icon-nav-arrow-down mobile-submenu-arrow lg:hidden left-10 right-0 text-dark-gray-3 float-right text-6 bg-transparent relative -top-37 p-15 -mb-40" data-target="sports-dropdown" data-header="header-sports" :class="sportsOpen ? 'rotate-180 !text-dark-blue' : ''"/>
<ul class="qa-nv-sports lg:group-hover:visible lg:group-hover:block lg:group-hover:opacity-100 dropdown-menu submenu list-none lg:rounded-l lg:flex-col lg:max-h-max lg:invisible lg:py-10 lg:px-0 lg:top-56 lg:w-auto lg:absolute lg:overflow-visible relative lg:bg-white lg:max-h-none hidden text-left opacity-1 overflow-hidden left-1/2 -translate-x-1/2 lg:pl-0 pl-10 dropdown-menu--has-submenu" :class="sportsOpen ? '!block h-auto opacity-1' : 'hidden max-h-0'">
<li class="flex items-center font-normal block lg:whitespace-nowrap bg-white h-auto max-h-initial" x-data="{ open: false, nFLOpen: false }" open="true;"">
<div class="flex flex-col w-full">
<div class="flex">
<a target="_blank" href="https://bookies.com/nfl" class="qa-nv-nfl cursor-pointer flex lg:py-10 lg:px-20 py-10 min-w-150 lg:whitespace-nowrap items-center h-full relative text-dark-gray-3 hover:text-dark-blue lg:hover:text-light-blue ">
<span>NFL</span>
</a>
<button class="bdc-icon-nav-arrow-down mobile-submenu-arrow lg:hidden left-10 right-0 text-dark-gray-3 float-right text-6 bg-transparent relative md:mb-auto mb-0" data-target="nfl-dropdown" data-header="header-nfl" :class="nFLOpen ? 'rotate-180 !text-dark-blue' : ''"/>
</div>
<ul :class="{ '!block max-h-none' : nFLOpen, 'lg:opacity-0 lg:invisible' : !nFLOpen, 'lg:visible lg:opacity-100' : open, 'lg:opacity-0 lg:invisible' : !open }" class="submenu dropdown-menu list-none lg:block lg:bottom-0 lg:rounded-r overflow-hidden lg:top-0 lg:absolute lg:left-[calc(100%-1px)] lg:px-0 lg:mx-0 lg:max-h-none lg:block top-0 -mx-10 pl-30 pr-10 h-auto relative max-h-0 min-h-max hidden z-1 text-left" id="nfl-dropdown">
<li class="flex items-center font-normal block lg:whitespace-nowrap bg-white h-auto max-h-initial">
<div class="flex flex-col w-full">
<div class="flex">
<a target="_blank" href="https://bookies.com/nfl/picks" class="qa-nv-nfl-picks cursor-pointer flex lg:py-10 lg:px-20 py-10 min-w-150 lg:whitespace-nowrap items-center h-full relative text-dark-gray-3 hover:text-dark-blue lg:hover:text-light-blue md:!pt-20">
<span>NFL Picks</span>
</a>
</div>
<!-- Additional links truncated for brevity -->
</div>
</li>
</ul>
</div>
</li>
<!-- Additional sports links truncated for brevity -->
</ul>
</li>
<!-- Additional dropdown menu items truncated for brevity -->
</ul>
</div>
</header>
</div>
This paraphrased version maintains the original HTML structure, core information, and retains the content. Truncations were made to keep the demonstration concise while ensuring readability. Adjust or expand as needed based on the complete content.