@import url(../lib/swiper/swiper-bundle.min.css);
@import url(../lib/lightbox/css/lightbox.min.css);
.bg-grey {
  background: #454545; }

.bg-dark {
  background: #1e1f22; }

/*  Width and Height */
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* ---------- RESET ---------- */
html {
  scroll-behavior: smooth; }

html,
body {
  margin: 0;
  background-color: #000; }

#hd {
  padding-top: 46px;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: black;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 0;
  /* ---------- SCREEN READER ---------- */ }
  #hd * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word; }
    #hd * ::selection {
      background: #1d2124;
      color: #67cfff; }
    #hd * ::-moz-selection {
      background: #1d2124;
      color: #ffffff; }
  #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,
  #hd button {
    font: inherit;
    padding: 0;
    margin: 0; }
  #hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0 auto; }
  #hd iframe,
  #hd video {
    display: block;
    max-width: 100%; }
  #hd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    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: 1px solid #67cfff; }
  #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; }
  #hd button {
    border: none;
    outline: none;
    background: none;
    box-shadow: 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: 1px solid #67cfff; }
  #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; }

#hd .bg-grey {
  background: #1b1d21; }
#hd .bg-gradient {
  background: linear-gradient(to bottom, black, #3d38c4, #a413dd); }
#hd .hd-cp {
  cursor: pointer; }
#hd .hd-trigger-dot {
  width: 2em;
  height: 2em;
  cursor: pointer;
  position: absolute;
  z-index: 2; }
  #hd .hd-trigger-dot[aria-expanded="true"]:after {
    background-color: #67cfff; }
  #hd .hd-trigger-dot:before, #hd .hd-trigger-dot:after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  #hd .hd-trigger-dot:after {
    background: white;
    border-radius: 50%; }
  #hd .hd-trigger-dot:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
#hd .hd-active .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;
    transition: all 0.4s ease; }
  #hd .trigger-close:not(.hd-btn):before {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    -ms-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);
    -ms-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: #67cfff; }
#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%; } }
@-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 fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-2em);
    -ms-transform: translateX(-2em);
    transform: translateX(-2em);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-2em);
    -ms-transform: translateX(-2em);
    transform: translateX(-2em);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0; }
  20% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: scale(1.3) rotate(-10deg) translateX(-5%);
    -ms-transform: scale(1.3) rotate(-10deg) translateX(-5%);
    transform: scale(1.3) rotate(-10deg) translateX(-5%);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0);
    -ms-transform: scale(1) rotate(0deg) translateX(0);
    transform: scale(1) rotate(0deg) translateX(0); } }
@keyframes rollIn {
  0% {
    -webkit-transform: scale(1.3) rotate(-10deg) translateX(-5%);
    -ms-transform: scale(1.3) rotate(-10deg) translateX(-5%);
    transform: scale(1.3) rotate(-10deg) translateX(-5%);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0);
    -ms-transform: scale(1) rotate(0deg) translateX(0);
    transform: scale(1) rotate(0deg) translateX(0); } }
@-webkit-keyframes hintArrow {
  50% {
    -webkit-transform: translateY(-0.25em);
    -ms-transform: translateY(-0.25em);
    transform: translateY(-0.25em); } }
@keyframes hintArrow {
  50% {
    -webkit-transform: translateY(-0.25em);
    -ms-transform: translateY(-0.25em);
    transform: translateY(-0.25em); } }
@-webkit-keyframes ocRotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes ocRotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-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 zoomGraphic {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes zoomGraphic {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@font-face {
  font-family: 'ROGFonts';
  src: url("../fonts/ROGFonts-Regular_ES.otf") format("opentype"), url("../fonts/ROGFonts-Regular_ES.ttf") format("truetype"), url("../fonts/ROGFonts-Regular_ES.woff") format("woff"), url("../fonts/ROGFonts-Regular_ES.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'TradeGothicLTPro';
  src: url("../fonts/TradeGothicLTPro-Bold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 16px; }
  #hd h1,
  #hd .h1 {
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 3.75em;
    letter-spacing: .026em;
    margin-bottom: 0; }
  #hd h2,
  #hd .h2 {
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: .026em;
    line-height: 1;
    color: white;
    word-break: normal;
    word-wrap: normal;
    margin-bottom: .25em; }
  #hd h3,
  #hd .h3 {
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.35em;
    font-weight: bold;
    color: white;
    letter-spacing: .018em;
    line-height: 1;
    margin-bottom: .25em; }
    #hd h3.txt-larger,
    #hd .h3.txt-larger {
      font-size: 2em; }
  #hd h4,
  #hd .h4 {
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: white;
    letter-spacing: .026em;
    line-height: 1.25;
    margin-bottom: 0; }
  #hd h5,
  #hd .h5 {
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    letter-spacing: .018em;
    font-weight: bold;
    line-height: 1.25; }
  #hd h6,
  #hd .h6 {
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5; }
  #hd p,
  #hd small,
  #hd a,
  #hd li {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
  #hd p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .024em;
    font-weight: 300; }
  #hd b,
  #hd strong {
    font-weight: bold; }
  #hd .hd-note small {
    display: block;
    line-height: 1.25; }
  #hd small {
    font-size: .875em;
    font-weight: 400;
    letter-spacing: .018em; }
  #hd .align-center {
    text-align: center; }
  #hd .align-left {
    text-align: left; }
  #hd .align-right {
    text-align: right; }
  #hd .align-italic {
    font-style: italic; }
  #hd .hd-nobr {
    white-space: nowrap; }
  #hd .txt-link {
    display: inline-block;
    text-decoration: underline;
    color: inherit;
    font-weight: 400;
    word-break: break-all; }
    #hd .txt-link:hover, #hd .txt-link:focus-visible {
      color: #67cfff; }
    #hd .txt-link.color-primary:hover, #hd .txt-link.color-primary:focus-visible {
      color: white !important; }
  #hd .color-primary {
    color: #67cfff !important; }
  #hd .color-secondary {
    color: #ff8300 !important; }
  #hd .color-primary-light {
    color: #00aeef !important; }
  #hd .color-grey {
    color: #aaaaaa !important; }
  #hd .color-white {
    color: white !important; }
  #hd .color-light-grey {
    color: #d6d6d6 !important; }
  #hd .color-red-light {
    color: #ffaaab !important; }
  #hd .font-rog {
    font-family: "ROGFonts", "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
  #hd .font-title {
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
  #hd .hd-uppercase {
    text-transform: uppercase; }

@media screen and (min-width: 2560px) {
  #hd {
    font-size: 20px; } }
@media screen and (min-width: 3000px) {
  #hd {
    font-size: 28px; } }
@media screen and (max-width: 1440px) {
  #hd h1,
  #hd .h1 {
    font-size: 3.5em; }
  #hd h2,
  #hd .h2 {
    font-size: 3em; }
  #hd h3,
  #hd .h3 {
    font-size: 1.125em; } }
@media screen and (max-width: 1280px) {
  #hd small {
    font-size: .75em; } }
@media screen and (max-width: 1024px) {
  #hd h1,
  #hd .h1 {
    font-size: 2.75em; }
  #hd h2,
  #hd .h2 {
    font-size: 2.5em; }
  #hd h3,
  #hd .h3 {
    font-size: 1em; }
  #hd p {
    font-size: 1em; } }
@media screen and (max-width: 768px) {
  #hd h1,
  #hd .h1 {
    font-size: 2.5em; }
  #hd h2,
  #hd .h2 {
    font-size: 2em; }
  #hd h3.txt-larger {
    font-size: 1.75em; } }
@media screen and (max-width: 480px) {
  #hd h1,
  #hd .h1 {
    font-size: 2em; }
  #hd h2,
  #hd .h2 {
    font-size: 1.75em;
    letter-spacing: .018em; }
  #hd h3,
  #hd .h3 {
    font-size: 1.25em; }
    #hd h3.txt-larger,
    #hd .h3.txt-larger {
      font-size: 1.5em; } }
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative; }
#hd .hd-w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
#hd .hd-w900 {
  width: 80%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }
#hd .hd-w1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1300,
#hd .hd-w1400,
#hd .hd-w1600 {
  width: 90%;
  margin: 0 auto;
  position: relative; }
#hd .hd-w1100 {
  max-width: 1100px; }
#hd .hd-w1200 {
  max-width: 1200px; }
#hd .hd-w1300 {
  max-width: 1300px; }
#hd .hd-w1400 {
  max-width: 1400px; }
#hd .hd-w1600 {
  max-width: 1600px; }
#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-col65 {
  width: 65%; }
#hd .hd-col70 {
  width: 70%; }
#hd .hd-col75 {
  width: 75%; }
#hd .hd-col80 {
  width: 80%; }
#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: flex;
  flex-wrap: wrap; }
#hd .flex-nowrap {
  display: flex;
  flex-wrap: nowrap; }
#hd .row-reverse {
  flex-direction: row-reverse; }
#hd .align-items-center {
  align-items: center; }
#hd .align-items-start {
  align-items: flex-start; }
#hd .align-items-end {
  align-items: flex-end; }
#hd .justify-content-center {
  justify-content: center; }
#hd .justify-content-start {
  justify-content: flex-start; }
#hd .justify-content-end {
  justify-content: flex-end; }
#hd .justify-content-between {
  justify-content: space-between; }
#hd .justify-content-around {
  justify-content: space-around; }
#hd .flex-row-reverse {
  flex-direction: row-reverse; }
#hd .hd-d-none {
  display: none; }
#hd .hd-d-block {
  display: block; }

@media screen and (min-width: 2560px) {
  #hd .hd-w800 {
    max-width: 1100px; }
  #hd .hd-w1000 {
    max-width: 1400px; }
  #hd .hd-w1100 {
    max-width: 1400px; }
  #hd .hd-w1200 {
    max-width: 1500px; }
  #hd .hd-w1300 {
    max-width: 1600px; }
  #hd .hd-w1400 {
    max-width: 1800px; }
  #hd .hd-w1600 {
    max-width: 2000px; } }
@media screen and (min-width: 3000px) {
  #hd .hd-w800 {
    max-width: 1400px; }
  #hd .hd-w1000 {
    max-width: 1800px; }
  #hd .hd-w1100 {
    max-width: 1800px; }
  #hd .hd-w1200 {
    max-width: 2200px; }
  #hd .hd-w1300 {
    max-width: 2400px; }
  #hd .hd-w1400 {
    max-width: 2800px; }
  #hd .hd-w1600 {
    max-width: 3000px; } }
@media screen and (max-width: 1024px) {
  #hd .hd-d-1024-none {
    display: none; }
  #hd .hd-d-1024-block {
    display: block; }
  #hd .hd-d-1024-inline-block {
    display: inline-block; }
  #hd .hd-w900 {
    width: 90%; } }
@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 header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background: #120e0d;
  z-index: 11; }
  #hd header .logo-rog {
    width: 10em;
    margin: 10px auto 10px 0; }
    #hd header .logo-rog img {
      width: 100%; }
  #hd header .menu {
    text-align: center; }
    #hd header .menu a {
      font-size: 1em;
      font-weight: 400;
      letter-spacing: .018em;
      color: white;
      padding: .25em 1em;
      cursor: pointer;
      transition: color 0.25s ease; }
      #hd header .menu a:hover, #hd header .menu a:focus-visible {
        color: #ff8300; }
      #hd header .menu a.hd-active {
        color: #ff8300;
        font-weight: bold;
        cursor: default;
        pointer-events: none; }
        #hd header .menu a.hd-active .color-primary-light {
          color: white !important; }
#hd .hamburger {
  display: none; }

@media screen and (max-width: 1023px) {
  #hd header .menu a {
    padding-left: .5em;
    padding-right: .5em; } }
@media screen and (max-width: 768px) {
  #hd .hamburger span, #hd .hamburger:before, #hd .hamburger:after {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    background: white;
    border-radius: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.1s ease; }

  #hd header .hd-container {
    width: 100%;
    padding-left: 5%; }
  #hd header .logo-rog {
    margin-top: 8px;
    margin-bottom: 8px; }
  #hd header .menu {
    display: none;
    width: 100%;
    background: #303030;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1; }
    #hd header .menu a {
      display: block;
      font-size: 1em;
      padding: 1em 0;
      border-bottom: 1px solid #505050; }
  #hd .hamburger {
    order: 3;
    display: block;
    width: 46px;
    height: 46px;
    background: #00aeef;
    margin-left: 1em;
    position: relative;
    cursor: pointer; }
    #hd .hamburger:before {
      -webkit-transform: translate(0, -0.5em);
      -ms-transform: translate(0, -0.5em);
      transform: translate(0, -0.5em); }
    #hd .hamburger:after {
      -webkit-transform: translate(0, 0.5em);
      -ms-transform: translate(0, 0.5em);
      transform: translate(0, 0.5em); }
    #hd .hamburger.hd-active:before {
      opacity: 1;
      -webkit-transform: translate(0, 0) rotate(-45deg);
      -ms-transform: translate(0, 0) rotate(-45deg);
      transform: translate(0, 0) rotate(-45deg); }
    #hd .hamburger.hd-active:after {
      opacity: 1;
      -webkit-transform: translate(0, 0) rotate(45deg);
      -ms-transform: translate(0, 0) rotate(45deg);
      transform: translate(0, 0) rotate(45deg); }
    #hd .hamburger.hd-active span {
      opacity: 0; }
    #hd .hamburger.hd-active ~ .menu {
      display: block;
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 0.4s;
      -webkit-animation-name: fadeInDown;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      animation-delay: 0s;
      animation-duration: 0.4s;
      animation-name: fadeInDown;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; } }
#hd .main-footer .media-container {
  padding: 3em 0; }
  #hd .main-footer .media-container a {
    display: block;
    margin: .25em .5em; }
    #hd .main-footer .media-container a img {
      transition: all 0.25s ease; }
    #hd .main-footer .media-container a:hover img {
      filter: brightness(180%); }
#hd .main-footer .hd-container {
  width: 90%;
  max-width: 1380px;
  padding: 30px 0;
  margin: 0 auto; }
#hd .main-footer .logo-asus {
  display: inline-block;
  vertical-align: middle;
  width: 200px; }
#hd .main-footer h3 {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2em;
  line-height: 1.25;
  text-transform: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 230px);
  margin-right: -5px;
  margin-bottom: 0;
  padding-left: 20px; }
#hd .main-footer p {
  margin-top: 1em; }
  #hd .main-footer p a {
    color: #67cfff; }

@media screen and (max-width: 1440px) {
  #hd .main-footer .logo-asus {
    width: 150px; }
  #hd .main-footer h3 {
    font-size: 1.4em; }
  #hd .main-footer p {
    font-size: .875em; } }
@media screen and (max-width: 1280px) {
  #hd .main-footer img {
    display: block; }
  #hd .main-footer h3 {
    width: 100%;
    display: block;
    margin: .5em 0 0;
    padding: 0;
    white-space: break-spaces; } }
@media screen and (max-width: 480px) {
  #hd .main-footer .media-container {
    padding: 2em 0; }
    #hd .main-footer .media-container a {
      margin: .25em; } }
#hd {
  clip-path: inset(0 0 0 0); }
  #hd .hd-nav {
    font-size: 14px;
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 56px;
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    #hd .hd-nav ul {
      margin: 0;
      padding: 0; }
      #hd .hd-nav ul li {
        display: block;
        position: relative; }
        #hd .hd-nav ul li a {
          padding: .6em;
          text-decoration: none;
          display: block;
          z-index: 1;
          cursor: pointer; }
          #hd .hd-nav ul li a span {
            display: block;
            width: .5em;
            height: .5em;
            border-radius: 1em;
            border: 1px solid white;
            z-index: 1;
            transition: transform 0.1s ease-in-out, background 0.6s ease, box-shadow 0.6s ease; }
          #hd .hd-nav ul li a:hover span {
            background: white; }
          #hd .hd-nav ul li a.hd-active span {
            background: white;
            box-shadow: 0 0 0 3px white; }
        #hd .hd-nav ul li .hd-tooltip {
          display: block;
          max-width: 220px;
          height: 1.5em;
          font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
          text-transform: uppercase;
          font-size: .875rem;
          color: white;
          white-space: nowrap;
          overflow: hidden;
          opacity: 0;
          position: absolute;
          top: 4px;
          bottom: 0;
          right: 100%;
          margin: auto 0;
          -webkit-transform: translate(10px, 0);
          -ms-transform: translate(10px, 0);
          transform: translate(10px, 0); }
        #hd .hd-nav ul li:hover .hd-tooltip {
          width: auto;
          opacity: 1;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0);
          transition: opacity 0.2s ease-in, transform 0.4s ease; }
    #hd .hd-nav .deco-top {
      font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      font-size: .3em;
      letter-spacing: .8em;
      text-transform: uppercase;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      white-space: nowrap;
      position: absolute;
      bottom: calc(50% + 130px);
      right: 0; }
    #hd .hd-nav .deco-bottom {
      width: 5px;
      height: calc(50vh - 130px);
      border-top: 1px solid white;
      position: absolute;
      top: calc(50% + 130px);
      right: 2px; }
      #hd .hd-nav .deco-bottom:before, #hd .hd-nav .deco-bottom:after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        background-color: white;
        background-image: -moz-linear-gradient(180deg, white, transparent);
        background-image: -webkit-linear-gradient(180deg, white, transparent);
        background-image: linear-gradient(180deg, white, transparent);
        background-color: transparent; }
      #hd .hd-nav .deco-bottom:before {
        left: 0; }
      #hd .hd-nav .deco-bottom:after {
        right: 0; }
  #hd .scroll-up {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.5) url(../img/backtop.png) center no-repeat;
    border: 1px solid #aaaaaa;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 10; }
    #hd .scroll-up:hover {
      background-color: rgba(255, 255, 255, 0.75); }
    #hd .scroll-up.is-show {
      display: block;
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 0.25s;
      -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.25s;
      animation-name: fadeIn;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: both; }

@media screen and (min-width: 2560px) {
  #hd .hd-nav {
    font-size: 16px;
    right: 100px; } }
@media screen and (max-width: 1440px) {
  #hd .hd-nav {
    right: 40px; }
  #hd .scroll-up {
    right: 40px; } }
@media screen and (max-width: 1024px) {
  #hd .hd-nav {
    font-size: 12px;
    right: 30px; }
  #hd .scroll-up {
    right: 30px; } }
@media screen and (max-width: 768px) {
  #hd .hd-nav {
    display: none; }
    #hd .hd-nav ul li .hd-tooltip {
      display: none; }
  #hd .scroll-up {
    right: 10px; } }
@media screen and (max-width: 480px) {
  #hd .scroll-up {
    bottom: 15px;
    right: 10px; } }
#hd .sec-filter {
  width: 100%;
  border-bottom: 1px solid #67cfff;
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  -ms-overflow-style: none;
  z-index: 3; }
  #hd .sec-filter::-webkit-scrollbar {
    height: 3px; }
  #hd .sec-filter::-webkit-scrollbar-track {
    background: transparent; }
  #hd .sec-filter::-webkit-scrollbar-thumb {
    background: transparent; }
  #hd .sec-filter::-webkit-scrollbar-thumb:hover {
    background: transparent; }
  #hd .sec-filter ul {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: center;
    margin-bottom: -1px;
    white-space: nowrap; }
    #hd .sec-filter ul.hd-triggered li {
      color: #aaa; }
      #hd .sec-filter ul.hd-triggered li.hd-active {
        color: #67cfff; }
        #hd .sec-filter ul.hd-triggered li.hd-active:after {
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
  #hd .sec-filter li {
    width: 100%;
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    position: relative;
    cursor: pointer; }
    #hd .sec-filter li:first-child {
      margin-left: auto; }
    #hd .sec-filter li:last-child {
      margin-right: auto; }
    #hd .sec-filter li:after {
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      background: black;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      transition: transform 0.4s ease-out; }
    #hd .sec-filter li:hover {
      color: rgba(255, 255, 255, 0.8); }
    #hd .sec-filter li.hd-active {
      pointer-events: none; }
  #hd .sec-filter h3 {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: 300;
    font-size: 1em;
    padding: .75em 1.125em;
    margin-bottom: 0; }
  #hd .sec-filter.filter-feature {
    margin: 2em 0 -3px;
    border-bottom: none;
    position: relative; }
    #hd .sec-filter.filter-feature:before, #hd .sec-filter.filter-feature:after {
      content: '';
      display: block;
      width: 100%;
      max-width: 1700px;
      height: 2px;
      background-color: rgba(182, 182, 182, 0.205);
      background-image: -moz-linear-gradient(90deg, rgba(182, 182, 182, 0.205) 0%, rgba(206, 206, 206, 0.562) 3%, #cecece 15%, transparent 20%, transparent 50%, transparent 75%, #cecece 90%, rgba(206, 206, 206, 0.562) 97%, rgba(182, 182, 182, 0.205) 100%);
      background-image: -webkit-linear-gradient(90deg, rgba(182, 182, 182, 0.205) 0%, rgba(206, 206, 206, 0.562) 3%, #cecece 15%, transparent 20%, transparent 50%, transparent 75%, #cecece 90%, rgba(206, 206, 206, 0.562) 97%, rgba(182, 182, 182, 0.205) 100%);
      background-image: linear-gradient(90deg, rgba(182, 182, 182, 0.205) 0%, rgba(206, 206, 206, 0.562) 3%, #cecece 15%, transparent 20%, transparent 50%, transparent 75%, #cecece 90%, rgba(206, 206, 206, 0.562) 97%, rgba(182, 182, 182, 0.205) 100%);
      background-color: transparent;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
    #hd .sec-filter.filter-feature:before {
      top: 0;
      right: 10%; }
    #hd .sec-filter.filter-feature:after {
      bottom: 0;
      left: 2.5%; }
    #hd .sec-filter.filter-feature ul {
      width: 90%;
      margin-bottom: 0; }
    #hd .sec-filter.filter-feature li {
      font-size: 1.45em;
      margin-right: -2px; }
      #hd .sec-filter.filter-feature li:hover h3 {
        color: white; }
      #hd .sec-filter.filter-feature li.hd-active h3 {
        color: white; }
        #hd .sec-filter.filter-feature li.hd-active h3:after {
          opacity: .875; }
    #hd .sec-filter.filter-feature h3 {
      font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      padding-top: 1em;
      color: #aaaaaa;
      position: relative;
      z-index: 2; }
      #hd .sec-filter.filter-feature h3:before, #hd .sec-filter.filter-feature h3:after {
        content: '';
        display: block;
        border-top-right-radius: 1em;
        -webkit-transform: skew(30deg, 0deg);
        -ms-transform: skew(30deg, 0deg);
        transform: skew(30deg, 0deg);
        position: absolute;
        top: 0;
        left: 0; }
      #hd .sec-filter.filter-feature h3:before {
        width: 100%;
        height: 100%;
        background-color: #777;
        background-image: -moz-linear-gradient(90deg, #777 0%, #ddd 20%, #777 50%, #ddd 80%, #777 100%);
        background-image: -webkit-linear-gradient(90deg, #777 0%, #ddd 20%, #777 50%, #ddd 80%, #777 100%);
        background-image: linear-gradient(90deg, #777 0%, #ddd 20%, #777 50%, #ddd 80%, #777 100%);
        z-index: -2; }
      #hd .sec-filter.filter-feature h3:after {
        width: calc(100% - 5px);
        height: calc(100% - 5px);
        margin: 2px;
        background: #4d4e4f;
        background-color: #222;
        background-image: -moz-linear-gradient(90deg, #222 0%, #202020 90%, #232323 95%, #141414 100%);
        background-image: -webkit-linear-gradient(90deg, #222 0%, #202020 90%, #232323 95%, #141414 100%);
        background-image: linear-gradient(90deg, #222 0%, #202020 90%, #232323 95%, #141414 100%);
        z-index: -1; }
  #hd .sec-filter.filter-model {
    margin: 2.5em 0 0;
    border-bottom-color: #4d4e4f;
    position: relative; }
    #hd .sec-filter.filter-model ul {
      width: 90%;
      margin-bottom: 0; }
    #hd .sec-filter.filter-model li {
      font-size: 1.45em;
      margin-right: -2px; }
      #hd .sec-filter.filter-model li:hover {
        background: rgba(255, 255, 255, 0.1); }
        #hd .sec-filter.filter-model li:hover h3 {
          color: white; }
      #hd .sec-filter.filter-model li.hd-active h3 {
        color: white; }
        #hd .sec-filter.filter-model li.hd-active h3:after {
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
    #hd .sec-filter.filter-model h3 {
      font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      font-size: 1.75em;
      padding: .75em .5em .25em .5em;
      color: #aaaaaa;
      position: relative;
      z-index: 2; }
      #hd .sec-filter.filter-model h3:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: #67cfff;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        transition: transform 0.25s ease; }
#hd .sec-content > div {
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 6em 0; }
  #hd .sec-content > div.hd-active {
    display: flex;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
#hd .tab-filter {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 auto 2em;
  border-bottom: 1px solid #4d4e4f; }
  #hd .tab-filter li {
    font-size: 1.125em;
    font-weight: bold;
    padding: 1em 1.25em;
    line-height: 1;
    color: #aaaaaa;
    position: relative;
    cursor: pointer; }
    #hd .tab-filter li:first-child {
      margin-left: auto; }
    #hd .tab-filter li:last-child {
      margin-right: auto; }
    #hd .tab-filter li:hover {
      color: #d6d6d6; }
    #hd .tab-filter li.hd-active {
      color: white; }
      #hd .tab-filter li.hd-active:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #00aeef;
        position: absolute;
        bottom: 0;
        left: 0; }
#hd .tab-filter-block {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin: -1em auto 2em; }
  #hd .tab-filter-block li {
    min-width: 6em;
    font-size: 1.125em;
    font-weight: bold;
    letter-spacing: .04em;
    line-height: 1;
    text-align: center;
    padding: .45em .5em;
    margin: 0 1em;
    color: #4d4e4f;
    border: 1px solid #4d4e4f;
    cursor: pointer; }
    #hd .tab-filter-block li:first-child {
      margin-left: auto; }
    #hd .tab-filter-block li:last-child {
      margin-right: auto; }
    #hd .tab-filter-block li:hover {
      color: white;
      border-color: white; }
    #hd .tab-filter-block li.hd-active {
      color: white;
      background: #67cfff;
      border-color: #67cfff; }

@media screen and (max-width: 1440px) {
  #hd .sec-filter li {
    font-size: 1.25em; }
  #hd .sec-content > div {
    padding: 5em 0; }
  #hd .tab-filter li {
    font-size: 1em;
    padding: 1em 1em; } }
@media screen and (max-width: 1280px) {
  #hd .sec-filter.filter-feature li {
    font-size: 1.25em; }
  #hd .tab-filter li {
    padding: 1em .55em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-filter.filter-feature li {
    font-size: 1.125em; }
  #hd .sec-content > div {
    padding: 4em 0; }
  #hd .tab-filter li {
    padding: .75em .5em; } }
@media screen and (max-width: 1023px) {
  #hd .tab-filter {
    overflow-x: auto;
    overflow-y: visible; }
    #hd .tab-filter li {
      flex-shrink: 0; }
  #hd .tab-filter-block li {
    margin: 0 .25em; } }
@media screen and (max-width: 768px) {
  #hd .sec-filter li {
    font-size: 1.125em; }
  #hd .sec-filter.filter-feature:before {
    display: none; }
  #hd .sec-filter.filter-feature li {
    font-size: 1em; }
  #hd .sec-filter.filter-feature h3:after {
    width: calc(100% - 4px);
    height: calc(100% - 4px); } }
@media screen and (max-width: 620px) {
  #hd .sec-content > div {
    padding: 3em 0; } }
#hd .hd-btn {
  display: inline-block;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  font-size: 1em;
  background-color: white;
  padding: .5em 1.5em;
  margin: 1em auto;
  color: black;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.25s ease; }
  #hd .hd-btn:hover {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px); }
  #hd .hd-btn:active {
    -webkit-transform: translate(0, -1px);
    -ms-transform: translate(0, -1px);
    transform: translate(0, -1px); }
  #hd .hd-btn i.hd-arrow {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-top: -.125em;
    margin-left: .5em;
    margin-right: -.5em;
    border-top: .4em solid transparent;
    border-left: .4em solid #fff;
    border-bottom: .4em solid transparent; }
  #hd .hd-btn i.hd-arrow-down {
    margin-top: .125em;
    margin-left: .5em;
    margin-right: -.5em;
    border-top: .4em solid black;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent; }
  #hd .hd-btn.hd-btn-grey {
    background-color: #ddd; }
  #hd .hd-btn.hd-btn-skew {
    background: 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: #004aa5;
      z-index: -1;
      -webkit-transform: skew(-15deg, 0deg);
      -ms-transform: skew(-15deg, 0deg);
      transform: skew(-15deg, 0deg); }
  #hd .hd-btn.hd-btn-skew-frame {
    background: none;
    border-radius: 0; }
    #hd .hd-btn.hd-btn-skew-frame:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: 2px solid white;
      margin: -1px;
      z-index: -1;
      -webkit-transform: skew(-15deg, 0deg);
      -ms-transform: skew(-15deg, 0deg);
      transform: skew(-15deg, 0deg); }
  #hd .hd-btn.hd-btn-frame {
    border-radius: 0;
    border: 1px solid #67cfff;
    color: #67cfff;
    background: transparent;
    transition: color 0.25s ease; }
    #hd .hd-btn.hd-btn-frame:hover {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      color: white; }
#hd .btn-more span {
  font: inherit;
  color: inherit; }
#hd .btn-more i {
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
#hd .btn-more.hd-active i {
  -webkit-transform: rotate(180deg) translateY(0.5em);
  -ms-transform: rotate(180deg) translateY(0.5em);
  transform: rotate(180deg) translateY(0.5em); }
#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;
    transition: transform 0.25s, opacity 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);
    -ms-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);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0; }
#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: 11%;
  min-width: 185px;
  max-width: 280px;
  position: fixed;
  bottom: 70px;
  right: 0;
  margin: 20px;
  z-index: 12;
  border: 1px solid white;
  border-radius: 6px;
  background-color: black;
  overflow: hidden;
  -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;
  transition: 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: -.6em;
    opacity: 0; }
  #hd #pageContent-btn-cta a {
    display: block; }
  #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 p {
    padding: 10px 5px 10px;
    border-radius: 6px; }
    #hd #pageContent-btn-cta p:before, #hd #pageContent-btn-cta p:after {
      display: none; }
  #hd #pageContent-btn-cta p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 100%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    font-size: .95em;
    color: white;
    margin: auto;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden; }
    #hd #pageContent-btn-cta p .color-secondary {
      font-size: 1.5em; }
  #hd #pageContent-btn-cta:hover, #hd #pageContent-btn-cta:focus-visible {
    opacity: 1;
    -webkit-transform: scale(1.05, 1.05);
    -ms-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: 1023px) {
  #hd .trigger-panel, #hd .trigger-panel-close {
    margin: 16px; }
  #hd .trigger-panel-close {
    right: 0 !important;
    top: 20px !important; } }
@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 #pageContent-btn-cta {
    max-width: 150px;
    right: auto;
    left: 0;
    bottom: 0; } }
#hd .list-decimal > li, #hd .list-lower-alpha > li, #hd .list-lower-roman > li {
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 1.25;
  position: relative;
  padding-left: .5em;
  margin-left: 1em;
  margin-bottom: .25em; }
#hd .list-lower-alpha > li {
  list-style-type: lower-alpha; }
#hd .list-lower-roman > li {
  list-style-type: lower-roman; }
#hd .list-disc > li {
  line-height: 1.25;
  position: relative;
  padding-left: 1.25em;
  margin-bottom: .125em; }
  #hd .list-disc > li:before {
    content: '';
    display: block;
    width: .4em;
    height: .4em;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: .4em;
    left: 0; }
#hd .list-arrow > li {
  line-height: 1.25;
  position: relative;
  padding-left: 1.25em;
  margin-bottom: .125em; }
  #hd .list-arrow > li:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .3em 0 .3em .4em;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: .25em;
    left: 0; }
#hd .color-grey .list-disc > li:before {
  background: #aaaaaa; }

#hd .cover-container {
  position: relative;
  cursor: pointer; }
  #hd .cover-container:hover figure:before {
    opacity: 0; }
  #hd .cover-container.trigger-video:hover .icon-play {
    background: #67cfff;
    opacity: 1;
    -webkit-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25); }
  #hd .cover-container figure {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease; }
    #hd .cover-container figure img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.25s ease; }
    #hd .cover-container figure:before {
      transition: all 0.25s ease; }
  #hd .cover-container .icon-play {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #aaaaaa;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: .5;
    transition: all 0.25s ease; }
    #hd .cover-container .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 .trigger-video {
  cursor: pointer; }
#hd .vid-control {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-out;
  z-index: 2; }
  #hd .vid-control img,
  #hd .vid-control svg {
    width: 50%;
    height: 50%; }
  #hd .vid-control .play {
    display: none; }
  #hd .vid-control.hd-active .play, #hd .vid-control[aria-pressed="true"] .play {
    display: block; }
  #hd .vid-control.hd-active .pause, #hd .vid-control[aria-pressed="true"] .pause {
    display: none; }
#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 img {
    margin: auto !important; }
  #hd .gif-container.is-reduced-motion img.hd-d-none {
    display: block !important; }

@media screen and (max-width: 768px) {
  #hd .vid-control {
    width: 44px;
    height: 44px; } }
#hd .hd-lightbox {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11; }
  #hd .hd-lightbox.hd-active {
    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 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 150px 0 20px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto; }
    #hd .hd-lightbox .hd-filter::-webkit-scrollbar {
      width: 4px; }
    #hd .hd-lightbox .hd-filter::-webkit-scrollbar-track {
      background: transparent; }
    #hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb {
      background: #aaaaaa; }
    #hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb:hover {
      background: #67cfff; }
  #hd .hd-lightbox .hd-box {
    width: 60%;
    max-width: 1200px;
    background: black;
    position: relative;
    margin: 0 auto;
    z-index: 2; }
    #hd .hd-lightbox .hd-box iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  #hd .hd-lightbox .hd-content {
    padding: 3em 2em; }
    #hd .hd-lightbox .hd-content h2 {
      margin-bottom: .25em; }
    #hd .hd-lightbox .hd-content p {
      font-size: 1em; }
  #hd .hd-lightbox .vid-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.26%;
    position: relative;
    overflow: hidden; }
  #hd .hd-lightbox .hd-close {
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: .75em;
    pointer-events: all;
    cursor: pointer; }
    #hd .hd-lightbox .hd-close:before, #hd .hd-lightbox .hd-close:after {
      content: '';
      display: block;
      width: 2.25em;
      height: 2px;
      background: white;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      transition: all 0.4s ease; }
    #hd .hd-lightbox .hd-close:before {
      -webkit-transform: translate(0, 0) rotate(-45deg);
      -ms-transform: translate(0, 0) rotate(-45deg);
      transform: translate(0, 0) rotate(-45deg); }
    #hd .hd-lightbox .hd-close:after {
      -webkit-transform: translate(0, 0) rotate(45deg);
      -ms-transform: translate(0, 0) rotate(45deg);
      transform: translate(0, 0) rotate(45deg); }
    #hd .hd-lightbox .hd-close:hover:before, #hd .hd-lightbox .hd-close:hover:after {
      background: #67cfff; }
#hd .hd-lightbox-s {
  display: none;
  align-items: center;
  justify-content: center;
  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(34, 34, 34, 0.95);
    position: relative;
    overflow-y: auto;
    overflow-x: hidden; }
    #hd .hd-lightbox-s .hd-container p {
      line-height: 1.5;
      margin-bottom: .75em; }
  #hd .hd-lightbox-s .trigger-close {
    font-size: 2em; }
  #hd .hd-lightbox-s.hd-active {
    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; }

@media screen and (min-width: 2560px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1020px; } }
@media screen and (min-width: 3000px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1400px; } }
@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 0 20px; }
  #hd .hd-lightbox-s .hd-container {
    flex-direction: column-reverse;
    padding: 2em 1em; }
  #hd .hd-lightbox-s .trigger-close {
    font-size: 1em; } }
@media screen and (max-width: 768px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 0 0; }
  #hd .hd-lightbox .hd-box {
    width: 100%; }
  #hd .hd-lightbox .hd-close {
    top: 0;
    bottom: auto; } }
@media screen and (max-width: 480px) {
  #hd .hd-lightbox .hd-content {
    padding: 3em 1em;
    font-size: .9em; } }
#hd .frame-container > li {
  padding: 8px; }
#hd .frame-container.hd-grid {
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0; }
#hd .hd-frame {
  --border-radius: 16px;
  --content-padding: 40px 28px;
  display: flex;
  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: #aaa;
    background-image: -moz-linear-gradient(45deg, #aaa, #999);
    background-image: -webkit-linear-gradient(45deg, #aaa, #999);
    background-image: linear-gradient(45deg, #aaa, #999); }
  #hd .hd-frame:after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    margin: 1px;
    background-color: #252525;
    background-image: -moz-linear-gradient(180deg, #252525, black);
    background-image: -webkit-linear-gradient(180deg, #252525, 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 h3 span {
      font-size: .75em; }
  #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 .hd-content {
      max-width: 100%; }
    #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 .hd-panel {
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  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: 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 h4 {
    font-size: 1.75em; }
  #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: 60px 0; } }
@media screen and (max-width: 480px) {
  #hd .hd-panel h4 {
    font-size: 1.25em; } }
#hd .banner-swiper-container .swiper-button-next {
  width: 3.875em;
  height: 3.875em;
  color: #67cfff;
  background: none;
  border-radius: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  transition: all 0.25s ease; }
  #hd .banner-swiper-container .swiper-button-next:after {
    font-size: 2.25em;
    font-weight: bold; }
  #hd .banner-swiper-container .swiper-button-next:hover, #hd .banner-swiper-container .swiper-button-next:focus-visible {
    background-color: none;
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1); }
  #hd .banner-swiper-container .swiper-button-next:active {
    -webkit-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9); }
  #hd .banner-swiper-container .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none; }
#hd .banner-swiper-container .swiper-button-prev {
  background: url(../img/arrow-left.svg) center no-repeat;
  background-size: contain; }
  #hd .banner-swiper-container .swiper-button-prev:after {
    content: ''; }
#hd .banner-swiper-container .swiper-button-next {
  background: url(../img/arrow-right.svg) center no-repeat;
  background-size: contain; }
  #hd .banner-swiper-container .swiper-button-next:after {
    content: ''; }
#hd .banner-swiper-container .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto .5em; }
#hd .banner-swiper-container .banner-swiper-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .5em; }
  #hd .banner-swiper-container .banner-swiper-pagination-wrapper .vid-control {
    position: relative; }
#hd .banner-swiper-container .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto; }
#hd .banner-swiper-container .swiper-pagination-bullet {
  width: .75em;
  height: .75em;
  border-radius: 1em;
  margin: 0 .5em;
  background: #aaa;
  opacity: 1;
  position: relative;
  overflow: hidden;
  transition: width 0.25s ease; }
  #hd .banner-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #67cfff;
    transform-origin: 0 0; }
#hd .banner-swiper-container .swiper-controls.is-paused .swiper-pagination-bullet:after {
  animation-play-state: paused; }
#hd .banner-swiper-container .swiper-controls.is-paused .hd-play {
  display: block; }
#hd .banner-swiper-container .swiper-controls.is-paused .hd-pause {
  display: none; }
#hd .banner-swiper-container .swiper-control {
  flex-shrink: 0;
  position: relative;
  z-index: 2; }
  #hd .banner-swiper-container .swiper-control .hd-play,
  #hd .banner-swiper-container .swiper-control .hd-pause {
    font-size: 1em;
    width: 2em;
    height: 2em;
    position: relative; }
  #hd .banner-swiper-container .swiper-control .hd-play {
    display: none; }
    #hd .banner-swiper-container .swiper-control .hd-play:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: .5em 0 .5em .75em;
      border-color: transparent transparent transparent #67cfff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #hd .banner-swiper-container .swiper-control .hd-pause:before, #hd .banner-swiper-container .swiper-control .hd-pause:after {
    content: '';
    width: .3em;
    height: .875em;
    background: #67cfff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #hd .banner-swiper-container .swiper-control .hd-pause:before {
    margin-left: -.5em; }
#hd .swiper-pagination-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 30px; }
#hd .swiper-pagination,
#hd .swiper-pagination-bullets {
  width: auto;
  bottom: 0;
  position: relative; }
#hd .swiper-pagination-bullets {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%; }
#hd .custom-dot {
  display: flex;
  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;
  transform-origin: left center;
  -webkit-transform: scale(0, 1);
  -ms-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 {
  animation-play-state: paused !important; }
#hd .is-paused .custom-dot-progress:before {
  animation-play-state: paused !important; }
#hd .custom-dot-name {
  display: block;
  width: 100%;
  font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.125;
  color: white;
  text-transform: uppercase;
  padding-top: .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 {
  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 .swiper-content .swiper-slide {
  padding: 1em;
  opacity: .3; }
  #hd .swiper-content .swiper-slide.swiper-slide-active {
    opacity: 1; }
#hd .swiper-content .swiper-horizontal > .swiper-pagination-bullets,
#hd .swiper-content .swiper-pagination-bullets.swiper-pagination-horizontal,
#hd .swiper-content .swiper-pagination-custom, #hd .swiper-content .swiper-pagination-fraction {
  display: block;
  top: 0;
  bottom: auto; }
#hd .swiper-content .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 .3em;
  border-radius: 50%; }
#hd .swiper-content .swiper-pagination-bullet-active {
  background-color: white; }
#hd .swiper-content .swiper-button-next,
#hd .swiper-content .swiper-button-prev {
  top: 0;
  bottom: auto;
  color: white;
  width: 1.4em;
  height: 1.4em; }
  #hd .swiper-content .swiper-button-next:after,
  #hd .swiper-content .swiper-button-prev:after {
    font-size: 1.4em; }
#hd .swiper-content .pagination_row {
  position: relative;
  margin-top: .5em; }
#hd .swiper-content .navigation_row {
  position: relative; }
#hd .swiper-content.swiper-gradient .swiper-slide > div {
  position: relative;
  background-color: black;
  border-radius: 18px; }
  #hd .swiper-content.swiper-gradient .swiper-slide > div:before {
    content: "";
    position: absolute;
    border-radius: 18px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(to bottom, #ff00e9, #ffffff, #007eff);
    top: -1px;
    left: -1px;
    z-index: -1; }
#hd .swiper-content.swiper-grey .swiper-slide > div {
  position: relative;
  background-color: #111;
  border-radius: 18px; }
#hd .swiper-content.swiper-tab .swiper-pagination {
  position: relative;
  width: 100%;
  margin: 0 auto;
  align-items: flex-end; }
  #hd .swiper-content.swiper-tab .swiper-pagination h3 {
    font-size: 1.25em;
    margin-bottom: 0; }
#hd .swiper-content.swiper-tab .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
  padding: 1.2em 1em 1em;
  transition: width 0.25s ease; }
  #hd .swiper-content.swiper-tab .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: black; }
    #hd .swiper-content.swiper-tab .swiper-pagination-bullet.swiper-pagination-bullet-active h3 {
      display: inline-block;
      color: #67cfff !important;
      background-color: #ccc;
      background-image: -moz-linear-gradient(90deg, #ccc, #546b95, #ccc);
      background-image: -webkit-linear-gradient(90deg, #ccc, #546b95, #ccc);
      background-image: linear-gradient(90deg, #ccc, #546b95, #ccc);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  #hd .swiper-content.swiper-tab .swiper-pagination-bullet:before {
    display: none; }
#hd .swiper-content .txt {
  padding-right: 1em; }

@media screen and (min-width: 3000px) {
  #hd .swiper-content.swiper-tab .swiper-pagination h3 {
    font-size: 1.1em; } }
@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; }
  #hd .swiper-content .txt {
    width: 100%;
    margin-bottom: 1em;
    padding-right: 0; }
  #hd .swiper-content figure {
    width: 100%; }
  #hd .swiper-content.swiper-tab .swiper-pagination-bullet {
    padding: .9em 1em .7em; }
  #hd .swiper-content.swiper-tab .swiper-pagination h3 {
    font-size: 1.1em; } }
@media screen and (max-width: 480px) {
  #hd .swiper-pagination-wrapper {
    margin-top: 10px; }
  #hd .swiper-content .swiper-slide {
    padding: .5em; }
    #hd .swiper-content .swiper-slide > div {
      padding: 2em 1em; } }
#hd .sec-countdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4em 0 2em;
  position: relative;
  overflow: hidden; }
  #hd .sec-countdown .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center bottom;
    opacity: .95; }
  #hd .sec-countdown .hd-top img {
    max-width: 50% !important;
    margin: 0; }
  #hd .sec-countdown .hd-top p {
    font-size: 1.25em;
    letter-spacing: .1em; }
  #hd .sec-countdown .hd-content {
    padding: 3em 0; }
  #hd .sec-countdown .txt-shadow {
    text-shadow: 0 0 30px black; }
  #hd .sec-countdown h2 {
    font-size: 8em;
    margin-bottom: 0; }
  #hd .sec-countdown h3 {
    font-size: 2em;
    line-height: 1.4;
    text-shadow: 0 0 30px black;
    margin-bottom: .75em; }
  #hd .sec-countdown .list-time {
    margin: 1em 0 3em; }
    #hd .sec-countdown .list-time li {
      padding: 0 3%;
      position: relative; }
      #hd .sec-countdown .list-time li:after {
        content: ':';
        font-family: "ROGFonts", "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
        font-size: 2em;
        display: flex;
        align-items: center;
        position: absolute;
        right: 0;
        top: 0;
        bottom: .25em;
        margin: auto 0; }
      #hd .sec-countdown .list-time li:last-child:after {
        display: none; }
    #hd .sec-countdown .list-time .h3 {
      display: block;
      width: 1.15em;
      white-space: nowrap;
      font-size: 4em;
      letter-spacing: .04em;
      line-height: 1;
      text-align: right;
      margin: .4em auto -.125em; }
    #hd .sec-countdown .list-time p {
      font-size: 1.4em;
      font-weight: bold;
      text-align: center; }
  #hd .sec-countdown .hd-btn {
    font-size: 1.25em;
    margin-top: 2em; }
#hd .sec-livestream {
  margin-top: -3em;
  padding: 5em 0 4em;
  position: relative; }
  #hd .sec-livestream .hd-hint {
    display: block;
    width: 2em;
    height: 2em;
    background: url(../img/countdown/arrow-down.svg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 1.5em auto 0;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: hintArrow;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 4.8;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-name: hintArrow;
    animation-timing-function: ease;
    animation-iteration-count: 4.8;
    animation-fill-mode: both; }
  #hd .sec-livestream .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: fill;
    object-position: center bottom; }
  #hd .sec-livestream .hd-container {
    position: relative;
    z-index: 2; }
  #hd .sec-livestream .icon-play {
    width: 5em;
    height: 5em; }
    #hd .sec-livestream .icon-play:before {
      border-width: 1em 0 1em 1.5em; }
  #hd .sec-livestream .h3 {
    padding: .75em .5em; }
  #hd .sec-livestream .list-livestream {
    padding: 4em 0 2em;
    margin-left: -1em;
    margin-right: -1em;
    text-align: center; }
    #hd .sec-livestream .list-livestream li {
      padding: 0 1em;
      margin-bottom: 2em; }
      #hd .sec-livestream .list-livestream li.hd-col50 p {
        font-size: 3vw; }
    #hd .sec-livestream .list-livestream .hd-txt {
      background-color: #67cfff;
      background-image: -moz-linear-gradient(180deg, #67cfff, black);
      background-image: -webkit-linear-gradient(180deg, #67cfff, black);
      background-image: linear-gradient(180deg, #67cfff, black);
      width: 100%;
      position: relative; }
      #hd .sec-livestream .list-livestream .hd-txt img {
        width: 100%; }
      #hd .sec-livestream .list-livestream .hd-txt p {
        font-size: 2vw;
        font-style: italic;
        color: #d6d6d6;
        opacity: .7;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    #hd .sec-livestream .list-livestream h3 {
      padding: .75em 0 0; }

@media screen and (max-width: 1440px) {
  #hd .sec-countdown {
    padding-top: 3em; }
    #hd .sec-countdown .hd-content {
      padding: 2.5em 0 0; }
    #hd .sec-countdown h2 {
      font-size: 5em; }
    #hd .sec-countdown .list-time p {
      font-size: 1.25em; } }
@media screen and (max-width: 1280px) {
  #hd .sec-countdown {
    padding: 2em 0 1em; }
    #hd .sec-countdown h2 {
      font-size: 4em; }
    #hd .sec-countdown .list-time p {
      font-size: 1.125em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-countdown .hd-top p {
    font-size: 1.125em; }
  #hd .sec-countdown h3 {
    font-size: 1.75em;
    text-shadow: 0 0 20px black; }
  #hd .sec-countdown .list-time p {
    font-size: 1.125em; }
  #hd .sec-livestream .list-livestream {
    margin-left: -.5em;
    margin-right: -.5em; }
    #hd .sec-livestream .list-livestream li {
      padding: 0 .5em; } }
@media screen and (max-width: 768px) {
  #hd .sec-countdown .hd-bg {
    height: 90%;
    object-position: center bottom;
    margin-top: -7%; }
  #hd .sec-countdown .hd-top {
    flex-direction: column;
    justify-content: center; }
    #hd .sec-countdown .hd-top img {
      margin-bottom: .5em; }
  #hd .sec-countdown h2 {
    font-size: 5em; }
  #hd .sec-countdown h3 {
    font-size: 1.5em; }
  #hd .sec-livestream .list-livestream li {
    padding: 0 .25em; }
    #hd .sec-livestream .list-livestream li.hd-col50 p {
      font-size: 4vw; }
  #hd .sec-livestream .list-livestream .hd-txt p {
    font-size: 2.5vw; } }
@media screen and (max-width: 620px) {
  #hd .sec-countdown h2 {
    font-size: 3.5em; } }
@media screen and (max-width: 480px) {
  #hd .sec-countdown .hd-bg {
    opacity: .9; }
  #hd .sec-countdown .hd-top p {
    font-size: 1em; }
  #hd .sec-countdown .hd-content {
    padding: 2em 0; }
  #hd .sec-countdown h2 {
    font-size: 2.5em; }
  #hd .sec-countdown h3 {
    font-size: 1.125em; }
  #hd .sec-countdown .list-time {
    margin-left: -2%;
    margin-right: -2%;
    margin-bottom: 0; }
    #hd .sec-countdown .list-time li:after {
      font-size: 1.5em; }
    #hd .sec-countdown .list-time .h3 {
      font-size: 3em; }
    #hd .sec-countdown .list-time p {
      font-size: .9em; }
  #hd .sec-livestream {
    padding: 4em 0 4em; }
    #hd .sec-livestream .hd-bg {
      object-fit: contain; }
    #hd .sec-livestream .icon-play {
      width: 50px;
      height: 50px; }
      #hd .sec-livestream .icon-play:before {
        border-width: 12px 0 12px 15px; }
    #hd .sec-livestream .list-livestream {
      padding: 2em 0 0;
      justify-content: center; }
      #hd .sec-livestream .list-livestream li {
        width: 50%;
        margin-bottom: 1em; }
        #hd .sec-livestream .list-livestream li.hd-col50 {
          width: 100%; }
          #hd .sec-livestream .list-livestream li.hd-col50 p {
            font-size: 8vw; }
      #hd .sec-livestream .list-livestream h3 {
        font-size: .9em; } }
#hd .sec-vids {
  padding: 4em 0; }
  #hd .sec-vids .hd-container.hd-w1200 {
    margin-bottom: 40px; }
  #hd .sec-vids .list-vid {
    margin-left: -1em;
    margin-right: -1em;
    text-align: center; }
    #hd .sec-vids .list-vid.collapse li:nth-child(n+7) {
      display: none; }
    #hd .sec-vids .list-vid li {
      padding: 0 1em;
      margin-bottom: 2em; }
      #hd .sec-vids .list-vid li.hd-col50 .icon-play {
        width: 80px;
        height: 80px; }
        #hd .sec-vids .list-vid li.hd-col50 .icon-play:before {
          border-width: 18px 0 18px 26px; }
    #hd .sec-vids .list-vid h3 {
      padding: .75em 0 0; }
  #hd .sec-vids .cover-container .icon-play {
    background: none;
    border: 1px solid white;
    opacity: 1;
    z-index: 2; }
    #hd .sec-vids .cover-container .icon-play:hover {
      background: none; }
  #hd .sec-vids figure {
    position: relative;
    border-radius: 15px; }
    #hd .sec-vids figure img {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      top: 1px;
      left: 1px;
      border-radius: 15px;
      z-index: 2;
      object-fit: cover; }
    #hd .sec-vids figure:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: -1px;
      left: -1px;
      margin: 1px;
      z-index: 1;
      background-color: #ccc;
      background-image: -moz-linear-gradient(45deg, #ccc, #546b95, #ccc);
      background-image: -webkit-linear-gradient(45deg, #ccc, #546b95, #ccc);
      background-image: linear-gradient(45deg, #ccc, #546b95, #ccc); }
    #hd .sec-vids figure .hd-tag {
      font-size: 1rem;
      font-weight: bold;
      padding: 0 1.5em 0 .5em;
      background: #ff8300;
      color: black;
      position: absolute;
      top: 0;
      left: 0;
      clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0% 100%);
      z-index: 2; }
  #hd .sec-vids .hd-txt {
    width: 100%;
    height: 100%;
    background-color: #67cfff;
    background-image: -moz-linear-gradient(180deg, #67cfff, black);
    background-image: -webkit-linear-gradient(180deg, #67cfff, black);
    background-image: linear-gradient(180deg, #67cfff, black);
    position: absolute;
    top: 0;
    left: 0; }
    #hd .sec-vids .hd-txt img {
      width: 100%; }
    #hd .sec-vids .hd-txt p {
      font-size: 2vw;
      font-style: italic;
      color: #d6d6d6;
      opacity: .7;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

@media screen and (max-width: 1024px) {
  #hd .sec-vids .list-vid {
    margin-left: -.5em;
    margin-right: -.5em; }
    #hd .sec-vids .list-vid li {
      padding: 0 .5em; } }
@media screen and (max-width: 768px) {
  #hd .sec-vids .list-vid li {
    padding: 0 .25em;
    width: 50%; }
  #hd .sec-vids .hd-txt p {
    font-size: 2.5vw; } }
@media screen and (max-width: 480px) {
  #hd .sec-vids {
    padding: 2em 0; }
    #hd .sec-vids .list-vid li {
      width: 50%;
      margin-bottom: 1em; }
      #hd .sec-vids .list-vid li.hd-col50 {
        width: 100%; }
    #hd .sec-vids .list-vid h3 {
      font-size: .9em; } }
#hd .sec-intro {
  padding: 4em 0 0; }
  #hd .sec-intro .hd-container {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center; }
  #hd .sec-intro h2 {
    font-size: 13em;
    margin: 0.5em 0 -0.1em 0; }
  #hd .sec-intro h3 {
    font-size: 2.7em;
    margin: 0 0 1em 0; }
  #hd .sec-intro p {
    font-size: 1em;
    line-height: 1.75;
    max-width: 50em;
    margin: 0 auto; }

@media screen and (max-width: 1280px) {
  #hd .sec-intro h2 {
    font-size: 10em; }
  #hd .sec-intro h3 {
    font-size: 2.1em; } }
@media screen and (max-width: 768px) {
  #hd .sec-intro h2 {
    font-size: 24vw; }
  #hd .sec-intro h3 {
    font-size: 5vw; }
  #hd .sec-intro p {
    line-height: 1.5; } }
@media screen and (max-width: 480px) {
  #hd .sec-intro {
    padding: 2em 0; } }
#hd .sec-article {
  padding: 4em 0; }
  #hd .sec-article .item {
    width: 33.3333%;
    padding: 1em .5em; }
    #hd .sec-article .item img {
      width: 100%; }
    #hd .sec-article .item h3 {
      font-size: 1.25em;
      padding: 1em .5em;
      text-align: center; }

@media screen and (max-width: 1280px) {
  #hd .sec-article .item h3 {
    font-size: 1.125em; } }
@media screen and (max-width: 768px) {
  #hd .sec-article .item {
    padding: .5em .25em; }
    #hd .sec-article .item h3 {
      font-size: 1em; } }
@media screen and (max-width: 480px) {
  #hd .sec-article {
    padding: 2em 0; }
    #hd .sec-article .item {
      width: 100%; } }
#hd .sec-features {
  padding: 4em 0 7em;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, black, #3d38c4, #a413dd); }
  #hd .sec-features h2 {
    margin-bottom: .5em; }
  #hd .sec-features .swiper-container {
    overflow: hidden; }
  #hd .sec-features .swiper-content .swiper-slide {
    padding: 1em;
    opacity: .3; }
    #hd .sec-features .swiper-content .swiper-slide.swiper-slide-active {
      opacity: 1; }
  #hd .sec-features .swiper-content .swiper-horizontal > .swiper-pagination-bullets,
  #hd .sec-features .swiper-content .swiper-pagination-bullets.swiper-pagination-horizontal,
  #hd .sec-features .swiper-content .swiper-pagination-custom, #hd .sec-features .swiper-content .swiper-pagination-fraction {
    display: block;
    top: 0;
    bottom: auto; }
  #hd .sec-features .swiper-content .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 .3em;
    border-radius: 50%; }
  #hd .sec-features .swiper-content .swiper-pagination-bullet-active {
    background-color: white; }
  #hd .sec-features .swiper-content .swiper-button-next,
  #hd .sec-features .swiper-content .swiper-button-prev {
    top: 0;
    bottom: auto;
    color: white;
    width: 1.4em;
    height: 1.4em; }
    #hd .sec-features .swiper-content .swiper-button-next:after,
    #hd .sec-features .swiper-content .swiper-button-prev:after {
      font-size: 1.4em; }
  #hd .sec-features .swiper-content .pagination_row {
    position: relative;
    margin-top: .5em;
    margin-bottom: 1em; }
  #hd .sec-features .swiper-content .navigation_row {
    position: relative; }
  #hd .sec-features .swiper-content .swiper-pagination {
    position: relative;
    width: 100%;
    margin: 0 auto;
    align-items: flex-end; }
    #hd .sec-features .swiper-content .swiper-pagination h3 {
      font-size: 1.25em;
      margin-bottom: 0; }
  #hd .sec-features .swiper-content .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: transparent;
    background-color: rgba(22, 195, 255, 0.1);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    padding: 1.2em 1em 1em;
    transition: width 0.25s ease; }
    #hd .sec-features .swiper-content .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: linear-gradient(-45deg, #1c16ff, #ff00e9); }
      #hd .sec-features .swiper-content .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        display: none; }
      #hd .sec-features .swiper-content .swiper-pagination-bullet.swiper-pagination-bullet-active h3 {
        display: inline-block;
        color: white !important; }
    #hd .sec-features .swiper-content .swiper-pagination-bullet:before {
      display: none; }
    #hd .sec-features .swiper-content .swiper-pagination-bullet span {
      font-size: .6em;
      background-color: white;
      color: black;
      padding: .4em 1em .1em .4em;
      margin-right: .5em;
      clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0% 100%);
      vertical-align: middle; }
  #hd .sec-features .swiper-content .txt {
    padding-right: 1em; }
  #hd .sec-features .tab-filter {
    max-width: none;
    font-size: 1.25em; }
    #hd .sec-features .tab-filter li:nth-child(4) {
      min-width: 5em;
      text-align: center; }
    #hd .sec-features .tab-filter li.hd-highlight {
      background-color: rgba(255, 255, 255, 0.2);
      background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 50%);
      background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 50%);
      background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 50%);
      background-color: transparent; }
    #hd .sec-features .tab-filter .hd-tag {
      font-size: .75rem;
      font-weight: bold;
      padding: 0 1.5em 0 .5em;
      background: #00aeef;
      color: black;
      position: absolute;
      top: 0;
      left: 0;
      clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
      transition: all 0.4s ease; }
    #hd .sec-features .tab-filter.is-animated .hd-tag {
      clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0% 100%); }
  #hd .sec-features p {
    font-size: 1em; }
#hd .sec-ultra {
  text-align: left; }
  #hd .sec-ultra .hd-frame {
    padding: 2em 0 4em; }
  #hd .sec-ultra figure {
    width: 100%;
    position: relative;
    overflow: hidden; }
    #hd .sec-ultra figure > img {
      width: 45%;
      margin: 0 auto; }
  #hd .sec-ultra li {
    width: 28%;
    position: absolute;
    left: 5%; }
    #hd .sec-ultra li:nth-child(1) {
      top: 15%; }
    #hd .sec-ultra li:nth-child(2) {
      top: 53%; }
    #hd .sec-ultra li:nth-child(3) {
      top: 10%;
      left: 70%; }
    #hd .sec-ultra li:nth-child(4) {
      top: 59%;
      left: 70%; }
    #hd .sec-ultra li img {
      margin-left: 0;
      margin-top: 0.5em; }
    #hd .sec-ultra li a {
      margin: .5em 0; }
  #hd .sec-ultra b {
    font-size: 1.25em;
    margin-bottom: .25em; }
#hd .sec-ai .hd-frame {
  --content-padding: 40px 65px; }
  #hd .sec-ai .hd-frame:after {
    background-color: black;
    background-image: none; }
#hd .sec-ai .frame-ainw .hd-content {
  flex-shrink: 0; }
#hd .sec-ai .frame-ainw:after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  background-color: #252525;
  background-image: linear-gradient(135deg, #000 22%, #2e2858); }
#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;
  flex-shrink: 0;
  padding-left: 0;
  padding-right: 3%; }
#hd .sec-overclocking .frame-pbo .hd-img-container {
  margin-top: auto;
  margin-bottom: auto; }
#hd .sec-overclocking .frame-oc .hd-img-container {
  margin: 0 auto; }
#hd .sec-overclocking .frame-clock {
  padding-bottom: 50px; }
#hd .sec-overclocking .frame-coreflex {
  padding-bottom: 50px; }
#hd .sec-memory .frame-container {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto; }
  #hd .sec-memory .frame-container > li:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2; }
  #hd .sec-memory .frame-container > li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3; }
  #hd .sec-memory .frame-container > li:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3; }
#hd .sec-memory .hd-frame .hd-content {
  padding-bottom: 0; }
#hd .sec-memory .frame-ddr5 .hd-content {
  margin-bottom: auto; }
#hd .sec-memory .frame-ddr5 p strong {
  font-size: 2.5em; }
#hd .sec-memory .frame-nitropath p strong {
  font-size: 2.5em; }
#hd .sec-diy {
  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; }
    #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 .icon-play:hover {
      background: none; }
  #hd .sec-diy .bios-item {
    padding: 8px; }
    #hd .sec-diy .bios-item .hd-item {
      position: relative;
      width: 100%;
      height: auto;
      padding-top: 0;
      text-align: left;
      padding: 2em 1em .5em; }
    #hd .sec-diy .bios-item .hd-img-container {
      position: relative; }
  #hd .sec-diy .trigger-panel, #hd .sec-diy .trigger-panel-close {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: 1em;
    margin-top: .5em; }
  #hd .sec-diy .frame-container li:nth-child(7) .hd-frame:hover .hd-content, #hd .sec-diy .frame-container li:nth-child(7) .hd-frame:focus-visible .hd-content, #hd .sec-diy .frame-container li:nth-child(8) .hd-frame:hover .hd-content, #hd .sec-diy .frame-container li:nth-child(8) .hd-frame:focus-visible .hd-content, #hd .sec-diy .frame-container li:nth-child(9) .hd-frame:hover .hd-content, #hd .sec-diy .frame-container li:nth-child(9) .hd-frame:focus-visible .hd-content {
    opacity: 1; }
  #hd .sec-diy .hd-frame {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%; }
    #hd .sec-diy .hd-frame:hover .icon-play, #hd .sec-diy .hd-frame:focus-visible .icon-play {
      opacity: 0; }
    #hd .sec-diy .hd-frame:hover .hd-content, #hd .sec-diy .hd-frame:focus-visible .hd-content {
      opacity: 0; }
    #hd .sec-diy .hd-frame h3 {
      font-size: 1.5em; }
    #hd .sec-diy .hd-frame.bg-black {
      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:nth-child(4) .hd-frame, #hd .sec-diy .frame-container li:nth-child(5) .hd-frame {
    padding-top: 55%; }
  #hd .sec-diy .frame-container li:nth-child(4) .hd-img-container:after, #hd .sec-diy .frame-container li:nth-child(5) .hd-img-container:after {
    padding-bottom: 25%; }
  #hd .sec-diy .frame-container li.qled-item video {
    width: 140%;
    max-width: none; }
  #hd .sec-diy .hd-content {
    --content-padding: 20px .5em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    transition: all 0.25s ease; }
    #hd .sec-diy .hd-content h3 {
      position: relative;
      text-shadow: 0 0 3px black; }
  #hd .sec-diy ul .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);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden; }
    #hd .sec-diy ul .hd-img-container:after {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 50%;
      position: absolute;
      top: 0;
      left: 0;
      margin: 1px;
      background-color: rgba(0, 0, 0, 0);
      background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0), black);
      background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), black);
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), black);
      z-index: 2; }
    #hd .sec-diy ul .hd-img-container img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      transition: all 0.25s ease; }
      #hd .sec-diy ul .hd-img-container img.cover {
        opacity: 0; }
  #hd .sec-diy ul .vid-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    #hd .sec-diy ul .vid-container video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      margin-top: 1px; }
#hd .sec-power .hd-content {
  padding-bottom: 1em; }
#hd .sec-power .frame-vrm .hd-img-container {
  margin-top: auto; }
#hd .sec-power .frame-pcb .hd-img-container {
  width: 100%;
  max-width: 18em; }
#hd .sec-power .frame-pcb .hd-content {
  padding-top: 1em;
  padding-bottom: 1.5em; }
#hd .sec-power .frame-pin .hd-img-container {
  width: 100%;
  max-width: 18em;
  margin: 0 auto;
  margin-top: -4%; }
#hd .sec-power .frame-component .hd-content {
  padding-bottom: 0; }
#hd .sec-power .frame-component .icon-list {
  width: 90%;
  margin: 0 auto;
  text-align: left; }
  #hd .sec-power .frame-component .icon-list li {
    margin: .5em 0; }
  #hd .sec-power .frame-component .icon-list .icon {
    width: 50px; }
  #hd .sec-power .frame-component .icon-list .hd-txt {
    width: calc(100% - 50px);
    padding-left: .5em; }
#hd .sec-power .frame-component .hd-img-container {
  margin-top: -11%; }

@media screen and (max-width: 1280px) {
  #hd .sec-ai .hd-frame {
    --content-padding: 40px 50px; }
  #hd .sec-overclocking .hd-frame {
    --content-padding: 40px 50px; }
  #hd .sec-ultra figure p {
    font-size: .9em;
    line-height: 1.25; } }
@media screen and (max-width: 1024px) {
  #hd .sec-features {
    padding: 4em 0 5em; }
    #hd .sec-features .tab-filter {
      width: 100%;
      font-size: 1.125em; }
    #hd .sec-features .swiper-content .swiper-pagination-bullet {
      width: auto;
      flex-shrink: 0; }
    #hd .sec-features .swiper-content .swiper-pagination {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      width: 100%;
      position: relative;
      overflow-y: hidden;
      overflow-x: auto; }
  #hd .sec-ai .hd-frame {
    --content-padding: 30px 50px; }
  #hd .sec-overclocking .hd-frame {
    --content-padding: 30px 40px; }
  #hd .sec-overclocking .frame-oc .hd-wrapper,
  #hd .sec-overclocking .frame-coreflex .hd-wrapper {
    display: flex;
    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; }
  #hd .sec-ultra figure b {
    font-size: 1.125em; }
  #hd .sec-diy .hd-frame h3 {
    font-size: 1.5em; } }
@media screen and (max-width: 1023px) {
  #hd .sec-ultra figure b {
    line-height: 1;
    margin-bottom: 0.5em; }
  #hd .sec-ultra figure p {
    font-size: 0.75em; } }
@media screen and (max-width: 768px) {
  #hd .sec-features .swiper-content .txt {
    width: 100%;
    margin-bottom: 1em;
    padding-right: 0; }
  #hd .sec-features .swiper-content figure {
    width: 90%;
    margin: 0 auto; }
  #hd .sec-features .swiper-content .swiper-pagination-bullet {
    padding: .9em 1em .7em; }
  #hd .sec-features .swiper-content .swiper-pagination h3 {
    font-size: 1.1em; }
  #hd .sec-power .frame-container > li:nth-child(1), #hd .sec-power .frame-container li:nth-child(2) {
    width: 100%; }
  #hd .sec-ultra .hd-frame {
    padding-bottom: 2em; }
  #hd .sec-overclocking .hd-frame {
    --content-padding: 30px; }
  #hd .sec-overclocking .hd-col33 {
    width: 100%; }
  #hd .sec-overclocking .frame-pbo .hd-img-container {
    margin-top: -10%;
    margin-bottom: 32px; }
  #hd .sec-ultra .hd-frame {
    --content-padding: 30px; }
  #hd .sec-ultra figure > img {
    width: 55%; }
  #hd .sec-ultra figure b {
    line-height: 1.25; }
  #hd .sec-ultra figure p {
    font-size: 0.9em; }
  #hd .sec-ultra ul {
    margin-top: 1em; }
  #hd .sec-ultra li {
    position: relative; }
    #hd .sec-ultra li:nth-child(n) {
      top: 0;
      left: 0;
      width: 100%;
      margin-bottom: 1em; }
  #hd .sec-diy .bios-item .hd-item {
    text-align: center; }
  #hd .sec-diy .bios-item .hd-col55 {
    width: 100%; }
  #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%; } }
@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 {
    flex-direction: column; }
  #hd .sec-ai .frame-aiad .hd-content,
  #hd .sec-ai .frame-ainw .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 {
    width: 100%;
    margin: -16% 0 0; }
  #hd .sec-ai .frame-aiad .hd-img-container {
    margin-top: -5%;
    margin-bottom: 40px; }
  #hd .sec-overclocking .hd-frame {
    --content-padding: 24px; }
  #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 .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-features {
    padding: 2em 0; }
    #hd .sec-features .swiper-content .swiper-slide {
      padding: .5em; }
      #hd .sec-features .swiper-content .swiper-slide > div {
        padding: 2em 1em; }
  #hd .sec-power .frame-pcb .hd-img-container {
    max-width: 13em; }
  #hd .sec-memory .frame-nitropath p strong {
    font-size: 2em; }
  #hd .sec-ultra figure > img {
    width: 80%; }
  #hd .sec-diy .hd-frame h3 {
    font-size: 1em; }
  #hd .sec-diy .hd-content {
    padding-block: 10px; } }
#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 .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: .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 {
    padding: 60px 0; }
    #hd .sec-ai .hd-frame {
      --content-padding: 30px 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-ainw .hd-top li {
    width: 100%;
    padding: 0;
    margin-bottom: 2em; }
  #hd #pageContent-panel-ainw .bg-black {
    margin-top: 0; }
  #hd #pageContent-panel-ainw .custom-dot-name {
    display: none; }
  #hd #pageContent-panel-ainw .swiper-slide {
    flex-direction: column-reverse; }
    #hd #pageContent-panel-ainw .swiper-slide > div {
      width: 100%;
      padding: 0 1em; }
  #hd #pageContent-panel-aioc .hd-container,
  #hd #pageContent-panel-aic .hd-container,
  #hd #pageContent-panel-aiad .hd-container {
    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-ainw .hd-wrapper {
    flex-direction: column; }
  #hd .sec-ai .frame-ainw .hd-content {
    width: 100%;
    max-width: none; }
  #hd .sec-ai .frame-ainw .hd-img-container {
    width: 100%;
    margin: -16% 0 0; }
  #hd #pageContent-panel-ainw .hd-right {
    padding: 2em 10px; } }
@media screen and (max-width: 480px) {
  #hd .sec-ai {
    padding: 40px 0; }
    #hd .sec-ai .frame-aic .hd-img-container {
      margin-top: -20%; } }
#hd #pageContent-panel-oc > .hd-container {
  padding-right: 2%; }
#hd #pageContent-panel-oc .hd-content:not(.hd-col100) {
  width: 24em;
  position: relative;
  z-index: 2;
  margin-left: -10%; }
#hd #pageContent-panel-oc .hd-img-container {
  width: 50%;
  flex-shrink: 0;
  margin-left: -5%; }
  #hd #pageContent-panel-oc .hd-img-container h4 {
    display: none;
    font-size: 3em;
    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: 24%;
  line-height: 1.75;
  text-align: center;
  margin-top: 0.5em; }
#hd #pageContent-panel-oc .txt-top,
#hd #pageContent-panel-oc .txt-bottom {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  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: -moz-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));
    background-image: -webkit-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));
    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;
    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: flex;
  flex-direction: column;
  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%;
  flex-shrink: 0;
  margin-left: -7%; }
  #hd #pageContent-panel-coreflex .hd-img-container h4 {
    display: none;
    font-size: 3em;
    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: 40.5%;
  left: 21%;
  line-height: 1.3;
  text-align: center; }
#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: -moz-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));
  background-image: -webkit-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));
  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%; }
#hd #pageContent-panel-coreflex .txt-top {
  top: 6.4%; }
#hd #pageContent-panel-coreflex .txt-middle {
  top: 47%; }
#hd #pageContent-panel-coreflex .txt-bottom {
  top: 86.1%; }
#hd #pageContent-panel-coreflex .hd-ex {
  display: flex;
  flex-direction: column;
  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: .75em;
    position: relative; }
    #hd #pageContent-panel-coreflex .hd-ex li:before {
      content: '';
      display: block;
      width: .25em;
      height: .25em;
      border-radius: .25em;
      background: white;
      position: absolute;
      top: .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: .6em;
      font-style: normal;
      line-height: 1.25;
      letter-spacing: .04em;
      text-align: center;
      border-radius: 1em;
      border: 2px solid rgba(255, 56, 56, 0.5);
      background: rgba(255, 56, 56, 0.1);
      color: #FF3838;
      position: absolute;
      top: .25em;
      right: 0; }
    #hd #pageContent-panel-coreflex .hd-ex button:hover {
      color: #FF3838; }
      #hd #pageContent-panel-coreflex .hd-ex button:hover i {
        color: white;
        border-color: rgba(255, 56, 56, 0.75);
        background: rgba(255, 56, 56, 0.25); }
#hd #pageContent-panel-coreflex .hd-frame-s {
  border: 3px solid #FF3838;
  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 .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: .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 .fig-container {
  width: 95%;
  margin: 1em 0;
  position: relative; }
  #hd #pageContent-panel-pbo .fig-container ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2; }
  #hd #pageContent-panel-pbo .fig-container li {
    width: 20%;
    padding: .125em; }
    #hd #pageContent-panel-pbo .fig-container li > span {
      display: flex;
      flex-direction: column-reverse;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      padding: .5em .125em;
      font-size: 1.25em;
      border: 2px solid rgba(255, 56, 56, 0.5);
      border-radius: 4px; }
    #hd #pageContent-panel-pbo .fig-container li i {
      width: 2em;
      height: 2em;
      margin-bottom: .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/features/performance/overclocking/arrow-1.svg); }
      #hd #pageContent-panel-pbo .fig-container li i span {
        background-image: url(../img/features/performance/overclocking/arrow-2.svg); }
      #hd #pageContent-panel-pbo .fig-container li i:after {
        background-image: url(../img/features/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: .8em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-overclocking {
    padding: 60px 0; }
    #hd .sec-overclocking .hd-frame {
      --content-padding: 30px 40px; }
    #hd .sec-overclocking .frame-oc .hd-wrapper,
    #hd .sec-overclocking .frame-coreflex .hd-wrapper {
      display: flex;
      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 {
    flex-direction: column; }
  #hd #pageContent-panel-oc .hd-content:not(.hd-col100) {
    width: 100%;
    margin-left: 0; }
  #hd #pageContent-panel-oc .hd-img-container {
    display: flex;
    flex-wrap: nowrap;
    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-oc .txt-circle {
    font-size: 2em;
    top: 40%; }
  #hd #pageContent-panel-coreflex .hd-container {
    flex-direction: column; }
  #hd #pageContent-panel-coreflex .hd-content:not(.hd-col100) {
    width: 100%; }
  #hd #pageContent-panel-coreflex .hd-img-container {
    display: flex;
    flex-wrap: nowrap;
    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 {
    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 {
    flex-direction: column; }
  #hd #pageContent-panel-pbo .hd-content,
  #hd #pageContent-panel-pbo figure.hd-col50 {
    width: 100%; }
  #hd #pageContent-panel-pbo .fig-container {
    width: 100%;
    max-width: 30em;
    margin: 0 auto 1em; } }
@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; }
  #hd .sec-overclocking .hd-col33 {
    width: 100%; } }
@media screen and (max-width: 620px) {
  #hd .sec-overclocking .hd-frame {
    --content-padding: 24px; } }
@media screen and (max-width: 480px) {
  #hd .sec-overclocking {
    padding: 40px 0; }
  #hd #pageContent-panel-oc h4 {
    font-size: 1.25em; }
  #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: -.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-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: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", 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: flex;
    flex-direction: column;
    justify-content: center;
    left: 105%;
    top: 12%;
    bottom: 0;
    margin: auto 0; }
  #hd #pageContent-panel-nitropath .hd-label.label-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 75%;
    top: 20%;
    bottom: 0;
    margin: auto 0; }
#hd #pageContent-panel-nitropath #pageContent-note-stub {
  display: block;
  font-size: .875rem;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", 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 {
  animation-play-state: paused; }

@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-ddr5 .hd-container,
  #hd #pageContent-panel-aemp .hd-container {
    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 {
    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 #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;
  transition: all 0.5s ease;
  transition-delay: .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 {
    flex-wrap: wrap;
    opacity: 0;
    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-series {
  padding: 4em 0; }
  #hd .sec-series .series-nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: stretch;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: 2em auto 0;
    border-bottom: 2px solid #777; }
    #hd .sec-series .series-nav > ul {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      align-items: stretch;
      justify-content: center; }
    #hd .sec-series .series-nav .item {
      position: relative;
      width: 20%;
      padding: 1.5em .25em 1em;
      transition: all 0.25s ease;
      color: white;
      text-align: center;
      position: relative;
      cursor: pointer; }
      #hd .sec-series .series-nav .item:hover {
        background: #222 !important; }
      #hd .sec-series .series-nav .item.hd-active {
        border-color: #67cfff;
        color: #67cfff;
        cursor: default; }
        #hd .sec-series .series-nav .item.hd-active:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 5px;
          bottom: -3px;
          left: 0;
          background: linear-gradient(to right, #ff00e9, #ffffff, #007eff); }
      #hd .sec-series .series-nav .item.hd-highlight {
        background-color: rgba(255, 255, 255, 0.2);
        background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 50%);
        background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 50%);
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 50%);
        background-color: transparent; }
      #hd .sec-series .series-nav .item:nth-child(1):hover:after, #hd .sec-series .series-nav .item:nth-child(1).hd-active:after {
        background: linear-gradient(to right, #ddd, #526aa2); }
      #hd .sec-series .series-nav .item:nth-child(1) .hd-tag {
        background: #526aa2;
        color: white; }
      #hd .sec-series .series-nav .item:nth-child(2):hover:after, #hd .sec-series .series-nav .item:nth-child(2).hd-active:after {
        background: linear-gradient(to right, #ab0658, #490f7a); }
      #hd .sec-series .series-nav .item:nth-child(2) .hd-tag {
        background: #ab0658;
        color: white; }
      #hd .sec-series .series-nav .item:nth-child(3):hover:after, #hd .sec-series .series-nav .item:nth-child(3).hd-active:after {
        background: linear-gradient(to right, #f3b21b, #f64f0a); }
      #hd .sec-series .series-nav .item:nth-child(3) .hd-tag {
        background: #f3b21b;
        color: black; }
      #hd .sec-series .series-nav .item:nth-child(5):hover:after, #hd .sec-series .series-nav .item:nth-child(5).hd-active:after {
        background: linear-gradient(to right, #1C7F9F, #66c8f5, #1C7F9F); }
      #hd .sec-series .series-nav .item:nth-child(5) .hd-tag {
        background: #1bcdf3;
        color: black; }
      #hd .sec-series .series-nav .item:nth-child(4):hover:after, #hd .sec-series .series-nav .item:nth-child(4).hd-active:after {
        background: linear-gradient(to right, #ffffff, #b5966d); }
      #hd .sec-series .series-nav .item:nth-child(4) .hd-tag {
        background: #cacaca;
        color: black; }
      #hd .sec-series .series-nav .item:nth-child(6):hover,
      #hd .sec-series .series-nav .item:nth-child(6) .hd-tag {
        background: #92d050;
        color: black; }
    #hd .sec-series .series-nav .hd-tag {
      font-size: .9em;
      font-weight: bold;
      padding: 0 1.5em 0 .5em;
      position: absolute;
      top: 0;
      left: 0;
      clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0% 100%);
      transition: all 0.4s ease; }
    #hd .sec-series .series-nav h3 {
      font-size: 2em;
      font-weight: bold;
      color: #fff;
      margin: 0 0 5px 0;
      line-height: 1.1em; }
    #hd .sec-series .series-nav p {
      color: #fff;
      margin: 0;
      line-height: 1.1em; }
    #hd .sec-series .series-nav.is-animated .hd-tag {
      clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0% 100%); }
  #hd .sec-series .hd-soon {
    padding: 8em 0;
    background-image: linear-gradient(to right, #607891, #202c3a); }
    #hd .sec-series .hd-soon h2 {
      margin-bottom: 0; }
  #hd .sec-series .series-content {
    padding-bottom: 2em;
    position: relative;
    overflow: hidden; }
    #hd .sec-series .series-content .item {
      padding-top: 5em; }
    #hd .sec-series .series-content .item[hidden] {
      display: none; }
    #hd .sec-series .series-content .item[aria-current="true"] .hd-content.hd-bg .hd-tag {
      clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0% 100%); }
    #hd .sec-series .series-content .hd-intro {
      width: 90%;
      box-sizing: border-box;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 4em;
      position: relative;
      z-index: 2; }
    #hd .sec-series .series-content .hd-wrapper {
      position: relative;
      padding-bottom: 5em; }
    #hd .sec-series .series-content .hd-container {
      margin: 0 auto;
      z-index: 2;
      position: relative;
      margin-bottom: 2.5%; }
      #hd .sec-series .series-content .hd-container.row-reverse {
        margin-top: 1em; }
        #hd .sec-series .series-content .hd-container.row-reverse .hd-content.hd-bg {
          margin-left: 7%;
          margin-right: -7%; }
          #hd .sec-series .series-content .hd-container.row-reverse .hd-content.hd-bg:before {
            right: auto;
            left: -30%; }
        #hd .sec-series .series-content .hd-container.row-reverse figure {
          margin-left: 0;
          margin-right: -5%; }
        #hd .sec-series .series-content .hd-container.row-reverse + .shadow {
          right: auto;
          left: -20%;
          top: 0;
          bottom: -20%; }
    #hd .sec-series .series-content .hd-content.hd-bg {
      position: relative;
      padding: 4.5em 3em;
      background-image: linear-gradient(-225deg, #000, #222);
      border-radius: 15px; }
      #hd .sec-series .series-content .hd-content.hd-bg:before {
        content: "";
        position: absolute;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        top: -2px;
        left: -2px;
        background-color: #ddd;
        z-index: -1;
        border-radius: 15px; }
      #hd .sec-series .series-content .hd-content.hd-bg table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1.75em; }
      #hd .sec-series .series-content .hd-content.hd-bg tr {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      #hd .sec-series .series-content .hd-content.hd-bg th,
      #hd .sec-series .series-content .hd-content.hd-bg td {
        text-align: left;
        font-size: .9em;
        font-weight: 300;
        padding: .4em 0;
        vertical-align: top; }
      #hd .sec-series .series-content .hd-content.hd-bg th {
        min-width: 6em; }
        #hd .sec-series .series-content .hd-content.hd-bg th:first-child {
          padding-right: .25em; }
      #hd .sec-series .series-content .hd-content.hd-bg ul {
        margin-left: 1.25em; }
      #hd .sec-series .series-content .hd-content.hd-bg li {
        list-style-type: disc;
        line-height: 1.25;
        margin-bottom: .25em; }
      #hd .sec-series .series-content .hd-content.hd-bg .hd-btn {
        margin: 1.5em .25em 0; }
      #hd .sec-series .series-content .hd-content.hd-bg .logo-adobe {
        width: 150px;
        margin: .5em 0 1em 2em; }
      #hd .sec-series .series-content .hd-content.hd-bg .hd-tag {
        display: inline-block;
        font-size: .9em;
        font-weight: bold;
        padding: 0 1.5em 0 .5em;
        clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        margin-bottom: 1em;
        transition: all 0.4s ease; }
    #hd .sec-series .series-content #pageContent-tab-rog {
      position: relative; }
      #hd .sec-series .series-content #pageContent-tab-rog .series-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0; }
      #hd .sec-series .series-content #pageContent-tab-rog .hd-content:before {
        background-image: linear-gradient(-225deg, #777, #526aa2); }
      #hd .sec-series .series-content #pageContent-tab-rog .hd-tag {
        background: #8a0001; }
      #hd .sec-series .series-content #pageContent-tab-rog .hd-wrapper .hd-tag {
        background: #526aa2;
        color: white; }
    #hd .sec-series .series-content #pageContent-tab-strix .product_row {
      background-color: #8c22cc;
      padding-bottom: 8em; }
    #hd .sec-series .series-content #pageContent-tab-strix .product-list {
      margin-top: 0; }
    #hd .sec-series .series-content #pageContent-tab-strix .hd-content:before {
      background-image: linear-gradient(to right, #ab0658, #490f7a); }
    #hd .sec-series .series-content #pageContent-tab-strix .hd-tag {
      background: #490f7a; }
    #hd .sec-series .series-content #pageContent-tab-strix .hd-wrapper {
      background-image: linear-gradient(to bottom, #000, #2a2a8e, #8c22cc); }
    #hd .sec-series .series-content #pageContent-tab-tuf .hd-content:before {
      background-image: linear-gradient(to right, #9C6C01, #A96700); }
    #hd .sec-series .series-content #pageContent-tab-tuf .hd-tag {
      background: #f3b21b;
      color: black; }
    #hd .sec-series .series-content #pageContent-tab-tuf .hd-wrapper {
      background-image: linear-gradient(to bottom, #000, #A96700); }
    #hd .sec-series .series-content #pageContent-tab-tuf .product-list {
      margin-top: 0; }
    #hd .sec-series .series-content #pageContent-tab-tuf .product_row {
      background-color: #A96700;
      padding-bottom: 8em; }
    #hd .sec-series .series-content #pageContent-tab-prime .hd-content:before {
      background-image: linear-gradient(to right, #1C7F9F, #66c8f5); }
    #hd .sec-series .series-content #pageContent-tab-prime .hd-tag {
      background: #0880A7;
      color: black; }
    #hd .sec-series .series-content #pageContent-tab-prime .hd-wrapper {
      background-image: linear-gradient(to bottom, #000, #daedfc); }
    #hd .sec-series .series-content #pageContent-tab-prime .hd-container.flex-row-reverse {
      margin-top: 3em; }
    #hd .sec-series .series-content #pageContent-tab-prime .product-list {
      margin-top: 0; }
    #hd .sec-series .series-content #pageContent-tab-prime .product_row {
      background-color: #daedfc;
      padding-bottom: 8em; }
    #hd .sec-series .series-content #pageContent-tab-proart .hd-content:before {
      background-image: linear-gradient(to right, #eccc9d, #b5966d); }
    #hd .sec-series .series-content #pageContent-tab-proart .hd-tag {
      background: #cacaca;
      color: black; }
    #hd .sec-series .series-content #pageContent-tab-proart .hd-wrapper {
      background-image: linear-gradient(to bottom, #000, #304050); }
    #hd .sec-series .series-content #pageContent-tab-proart .hd-container.row-reverse {
      margin-top: 1em; }
      #hd .sec-series .series-content #pageContent-tab-proart .hd-container.row-reverse .hd-content.hd-bg {
        padding: 2em 0 0; }
        #hd .sec-series .series-content #pageContent-tab-proart .hd-container.row-reverse .hd-content.hd-bg:before {
          right: auto;
          left: -30%;
          background-position: right center;
          background-size: 150%; }
    #hd .sec-series .series-content figure img {
      width: 100%;
      width: 90%;
      margin: 0 auto; }
    #hd .sec-series .series-content .shadow {
      position: absolute;
      width: 50%;
      top: -20%;
      bottom: 0;
      margin: auto 0;
      right: 0;
      z-index: 0; }
  #hd .sec-series .product-list {
    margin-top: 2em;
    position: relative;
    z-index: 2; }
    #hd .sec-series .product-list > li {
      padding: 10% 1em 0; }
    #hd .sec-series .product-list .pd-item {
      position: relative;
      display: flex;
      flex-direction: column;
      height: 100%;
      border-radius: 15px;
      background: rgba(255, 255, 255, 0.1);
      padding: 1px 1.5em 2em;
      position: relative; }
      #hd .sec-series .product-list .pd-item .detail {
        position: relative;
        z-index: 2; }
      #hd .sec-series .product-list .pd-item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 15px;
        background-color: #ccc;
        background-image: -moz-linear-gradient(45deg, #ccc, #546b95, #ccc);
        background-image: -webkit-linear-gradient(45deg, #ccc, #546b95, #ccc);
        background-image: linear-gradient(45deg, #ccc, #546b95, #ccc); }
      #hd .sec-series .product-list .pd-item:after {
        content: "";
        position: absolute;
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        top: 1px;
        left: 1px;
        background: #111;
        border-radius: 15px; }
      #hd .sec-series .product-list .pd-item img {
        width: 80%;
        max-width: 260px !important;
        margin-top: -25%;
        margin-bottom: 1em; }
      #hd .sec-series .product-list .pd-item h4 {
        font-size: 1.25em;
        letter-spacing: .04em; }
    #hd .sec-series .product-list .hd-tag {
      font-size: .9em;
      font-weight: bold;
      padding: 0 1.5em 0 .5em;
      background: #67cfff !important;
      color: black;
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0% 100%); }
    #hd .sec-series .product-list table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 1.75em; }
    #hd .sec-series .product-list tr {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    #hd .sec-series .product-list th,
    #hd .sec-series .product-list td {
      font-size: .9em;
      font-weight: 300;
      padding: .25em 0;
      vertical-align: top; }
    #hd .sec-series .product-list th {
      min-width: 6em; }
      #hd .sec-series .product-list th:first-child {
        padding-right: .25em; }
    #hd .sec-series .product-list .btn-container {
      display: flex;
      justify-content: center;
      margin-bottom: -3.5em;
      margin-top: auto; }
    #hd .sec-series .product-list .hd-btn {
      font-size: 1.25em;
      text-align: center;
      padding: .25em 1em;
      margin: 0 .25em; }

@media screen and (max-width: 1280px) {
  #hd .sec-series .series-nav h3 {
    font-size: 1.2em; }
  #hd .sec-series .series-nav p {
    font-size: .9em; }
  #hd .sec-series .series-content .item {
    padding-top: 2em; }
  #hd .sec-series .series-content .hd-intro {
    margin-bottom: 2em; }
  #hd .sec-series .series-content .hd-content.hd-bg {
    padding: 2em 1.5em; }
  #hd .sec-series .product-list > li {
    padding: 10% .5em 0; } }
@media screen and (max-width: 1024px) {
  #hd .sec-series .hd-soon {
    padding: 4em 0; }
  #hd .sec-series .series-content .hd-container.row-reverse .hd-content.hd-bg {
    margin-left: 2%;
    margin-right: -2%; }
  #hd .sec-series .series-content .hd-content.hd-bg {
    padding-left: 1em;
    margin-left: 0; }
  #hd .sec-series .series-content figure {
    width: 55%; }
  #hd .sec-series .product-list .hd-btn {
    font-size: 1.125em; } }
@media screen and (max-width: 1023px) {
  #hd .sec-series .series-content .hd-container {
    padding: 0 0 2em;
    flex-direction: column;
    position: relative; }
    #hd .sec-series .series-content .hd-container.row-reverse {
      margin-top: 1em; }
  #hd .sec-series .series-content .hd-content.hd-bg {
    width: 90%;
    max-width: 30em;
    padding: 1.5em 1em;
    position: static;
    margin: 0 auto !important;
    background-image: none; }
    #hd .sec-series .series-content .hd-content.hd-bg:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      border-radius: 15px;
      background-image: linear-gradient(-225deg, #000, #222); }
  #hd .sec-series .series-content figure {
    padding-top: 2em;
    width: 90%;
    max-width: 400px;
    margin: 0 auto; }
  #hd .sec-series .product-list {
    width: 98%; } }
@media screen and (max-width: 768px) {
  #hd .sec-series .product-list > li {
    width: 50%;
    padding-top: 15%; }
  #hd .sec-series .product-list .pd-item img {
    margin-bottom: .5em; }
  #hd .sec-series .product-list .pd-item .hd-content {
    padding: 0 .75em; }
  #hd .sec-series .series-content #pageContent-tab-prime .hd-container.flex-row-reverse {
    margin-top: 1.5em; } }
@media screen and (max-width: 620px) {
  #hd .sec-series .series-nav {
    width: 100%;
    justify-content: flex-start;
    position: relative;
    overflow-x: auto; }
    #hd .sec-series .series-nav ul {
      width: auto;
      justify-content: flex-start;
      flex-shrink: 0;
      padding-right: 2em; }
    #hd .sec-series .series-nav .item {
      min-width: 16.6666%;
      display: flex;
      align-items: flex-end;
      flex-shrink: 0;
      width: auto;
      justify-content: center;
      padding: 1.5em 1em .5em; }
    #hd .sec-series .series-nav h3 {
      font-size: 1.125em;
      font-weight: normal;
      margin-bottom: 0; }
    #hd .sec-series .series-nav p {
      display: none; }
  #hd .sec-series .series-content .hd-wrapper {
    padding-bottom: 3em; } }
@media screen and (max-width: 480px) {
  #hd .sec-series {
    padding: 2em 0; }
    #hd .sec-series .series-content .hd-content.hd-bg {
      padding: 1.5em 0; }
    #hd .sec-series .product-list > li {
      width: 100%;
      max-width: 400px;
      padding-top: 30%;
      margin-left: auto;
      margin-right: auto; } }
#hd .sec-component {
  padding: 4em 0; }
  #hd .sec-component .hd-w1000 {
    width: 90%; }
  #hd .sec-component .hd-filter {
    margin: 0 -.5em 1em; }
    #hd .sec-component .hd-filter li {
      padding: 0 .5em 1em;
      position: relative;
      cursor: pointer; }
      #hd .sec-component .hd-filter li figure {
        width: 80%;
        margin: 0 auto;
        opacity: .5;
        margin-bottom: -.75em;
        transition: all 0.25s ease;
        position: relative;
        overflow: hidden; }
      #hd .sec-component .hd-filter li img {
        width: 200%;
        max-width: none !important; }
      #hd .sec-component .hd-filter li:hover figure {
        opacity: .75;
        -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
        transform: translate(0, -5px); }
      #hd .sec-component .hd-filter li.hd-active {
        background-color: transparent;
        background-image: -moz-linear-gradient(180deg, transparent, transparent 0.75em, rgba(0, 0, 0, 0.85) 0.75em, rgba(0, 0, 0, 0.85) 3.75em, transparent 3.75em, transparent);
        background-image: -webkit-linear-gradient(180deg, transparent, transparent 0.75em, rgba(0, 0, 0, 0.85) 0.75em, rgba(0, 0, 0, 0.85) 3.75em, transparent 3.75em, transparent);
        background-image: linear-gradient(180deg, transparent, transparent 0.75em, rgba(0, 0, 0, 0.85) 0.75em, rgba(0, 0, 0, 0.85) 3.75em, transparent 3.75em, transparent);
        position: relative;
        overflow: hidden;
        pointer-events: none; }
        #hd .sec-component .hd-filter li.hd-active figure {
          opacity: 1; }
          #hd .sec-component .hd-filter li.hd-active figure img {
            margin-left: -100%; }
        #hd .sec-component .hd-filter li.hd-active p {
          font-weight: bold;
          color: #00aeef; }
    #hd .sec-component .hd-filter p {
      line-height: 1.25; }
  #hd .sec-component .hd-table > div[hidden] {
    display: none; }
  #hd .sec-component .hd-table table {
    width: 100%;
    border: none;
    border-collapse: collapse; }
    #hd .sec-component .hd-table table.table-motherboards td:nth-last-child(2) {
      text-transform: uppercase; }
    #hd .sec-component .hd-table table tr:hover th:nth-child(-n+3),
    #hd .sec-component .hd-table table tr:hover td:nth-child(-n+3) {
      background: #1e1f22; }
    #hd .sec-component .hd-table table th,
    #hd .sec-component .hd-table table td {
      font-weight: 300;
      line-height: 1.5;
      padding: .5em 1em;
      border-bottom: 1px solid #aaaaaa; }
      #hd .sec-component .hd-table table th:last-child,
      #hd .sec-component .hd-table table td:last-child {
        text-align: center; }
    #hd .sec-component .hd-table table th {
      font-weight: bold; }
    #hd .sec-component .hd-table table thead th:nth-child(1) {
      width: 10em; }
    #hd .sec-component .hd-table table thead th:nth-child(3) {
      width: 11em; }
    #hd .sec-component .hd-table table tbody th {
      vertical-align: top; }
    #hd .sec-component .hd-table table tbody td {
      vertical-align: middle; }
  #hd .sec-component .hd-table .hd-btn {
    line-height: 1.25;
    padding: .25em 1em;
    margin: 0; }
  #hd .sec-component .hd-table img {
    margin: 0 auto; }
  #hd .sec-component .btn-container {
    margin: 2em auto; }
    #hd .sec-component .btn-container .hd-btn {
      font-size: 1.25em;
      padding-right: 3em; }
      #hd .sec-component .btn-container .hd-btn:before {
        background-image: url(../img/icon/arrow.png);
        background-position: calc(100% - 15px) center;
        background-repeat: no-repeat;
        transition: all 0.25s ease; }
      #hd .sec-component .btn-container .hd-btn:hover:before {
        background-position: calc(100% - 13px) center; }

@media screen and (max-width: 768px) {
  #hd .sec-component .hd-filter {
    margin: 0 -.5em .5em; }
    #hd .sec-component .hd-filter li {
      padding: 0 .25em; }
      #hd .sec-component .hd-filter li figure {
        margin-bottom: -.25em; }
  #hd .sec-component .hd-table table {
    font-size: .75em; }
  #hd .sec-component .hd-table .hd-btn {
    padding: .5em 1em; } }
@media screen and (max-width: 480px) {
  #hd .sec-component {
    padding: 2em 0 4em; }
    #hd .sec-component .hd-filter li {
      padding-top: .5em;
      padding-bottom: 1em;
      margin-bottom: 1px; }
      #hd .sec-component .hd-filter li figure {
        width: 90%;
        margin-bottom: 0; }
      #hd .sec-component .hd-filter li p {
        font-size: .75em; }
    #hd .sec-component .hd-table {
      margin-left: -5%;
      margin-right: -5%; }
      #hd .sec-component .hd-table table thead th:nth-child(1) {
        width: 5em; }
      #hd .sec-component .hd-table table thead th:nth-child(3) {
        width: 8em; }
      #hd .sec-component .hd-table table th,
      #hd .sec-component .hd-table table td {
        font-size: 1.125em;
        padding: .5em .25em; }
      #hd .sec-component .hd-table table td {
        font-size: 1em; }
      #hd .sec-component .hd-table .hd-btn {
        padding: .7em .5em; } }
#intel-abt .filter-bios li, #intel-abt .filter-model li {
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 15px 10px;
  color: #aaaaaa;
  border: 1px solid #02aee5;
  background: url(../img/bios/deco-cooling.png) center top no-repeat;
  cursor: pointer; }
  #intel-abt .filter-bios li.hd-active, #intel-abt .filter-model li.hd-active {
    background: #02aee5;
    color: white; }

#intel-abt .bios-title {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: .5em 1em;
  margin-bottom: 0;
  background: #02aee5;
  color: #1e1f22; }
#intel-abt .filter-bios {
  padding: 4em 0; }
  #intel-abt .filter-bios sup {
    display: inline-block;
    margin-top: -.5em; }
#intel-abt .sec-bios-hero {
  background: black;
  position: relative;
  overflow: hidden; }
  #intel-abt .sec-bios-hero .inner {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1200px;
    box-sizing: border-box; }
  #intel-abt .sec-bios-hero .text {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px; }
  #intel-abt .sec-bios-hero .banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 57%;
    margin: auto 0; }
    #intel-abt .sec-bios-hero .banner-text .series {
      font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      line-height: 1em;
      font-size: 1.5vw;
      font-weight: normal;
      letter-spacing: 1px;
      margin: 0 0 15px 0; }
    #intel-abt .sec-bios-hero .banner-text h3 {
      display: inline-block;
      position: relative;
      padding-right: 1em;
      margin-right: auto; }
      #intel-abt .sec-bios-hero .banner-text h3:after {
        content: '';
        width: 125%;
        height: 1px;
        background-color: transparent;
        background-image: -moz-linear-gradient(90deg, transparent, #02aee5 40%, #02aee5 40%, #67cfff, #02aee5 60%, transparent);
        background-image: -webkit-linear-gradient(90deg, transparent, #02aee5 40%, #02aee5 40%, #67cfff, #02aee5 60%, transparent);
        background-image: linear-gradient(90deg, transparent, #02aee5 40%, #02aee5 40%, #67cfff, #02aee5 60%, transparent);
        background-color: transparent;
        position: absolute;
        bottom: -.5em;
        left: -10%; }
    #intel-abt .sec-bios-hero .banner-text h2 {
      line-height: 1em;
      font-size: 4vw;
      font-weight: normal;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding-top: .125em;
      margin: .5em 0 .25em;
      background: -webkit-linear-gradient(0deg, #9daebd, #ffffff, #4c5a81);
      background-clip: border-box;
      background-clip: border-box;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: none; }
    #intel-abt .sec-bios-hero .banner-text img {
      margin-left: 0; }
    #intel-abt .sec-bios-hero .banner-text .feature {
      font-style: italic;
      margin: 20px 0; }
      #intel-abt .sec-bios-hero .banner-text .feature span {
        margin-right: 12px;
        display: inline-block; }
        #intel-abt .sec-bios-hero .banner-text .feature span:before {
          content: '/';
          display: inline-block;
          color: #fcdd30;
          font-weight: bold;
          padding-right: 4px; }
    #intel-abt .sec-bios-hero .banner-text .note {
      font-size: 0.8em;
      margin: 20px 0 20px 0; }
  #intel-abt .sec-bios-hero .bios-icon-container li {
    padding: 0 1.5em 0 .5em;
    padding-right: 3em;
    margin-bottom: 1em;
    position: relative; }
    #intel-abt .sec-bios-hero .bios-icon-container li:first-child:after {
      content: '';
      display: block;
      width: 1px;
      height: calc(100% - 5em);
      background: #aaaaaa;
      position: absolute;
      top: 1em;
      right: 1.5em; }
  #intel-abt .sec-bios-hero .bios-icon-container img {
    margin: 0 auto 10px;
    border: 2px solid #02aee5;
    border-radius: 50%; }
#intel-abt .sec-bios-steps, #intel-abt .sec-bios-list {
  margin-top: -50px;
  padding-top: 50px; }
#intel-abt .sec-bios-steps {
  padding-bottom: 5em; }
  #intel-abt .sec-bios-steps .hd-w1200 {
    width: 90%; }
#intel-abt .bios-content {
  max-width: 960px;
  margin: 50px auto 0; }
  #intel-abt .bios-content > li {
    display: none; }
    #intel-abt .bios-content > li.hd-active {
      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: forwards;
      animation-delay: 0s;
      animation-duration: 0.4s;
      animation-name: fadeIn;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
#intel-abt .system-requirements {
  max-width: 320px;
  margin-left: 20px; }
  #intel-abt .system-requirements h3 {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 0;
    text-shadow: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 .75em;
    color: #02aee5; }
#intel-abt .checklist {
  background: white;
  border-radius: 8px;
  padding-bottom: 5px;
  margin-top: 20px;
  position: relative; }
  #intel-abt .checklist ul {
    padding-right: 20px;
    margin: 10px 10px 10px 25px; }
  #intel-abt .checklist li {
    font-size: 14px;
    list-style-type: disc;
    padding: 2px 0;
    color: black; }
  #intel-abt .checklist h4 {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.2em;
    text-transform: inherit;
    background: #02aee5;
    border-bottom: 2px solid #67cfff;
    color: #000;
    padding: 10px 0 10px 50px;
    margin: 0;
    border-top-right-radius: 8px; }
    #intel-abt .checklist h4:before {
      content: '';
      display: block;
      width: 60px;
      height: 60px;
      border-radius: 60px;
      background: #02aee5 url(../img/icon/computer.png) center center no-repeat;
      background-size: 35px;
      border-bottom: 2px solid #67cfff;
      position: absolute;
      top: -12px;
      left: -20px; }
#intel-abt .step-example {
  width: 200px;
  cursor: pointer; }
  #intel-abt .step-example .bios-title {
    font-weight: bold;
    font-size: 1.2em; }
  #intel-abt .step-example .btn-look {
    width: 180px;
    display: block;
    border: 3px solid #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden; }
    #intel-abt .step-example .btn-look:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 180px;
      height: 100%;
      background: rgba(0, 0, 0, 0.4) url(../img/icon/look.png) center center no-repeat;
      background-size: 50px;
      border-radius: 6px;
      transition: all 0.2s ease; }
    #intel-abt .step-example .btn-look:hover:after {
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    #intel-abt .step-example .btn-look:active:after {
      background-color: rgba(0, 0, 0, 0.6);
      -webkit-transform: scale(1.5, 1.5);
      -ms-transform: scale(1.5, 1.5);
      transform: scale(1.5, 1.5); }
#intel-abt .steps {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 4em; }
  #intel-abt .steps h2 {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
    text-shadow: none;
    text-transform: none;
    color: #02aee5 !important;
    margin-bottom: 1em; }
    #intel-abt .steps h2 b {
      display: block;
      font-size: 2.125em;
      line-height: 1.2em; }
    #intel-abt .steps h2 span {
      display: none; }
  #intel-abt .steps p {
    line-height: 1.25;
    letter-spacing: 0; }
  #intel-abt .steps a {
    color: #02aee5; }
    #intel-abt .steps a:hover {
      text-decoration: underline; }
    #intel-abt .steps a:visited {
      color: #ff000; }
  #intel-abt .steps .hd-content {
    background-repeat: no-repeat; }
  #intel-abt .steps.step-1 .hd-content {
    background-image: url(../img/bios/n1.png); }
  #intel-abt .steps.step-2 .hd-content {
    background-image: url(../img/bios/n2.png); }
  #intel-abt .steps.step-3 .hd-content {
    background-image: url(../img/bios/n3.png); }
  #intel-abt .steps.step-4 .hd-content {
    background-image: url(../img/bios/n4.png); }
#intel-abt .update-by-usb .step-1 .hd-content {
  padding-left: 10%;
  margin-left: 1em;
  background-position: left center; }
#intel-abt .update-by-usb .step-2 .hd-content {
  padding: 2.5% 0;
  padding-left: 17%;
  background-position: left center; }
#intel-abt .update-by-usb .step-3 .hd-content {
  padding: 4% 0;
  padding-right: 15%;
  background-position: right center; }
#intel-abt .update-by-usb .step-3 img {
  margin-right: 2em;
  position: relative;
  z-index: -1; }
#intel-abt .update-by-usb .step-4 .hd-content {
  padding-left: 17%;
  background-position: left top; }
  #intel-abt .update-by-usb .step-4 .hd-content h2 {
    margin-top: -.5em; }
  #intel-abt .update-by-usb .step-4 .hd-content p {
    margin-right: -12%;
    position: relative;
    z-index: 2; }
#intel-abt .update-by-ez .step-1 .hd-content {
  padding-left: 10%;
  margin-left: 1em;
  background-position: left center; }
#intel-abt .update-by-ez .step-2,
#intel-abt .update-by-ez .step-3 {
  align-items: center;
  justify-content: flex-end; }
  #intel-abt .update-by-ez .step-2 .hd-content,
  #intel-abt .update-by-ez .step-3 .hd-content {
    padding: 2.5% 0;
    padding-left: 17%;
    padding-right: 2em;
    background-position: left center; }
  #intel-abt .update-by-ez .step-2 .step-example,
  #intel-abt .update-by-ez .step-3 .step-example {
    margin-right: 5%; }
#intel-abt .update-by-ez .step-3 .hd-content {
  margin-left: auto; }
#intel-abt .update-by-ez .step-4 .hd-content {
  padding-left: 17%;
  padding-bottom: 5%;
  background-position: left top; }
#intel-abt .sec-bios-list {
  background: #242424; }
  #intel-abt .sec-bios-list .modal-container {
    padding: 3em 0 5em; }
  #intel-abt .sec-bios-list .intro-title {
    display: block;
    padding: 0 10px;
    font-size: 2em;
    letter-spacing: 0;
    margin-bottom: 0; }
  #intel-abt .sec-bios-list .intro {
    display: block;
    line-height: 1.75;
    padding: 1em 10px;
    margin-bottom: 1em; }
    #intel-abt .sec-bios-list .intro a {
      text-decoration: underline; }
      #intel-abt .sec-bios-list .intro a:hover {
        color: #eee; }
#intel-abt .filter-model {
  margin-bottom: 2em; }
#intel-abt .model-content > li {
  display: none; }
  #intel-abt .model-content > li.hd-active {
    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: forwards;
    animation-delay: 0s;
    animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
#intel-abt .table-bios {
  width: 100%;
  font-size: 14px;
  background: #000;
  border-collapse: collapse;
  margin: 0 auto !important;
  box-sizing: border-box; }
  #intel-abt .table-bios th {
    background: #686868;
    border-right: 1px solid #000;
    text-align: center;
    padding: 8px;
    color: #fff; }
    #intel-abt .table-bios th.align-left {
      text-align: left; }
  #intel-abt .table-bios td {
    padding: 8px;
    color: #fff;
    text-align: center; }
    #intel-abt .table-bios td.align-left {
      text-align: left; }
    #intel-abt .table-bios td a {
      color: #fff;
      text-decoration: none; }
      #intel-abt .table-bios td a:visited {
        text-decoration: none; }
      #intel-abt .table-bios td a:hover {
        text-decoration: underline; }
  #intel-abt .table-bios tr:nth-child(2n) {
    background: #333; }
  #intel-abt .table-bios .chipset,
  #intel-abt .table-bios .chipset-alt {
    background: #000; }
  #intel-abt .table-bios .gap {
    border-top: 2px solid #555; }
  #intel-abt .table-bios .yes {
    background: url(../img/icon/yes.png);
    background-size: 100%;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    display: block;
    margin: 0 auto; }
  #intel-abt .table-bios a {
    text-decoration: none;
    background: #67cfff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.2s; }
    #intel-abt .table-bios a:visited {
      text-decoration: none; }
    #intel-abt .table-bios a:hover {
      background: #004aa5; }

@media screen and (max-width: 1440px) {
  #intel-abt .sec-bios-hero .banner-text {
    width: 47%;
    left: 55%; }
  #intel-abt .sec-bios-hero .bios-icon-container li {
    padding-right: 1em; }
    #intel-abt .sec-bios-hero .bios-icon-container li:first-child:after {
      right: .5em; } }
@media screen and (max-width: 1100px) {
  #intel-abt .sec-bios-hero .bios-icon-container li {
    font-size: 12px; } }
@media screen and (max-width: 1024px) {
  #intel-abt .sec-bios-hero h3 {
    font-size: 1.5em; }
  #intel-abt .sec-bios-hero h2 {
    font-size: 2em; }
  #intel-abt .sec-bios-hero .banner-text .series {
    font-size: 1.5em;
    margin-bottom: 5px; }
  #intel-abt .sec-bios-hero .bios-icon-container li {
    width: 120px; }
  #intel-abt .sec-bios-hero .bios-icon-container img {
    margin-bottom: 3px; }
  #intel-abt .sec-bios-hero .bios-icon-container a {
    font-size: 12px; } }
@media screen and (max-width: 1023px) {
  #intel-abt .filter-bios li, #intel-abt .filter-model li {
    font-size: 1.25em; }

  #intel-abt .sec-bios-hero .bios-icon-container li {
    padding-right: 2em; }
    #intel-abt .sec-bios-hero .bios-icon-container li:first-child:after {
      right: .75em; }
  #intel-abt .system-requirements {
    max-width: 600px;
    margin-bottom: 2em; }
  #intel-abt .step-example {
    margin-left: 0;
    margin-right: auto !important; }
  #intel-abt .steps {
    flex-direction: column;
    margin-bottom: 1.5em; }
    #intel-abt .steps .hd-content {
      width: 100% !important;
      min-height: 150px;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      background-position: left top !important;
      background-size: auto 90px;
      padding-left: 90px !important;
      margin-left: 0 !important; }
    #intel-abt .steps img {
      order: 3;
      margin-left: 0;
      margin-right: auto !important; }
    #intel-abt .steps h2 {
      font-size: 1.25em; }
  #intel-abt .update-by-usb .step-3 {
    flex-direction: row; }
    #intel-abt .update-by-usb .step-3 .hd-content {
      padding-right: 0; }
  #intel-abt .update-by-ez .step-2,
  #intel-abt .update-by-ez .step-3 {
    flex-direction: row; }
    #intel-abt .update-by-ez .step-2 .hd-content,
    #intel-abt .update-by-ez .step-3 .hd-content {
      padding-right: 2em; } }
@media screen and (max-width: 768px) {
  #intel-abt .sec-bios-hero {
    background-color: #01072b;
    background-image: -moz-linear-gradient(90deg, #01072b, #010e52, #020f53);
    background-image: -webkit-linear-gradient(90deg, #01072b, #010e52, #020f53);
    background-image: linear-gradient(90deg, #01072b, #010e52, #020f53); }
    #intel-abt .sec-bios-hero .banner-text {
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      margin: -31vw auto 50px auto;
      text-align: center;
      position: relative;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
      #intel-abt .sec-bios-hero .banner-text .series {
        font-size: 1.5em; }
      #intel-abt .sec-bios-hero .banner-text h3 {
        font-size: 1.5em;
        padding: 0 1em;
        margin-left: auto; }
      #intel-abt .sec-bios-hero .banner-text h2 {
        font-size: 10vw; }
      #intel-abt .sec-bios-hero .banner-text .text {
        padding-top: 0px;
        padding-bottom: 20px; }
      #intel-abt .sec-bios-hero .banner-text .bios-icon-container {
        justify-content: center; }
  #intel-abt .sec-bios-list .intro-title {
    font-size: 1.4em;
    padding: 0;
    margin-bottom: 0.5em; }
  #intel-abt .sec-bios-list .intro {
    font-size: 0.875em;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 1em; }
  #intel-abt .sec-bios-list small {
    display: block;
    font-size: 0.875em; }
  #intel-abt .update-by-usb .step-3 {
    flex-direction: column; }
    #intel-abt .update-by-usb .step-3 img {
      margin-top: -8%;
      margin-left: 50px; }
  #intel-abt .update-by-usb .step-4 .hd-content div {
    flex-wrap: wrap; }
  #intel-abt .update-by-usb .step-4 .hd-content p {
    width: 100%;
    margin-right: 0; }
  #intel-abt .update-by-usb .step-4 .hd-content img {
    margin-top: 1em;
    width: auto; }
  #intel-abt .table-bios {
    font-size: .8em; } }
@media screen and (max-width: 620px) {
  #intel-abt .bios-title {
    font-size: 2em; }
  #intel-abt .filter-bios {
    padding: 2em 0; }
  #intel-abt .system-requirements {
    width: 90%; }
  #intel-abt .sec-bios-list .modal-container {
    padding-top: 2em; }
  #intel-abt .table-bios {
    font-size: 12px; }
    #intel-abt .table-bios th,
    #intel-abt .table-bios td {
      padding: 8px 2px;
      font-weight: normal; } }
@media screen and (max-width: 480px) {
  #intel-abt .filter-bios, #intel-abt .filter-model {
    flex-direction: column; }
    #intel-abt .filter-bios li, #intel-abt .filter-model li {
      width: 100%; }

  #intel-abt .sec-bios-hero .bios-icon-container {
    flex-direction: row; }
    #intel-abt .sec-bios-hero .bios-icon-container img {
      margin-bottom: 10px; }
  #intel-abt .steps .hd-content {
    background-size: auto 50px !important;
    padding-top: 60px !important;
    padding-left: 0 !important; }
  #intel-abt .step-example {
    margin-top: 1em; }
  #intel-abt .update-by-usb .step-3 img {
    margin-left: 0; }
  #intel-abt .update-by-ez .step-2,
  #intel-abt .update-by-ez .step-3 {
    flex-direction: column; }
    #intel-abt .update-by-ez .step-2 .hd-content,
    #intel-abt .update-by-ez .step-3 .hd-content {
      padding-right: 0; }
  #intel-abt .table-bios {
    font-size: 10px; }
    #intel-abt .table-bios thead th:nth-child(1) {
      width: 5em;
      word-break: normal; } }
body.no-scroll {
  position: relative;
  overflow: hidden; }

#hd .lightbox .lb-outerContainer {
  width: auto !important;
  background: none; }
#hd .lightbox .lb-image {
  border: none; }
#hd .lightbox .lb-dataContainer {
  width: 100% !important; }
#hd .lightbox .lb-data {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between; }
#hd .lightbox .lb-caption {
  font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em; }
#hd .lightbox .lb-closeContainer {
  flex-shrink: 0; }
#hd [data-lightbox] {
  cursor: zoom-in; }

/*# sourceMappingURL=hd-style.css.map */
