@import '../lib/swiper/swiper-bundle.min.css';
@import '../lib/lightbox/css/lightbox.min.css';
@import url(https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto-condensed.css);
.bg-dark {
  background: #1b1b1b;
}

/*  Width and Height */
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
.layout,
.overContent {
  overflow: unset !important;
}

.Header__accessibility__193r3 {
  left: 0;
}

#hd {
  clip-path: inset(0 0 0 0);
  font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  background: black;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: relative;
  /* ---------- SCREEN READER ---------- */
}
#hd * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
#hd ::-moz-selection {
  background: #1b1b1b;
  color: #fd8f1f;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fd8f1f;
}
#hd ::selection {
  background: #1b1b1b;
  color: #fd8f1f;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fd8f1f;
}
#hd ::-moz-selection {
  background: #1b1b1b;
  color: #fd8f1f;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fd8f1f;
}
#hd ul,
#hd li,
#hd figure,
#hd p {
  margin: 0;
  padding: 0;
}
#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
  font: inherit;
}
#hd img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0 auto;
}
#hd img.lazyLoad {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 50vh;
}
#hd img.lazyLoad.lazyLoaded {
  height: auto;
  opacity: 1;
}
#hd button {
  border: none;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
#hd .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#hd a:focus-visible, #hd button:focus-visible, #hd input:focus-visible, #hd select:focus-visible, #hd textarea:focus-visible,
#hd [role=button]:focus-visible,
#hd [tabindex="0"]:focus-visible {
  outline: 2px solid #fd8f1f;
  outline-offset: -1px;
}
#hd a:focus:not(:focus-visible), #hd button:focus:not(:focus-visible), #hd input:focus:not(:focus-visible), #hd select:focus:not(:focus-visible), #hd textarea:focus:not(:focus-visible),
#hd [role=button]:focus:not(:focus-visible),
#hd [tabindex="0"]:focus:not(:focus-visible) {
  outline: none;
}

/* ---------- ANIMATIONS ---------- */
@-webkit-keyframes colorrun {
  50% {
    -webkit-filter: hue-rotate(120deg);
            filter: hue-rotate(120deg);
  }
}
@keyframes colorrun {
  50% {
    -webkit-filter: hue-rotate(120deg);
            filter: hue-rotate(120deg);
  }
}
@-webkit-keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes dotHint {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
  }
}
@keyframes dotHint {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
  }
}
@-webkit-keyframes showBar {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes showBar {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes filterTab1 {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0, 1) translate(-50%, 0);
    transform: scale(0, 1) translate(-50%, 0);
  }
  50%, 100% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translate(100%, 0);
    transform: scale(1, 1) translate(100%, 0);
  }
}
@keyframes filterTab1 {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0, 1) translate(-50%, 0);
    transform: scale(0, 1) translate(-50%, 0);
  }
  50%, 100% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translate(100%, 0);
    transform: scale(1, 1) translate(100%, 0);
  }
}
@-webkit-keyframes filterTab2 {
  0% {
    -webkit-transform: scale(0, 1) translate(-50%, 0);
    transform: scale(0, 1) translate(-50%, 0);
  }
  50%, 100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
}
@keyframes filterTab2 {
  0% {
    -webkit-transform: scale(0, 1) translate(-50%, 0);
    transform: scale(0, 1) translate(-50%, 0);
  }
  50%, 100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
}
@-webkit-keyframes showMark {
  0% {
    -webkit-transform: translate(-2%, 0);
    transform: translate(-2%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes showMark {
  0% {
    -webkit-transform: translate(-2%, 0);
    transform: translate(-2%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes flicker1 {
  0% {
    opacity: 0;
  }
  33%, 100% {
    opacity: 1;
  }
}
@keyframes flicker1 {
  0% {
    opacity: 0;
  }
  33%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes flicker2 {
  0% {
    opacity: 0;
  }
  66%, 100% {
    opacity: 1;
  }
}
@keyframes flicker2 {
  0% {
    opacity: 0;
  }
  66%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes flicker3 {
  0% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 1;
  }
}
@keyframes flicker3 {
  0% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes flicker1-1 {
  0% {
    opacity: 0;
  }
  33%, 100% {
    opacity: 1;
  }
}
@keyframes flicker1-1 {
  0% {
    opacity: 0;
  }
  33%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes flicker2-1 {
  0% {
    opacity: 0;
  }
  66%, 100% {
    opacity: 1;
  }
}
@keyframes flicker2-1 {
  0% {
    opacity: 0;
  }
  66%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes flicker3-1 {
  0% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 1;
  }
}
@keyframes flicker3-1 {
  0% {
    opacity: 0;
  }
  90%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes ocRotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes ocRotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes ocArrowIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes ocArrowIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes arrows {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -13.3333333333px) scale(0.5);
            transform: translate(0, -13.3333333333px) scale(0.5);
  }
  10%, 90% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 13.3333333333px) scale(0.5);
            transform: translate(0, 13.3333333333px) scale(0.5);
  }
}
@keyframes arrows {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -13.3333333333px) scale(0.5);
            transform: translate(0, -13.3333333333px) scale(0.5);
  }
  10%, 90% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 13.3333333333px) scale(0.5);
            transform: translate(0, 13.3333333333px) scale(0.5);
  }
}
@-webkit-keyframes hintTxt {
  50% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(253, 143, 31, 0.5);
  }
}
@keyframes hintTxt {
  50% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(253, 143, 31, 0.5);
  }
}
@-webkit-keyframes zoomGraphic {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomGraphic {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ---------- color effect ---------- */
@-webkit-keyframes static {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes static {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes breathing {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@keyframes breathing {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@-webkit-keyframes strobing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes strobing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes flashStrobing {
  2%, 12% {
    opacity: 1;
  }
  0%, 4%, 11%, 13%, 100% {
    opacity: 0.6;
  }
}
@keyframes flashStrobing {
  2%, 12% {
    opacity: 1;
  }
  0%, 4%, 11%, 13%, 100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes cycle {
  0% {
    background-color: red;
  }
  15% {
    background-color: orange;
  }
  30% {
    background-color: yellow;
  }
  45% {
    background-color: #00CB07;
  }
  60% {
    background-color: #07A9FF;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: #a12fd9;
  }
  100% {
    background-color: red;
  }
}
@keyframes cycle {
  0% {
    background-color: red;
  }
  15% {
    background-color: orange;
  }
  30% {
    background-color: yellow;
  }
  45% {
    background-color: #00CB07;
  }
  60% {
    background-color: #07A9FF;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: #a12fd9;
  }
  100% {
    background-color: red;
  }
}
@-webkit-keyframes rainbow_cycle {
  0% {
    background-color: #fd46a6;
  }
  15% {
    background-color: #ffd832;
  }
  30% {
    background-color: #77f168;
  }
  45% {
    background-color: #63e7ec;
  }
  60% {
    background-color: #3594f5;
  }
  75% {
    background-color: #253eda;
  }
  90% {
    background-color: #5216c1;
  }
  100% {
    background-color: #d748de;
  }
}
@keyframes rainbow_cycle {
  0% {
    background-color: #fd46a6;
  }
  15% {
    background-color: #ffd832;
  }
  30% {
    background-color: #77f168;
  }
  45% {
    background-color: #63e7ec;
  }
  60% {
    background-color: #3594f5;
  }
  75% {
    background-color: #253eda;
  }
  90% {
    background-color: #5216c1;
  }
  100% {
    background-color: #d748de;
  }
}
@-webkit-keyframes rainbow {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rainbow {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes starry_cycle {
  50% {
    -webkit-filter: hue-rotate(-120deg);
            filter: hue-rotate(-120deg);
  }
}
@keyframes starry_cycle {
  50% {
    -webkit-filter: hue-rotate(-120deg);
            filter: hue-rotate(-120deg);
  }
}
@-webkit-keyframes cpu {
  0% {
    background-color: red;
  }
  30% {
    background-color: yellow;
  }
  60% {
    background-color: green;
  }
  90% {
    background-color: yellow;
  }
}
@keyframes cpu {
  0% {
    background-color: red;
  }
  30% {
    background-color: yellow;
  }
  60% {
    background-color: green;
  }
  90% {
    background-color: yellow;
  }
}
@-webkit-keyframes adaptive {
  0% {
    background-color: white;
  }
  30% {
    background-color: #fd8f1f;
  }
  45% {
    background-color: #07A9FF;
  }
  60% {
    background-color: #42ca42;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: yellow;
  }
  100% {
    background-color: white;
  }
}
@keyframes adaptive {
  0% {
    background-color: white;
  }
  30% {
    background-color: #fd8f1f;
  }
  45% {
    background-color: #07A9FF;
  }
  60% {
    background-color: #42ca42;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: yellow;
  }
  100% {
    background-color: white;
  }
}
@-webkit-keyframes dark {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dark {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes flux {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0 0;
  }
  75% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes flux {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0 0;
  }
  75% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes fluxShadow {
  0% {
    -webkit-transform: translate(0, 180%);
    transform: translate(0, 180%);
  }
  50% {
    -webkit-transform: translate(0, 180%);
    transform: translate(0, 180%);
  }
  75% {
    -webkit-transform: translate(0, -180%);
    transform: translate(0, -180%);
  }
  100% {
    -webkit-transform: translate(0, 180%);
    transform: translate(0, 180%);
  }
}
@keyframes fluxShadow {
  0% {
    -webkit-transform: translate(0, 180%);
    transform: translate(0, 180%);
  }
  50% {
    -webkit-transform: translate(0, 180%);
    transform: translate(0, 180%);
  }
  75% {
    -webkit-transform: translate(0, -180%);
    transform: translate(0, -180%);
  }
  100% {
    -webkit-transform: translate(0, 180%);
    transform: translate(0, 180%);
  }
}
@font-face {
  font-family: "ROGFonts";
  src: url("../fonts/ROGFonts-Regular.otf") format("embedded-opentype"), url("../fonts/ROGFonts-Regular.ttf") format("opentype"), url("../fonts/ROGFonts-Regular.woff"), url("../fonts/ROGFonts-Regular.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#hd {
  font-size: 16px;
}
#hd h2 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 5.25em;
  font-weight: normal;
  line-height: 1;
  color: #ffffff !important;
  letter-spacing: 0;
  margin-bottom: 0.5em;
  word-break: normal;
  word-wrap: normal;
}
#hd h2.main-title {
  white-space: nowrap;
  font-size: 9.25em;
  letter-spacing: -0.01em;
  margin-bottom: -0.125em;
  margin-left: -0.05em;
}
#hd h2 small.color-highlight {
  display: block;
  font: inherit;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
  padding-left: 0.25em;
}
#hd h3,
#hd .h3 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 0.2em;
  text-transform: uppercase;
}
#hd h3 + p,
#hd .h3 + p {
  margin-bottom: 2em;
}
#hd h4,
#hd .h4 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0.35em;
  color: #ffffff;
}
#hd h4.text-larger,
#hd .h4.text-larger {
  font-size: 2em;
}
#hd h5 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  color: #ffffff;
}
#hd p,
#hd small,
#hd a,
#hd li {
  font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
}
#hd p {
  font-size: 1em;
  line-height: 1.75;
  font-weight: 400;
}
#hd p.color-primary {
  font-weight: 400;
}
#hd b {
  font-weight: bold;
}
#hd .hd-note small {
  display: block;
  line-height: 1.25;
}
#hd small {
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: 0.5px;
}
#hd .align-center {
  text-align: center;
}
#hd .align-left {
  text-align: left;
}
#hd .align-italic {
  font-style: italic;
}
#hd .hd-nobr {
  white-space: nowrap;
}
#hd a.txt-link {
  display: inline-block;
  font-weight: 400;
  margin-top: 0.5em;
  text-decoration: underline;
}
#hd .hd-underline {
  text-decoration: underline;
}
#hd a.txt-link:hover {
  color: white;
}
#hd .color-primary {
  color: #fd8f1f;
}
#hd .color-primary-dark {
  color: rgba(189, 74, 0, 0.9607843137);
}
#hd .color-primary-light {
  color: #ff84f4;
}
#hd .color-white {
  color: white !important;
}
#hd .color-secondary {
  color: #ab00ad;
}
#hd .color-highlight {
  color: #fd8f1f;
}
#hd .color-light-grey {
  color: #d6d6d6;
}
#hd .color-grey {
  color: #aaaaaa;
}
#hd .color-gradient {
  display: inline-block;
  color: #fd8f1f !important;
  background-color: #888;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#888), color-stop(#000), to(#888));
  background-image: linear-gradient(0deg, #888, #000, #888);
  background-clip: text;
  background-size: 130% auto;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}
#hd .hd-notransform {
  text-transform: none;
}
#hd .font-rog {
  font-family: "ROGFonts", "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
}

@media screen and (min-width: 2560px) {
  #hd {
    font-size: 20px;
  }
}
@media screen and (min-width: 3000px) {
  #hd {
    font-size: 34px;
  }
}
@media screen and (max-width: 1440px) {
  #hd h2 {
    font-size: 3em;
  }
  #hd h5 {
    font-size: 1.25em;
  }
  #hd p {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1280px) {
  #hd h3,
  #hd .h3 {
    font-size: 2em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.5em;
  }
  #hd h4.text-larger,
  #hd .h4.text-larger {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1024px) {
  #hd h2 {
    font-size: 2.75em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hd h2 {
    font-size: 2.15em;
  }
  #hd h3 {
    font-size: 1.75em;
  }
  #hd p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  #hd h2 {
    font-size: 1.875em;
  }
  #hd h2.main-title {
    font-size: 12vw;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
    margin-bottom: 0.25em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
    margin-bottom: 0.25em;
  }
  #hd h4.text-larger,
  #hd .h4.text-larger {
    font-size: 1.5em;
  }
  #hd h5 {
    font-size: 0.875em;
  }
}
#hd .hd-mw740 {
  max-width: 740px;
}
#hd .hd-mw900 {
  max-width: 900px;
}
#hd .hd-mw1000 {
  max-width: 1000px;
}
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1300,
#hd .hd-w1400,
#hd .hd-w1600 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w1000 {
  max-width: 1000px;
}
#hd .hd-w1100 {
  max-width: 1100px;
}
#hd .hd-w1300 {
  max-width: 1300px;
}
#hd .hd-w1400 {
  max-width: 1400px;
}
#hd .hd-w1600 {
  max-width: 1600px;
}
#hd .hd-col16 {
  width: 16.6666%;
}
#hd .hd-col20 {
  width: 20%;
}
#hd .hd-col25 {
  width: 25%;
}
#hd .hd-col33 {
  width: 33.3333%;
}
#hd .hd-col35 {
  width: 35%;
}
#hd .hd-col40 {
  width: 40%;
}
#hd .hd-col45 {
  width: 45%;
}
#hd .hd-col50 {
  width: 50%;
}
#hd .hd-col55 {
  width: 55%;
}
#hd .hd-col60 {
  width: 60%;
}
#hd .hd-col66 {
  width: 66.6666%;
}
#hd .hd-col65 {
  width: 65%;
}
#hd .hd-col70 {
  width: 70%;
}
#hd .hd-col75 {
  width: 75%;
}
#hd .hd-col80 {
  width: 80%;
}
#hd .hd-col85 {
  width: 85%;
}
#hd .hd-col90 {
  width: 90%;
}
#hd .hd-col100 {
  width: 100%;
}
#hd .ib-top {
  display: inline-block;
  vertical-align: top;
}
#hd .ib-bottom {
  display: inline-block;
  vertical-align: bottom;
}
#hd .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#hd .flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#hd .flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#hd .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hd .align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#hd .align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#hd .justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#hd .justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#hd .justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hd .justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#hd .ml-auto {
  margin-left: auto;
}
#hd .mr-auto {
  margin-right: auto;
}
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#hd .hd-d-none {
  display: none;
}
#hd .hd-d-block {
  display: block;
}

@media screen and (min-width: 2560px) {
  #hd .hd-mw740 {
    max-width: 900px;
  }
  #hd .hd-mw900 {
    max-width: 1200px;
  }
  #hd .hd-w1000 {
    max-width: 1200px;
  }
  #hd .hd-w1200 {
    max-width: 1500px;
  }
  #hd .hd-w1300 {
    max-width: 1600px;
  }
  #hd .hd-w1100,
  #hd .hd-w1400 {
    max-width: 1800px;
  }
  #hd .hd-w1600 {
    max-width: 2000px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-mw740 {
    max-width: 1280px;
  }
  #hd .hd-mw900 {
    max-width: 1600px;
  }
  #hd .hd-w1000 {
    max-width: 2000px;
  }
  #hd .hd-w1200 {
    max-width: 2200px;
  }
  #hd .hd-w1300 {
    max-width: 2400px;
  }
  #hd .hd-w1100,
  #hd .hd-w1400 {
    max-width: 2800px;
  }
  #hd .hd-w1600 {
    max-width: 3160px;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .hd-d-portrait-none {
    display: none !important;
  }
  #hd .hd-d-portrait-block {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none;
  }
  #hd .hd-d-1023-block {
    display: block;
  }
  #hd .hd-d-1023-inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none;
  }
  #hd .hd-d-768-block {
    display: block;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none;
  }
  #hd .hd-d-620-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none;
  }
  #hd .hd-d-480-block {
    display: block;
  }
}
#hd .hd-lightbox {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 20px 3em;
  position: fixed;
  top: 56px;
  bottom: 56px;
  left: 0;
  z-index: 11;
}
#hd .hd-lightbox.hd-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#hd .hd-lightbox .hd-filter {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
#hd .hd-lightbox .hd-box {
  width: 90%;
  height: 90%;
  max-width: 1400px;
  position: relative;
  z-index: 2;
}
#hd .hd-lightbox .hd-box video {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-lightbox .trigger-close {
  font-size: 2em;
}
#hd .hd-lightbox-s {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
#hd .hd-lightbox-s .hd-container {
  width: 95%;
  max-height: calc(100vh - 100px);
  padding: 4em 3em;
  background: rgba(27, 27, 27, 0.95);
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
#hd .hd-lightbox-s .hd-container p {
  line-height: 1.5;
  margin-bottom: 0.75em;
}
#hd .hd-lightbox-s .trigger-close {
  font-size: 2em;
}
#hd .hd-lightbox-s.hd-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.6s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .hd-vid-lightbox {
  width: 100%;
  height: 100vh;
  padding: 20px;
  position: fixed;
  top: 100px;
  left: 0;
  display: none;
  z-index: 1000;
}
#hd .hd-vid-lightbox .hd-filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#hd .hd-vid-lightbox .hd-box {
  width: 60%;
  height: auto;
  max-width: 1280px;
  max-height: calc(100% - 100px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#hd .hd-vid-lightbox .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#hd .hd-vid-lightbox .vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  #hd .hd-vid-lightbox {
    top: 50px;
  }
  #hd .hd-vid-lightbox .hd-box {
    height: calc(100% - 100px);
  }
  #hd .hd-lightbox-s {
    padding-top: 50px;
  }
  #hd .hd-lightbox-s .hd-container {
    max-height: calc(100vh - 50px);
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .hd-lightbox-s .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2em 1em;
  }
  #hd .hd-lightbox-s .trigger-close {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-lightbox {
    padding: 2em 0;
    top: 50px;
    bottom: 50px;
  }
  #hd .hd-lightbox .hd-box {
    width: 100%;
  }
  #hd .hd-lightbox .hd-box video {
    width: 100%;
    height: auto;
  }
  #hd .hd-lightbox .trigger-close {
    font-size: 1em;
  }
  #hd .hd-vid-lightbox .hd-box {
    width: 100%;
  }
}
#hd .bg-grey {
  background: #1b1d21;
}
#hd .hd-cp {
  cursor: pointer;
}
#hd .bg-white {
  background: white;
}
#hd .bg-white small {
  color: black;
}
#hd .bg-white p {
  color: black;
}
#hd .bg-white h2 {
  color: black;
}
#hd .bg-white h3 {
  color: black;
}
#hd .bg-white h4 {
  color: black;
}
#hd .bg-white h5 {
  color: black;
}
#hd .bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#ccc));
  background: linear-gradient(to bottom, white, #ccc);
}
#hd .hd-trigger-dot {
  width: 44px;
  height: 44px;
  margin: -22px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
#hd .hd-trigger-dot:before, #hd .hd-trigger-dot:after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-trigger-dot:before {
  background: rgba(255, 255, 255, 0.75);
}
#hd .hd-trigger-dot:after {
  background-color: white;
}
#hd .hd-trigger-dot:hover, #hd .hd-trigger-dot:focus-visible {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#hd .hd-trigger-dot[aria-expanded=true]:after {
  background-color: #fd8f1f;
}
#hd .is-animated .hd-trigger-dot:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: dotHint;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 5;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: dotHint;
  animation-timing-function: ease;
  animation-iteration-count: 5;
  animation-fill-mode: forwards;
}
#hd .trigger-close:not(.hd-btn) {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: all;
  cursor: pointer;
}
#hd .trigger-close:not(.hd-btn):before, #hd .trigger-close:not(.hd-btn):after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#hd .trigger-close:not(.hd-btn):before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
#hd .trigger-close:not(.hd-btn):after {
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
#hd .trigger-close:not(.hd-btn):hover:before, #hd .trigger-close:not(.hd-btn):hover:after {
  background: #fd8f1f;
}
#hd .gif-container {
  position: relative;
  overflow: hidden;
}
#hd .gif-container img.hd-d-none {
  position: absolute !important;
  top: 0;
  left: 0;
}
#hd .gif-container .vid-control {
  position: absolute !important;
  right: 1em;
  bottom: 1em;
}
#hd .gif-container .vid-control img {
  margin: auto !important;
}
#hd .gif-container.is-reduced-motion img.hd-d-none {
  display: block !important;
}

@media screen and (min-width: 2560px) {
  #hd .deco-container .deco-mark {
    bottom: 3em;
    left: 5em;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 768px) {
  #hd .deco-container {
    display: none;
  }
  #hd .hd-trigger-dot:after {
    width: 30%;
    height: 30%;
  }
}
#hd .hd-nav {
  font-size: 14px;
  position: fixed;
  z-index: 9;
  top: 50%;
  right: 30px;
  margin-top: 50px;
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.4s;
  transition: opacity 0.25s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.25s;
  transition: transform 0.4s, opacity 0.25s, -webkit-transform 0.4s;
}
#hd .hd-nav.is-hidden {
  -webkit-transform: translate3d(20px, -50%, 0);
  transform: translate3d(20px, -50%, 0);
  opacity: 0;
}
#hd .hd-nav.is-hidden:focus-within {
  -webkit-transform: translate3d(20px, -50%, 0);
  transform: translate3d(20px, -50%, 0);
  opacity: 1;
}
#hd .hd-nav .main-nav {
  position: relative;
  margin: 0;
  padding: 0;
}
#hd .hd-nav .main-nav:before, #hd .hd-nav .main-nav:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 0;
  right: -10px;
  background-repeat: no-repeat;
  background-size: 100%;
}
#hd .hd-nav .main-nav::before {
  background-image: url(../img/nav-rog.png);
  height: 150px;
  bottom: 105%;
}
#hd .hd-nav .main-nav::after {
  background-image: url(../img/nav-glacial.svg);
  height: 100px;
  top: 105%;
}
#hd .hd-nav .main-nav > li {
  display: block;
  margin: 0.5em 0 0.75em;
  position: relative;
}
#hd .hd-nav .main-nav a {
  height: 1em;
  margin-bottom: -0.25em;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 2;
  min-height: 24px;
  cursor: pointer;
}
#hd .hd-nav .main-nav a:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
  -webkit-box-shadow: 0 0 0 1px #ddd inset;
          box-shadow: 0 0 0 1px #ddd inset;
  margin-left: auto;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
#hd .hd-nav .main-nav a:hover span, #hd .hd-nav .main-nav a:focus-visible span {
  background: white;
}
#hd .hd-nav .main-nav a:hover .hd-tooltip, #hd .hd-nav .main-nav a:focus-visible .hd-tooltip {
  color: #fd8f1f;
  display: block;
}
#hd .hd-nav .main-nav a.hd-active:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
}
#hd .hd-nav .main-nav a.hd-active .hd-tooltip {
  color: #fd8f1f;
  display: block;
}
#hd .hd-nav .main-nav a.hd-active + .sub-nav button {
  color: white;
}
#hd .hd-nav .main-nav a.hd-active + .sub-nav button:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #787878;
  background-image: -webkit-gradient(linear, left top, right top, from(#787878), color-stop(#ffffff), to(#787878));
  background-image: linear-gradient(90deg, #787878, #ffffff, #787878);
}
#hd .hd-nav .main-nav .hd-tooltip {
  display: none;
  max-width: 220px;
  height: 1.8em;
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  line-height: 1;
  top: 0;
  right: -15px;
  padding: 0.5em 1.5em 0.5em 1em;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #000;
  background-image: linear-gradient(45deg, #000, #333, #000);
}
#hd .hd-nav .sub-nav {
  padding: 0.75em 0 0;
  position: relative;
}
#hd .hd-nav .sub-nav span,
#hd .hd-nav .sub-nav a,
#hd .hd-nav .sub-nav button {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  max-width: 15em;
  color: #aaaaaa;
  font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 0.9em;
  line-height: 1;
  padding: 0.25em 0;
  padding-right: 40px;
  margin: 0;
  text-align: right;
  position: relative;
  overflow: visible;
}
#hd .hd-nav .sub-nav span:before,
#hd .hd-nav .sub-nav a:before,
#hd .hd-nav .sub-nav button:before {
  display: none;
}
#hd .hd-nav .sub-nav span:after,
#hd .hd-nav .sub-nav a:after,
#hd .hd-nav .sub-nav button:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px white inset;
          box-shadow: 0 0 0 1px white inset;
  margin-left: auto;
  z-index: 1;
  position: absolute;
  top: 4px;
  right: 12px;
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
#hd .hd-nav .sub-nav a:hover, #hd .hd-nav .sub-nav a:focus-visible,
#hd .hd-nav .sub-nav button:hover,
#hd .hd-nav .sub-nav button:focus-visible {
  color: #fd8f1f !important;
}

@media screen and (min-width: 2560px) {
  #hd .hd-nav {
    font-size: 16px;
    right: 50px;
  }
}
@media screen and (max-width: 1440px) {
  #hd .hd-nav {
    font-size: 0.8em;
  }
  #hd .hd-nav .main-nav > li {
    margin: 0.5em 0 0.75em;
  }
  #hd .hd-nav .sub-nav {
    padding-bottom: 0;
  }
  #hd .hd-nav .sub-nav:after {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #hd .hd-nav {
    right: 1.5em;
    display: none !important;
  }
  #hd .hd-nav .main-nav > li:hover .hd-tooltip {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  #hd .hd-nav .main-nav > li:hover button {
    color: white !important;
    -webkit-transition: color 0.6s ease-in-out;
    transition: color 0.6s ease-in-out;
  }
  #hd .hd-nav .hd-tooltip {
    color: transparent;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
  #hd .hd-nav .sub-nav span,
  #hd .hd-nav .sub-nav button {
    padding-top: 0;
    padding-bottom: 0;
    color: transparent !important;
    white-space: nowrap;
    -webkit-transition: none;
    transition: none;
  }
}
#hd .hd-btn {
  display: inline-block;
  font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 0;
  border-radius: 0;
  border: 1px solid white;
  color: black;
  background: white;
  padding: 0.25em 1em;
  margin: 1em auto;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .hd-btn:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
#hd .hd-btn:active {
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
}
#hd .hd-btn.hd-btn-skew {
  background: none;
  border: none;
  border-radius: 0;
}
#hd .hd-btn.hd-btn-skew:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fd8f1f;
  z-index: -1;
  -webkit-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
#hd .hd-btn.hd-btn-frame {
  border-radius: 0;
  border: 1px solid white;
  color: white;
  background: transparent;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#hd .hd-btn.hd-btn-frame:hover {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: white;
  color: black;
}
#hd .hd-btn.hd-btn-frame-primary {
  border-radius: 0;
  border: 1px solid #fd8f1f;
  color: #fd8f1f;
  background: transparent;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#hd .hd-btn.hd-btn-frame-primary:hover {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: white;
}
#hd .btn-video {
  font: inherit;
  font-weight: bold;
  text-decoration: underline;
}
#hd .btn-video i {
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  background: url(../img/play.svg) center no-repeat;
  margin-left: 0.5em;
  -webkit-transition: -webkit-transform 0.25s eease;
  transition: -webkit-transform 0.25s eease;
  transition: transform 0.25s eease;
  transition: transform 0.25s eease, -webkit-transform 0.25s eease;
}
#hd .btn-video:hover i, #hd .btn-video:focus-visible i {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#hd .btn-video:active i {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .btn-video.color-primary i {
  background-image: url(../img/play-primary.svg);
}
#hd .trigger-panel, #hd .trigger-panel-close {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  z-index: 3;
  overflow: hidden;
}
#hd .trigger-panel:before, #hd .trigger-panel-close:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: inherit;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
#hd .trigger-panel img, #hd .trigger-panel-close img {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .trigger-panel:hover:before, #hd .trigger-panel-close:hover:before, #hd .trigger-panel:focus-visible:before, #hd .trigger-panel-close:focus-visible:before {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
#hd .trigger-panel:active:before, #hd .trigger-panel-close:active:before {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  opacity: 0;
}
#hd .trigger-panel:focus-visible, #hd .trigger-panel-close:focus-visible {
  outline-offset: 2px;
}
#hd .trigger-panel-close {
  position: fixed;
  top: 100px !important;
  right: 7% !important;
  margin: 20px !important;
  z-index: 20;
}
#hd .trigger-panel-close:before {
  width: 38px;
  height: 38px;
}
#hd #pageContent-btn-cta {
  display: block;
  width: 7%;
  min-width: 120px;
  max-width: 280px;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 20px;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd #pageContent-btn-cta.is-hidden {
  opacity: 0;
}
#hd #pageContent-btn-cta.is-hidden:focus-visible {
  opacity: 1;
}
#hd #pageContent-btn-cta.is-closed {
  display: none !important;
}
#hd #pageContent-btn-cta .trigger-close {
  margin: -1.5em;
  opacity: 0;
}
#hd #pageContent-btn-cta a {
  display: block;
}
#hd #pageContent-btn-cta img,
#hd #pageContent-btn-cta .hd-frame {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.25s;
  animation-duration: 0.7s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-btn-cta .trigger-close {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 0.7s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-btn-cta .hd-frame {
  padding: 10px 0 5px;
  border-radius: 6px;
}
#hd #pageContent-btn-cta .hd-txt {
  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;
  width: 100%;
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  color: white;
  margin: auto;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#hd #pageContent-btn-cta:hover, #hd #pageContent-btn-cta:focus-visible {
  opacity: 1;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media (max-width: 620px) {
  #hd #pageContent-btn-cta {
    margin: 5px;
  }
}

@media screen and (max-width: 1550px) {
  #hd .trigger-panel-close {
    right: 2% !important;
  }
}
@media screen and (max-width: 1024px) {
  #hd .trigger-panel, #hd .trigger-panel-close {
    margin: 16px;
  }
  #hd .trigger-panel-close {
    right: 0 !important;
    top: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-btn {
    margin: 1em auto;
  }
}
@media screen and (max-width: 620px) {
  #hd .trigger-panel, #hd .trigger-panel-close {
    margin: 10px;
  }
  #hd .trigger-panel:before, #hd .trigger-panel-close:before {
    width: 30px;
    height: 30px;
  }
  #hd .trigger-panel img, #hd .trigger-panel-close img {
    width: 30px;
  }
}
#hd .hd-icon-plus {
  display: inline-block;
  vertical-align: top;
  width: 1.25em;
  height: 1.25em;
  border-radius: 1em;
  border: 1px solid #fd8f1f;
  margin: 0 0 0 0.5em;
  position: relative;
}
#hd .hd-icon-plus:before, #hd .hd-icon-plus:after {
  content: "";
  display: block;
  width: 0.65em;
  height: 1px;
  background: #fd8f1f;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-icon-plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd .hd-active > .hd-icon-plus:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#hd .frame-container > li {
  padding: 8px;
}
#hd .frame-container.hd-grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
#hd .hd-frame {
  --border-radius: 16px;
  --content-padding: 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
  z-index: 3;
}
#hd .hd-frame:before, #hd .hd-frame:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#hd .hd-frame:before {
  background-color: #fd8f1f;
  background-image: linear-gradient(45deg, #fd8f1f, #ff3f8a, #4945fa);
}
#hd .hd-frame:after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  background-color: #252525;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#252525), to(black));
  background-image: linear-gradient(180deg, #252525, black);
}
#hd .hd-frame .hd-wrapper {
  padding: 1px;
}
#hd .hd-frame .hd-content {
  max-width: 30em;
  padding: var(--content-padding);
  position: relative;
  z-index: 2;
}
#hd .hd-frame h3 {
  font-size: 2em;
}
#hd .hd-frame p {
  line-height: 1.25;
  margin-bottom: 0;
}
#hd .hd-frame .hd-img-container {
  padding: 1px;
}
#hd .hd-frame .hd-img-container img {
  width: 100%;
}
#hd .hd-frame.bg-black:after {
  background: black !important;
}

@media screen and (max-width: 1280px) {
  #hd .hd-frame {
    --content-padding: 40px 26px;
  }
  #hd .hd-frame h3 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-frame {
    --content-padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-frame {
    --border-radius: 10px;
    --content-padding: 30px;
  }
  #hd .hd-frame h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 620px) {
  #hd .frame-container > li {
    width: 100%;
    padding: 6px 0;
  }
  #hd .hd-frame {
    --content-padding: 24px;
  }
  #hd .hd-frame h3 {
    font-size: 1.35em;
  }
}
#hd .tab-filter, #hd .tab-filter-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto 2em;
  border-bottom: 2px solid #aaaaaa;
}
#hd .tab-filter button, #hd .tab-filter-block button {
  font-size: 1.35em;
  font-weight: 400;
  padding: 0.5em 0.75em;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #aaaaaa;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
#hd .tab-filter button:after, #hd .tab-filter-block button:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: white;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#hd .tab-filter button:hover, #hd .tab-filter-block button:hover {
  color: #d6d6d6;
}
#hd .tab-filter button.hd-active, #hd .tab-filter-block button.hd-active {
  color: white;
}
#hd .tab-filter button.hd-active:after, #hd .tab-filter-block button.hd-active:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .tab-filter-block button {
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  padding-bottom: 0.25em;
}
#hd .content-el {
  display: none;
}
#hd .content-el.hd-active {
  display: block;
}
#hd .hd-filter-icon {
  margin: 0 auto 2em;
}
#hd .hd-filter-icon button {
  cursor: pointer;
}
#hd .hd-filter-icon button:hover p {
  color: #aaaaaa;
}
#hd .hd-filter-icon button.hd-active p {
  color: white;
}
#hd .hd-filter-icon p {
  line-height: 1.25;
  margin: 1em 0;
  color: #3e3e3e;
}
#hd .block-content > div {
  display: none;
  opacity: 0;
}
#hd .block-content > div.hd-active {
  display: block;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.6s;
  animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 1440px) {
  #hd .tab-filter button, #hd .tab-filter-block button {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .tab-filter button, #hd .tab-filter-block button {
    padding-right: 1em;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .tab-filter, #hd .tab-filter-block {
    overflow-x: auto;
    overflow-y: hidden;
  }
  #hd .tab-filter button, #hd .tab-filter-block button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 2em;
  }
  #hd .tab-filter-block button {
    margin: 0 0.25em;
  }
}
#hd .trigger-video-toggle {
  position: relative;
}
#hd .vid-control {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 1em;
  bottom: 1em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
#hd .vid-control img {
  width: 60% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .vid-control .play {
  display: none;
}
#hd .vid-control.hd-active .play {
  display: block;
}
#hd .vid-control.hd-active .pause {
  display: none;
}

@media screen and (max-width: 620px) {
  #hd .vid-control {
    width: 48px;
    height: 48px;
  }
}
#hd .swiper-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
#hd .swiper-pagination,
#hd .swiper-pagination-bullets {
  width: auto;
  bottom: 0;
  position: relative;
}
#hd .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#hd .custom-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
  font-size: 1rem;
  width: 100%;
  margin: 0 10px;
}
#hd .custom-dot-progress {
  width: 100%;
  height: 6px;
  border-radius: 0;
  margin: 0 20px 0 0;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
#hd .swiper-autoplay .custom-dot-progress:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: white;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#hd .swiper-autoplay .swiper-pagination-bullet.swiper-pagination-bullet-active .custom-dot-progress:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 6s;
  -webkit-animation-name: slideProgress;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 6s;
  animation-name: slideProgress;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .swiper-autoplay .swiper-pagination-bullet.swiper-paused .custom-dot-progress:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#hd .is-paused .custom-dot-progress:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#hd .custom-dot-name {
  display: block;
  width: 100%;
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.125;
  color: white;
  text-transform: uppercase;
  padding-top: 0.125em;
  padding-bottom: 0.25em;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  opacity: 0.75;
}
#hd .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  border-radius: 0;
  background: none;
  opacity: 1;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active .custom-dot-progress {
  background: white;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active .custom-dot-name {
  opacity: 1;
}
#hd .swiper-pause-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: center no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 0;
  margin-top: 16px;
  margin-bottom: -10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#hd .swiper-pause-btn img,
#hd .swiper-pause-btn svg {
  width: 70%;
  height: 70%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .swiper-pause-btn .play {
  display: none;
}
#hd .swiper-pause-btn:hover, #hd .swiper-pause-btn:focus-visible {
  opacity: 1;
}
#hd .swiper-pause-btn[aria-pressed=true] .play {
  display: block;
}
#hd .swiper-pause-btn[aria-pressed=true] .pause {
  display: none;
}
#hd .pagination_row {
  position: relative;
  margin-top: 0.5em;
}

@media screen and (max-width: 1280px) {
  #hd .swiper-pagination-wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .swiper-pagination-bullet {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .swiper-pagination-wrapper {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #hd .swiper-pagination-wrapper {
    margin-top: 10px;
  }
}
#hd .hd-panel {
  width: 100%;
  height: 100vh;
  padding: 110px 0 100px;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  background: black;
  display: none;
}
#hd .hd-panel.is-expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .hd-panel .swiper-pagination-wrapper {
  margin-top: 0;
  margin-bottom: 40px;
}
#hd .hd-panel > .hd-container {
  margin: auto;
}
#hd .hd-panel .lightbox-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
#hd .hd-panel .lightbox-container > .hd-lightbox-s {
  pointer-events: all;
}

@media screen and (max-width: 1024px) {
  #hd .hd-panel {
    padding: 90px 0 60px;
  }
}
#hd .main-kv {
  position: relative;
  padding: 6em 0 5em;
}
#hd .main-kv.is-animated figure:before, #hd .main-kv.is-animated figure:after {
  width: 25%;
}
#hd .main-kv .hd-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#hd .main-kv .hd-deco {
  position: absolute;
}
#hd .main-kv .deco-rog {
  width: 37%;
  left: 0;
  top: 17%;
  opacity: 0.5;
}
#hd .main-kv .deco-dare {
  width: 8%;
  left: 2%;
  top: 3%;
}
#hd .main-kv .deco-rog-left {
  width: 0.6%;
  left: 2%;
  top: 20%;
}
#hd .main-kv .deco-2026 {
  width: 1.4%;
  top: 18%;
  right: 2%;
}
#hd .main-kv .deco-game {
  width: 17%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
#hd .main-kv .hd-pd {
  position: relative;
  width: 44%;
  margin: 0 auto;
}
#hd .main-kv .hd-title {
  position: absolute;
  width: 35%;
  top: 43.8%;
}
#hd .main-kv .hd-title h2 {
  position: relative;
  font-size: 1.1em;
  line-height: 1.8;
  padding-left: 1.5em;
}
#hd .main-kv .hd-title h2:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-size: 100%;
  left: 0;
  top: 0.35em;
  background-image: url(../img/kv/pattern-dot.svg);
}
#hd .main-kv .hd-title strong {
  font-size: 3em;
  display: block;
  margin-left: -0.5em;
}
#hd .main-kv figure {
  position: relative;
  margin-bottom: 0;
}
#hd .main-kv figure:before, #hd .main-kv figure:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: black;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#hd .main-kv figure:after {
  left: auto;
  right: 0;
}
#hd .main-kv .logo-container img {
  height: 32px;
  margin: 0.2em;
}
#hd .main-kv .hd-txt {
  margin-top: 3em;
}

@media screen and (max-width: 1280px) {
  #hd .main-kv .hd-title h2 {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .main-kv .deco-rog {
    width: 100%;
  }
  #hd .main-kv .deco-dare {
    width: 12%;
    top: 1.5%;
  }
  #hd .main-kv .deco-2026 {
    width: 2.5%;
  }
  #hd .main-kv .deco-rog-left {
    width: 1%;
  }
  #hd .main-kv .hd-pd {
    width: 80%;
    max-width: 600px !important;
  }
  #hd .main-kv figure:before, #hd .main-kv figure:after, #hd .main-kv figure .deco-game {
    display: none;
  }
  #hd .main-kv .hd-title {
    position: relative;
    top: auto;
    text-align: center;
    width: 100%;
  }
  #hd .main-kv .hd-title h2 {
    padding-left: 0;
    font-size: 2.8em;
    line-height: 1.1;
  }
  #hd .main-kv .hd-title h2:before {
    display: none;
  }
  #hd .main-kv .hd-title strong {
    display: inline-block;
    margin-left: 0;
    font-size: 1em;
  }
  #hd .main-kv .logo-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1em 0 2em;
  }
  #hd .main-kv .hd-txt {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  #hd .main-kv {
    padding: 4em 0 3em;
  }
}
@media screen and (max-width: 620px) {
  #hd .main-kv .hd-title h2 {
    font-size: 2em;
  }
}
#hd .main-ksp {
  padding-top: 2em;
  position: relative;
  z-index: 3;
}
#hd .main-ksp li {
  font-size: 1.125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  margin-bottom: 32px;
}
#hd .main-ksp li.hd-col30 {
  width: 26%;
}
#hd .main-ksp li.hd-large picture {
  width: 10em;
  margin-left: -3em;
}
#hd .main-ksp picture {
  display: block;
  width: 6em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#hd .main-ksp .hd-content {
  margin-left: 20px;
  padding-bottom: 1.25em;
  position: relative;
}
#hd .main-ksp p {
  font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1;
  text-transform: none;
  margin-bottom: 0;
}
#hd .main-ksp a,
#hd .main-ksp button,
#hd .main-ksp strong {
  font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.125em;
  display: block;
  padding: 0.5em 0;
  color: white;
  font-weight: 400;
  text-align: left;
}
#hd .main-ksp a:before,
#hd .main-ksp button:before,
#hd .main-ksp strong:before {
  content: "";
  display: block;
  width: 1.5em;
  height: 0.75em;
  background: url(../img/ksp/arrow-right.png) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#hd .main-ksp a:hover, #hd .main-ksp a:focus-visible,
#hd .main-ksp button:hover,
#hd .main-ksp button:focus-visible,
#hd .main-ksp strong:hover,
#hd .main-ksp strong:focus-visible {
  color: #fd8f1f;
}
#hd .main-ksp a:hover:before, #hd .main-ksp a:focus-visible:before,
#hd .main-ksp button:hover:before,
#hd .main-ksp button:focus-visible:before,
#hd .main-ksp strong:hover:before,
#hd .main-ksp strong:focus-visible:before {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

@media screen and (max-width: 1440px) {
  #hd .main-ksp li {
    font-size: 1em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .main-ksp ul {
    width: calc(100% + 2em);
    margin-left: -1em;
  }
  #hd .main-ksp picture {
    width: 5em;
  }
  #hd .main-ksp a,
  #hd .main-ksp button,
  #hd .main-ksp strong {
    font-size: 1em;
  }
  #hd .main-ksp p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .main-ksp ul {
    width: calc(100% + 1em);
    margin-left: -0.5em;
  }
  #hd .main-ksp li {
    width: 33.3333%;
    margin-bottom: 16px;
  }
  #hd .main-ksp li.hd-large picture {
    width: 9em;
    margin-left: -3em;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .main-ksp picture {
    width: 5em;
  }
  #hd .main-ksp li {
    width: 50%;
  }
  #hd .main-ksp li.hd-large picture {
    width: 7em;
    margin-left: -2em;
  }
}
@media screen and (max-width: 620px) {
  #hd .main-ksp li {
    width: 100%;
    max-width: 20em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 6px;
  }
  #hd .main-ksp .hd-content {
    text-align: left;
    margin-left: 10px;
  }
  #hd .main-ksp a br,
  #hd .main-ksp button br,
  #hd .main-ksp strong br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #hd .main-ksp li {
    width: 100%;
    padding: 0;
  }
  #hd .main-ksp li.hd-large picture {
    width: 7em;
    margin-left: 0;
  }
}
#pageContent-spec {
  padding: 100px 0;
  background: #242424;
  position: relative;
}
#pageContent-spec .tab-filter-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
#pageContent-spec .tab-filter-block > li {
  min-width: 9em;
  text-align: center;
}
#pageContent-spec .tab-filter-block > li:last-child {
  margin-right: 0;
}
#pageContent-spec h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
#pageContent-spec figure {
  display: block;
  margin: 0 auto;
  position: relative;
}
#pageContent-spec figure img {
  width: 80%;
  max-width: 1048px !important;
}
#pageContent-spec figure img.pd-mobile {
  display: none;
}
#pageContent-spec ol {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  counter-reset: mycounter;
}
#pageContent-spec ol li {
  max-width: 23%;
  position: absolute;
  font-size: 0.875em;
  text-align: left;
}
#pageContent-spec ol li b {
  display: block;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin-bottom: 0.25em;
  text-transform: uppercase;
}
#pageContent-spec ol li p {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0;
  color: #d6d6d6;
}
#pageContent-spec ol li p.hd-indent {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
#pageContent-spec .hd-note {
  margin-top: 2em;
}
#pageContent-spec .tab-performance li {
  right: 79.5%;
}
#pageContent-spec .tab-performance li:nth-child(1) {
  top: 13.3%;
}
#pageContent-spec .tab-performance li:nth-child(2) {
  top: 38.2%;
}
#pageContent-spec .tab-performance li:nth-child(3) {
  top: 64.3%;
}
#pageContent-spec .tab-performance li:nth-child(n+4) {
  left: 77.5%;
  right: auto;
  margin-right: -1em;
  max-width: 25%;
}
#pageContent-spec .tab-performance li:nth-child(4) {
  top: 5.8%;
}
#pageContent-spec .tab-performance li:nth-child(5) {
  top: 39.2%;
}
#pageContent-spec .tab-performance li:nth-child(6) {
  top: 57.5%;
}
#pageContent-spec .tab-cooling li {
  right: 80.5%;
}
#pageContent-spec .tab-cooling li:nth-child(1) {
  top: 21.3%;
}
#pageContent-spec .tab-cooling li:nth-child(2) {
  top: 41.7%;
}
#pageContent-spec .tab-cooling li:nth-child(3) {
  top: 81.2%;
}
#pageContent-spec .tab-cooling li:nth-child(n+4) {
  left: 80.8%;
  right: auto;
}
#pageContent-spec .tab-cooling li:nth-child(4) {
  top: 12.7%;
}
#pageContent-spec .tab-cooling li:nth-child(5) {
  top: 36.8%;
}
#pageContent-spec .tab-immersion li {
  right: 79.5%;
}
#pageContent-spec .tab-immersion li:nth-child(1) {
  top: 22%;
}
#pageContent-spec .tab-immersion li:nth-child(2) {
  top: 69.5%;
}
#pageContent-spec .tab-immersion li:nth-child(n+3) {
  left: 76%;
  right: auto;
}
#pageContent-spec .tab-immersion li:nth-child(3) {
  top: 17.3%;
}
#pageContent-spec .tab-immersion li:nth-child(4) {
  top: 93.5%;
}
#pageContent-spec .tab-immersion .vid-container {
  position: absolute;
  width: 15.4%;
  top: 13%;
  left: 16.5%;
  z-index: 2;
}
#pageContent-spec .tab-immersion .vid-control {
  bottom: -2%;
  left: auto;
  right: -2%;
  z-index: 5;
  width: 50px;
  height: 50px;
}
#pageContent-spec .tab-immersion figure .have-video {
  position: relative;
  width: 80%;
  max-width: 1040px;
  margin: 0 auto;
}
#pageContent-spec .tab-immersion figure .have-video img {
  width: 100%;
  max-width: none !important;
}
#pageContent-spec .tab-immersion figure .have-video img.pd-cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 3;
}
#pageContent-spec .tab-connectivity li {
  left: -2%;
  width: 26%;
  max-width: none;
  text-align: right;
}
#pageContent-spec .tab-connectivity li b {
  line-height: 1.125;
  margin-bottom: 0;
}
#pageContent-spec .tab-connectivity li:nth-child(1) {
  top: 15%;
}
#pageContent-spec .tab-connectivity li:nth-child(2) {
  top: 19%;
}
#pageContent-spec .tab-connectivity li:nth-child(3) {
  top: 28%;
}
#pageContent-spec .tab-connectivity li:nth-child(4) {
  top: 36%;
}
#pageContent-spec .tab-connectivity li:nth-child(5) {
  top: 47%;
}
#pageContent-spec .tab-connectivity li:nth-child(6) {
  top: 79%;
}
#pageContent-spec .tab-connectivity li:nth-child(7) {
  top: 84%;
}
#pageContent-spec .tab-connectivity li:nth-child(8) {
  top: 87.5%;
}
#pageContent-spec .tab-connectivity li:nth-child(n+9) {
  left: 80.5%;
  text-align: left;
}
#pageContent-spec .tab-connectivity li:nth-child(9) {
  top: 50.6%;
}
#pageContent-spec .tab-connectivity li:nth-child(10) {
  top: 69.5%;
}
#pageContent-spec .tab-connectivity li:nth-child(11) {
  top: 94.4%;
}
#pageContent-spec .trigger-video {
  width: 12em;
  height: 8em;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  background-size: cover;
  border: 2px solid white;
  position: relative;
  cursor: pointer;
}
#pageContent-spec .trigger-video:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0 1em 2em;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#pageContent-spec .trigger-video p {
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  line-height: 1;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 0.75em;
}
#pageContent-spec .trigger-video:hover:after {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#pageContent-spec .trigger-video:active:after {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media screen and (min-width: 2560px) {
  #pageContent-spec ol li {
    font-size: 18px;
  }
  #pageContent-spec figure img {
    max-width: none !important;
  }
}
@media screen and (min-width: 3000px) {
  #pageContent-spec ol li {
    font-size: 24px;
  }
  #pageContent-spec figure img {
    max-width: none !important;
  }
}
@media screen and (max-width: 1440px) {
  #pageContent-spec figure {
    width: 90%;
  }
  #pageContent-spec ol li {
    font-size: 0.875em;
  }
  #pageContent-spec ol li p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1280px) {
  #pageContent-spec ol li b {
    line-height: 1;
  }
  #pageContent-spec ol li p {
    line-height: 1.25;
  }
  #pageContent-spec .tab-performance li {
    left: 5%;
  }
  #pageContent-spec .tab-cooling li {
    left: 0;
  }
  #pageContent-spec .tab-immersion li {
    left: -2%;
  }
  #pageContent-spec .tab-connectivity li {
    width: 22%;
    left: 1%;
  }
}
@media screen and (max-width: 1024px) {
  #pageContent-spec ol li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #pageContent-spec {
    padding-bottom: 4em;
  }
  #pageContent-spec .tab-filter-block > li {
    min-width: 0;
  }
  #pageContent-spec figure {
    width: 100% !important;
    max-width: 660px !important;
  }
  #pageContent-spec figure img {
    width: auto;
    max-width: 100% !important;
  }
  #pageContent-spec figure img.pd-mobile {
    display: block;
  }
  #pageContent-spec figure img.pd-pc {
    display: none;
  }
  #pageContent-spec ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    width: 90%;
    top: 0;
    left: 0;
    margin: 1em auto 0;
  }
  #pageContent-spec ol li {
    width: 50% !important;
    max-width: none;
    font-size: 1em;
    padding: 10px 0 10px 40px;
    text-align: left !important;
    position: relative;
  }
  #pageContent-spec ol li:before {
    counter-increment: mycounter;
    content: counter(mycounter);
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 15px;
    color: black;
    background: #fd8f1f;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 2;
  }
  #pageContent-spec ol li:nth-child(n) {
    top: 0 !important;
    left: 0 !important;
    padding-right: 2em;
    max-width: none !important;
    margin-right: 0 !important;
  }
  #pageContent-spec .hd-note {
    margin-top: 0.5em;
  }
  #pageContent-spec .tab-performance li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #pageContent-spec .tab-performance li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #pageContent-spec .tab-performance li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #pageContent-spec .tab-performance li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #pageContent-spec .tab-performance li:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #pageContent-spec .tab-performance li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #pageContent-spec .tab-cooling li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #pageContent-spec .tab-cooling li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #pageContent-spec .tab-cooling li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #pageContent-spec .tab-cooling li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #pageContent-spec .tab-cooling li:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #pageContent-spec .tab-immersion li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #pageContent-spec .tab-immersion li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #pageContent-spec .tab-immersion li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #pageContent-spec .tab-immersion li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #pageContent-spec .tab-connectivity li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #pageContent-spec .tab-connectivity li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #pageContent-spec .tab-connectivity li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #pageContent-spec .tab-connectivity li:nth-child(4) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  #pageContent-spec .tab-connectivity li:nth-child(5) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  #pageContent-spec .tab-connectivity li:nth-child(6) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  #pageContent-spec .tab-connectivity li:nth-child(7) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #pageContent-spec .tab-connectivity li:nth-child(8) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #pageContent-spec .tab-connectivity li:nth-child(9) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #pageContent-spec .tab-connectivity li:nth-child(10) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  #pageContent-spec .tab-connectivity li:nth-child(11) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  #pageContent-spec .tab-specTitle {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  #pageContent-spec {
    padding: 40px 0;
  }
  #pageContent-spec .tab-immersion .vid-control {
    width: 30px;
    height: 30px;
  }
  #pageContent-spec .tab-filter-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #pageContent-spec ol li {
    width: 100% !important;
  }
  #pageContent-spec ol li:nth-child(n) {
    -webkit-box-ordinal-group: initial !important;
        -ms-flex-order: initial !important;
            order: initial !important;
    padding-right: 0;
  }
}
#hd .sec-ai {
  padding: 100px 0 80px;
}
#hd .sec-ai .hd-frame {
  --content-padding: 40px 65px;
}
#hd .sec-ai .hd-frame:after {
  background-color: black;
  background-image: linear-gradient(135deg, black 22%, #2e2858);
}
#hd .sec-ai .frame-ainw .hd-content {
  max-width: 22em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 0;
  padding-left: 3%;
  margin-bottom: 10%;
}
#hd .sec-ai .frame-ainw .hd-img-container {
  margin-left: -10%;
}
#hd .sec-ai .frame-aioc .hd-content,
#hd .sec-ai .frame-aic .hd-content {
  margin-bottom: auto;
}
#hd .sec-ai .frame-aiad:after {
  background: black;
}
#hd .sec-ai .frame-aiad .hd-content {
  max-width: 22em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 0;
  padding-right: 3%;
}
#hd .sec-ai .frame-boost .hd-content {
  padding-right: 0;
}
#hd #pageContent-panel-boost .tab-filter-block {
  margin-top: 2em;
}
#hd #pageContent-panel-boost .fig-container {
  font-size: 0.9em;
  margin-top: 30px;
}
#hd #pageContent-panel-boost .fig-container h3 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
#hd #pageContent-panel-boost .fig-container h3 span {
  display: inline-block;
  margin-top: 0.4em;
}
#hd #pageContent-panel-boost .fig-container h4 {
  font-size: 1.125em;
  margin-bottom: 0.2em;
}
#hd #pageContent-panel-boost .fig-container h4 + p {
  font-size: 0.875em;
  margin-bottom: 1em;
}
#hd #pageContent-panel-boost .fig-container .hd-wrapper {
  margin: 16px 0;
}
#hd #pageContent-panel-boost .fig-container .hd-wrapper > div {
  margin-bottom: 0.5em;
}
#hd #pageContent-panel-boost .fig-container .hd-bar {
  width: 40%;
  min-width: 8em;
  background: #aaaaaa;
  padding: 2px 0;
  position: relative;
  border: 1px solid black;
}
#hd #pageContent-panel-boost .fig-container .hd-bar p {
  font-weight: bold;
  line-height: 1;
  color: black;
  padding-left: 0.5em;
}
#hd #pageContent-panel-boost .fig-container .hd-line {
  margin-bottom: 0.5em;
  position: relative;
}
#hd #pageContent-panel-boost .fig-container .hd-title {
  white-space: nowrap;
  position: absolute;
  top: 0.1em;
  left: 100%;
  font-size: 1.1em;
}
#hd #pageContent-panel-boost .fig-container .hd-title.color-primary {
  color: #fd8f1f;
}
#hd #pageContent-panel-boost .fig-container .hd-title.color-grey {
  color: #aaaaaa;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .hd-ui img {
  margin-left: 0;
  margin-top: 1em;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .hd-container .tab-filter, #hd #pageContent-panel-boost #pageContent-tab-benchmark .hd-container .tab-filter-block {
  margin-top: 1em;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .swiper-content {
  overflow: hidden;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .block-content {
  width: 100%;
  margin-bottom: auto;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .hd-right {
  padding-left: 2em;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-metro .hd-line:nth-child(1) .hd-bar {
  width: 65%;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-metro .hd-line:nth-child(2) .hd-bar {
  width: 70%;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-metro .hd-line:nth-child(3) .hd-bar {
  width: 75%;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-metro .hd-bar {
  background: #7fd3ff;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-metro .color-primary {
  color: black !important;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-cs .hd-line:nth-child(1) .hd-bar {
  width: 60%;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-cs .hd-line:nth-child(2) .hd-bar {
  width: 65%;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-cs .hd-line:nth-child(3) .hd-bar {
  width: 75%;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-cs .hd-bar {
  background: #7fd3ff;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-cs .color-primary {
  color: black !important;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-score .hd-line:nth-child(1) .hd-bar {
  width: 84%;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-score .hd-line:nth-child(2) .hd-bar {
  width: 81%;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-score .hd-line:nth-child(3) .hd-bar {
  width: 77%;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-score .hd-bar {
  background: #7fd3ff;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-score .color-primary {
  color: black !important;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-ul .hd-line:nth-child(1) .hd-bar {
  width: 60%;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-ul .hd-line:nth-child(2) .hd-bar {
  width: 70%;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-ul .hd-line:nth-child(3) .hd-bar {
  width: 75%;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-ul .hd-bar {
  background: #fd8f1f;
}
#hd #pageContent-panel-boost #pageContent-tab-benchmark .fig-container .fig-ul .color-primary {
  color: black !important;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .hd-txt {
  padding-right: 1em;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .hd-video {
  max-width: 50em;
  margin: 0 auto;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .fig-container .fig-rtx9070 .hd-line:nth-child(1) .hd-bar {
  width: 30%;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .fig-container .fig-rtx9070 .hd-line:nth-child(2) .hd-bar {
  width: 40%;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .fig-container .fig-rtx9070 .hd-line:nth-child(3) .hd-bar {
  width: 55%;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .fig-container .fig-rtx9070 .hd-line:nth-child(3) .hd-title {
  top: 0.6em;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .fig-container .fig-rtx9070 .hd-bar {
  background: #ffae00;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .fig-container .fig-rtx9070 .color-primary {
  color: black !important;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .fig-container .fig-rtx5080 .hd-line:nth-child(1) .hd-bar {
  width: 30%;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .fig-container .fig-rtx5080 .hd-line:nth-child(2) .hd-bar {
  width: 40%;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .fig-container .fig-rtx5080 .hd-line:nth-child(3) .hd-bar {
  width: 55%;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .fig-container .fig-rtx5080 .hd-line:nth-child(3) .hd-title {
  top: 0.6em;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .fig-container .fig-rtx5080 .hd-bar {
  background: #7fd3ff;
}
#hd #pageContent-panel-boost #pageContent-tab-tokens .fig-container .fig-rtx5080 .color-primary {
  color: black !important;
}
#hd #pageContent-panel-ainw.is-open .hd-trigger-dot {
  display: none;
}
#hd #pageContent-panel-ainw.is-open .hd-trigger-dot.hd-active {
  display: block;
}
#hd #pageContent-panel-ainw .hd-top,
#hd #pageContent-panel-ainw .hd-bottom {
  width: 100%;
  position: relative;
  z-index: 2;
}
#hd #pageContent-panel-ainw .hd-top li {
  width: 48%;
  padding: 0 1em;
}
#hd #pageContent-panel-ainw .hd-top li img {
  max-width: 126px !important;
  margin-left: 0;
  margin-top: 1em;
}
#hd #pageContent-panel-ainw .bg-black {
  background: #111414;
  margin-top: 1em;
}
#hd #pageContent-panel-ainw .swiper-slide {
  height: 100%;
}
#hd #pageContent-panel-ainw .swiper-slide.slide-mlo figure {
  max-width: 60em;
  margin: 0 auto;
  margin-bottom: 1em;
}
#hd #pageContent-panel-ainw .swiper-slide.slide-mlo .hd-txt {
  text-align: center;
  max-width: 60em;
  margin: 0 auto;
}
#hd #pageContent-panel-ainw .hd-right {
  padding: 2em;
}
#hd #pageContent-panel-ainw .hd-right p {
  margin-bottom: 1em;
}
#hd #pageContent-panel-ainw .hd-fig-container {
  margin-top: 1.5em;
}
#hd #pageContent-panel-ainw .hd-fig-container p {
  padding-right: 2em;
  line-height: 1.25;
}
#hd #pageContent-panel-ainw .hd-fig-container p strong {
  font-size: 2em;
}
#hd #pageContent-panel-ainw .hd-fig-container p small {
  display: block;
  text-align: right;
}
#hd #pageContent-panel-aioc .hd-content,
#hd #pageContent-panel-aic .hd-content {
  padding-right: 40px;
}
#hd #pageContent-panel-aioc h4 + p,
#hd #pageContent-panel-aic h4 + p {
  margin-bottom: 1em;
}
#hd #pageContent-panel-aioc .hd-btn,
#hd #pageContent-panel-aic .hd-btn {
  margin: 0.25em auto;
}
#hd #pageContent-panel-aic .hd-content {
  padding-left: 40px;
  padding-right: 0;
}
#hd #pageContent-panel-aiad .hd-content {
  padding-right: 40px;
  padding-left: 0;
}
#hd #pageContent-panel-aiad .vid-control {
  margin-bottom: -70px;
}

@media screen and (max-width: 1280px) {
  #hd .sec-ai .hd-frame {
    --content-padding: 40px 50px;
  }
  #hd #pageContent-panel-aioc .hd-content {
    padding-right: 1em;
  }
  #hd #pageContent-panel-aioc h4 + p {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-ai .hd-frame {
    --content-padding: 30px 50px;
  }
  #hd #pageContent-panel-boost #pageContent-tab-tokens .hd-txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5em;
  }
  #hd #pageContent-panel-boost #pageContent-tab-tokens .hd-video {
    width: 100%;
  }
  #hd #pageContent-panel-boost .fig-metro,
  #hd #pageContent-panel-boost .fig-cs,
  #hd #pageContent-panel-boost .fig-score,
  #hd #pageContent-panel-boost .fig-ul {
    width: 100%;
    max-width: 600px;
  }
  #hd #pageContent-panel-boost .fig-container {
    margin-top: 50px;
  }
  #hd #pageContent-panel-ainw .hd-top li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-ai .hd-frame {
    --content-padding: 30px;
  }
  #hd #pageContent-panel-boost #pageContent-tab-tokens .fig-rtx9070,
  #hd #pageContent-panel-boost #pageContent-tab-tokens .fig-rtx5080 {
    width: 100%;
  }
  #hd #pageContent-panel-ainw .hd-top li {
    width: 100%;
    padding: 0;
    margin-bottom: 2em;
  }
  #hd #pageContent-panel-ainw .bg-black {
    margin-top: 0;
  }
  #hd #pageContent-panel-ainw .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #hd #pageContent-panel-ainw .swiper-slide > div {
    width: 100%;
  }
  #hd #pageContent-panel-aioc .hd-container,
  #hd #pageContent-panel-aic .hd-container,
  #hd #pageContent-panel-aiad .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd #pageContent-panel-aioc .hd-content,
  #hd #pageContent-panel-aic .hd-content,
  #hd #pageContent-panel-aiad .hd-content {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #hd #pageContent-panel-aioc figure,
  #hd #pageContent-panel-aic figure,
  #hd #pageContent-panel-aiad figure {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-ai .hd-frame {
    --content-padding: 24px;
  }
  #hd .sec-ai .frame-aiad .hd-wrapper,
  #hd .sec-ai .frame-ainw .hd-wrapper,
  #hd .sec-ai .frame-boost .hd-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-ai .frame-aiad .hd-content,
  #hd .sec-ai .frame-ainw .hd-content,
  #hd .sec-ai .frame-boost .hd-content {
    width: 100%;
    max-width: none;
    padding: var(--content-padding);
  }
  #hd .sec-ai .frame-aiad .hd-img-container,
  #hd .sec-ai .frame-ainw .hd-img-container,
  #hd .sec-ai .frame-boost .hd-img-container {
    width: 100%;
    margin: -16% 0 0;
  }
  #hd .sec-ai .frame-aiad .hd-img-container,
  #hd .sec-ai .frame-boost .hd-img-container {
    margin-top: -5%;
    margin-bottom: 40px;
  }
  #hd #pageContent-panel-ainw .hd-right {
    padding: 2em 10px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ai {
    padding: 40px 0 20px;
  }
  #hd .sec-ai .frame-aic .hd-img-container {
    margin-top: -20%;
  }
}
#hd .sec-overclocking {
  padding: 100px 0 80px;
  position: relative;
}
#hd .sec-overclocking > .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
#hd .sec-overclocking .frame-oc .hd-img-container {
  margin: 0 auto;
}
#hd .sec-overclocking .frame-clock {
  padding-bottom: 50px;
}
#hd .sec-overclocking .frame-toolkit .hd-img-container {
  margin-top: -15%;
  margin-bottom: 40px;
}
#hd #pageContent-panel-oc > .hd-container {
  padding-right: 2%;
}
#hd #pageContent-panel-oc .hd-content:not(.hd-col100) {
  width: 20em;
  position: relative;
  z-index: 2;
}
#hd #pageContent-panel-oc .hd-img-container {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -5%;
}
#hd #pageContent-panel-oc .hd-img-container h4 {
  display: none;
  font-size: 3em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-transform: none;
  text-align: right;
  position: relative;
  z-index: 2;
}
#hd #pageContent-panel-oc figure {
  position: relative;
}
#hd #pageContent-panel-oc figure img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#hd #pageContent-panel-oc figure img.hd-base {
  position: relative;
}
#hd #pageContent-panel-oc figure img.hd-circle {
  width: 29%;
  top: 35%;
  left: 18.2%;
}
#hd #pageContent-panel-oc .txt-circle {
  font-size: 1.75em;
  position: absolute;
  top: 38%;
  left: 26%;
  line-height: 1.75;
  text-align: center;
  margin-top: 0.5em;
}
#hd #pageContent-panel-oc .txt-top,
#hd #pageContent-panel-oc .txt-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -50%;
  position: absolute;
  left: 24%;
  margin-top: 0.125em;
}
#hd #pageContent-panel-oc .txt-top .left,
#hd #pageContent-panel-oc .txt-bottom .left {
  width: 100%;
  text-align: center;
}
#hd #pageContent-panel-oc .txt-top p,
#hd #pageContent-panel-oc .txt-bottom p {
  display: inline-block;
  padding: 0 1em;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.5)), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0));
  font-size: 1.5em;
  font-weight: bold;
}
#hd #pageContent-panel-oc .txt-top strong,
#hd #pageContent-panel-oc .txt-bottom strong {
  width: 6em;
  font-size: 1.75em;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#hd #pageContent-panel-oc .txt-top small,
#hd #pageContent-panel-oc .txt-bottom small {
  display: block;
}
#hd #pageContent-panel-oc .txt-top {
  top: 1.25%;
}
#hd #pageContent-panel-oc .txt-top .left {
  padding-top: 5%;
}
#hd #pageContent-panel-oc .txt-bottom {
  bottom: 1%;
}
#hd #pageContent-panel-oc .txt-bottom .left {
  padding-bottom: 5%;
}
#hd #pageContent-panel-oc .hd-ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 55%;
  margin: auto 0;
}
#hd #pageContent-panel-oc .hd-ex strong {
  display: block;
  font-size: 1.125em;
}
#hd #pageContent-panel-oc.is-expanded .hd-base {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.6s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-oc.is-expanded .hd-circle {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: ocRotate;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 1s;
  animation-name: ocRotate;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-oc.is-expanded .txt-circle {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 1s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-oc.is-expanded .hd-line {
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.6s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-oc.is-expanded .hd-arrow {
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: ocArrowIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.6s;
  animation-duration: 0.8s;
  animation-name: ocArrowIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-oc.is-expanded .txt-top,
#hd #pageContent-panel-oc.is-expanded .txt-bottom {
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 2s;
  animation-duration: 0.8s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-oc.is-expanded .hd-ex {
  -webkit-animation-delay: 2.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 2.6s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-coreflex > .hd-container {
  padding-right: 2%;
}
#hd #pageContent-panel-coreflex .hd-content:not(.hd-col100) {
  width: 22em;
  position: relative;
  z-index: 2;
}
#hd #pageContent-panel-coreflex .hd-img-container {
  width: 65%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -7%;
}
#hd #pageContent-panel-coreflex .hd-img-container h4 {
  display: none;
  font-size: 3em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-transform: none;
  text-align: right;
  position: relative;
  z-index: 2;
}
#hd #pageContent-panel-coreflex figure {
  position: relative;
}
#hd #pageContent-panel-coreflex figure img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#hd #pageContent-panel-coreflex figure img.hd-base {
  position: relative;
}
#hd #pageContent-panel-coreflex figure img.hd-circle {
  width: 24%;
  top: 34.5%;
  left: 15.2%;
}
#hd #pageContent-panel-coreflex .txt-circle {
  font-size: 1.7em;
  position: absolute;
  top: 39.5%;
  left: 21%;
  line-height: 1.3;
  text-align: center;
  margin-top: 0.125em;
}
#hd #pageContent-panel-coreflex .txt-top,
#hd #pageContent-panel-coreflex .txt-middle,
#hd #pageContent-panel-coreflex .txt-bottom {
  display: inline-block;
  padding: 0 1em;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.5)), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0));
  font-size: 1.875em;
  font-weight: bold;
  position: absolute;
  left: 42%;
  margin-top: 0.125em;
}
#hd #pageContent-panel-coreflex .txt-top {
  top: 5.25%;
}
#hd #pageContent-panel-coreflex .txt-middle {
  top: 45.75%;
}
#hd #pageContent-panel-coreflex .txt-bottom {
  top: 84.75%;
}
#hd #pageContent-panel-coreflex .hd-ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 77%;
  margin: auto -10% auto 0;
}
#hd #pageContent-panel-coreflex .hd-ex strong {
  display: block;
  font-size: 1.25em;
  padding-left: 1.25em;
}
#hd #pageContent-panel-coreflex .hd-ex li {
  font-size: 2em;
  font-weight: bold;
  padding-left: 0.75em;
  position: relative;
}
#hd #pageContent-panel-coreflex .hd-ex li:before {
  content: "";
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 0.25em;
  background: white;
  position: absolute;
  top: 0.4em;
  left: 0;
}
#hd #pageContent-panel-coreflex .hd-ex button {
  width: 100%;
  font: inherit;
  text-align: left;
  white-space: nowrap;
  color: white;
  padding-right: 1.5em;
  position: relative;
}
#hd #pageContent-panel-coreflex .hd-ex button i {
  display: block;
  width: 1.4em;
  height: 1.4em;
  font-family: serif;
  font-size: 0.6em;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 1em;
  border: 2px solid rgba(253, 143, 31, 0.5);
  background: rgba(253, 143, 31, 0.1);
  color: #ff84f4;
  position: absolute;
  top: 0.25em;
  right: 0;
}
#hd #pageContent-panel-coreflex .hd-ex button:hover {
  color: #fd8f1f;
}
#hd #pageContent-panel-coreflex .hd-ex button:hover i {
  color: white;
  border-color: rgba(253, 143, 31, 0.75);
  background: rgba(253, 143, 31, 0.25);
}
#hd #pageContent-panel-coreflex .hd-frame-s {
  border: 3px solid #fd8f1f;
  border-radius: 1em;
  padding: 1.5em 1em;
}
#hd #pageContent-panel-coreflex.is-expanded .hd-base {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.6s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-coreflex.is-expanded .hd-circle {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: ocRotate;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 1s;
  animation-name: ocRotate;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-coreflex.is-expanded .txt-circle {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 1s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-coreflex.is-expanded .hd-line {
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.6s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-coreflex.is-expanded .hd-arrow {
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: ocArrowIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.6s;
  animation-duration: 0.8s;
  animation-name: ocArrowIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-coreflex.is-expanded .txt-top,
#hd #pageContent-panel-coreflex.is-expanded .txt-middle,
#hd #pageContent-panel-coreflex.is-expanded .txt-bottom {
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 2s;
  animation-duration: 0.8s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-coreflex.is-expanded .hd-ex {
  -webkit-animation-delay: 2.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 2.6s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-toolkit .hd-container {
  position: relative;
  overflow: hidden;
}
#hd #pageContent-panel-toolkit figure {
  width: 30%;
  margin-left: -10%;
}
#hd #pageContent-panel-toolkit .hd-content {
  width: 80%;
  padding-left: 2em;
}
#hd #pageContent-panel-toolkit ol {
  font-size: 0.9em;
  margin-top: 2em;
}
#hd #pageContent-panel-toolkit ol li {
  width: calc(50% - 1em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}
#hd #pageContent-panel-toolkit ol li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#hd #pageContent-panel-toolkit ol li:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#hd #pageContent-panel-toolkit ol li:nth-child(3) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
#hd #pageContent-panel-toolkit ol li:nth-child(4) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
#hd #pageContent-panel-toolkit ol li:nth-child(5) {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
#hd #pageContent-panel-toolkit ol li:nth-child(6) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#hd #pageContent-panel-toolkit ol li:nth-child(7) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#hd #pageContent-panel-toolkit ol li:nth-child(8) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
#hd #pageContent-panel-toolkit ol li:nth-child(9) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
  border-bottom-width: 0px;
  margin-bottom: 0;
}
#hd #pageContent-panel-toolkit ol li .hd-txt {
  width: 100%;
  padding-right: 0.5em;
}
#hd #pageContent-panel-toolkit ol li h5 {
  font-size: 1.25em;
  margin-bottom: 0.25em;
}
#hd #pageContent-panel-toolkit ol li p {
  line-height: 1.25;
}
#hd .tab-sensing img {
  margin-left: 0;
}
#hd .tab-overclocking,
#hd .tab-power,
#hd .tab-memory {
  padding: 4em 0 3em;
}
#hd .tab-overclocking .hd-content {
  padding-right: 2em;
}
#hd .tab-overclocking h4 + p {
  margin-bottom: 1em;
}
#hd .tab-overclocking .hd-btn {
  margin: 0.25em auto;
}
#hd #pageContent-panel-clock .hd-content:not(.hd-col100) {
  width: 20em;
  position: relative;
  z-index: 2;
}
#hd #pageContent-panel-clock figure {
  width: 70%;
  position: relative;
}
#hd #pageContent-panel-clock figure img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#hd #pageContent-panel-clock figure img.hd-base {
  position: relative;
}
#hd #pageContent-panel-clock figure p {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.125;
  text-align: center;
}
#hd #pageContent-panel-clock figure .hd-cpu {
  width: 25%;
  position: absolute;
  top: 45%;
  left: 47%;
}
#hd #pageContent-panel-clock figure .hd-des {
  font-size: 1.125em;
  font-weight: 500;
  text-align: left;
  width: 30%;
  position: absolute;
  left: 72%;
  top: 21%;
}
#hd #pageContent-panel-clock figure .hd-bottom {
  width: 100%;
  position: absolute;
  top: 83%;
  left: 0;
}
#hd #pageContent-panel-clock figure .hd-bottom .hd-left {
  width: 43%;
  margin-top: -11%;
}
#hd #pageContent-panel-clock figure .hd-bottom .hd-left p {
  width: 50%;
}
#hd #pageContent-panel-clock figure .hd-bottom > p {
  width: 51%;
}
#hd #pageContent-panel-clock.is-expanded .hd-line-top {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 0.4s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-clock.is-expanded .hd-cpu,
#hd #pageContent-panel-clock.is-expanded .hd-des {
  -webkit-animation-delay: 0.95s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.95s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-clock.is-expanded .hd-line-bottom {
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.6s;
  animation-duration: 0.4s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-clock.is-expanded .hd-bottom > p {
  -webkit-animation-delay: 1.75s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.75s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-pbo .hd-content {
  padding-right: 20px;
}
#hd #pageContent-panel-pbo .fig-container {
  width: 95%;
  margin: 1em 0;
  position: relative;
}
#hd #pageContent-panel-pbo .fig-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
#hd #pageContent-panel-pbo .fig-container li {
  width: 20%;
  padding: 0.125em;
}
#hd #pageContent-panel-pbo .fig-container li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 0.125em;
  font-size: 1.25em;
  border: 2px solid rgba(253, 143, 31, 0.5);
  border-radius: 4px;
}
#hd #pageContent-panel-pbo .fig-container li i {
  width: 2em;
  height: 2em;
  margin-bottom: 0.5em;
  position: relative;
  overflow: hidden;
}
#hd #pageContent-panel-pbo .fig-container li i span, #hd #pageContent-panel-pbo .fig-container li i:before, #hd #pageContent-panel-pbo .fig-container li i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#hd #pageContent-panel-pbo .fig-container li i:before {
  background-image: url(../img/performance/overclocking/arrow-1.svg);
}
#hd #pageContent-panel-pbo .fig-container li i span {
  background-image: url(../img/performance/overclocking/arrow-2.svg);
}
#hd #pageContent-panel-pbo .fig-container li i:after {
  background-image: url(../img/performance/overclocking/arrow-3.svg);
}
#hd #pageContent-panel-pbo.is-expanded .fig-container .hd-bg {
  animation: playSpriteH 0.5s steps(7) 4 reverse, playSpriteV 2s steps(4) 1 reverse;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li i:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li i span {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li i:after {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(1) i:before {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(1) i span {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(1) i:after {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(2) i:before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(2) i span {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(2) i:after {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(3) i:before {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(3) i span {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(3) i:after {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(4) i:before {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(4) i span {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(4) i:after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(5) i:before {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(5) i span {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
#hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(5) i:after {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@media screen and (max-width: 1440px) {
  #hd #pageContent-panel-oc .hd-img-container {
    margin-left: -10%;
  }
  #hd #pageContent-panel-oc .hd-img-container h4 {
    font-size: 2.5em;
  }
  #hd #pageContent-panel-oc .txt-top,
  #hd #pageContent-panel-oc .txt-bottom {
    left: 30%;
  }
  #hd #pageContent-panel-coreflex .hd-img-container {
    font-size: 1vw;
    margin-left: -10%;
  }
  #hd #pageContent-panel-coreflex .hd-img-container h4 {
    font-size: 2.5em;
  }
  #hd #pageContent-panel-coreflex .hd-ex {
    width: 35%;
  }
  #hd #pageContent-panel-coreflex .hd-ex strong {
    padding-left: 1em;
  }
  #hd #pageContent-panel-coreflex .hd-ex li {
    font-size: 1.5em;
  }
  #hd #pageContent-panel-pbo .fig-container li > span {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-overclocking .hd-frame {
    --content-padding: 40px 50px;
  }
  #hd #pageContent-panel-oc .hd-img-container {
    font-size: 1.125vw;
  }
  #hd #pageContent-panel-coreflex .txt-circle {
    line-height: 1.25;
    left: 20%;
  }
  #hd #pageContent-panel-coreflex .txt-top,
  #hd #pageContent-panel-coreflex .txt-middle,
  #hd #pageContent-panel-coreflex .txt-bottom {
    left: 44%;
  }
  #hd #pageContent-panel-clock figure {
    font-size: 0.8em;
  }
  #hd #pageContent-panel-toolkit .hd-content {
    padding-left: 1em;
  }
  #hd #pageContent-panel-toolkit ol li {
    width: calc(50% - 0.5em);
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
  }
  #hd #pageContent-panel-toolkit ol li:before {
    font-size: 2em;
  }
  #hd #pageContent-panel-toolkit ol li .hd-txt {
    padding-right: 0;
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-overclocking .hd-frame {
    --content-padding: 30px 40px;
  }
  #hd .sec-overclocking .frame-oc .hd-wrapper,
  #hd .sec-overclocking .frame-coreflex .hd-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-overclocking .frame-oc .hd-content,
  #hd .sec-overclocking .frame-coreflex .hd-content {
    width: 100%;
    max-width: none;
  }
  #hd .sec-overclocking .frame-oc .hd-img-container,
  #hd .sec-overclocking .frame-coreflex .hd-img-container {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd #pageContent-panel-oc .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd #pageContent-panel-oc .hd-content:not(.hd-col100) {
    width: 100%;
  }
  #hd #pageContent-panel-oc .hd-img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  #hd #pageContent-panel-oc .hd-img-container h4 {
    display: block;
  }
  #hd #pageContent-panel-oc figure {
    width: 60%;
    margin-left: -4%;
  }
  #hd #pageContent-panel-coreflex .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd #pageContent-panel-coreflex .hd-content:not(.hd-col100) {
    width: 100%;
  }
  #hd #pageContent-panel-coreflex .hd-img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-left: 0;
  }
  #hd #pageContent-panel-coreflex .hd-img-container h4 {
    display: block;
  }
  #hd #pageContent-panel-coreflex figure {
    width: 80%;
    margin-left: -4%;
  }
  #hd #pageContent-panel-coreflex .txt-circle {
    font-size: 2.3em;
  }
  #hd #pageContent-panel-coreflex .txt-top,
  #hd #pageContent-panel-coreflex .txt-middle,
  #hd #pageContent-panel-coreflex .txt-bottom {
    font-size: 2.5em;
  }
  #hd #pageContent-panel-coreflex .hd-ex {
    font-size: 1.25em;
  }
  #hd #pageContent-panel-clock .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd #pageContent-panel-clock .hd-content:not(.hd-col100) {
    width: 100%;
  }
  #hd #pageContent-panel-clock figure {
    width: 100%;
    font-size: 1.5vw;
  }
  #hd #pageContent-panel-pbo .hd-containter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd #pageContent-panel-pbo .hd-content,
  #hd #pageContent-panel-pbo figure.hd-col50 {
    width: 100%;
  }
  #hd #pageContent-panel-pbo .hd-content {
    padding-right: 0;
  }
  #hd #pageContent-panel-pbo .fig-container {
    width: 100%;
    max-width: 30em;
    margin: 0 auto 1em;
  }
  #hd #pageContent-panel-toolkit ol li {
    width: 100%;
  }
  #hd #pageContent-panel-toolkit ol li:nth-child(n) {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  #hd #pageContent-panel-toolkit ol li:nth-child(5) {
    border-bottom-width: 1px;
    margin-bottom: 0.75em;
  }
  #hd #pageContent-panel-toolkit ol li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 768px) {
  #hd #pageContent-panel-oc .hd-img-container h4 {
    font-size: 3.5em;
  }
  #hd #pageContent-panel-oc .txt-circle {
    font-size: 2.4em;
  }
  #hd #pageContent-panel-oc .txt-top,
  #hd #pageContent-panel-oc .txt-bottom {
    font-size: 1.5em;
    margin-right: -10%;
  }
  #hd #pageContent-panel-oc .hd-ex {
    left: 50%;
  }
  #hd #pageContent-panel-coreflex .hd-img-container h4 {
    font-size: 4em;
  }
  #hd #pageContent-panel-coreflex figure {
    font-size: 1.35em;
  }
  #hd #pageContent-panel-coreflex .txt-circle {
    font-size: 2.25em;
  }
  #hd #pageContent-panel-coreflex .txt-top,
  #hd #pageContent-panel-coreflex .txt-middle,
  #hd #pageContent-panel-coreflex .txt-bottom {
    font-size: 3em;
    left: 40%;
  }
  #hd #pageContent-panel-coreflex .hd-ex {
    width: 30%;
    font-size: 1.25em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-overclocking .hd-frame {
    --content-padding: 30px;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-overclocking .hd-frame {
    --content-padding: 24px;
  }
  #hd #pageContent-panel-toolkit figure {
    width: 50%;
  }
  #hd #pageContent-panel-toolkit .hd-content {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-overclocking {
    padding: 40px 0 20px;
  }
  #hd .frame-toolkit .hd-img-container {
    margin-top: -10%;
    margin-bottom: -5%;
  }
  #hd #pageContent-panel-oc figure {
    margin-left: -12%;
  }
  #hd #pageContent-panel-oc .txt-circle {
    font-size: 3.25em;
    line-height: 1.5;
    left: 23%;
  }
  #hd #pageContent-panel-oc .txt-top,
  #hd #pageContent-panel-oc .txt-bottom {
    font-size: 2em;
  }
  #hd #pageContent-panel-oc .txt-top p,
  #hd #pageContent-panel-oc .txt-bottom p {
    font-size: 2em;
  }
  #hd #pageContent-panel-oc .txt-top strong,
  #hd #pageContent-panel-oc .txt-bottom strong {
    font-size: 1.5em;
  }
  #hd #pageContent-panel-oc .txt-top {
    top: -0.5%;
  }
  #hd #pageContent-panel-oc .txt-top .left {
    padding-top: 2%;
  }
  #hd #pageContent-panel-oc .txt-bottom .left {
    padding-bottom: 0;
  }
  #hd #pageContent-panel-oc .hd-ex {
    display: none;
  }
  #hd #pageContent-panel-coreflex figure {
    margin-left: -10%;
  }
  #hd #pageContent-panel-coreflex .hd-ex {
    width: 35%;
    left: 70%;
  }
  #hd #pageContent-panel-coreflex .hd-ex li {
    font-size: 1.75em;
  }
  #hd #pageContent-panel-coreflex .hd-frame-s {
    border-width: 2px;
  }
  #hd #pageContent-panel-clock figure {
    font-size: 1.25vw;
  }
  #hd #pageContent-panel-clock figure .hd-des {
    top: 15%;
  }
  #hd #pageContent-panel-pbo .fig-container li > span {
    font-size: 1em;
  }
  #hd #pageContent-panel-toolkit .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #hd #pageContent-panel-toolkit figure {
    width: 80%;
  }
  #hd #pageContent-panel-toolkit .hd-content {
    width: 100%;
    padding-left: 0;
  }
  #hd #pageContent-panel-toolkit ol li {
    margin-bottom: 1em;
  }
}
#hd .sec-memory {
  padding: 100px 0 80px;
}
#hd .sec-memory .frame-container {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
}
#hd .sec-memory .frame-container > li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
#hd .sec-memory .frame-container > li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
#hd .sec-memory .frame-container > li:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
#hd .sec-memory .frame-container > li:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
#hd .sec-memory .hd-frame .hd-content {
  padding-bottom: 0;
}
#hd .sec-memory .frame-dimm .hd-img-container {
  margin-top: auto;
  margin-bottom: auto;
}
#hd .sec-memory .frame-ddr5 .hd-content {
  margin-bottom: auto;
}
#hd .sec-memory .frame-ddr5 .hd-img-container img {
  margin-top: -5%;
}
#hd .sec-memory .frame-ddr5 p strong {
  font-size: 2.5em;
  letter-spacing: -0.04em;
  word-spacing: -0.12em;
}
#hd .sec-memory .frame-nitropath p strong {
  font-size: 2.5em;
  letter-spacing: -0.04em;
  word-spacing: -0.12em;
}
#hd #pageContent-panel-dimm .hd-content {
  padding-left: 1.5em;
}
#hd #pageContent-panel-aemp .hd-content {
  padding-left: 40px;
}
#hd #pageContent-panel-nitropath .hd-content {
  margin-bottom: 20px;
}
#hd #pageContent-panel-nitropath .hd-left {
  position: relative;
  z-index: 2;
}
#hd #pageContent-panel-nitropath .hd-left h3 {
  margin-bottom: 0;
}
#hd #pageContent-panel-nitropath figure {
  padding-top: 5%;
  position: relative;
}
#hd #pageContent-panel-nitropath .hd-graphic-container {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 10px;
}
#hd #pageContent-panel-nitropath .hd-graphic-container > img {
  width: 100%;
}
#hd #pageContent-panel-nitropath .hd-graphic-container p {
  font-size: 1.5em;
}
#hd #pageContent-panel-nitropath .hd-label {
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  white-space: nowrap;
  text-shadow: 0 0 3px black, 0 0 5px black, 0 0 10px black, 0 0 15px black, 0 0 18px black, 0 0 18px black;
}
#hd #pageContent-panel-nitropath .hd-label strong {
  display: block;
  font-size: 2.25em;
  font-style: italic;
  letter-spacing: -0.04em;
  word-spacing: -0.12em;
  line-height: 1;
  margin-top: 0.125em;
}
#hd #pageContent-panel-nitropath .hd-label.label-1 {
  left: 58%;
  bottom: 85%;
  margin: 0 auto;
}
#hd #pageContent-panel-nitropath .hd-label.label-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 105%;
  top: 12%;
  bottom: 0;
  margin: auto 0;
}
#hd #pageContent-panel-nitropath .hd-label.label-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 75%;
  top: 20%;
  bottom: 0;
  margin: auto 0;
}
#hd #pageContent-panel-nitropath #pageContent-note-stub {
  display: block;
  font-size: 0.875rem;
  font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-weight: normal;
  margin-top: 6px;
}
#hd #pageContent-panel-nitropath #pageContent-note-stub i {
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 5px;
  background: #ff0012;
  margin-right: 5px;
}
#hd #pageContent-panel-nitropath .hd-right {
  position: relative;
}
#hd #pageContent-panel-nitropath .hd-right .hd-img-container {
  position: relative;
}
#hd #pageContent-panel-nitropath .hd-right img {
  width: 100%;
}
#hd #pageContent-panel-nitropath .hd-right .hd-highlight {
  position: absolute;
  inset: 0;
}
#hd #pageContent-panel-nitropath.is-expanded .label-1 {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.4s;
  animation-duration: 0.6s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-nitropath.is-expanded .label-2 {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.4s;
  animation-duration: 0.6s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-nitropath.is-expanded .hd-img-container {
  -webkit-animation-delay: 0.9s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: zoomGraphic;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.9s;
  animation-duration: 1s;
  animation-name: zoomGraphic;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-nitropath.is-expanded .hd-highlight {
  -webkit-animation-delay: 1.2s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.2s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-panel-nitropath.is-expanded .label-3 {
  opacity: 0;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.5s;
  animation-duration: 0.6s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-ani-nitropath.is-paused .graphic-original,
#hd #pageContent-ani-nitropath.is-paused .graphic-nitropath,
#hd #pageContent-ani-nitropath.is-paused .label-1,
#hd #pageContent-ani-nitropath.is-paused .label-2,
#hd #pageContent-ani-nitropath.is-paused .hd-img-container,
#hd #pageContent-ani-nitropath.is-paused .hd-highlight,
#hd #pageContent-ani-nitropath.is-paused .label-3 {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#hd #pageContent-tab-ddr5 > div {
  margin-bottom: 4em;
}
#hd #pageContent-tab-ddr5 .hd-content {
  padding: 0 1.2em;
}
#hd #pageContent-tab-pcb .hd-content {
  padding-left: 3%;
}
#hd #pageContent-tab-pcb h5 {
  margin-top: 1em;
  font-size: 1.4em;
}
#hd #pageContent-tab-pcb .hd-note {
  margin-top: 0.5em;
}
#hd #pageContent-tab-pcb ul button {
  color: white;
}
#hd #pageContent-tab-pcb ul button[aria-expanded=true] i {
  background: rgba(189, 74, 0, 0.9607843137);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#hd #pageContent-tab-pcb ul button[aria-expanded=true] h5 {
  color: rgba(189, 74, 0, 0.9607843137);
}
#hd #pageContent-tab-pcb ul button[aria-expanded=true] ~ p {
  display: block;
}
#hd #pageContent-tab-pcb ul button:hover h5, #hd #pageContent-tab-pcb ul button:focus-visible h5 {
  color: rgba(189, 74, 0, 0.9607843137);
}
#hd #pageContent-tab-pcb ul i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 2em;
  background: #bfbfbf;
  position: relative;
  margin-left: 0.25em;
  margin-top: -0.125em;
  -webkit-transition: -webkit-transform 0.25s 0.25s ease;
  transition: -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, -webkit-transform 0.25s 0.25s ease;
}
#hd #pageContent-tab-pcb ul i:before, #hd #pageContent-tab-pcb ul i:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  border-radius: 2px;
  background: #181818;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd #pageContent-tab-pcb ul i:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd #pageContent-tab-pcb ul p {
  display: none;
}

@media screen and (max-width: 1280px) {
  #hd #pageContent-panel-nitropath .hd-label {
    font-size: 1.25em;
  }
  #hd #pageContent-panel-nitropath .hd-label strong {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 768px) {
  #hd #pageContent-panel-dimm .hd-content {
    width: 100%;
    padding-left: 0;
  }
  #hd #pageContent-panel-dimm .hd-col55 {
    width: 100%;
  }
  #hd #pageContent-panel-ddr5 .hd-container,
  #hd #pageContent-panel-aemp .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd #pageContent-panel-ddr5 .hd-content,
  #hd #pageContent-panel-aemp .hd-content {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #hd #pageContent-panel-ddr5 figure,
  #hd #pageContent-panel-aemp figure {
    width: 100%;
  }
  #hd #pageContent-panel-nitropath .hd-left {
    width: 45%;
  }
  #hd #pageContent-panel-nitropath .hd-right {
    width: 55%;
  }
  #hd #pageContent-panel-nitropath .hd-label {
    font-size: 1em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-memory .frame-container {
    display: block;
  }
  #hd .sec-memory .frame-container > li {
    width: 100%;
  }
  #hd .sec-memory .hd-frame .hd-content {
    width: 100%;
    max-width: none;
  }
  #hd #pageContent-panel-nitropath .hd-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd #pageContent-panel-nitropath .hd-left {
    width: 100%;
    margin: 0 auto;
  }
  #hd #pageContent-panel-nitropath figure {
    width: 100%;
    padding-top: 15%;
  }
  #hd #pageContent-panel-nitropath .hd-right {
    width: 100%;
  }
  #hd #pageContent-panel-nitropath .hd-label {
    font-size: 1.125em;
  }
  #hd #pageContent-panel-nitropath .hd-label.label-2 {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    margin-left: 60%;
  }
  #hd #pageContent-panel-nitropath .hd-label.label-1 {
    bottom: 70%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-memory {
    padding: 40px 0 20px;
  }
  #hd .sec-memory .frame-nitropath p strong {
    font-size: 2em;
  }
  #hd #pageContent-panel-nitropath .hd-graphic-container > img {
    margin-bottom: 10px;
  }
  #hd #pageContent-panel-nitropath .hd-graphic-container span {
    font-size: 0.75em;
  }
  #hd #pageContent-panel-nitropath .hd-right {
    width: 100%;
  }
  #hd #pageContent-panel-nitropath .hd-label {
    font-size: 1em;
  }
  #hd #pageContent-panel-nitropath .hd-label strong {
    font-size: 1.5em;
  }
  #hd #pageContent-panel-nitropath .hd-label.label-3 {
    top: auto;
    bottom: 60%;
    left: 43%;
  }
}
#hd .sec-cooling {
  padding: 80px 0 80px;
}
#hd .sec-cooling .hd-content {
  padding-bottom: 0;
}
#hd .sec-cooling .frame-thermal .list-marks {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#hd .sec-cooling .frame-thermal .list-marks li {
  padding-left: 1.5em;
  position: relative;
}
#hd .sec-cooling .frame-thermal .list-marks li:before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: #fd8f1f;
  position: absolute;
  top: 0.25em;
  left: 0;
}
#hd .sec-cooling .frame-thermal .list-marks li:nth-child(1):before {
  background: #fe3838;
}
#hd .sec-cooling .frame-thermal .list-marks li:nth-child(2):before {
  background: #1cbbfe;
}
#hd .sec-cooling .frame-thermal .list-marks li:nth-child(3):before {
  background: #da44ff;
}
#hd .sec-cooling .frame-compatibility .hd-img-container {
  margin-top: auto;
}
#hd #pageContent-panel-thermal h3 {
  margin-top: 1em;
  margin-bottom: 0.25em;
}
#hd #pageContent-panel-thermal h3 + p {
  margin-bottom: 1em;
}
#hd #pageContent-panel-thermal figure {
  width: 55%;
  margin-left: -5%;
  position: relative;
}
#hd #pageContent-panel-thermal figure img {
  width: 100%;
}
#hd #pageContent-panel-thermal figure ul li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0;
  opacity: 0;
}
#hd #pageContent-panel-thermal figure ul li.is-focused {
  opacity: 1;
}
#hd #pageContent-panel-thermal .hd-content {
  padding-left: 3%;
  margin-top: 5%;
}
#hd #pageContent-panel-thermal .hd-content li {
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
  opacity: 0.65;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#hd #pageContent-panel-thermal .hd-content li:before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: #fd8f1f;
  position: absolute;
  top: 0.25em;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#hd #pageContent-panel-thermal .hd-content li:nth-child(1):before {
  background: #fe3838;
}
#hd #pageContent-panel-thermal .hd-content li:nth-child(2):before {
  background: #1cbbfe;
}
#hd #pageContent-panel-thermal .hd-content li:nth-child(3):before {
  background: #da44ff;
}
#hd #pageContent-panel-thermal .hd-content li.is-focused {
  opacity: 1;
}
#hd #pageContent-panel-thermal .hd-content li.is-focused:before {
  opacity: 1;
}
#hd #pageContent-panel-thermal .hd-content li p {
  line-height: 1.5;
}
#hd #pageContent-panel-thermal .hd-content h4 {
  font-size: 1.25em;
  margin-bottom: 0;
}
#hd #pageContent-panel-thermal .hd-filter-list {
  margin: 2em 0;
}
#hd #pageContent-panel-compatibility.is-open > .hd-container {
  opacity: 0.5;
}
#hd #pageContent-panel-compatibility h3 + p {
  margin-bottom: 1em;
}
#hd #pageContent-panel-compatibility small {
  display: block;
  margin-top: 1.5em;
}
#hd #pageContent-panel-compatibility figure {
  position: relative;
  overflow: hidden;
}
#hd #pageContent-panel-compatibility figure img {
  margin-right: auto;
  margin-left: 0;
}
#hd #pageContent-panel-compatibility figure img.hd-cover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#hd #pageContent-panel-compatibility figure.is-animated img.hd-cover {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMark;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0.25s;
  animation-duration: 0.4s;
  animation-name: showMark;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 1280px) {
  #hd #pageContent-panel-thermal .hd-filter-list {
    margin: 1em 0;
  }
}
@media screen and (max-width: 1024px) {
  #hd #pageContent-panel-thermal {
    padding-top: 3em;
  }
  #hd #pageContent-panel-thermal .hd-content {
    padding-left: 1em;
  }
  #hd #pageContent-panel-compatibility {
    padding-top: 3em;
  }
  #hd #pageContent-panel-compatibility .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd #pageContent-panel-compatibility figure,
  #hd #pageContent-panel-compatibility .hd-content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #hd #pageContent-panel-thermal figure {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
  }
  #hd #pageContent-panel-thermal .hd-content {
    width: 100%;
    max-width: 600px;
    padding-left: 0;
    margin: 0 auto;
    padding-bottom: 2em;
  }
  #hd #pageContent-panel-thermal h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-cooling {
    padding: 40px 0;
  }
}
#hd .sec-connectivity {
  padding: 80px 0 80px;
  position: relative;
}
#hd .sec-connectivity > .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-connectivity .frame-container {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
}
#hd .sec-connectivity .frame-container > li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
}
#hd .sec-connectivity .frame-container > li:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}
#hd .sec-connectivity .frame-container > li:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3/1/4/3;
}
#hd .sec-connectivity .frame-container > li:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/3/4;
}
#hd .sec-connectivity .frame-container > li:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 3/3/4/4;
}
#hd .sec-connectivity .frame-container > li:nth-child(6) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 4/1/5/4;
}
#hd .sec-connectivity .frame-title {
  --content-padding: 40px 65px 0;
}
#hd .sec-connectivity .frame-title .hd-img-container {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--border-radius) + 2px);
  margin-top: 1px;
  height: 100%;
  padding-top: 42%;
}
#hd .sec-connectivity .frame-title .hd-img-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
#hd .sec-connectivity .frame-title .hd-content {
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#hd .sec-connectivity .frame-title .h3 {
  font-size: 3em;
}
#hd .sec-connectivity .frame-title .h3 img {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  margin-top: -0.25em;
  margin-left: 0.25em;
}
#hd .sec-connectivity .frame-wifi7 .hd-img-container {
  margin-top: auto;
  margin-bottom: 60px;
}
#hd .sec-connectivity .frame-wifi7 .hd-content {
  padding-bottom: 0;
}
#hd .sec-connectivity .list-feature {
  margin: 20px -20px;
}
#hd .sec-connectivity .list-feature li {
  font-size: 1.125em;
  line-height: 1;
  padding: 20px 10px;
}
#hd .sec-connectivity .list-feature strong {
  font-size: 2.25em;
  display: block;
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: -0.125em;
}
#hd .sec-connectivity .list-feature strong span,
#hd .sec-connectivity .list-feature strong small {
  font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.5em;
}
#hd .sec-connectivity .list-feature strong span {
  display: inline-block;
  vertical-align: top;
  margin-top: -0.125em;
}
#hd .sec-connectivity .frame-port .hd-wrapper {
  margin-top: -8%;
}
#hd .sec-connectivity .frame-port .hd-content {
  max-width: none;
}
#hd .sec-connectivity .frame-port .hd-content p {
  margin-bottom: auto;
}
#hd .sec-connectivity .frame-port .hd-content img {
  width: 80%;
  margin: 20px auto 0;
}
#hd .sec-connectivity .frame-audio p {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  text-align: center;
}
#hd .sec-connectivity .frame-audio .hd-img-container {
  margin-top: -40%;
  margin-bottom: 10%;
}
#hd #pageContent-panel-wifi7 .hd-top,
#hd #pageContent-panel-wifi7 .hd-bottom {
  width: 100%;
  position: relative;
  z-index: 2;
}
#hd #pageContent-panel-wifi7 .hd-top {
  margin-bottom: 20px;
}
#hd #pageContent-panel-wifi7 .hd-top li {
  width: 48%;
  padding: 0 1em;
}
#hd #pageContent-panel-wifi7 .hd-top li:last-child h4 + p {
  margin-bottom: 40px;
}
#hd #pageContent-panel-wifi7 .hd-top li img {
  max-width: 126px !important;
  margin-left: 0;
  margin-top: 1em;
}
#hd #pageContent-panel-wifi7 .bg-black {
  background: #111414;
  margin-top: 1em;
}
#hd #pageContent-panel-wifi7 .item {
  height: 100%;
}
#hd #pageContent-panel-wifi7 .hd-right {
  padding: 2em;
}
#hd #pageContent-panel-wifi7 .hd-right p {
  margin-bottom: 1em;
}
#hd #pageContent-panel-wifi7 .hd-fig-container {
  margin-top: 1.5em;
}
#hd #pageContent-panel-wifi7 .hd-fig-container p {
  padding-right: 2em;
  line-height: 1.25;
}
#hd #pageContent-panel-wifi7 .hd-fig-container p strong {
  font-size: 2em;
}
#hd #pageContent-panel-wifi7 .hd-fig-container p small {
  display: block;
  text-align: right;
}
#hd #pageContent-panel-m2 .hd-content {
  padding-left: 40px;
}
#hd #pageContent-panel-m2 figure {
  position: relative;
}
#hd #pageContent-panel-m2 figure img {
  width: 100%;
}
#hd #pageContent-panel-m2 figure .hd-cover {
  position: absolute;
  top: 0;
  left: 0;
}
#hd #pageContent-panel-m2 figure p {
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1;
  text-shadow: 0 0 3px black;
  position: absolute;
  top: 101%;
  left: 50%;
  margin-right: -2em;
  z-index: 2;
}
#hd #pageContent-panel-pcie .hd-content {
  padding-left: 40px;
}
#hd #pageContent-panel-pcie figure {
  position: relative;
}
#hd #pageContent-panel-pcie figure img {
  width: 100%;
}
#hd #pageContent-panel-pcie figure p {
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1;
  text-shadow: 0 0 3px black;
  position: absolute;
  top: 70%;
  left: 87%;
  margin-right: -2em;
  z-index: 2;
}
#hd #pageContent-panel-port li.hd-col50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 48%;
}
#hd #pageContent-panel-port li.hd-col50:nth-child(1) img {
  margin-top: -3%;
}
#hd #pageContent-panel-port p {
  margin-bottom: 16px;
}
#hd #pageContent-panel-port figure {
  margin-top: auto;
  position: relative;
}
#hd #pageContent-panel-port figure img {
  width: 100%;
}
#hd #pageContent-panel-port figure .chassis {
  position: absolute;
  top: 0;
  left: 0;
}
#hd #pageContent-panel-port figure button {
  display: block;
  font-size: 1em;
  pointer-events: none;
  -webkit-transform-origin: 54% 15%;
          transform-origin: 54% 15%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#hd #pageContent-panel-port figure button:after {
  content: "";
  display: block;
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  position: absolute;
  top: 25%;
  left: 58%;
  opacity: 0;
  pointer-events: all;
}
#hd #pageContent-panel-port figure button:hover, #hd #pageContent-panel-port figure button:focus-visible {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  outline: none;
}
#hd #pageContent-panel-port figure button:hover:after, #hd #pageContent-panel-port figure button:focus-visible:after {
  opacity: 1;
  outline: 2px solid #fd8f1f;
}
#hd #pageContent-panel-port figure .hd-highlight {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform-origin: 54% 15%;
          transform-origin: 54% 15%;
}
#hd #pageContent-panel-port figure span {
  width: 18%;
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.25em;
  line-height: 1.125;
  text-align: center;
  position: absolute;
  top: 29%;
  left: 58.5%;
  z-index: 3;
}
#hd #pageContent-panel-port.is-expanded figure .hd-highlight {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: zoomIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.3s;
  animation-duration: 0.4s;
  animation-name: zoomIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-tab-dolby .hd-content,
#hd #pageContent-tab-low .hd-content,
#hd #pageContent-tab-sound .hd-content,
#hd #pageContent-tab-high .hd-content {
  padding-right: 40px;
}
#hd #pageContent-tab-supremefx figure, #hd #pageContent-power figure {
  margin-top: -2em;
  position: relative;
  overflow: hidden;
}
#hd #pageContent-tab-supremefx .hd-wrap, #hd #pageContent-power .hd-wrap {
  position: relative;
}
#hd #pageContent-tab-supremefx .hd-cover li, #hd #pageContent-power .hd-cover li {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.25s ease;
  transition: opacity 0.8s 0.25s ease;
}
#hd #pageContent-tab-supremefx .hd-cover li.hd-active, #hd #pageContent-power .hd-cover li.hd-active {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#hd #pageContent-tab-supremefx .hd-cover img, #hd #pageContent-power .hd-cover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#hd #pageContent-tab-supremefx .trigger-container .hd-trigger-dot:nth-child(1), #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(1) {
  top: 82.5%;
  left: 23%;
}
#hd #pageContent-tab-supremefx .trigger-container .hd-trigger-dot:nth-child(2), #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(2) {
  top: 25%;
  left: 19.5%;
}
#hd #pageContent-tab-supremefx .trigger-container .hd-trigger-dot:nth-child(3), #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(3) {
  top: 51.3%;
  left: 27.3%;
}
#hd #pageContent-tab-supremefx .trigger-container .hd-trigger-dot:nth-child(4), #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(4) {
  top: 63.5%;
  left: 24%;
}
#hd #pageContent-tab-supremefx .trigger-container .hd-trigger-dot:nth-child(5), #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(5) {
  top: 79.5%;
  left: 28.5%;
}
#hd #pageContent-tab-supremefx .hd-txt, #hd #pageContent-power .hd-txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  pointer-events: none;
  z-index: 2;
}
#hd #pageContent-tab-supremefx .hd-txt li, #hd #pageContent-power .hd-txt li {
  width: 80%;
  max-width: 26em;
  padding: 40px;
  background: rgba(27, 27, 27, 0.9);
  color: white;
  margin: auto 0 auto auto;
  cursor: default;
  display: none;
  pointer-events: all;
}
#hd #pageContent-tab-supremefx .hd-txt li.hd-active, #hd #pageContent-power .hd-txt li.hd-active {
  display: block;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#hd #pageContent-tab-supremefx .hd-txt h3, #hd #pageContent-power .hd-txt h3 {
  margin-bottom: 0.125em;
  color: white !important;
}
#hd #pageContent-tab-supremefx .hd-txt h3 + p, #hd #pageContent-power .hd-txt h3 + p {
  margin-bottom: 0;
  color: white;
}
#hd #pageContent-tab-dimm2 p {
  margin-bottom: 0.6em;
}
#hd #pageContent-tab-pcie .hd-content li {
  position: relative;
  margin-bottom: 20px;
}
#hd #pageContent-tab-pcie .hd-content li:has(button:hover, button:focus-visible) h5 {
  color: rgba(189, 74, 0, 0.9607843137);
}
#hd #pageContent-tab-pcie .hd-content li:has(button:hover, button:focus-visible) i {
  background: rgba(189, 74, 0, 0.9607843137);
}
#hd #pageContent-tab-pcie .hd-content i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 2em;
  background: #bfbfbf;
  position: relative;
  margin-left: 0.25em;
  margin-top: -0.125em;
  -webkit-transition: -webkit-transform 0.25s 0.25s ease;
  transition: -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, -webkit-transform 0.25s 0.25s ease;
}
#hd #pageContent-tab-pcie .hd-content i:before, #hd #pageContent-tab-pcie .hd-content i:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  border-radius: 2px;
  background: #181818;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd #pageContent-tab-pcie .hd-content i:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd #pageContent-tab-pcie .hd-content button {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
#hd #pageContent-tab-pcie h4 {
  margin-bottom: 1em;
}
#hd #pageContent-tab-pcie .hd-img-container {
  position: relative;
}
#hd #pageContent-tab-pcie .hd-img-container img {
  width: 100%;
  position: absolute;
  inset: 0;
}
#hd #pageContent-tab-pcie .hd-img-container .hd-base {
  position: relative;
}
#hd #pageContent-tab-pcie .hd-img-container .hd-default {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#hd #pageContent-tab-pcie .hd-img-container .hd-default.hd-hidden {
  opacity: 0;
  -webkit-transition: 0s ease;
  transition: 0s ease;
}
#hd #pageContent-tab-pcie .hd-img-container .hd-mark {
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#hd #pageContent-tab-pcie .hd-img-container .hd-mark.hd-active {
  opacity: 1;
  -webkit-transition: 0s ease;
  transition: 0s ease;
}

@media screen and (max-width: 1280px) {
  #hd .sec-connectivity .list-feature strong {
    font-size: 1.75em;
  }
  #hd #pageContent-panel-port figure span {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1024px) {
  #hd #pageContent-panel-wifi7 .hd-top li {
    width: 50%;
  }
  #hd #pageContent-panel-port .hd-right {
    padding-left: 2em;
  }
  #hd #pageContent-panel-port figure span {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-connectivity .frame-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #hd .sec-connectivity .frame-container > li {
    width: 100%;
  }
  #hd .sec-connectivity .frame-container .hd-content {
    max-width: none;
  }
  #hd .sec-connectivity .frame-pcie .hd-img-container {
    margin-top: -5%;
  }
  #hd .sec-connectivity .frame-audio .hd-img-container {
    margin-bottom: 0;
  }
  #hd #pageContent-panel-wifi7 .hd-top li {
    width: 100%;
    padding: 0;
  }
  #hd #pageContent-panel-wifi7 .hd-top li:first-child {
    margin-bottom: 20px;
  }
  #hd #pageContent-panel-wifi7 .bg-black {
    margin-top: 0;
  }
  #hd #pageContent-panel-m2 .hd-container,
  #hd #pageContent-panel-pcie .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd #pageContent-panel-m2 .hd-content,
  #hd #pageContent-panel-pcie .hd-content {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  #hd #pageContent-panel-m2 figure,
  #hd #pageContent-panel-pcie figure {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #hd #pageContent-panel-port figure span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-connectivity .frame-container {
    display: block;
  }
  #hd .sec-connectivity .frame-container > li {
    width: 100% !important;
  }
  #hd .sec-connectivity .hd-frame .hd-content {
    max-width: none;
  }
  #hd .sec-connectivity .frame-title {
    --content-padding: 30px 20px;
  }
  #hd .sec-connectivity .frame-title .h3 {
    font-size: 2.5em;
  }
  #hd #pageContent-panel-wifi7 .hd-right {
    padding: 40px 10px 0;
  }
  #hd #pageContent-panel-wifi7 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #hd #pageContent-panel-wifi7 .item > div {
    width: 100%;
  }
  #hd #pageContent-panel-port li.hd-col50 {
    width: 100%;
    margin: 0 auto 40px;
  }
  #hd #pageContent-panel-port figure span {
    font-size: 3.5vw;
  }
  #hd #pageContent-lightbox-usb {
    top: 150%;
  }
  #hd #pageContent-tab-dolby .hd-wrap,
  #hd #pageContent-tab-supremefx .hd-wrap,
  #hd #pageContent-power .hd-wrap,
  #hd #pageContent-tab-low .hd-wrap,
  #hd #pageContent-tab-sound .hd-wrap,
  #hd #pageContent-tab-high .hd-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd #pageContent-tab-dolby .hd-content,
  #hd #pageContent-tab-supremefx .hd-content,
  #hd #pageContent-power .hd-content,
  #hd #pageContent-tab-low .hd-content,
  #hd #pageContent-tab-sound .hd-content,
  #hd #pageContent-tab-high .hd-content {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  #hd #pageContent-tab-dolby figure,
  #hd #pageContent-tab-supremefx figure,
  #hd #pageContent-power figure,
  #hd #pageContent-tab-low figure,
  #hd #pageContent-tab-sound figure,
  #hd #pageContent-tab-high figure {
    width: 100%;
  }
  #hd #pageContent-tab-supremefx .hd-txt, #hd #pageContent-power .hd-txt {
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  #hd #pageContent-tab-supremefx .hd-txt li, #hd #pageContent-power .hd-txt li {
    width: 100%;
    max-width: none;
    padding: 40px 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-connectivity {
    padding: 40px 0;
  }
  #hd .sec-connectivity .frame-title .h3 {
    font-size: 2em;
  }
  #hd .sec-connectivity .list-feature li {
    padding: 10px 5px;
  }
  #hd .sec-connectivity .list-feature strong {
    font-size: 1.5em;
  }
  #hd .sec-connectivity .frame-port {
    padding-bottom: 40px;
  }
  #hd .sec-connectivity .frame-port .hd-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-connectivity .frame-port .hd-txt {
    width: 100%;
  }
  #hd .sec-connectivity .frame-pcie {
    padding-bottom: 50px;
  }
  #hd .sec-connectivity .frame-pcie .hd-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-connectivity .frame-pcie .hd-content {
    width: 100%;
    margin-bottom: 20px;
  }
  #hd .sec-connectivity .frame-pcie .hd-img-container {
    width: 100%;
  }
  #hd .sec-connectivity .frame-audio p {
    bottom: 10px;
  }
  #hd #pageContent-panel-m2 figure {
    margin-left: -3%;
  }
  #hd #pageContent-panel-m2 figure p {
    font-size: 0.75em;
  }
  #hd #pageContent-lightbox-usb {
    top: 100%;
  }
  #hd #pageContent-panel-pcie figure {
    margin-left: -3%;
  }
  #hd #pageContent-panel-pcie figure p {
    font-size: 0.75em;
    left: 87%;
  }
}
#hd #pageContent-power .hd-scroller {
  position: relative;
  overflow: hidden;
}
#hd #pageContent-power .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd #pageContent-power .hd-title {
  width: 100%;
  height: calc(100vh + 50px);
  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;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#hd #pageContent-power .hd-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  min-height: calc(100vh + 50px);
  z-index: 2;
  visibility: visible !important;
}
#hd #pageContent-power h3:not(.h4) {
  font-size: 3em;
  line-height: 1.25;
}
#hd #pageContent-power h3:not(.h4) strong {
  display: block;
  font-size: 0.75em;
  line-height: 1.25;
}
#hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(1) {
  top: 19.5%;
  left: 30%;
}
#hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(2) {
  top: 18%;
  left: 48%;
}
#hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(3) {
  top: 44%;
  left: 35%;
}
#hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(4) {
  top: 55%;
  left: 31%;
}
#hd #pageContent-power .hd-trigger-dot {
  width: 80px;
  height: 80px;
  margin: -40px;
}
#hd #pageContent-power .hd-trigger-dot:before {
  width: 40%;
  height: 40%;
}
#hd #pageContent-power .hd-trigger-dot:after {
  background-image: url(../img/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
#hd #pageContent-power .hd-txt li {
  max-width: 30em;
  margin: auto auto 5% auto;
}
#hd #pageContent-power .hd-info {
  margin-top: 1em;
}
#hd #pageContent-power .hd-info p {
  width: 33.3333%;
  padding: 0 10px 0 0;
  line-height: 1.125;
}
#hd #pageContent-power .hd-info strong {
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-weight: bold;
  font-size: 2em;
  margin-right: 0.125em;
}
#hd #pageContent-power .hd-info small {
  display: block;
  font-size: 0.75em;
}

@media screen and (max-width: 1280px) {
  #hd #pageContent-power h3:not(.h4) {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 1024px) {
  #hd #pageContent-power h2 {
    font-size: 3em;
  }
  #hd #pageContent-power h3:not(.h4) {
    font-size: 2.25em;
  }
  #hd #pageContent-power .hd-trigger-dot {
    width: 60px;
    height: 60px;
    margin: -30px;
  }
}
@media screen and (max-width: 768px) {
  #hd #pageContent-power .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd #pageContent-power h2 {
    font-size: 4em;
  }
  #hd #pageContent-power .hd-screen {
    padding-top: 100px;
    margin-top: auto;
  }
  #hd #pageContent-power .hd-content {
    width: 100%;
    text-align: center;
  }
  #hd #pageContent-power figure {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #hd #pageContent-power .hd-trigger-dot {
    width: 44px;
    height: 44px;
    margin: -22px;
  }
  #hd #pageContent-power .hd-trigger-dot:before, #hd #pageContent-power .hd-trigger-dot:after {
    width: 50%;
    height: 50%;
  }
}
@media screen and (max-width: 620px) {
  #hd #pageContent-power .hd-txt {
    height: auto;
    position: absolute;
    top: auto;
    bottom: 10px;
  }
  #hd #pageContent-power .hd-txt li {
    margin: 0 auto;
  }
}
#hd .sec-heatsink h3 {
  color: white;
}
#hd .sec-heatsink .hd-scroller {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
#hd .sec-heatsink .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-heatsink .hd-title {
  position: relative;
}
#hd .sec-heatsink .hd-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: calc(100vh + 50px);
  z-index: 2;
}
#hd .sec-heatsink .hd-container {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hd .sec-heatsink .hd-content {
  width: 100%;
}
#hd .sec-heatsink figure {
  width: 100%;
  display: block;
  position: relative;
}
#hd .sec-heatsink #vapor-container {
  position: relative;
  z-index: 3;
}
#hd .sec-heatsink #vapor-container ul {
  text-align: center;
}
#hd .sec-heatsink #vapor-container li {
  margin-bottom: 1em;
}
#hd .sec-heatsink #vapor-container strong {
  font-size: 1.4em;
}
#hd .sec-heatsink #vapor-container .bottom {
  border: 1px solid white;
  margin-top: 1em;
  font-size: 1.1em;
}
#hd .sec-heatsink #cooler-container h2 {
  opacity: 0;
}
#hd .sec-heatsink #cooler-container figure {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transform: translateX(35%) scale(0.9);
          transform: translateX(35%) scale(0.9);
}
#hd .sec-heatsink #cooler-container .hd-img-container {
  width: 80%;
  position: relative;
  margin: 0 auto;
}
#hd .sec-heatsink #cooler-container .hd-img-container img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-heatsink #cooler-container .hd-img-container img.part-1 {
  position: relative;
}
#hd .sec-heatsink #cooler-container .hd-img-container img.part-line {
  top: -10%;
  left: -5%;
}
#hd .sec-heatsink #cooler-container .hd-img-container .hd-line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#hd .sec-heatsink #cooler-container .trigger-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}
#hd .sec-heatsink #cooler-container .trigger-container .hd-trigger-dot:nth-child(1) {
  top: 8.5%;
  left: 34%;
}
#hd .sec-heatsink #cooler-container .trigger-container .hd-trigger-dot:nth-child(2) {
  top: 58.5%;
  left: 31%;
}
#hd .sec-heatsink #cooler-container .trigger-container .hd-trigger-dot:nth-child(3) {
  top: 82.5%;
  left: 62%;
}
#hd .sec-heatsink #cooler-container .trigger-container .hd-trigger-dot:nth-child(4) {
  top: 17%;
  left: 56%;
}
#hd .sec-heatsink #cooler-container .trigger-container .hd-trigger-dot:nth-child(5) {
  top: 72%;
  left: 65%;
}
#hd .sec-heatsink #cooler-container .hd-trigger-dot {
  width: 80px;
  height: 80px;
  margin: -40px;
}
#hd .sec-heatsink #cooler-container .hd-trigger-dot:before {
  width: 64%;
  height: 64%;
  background: rgba(255, 255, 255, 0.4);
}
#hd .sec-heatsink #cooler-container .hd-trigger-dot:after {
  background-image: url(../img/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}
#hd .sec-heatsink #cooler-container ol {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  counter-reset: mycounter;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
}
#hd .sec-heatsink #cooler-container ol li {
  max-width: 21%;
  position: absolute;
  font-size: 0.875em;
  text-align: left;
  display: none;
  pointer-events: all;
}
#hd .sec-heatsink #cooler-container ol li.is-expanded {
  display: block;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-heatsink #cooler-container ol li b {
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
  padding-right: 2.5em;
}
#hd .sec-heatsink #cooler-container ol li p {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #d6d6d6;
}
#hd .sec-heatsink #cooler-container ol .trigger-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: -0.75em;
}
#hd .sec-heatsink #cooler-container li {
  left: -5%;
}
#hd .sec-heatsink #cooler-container li:nth-child(1) {
  top: 6.5%;
}
#hd .sec-heatsink #cooler-container li:nth-child(2) {
  top: 57%;
}
#hd .sec-heatsink #cooler-container li:nth-child(n+4) {
  left: 78.5%;
  margin-right: -3em;
}
#hd .sec-heatsink #cooler-container li:nth-child(3) {
  top: 81%;
}
#hd .sec-heatsink #cooler-container li:nth-child(4) {
  top: 15%;
}
#hd .sec-heatsink #cooler-container li:nth-child(5) {
  top: 48.25%;
}
#hd .sec-heatsink #cooler-container li img {
  margin-top: 0.5em;
  margin-left: 0;
}

@media screen and (max-width: 1440px) {
  #hd .sec-heatsink #cooler-container figure {
    width: 90%;
  }
  #hd .sec-heatsink #cooler-container ol li {
    font-size: 0.875em;
  }
  #hd .sec-heatsink #cooler-container ol li p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-heatsink #cooler-container figure {
    margin: 0 auto;
  }
  #hd .sec-heatsink #cooler-container ol li {
    max-width: 25%;
  }
  #hd .sec-heatsink #cooler-container ol li b {
    font-size: 1.125em;
    margin-bottom: 0.25em;
  }
  #hd .sec-heatsink #cooler-container ol li p {
    line-height: 1.25;
  }
  #hd .sec-heatsink #cooler-container li {
    left: -5%;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-heatsink #cooler-container li {
    left: -8%;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-heatsink {
    text-align: center;
    height: auto;
  }
  #hd .sec-heatsink .hd-scroller {
    padding: 4em 0;
    height: auto;
  }
  #hd .sec-heatsink .hd-container {
    position: relative;
    height: auto;
    left: auto;
    right: auto;
    top: auto;
  }
  #hd .sec-heatsink h2 {
    margin-bottom: 1em;
  }
  #hd .sec-heatsink #vapor-container .hd-col45 {
    width: 100%;
  }
  #hd .sec-heatsink #cooler-container {
    margin-top: 3em;
  }
  #hd .sec-heatsink #cooler-container h2 {
    opacity: 1;
  }
  #hd .sec-heatsink #cooler-container ol {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px 0;
    opacity: 1;
  }
  #hd .sec-heatsink #cooler-container ol li {
    display: block !important;
    width: 50%;
    max-width: none;
    padding: 10px 1em 10px 40px;
    position: relative;
  }
  #hd .sec-heatsink #cooler-container ol li:before {
    counter-increment: mycounter;
    content: counter(mycounter);
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 15px;
    color: black;
    background: #fd8f1f;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 2;
  }
  #hd .sec-heatsink #cooler-container ol li:nth-child(n) {
    top: 0 !important;
    left: 0 !important;
    margin-right: 0;
  }
  #hd .sec-heatsink #cooler-container figure {
    width: 100%;
    max-width: 800px;
    -webkit-filter: brightness(1);
            filter: brightness(1);
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  #hd .sec-heatsink #cooler-container figure .part-line {
    display: none;
  }
  #hd .sec-heatsink #cooler-container figure > img {
    width: auto;
    max-width: 100% !important;
  }
  #hd .sec-heatsink #cooler-container .hd-img-container {
    width: 100%;
  }
  #hd .sec-heatsink #cooler-container li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #hd .sec-heatsink #cooler-container li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #hd .sec-heatsink #cooler-container li:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #hd .sec-heatsink #cooler-container li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #hd .sec-heatsink #cooler-container li:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-heatsink #cooler-container ol li {
    width: 100%;
    padding-right: 0;
  }
  #hd .sec-heatsink #cooler-container ol li:nth-child(n) {
    -webkit-box-ordinal-group: initial !important;
        -ms-flex-order: initial !important;
            order: initial !important;
  }
}
#hd .sec-diy {
  padding: 6em 0;
  position: relative;
  z-index: 2;
}
#hd .sec-diy .icon-play {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #aaaaaa;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: none;
  border: 1px solid white;
  opacity: 1;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}
#hd .sec-diy .icon-play:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 15px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}
#hd .sec-diy .trigger-panel, #hd .sec-diy .trigger-panel-close {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: 1em;
  margin-top: 0.5em;
}
#hd .sec-diy .hd-frame {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
#hd .sec-diy .hd-frame:hover .hd-content, #hd .sec-diy .hd-frame:focus-visible .hd-content {
  opacity: 0;
}
#hd .sec-diy .hd-frame:hover .hd-img-container img, #hd .sec-diy .hd-frame:focus-visible .hd-img-container img {
  opacity: 1;
}
#hd .sec-diy .hd-frame:hover .icon-play, #hd .sec-diy .hd-frame:focus-visible .icon-play {
  opacity: 0;
}
#hd .sec-diy .hd-frame h3 {
  font-size: 1.5em;
}
#hd .sec-diy .hd-frame.bg-black {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .sec-diy .hd-frame.bg-black .hd-content {
  padding-block: 20px;
  padding-right: 0;
}
#hd .sec-diy .hd-frame.bg-black h3 {
  margin-bottom: 0;
}
#hd .sec-diy .frame-container li.qled-item video {
  width: 160%;
}
#hd .sec-diy .hd-content {
  --content-padding: 20px .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hd .sec-diy .hd-content h3 {
  position: relative;
  text-shadow: 0 0 3px black;
}
#hd .sec-diy .hd-img-container {
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  margin: 1px;
  overflow: hidden;
  border-radius: calc(var(--border-radius) - 2px);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#hd .sec-diy .hd-img-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 10em;
  position: absolute;
  top: 0;
  left: 0;
  margin: 1px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), black);
  z-index: 2;
}
#hd .sec-diy .hd-img-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hd .sec-diy .hd-img-container img.cover {
  opacity: 0;
}
#hd .sec-diy .vid-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#hd .sec-diy .vid-container video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 1px;
}
#hd #pageContent-panel-diy .custom-dot-name {
  font-size: 1em;
}
#hd #pageContent-panel-diy figure {
  position: relative;
}
#hd #pageContent-panel-diy figure .cover {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#hd #pageContent-panel-diy .hd-content {
  padding: 0 3em 0 1em;
}
#hd #pageContent-panel-diy .swiper-slide-active .cover {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#hd #pageContent-panel-diy .custom-dot {
  margin-inline: 5px;
}

@media screen and (max-width: 1280px) {
  #hd #pageContent-panel-diy .custom-dot-name {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-diy {
    padding: 4em 0;
  }
  #hd .sec-diy .hd-frame h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-diy {
    padding-top: 3em;
  }
  #hd .sec-diy .hd-frame h3 {
    font-size: 1.25em;
  }
  #hd .sec-diy .hd-col33,
  #hd .sec-diy .hd-col25 {
    width: 50%;
  }
  #hd .sec-diy .frame-container li:nth-child(n) .hd-frame {
    padding-top: 100%;
  }
  #hd #pageContent-panel-diy .custom-dot-name {
    display: none;
  }
  #hd #pageContent-panel-diy .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  #hd #pageContent-panel-diy .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  #hd #pageContent-panel-diy .hd-img-container {
    width: 100%;
  }
  #hd #pageContent-panel-diy .hd-content {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-diy .hd-col33,
  #hd .sec-diy .hd-col25,
  #hd .sec-diy .hd-col50 {
    width: 50%;
    padding: 6px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-diy {
    padding: 40px 0;
  }
  #hd .sec-diy .hd-frame h3 {
    font-size: 1em;
  }
  #hd .sec-diy .hd-content {
    padding-block: 10px;
  }
}
#hd .sec-bios {
  padding: 100px 0;
  position: relative;
}
#hd .sec-bios .hd-title {
  margin-bottom: 40px;
}
#hd .sec-bios h2 {
  margin-bottom: 0.125em;
}
#hd .sec-bios .tab-filter-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .sec-bios .tab-filter-block li {
  min-width: 10em;
  text-align: center;
}
#hd .sec-bios .tab-content {
  padding-top: 40px;
}
#hd .sec-bios .hd-lightbox-s {
  max-width: 900px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hd #pageContent-tab-qdashboard .hd-content,
#hd #pageContent-tab-bios .hd-content,
#hd #pageContent-tab-driver .hd-content,
#hd #pageContent-tab-essential .hd-content {
  padding-right: 40px;
}
#hd #pageContent-tab-qdashboard .hd-content p,
#hd #pageContent-tab-bios .hd-content p,
#hd #pageContent-tab-driver .hd-content p,
#hd #pageContent-tab-essential .hd-content p {
  margin-bottom: 0;
}
#hd #pageContent-tab-advanced .hd-content {
  padding-left: 3%;
}
#hd #pageContent-tab-advanced .hd-content h4 {
  margin: 40px 0 0.75em;
}
#hd #pageContent-tab-advanced .hd-content ul {
  font-size: 15px;
}
#hd #pageContent-tab-advanced .hd-content ul li {
  margin-bottom: 0.5em;
}
#hd #pageContent-tab-advanced .hd-content p {
  margin-bottom: 1em;
}
#hd #pageContent-tab-advanced .hd-scroller-box {
  width: 100%;
  height: 0;
  padding-bottom: 78.15%;
  position: relative;
}
#hd #pageContent-tab-advanced .hd-scroller {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0.5em;
  overflow-x: visible;
  overflow-y: auto;
  -ms-overflow-style: none;
}
#hd #pageContent-tab-advanced .hd-scroller::-webkit-scrollbar {
  width: 3px;
}
#hd #pageContent-tab-advanced .hd-scroller::-webkit-scrollbar-track {
  background: #3e3e3e;
  border-radius: 5px;
}
#hd #pageContent-tab-advanced .hd-scroller::-webkit-scrollbar-thumb {
  background: #fd8f1f;
  border-radius: 5px;
}
#hd #pageContent-tab-advanced .hd-scroller::-webkit-scrollbar-thumb:hover {
  background: #ab00ad;
}
#hd #pageContent-tab-advanced .hd-scroller .hd-btn {
  font-size: 14px;
  padding: 2px 12px;
  margin-left: 0.5em;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  #hd .sec-bios .tab-filter-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-bios .tab-content {
    padding-top: 10px;
  }
  #hd #pageContent-tab-qdashboard .hd-wrapper,
  #hd #pageContent-tab-advanced .hd-wrapper,
  #hd #pageContent-tab-bios .hd-wrapper,
  #hd #pageContent-tab-driver .hd-wrapper,
  #hd #pageContent-tab-essential .hd-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
  #hd #pageContent-tab-qdashboard .hd-content,
  #hd #pageContent-tab-advanced .hd-content,
  #hd #pageContent-tab-bios .hd-content,
  #hd #pageContent-tab-driver .hd-content,
  #hd #pageContent-tab-essential .hd-content {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #hd #pageContent-tab-qdashboard .hd-img-container,
  #hd #pageContent-tab-qdashboard figure,
  #hd #pageContent-tab-advanced .hd-img-container,
  #hd #pageContent-tab-advanced figure,
  #hd #pageContent-tab-bios .hd-img-container,
  #hd #pageContent-tab-bios figure,
  #hd #pageContent-tab-driver .hd-img-container,
  #hd #pageContent-tab-driver figure,
  #hd #pageContent-tab-essential .hd-img-container,
  #hd #pageContent-tab-essential figure {
    width: 100%;
  }
  #hd #pageContent-tab-advanced .hd-scroller-box {
    height: auto;
    padding-bottom: 0;
  }
  #hd #pageContent-tab-advanced .hd-scroller {
    height: auto;
    position: relative;
    overflow-y: visible;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-bios {
    padding: 40px 0;
  }
}
#hd .sec-software {
  padding: 100px 0;
  position: relative;
}
#hd .sec-software .tab-filter-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .sec-software .tab-filter-block li {
  min-width: 6em;
  text-align: center;
}
#hd .sec-software .tab-content {
  padding-top: 40px;
}
#hd .sec-software .hd-content {
  padding-right: 3%;
}
#hd .sec-software .hd-content a:hover, #hd .sec-software .hd-content a:focus-visible {
  text-decoration: underline;
}
#hd .sec-software .hd-lightbox-s {
  max-width: 900px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hd #pageContent-tab-glidex .logo-x {
  width: 100px;
}
#hd #pageContent-tab-glidex .hd-content {
  padding-left: 3em;
  padding-right: 0;
}
#hd #pageContent-tab-glidex .icon-list {
  margin-top: 3em;
}
#hd #pageContent-tab-glidex .icon-list li {
  padding: 0 3%;
}
#hd #pageContent-tab-glidex .icon-list li img {
  width: 70%;
  margin-bottom: 0.5em;
}
#hd #pageContent-tab-hwinfo .swiper-content {
  overflow: hidden;
}
#hd #pageContent-tab-hwinfo .swiper-pagination-bullets {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd #pageContent-tab-hwinfo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 0.3em;
  border-radius: 50%;
  padding: 0;
}
#hd #pageContent-tab-hwinfo .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}

@media screen and (max-width: 1023px) {
  #hd .sec-software .tab-filter-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-software .tab-content {
    padding-top: 10px;
  }
  #hd .sec-software .hd-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-software .hd-content {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  #hd .sec-software .hd-content p:last-child {
    margin-bottom: 0;
  }
  #hd .sec-software .hd-img-container {
    width: 100%;
  }
  #hd #pageContent-tab-glidex .logo-x {
    margin-left: 0;
    margin-bottom: 2em;
  }
  #hd #pageContent-tab-glidex .hd-content {
    width: 100%;
  }
  #hd #pageContent-tab-glidex .icon-list li {
    padding: 0 1%;
  }
  #hd #pageContent-tab-glidex .icon-list li img {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-software {
    padding: 40px 0;
  }
  #hd #pageContent-tab-glidex .logo-x {
    width: 70px;
  }
  #hd #pageContent-tab-glidex .icon-list {
    margin-top: 0;
  }
  #hd #pageContent-tab-glidex .icon-list li {
    width: 50%;
    margin: 1em 0;
  }
  #hd #pageContent-tab-glidex .icon-list li img {
    width: 70%;
  }
}
#hd .sec-personalization {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
  background-color: black;
}
#hd .sec-personalization > .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-personalization .hd-txt button,
#hd .sec-personalization .hd-txt a {
  font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1em;
  padding: 10px 0;
  text-align: left;
}
#hd .sec-personalization .hd-txt button:hover, #hd .sec-personalization .hd-txt button:focus-visible,
#hd .sec-personalization .hd-txt a:hover,
#hd .sec-personalization .hd-txt a:focus-visible {
  text-decoration: underline;
}
#hd .sec-personalization .custom-button {
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: none;
}
#hd .sec-personalization .custom-button.hd-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#hd .sec-personalization .custom-button button {
  background-color: white;
  border-radius: 50%;
  margin: 0 0.2em;
  color: black;
  padding: 0.4em 0.65em;
  border: 2px solid white;
}
#hd .sec-personalization .custom-button button.hd-active {
  background-color: #ab00ad;
}
#hd .sec-personalization .custom-button button:after {
  display: none;
}
#hd .sec-personalization .hd-img-container {
  -webkit-perspective: 350px;
          perspective: 350px;
  width: 80%;
  margin-right: -10%;
  position: relative;
}
#hd .sec-personalization .hd-img-container img {
  width: 100%;
}
#hd .sec-personalization .hd-img-container img.hd-cover {
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-personalization .hd-img-container .hd-vid-wrapper {
  width: 19.3%;
  position: absolute;
  top: 28%;
  left: 5%;
  -webkit-transform: rotateX(3deg) rotateY(-9deg) skewY(-11deg) skewX(-3deg) scaleY(1.11);
  transform: rotateX(3deg) rotateY(-9deg) skewY(-11deg) skewX(-3deg) scaleY(1.11);
}
#hd .sec-personalization .hd-img-container .hd-vid-wrapper:nth-child(3) .vid-container video {
  opacity: 0;
}
#hd .sec-personalization .hd-img-container .hd-vid-wrapper .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 167.7777%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
}
#hd .sec-personalization .hd-img-container .hd-vid-wrapper .vid-container.hd-active {
  display: block;
}
#hd .sec-personalization .hd-img-container .hd-vid-wrapper .vid-container.vid-custom video {
  opacity: 0 !important;
}
#hd .sec-personalization .hd-img-container .hd-vid-wrapper .vid-container.vid-custom span {
  font-size: 1.7em;
  padding-top: 4em;
}
#hd .sec-personalization .hd-img-container .hd-vid-wrapper .vid-container.vid-custom img {
  position: absolute;
  top: 0;
  opacity: 0;
}
#hd .sec-personalization .hd-img-container .hd-vid-wrapper .vid-container.vid-custom img.hd-active {
  opacity: 1;
}
#hd .sec-personalization .hd-img-container .hd-vid-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
#hd .sec-personalization figure {
  position: relative;
}
#hd .sec-personalization figure .trigger-lightbox-s {
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.25em;
  color: white;
  padding: 0.55em 1em 0.25em;
  border: 1px solid white;
  position: absolute;
  bottom: 85%;
  right: 60%;
  z-index: 3;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
#hd .sec-personalization figure .trigger-lightbox-s:hover, #hd .sec-personalization figure .trigger-lightbox-s:focus-visible {
  background-color: #fd8f1f;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd8f1f), color-stop(#ff3f8a), to(#4945fa));
  background-image: linear-gradient(90deg, #fd8f1f, #ff3f8a, #4945fa);
  color: black;
}
#hd .sec-personalization .tab-filter-btn {
  width: 18em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: -2em;
  text-align: left;
  border-bottom: none;
  min-height: 235px;
}
#hd .sec-personalization .tab-filter-btn > button {
  display: block;
  font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.125em;
  letter-spacing: 0.04em;
  min-width: 11em;
  color: white;
  padding: 0.65em 1em;
  border: 1px solid white;
  margin: 0.5em 0;
}
#hd .sec-personalization .tab-filter-btn > button:after {
  display: none;
}
#hd .sec-personalization .tab-filter-btn > button:nth-child(3) i {
  width: 0.6em;
  height: 0.6em;
  border: none;
  position: relative;
}
#hd .sec-personalization .tab-filter-btn > button:nth-child(3) i:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/icon-img.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.25em;
  left: -0.25em;
}
#hd .sec-personalization .tab-filter-btn > button.hd-active:nth-child(3) i:before {
  background: url(../img/icon-img-black.svg) center no-repeat;
}
#hd .sec-personalization .tab-filter-btn > button i {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.6em;
  border-color: transparent transparent transparent white;
  margin-right: 0.5em;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .sec-personalization .tab-filter-btn > button:hover {
  color: white;
}
#hd .sec-personalization .tab-filter-btn > button:hover i {
  -webkit-transform: translate(-0.25em, 0);
  transform: translate(-0.25em, 0);
}
#hd .sec-personalization .tab-filter-btn > button.hd-active {
  background: white;
  color: black;
}
#hd .sec-personalization .tab-filter-btn > button.hd-active i {
  width: 0.6em;
  height: 0.6em;
  border: none;
  position: relative;
}
#hd .sec-personalization .tab-filter-btn > button.hd-active i:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/pause-black.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.25em;
  left: -0.25em;
}
#hd .sec-personalization .tab-filter-btn > button.hd-active.is-paused i {
  border-color: transparent transparent transparent black;
}
#hd .sec-personalization .tab-filter-btn > button.hd-active.is-paused i:before {
  display: none;
}
#hd .sec-personalization .tab-filter-btn > button.is-paused i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.6em;
  border-color: transparent transparent transparent white;
}
#hd .sec-personalization .tab-filter-btn > button.is-paused i:before {
  display: none;
}
#hd #pageContent-lighting {
  position: relative;
  z-index: 3;
}
#hd #pageContent-lighting.is-open .hd-lightingBox {
  opacity: 0.5;
  pointer-events: none;
}

#pageContent-lightbox-sliding .hd-container {
  background: black !important;
}
#pageContent-lightbox-sliding .hd-content {
  padding-left: 5%;
}
#pageContent-lightbox-sliding figure {
  position: relative;
}
#pageContent-lightbox-sliding figure img {
  width: 100%;
}
#pageContent-lightbox-sliding figure .hd-cover,
#pageContent-lightbox-sliding figure .hd-mark {
  position: absolute;
  inset: 0;
}
#pageContent-lightbox-sliding.hd-active .hd-mark {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.4s;
  animation-duration: 0.5s;
  animation-name: fadeIn;
  animation-timing-function: linear;
  animation-iteration-count: 2;
  animation-fill-mode: both;
}
#pageContent-lightbox-sliding.hd-active .hd-cover {
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.5s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@media screen and (min-width: 2560px) {
  #hd .sec-personalization .hd-lightingbox {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-personalization .tab-filter-btn > button {
    font-size: 1em;
  }
  #hd .sec-personalization .hd-img-container .hd-vid-wrapper .vid-container.vid-custom span {
    font-size: 1.2em;
  }
  #pageContent-lightbox-sliding figure {
    width: 90% !important;
    max-width: 600px;
    margin: 0 auto;
  }
  #pageContent-lightbox-sliding .hd-content {
    width: 90%;
    max-width: 600px;
    padding-left: 0;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-personalization .hd-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-personalization .hd-title {
    width: 100%;
  }
  #hd .sec-personalization .hd-title br {
    display: none;
  }
  #hd .sec-personalization .hd-txt {
    width: 100%;
  }
  #hd .sec-personalization figure .trigger-lightbox-s {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 20px;
  }
  #hd .sec-personalization .hd-lightingbox {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: auto;
  }
  #hd .sec-personalization .vid-control {
    margin-right: -5%;
  }
  #hd .sec-personalization figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-personalization .tab-filter-btn {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1em;
    margin-right: 0;
  }
  #hd .sec-personalization .hd-img-container {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-personalization .hd-img-container .hd-vid-wrapper .vid-container.vid-custom span {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-personalization .hd-img-container .hd-vid-wrapper .vid-container.vid-custom span {
    font-size: 0.8em;
  }
  #hd .sec-personalization .hd-lightingbox {
    width: 90%;
    margin-bottom: -40px;
  }
  #hd .sec-personalization .vid-control {
    margin-bottom: 10px;
  }
  #hd .sec-personalization .hd-img-container {
    width: 100%;
  }
}
#hd .sec-magnetic {
  padding: 3em 0 6em;
}
#hd .sec-magnetic video {
  display: block;
}

@media screen and (max-width: 768px) {
  #hd .sec-magnetic {
    padding: 4em 0 0;
  }
  #hd .sec-magnetic .hd-content {
    width: 100%;
  }
  #hd .sec-magnetic .hd-img-container {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-magnetic {
    padding: 2.5em 0 0;
  }
}
#hd .sec-amd {
  padding-bottom: 4em;
  background: black;
  position: relative;
  overflow: hidden;
}
#hd .sec-amd .hd-wrapper {
  position: relative;
}
#hd .sec-amd .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#hd .sec-amd hr {
  width: 100%;
  height: 1px;
  background: #333333;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 80px;
}
#hd .sec-amd .hd-container {
  padding: 5% 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#hd .sec-amd .hd-content {
  padding-left: 2%;
  margin-left: auto;
}
#hd .sec-amd .hd-content p {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 1em;
  text-shadow: 0 0 3px black;
}
#hd .sec-amd h2 {
  margin-bottom: 0.25em;
}
#hd .sec-amd .hd-note {
  margin: 0 auto;
}
#hd .sec-amd .hd-note li {
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.018em;
  margin-bottom: 1em;
}

@media screen and (max-width: 1280px) {
  #hd .sec-amd hr {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-amd .hd-content p {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-amd .hd-bg {
    position: relative;
    height: auto;
  }
  #hd .sec-amd .hd-container {
    padding-inline: 0;
  }
  #hd .sec-amd .hd-content {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-amd .hd-bg {
    width: 150%;
    max-width: none !important;
    margin-left: -25%;
  }
  #hd .sec-amd hr {
    margin-bottom: 40px;
  }
}
#pageContent-green-asus.sec-green-asus {
  color: white;
  /* RESET */
  /* FONT & COLOR */
  /* STYLE */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 43.0468vw;
  background: #144f41;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
#pageContent-green-asus.sec-green-asus * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
#pageContent-green-asus.sec-green-asus h1,
#pageContent-green-asus.sec-green-asus h2,
#pageContent-green-asus.sec-green-asus h3,
#pageContent-green-asus.sec-green-asus h4,
#pageContent-green-asus.sec-green-asus p,
#pageContent-green-asus.sec-green-asus a,
#pageContent-green-asus.sec-green-asus li {
  font: inherit;
}
#pageContent-green-asus.sec-green-asus img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0 auto;
}
#pageContent-green-asus.sec-green-asus h2,
#pageContent-green-asus.sec-green-asus .h2 {
  font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1;
  color: white !important;
  letter-spacing: 0;
  margin-bottom: 1em;
  word-break: normal;
  word-wrap: normal;
}
#pageContent-green-asus.sec-green-asus p,
#pageContent-green-asus.sec-green-asus small,
#pageContent-green-asus.sec-green-asus a,
#pageContent-green-asus.sec-green-asus li {
  font-family: "Roboto Condensed", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#pageContent-green-asus.sec-green-asus p {
  font-size: 1.2em;
  line-height: 1.5;
  letter-spacing: 0.018em;
  font-weight: 400;
}
#pageContent-green-asus.sec-green-asus .d-none {
  display: none !important;
}
#pageContent-green-asus.sec-green-asus .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#pageContent-green-asus.sec-green-asus .deco-rog {
  width: 10.9375%;
  position: absolute;
  top: 10%;
  left: 4%;
}
#pageContent-green-asus.sec-green-asus .deco-dare {
  width: 20.1563%;
  position: absolute;
  bottom: 4%;
  right: 2%;
  mix-blend-mode: overlay;
}
#pageContent-green-asus.sec-green-asus .hd-logo {
  width: 4.5%;
  position: absolute;
  bottom: 9%;
  right: 13%;
}
#pageContent-green-asus.sec-green-asus .container {
  width: 65%;
  max-width: 62.5em;
  padding: 6em 0 4em;
  margin: 0 auto;
  position: relative;
  text-shadow: 0 0 3px #205f5a;
  z-index: 2;
}
#pageContent-green-asus.sec-green-asus h2 {
  font-size: 6em;
  letter-spacing: 0.1em;
  margin-bottom: 0.25em;
}
#pageContent-green-asus.sec-green-asus figure {
  width: 14em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#pageContent-green-asus.sec-green-asus .logo {
  width: 14em;
}
#pageContent-green-asus.sec-green-asus .txt {
  padding: 2em 1em 1em 4em;
}
#pageContent-green-asus.sec-green-asus p {
  margin-bottom: 0.75em;
}

@media screen and (max-width: 1440px) {
  #pageContent-green-asus.sec-green-asus h2 {
    font-size: 5em;
  }
  #pageContent-green-asus.sec-green-asus p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1280px) {
  #pageContent-green-asus.sec-green-asus .container {
    width: 70%;
  }
  #pageContent-green-asus.sec-green-asus h2 {
    font-size: 4em;
    margin-bottom: 0;
  }
  #pageContent-green-asus.sec-green-asus .txt {
    padding-left: 2em;
    padding-right: 2em;
  }
  #pageContent-green-asus.sec-green-asus p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #pageContent-green-asus.sec-green-asus {
    min-height: 55vw;
  }
  #pageContent-green-asus.sec-green-asus .bg {
    -o-object-position: right bottom;
       object-position: right bottom;
  }
  #pageContent-green-asus.sec-green-asus .deco-rog {
    width: 15%;
  }
  #pageContent-green-asus.sec-green-asus .deco-dare {
    width: 30%;
  }
  #pageContent-green-asus.sec-green-asus .hd-logo {
    width: 6%;
    right: 17%;
  }
  #pageContent-green-asus.sec-green-asus .container {
    width: 90%;
    padding-right: 5%;
  }
  #pageContent-green-asus.sec-green-asus .logo {
    width: 10em;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #pageContent-green-asus.sec-green-asus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #pageContent-green-asus.sec-green-asus .bg {
    position: relative;
    -o-object-fit: unset;
       object-fit: unset;
  }
  #pageContent-green-asus.sec-green-asus .deco-rog {
    width: 20%;
    top: auto;
    bottom: 60vw;
  }
  #pageContent-green-asus.sec-green-asus .deco-dare {
    width: 50%;
    bottom: 1em;
  }
  #pageContent-green-asus.sec-green-asus figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10em;
  }
  #pageContent-green-asus.sec-green-asus .hd-logo {
    width: 4em;
    position: relative;
    right: auto;
    bottom: auto;
    margin: 20px auto 0;
  }
  #pageContent-green-asus.sec-green-asus .container {
    padding: 4em 0 2em;
  }
  #pageContent-green-asus.sec-green-asus .d-mobile-none {
    display: none !important;
  }
  #pageContent-green-asus.sec-green-asus .d-mobile-block {
    display: block !important;
  }
}
@media screen and (max-width: 620px) {
  #pageContent-green-asus.sec-green-asus .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #pageContent-green-asus.sec-green-asus .txt {
    padding: 1em 0 0;
  }
  #pageContent-green-asus.sec-green-asus h2 {
    font-size: 8vw;
    text-align: left;
  }
  #pageContent-green-asus.sec-green-asus figure {
    width: 100%;
    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;
  }
  #pageContent-green-asus.sec-green-asus figure img {
    margin: 0 10px !important;
  }
}
@media screen and (max-width: 480px) {
  #pageContent-green-asus.sec-green-asus .deco-rog {
    width: 30%;
  }
  #pageContent-green-asus.sec-green-asus .deco-dare {
    width: 70%;
  }
}
#hd .sec-gallery {
  padding: 6em 0 0;
}
#hd .sec-gallery .swiper-gallery {
  padding-bottom: 50px;
}
#hd .sec-gallery .swiper-slide img {
  width: 100%;
}
#hd .sec-gallery .swiper-pause-btn {
  margin: 0 auto;
  left: 0;
  right: 0;
}

#hd .sec-faq {
  padding: 4% 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-faq .hd-intro {
  position: relative;
  z-index: 2;
}
#hd .sec-faq .hd-wrapper {
  width: 100%;
}
#hd .sec-faq .hd-content {
  width: 100%;
}
#hd .sec-faq h3 {
  margin-top: 60px;
}
#hd .sec-faq .list-feature > li {
  padding: 14px 40px 14px;
  border-radius: 20px;
  background: #222;
  margin-bottom: 20px;
}
#hd .sec-faq .list-feature button {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: white;
  pointer-events: all;
  cursor: pointer;
  position: relative;
}
#hd .sec-faq .list-feature button i {
  display: block;
  width: 1.8em;
  height: 1.8em;
  border-radius: 2em;
  background: none;
  position: absolute;
  top: 8px;
  right: -0.5em;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, background 0.25s ease;
  transition: transform 0.25s 0.25s ease, background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
}
#hd .sec-faq .list-feature button i:before, #hd .sec-faq .list-feature button i:after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  border-radius: 2px;
  background: #fd8f1f;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .sec-faq .list-feature button i:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd .sec-faq .list-feature button:hover i, #hd .sec-faq .list-feature button:focus-visible i {
  background: black;
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:before, #hd .sec-faq .list-feature button[aria-expanded=true] i:after {
  background: white;
  -webkit-transition: -webkit-transform 0.25s 0.25s ease;
  transition: -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, -webkit-transform 0.25s 0.25s ease;
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] h4 {
  margin-bottom: 0.75em;
}
#hd .sec-faq .list-feature button[aria-expanded=true] ~ .hd-txt {
  display: block;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUpSmall;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-duration: 0.4s;
  animation-name: fadeInUpSmall;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-faq .list-feature h4 {
  font-family: "Roboto Condensed", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: left;
  padding-right: 1.5em;
}
#hd .sec-faq .list-feature .hd-txt {
  display: none;
  margin-top: 3px;
  padding-right: 3em;
  padding-top: 22px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#hd .sec-faq .list-feature p {
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.75em;
}
#hd .sec-faq .list-feature .txt-link {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  font: inherit;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}
#hd .sec-faq .list-feature .txt-link:hover, #hd .sec-faq .list-feature .txt-link:focus-visible {
  color: #fd8f1f !important;
}
#hd .sec-faq .detail-list {
  padding-left: 1.2em;
}
#hd .sec-faq .detail-list li {
  list-style: disc;
  margin: 0.4em 0;
  font-size: 1em;
  line-height: 1.3;
}

@media screen and (max-width: 1280px) {
  #hd .sec-faq .list-feature p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-faq h3 {
    margin-top: 40px;
  }
  #hd .sec-faq .list-feature > li {
    padding: 10px 30px 6px;
    border-radius: 20px;
    background: #333;
    margin-bottom: 20px;
  }
  #hd .sec-faq .list-feature button {
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-faq {
    padding: 6% 0;
  }
  #hd .sec-faq .list-feature {
    font-size: 0.875em;
    margin-bottom: 20px;
  }
  #hd .sec-faq .list-feature > li {
    border-radius: 16px;
  }
  #hd .sec-faq .list-feature button {
    padding-top: 10px;
  }
  #hd .sec-faq .list-feature button i:before, #hd .sec-faq .list-feature button i:after {
    height: 3px;
  }
  #hd .sec-faq .list-feature .hd-txt {
    padding-right: 0;
  }
  #hd .sec-faq .hd-content {
    width: 100%;
    max-width: 600px;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-faq h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-faq {
    padding: 8% 0;
  }
  #hd .sec-faq .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-faq .hd-intro {
    width: 100%;
    text-align: center;
  }
  #hd .sec-faq .list-feature {
    font-size: 1em;
  }
  #hd .sec-faq .list-feature > li {
    padding: 6px 16px;
    margin-bottom: 12px;
    border-radius: 10px;
  }
}
#hd {
  background: white;
  color: black;
}
#hd h2 {
  color: black !important;
}
#hd h3 {
  color: black;
}
#hd a.txt-link:hover {
  color: black;
}
#hd small {
  font-weight: 400;
}
#hd .bg-grey {
  background: #333;
  color: white;
}
#hd .bg-grey h2 {
  color: white !important;
}
#hd .bg-white {
  background: #d8dde1;
}
#hd .hd-frame:after {
  background-color: white !important;
  background-image: none !important;
}
#hd .tab-filter button, #hd .tab-filter-block button {
  color: #555;
}
#hd .tab-filter button.hd-active, #hd .tab-filter button:hover, #hd .tab-filter-block button.hd-active, #hd .tab-filter-block button:hover {
  color: black;
}
#hd .tab-filter button:after, #hd .tab-filter-block button:after {
  background-color: black;
}
#hd .trigger-close:not(.hd-btn):before,
#hd .trigger-close:not(.hd-btn):after {
  background-color: white;
}
#hd #pageContent-btn-cta .trigger-close:not(.hd-btn):before,
#hd #pageContent-btn-cta .trigger-close:not(.hd-btn):after {
  background-color: black;
}
#hd .hd-panel {
  background-color: #eee;
}
#hd .hd-panel a.txt-link:hover {
  color: black;
}
#hd .hd-panel .custom-dot-name {
  color: black;
}
#hd .hd-panel .custom-dot-progress {
  background-color: rgba(0, 0, 0, 0.3);
}
#hd .hd-panel .swiper-pagination-bullet.swiper-pagination-bullet-active .custom-dot-progress {
  background-color: #fd8f1f;
}
#hd .hd-frame:before {
  display: none;
}
#hd .hd-icon-plus {
  border: 1px solid rgba(189, 74, 0, 0.9607843137);
}
#hd .hd-icon-plus:after, #hd .hd-icon-plus:before {
  background-color: rgba(189, 74, 0, 0.9607843137);
}
#hd .hd-lightbox-s .hd-container h3, #hd .hd-lightbox-s .hd-container p {
  color: white;
}
#hd #pageContent-tab-hwinfo .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.3);
}
#hd #pageContent-tab-hwinfo .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: black;
}
#hd #pageContent-btn-cta .hd-txt {
  color: black;
}
#hd .main-ksp a, #hd .main-ksp button, #hd .main-ksp p, #hd .main-ksp strong {
  color: black;
}
#hd .main-ksp p {
  font-weight: 400;
}
#hd #pageContent-spec {
  background-color: white;
}
#hd #pageContent-spec ol li p {
  color: #333;
  font-weight: 400;
}
#hd .sec-overclocking > .hd-bg, #hd .sec-connectivity > .hd-bg {
  display: none;
}
#hd .sec-diy .hd-content h3 {
  position: relative;
  text-shadow: 0 0 3px black;
  color: white;
}
#hd .sec-amd {
  color: white;
}
#hd .sec-amd h2 {
  color: white !important;
}
#hd #pageContent-panel-oc .txt-top,
#hd #pageContent-panel-oc .txt-middle,
#hd #pageContent-panel-oc .txt-bottom,
#hd #pageContent-panel-coreflex .txt-top,
#hd #pageContent-panel-coreflex .txt-middle,
#hd #pageContent-panel-coreflex .txt-bottom {
  background-color: rgba(238, 238, 238, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(238, 238, 238, 0)), color-stop(25%, rgba(238, 238, 238, 0.5)), color-stop(75%, rgba(238, 238, 238, 0.5)), to(rgba(238, 238, 238, 0)));
  background-image: linear-gradient(90deg, rgba(238, 238, 238, 0), rgba(238, 238, 238, 0.5) 25%, rgba(238, 238, 238, 0.5) 75%, rgba(238, 238, 238, 0));
}
#hd #pageContent-panel-oc .txt-top p,
#hd #pageContent-panel-oc .txt-middle p,
#hd #pageContent-panel-oc .txt-bottom p,
#hd #pageContent-panel-coreflex .txt-top p,
#hd #pageContent-panel-coreflex .txt-middle p,
#hd #pageContent-panel-coreflex .txt-bottom p {
  background-color: rgba(238, 238, 238, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(238, 238, 238, 0)), color-stop(25%, rgba(238, 238, 238, 0.5)), color-stop(75%, rgba(238, 238, 238, 0.5)), to(rgba(238, 238, 238, 0)));
  background-image: linear-gradient(90deg, rgba(238, 238, 238, 0), rgba(238, 238, 238, 0.5) 25%, rgba(238, 238, 238, 0.5) 75%, rgba(238, 238, 238, 0));
}
#hd #pageContent-panel-coreflex .hd-ex button {
  color: black;
}
#hd #pageContent-panel-coreflex .hd-ex button:hover {
  color: rgba(189, 74, 0, 0.9607843137);
}
#hd #pageContent-panel-coreflex .hd-ex button i {
  color: rgba(189, 74, 0, 0.9607843137);
}
#hd #pageContent-panel-coreflex .hd-ex li:before {
  background-color: black;
}
#hd #pageContent-panel-nitropath .hd-label {
  text-shadow: 0 0 3px white, 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 18px white, 0 0 18px white;
}
#hd #pageContent-personalization {
  background-color: black;
  color: white;
}
#hd #pageContent-personalization h2, #hd #pageContent-personalization h3 {
  color: white !important;
}
#hd #pageContent-personalization .custom-button button.hd-active {
  background-color: #fd8f1f;
}
#hd .sec-heatsink {
  color: white;
}
#hd .sec-heatsink ol li:before {
  background-color: #fd8f1f;
}
#hd #pageContent-tab-dimm2 button:hover {
  color: black;
}
#hd .sec-magnetic {
  background-color: #24221f;
  color: white;
}
#hd .sec-magnetic h3 {
  color: white !important;
}

body.no-scroll {
  position: relative;
  overflow: hidden;
}

.lightbox .lb-outerContainer {
  background: none;
}
.lightbox .lb-image {
  border: none;
}
.lightbox .lb-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lightbox .lb-caption {
  font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
}
.lightbox .lb-closeContainer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

[data-lightbox] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
/*# sourceMappingURL=hd-style.css.map */