@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);
}

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

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

@media (min-width: 960px) {
  blz-section {
    padding: var(--semantic-space-around-horizontal-xxl-desktop) 40px;
  }
}

.section-heading {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 960px) {
  .section-heading {
    flex-direction: row;
  }
}
.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(--global-color-primary-300);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: var(--global-color-primary-400);
}

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

blz-button-group.themed {
  flex-wrap: wrap;
  margin-left: 5%;
  margin-right: 5%;
  justify-content: center;
  gap: var(--global-size-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[variant=primary] {
  background: linear-gradient(180deg, rgba(24, 136, 239, 0.9) 0%, rgba(0, 159, 233, 0.9) 100%);
}
blz-button.themed[variant=primary]:hover, blz-button.themed[variant=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[variant=secondary], blz-button.themed[variant=default] {
  background: rgba(208, 233, 255, 0.2);
}
blz-button.themed[variant=secondary]:hover, blz-button.themed[variant=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 blz-icon {
  color: rgba(255, 255, 255, 0.7);
  transition: color ease-in-out 0.3s;
}
blz-social-section blz-icon:hover, blz-social-section blz-icon: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(--global-color-primary-300);
  text-decoration: none !important;
}
#cookie-page p a:hover, #cookie-page p a:focus, #cookie-page p a:active {
  color: var(--global-color-primary-400);
}
#cookie-page h1 {
  font: var(--semantic-title-text-md);
  margin: 10px 0;
}
@media (min-width: 960px) {
  #cookie-page {
    padding-top: 200px;
  }
}

@media (min-width: 960px) {
  .about-page blz-masthead::part(section) {
    min-height: auto;
  }
}
.about-page blz-masthead::part(background-overlay) {
  background-color: rgba(0, 0, 0, 0.3764705882);
}
.about-page blz-masthead::part(picture)::part(image) {
  object-position: top;
}
.about-page blz-masthead blz-header {
  margin-top: 0;
}
@media (min-width: 960px) {
  .about-page blz-masthead blz-header {
    margin-top: 75px;
  }
}
.about-page blz-masthead blz-header h3 {
  color: white;
}
.about-page blz-masthead blz-header h1 {
  max-width: 1400px;
}
@media (min-width: 960px) {
  .about-page blz-page-header::part(section) {
    min-height: 700px;
  }
}
.about-page blz-page-header::part(content) {
  margin-top: 0;
}
.about-page blz-page-header::part(picture)::part(image) {
  object-position: top;
}
.about-page blz-page-header::part(background-overlay) {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.2) -3.79%, rgba(0, 0, 0, 0) 16.09%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) -13.02%, rgba(0, 0, 0, 0) 13.95%);
}
.about-page blz-page-header h3 {
  color: white;
}
.about-page .values-section {
  background-image: var(--bg-xs);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 960px) {
  .about-page .values-section {
    background-image: var(--bg-md);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media (min-width: 1400px) {
  .about-page .values-section {
    background-image: var(--bg-xl);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.about-page .values-section .outro-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 200px;
}
.about-page blz-media-gallery {
  --cards-per-row: 1;
}
.about-page blz-media-gallery h2 {
  font-size: var(--global-font-size-600);
}
@media (min-width: 480px) {
  .about-page blz-media-gallery {
    --cards-per-row: 4;
    --gallery-column-size: minmax(100px, calc(50% / var(--cards-per-row)));
  }
}
@media (min-width: 720px) {
  .about-page blz-media-gallery {
    --cards-per-row: 6;
  }
}
@media (min-width: 1200px) {
  .about-page blz-media-gallery {
    --gallery-column-size: minmax(155px, calc(50% / var(--cards-per-row)));
    --col-gap-comfy: 50px;
    --row-gap-comfy: 80px;
  }
}
.about-page blz-lightbox-trigger {
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}
.about-page blz-lightbox-trigger blz-image {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.4));
  aspect-ratio: 3/4;
}
@media (hover: hover) {
  .about-page blz-lightbox-trigger:hover, .about-page blz-lightbox-trigger:focus {
    transform: scale(1.02);
  }
}
@media (min-width: 480px) {
  .about-page blz-lightbox-trigger.card-1 {
    grid-column: 1/span 2;
  }
  .about-page blz-lightbox-trigger.card-2 {
    grid-column: 3/span 2;
  }
  .about-page blz-lightbox-trigger.card-3 {
    grid-column: 1/span 2;
  }
  .about-page blz-lightbox-trigger.card-4 {
    grid-column: 3/span 2;
  }
  .about-page blz-lightbox-trigger.card-5 {
    grid-column: 2/span 2;
  }
}
@media (min-width: 720px) {
  .about-page blz-lightbox-trigger.card-3 {
    grid-column: 5/span 2;
  }
  .about-page blz-lightbox-trigger.card-4 {
    grid-column: 2/span 2;
  }
  .about-page blz-lightbox-trigger.card-5 {
    grid-column: 4/span 2;
  }
}

blz-lightbox#core-values-group {
  background: var(--global-color-darken-700);
}
blz-lightbox#core-values-group blz-image {
  display: none;
}
blz-lightbox#core-values-group .description {
  display: block;
}
blz-lightbox#core-values-group .description h2 {
  font-size: var(--global-font-size-600);
}
blz-lightbox#core-values-group .description p {
  font-size: var(--global-font-size-300);
  line-height: 1.5em;
}
@media (min-width: 720px) {
  blz-lightbox#core-values-group blz-image {
    display: block;
    width: 250px;
  }
  blz-lightbox#core-values-group .description h2 {
    font-size: var(--global-font-size-700);
  }
  blz-lightbox#core-values-group .description p {
    font-size: var(--global-font-size-400);
  }
}
@media (max-height: 950px) {
  blz-lightbox#core-values-group img {
    display: none;
  }
  blz-lightbox#core-values-group::part(top-bar) {
    height: var(--global-size-600);
  }
  blz-lightbox#core-values-group::part(close) {
    height: var(--global-size-500);
    width: var(--global-size-500);
  }
  blz-lightbox#core-values-group::part(carousel) {
    height: 90%;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media (max-height: 650px) {
  blz-lightbox#core-values-group {
    --top-bar-height: 5px;
  }
  blz-lightbox#core-values-group::part(top-bar) {
    height: var(--global-size-500);
  }
  blz-lightbox#core-values-group::part(close) {
    height: var(--global-size-300);
    width: var(--global-size-300);
  }
  blz-lightbox#core-values-group::part(carousel) {
    height: 90%;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  blz-lightbox#core-values-group .description {
    height: 100%;
  }
  blz-lightbox#core-values-group .description h2 {
    font-size: var(--global-font-size-500);
  }
  blz-lightbox#core-values-group .description p {
    max-width: none;
    width: 100%;
    font-size: var(--global-font-size-300);
  }
}