@import url("https://use.typekit.net/kuo0mpb.css");
:root {
  --color-primary: #fde89f;
  --color-primary-dark: #20257a;
  --fontT: "tiller", sans-serif;
}

.warcraft {
  font-family: var(--fontT);
}
.warcraft h2, .warcraft h3, .warcraft h4, .warcraft p {
  font-family: var(--fontT);
}
.warcraft p {
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.warcraft.theme-white .nvCommon {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/vga/NVIDIA/rtx-5070-12g-world-of-warcraft-midnight-light-edition-oc/vga-body-bg.jpg") no-repeat center center;
  background-size: cover;
}
.warcraft__titleBox {
  display: inline-block;
  width: 100%;
  max-width: 960px;
}
@media (min-width: 768px) {
  .warcraft__titleBox {
    width: auto;
  }
}
.warcraft__titleBox h2 {
  display: inline-block;
  padding: 0 20px;
}
@media (min-width: 996px) {
  .warcraft__titleBox h2 {
    padding: 0 2.2em;
  }
}
.warcraft__cane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  height: 16px;
}
@media (min-width: 768px) {
  .warcraft__cane {
    height: 24px;
  }
}
@media (min-width: 996px) {
  .warcraft__cane {
    height: 30px;
  }
}
.warcraft__cane img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}
.warcraft__cane--caneL {
  margin-right: -1em;
  position: relative;
  height: 100%;
}
.warcraft__cane--caneR {
  margin-left: -1em;
  position: relative;
  height: 100%;
}
.warcraft__cane--caneC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/vga/NVIDIA/rtx-5070-12g-world-of-warcraft-midnight-light-edition-oc/title-can-bg.png") center repeat-x;
  background-size: contain;
  height: 100%;
}
@supports (background-image: url("https://storage-asset.msi.com/global/picture/image/feature/vga/NVIDIA/rtx-5070-12g-world-of-warcraft-midnight-light-edition-oc/title-can-bg.webp")) {
  .warcraft__cane--caneC {
    background-image: url("https://storage-asset.msi.com/global/picture/image/feature/vga/NVIDIA/rtx-5070-12g-world-of-warcraft-midnight-light-edition-oc/title-can-bg.webp");
  }
}
.warcraft__cane--caneC .caneCimg {
  height: 100%;
}
.warcraft .embossedTitle {
  text-shadow: 0px -1px 0px #d6d8fe, 0px 1px 0px #080c4d;
  color: var(--color-primary-dark);
  font-family: var(--fontT);
}
.warcraft .embossedTitle-warm {
  background: radial-gradient(circle at center, #ffffab, #f8c66a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-filter: drop-shadow(-0.1px 0px 0 #fff) drop-shadow(2px 4px 3px #000);
          filter: drop-shadow(-0.1px 0px 0 #fff) drop-shadow(2px 4px 3px #000);
  color: transparent;
  font-family: var(--fontT);
}
.warcraft .embossedStyle {
  background: radial-gradient(circle at center, #ffffab, #f8c66a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 2px 2px #000);
          filter: drop-shadow(0 2px 2px #000);
}
.warcraft .embossedP {
  background: #938aa0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0 0.1px 1px #32388b, 0 1px 1px rgba(0, 0, 28, 0), 0px 0.1px 1px rgb(0, 0, 28);
}
.warcraft .embossedP-warm {
  color: var(--color-primary);
  -webkit-filter: drop-shadow(0px 0px 1.5px rgb(0, 0, 0)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 1.5px rgb(0, 0, 0)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
}
.warcraft .text__note {
  font-family: var(--MSIBodyFont);
  font-size: 14px;
  color: #cfcfcf;
}

.title-wrapper {
  position: relative;
  display: inline-block;
}
.title-wrapper h2, .title-wrapper h3 {
  font-size: var(--block-title-md);
  font-weight: 600;
  -webkit-filter: drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.6));
  margin: 0;
}
.title-wrapper h2.title-wrapper-base, .title-wrapper h3.title-wrapper-base {
  background: radial-gradient(circle at center, #ffffab, #f8c66a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
.title-wrapper h2.title-wrapper-shadow, .title-wrapper h3.title-wrapper-shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  opacity: 1;
  text-shadow: #231410 0px 1px 2px, #231410 0px 1px 2px, #231410 0px 2px 2px;
}
.title-wrapper h2.title-wrapper-overlay, .title-wrapper h3.title-wrapper-overlay {
  -webkit-filter: drop-shadow(-0.2px -0.2px 0 rgb(255, 248, 200)) drop-shadow(0.2px 0.2px 0 rgba(101, 67, 33, 0.6));
          filter: drop-shadow(-0.2px -0.2px 0 rgb(255, 248, 200)) drop-shadow(0.2px 0.2px 0 rgba(101, 67, 33, 0.6));
  position: absolute;
  top: 0;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background: radial-gradient(circle at center, #ffffab, #f8c66a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.8;
  mix-blend-mode: overlay;
  pointer-events: none;
  -webkit-filter: drop-shadow(-1px 0px 0 rgb(255, 248, 200)) drop-shadow(0.2px 0.2px 0 rgba(101, 67, 33, 0.8)) drop-shadow(0.3px 0.3px 2px rgb(101, 67, 33));
          filter: drop-shadow(-1px 0px 0 rgb(255, 248, 200)) drop-shadow(0.2px 0.2px 0 rgba(101, 67, 33, 0.8)) drop-shadow(0.3px 0.3px 2px rgb(101, 67, 33));
}

.warcraftColorT {
  background: radial-gradient(circle at center, #f8c66a, #ffffab);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 2px rgb(0, 0, 0)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 2px rgb(0, 0, 0)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.2));
}

.btnBox {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.btnBox__button {
  padding: 0 10px;
  background: #dcc266;
  background-position: bottom;
  background-size: 650% 100%;
  border-right: 7px solid #ccb45e;
  border-left: 7px solid #c9b15d;
  border-bottom: 7px solid #bda758;
  border-top: 8px solid #dfc996;
  -webkit-animation: shine 15s infinite;
          animation: shine 15s infinite;
  color: #2725b0;
  text-decoration: none;
  padding-bottom: 5px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7), -1px -1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-weight: 600;
  -webkit-box-shadow: 0 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.btnBox__button:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transform: translateY(-2px) scale(1.02);
          transform: translateY(-2px) scale(1.02);
  -webkit-box-shadow: 0px 10px 4px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 4px 5px rgba(0, 0, 0, 0.1);
}
.btnBox__button.active {
  cursor: default;
}
.btnBox__button.voidBtn {
  background: #4c48ff;
  border-right: 7px solid #4643ec;
  border-left: 7px solid #483fea;
  border-bottom: 7px solid #443fda;
  border-top: 8px solid #5f5fff;
  color: #fff8aa;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 0 1px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35), 0 0 0 6px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35), 0 0 0 6px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}/*# sourceMappingURL=warcraft-style.css.map */