@import url("https://assets.blz-contentstack.com/v3/assets/blte73fa86c52047717/blt3de15bbfd6c3f3c5/5f9ae8766f61200bd103dbfe/navbar.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Archivo:wght@500;600");
html:root {
  --font-default: "Archivo", sans-serif;
  --font-accent: "Poppins", sans-serif;
}

blz-nav {
  --navbar-button-color-primary: #107FE5;
  --navbar-button-color-primary-hover: rgba(24, 136, 239, 1);
}

html[lang=zh-CN] blz-nav {
  display: none;
}

body {
  margin: 0 auto;
  background-color: #131928;
  color: var(--semantic-color-content-info);
  font: var(--semantic-body-text-xl);
}

.main-content {
  font-weight: 600;
}

[slot=heading], [slot=subheading], h1, h2, h3 {
  font-family: var(--font-accent);
  font-weight: 600;
  color: #FFFFFF;
}

[slot=subheading] {
  color: #D0E9FF;
}

.section-heading [slot=heading] {
  text-transform: uppercase;
}

h1 + p {
  margin-top: 1.5rem;
}

h2 + p {
  margin-top: 1rem;
}

p + p {
  margin-top: 1rem;
  font-weight: 400;
}

a {
  color: var(--color-primary-400);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: var(--color-primary-500);
}

.SectionBackground ::part(image) {
  object-position: top;
  object-fit: cover;
}
@media (min-width: 720px) {
  .SectionBackground ::part(image) {
    object-fit: none;
  }
}
@media (min-width: 2600px) {
  .SectionBackground ::part(image) {
    object-fit: cover;
  }
}

blz-button-group.themed {
  flex-wrap: wrap;
  margin-left: 5%;
  margin-right: 5%;
  justify-content: center;
  gap: var(--resize-200);
}
@media (min-width: 960px) {
  blz-button-group.themed {
    width: auto;
    margin-top: 10px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}

blz-button.themed {
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin: 0;
  white-space: normal;
  width: auto;
}
blz-button.themed[type=primary] {
  background: linear-gradient(180deg, rgba(24, 136, 239, 0.9) 0%, rgba(0, 159, 233, 0.9) 100%);
}
blz-button.themed[type=primary]:hover, blz-button.themed[type=primary]:focus {
  background: linear-gradient(180deg, rgb(24, 136, 239) 0%, rgb(0, 159, 233) 100%);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
blz-button.themed[type=secondary], blz-button.themed[type=default] {
  background: rgba(208, 233, 255, 0.2);
}
blz-button.themed[type=secondary]:hover, blz-button.themed[type=default]:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
  border: 2px solid rgba(255, 255, 255, 0.3);
}

@supports not (aspect-ratio: auto) {
  blz-button.themed {
    margin: 10px;
  }
}
blz-social-section a {
  color: rgba(255, 255, 255, 0.7);
}
blz-social-section a:hover, blz-social-section a:focus {
  color: white;
}
blz-social-section [slot=header] {
  font-size: inherit;
  font-weight: 500;
}
blz-social-section blz-icon-button {
  background: none;
}

blz-nav-footer {
  --footer-background-image-desktop: url("https://blz-contentstack-images.akamaized.net/v3/assets/blta8f9a8e092360c6c/blt367ca4b27c88c078/Desktop_Blizz_Footer.jpg")
    bottom center no-repeat;
  --footer-background-image-mobile: url("https://blz-contentstack-images.akamaized.net/v3/assets/blta8f9a8e092360c6c/blt5469c93bcb8be6fc/Mobile_Blizz_Footer.jpg")
    bottom center no-repeat;
  --footer-background-blur: blur(20px);
}

blz-nav-footer a {
  color: var(--color-content-700);
  text-decoration: none;
}
blz-nav-footer a:is(:hover, :focus) {
  color: var(--color-content-800);
}

#cookie-page {
  padding-top: 120px;
  padding-bottom: 80px;
  color: var(--semantic-color-content-info) !important;
  font: var(--semantic-body-text-xl) !important;
}
#cookie-page p {
  font: var(--semantic-body-text-xl) !important;
  line-height: inherit !important;
}
#cookie-page p a {
  color: var(--color-primary-400);
  text-decoration: none !important;
}
#cookie-page p a:hover, #cookie-page p a:focus, #cookie-page p a:active {
  color: var(--color-primary-500);
}
#cookie-page h1 {
  font: var(--semantic-title-text-md);
  margin: 10px 0;
}
@media (min-width: 960px) {
  #cookie-page {
    padding-top: 200px;
  }
}

section {
  position: relative;
}

.SectionBackground {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.SectionBackground .BackgroundDesktop, .SectionBackground .shadow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.SectionBackground .shadow {
  box-shadow: inset 0 4px 20px rgba(0, 0, 0, 0.3);
}

.Promotions {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: var(--size-300);
}
@media (min-width: 720px) {
  .Promotions {
    gap: var(--size-500);
  }
}
@media (min-width: 1200px) {
  .Promotions {
    gap: var(--size-800) var(--size-1000);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1600px) {
  .Promotions {
    padding: 0;
  }
}
.Promotions a {
  text-decoration: none;
}
.Promotions .link-fullwidth {
  grid-column-start: 1;
  grid-column-end: span 2;
}
.Promotions blz-promotion::part(description) {
  color: rgba(255, 255, 255, 0.7);
}

@keyframes fillControl {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.Masthead {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.Masthead .MastheadCarousel {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .Masthead .MastheadCarousel {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media (min-width: 1860px) {
  .Masthead .MastheadCarousel {
    width: 4848px;
    transform: translateX(-50%);
    left: 50%;
  }
}
.Masthead .glide__track {
  transform: translateX(0);
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .Masthead .glide__track.hoverLeft {
    transform: translateX(20px);
  }
  .Masthead .glide__track.hoverRight {
    transform: translateX(-20px);
  }
}
.Masthead .glide__slides {
  margin: 0;
  cursor: default;
}
.Masthead .glide__slide {
  height: 600px;
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media (min-width: 720px) {
  .Masthead .glide__slide {
    height: 480px;
  }
}
.Masthead .glide__slide ::part(content) {
  transition: opacity 0.5s ease;
}
.Masthead .glide__slide.inactive {
  opacity: 0.45;
}
.Masthead .glide__slide.inactive ::part(content) {
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (hover: hover) {
  .Masthead .glide__slide.hovering {
    opacity: 1;
  }
}
@media (min-width: 720px) {
  .Masthead .glide__slide {
    height: 720px;
    margin-bottom: 20px;
  }
}
.Masthead .glide__slide a {
  text-decoration: none;
}
.Masthead blz-promotion {
  border-radius: 0 0 4px 4px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.4));
  height: 320px;
}
.Masthead blz-promotion::part(content) {
  height: 90%;
  justify-content: flex-end;
  padding: 0 10px;
}
@media (min-width: 480px) {
  .Masthead blz-promotion::part(content) {
    padding: 0 15%;
  }
}
@media (min-width: 960px) {
  .Masthead blz-promotion::part(content) {
    padding: 0 10%;
  }
}
.Masthead blz-promotion::part(content) .blz-body {
  margin-bottom: 4px;
}
@media (min-width: 960px) {
  .Masthead blz-promotion::part(content) {
    height: 100%;
    justify-content: center;
  }
}
.Masthead blz-promotion::part(description) {
  display: none;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 960px) {
  .Masthead blz-promotion::part(description) {
    display: block;
    line-height: var(--line-height-comfy);
  }
}
.Masthead blz-promotion #foreground {
  display: block;
}
.Masthead blz-promotion :host([gradient=dark]) #overlay {
  border-radius: 4px;
}
@media (min-width: 720px) {
  .Masthead blz-promotion blz-button.themed[type=secondary] {
    display: flex;
  }
}
@media (min-width: 720px) {
  .Masthead blz-promotion blz-button-group.themed {
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media (min-width: 960px) {
  .Masthead blz-promotion blz-button-group.themed {
    margin-left: 0;
    margin-right: 0;
  }
}
.Masthead blz-promotion blz-button.themed {
  width: 100%;
}
@media (min-width: 960px) {
  .Masthead blz-promotion blz-button.themed {
    width: auto;
  }
}
.Masthead .carouselControl {
  position: absolute;
  top: 376px;
  width: 100%;
  height: 100px;
  display: none;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 960px) {
  .Masthead .carouselControl {
    display: block;
  }
}
.Masthead .carouselControl blz-icon-button {
  position: absolute;
  background: #333B4B;
  color: #D0E9FF;
  pointer-events: all;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
.Masthead .carouselControl blz-icon-button:hover, .Masthead .carouselControl blz-icon-button:active, .Masthead .carouselControl blz-icon-button:focus {
  background: #484F5D;
}
.Masthead .carouselControl .carouselLeft {
  left: 10px;
}
@media (min-width: 1200px) {
  .Masthead .carouselControl .carouselLeft {
    left: 110px;
  }
}
@media (min-width: 1860px) {
  .Masthead .carouselControl .carouselLeft {
    left: calc(50% - 840px);
  }
}
.Masthead .carouselControl .carouselRight {
  right: 10px;
}
@media (min-width: 1200px) {
  .Masthead .carouselControl .carouselRight {
    right: 110px;
  }
}
@media (min-width: 1860px) {
  .Masthead .carouselControl .carouselRight {
    right: calc(50% - 840px);
  }
}
.Masthead blz-tab-controls {
  pointer-events: none;
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 90%;
  display: flex;
  justify-content: center;
}
@media (min-width: 720px) {
  .Masthead blz-tab-controls {
    bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .Masthead blz-tab-controls {
    bottom: 40px;
  }
}
.Masthead blz-tab-controls blz-tab-control {
  pointer-events: all;
  height: 8px;
  margin: 12px 5px;
  width: 52px;
  flex: 1;
  background: #8697AA;
  border-radius: 2px;
  transition: all 200ms ease;
}
@media (min-width: 720px) {
  .Masthead blz-tab-controls blz-tab-control {
    height: 12px;
    width: 100px;
    border-radius: 4px;
  }
}
@media (min-width: 960px) {
  .Masthead blz-tab-controls blz-tab-control {
    flex: auto;
  }
}
.Masthead blz-tab-controls blz-tab-control:hover, .Masthead blz-tab-controls blz-tab-control:focus {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #FFFFFF;
}
.Masthead blz-tab-controls blz-tab-control[active], .Masthead blz-tab-controls blz-tab-control:active {
  background: #FFFFFF;
  transform: scaleY(1.3);
}
.Masthead blz-tab-controls blz-tab-control::part(tab-control) {
  padding: 0;
}
.Masthead blz-tab-controls blz-tab-control::part(tab-control):after {
  display: none;
}
.Masthead blz-tab-controls.animating blz-tab-control[active] .filling {
  background-color: #0C94EC;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  animation-name: fillControl;
  animation-duration: 4.5s;
  animation-timing-function: linear;
}
.Masthead .BlackoutLeft, .Masthead .BlackoutRight {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.Masthead .BlackoutLeft {
  position: absolute;
  left: 0;
  width: 96px;
}
@media (min-width: 1860px) {
  .Masthead .BlackoutLeft {
    left: auto;
    right: calc(50% + 829px);
    width: calc(50vw - 829px);
  }
}
.Masthead .BlackoutRight {
  right: 0;
  width: 97px;
}
@media (min-width: 1860px) {
  .Masthead .BlackoutRight {
    right: auto;
    left: calc(50% + 829px);
    width: calc(50vw - 829px);
  }
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

blz-section.ProductsSection {
  padding-top: 32px;
  padding-bottom: 32px;
  background-position: center center;
  box-sizing: border-box;
}

.ProductGridSection {
  margin: var(--resize-700) 0;
}

blz-tab-controls.product-tabs {
  --gap: 12px;
  margin-top: 20px;
}
blz-tab-controls.product-tabs blz-toggle {
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 2px 22px;
}
blz-tab-controls.product-tabs blz-toggle span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
}
blz-tab-controls.product-tabs blz-toggle span:after {
  background-color: transparent;
}
blz-tab-controls.product-tabs blz-toggle::part(toggle) {
  display: none;
}
blz-tab-controls.product-tabs blz-toggle:first-child {
  display: none;
}
blz-tab-controls.product-tabs blz-toggle[checked] {
  background: linear-gradient(180deg, #1888EF 0%, #009FE9 100%);
}

.mobileSlider {
  padding: 0;
}
.mobileSlider li.glide__slide {
  width: 42vw !important;
}
@media (min-width: 600px) {
  .mobileSlider li.glide__slide {
    width: auto !important;
  }
}

.ProductGroup.mobileGrid {
  padding: 0;
  margin: 0 20px 0;
}
@media (min-width: 720px) {
  .ProductGroup.mobileGrid {
    padding: 0;
    margin: 0;
  }
}

.AllGames .MobileCard {
  width: auto;
  height: auto;
}
.AllGames .ProductGrid {
  gap: var(--col-gap-comfy) 12px;
  grid-template-columns: repeat(2, 2fr);
  display: grid;
}
@media (min-width: 600px) {
  .AllGames .ProductGrid {
    grid-template-columns: repeat(3, 3fr);
  }
}
@media (min-width: 720px) {
  .AllGames .ProductGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--size-500) var(--col-gap-comfy);
    grid-auto-flow: row;
    grid-auto-columns: auto;
  }
}
@media (min-width: 960px) {
  .AllGames .ProductGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--size-700) var(--col-gap-loose);
  }
}
@media (min-width: 1400px) {
  .AllGames .ProductGrid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.ProductGrid {
  gap: var(--col-gap-comfy) 12px;
  grid-template-columns: repeat(2, 0fr);
  display: grid;
}
.ProductGrid.mobileSlider {
  display: none;
}
@media (min-width: 720px) {
  .ProductGrid.mobileSlider {
    display: grid;
  }
}
@media (min-width: 720px) {
  .ProductGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--size-500) var(--col-gap-loose);
    grid-auto-flow: row;
    grid-auto-columns: auto;
  }
}
@media (min-width: 960px) {
  .ProductGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--size-700) var(--col-gap-loose);
  }
}
@media (min-width: 1400px) {
  .ProductGrid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.ProductSlider, .UpcomingSlider {
  display: block;
  width: 100%;
}
.ProductSlider h3, .ProductSlider p, .UpcomingSlider h3, .UpcomingSlider p {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 720px) {
  .ProductSlider h3, .ProductSlider p, .UpcomingSlider h3, .UpcomingSlider p {
    white-space: nowrap;
  }
}
@media (min-width: 720px) {
  .ProductSlider, .UpcomingSlider {
    display: none;
  }
}

blz-game-card {
  display: none;
}
blz-game-card::part(badge) {
  border: 1px solid #FFFFFF;
  font-family: "Archivo", sans-serif;
}
@media (min-width: 960px) {
  blz-game-card::part(badge) {
    border: 2px solid #FFFFFF;
  }
}
blz-game-card p {
  font-family: "Archivo", sans-serif;
  color: rgba(208, 233, 255, 0.6);
}
blz-game-card h3 {
  color: #FFFFFF;
}
blz-game-card blz-icon {
  color: rgba(208, 233, 255, 0.6);
}
blz-game-card.MobileCard {
  width: 42vw;
  height: calc(42vw + 190px);
  margin-bottom: var(--col-gap-comfy);
}
blz-game-card.MobileCard[blz-toggled] {
  display: block;
}
blz-game-card.MobileCard[data-toggle=type-upcoming], blz-game-card.MobileCard[data-toggle=type-blizzard-classics] {
  display: block;
}
@media (min-width: 700px) {
  blz-game-card.MobileCard {
    height: 500px;
  }
}
@media (min-width: 720px) {
  blz-game-card.MobileCard[blz-toggled] {
    display: none;
  }
  blz-game-card.MobileCard[data-toggle=type-upcoming], blz-game-card.MobileCard[data-toggle=type-blizzard-classics] {
    display: none;
  }
}
blz-game-card.MobileCard blz-image.logo {
  position: absolute;
  left: 8%;
  bottom: 0;
  width: 84%;
  transform: scale(1);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
blz-game-card.DesktopCard {
  display: none;
}
@media (min-width: 720px) {
  blz-game-card.DesktopCard[blz-toggled] {
    display: block;
  }
  blz-game-card.DesktopCard[data-toggle=type-upcoming], blz-game-card.DesktopCard[data-toggle=type-blizzard-classics] {
    display: block;
  }
}
blz-game-card blz-icon-group {
  margin-top: 10px;
}

.AllGamesButtonContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 32px 0;
}
@media (min-width: 720px) {
  .AllGamesButtonContainer {
    margin: 50px 0;
  }
}
@media (min-width: 960px) {
  .AllGamesButtonContainer {
    margin: 80px 0;
  }
}

blz-section .Header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 20px;
}
@media (min-width: 720px) {
  blz-section .Header {
    margin: 0;
  }
}
@media (min-width: 960px) {
  blz-section .Header {
    flex-direction: row;
  }
}
blz-section blz-tab-control {
  color: #FFFFFF;
  background: rgba(208, 233, 255, 0.2);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
}
blz-section blz-tab-control[active] {
  background: linear-gradient(180deg, #1888EF 0%, #009FE9 100%);
  color: #FFFFFF;
}
@media (hover: hover) {
  blz-section blz-tab-control[active]:hover, blz-section blz-tab-control[active]:focus {
    background: linear-gradient(180deg, #1888EF 0%, #009FE9 100%);
  }
}
@media (hover: hover) {
  blz-section blz-tab-control:hover, blz-section blz-tab-control:focus {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), rgba(208, 233, 255, 0.2);
    color: #FFFFFF;
  }
}
blz-section blz-tab-control::part(tab-control) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 22px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 720px) {
  blz-section blz-tab-control::part(tab-control) {
    padding: 2px 22px;
  }
}
blz-section blz-tab-control::part(tab-control)::after {
  background: none;
}
blz-section blz-tab-control::part(tab-control):hover, blz-section blz-tab-control::part(tab-control):focus {
  color: #FFFFFF;
}

.blz-tooltip {
  background-color: #3A465F;
  color: #FFFFFF;
}

@supports not (aspect-ratio: auto) {
  blz-section blz-tab-control {
    margin: 6px;
  }
}
@supports not (aspect-ratio: auto) {
  .ProductTile {
    height: 60vw;
    margin-bottom: 20vw;
  }
  @media (min-width: 480px) {
    .ProductTile {
      margin-bottom: 5vw;
    }
  }
  @media (min-width: 720px) {
    .ProductTile {
      height: 50vw;
      margin-bottom: 0;
    }
  }
  @media (min-width: 960px) {
    .ProductTile {
      height: 35vw;
    }
  }
  @media (min-width: 1200px) {
    .ProductTile {
      height: 30vw;
    }
  }
  @media (min-width: 1400px) {
    .ProductTile {
      height: 23vw;
    }
  }
  @media (min-width: 1600px) {
    .ProductTile {
      height: 460px;
    }
  }
}
section.HomeTop {
  background-color: #131928;
  padding-top: 56px;
}
@media (min-width: 960px) {
  section.HomeTop {
    padding-top: 0;
  }
}
section.HomeTop .SectionBackground ::part(image) {
  object-fit: none;
}
@media (min-width: 2600px) {
  section.HomeTop .SectionBackground ::part(image) {
    object-fit: cover;
  }
}

blz-section.ProductsSection {
  background-position: center center;
  box-sizing: border-box;
  padding-top: 24px;
}
@media (min-width: 720px) {
  blz-section.ProductsSection {
    padding-top: 12px;
  }
}
@media (min-width: 960px) {
  blz-section.ProductsSection {
    padding-top: 40px;
  }
}
blz-section.ProductsSection blz-header, blz-section.ProductsSection .blz-heading-xl, blz-section.ProductsSection ::part(heading) {
  text-transform: uppercase;
}
blz-section.ProductsSection blz-tab-control.hiddenDefault {
  display: none;
}

.Upcoming {
  margin: 10px 0;
}
@media (min-width: 720px) {
  .Upcoming {
    margin: 60px 0;
  }
}
.Upcoming .Header {
  margin-bottom: var(--resize-400);
}
.Upcoming.mobileGrid {
  padding: 0 var(--resize-300);
}
@media (min-width: 720px) {
  .Upcoming.mobileGrid {
    padding: 0;
  }
}

[data-blz-tooltip-active] .blz-tooltip,
[data-blz-tooltip-active] .blz-tooltip-extension,
[data-blz-tooltip-active] .blz-tooltip-caret {
  display: none;
}

@media (min-width: 720px) {
  [data-blz-tooltip-active] .blz-tooltip,
  [data-blz-tooltip-active] .blz-tooltip-extension,
  [data-blz-tooltip-active] .blz-tooltip-caret {
    display: inline-block;
  }
  blz-game-card.MobileCard blz-icon:before {
    display: block;
  }
}