@font-face {
  font-family: "Quadrat Serial";
  src: url(https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/blt3f4f75ed8a7d7f29/quadrat_serial.woff2?format=webply&quality=70);
}
:root {
  --font-default: "Open Sans", Arial, Helvetica, sans-serif;
  --font-default-weight: 400;
  --font-accent: "Quadrat Serial", serif;
}

[slot=heading] {
  background: linear-gradient(180deg, #B89687, #F5C69C, #F7E6B8, #FFF7E0), rgba(255, 255, 255, 0.5);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2px;
  padding-bottom: 2px;
  font-family: Quadrat Serial;
  font-weight: 400;
  font-style: normal;
}
[slot=heading]::selection {
  background-clip: text;
  -webkit-text-fill-color: white;
}

[slot=subheading] {
  color: #FFF2D9;
  font-family: Quadrat Serial;
  font-style: normal;
  font-weight: 500;
}

[slot=description] {
  color: var(--Content-800, rgba(255, 255, 255, 0.9));
}

h1, h2, h3, h4, h5, p, [slot=description] {
  filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, 0.4));
}

blz-accordion [slot^=label] {
  background: linear-gradient(180deg, #B89687, #F5C69C, #F7E6B8, #FFF7E0), rgba(255, 255, 255, 0.5);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2px;
  padding-bottom: 2px;
  font-family: Quadrat Serial;
}
blz-accordion [slot^=label]::selection {
  background-clip: text;
  -webkit-text-fill-color: white;
}
blz-accordion [slot^=label].group-active {
  color: white;
}
blz-accordion [slot^=content] {
  color: var(--Content-800, rgba(255, 255, 255, 0.9));
}

blz-button {
  border-radius: 8px;
  color: var(--Darken-900, #000);
  text-align: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  box-shadow: 0px 0px 31px 5px rgba(18, 1, 1, 0.4);
}
blz-button::part(content) {
  text-transform: uppercase;
}
blz-button[variant=primary] {
  border: 2px solid #f7b90a;
  background: linear-gradient(180deg, #eb8610 0%, #d67d14 100%);
}
blz-button[variant=primary]:hover {
  border: 2px solid #f8b700;
  background: linear-gradient(180deg, #f7b90a 0%, #f7b90a 100%);
  color: var(--Darken-900, #000);
}
blz-button[variant=secondary] {
  border: 2px solid #2CD196;
  background: linear-gradient(180deg, #21AE7A 0%, #10A06B 100%);
  transition: background 1s ease-in-out;
}
blz-button[variant=secondary]:hover {
  border: 2px solid #2cd196;
  background: linear-gradient(180deg, #2cd196 0%, #2cd196 100%);
  color: var(--Darken-900, #000);
}
blz-button[blz-modal-trigger=opt-in] blz-icon {
  display: none;
}
blz-button[blz-modal-trigger=opt-in].success blz-icon {
  display: block;
}

.macro {
  background-image: var(--bg-sm);
  background-size: cover;
  background-position: center;
}
@media (min-width: 960px) {
  .macro {
    background-image: var(--bg-md);
  }
}
@media (min-width: 1400px) {
  .macro {
    background-image: var(--bg-lg);
  }
}

@media (min-width: 960px) {
  blz-masthead::part(main-content) {
    margin-top: 50px;
    background-image: radial-gradient(rgba(0, 0, 0, 0.5) 0%, transparent 70%, transparent 100%);
  }
  :lang(zh-tw) blz-masthead::part(main-content) {
    margin-top: 100px;
  }
}
blz-masthead::part(section) {
  padding-bottom: 350px;
}
@media (min-width: 960px) {
  blz-masthead::part(section) {
    padding-bottom: 40px;
  }
}
:lang(es) blz-masthead h2[slot=heading], :lang(es-MX) blz-masthead h2[slot=heading] {
  font-size: 36px;
}
blz-masthead::part(platform) {
  position: unset;
}
blz-masthead blz-icon-group a:hover {
  color: var(--global-color-content-900);
}
blz-masthead [slot=background] {
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}
blz-masthead [slot=optional-content] h3 {
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  color: #EB8610;
  font-family: var(--font-accent);
}
blz-masthead [slot=optional-content] h3:hover {
  color: #F7B90A;
}
blz-masthead::part(bg-video-control) {
  --global-color-accent-500: transparent;
  --global-color-accent-600: transparent;
  --icon-button-color-default: #EB8610;
  --icon-button-color-hover: #F7B90A;
  background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) padding-box, linear-gradient(to right, rgb(247, 185, 10), rgb(227, 167, 0)) border-box;
  border: 2px solid transparent;
  border-radius: 100%;
  padding: 0px;
}

.overview [slot=media] {
  border: 2px solid #F8B700;
  box-shadow: 0px 0px 31px 5px rgba(18, 1, 1, 0.4), 0px 0px 2px 3px rgba(0, 0, 0, 0.15) inset;
  will-change: filter;
  transition: filter 0.2s;
}
.overview [slot=media]:hover, .overview [slot=media]:focus {
  filter: brightness(1.25);
}
.overview [slot=media] [slot=thumbnail-play] {
  filter: drop-shadow(0 0px 10px #000000);
}

.features blz-list-item [slot=image] {
  position: relative;
  padding: 3px;
  overflow: hidden;
  border-radius: 100%;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
}
.features blz-list-item [slot=image]::part(image) {
  border-radius: 100%;
}
.features blz-list-item [slot=image]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border: 2px solid #F8B700;
  border-radius: 100%;
  box-shadow: inset 0px 0px 10px 2px #000000;
}
.features blz-accordion [slot^=icon] {
  position: relative;
  padding: 3px;
  overflow: hidden;
  border-radius: 100%;
}
.features blz-accordion [slot^=icon]::part(image) {
  border-radius: 100%;
}
.features blz-accordion [slot^=icon]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  border: 2px solid #F8B700;
  border-radius: 100%;
  box-shadow: inset 0px 0px 10px 2px #000000;
}
.features [slot=media] {
  position: relative;
  overflow: hidden;
}
.features [slot=media]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 5px solid;
  border-image: url("https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/blt540463077a37ddd4/67a3e3ba06b8982dd8d347a7/oranteborder.png");
  border-image-slice: 22 22 fill;
  pointer-events: none;
  z-index: 1;
}
.features [slot=media].media-active {
  border-radius: 2px;
  border: 2px solid #F8B700;
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.15) inset, 0px 0px 31px 5px rgba(18, 1, 1, 0.4);
}
.features [slot^=optional] {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  border: 2px solid #F8B700;
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.15) inset, 0px 0px 31px 5px rgba(18, 1, 1, 0.4);
}
.features [slot^=optional]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 5px solid;
  border-image: url("https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/blt540463077a37ddd4/67a3e3ba06b8982dd8d347a7/oranteborder.png");
  border-image-slice: 22 22 fill;
  pointer-events: none;
  z-index: 1;
}

.comparison [slot=heading],
.purchase-modal [slot=heading] {
  background: linear-gradient(0deg, rgba(30, 11, 0, 0.4), rgba(94, 36, 0, 0.4)), rgb(53, 39, 39);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2px;
  padding-bottom: 2px;
  filter: none;
}
.comparison [slot=description],
.purchase-modal [slot=description] {
  color: var(--Darken-700, rgb(0, 0, 0));
  font-size: 20px;
  font-style: normal;
  filter: none;
}

blz-modal,
blz-comparison-table {
  --feature-label-color: rgba(53, 39, 39);
  --comparison-values-color: rgba(53, 39, 39);
}
blz-modal::part(product-thumbnail),
blz-comparison-table::part(product-thumbnail) {
  --global-size-50: 0px;
  aspect-ratio: auto;
  border: 1px solid #F8B700;
}
@media (min-width: 960px) {
  blz-modal::part(product-thumbnail),
  blz-comparison-table::part(product-thumbnail) {
    position: relative;
    overflow: hidden;
  }
  blz-modal::part(product-thumbnail)::after,
  blz-comparison-table::part(product-thumbnail)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 5px solid transparent;
    -webkit-border-image: url("https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/blt12479578f28e6833/67abd675d2e04c2f1cb57b46/oranteborder_transparent.png");
    border-image: url("https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/blt12479578f28e6833/67abd675d2e04c2f1cb57b46/oranteborder_transparent.png");
    border-image-slice: 22 22 fill;
    pointer-events: none;
    z-index: 1;
  }
}
blz-modal::part(product-header-text),
blz-comparison-table::part(product-header-text) {
  background: linear-gradient(0deg, rgba(30, 11, 0, 0.4), rgba(94, 36, 0, 0.4)), rgb(53, 39, 39);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2px;
  padding-bottom: 2px;
  font-size: 15px;
  font-family: Quadrat Serial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.4px;
}
@media (min-width: 960px) {
  blz-modal::part(product-header-text),
  blz-comparison-table::part(product-header-text) {
    font-size: 20px;
  }
}
blz-modal::part(product-subheading-text),
blz-comparison-table::part(product-subheading-text) {
  color: rgb(2, 56, 36);
  font-size: 16px;
  font-family: Quadrat Serial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.32px;
}
blz-modal::part(feature-label-text),
blz-comparison-table::part(feature-label-text) {
  font-weight: 550;
}
blz-modal blz-button,
blz-comparison-table blz-button {
  border: none;
  text-wrap: pretty;
  font-size: 16px;
}
blz-modal blz-button[slot$=mobile],
blz-comparison-table blz-button[slot$=mobile] {
  font-size: 12px;
  margin-top: 10px;
}
blz-modal .legalese,
blz-comparison-table .legalese {
  color: var(--Darken-600, rgba(0, 0, 0, 0.5));
  /* Default/200 */
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

blz-section.opt-in blz-optin::part(legal-disclaimer), blz-section.opt-in blz-optin::part(success-legalese), blz-section.opt-in blz-optin::part(succcess-legalese),
blz-modal#opt-in blz-optin::part(legal-disclaimer),
blz-modal#opt-in blz-optin::part(success-legalese),
blz-modal#opt-in blz-optin::part(succcess-legalese) {
  --semantic-color-text-description: #F7B90A;
}
blz-section.opt-in span[slot=content-after],
blz-modal#opt-in span[slot=content-after] {
  color: var(--global-color-content-500);
  line-height: var(--global-font-line-height-comfy);
  font-size: 16px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif, sans-serif;
  text-align: center;
}
blz-section.opt-in span[slot=content-after] a,
blz-modal#opt-in span[slot=content-after] a {
  color: #F7B90A;
  text-decoration: none;
}
blz-section.opt-in span[slot=content-after] a:hover,
blz-modal#opt-in span[slot=content-after] a:hover {
  color: white;
}
blz-section.opt-in.success span[slot=content-after],
blz-modal#opt-in.success span[slot=content-after] {
  color: var(--global-color-content-500);
}

blz-modal#opt-in {
  background-image: var(--bg-sm);
  background-size: cover;
}
@media (min-width: 960px) {
  blz-modal#opt-in {
    background-image: var(--bg-lg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
blz-modal#opt-in .logo-container {
  display: flex;
  justify-content: center;
}
blz-modal#opt-in .logo-container blz-image {
  max-width: 480px;
  width: 100%;
}

.faq {
  background-image: var(--bg-sm);
  background-size: cover;
  background-position: bottom;
  padding-bottom: 250px;
}
@media (min-width: 480px) {
  .faq {
    padding-bottom: 360px;
  }
}
@media (min-width: 720px) {
  .faq {
    padding-bottom: 475px;
  }
}
@media (min-width: 960px) {
  .faq {
    background-image: var(--bg-md);
    background-position: center;
    padding-bottom: 0px;
  }
  .faq [slot=header] {
    justify-content: end;
  }
}
@media (min-width: 1400px) {
  .faq [slot=background]::after {
    content: "";
    position: absolute;
    height: 125%;
    width: 55%;
    top: -45px;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/blt87e6c8df5a52bb4c/67ae2fbd3183f61ea09497bd/pandarian.png?format=webply&quality=70);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 1;
  }
}
.faq a {
  color: #EB8610;
}
.faq a:hover {
  color: #F7B90A;
}

.cross-sell {
  --card-gap:var(--semantic-grid-gap-md-mobile);
}
@media (min-width: 720px) {
  .cross-sell {
    --card-gap:var(--semantic-grid-gap-md-desktop);
  }
}
.cross-sell [slot=header] [slot=heading] {
  background: linear-gradient(0deg, rgba(30, 11, 0, 0.4), rgba(94, 36, 0, 0.4)), rgb(53, 39, 39);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2px;
  padding-bottom: 2px;
}
.cross-sell a:hover {
  cursor: pointer;
}
.cross-sell a blz-card {
  border: 2px solid #F8B700;
  will-change: filter;
  transition: filter 0.2s;
}
.cross-sell a blz-card blz-image {
  overflow: hidden;
}
.cross-sell a blz-card blz-image::part(picture) {
  transition: transform 0.25s ease;
  transform: scale(1);
}
.cross-sell a blz-card:hover blz-image::part(picture) {
  transform: scale(1.05);
}
.cross-sell a blz-card:hover, .cross-sell a blz-card:focus {
  filter: brightness(1.25);
}
.cross-sell a blz-card::part(content) {
  margin: 0;
  padding: 20px;
  height: 100%;
  width: auto;
  border-top: 1px solid var(--brown-700, #504137);
  background-image: url(https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/blt2f454fb3673996ac/67a105b1f8ce1361121e998a/card-bg.jpg?format=webply&quality=70);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cross-sell a blz-card blz-image {
  border-bottom: 1px solid var(--Content-300, rgba(255, 255, 255, 0.1));
}
.cross-sell a blz-card blz-content-block [slot=subheading] {
  font: var(--semantic-heading-text-xs);
}
.cross-sell a blz-card blz-content-block [slot=heading] {
  font-size: 20px;
}

.purchase-modal {
  background: rgba(0, 0, 0, 0.2);
  --feature-label-color: rgba(53, 39, 39);
  --comparison-values-color: rgba(53, 39, 39);
}
.purchase-modal .logo-container {
  display: flex;
  justify-content: center;
  filter: drop-shadow(0 5px 10px #000000);
}
.purchase-modal .logo-container blz-image {
  max-width: 480px;
  width: 100%;
  padding-bottom: 30px;
}
.purchase-modal::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: var(--bg-sm);
  background-size: cover;
  background-position: center;
  mix-blend-mode: color;
  z-index: -10;
}
@media (min-width: 960px) {
  .purchase-modal::after {
    background-image: var(--bg-lg);
  }
}

html[lang=ko-KR] {
  word-break: keep-all;
}

.divider {
  display: block;
  background-image: url(https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/blte538619632ca62d2/679bd33fbf086a5729b3ec12/dividers_3.png?format=webply&quality=70);
  max-width: var(--view-max);
  margin: auto;
  height: 28px;
}

body {
  background: url(https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/bltb318bbf35ba042be/675b5bfc7eefd8afc3024e43/960_BG_Mobile.jpg?format=webply&quality=70);
  background-size: contain;
}
@media (min-width: 960px) {
  body {
    background-image: url(https://blz-contentstack-images.akamaized.net/v3/assets/blt3452e3b114fab0cd/blt40d7180c6c86d7da/6734f1de22f0995a8e823f1f/bg-leather.jpg?format=webply&quality=70);
  }
}

blz-nav {
  --navbar-background-color: rgb(25, 71, 54, 0.85);
  --navbar-menu-background-color: rgb(25, 71, 54, 1);
  --navbar-button-color-primary: #EB9110;
  --navbar-button-color-primary-hover: #F7B90A;
  --navbar-button-color-secondary: #21AE7A;
  --navbar-button-color-secondary-hover: #2CD196;
  --navbar-button-text-color: #000;
}

blz-nav-footer {
  --footer-background-image-desktop: none;
  --footer-background-image-mobile: none;
}

.footer {
  background-image: var(--bg-sm);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (min-width: 960px) {
  .footer {
    background-image: var(--bg-md);
  }
}
@media (min-width: 1400px) {
  .footer {
    background-image: var(--bg-lg);
  }
}
.footer .Pane-bg {
  display: none;
}

blz-social-section [slot=background] {
  display: none;
}

.jump-link {
  display: block;
  position: relative;
  top: -75px;
}
@media (min-width: 960px) {
  .jump-link {
    top: -150px;
  }
}