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

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

.Header__accessibility__193r3 {
  left: 0; }

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

/* ---------- ANIMATIONS ---------- */
@-webkit-keyframes colorrun {
  50% {
    filter: hue-rotate(120deg); } }
@keyframes colorrun {
  50% {
    filter: hue-rotate(120deg); } }
@-webkit-keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes 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% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes m2 {
  0%,
	  20% {
    opacity: 0; }
  21%,
	  100% {
    opacity: 1; } }
@keyframes m2 {
  0%,
	  20% {
    opacity: 0; }
  21%,
	  100% {
    opacity: 1; } }
@-webkit-keyframes dotHint {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2); } }
@keyframes dotHint {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2); } }
@-webkit-keyframes showBar {
  0% {
    clip-path: inset(0 100% 0 0); }
  100% {
    clip-path: inset(0 0 0 0); } }
@keyframes showBar {
  0% {
    clip-path: inset(0 100% 0 0); }
  100% {
    clip-path: inset(0 0 0 0); } }
@-webkit-keyframes filterTab1 {
  0% {
    opacity: .5;
    -webkit-transform: scale(0, 1) translate(-50%, 0);
    -ms-transform: scale(0, 1) translate(-50%, 0);
    transform: scale(0, 1) translate(-50%, 0); }
  50%,
		100% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translate(100%, 0);
    -ms-transform: scale(1, 1) translate(100%, 0);
    transform: scale(1, 1) translate(100%, 0); } }
@keyframes filterTab1 {
  0% {
    opacity: .5;
    -webkit-transform: scale(0, 1) translate(-50%, 0);
    -ms-transform: scale(0, 1) translate(-50%, 0);
    transform: scale(0, 1) translate(-50%, 0); }
  50%,
		100% {
    opacity: 0;
    -webkit-transform: scale(1, 1) translate(100%, 0);
    -ms-transform: scale(1, 1) translate(100%, 0);
    transform: scale(1, 1) translate(100%, 0); } }
@-webkit-keyframes filterTab2 {
  0% {
    -webkit-transform: scale(0, 1) translate(-50%, 0);
    -ms-transform: scale(0, 1) translate(-50%, 0);
    transform: scale(0, 1) translate(-50%, 0); }
  50%,
		100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    -ms-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0); } }
@keyframes filterTab2 {
  0% {
    -webkit-transform: scale(0, 1) translate(-50%, 0);
    -ms-transform: scale(0, 1) translate(-50%, 0);
    transform: scale(0, 1) translate(-50%, 0); }
  50%,
		100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    -ms-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0); } }
@-webkit-keyframes showMark {
  0% {
    -webkit-transform: translate(-2%, 0);
    -ms-transform: translate(-2%, 0);
    transform: translate(-2%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes showMark {
  0% {
    -webkit-transform: translate(-2%, 0);
    -ms-transform: translate(-2%, 0);
    transform: translate(-2%, 0);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; } }
@-webkit-keyframes flicker1 {
  0% {
    opacity: 0; }
  33%,
		100% {
    opacity: 1; } }
@keyframes flicker1 {
  0% {
    opacity: 0; }
  33%,
		100% {
    opacity: 1; } }
@-webkit-keyframes flicker2 {
  0% {
    opacity: 0; }
  66%,
		100% {
    opacity: 1; } }
@keyframes flicker2 {
  0% {
    opacity: 0; }
  66%,
		100% {
    opacity: 1; } }
@-webkit-keyframes flicker3 {
  0% {
    opacity: 0; }
  90%,
		100% {
    opacity: 1; } }
@keyframes flicker3 {
  0% {
    opacity: 0; }
  90%,
		100% {
    opacity: 1; } }
@-webkit-keyframes flicker1-1 {
  0% {
    opacity: 0; }
  33%,
		100% {
    opacity: 1; } }
@keyframes flicker1-1 {
  0% {
    opacity: 0; }
  33%,
		100% {
    opacity: 1; } }
@-webkit-keyframes flicker2-1 {
  0% {
    opacity: 0; }
  66%,
		100% {
    opacity: 1; } }
@keyframes flicker2-1 {
  0% {
    opacity: 0; }
  66%,
		100% {
    opacity: 1; } }
@-webkit-keyframes flicker3-1 {
  0% {
    opacity: 0; }
  90%,
		100% {
    opacity: 1; } }
@keyframes flicker3-1 {
  0% {
    opacity: 0; }
  90%,
		100% {
    opacity: 1; } }
@-webkit-keyframes ocRotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -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 arrows {
  0% {
    opacity: 0;
    transform: translate(0, -13.3333333333px) scale(0.5); }
  10%, 90% {
    opacity: 0; }
  50% {
    opacity: 1;
    transform: translate(0, 0) scale(1); }
  100% {
    opacity: 0;
    transform: translate(0, 13.3333333333px) scale(0.5); } }
@keyframes arrows {
  0% {
    opacity: 0;
    transform: translate(0, -13.3333333333px) scale(0.5); }
  10%, 90% {
    opacity: 0; }
  50% {
    opacity: 1;
    transform: translate(0, 0) scale(1); }
  100% {
    opacity: 0;
    transform: translate(0, 13.3333333333px) scale(0.5); } }
@-webkit-keyframes hintTxt {
  50% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(248, 163, 21, 0.5); } }
@keyframes hintTxt {
  50% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(248, 163, 21, 0.5); } }
/* ---------- color effect ---------- */
@-webkit-keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@-webkit-keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-webkit-keyframes flashStrobing {
  2%, 12% {
    opacity: 1; }
  0%, 4%, 11%, 13%, 100% {
    opacity: .6; } }
@keyframes flashStrobing {
  2%, 12% {
    opacity: 1; }
  0%, 4%, 11%, 13%, 100% {
    opacity: .6; } }
@-webkit-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@-webkit-keyframes cycle {
  0% {
    background-color: red; }
  15% {
    background-color: orange; }
  30% {
    background-color: yellow; }
  45% {
    background-color: #00CB07; }
  60% {
    background-color: #07A9FF; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: #a12fd9; }
  100% {
    background-color: red; } }
@keyframes cycle {
  0% {
    background-color: red; }
  15% {
    background-color: orange; }
  30% {
    background-color: yellow; }
  45% {
    background-color: #00CB07; }
  60% {
    background-color: #07A9FF; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: #a12fd9; }
  100% {
    background-color: red; } }
@-webkit-keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-webkit-keyframes cpu {
  0% {
    background-color: red; }
  30% {
    background-color: yellow; }
  60% {
    background-color: green; }
  90% {
    background-color: yellow; } }
@keyframes cpu {
  0% {
    background-color: red; }
  30% {
    background-color: yellow; }
  60% {
    background-color: green; }
  90% {
    background-color: yellow; } }
@-webkit-keyframes adaptive {
  0% {
    background-color: white; }
  30% {
    background-color: #f8a315; }
  45% {
    background-color: #07A9FF; }
  60% {
    background-color: #42ca42; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: yellow; }
  100% {
    background-color: white; } }
@keyframes adaptive {
  0% {
    background-color: white; }
  30% {
    background-color: #f8a315; }
  45% {
    background-color: #07A9FF; }
  60% {
    background-color: #42ca42; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: yellow; }
  100% {
    background-color: white; } }
@-webkit-keyframes dark {
  0% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes dark {
  0% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes flux {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 100% 0; }
  50% {
    background-position: 0 0; }
  75% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@keyframes flux {
  0% {
    background-position: 0 0; }
  25% {
    background-position: 100% 0; }
  50% {
    background-position: 0 0; }
  75% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-webkit-keyframes fluxShadow {
  0% {
    -webkit-transform: translate(0, 180%);
    -ms-transform: translate(0, 180%);
    transform: translate(0, 180%); }
  50% {
    -webkit-transform: translate(0, 180%);
    -ms-transform: translate(0, 180%);
    transform: translate(0, 180%); }
  75% {
    -webkit-transform: translate(0, -180%);
    -ms-transform: translate(0, -180%);
    transform: translate(0, -180%); }
  100% {
    -webkit-transform: translate(0, 180%);
    -ms-transform: translate(0, 180%);
    transform: translate(0, 180%); } }
@keyframes fluxShadow {
  0% {
    -webkit-transform: translate(0, 180%);
    -ms-transform: translate(0, 180%);
    transform: translate(0, 180%); }
  50% {
    -webkit-transform: translate(0, 180%);
    -ms-transform: translate(0, 180%);
    transform: translate(0, 180%); }
  75% {
    -webkit-transform: translate(0, -180%);
    -ms-transform: translate(0, -180%);
    transform: translate(0, -180%); }
  100% {
    -webkit-transform: translate(0, 180%);
    -ms-transform: translate(0, 180%);
    transform: translate(0, 180%); } }
@font-face {
  font-family: 'ROGFonts';
  src: url("../fonts/ROGFonts-Regular.otf") format("embedded-opentype"), url("../fonts/ROGFonts-Regular.ttf") format("opentype"), url("../fonts/ROGFonts-Regular.woff"), url("../fonts/ROGFonts-Regular.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
#hd {
  font-size: 16px; }
  #hd h2 {
    font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 5.25em;
    font-weight: normal;
    line-height: 1.1;
    color: #ffffff !important;
    letter-spacing: 0;
    margin-bottom: .5em;
    word-break: normal;
    word-wrap: normal; }
    #hd h2.small-title {
      font-size: 3.4em; }
    #hd h2.main-title {
      white-space: nowrap;
      font-size: 9.25em;
      letter-spacing: -.01em;
      margin-bottom: -.125em;
      margin-left: -.05em; }
    #hd h2 small {
      display: block;
      font: inherit;
      font-size: 1.25rem;
      margin-bottom: 0.5em;
      padding-left: 0.25em; }
  #hd h3,
  #hd .h3 {
    font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 2.5em;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: .2em;
    text-transform: uppercase; }
    #hd h3 + p,
    #hd .h3 + p {
      margin-bottom: 2em; }
  #hd h4,
  #hd .h4 {
    font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 1.75em;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: .35em;
    color: #ffffff; }
    #hd h4.text-larger,
    #hd .h4.text-larger {
      font-size: 2em; }
  #hd h5 {
    font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    color: #ffffff; }
  #hd p,
  #hd small,
  #hd a,
  #hd li {
    font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; }
  #hd p {
    font-size: 1em;
    line-height: 1.75;
    font-weight: 400; }
    #hd p.color-primary {
      font-weight: 400; }
  #hd b {
    font-weight: bold; }
  #hd small {
    font-size: .875em;
    font-weight: 300;
    letter-spacing: 0.5px; }
  #hd .title-pattern {
    position: relative;
    z-index: 1; }
    #hd .title-pattern > img {
      width: 2.4em;
      position: absolute;
      left: 0;
      right: 0;
      top: -1em;
      margin: 0 auto;
      z-index: -1; }
  #hd .align-center {
    text-align: center; }
  #hd .align-left {
    text-align: left; }
  #hd .align-italic {
    font-style: italic; }
  #hd a.txt-link {
    display: inline-block;
    font-weight: 400;
    margin-top: .5em; }
  #hd .hd-underline {
    text-decoration: underline; }
  #hd a.txt-link:hover, #hd a.txt-link:focus-visible {
    color: white; }
  #hd .nobr {
    white-space: nowrap; }
  #hd .color-primary {
    color: #f8a315; }
  #hd .color-primary-light {
    color: #ffb81c; }
  #hd .color-white {
    color: white; }
  #hd .color-secondary {
    color: #f61928; }
  #hd .color-light-grey {
    color: #d6d6d6; }
  #hd .color-highlight {
    color: #ffcf9c; }
  #hd .color-grey {
    color: #aaaaaa; }
  #hd .color-gradient {
    display: inline-block;
    color: #f8a315 !important;
    background-color: #f61928;
    background-image: -moz-linear-gradient(90deg, #f61928, #f8a315);
    background-image: -webkit-linear-gradient(90deg, #f61928, #f8a315);
    background-image: linear-gradient(90deg, #f61928, #f8a315);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #hd .color-gradient::selection {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #f8a315; }
  #hd .hd-uppercase {
    text-transform: uppercase; }
  #hd .hd-lowercase {
    text-transform: lowercase; }
  #hd .hd-notransform {
    text-transform: none; }
  #hd .font-rog {
    font-family: "ROGFonts", "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif; }

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

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

@media screen and (max-width: 1024px) {
  #hd .hd-vid-lightbox {
    top: 50px; }
    #hd .hd-vid-lightbox .hd-box {
      height: calc(100% - 100px); }
  #hd .hd-lightbox-s {
    padding-top: 50px; }
    #hd .hd-lightbox-s .hd-container {
      max-height: calc(100vh - 50px); } }
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .hd-lightbox-s .hd-container {
    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 {
    padding: 2em 0;
    top: 50px;
    bottom: 50px; }
    #hd .hd-lightbox .hd-box {
      width: 100%; }
      #hd .hd-lightbox .hd-box video {
        width: 100%;
        height: auto; }
    #hd .hd-lightbox .trigger-close {
      font-size: 1em; }
  #hd .hd-vid-lightbox .hd-box {
    width: 100%; } }
#hd .bg-grey {
  background: #1b1d21; }
#hd .bg-gradient {
  background: linear-gradient(to bottom, black, #650007, #8c3c00); }
#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: #f8a315; }
  #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: #f8a315; }
#hd .gif-container {
  position: relative;
  overflow: hidden; }
  #hd .gif-container img.hd-d-none {
    position: absolute !important;
    top: 0;
    left: 0; }
  #hd .gif-container .vid-control {
    position: absolute !important;
    right: 1em;
    bottom: 1em; }
    #hd .gif-container .vid-control img {
      margin: auto !important; }
  #hd .gif-container.is-reduced-motion img.hd-d-none {
    display: block !important; }

@media screen and (min-width: 2560px) {
  #hd .deco-container .deco-mark {
    bottom: 3em;
    left: 5em; } }
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 768px) {
  #hd .deco-container {
    display: none; }
  #hd .hd-trigger-dot:after {
    width: 30%;
    height: 30%; } }
#hd .hd-nav {
  font-size: 14px;
  position: fixed;
  z-index: 9;
  top: 50%;
  right: 16px;
  margin-top: 50px;
  opacity: 1;
  z-index: 3;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  transition: transform 0.4s, opacity 0.25s; }
  #hd .hd-nav.is-hidden {
    -webkit-transform: translate3d(20px, -50%, 0);
    -ms-transform: translate3d(20px, -50%, 0);
    transform: translate3d(20px, -50%, 0);
    opacity: 0; }
  #hd .hd-nav .main-nav {
    margin: 0;
    padding: 0; }
    #hd .hd-nav .main-nav > li {
      display: block;
      margin: .5em 0 .75em;
      position: relative; }
    #hd .hd-nav .main-nav a {
      text-decoration: none;
      display: block;
      position: relative;
      z-index: 2;
      cursor: pointer; }
      #hd .hd-nav .main-nav a:after {
        content: '';
        display: block;
        width: 24px;
        height: 7px;
        background: transparent;
        box-shadow: 0 0 0 1px white inset;
        margin-left: auto;
        z-index: 1;
        -webkit-transform: skewY(-30deg);
        -ms-transform: skewY(-30deg);
        transform: skewY(-30deg);
        transition: background 0.6s ease; }
      #hd .hd-nav .main-nav a:hover span, #hd .hd-nav .main-nav a:focus-visible span {
        background: white; }
      #hd .hd-nav .main-nav a:hover .hd-tooltip, #hd .hd-nav .main-nav a:focus-visible .hd-tooltip {
        color: #f8a315; }
      #hd .hd-nav .main-nav a.hd-active:after {
        box-shadow: none;
        background-color: #f61928;
        background-image: -moz-linear-gradient(90deg, #f61928, #f8a315);
        background-image: -webkit-linear-gradient(90deg, #f61928, #f8a315);
        background-image: linear-gradient(90deg, #f61928, #f8a315); }
      #hd .hd-nav .main-nav a.hd-active .hd-tooltip {
        color: #f8a315; }
      #hd .hd-nav .main-nav a.hd-active + .sub-nav button {
        color: white; }
        #hd .hd-nav .main-nav a.hd-active + .sub-nav button:after {
          box-shadow: none;
          background-color: #787878;
          background-image: -moz-linear-gradient(90deg, #787878, #ffffff, #787878);
          background-image: -webkit-linear-gradient(90deg, #787878, #ffffff, #787878);
          background-image: linear-gradient(90deg, #787878, #ffffff, #787878); }
    #hd .hd-nav .main-nav .hd-tooltip {
      display: block;
      max-width: 220px;
      height: 1.5em;
      font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
      text-transform: uppercase;
      font-size: .875rem;
      color: white;
      white-space: nowrap;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 40px; }
  #hd .hd-nav .sub-nav {
    padding: .75em 0 0;
    position: relative; }
    #hd .hd-nav .sub-nav span,
    #hd .hd-nav .sub-nav button {
      display: block;
      width: 100%;
      max-width: 15em;
      color: #aaaaaa;
      font-size: .9em;
      padding: .1em 0;
      padding-right: 40px;
      text-align: right;
      position: relative; }
      #hd .hd-nav .sub-nav span:after,
      #hd .hd-nav .sub-nav button:after {
        content: '';
        display: block;
        width: 12px;
        height: 7px;
        background: transparent;
        box-shadow: 0 0 0 1px white inset;
        margin-left: auto;
        z-index: 1;
        position: absolute;
        top: 4px;
        right: 12px;
        -webkit-transform: skewY(-30deg);
        -ms-transform: skewY(-30deg);
        transform: skewY(-30deg);
        transition: background 0.6s ease; }

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

#hd .hd-section {
  position: relative;
  overflow: hidden;
  z-index: 2; }
#hd .sec-title {
  padding-top: 7em; }
  #hd .sec-title p {
    text-align: center; }
#hd .title-tab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 1100px;
  border-bottom: 1px solid white;
  padding-top: 3em;
  margin: 0 auto 3em;
  text-align: center; }
  #hd .title-tab li {
    padding: 1em .5em .25em;
    width: 25%;
    font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 1.4em;
    line-height: 1;
    color: #d6d6d6;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease; }
    #hd .title-tab li:before {
      content: '';
      display: block;
      width: 80%;
      height: .25em;
      background: white;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      transform: scale(1, 0);
      transition: opacity 0.25s ease, transform 0.4s ease; }
    #hd .title-tab li:hover {
      color: white; }
    #hd .title-tab li.hd-active {
      color: white; }
      #hd .title-tab li.hd-active:before {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
#hd .main-content > .hd-bg {
  width: 100%;
  height: 100vh;
  background-color: #9d0b41;
  background-image: -moz-linear-gradient(93deg, #9d0b41, #690071 20%, #3d0082 38%, #0d2550 72%, #050c1b, black);
  background-image: -webkit-linear-gradient(93deg, #9d0b41, #690071 20%, #3d0082 38%, #0d2550 72%, #050c1b, black);
  background-image: linear-gradient(93deg, #9d0b41, #690071 20%, #3d0082 38%, #0d2550 72%, #050c1b, black);
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none; }
  #hd .main-content > .hd-bg:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    background-color: rgba(0, 0, 0, 0);
    background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), black);
    background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), black);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0; }
  #hd .main-content > .hd-bg .deco-left {
    width: 4%;
    height: 0;
    padding-bottom: 15%;
    position: absolute;
    left: 2%;
    top: 0; }
    #hd .main-content > .hd-bg .deco-left img {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto -60% auto 60%; }
    #hd .main-content > .hd-bg .deco-left:before, #hd .main-content > .hd-bg .deco-left:after {
      content: '';
      display: block;
      width: 1.5em;
      height: 1.5em;
      background: url(../img/nav/plus.svg) center no-repeat;
      background-size: contain;
      position: absolute;
      left: 0; }
    #hd .main-content > .hd-bg .deco-left:before {
      top: 15%; }
    #hd .main-content > .hd-bg .deco-left:after {
      bottom: 15%; }
  #hd .main-content > .hd-bg > img {
    position: absolute; }
  #hd .main-content > .hd-bg .deco-right {
    width: 30%;
    top: 0;
    right: 0; }
  #hd .main-content > .hd-bg .deco-grid {
    width: 16%;
    bottom: 0;
    left: -2%;
    z-index: 2;
    opacity: .16; }
  #hd .main-content > .hd-bg .deco-game {
    width: 11%;
    bottom: 5%;
    left: 4%;
    z-index: 2; }
#hd .section-content {
  padding-bottom: 4em; }
#hd .sub-tab, #hd .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 0 auto 2em;
  position: relative;
  z-index: 2; }
  #hd .sub-tab li, #hd .list li {
    font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 1.4em;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 .5em;
    color: white;
    transition: all 0.25s ease;
    position: relative;
    cursor: pointer; }
    #hd .sub-tab li span, #hd .list li span {
      display: inline-block;
      padding: .5em 1em .25em;
      position: relative; }
      #hd .sub-tab li span:before, #hd .list li span:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .5;
        background: linear-gradient(to top, white, white) left top no-repeat, linear-gradient(to right, white, white) left top no-repeat, linear-gradient(to left, white, white) right top no-repeat, linear-gradient(to bottom, white, white) right top no-repeat, linear-gradient(to left, white, white) left bottom no-repeat, linear-gradient(to bottom, white, white) left bottom no-repeat, linear-gradient(to top, white, white) right bottom no-repeat, linear-gradient(to left, white, white) right bottom no-repeat;
        background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
        transition: all 0.6s ease; }
    #hd .sub-tab li:hover span, #hd .list li:hover span, #hd .sub-tab li:focus-visible span, #hd .list li:focus-visible span {
      background: rgba(255, 255, 255, 0.16); }
      #hd .sub-tab li:hover span:before, #hd .list li:hover span:before, #hd .sub-tab li:focus-visible span:before, #hd .list li:focus-visible span:before {
        background-size: 1px .4em, .4em 1px, 1px .4em, .4em 1px; }
    #hd .sub-tab li.hd-active, #hd .list li.hd-active {
      pointer-events: none; }
      #hd .sub-tab li.hd-active span, #hd .list li.hd-active span {
        background: white; }
        #hd .sub-tab li.hd-active span:before, #hd .list li.hd-active span:before {
          opacity: .75;
          padding: .12em;
          margin: -.12em;
          background-size: 1px .4em, .4em 1px, 1px .4em, .4em 1px; }
#hd .tab-content > div {
  display: none; }
  #hd .tab-content > div.hd-active {
    display: block;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98);
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: 0.8s;
    animation-name: fadeInUp;
    animation-timing-function: cubic-bezier(0.5, 0.38, 0.22, 0.98);
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
#hd .list.style-column li span {
  padding-left: .5em;
  padding-right: .5em;
  display: block; }
#hd .list.style-block {
  padding-left: 0;
  padding-right: 0; }
  #hd .list.style-block li {
    margin: 0 1em 0 0; }
#hd .list.style-dash li {
  padding: 0 .25em; }
  #hd .list.style-dash li span {
    background: none;
    border-bottom: 1px solid white; }
    #hd .list.style-dash li span:before {
      width: 80%;
      height: 80%;
      background: transparent;
      background-image: linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
      background-position: 0.5em 0.5em;
      background-size: .75em .75em;
      mix-blend-mode: hard-light;
      backface-visibility: hidden;
      opacity: 0;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      transform: scale(1, 0);
      transform-origin: center bottom;
      left: 0;
      right: 0;
      margin: auto; }
    #hd .list.style-dash li span:after {
      content: '';
      display: block;
      width: 100%;
      height: .125em;
      background: white;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      transform: scale(1, 0);
      transition: transform 0.25s ease;
      position: absolute;
      top: 100%;
      left: 0; }
  #hd .list.style-dash li.hd-active span {
    color: white; }
    #hd .list.style-dash li.hd-active span:before {
      opacity: .3;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
    #hd .list.style-dash li.hd-active span:after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
#hd .list.style-radius li {
  padding-left: 0;
  color: white; }
  #hd .list.style-radius li span {
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 2em;
    border: 2px solid white; }
    #hd .list.style-radius li span:before {
      display: none; }
  #hd .list.style-radius li.hd-active span {
    color: black; }

@media screen and (min-width: 2560px) {
  #hd .title-tab {
    max-width: 1400px; } }
@media screen and (min-width: 3000px) {
  #hd .title-tab {
    max-width: 1800px; } }
@media screen and (max-width: 1440px) {
  #hd .title-tab li {
    font-size: 1.4em; } }
@media screen and (max-width: 1280px) {
  #hd .main-content > .hd-bg .deco-left:before, #hd .main-content > .hd-bg .deco-left:after {
    width: 1em;
    height: 1em; }
  #hd .title-tab {
    padding-top: 1.5em;
    margin-bottom: 2em; }
    #hd .title-tab li {
      font-size: 1.25em; }
  #hd .sub-tab, #hd .list {
    margin-bottom: 1.5em; }
    #hd .sub-tab li, #hd .list li {
      font-size: 1.2em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-title {
    padding-top: 4em; }
  #hd .list.style-radius li span {
    padding-left: 1em;
    padding-right: 1em; } }
@media screen and (max-width: 1023px) {
  #hd .main-content > .hd-bg:after {
    height: 100vh;
    padding-bottom: 0; } }
@media screen and (max-width: 768px) {
  #hd .title-tab {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 1em 0 .125em;
    position: relative;
    overflow-x: auto; }
    #hd .title-tab li {
      flex-shrink: 0;
      width: auto; }
  #hd .sub-tab li, #hd .list li {
    padding: .25em .5em; }
  #hd .section-content {
    padding-bottom: 2em; }
  #hd .main-content > .hd-bg .deco-right {
    width: 40%; }
  #hd .main-content > .hd-bg .deco-grid {
    width: 25%; }
  #hd .main-content > .hd-bg .deco-game {
    width: 20%;
    left: 2%;
    bottom: 3%; }
  #hd .list.style-radius {
    margin-bottom: 1em; } }
@media screen and (max-width: 480px) {
  #hd .title-tab li {
    word-break: initial; }
  #hd .sub-tab li, #hd .list li {
    display: block;
    margin: 0 0 1px;
    padding: .25em; }
  #hd .list.style-block li {
    margin: .25em; } }
#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 30px;
  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: #222;
    background-image: -moz-linear-gradient(45deg, #222, #444);
    background-image: -webkit-linear-gradient(45deg, #222, #444);
    background-image: linear-gradient(45deg, #222, #444); }
  #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 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 .tab-filter, #hd .tab-filter-block {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 auto 2em;
  border-bottom: 2px solid #aaaaaa; }
  #hd .tab-filter li, #hd .tab-filter-block li {
    font-size: 1.35em;
    font-weight: 400;
    padding: .5em .75em;
    line-height: 1;
    letter-spacing: -.03em;
    color: #aaaaaa;
    text-transform: uppercase;
    position: relative;
    cursor: pointer; }
    #hd .tab-filter li:after, #hd .tab-filter-block li:after {
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      background-color: #f61928;
      background-image: -moz-linear-gradient(90deg, #f61928, #f8a315);
      background-image: -webkit-linear-gradient(90deg, #f61928, #f8a315);
      background-image: linear-gradient(90deg, #f61928, #f8a315);
      position: absolute;
      bottom: -4px;
      left: 0;
      transform-origin: left center;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      transition: transform 0.4s ease; }
    #hd .tab-filter li:last-child, #hd .tab-filter-block li:last-child {
      margin-right: auto; }
    #hd .tab-filter li:hover, #hd .tab-filter-block li:hover {
      color: #d6d6d6; }
    #hd .tab-filter li.hd-active, #hd .tab-filter-block li.hd-active {
      color: white; }
      #hd .tab-filter li.hd-active:after, #hd .tab-filter-block li.hd-active:after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1); }
#hd .tab-filter-block li {
  font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  padding-bottom: .25em; }
#hd .content-el {
  display: none; }
  #hd .content-el.hd-active {
    display: block; }
#hd .hd-filter-icon {
  margin: 0 auto 2em; }
  #hd .hd-filter-icon li {
    cursor: pointer; }
    #hd .hd-filter-icon li:hover p {
      color: #aaaaaa; }
    #hd .hd-filter-icon li.hd-active p {
      color: white; }
  #hd .hd-filter-icon p {
    line-height: 1.25;
    margin: 1em 0;
    color: #404040; }
#hd .block-content > div {
  display: none;
  opacity: 0; }
  #hd .block-content > div.hd-active {
    display: block;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.6s;
    animation-name: fadeIn;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }

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

@media screen and (max-width: 620px) {
  #hd .vid-control {
    width: 48px;
    height: 48px; } }
#hd .swiper-pagination-wrapper {
  display: 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: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.125;
  color: white;
  text-transform: uppercase;
  padding-top: .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-slide > div {
    padding: 4em 2.5em; }
#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: 12px;
  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: 44px;
  height: 44px; }
  #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;
  padding-bottom: 1em; }
#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: #f8a315 !important;
      background-color: #f61928;
      background-image: -moz-linear-gradient(90deg, #f61928, #f8a315);
      background-image: -webkit-linear-gradient(90deg, #f61928, #f8a315);
      background-image: linear-gradient(90deg, #f61928, #f8a315);
      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 .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 .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; } }
#hd .main-kv {
  background: black;
  position: relative;
  overflow: hidden;
  padding-bottom: 2em; }
  #hd .main-kv .kv-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
  #hd .main-kv .hd-deco-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    user-select: none;
    z-index: 2; }
    #hd .main-kv .hd-deco-container img {
      position: absolute; }
    #hd .main-kv .hd-deco-container .deco-bg {
      width: auto;
      height: 80%;
      top: 5%;
      left: 60%;
      opacity: .5; }
    #hd .main-kv .hd-deco-container .deco-star-right {
      width: 10%;
      top: 50%;
      left: 86%; }
    #hd .main-kv .hd-deco-container .deco-star-left {
      width: 6%;
      top: 12%;
      right: 48%; }
    #hd .main-kv .hd-deco-container .deco-star-tilt {
      width: 7%;
      top: 42.5%;
      right: 11.5%; }
    #hd .main-kv .hd-deco-container .deco-arrow {
      width: 12%;
      right: 3%;
      bottom: 18%; }
    #hd .main-kv .hd-deco-container .bg-glow {
      width: 80%;
      top: 0;
      right: 0; }
  #hd .main-kv .vid-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    #hd .main-kv .vid-container video {
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      transition: opacity .8s .25s; }
    #hd .main-kv .vid-container:before, #hd .main-kv .vid-container:after {
      content: '';
      pointer-events: none;
      user-select: none; }
    #hd .main-kv .vid-container:after {
      width: 100%;
      height: 0;
      padding-bottom: 10%;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0);
      background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), black);
      background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), black);
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
      z-index: 2; }
    #hd .main-kv .vid-container .vid-control {
      z-index: 4; }
  #hd .main-kv .hd-container {
    display: flex;
    align-items: center;
    min-height: 95vh;
    padding: 7em 0 40px;
    position: relative;
    z-index: 4;
    pointer-events: none; }
  #hd .main-kv .hd-content {
    position: relative;
    padding-right: 2em;
    pointer-events: all;
    z-index: 2; }
    #hd .main-kv .hd-content .deco-title {
      width: 10em;
      margin-bottom: 20px;
      margin-left: 0; }
    #hd .main-kv .hd-content .hd-txt {
      padding: 0 1%; }
    #hd .main-kv .hd-content h2 {
      display: inline-block;
      font-size: 3.2em;
      font-weight: normal;
      margin-bottom: 40px;
      position: relative; }
      #hd .main-kv .hd-content h2 strong {
        display: inline-block;
        font: inherit;
        font-size: 3.125em;
        line-height: 1;
        letter-spacing: .1em;
        padding: 0 .15em .25em .25em;
        margin-top: 0.25em;
        text-align: center;
        position: relative; }
        #hd .main-kv .hd-content h2 strong:before, #hd .main-kv .hd-content h2 strong:after {
          content: '';
          display: block;
          width: 0.35em;
          height: 0.35em;
          position: absolute;
          background-size: contain;
          background-repeat: no-repeat;
          pointer-events: none;
          user-select: none; }
        #hd .main-kv .hd-content h2 strong:before {
          background-image: url(../img/kv/frame-left.svg);
          background-position: 0 bottom;
          bottom: 0;
          left: 0; }
        #hd .main-kv .hd-content h2 strong:after {
          background-image: url(../img/kv/frame-right.svg);
          background-position: right 0;
          top: 0;
          right: 0; }
  #hd .main-kv .logo-container {
    margin-top: 40px; }
    #hd .main-kv .logo-container img {
      width: auto;
      max-width: none;
      height: 50px;
      margin: 0 10px 10px 0; }
  #hd .main-kv .hd-pd {
    position: relative; }
    #hd .main-kv .hd-pd .pd {
      position: relative;
      z-index: 2; }
    #hd .main-kv .hd-pd .deco-pd {
      position: absolute;
      width: 162%;
      max-width: none !important;
      top: 5%;
      left: -26%; }
  #hd .main-kv .hd-content > * {
    opacity: 0; }
  #hd .main-kv .hd-bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 2; }
    #hd .main-kv .hd-bottom .deco-bottom {
      width: 100%; }
    #hd .main-kv .hd-bottom .deco-strix {
      position: absolute;
      width: auto;
      height: 40%;
      top: 30%;
      left: 8%; }
  #hd .main-kv.is-animated .vid-container video {
    opacity: 0.5; }
  #hd .main-kv.is-animated .hd-content > * {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.8s;
    -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.8s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both; }
    #hd .main-kv.is-animated .hd-content > *:nth-child(1) {
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s; }
    #hd .main-kv.is-animated .hd-content > *:nth-child(2) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    #hd .main-kv.is-animated .hd-content > *:nth-child(3) {
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s; }
    #hd .main-kv.is-animated .hd-content > *:nth-child(4) {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; }

@media screen and (max-width: 1440px) {
  #hd .main-kv .hd-deco-container .deco-star-left {
    width: 8%; }
  #hd .main-kv .hd-deco-container .deco-star-right {
    width: 10%;
    top: 57%;
    left: 91%; }
  #hd .main-kv .hd-deco-container .deco-arrow {
    bottom: 8%; } }
@media screen and (max-width: 1366px) {
  #hd .main-kv .hd-content h2 {
    font-size: 2.25em; } }
@media screen and (max-width: 1280px) {
  #hd .main-kv .hd-content .deco-title {
    width: 5.5em; }
  #hd .main-kv .hd-content h2 {
    font-size: 1.75em;
    margin-bottom: 20px; }
  #hd .main-kv .logo-container {
    margin-top: 30px; }
    #hd .main-kv .logo-container img {
      height: 44px; } }
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .main-kv .vid-container {
    height: 0;
    padding-bottom: 80%;
    margin: 0; }
  #hd .main-kv .hd-deco-container .deco-bg {
    height: auto;
    width: 100%;
    top: 3%;
    left: 0; }
  #hd .main-kv .hd-deco-container .deco-arrow, #hd .main-kv .hd-deco-container .deco-star-tilt {
    display: none; }
  #hd .main-kv .hd-deco-container .deco-star-right {
    width: 15%;
    top: 40%;
    left: 84%; }
  #hd .main-kv .hd-deco-container .deco-star-left {
    width: 12%;
    left: 5%;
    right: auto;
    top: 5%; }
  #hd .main-kv .hd-deco-container .bg-glow {
    width: 80%;
    top: 0;
    right: 0; }
  #hd .main-kv .hd-container {
    flex-direction: column-reverse;
    position: relative; }
  #hd .main-kv .hd-content {
    width: 100%;
    max-width: 600px;
    margin: 40px auto 0;
    padding-right: 0; }
    #hd .main-kv .hd-content h2 {
      font-size: 2.125em; }
  #hd .main-kv .hd-pd {
    width: 80%;
    max-width: 600px !important;
    margin: 0 auto; } }
@media screen and (max-width: 768px) {
  #hd .main-kv .vid-container {
    padding-bottom: 100%; }
  #hd .main-kv .hd-container {
    padding-top: 4em; }
  #hd .main-kv .hd-content h2 {
    font-size: 2.25em; } }
@media screen and (max-width: 480px) {
  #hd .main-kv .vid-container {
    padding-bottom: 120%; }
  #hd .main-kv .hd-content .deco-title {
    width: 4em; }
  #hd .main-kv .hd-content h2 {
    font-size: 1.35em; }
  #hd .main-kv .logo-container {
    flex-wrap: wrap; } }
#hd .main-ksp {
  padding: 8em 0 6em;
  position: relative;
  z-index: 3;
  background-color: black; }
  #hd .main-ksp li {
    font-size: 1.125em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 8px;
    margin-bottom: 32px; }
    #hd .main-ksp li.hd-col30 {
      width: 26%; }
    #hd .main-ksp li.hd-large picture {
      width: 10em;
      margin-left: -3em; }
    #hd .main-ksp li:nth-child(5) {
      padding-left: 3em; }
  #hd .main-ksp picture {
    display: block;
    width: 6em;
    flex-shrink: 0; }
  #hd .main-ksp .hd-content {
    margin-left: 0;
    padding-bottom: 1.25em;
    position: relative; }
  #hd .main-ksp p {
    font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: .9em;
    font-weight: 300;
    line-height: 1;
    text-transform: none;
    margin-bottom: 0; }
  #hd .main-ksp a,
  #hd .main-ksp button {
    font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 1.125em;
    display: block;
    padding: .5em 0;
    color: white;
    text-align: left; }
    #hd .main-ksp a:before,
    #hd .main-ksp button:before {
      content: '';
      display: block;
      width: 1.5em;
      height: 0.75em;
      background: url(../img/ksp/arrow-right.png) center no-repeat;
      background-size: contain;
      position: absolute;
      bottom: 0;
      left: 0; }
    #hd .main-ksp a:hover, #hd .main-ksp a:focus-visible,
    #hd .main-ksp button:hover,
    #hd .main-ksp button:focus-visible {
      color: #f8a315; }

@media screen and (max-width: 1440px) {
  #hd .main-ksp li {
    font-size: 1em; } }
@media screen and (max-width: 1280px) {
  #hd .main-ksp ul {
    width: calc(100% + 2em);
    margin-left: -1em; }
  #hd .main-ksp picture {
    width: 5em; }
  #hd .main-ksp a,
  #hd .main-ksp button {
    font-size: 1em; }
  #hd .main-ksp p {
    font-size: .9em; } }
@media screen and (max-width: 1024px) {
  #hd .main-ksp {
    padding: 6em 0; }
    #hd .main-ksp ul {
      width: calc(100% + 1em);
      margin-left: -.5em; }
    #hd .main-ksp li {
      width: 33.3333%;
      margin-bottom: 16px;
      padding: 0; }
      #hd .main-ksp li.hd-large picture {
        width: 9em;
        margin-left: -3em; }
      #hd .main-ksp li:nth-child(5) {
        padding-left: 0; } }
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .main-ksp picture {
    width: 5em; }
  #hd .main-ksp li {
    width: 50%; }
    #hd .main-ksp li.hd-large picture {
      width: 7em;
      margin-left: -2em; } }
@media screen and (max-width: 620px) {
  #hd .main-ksp li {
    width: 100%;
    max-width: 20em;
    flex-direction: row;
    align-items: center;
    margin: 0 auto 6px; }
  #hd .main-ksp .hd-content {
    text-align: left;
    margin-left: 10px; }
  #hd .main-ksp a br,
  #hd .main-ksp button br {
    display: none; } }
@media screen and (max-width: 480px) {
  #hd .main-ksp {
    padding: 4em 0; }
    #hd .main-ksp li {
      width: 100%;
      padding: 0; }
      #hd .main-ksp li.hd-large picture {
        width: 7em;
        margin-left: 0; } }
#pageContent-spec {
  padding-bottom: 4em;
  background: black;
  position: relative; }
  #pageContent-spec .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
  #pageContent-spec .deco-txt {
    position: absolute;
    width: 10%;
    top: 18%;
    left: 4%;
    opacity: .4; }
  #pageContent-spec .tab-filter-block {
    position: relative;
    justify-content: center;
    background-color: black;
    z-index: 2;
    margin-bottom: 4em; }
    #pageContent-spec .tab-filter-block > li {
      min-width: 9em;
      text-align: center; }
      #pageContent-spec .tab-filter-block > li:last-child {
        margin-right: 0; }
  #pageContent-spec .tab-content {
    width: 90%;
    max-width: 900px;
    margin: 0 auto; }
  #pageContent-spec h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    text-transform: uppercase; }
  #pageContent-spec figure {
    display: block;
    margin: 0 auto;
    position: relative; }
    #pageContent-spec figure img {
      width: 80%;
      max-width: 1048px !important; }
      #pageContent-spec figure img.pd-mobile {
        display: none; }
  #pageContent-spec ol {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    counter-reset: mycounter; }
    #pageContent-spec ol li {
      max-width: 23%;
      position: absolute;
      font-size: .875em;
      text-align: left; }
      #pageContent-spec ol li b {
        display: block;
        font-weight: bold;
        line-height: 1.25;
        letter-spacing: .04em;
        margin-bottom: .25em;
        text-transform: uppercase; }
      #pageContent-spec ol li p {
        font-weight: 300;
        margin-bottom: 0;
        line-height: 1.5;
        letter-spacing: 0;
        color: #d6d6d6; }
        #pageContent-spec ol li p.hd-indent {
          padding-left: 1.25em;
          text-indent: -1.25em; }
  #pageContent-spec .hd-note {
    margin-top: 2em; }
  #pageContent-spec .tab-performance li {
    left: 0;
    max-width: 28%;
    left: -2%; }
    #pageContent-spec .tab-performance li:nth-child(1) {
      top: 10%; }
    #pageContent-spec .tab-performance li:nth-child(2) {
      top: 36.5%; }
    #pageContent-spec .tab-performance li:nth-child(3) {
      top: 60.5%; }
    #pageContent-spec .tab-performance li:nth-child(n+4) {
      left: 78.5%;
      margin-right: -1em;
      max-width: 25%; }
    #pageContent-spec .tab-performance li:nth-child(4) {
      top: 13.5%; }
    #pageContent-spec .tab-performance li:nth-child(5) {
      top: 38.7%; }
    #pageContent-spec .tab-performance li:nth-child(6) {
      top: 54.5%; }
  #pageContent-spec .tab-cooling li {
    max-width: 20%; }
    #pageContent-spec .tab-cooling li:nth-child(1) {
      top: 12.7%; }
    #pageContent-spec .tab-cooling li:nth-child(2) {
      top: 52.4%; }
    #pageContent-spec .tab-cooling li:nth-child(n+3) {
      left: 80.5%; }
    #pageContent-spec .tab-cooling li:nth-child(3) {
      top: 8.5%; }
    #pageContent-spec .tab-cooling li:nth-child(4) {
      top: 66.8%; }
    #pageContent-spec .tab-cooling li:nth-child(5) {
      top: 92.5%; }
  #pageContent-spec .tab-immersion li {
    left: 0;
    max-width: 24%; }
    #pageContent-spec .tab-immersion li:nth-child(1) {
      top: 56.5%; }
    #pageContent-spec .tab-immersion li:nth-child(n+2) {
      left: 77%; }
    #pageContent-spec .tab-immersion li:nth-child(2) {
      top: 3.5%; }
  #pageContent-spec .tab-connectivity li {
    left: -20%;
    width: 45%;
    max-width: none;
    text-align: right; }
    #pageContent-spec .tab-connectivity li b {
      line-height: 1.125;
      margin-bottom: 0; }
    #pageContent-spec .tab-connectivity li:nth-child(1) {
      top: 17%; }
    #pageContent-spec .tab-connectivity li:nth-child(2) {
      top: 28%; }
    #pageContent-spec .tab-connectivity li:nth-child(3) {
      top: 32%; }
    #pageContent-spec .tab-connectivity li:nth-child(4) {
      top: 37%; }
    #pageContent-spec .tab-connectivity li:nth-child(5) {
      top: 42%; }
    #pageContent-spec .tab-connectivity li:nth-child(6) {
      top: 50%; }
    #pageContent-spec .tab-connectivity li:nth-child(7) {
      top: 68%; }
    #pageContent-spec .tab-connectivity li:nth-child(8) {
      top: 75%; }
    #pageContent-spec .tab-connectivity li:nth-child(9) {
      top: 80%; }
    #pageContent-spec .tab-connectivity li:nth-child(10) {
      top: 85%; }
    #pageContent-spec .tab-connectivity li:nth-child(11) {
      top: 89.5%; }
    #pageContent-spec .tab-connectivity li:nth-child(n+12) {
      left: 84%;
      text-align: left; }
    #pageContent-spec .tab-connectivity li:nth-child(12) {
      top: 39.5%; }
    #pageContent-spec .tab-connectivity li:nth-child(13) {
      top: 49%; }
    #pageContent-spec .tab-connectivity li:nth-child(14) {
      top: 73.8%; }
  #pageContent-spec .trigger-video {
    width: 10em;
    height: 7em;
    margin-top: .5em;
    margin-bottom: .75em;
    border: 2px solid white;
    position: relative;
    cursor: pointer; }
    #pageContent-spec .trigger-video img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover; }
    #pageContent-spec .trigger-video:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1em 0 1em 2em;
      border-color: transparent transparent transparent #ffffff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      transition: transform 0.25s ease; }
    #pageContent-spec .trigger-video p {
      font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
      line-height: 1;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      text-align: center;
      margin-top: .75em; }
    #pageContent-spec .trigger-video:hover:after {
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    #pageContent-spec .trigger-video:active:after {
      -webkit-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9); }

@media screen and (min-width: 2560px) {
  #pageContent-spec .tab-content {
    max-width: 1400px; }
  #pageContent-spec ol li {
    font-size: 18px; }
  #pageContent-spec figure img {
    max-width: none !important; } }
@media screen and (min-width: 3000px) {
  #pageContent-spec .tab-content {
    max-width: 1800px; }
  #pageContent-spec ol li {
    font-size: 24px; }
  #pageContent-spec figure img {
    max-width: none !important; } }
@media screen and (max-width: 1440px) {
  #pageContent-spec .tab-content > div figure {
    width: 100%; }
  #pageContent-spec figure img {
    width: 70%; }
  #pageContent-spec ol li {
    font-size: .875em; }
    #pageContent-spec ol li p {
      line-height: 1.5; }
  #pageContent-spec .tab-performance li {
    left: 2%; }
    #pageContent-spec .tab-performance li:nth-child(n+4) {
      left: 74%;
      max-width: 26%; }
  #pageContent-spec .tab-cooling li {
    left: 4%; }
    #pageContent-spec .tab-cooling li:nth-child(n+3) {
      left: 77%; }
  #pageContent-spec .tab-immersion li:nth-child(n+2) {
    left: 74%; }
  #pageContent-spec .tab-connectivity li {
    width: 39%;
    left: -11%; }
    #pageContent-spec .tab-connectivity li:nth-child(n+12) {
      left: 79%;
      max-width: 22%; }
  #pageContent-spec .tab-diy li {
    left: 6%; }
    #pageContent-spec .tab-diy li:nth-child(n+5) {
      left: 72%; }
      #pageContent-spec .tab-diy li:nth-child(n+5) p {
        line-height: 1.125; }
  #pageContent-spec .tab-diy .q-connector {
    width: 100px; } }
@media screen and (max-width: 1280px) {
  #pageContent-spec ol li b {
    line-height: 1; }
  #pageContent-spec ol li p {
    line-height: 1.25; } }
@media screen and (max-width: 1024px) {
  #pageContent-spec ol li {
    font-size: 12px; }
  #pageContent-spec .tab-diy li {
    left: 2%;
    max-width: 30%; }
    #pageContent-spec .tab-diy li:nth-child(n+5) {
      left: 70%; }
    #pageContent-spec .tab-diy li:nth-child(5) {
      top: 0%; }
    #pageContent-spec .tab-diy li:nth-child(6) {
      top: 15%; }
    #pageContent-spec .tab-diy li:nth-child(7) {
      top: 27%; }
    #pageContent-spec .tab-diy li:nth-child(8) {
      top: 45%; }
    #pageContent-spec .tab-diy li:nth-child(9) {
      top: 69%; }
    #pageContent-spec .tab-diy li:nth-child(10) {
      top: 91%; }
    #pageContent-spec .tab-diy li p {
      line-height: 1; }
  #pageContent-spec .tab-diy .q-connector {
    width: 100px; } }
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #pageContent-spec {
    padding-bottom: 4em; }
    #pageContent-spec .tab-filter-block > li {
      min-width: 0; }
    #pageContent-spec figure img {
      width: auto;
      max-width: 100% !important; }
      #pageContent-spec figure img.pd-mobile {
        display: block; }
      #pageContent-spec figure img.pd-pc {
        display: none; }
    #pageContent-spec ol {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: flex-start;
      position: relative;
      width: 90%;
      top: 0;
      left: 0;
      margin: 1em auto 0; }
      #pageContent-spec ol li {
        width: 50% !important;
        max-width: none;
        font-size: 1em;
        padding: 10px 0 10px 40px;
        text-align: left !important;
        position: relative; }
        #pageContent-spec ol li:before {
          counter-increment: mycounter;
          content: counter(mycounter);
          display: block;
          width: 24px;
          height: 24px;
          line-height: 24px;
          text-align: center;
          border-radius: 15px;
          background: #f8a315;
          color: black;
          position: absolute;
          top: 5px;
          left: 0;
          z-index: 2; }
        #pageContent-spec ol li:nth-child(n) {
          top: 0 !important;
          left: 0 !important;
          padding-right: 2em;
          max-width: none !important;
          margin-right: 0 !important; }
    #pageContent-spec .hd-note {
      margin-top: .5em; }
    #pageContent-spec .tab-performance li:nth-child(1) {
      order: 1; }
    #pageContent-spec .tab-performance li:nth-child(2) {
      order: 3; }
    #pageContent-spec .tab-performance li:nth-child(3) {
      order: 5; }
    #pageContent-spec .tab-performance li:nth-child(4) {
      order: 2; }
    #pageContent-spec .tab-performance li:nth-child(5) {
      order: 4; }
    #pageContent-spec .tab-performance li:nth-child(6) {
      order: 6; }
    #pageContent-spec .tab-cooling li:nth-child(1) {
      order: 1; }
    #pageContent-spec .tab-cooling li:nth-child(2) {
      order: 3; }
    #pageContent-spec .tab-cooling li:nth-child(3) {
      order: 5; }
    #pageContent-spec .tab-cooling li:nth-child(4) {
      order: 2; }
    #pageContent-spec .tab-cooling li:nth-child(5) {
      order: 4; }
    #pageContent-spec .tab-immersion li:nth-child(1) {
      order: 1; }
    #pageContent-spec .tab-immersion li:nth-child(2) {
      order: 2; }
    #pageContent-spec .tab-connectivity li:nth-child(1) {
      order: 1; }
    #pageContent-spec .tab-connectivity li:nth-child(2) {
      order: 3; }
    #pageContent-spec .tab-connectivity li:nth-child(3) {
      order: 5; }
    #pageContent-spec .tab-connectivity li:nth-child(4) {
      order: 7; }
    #pageContent-spec .tab-connectivity li:nth-child(5) {
      order: 9; }
    #pageContent-spec .tab-connectivity li:nth-child(6) {
      order: 11; }
    #pageContent-spec .tab-connectivity li:nth-child(7) {
      order: 13; }
    #pageContent-spec .tab-connectivity li:nth-child(8) {
      order: 2; }
    #pageContent-spec .tab-connectivity li:nth-child(9) {
      order: 4; }
    #pageContent-spec .tab-connectivity li:nth-child(10) {
      order: 6; }
    #pageContent-spec .tab-connectivity li:nth-child(11) {
      order: 8; }
    #pageContent-spec .tab-connectivity li:nth-child(12) {
      order: 10; }
    #pageContent-spec .tab-connectivity li:nth-child(13) {
      order: 12; }
    #pageContent-spec .tab-connectivity li:nth-child(14) {
      order: 14; } }
@media screen and (max-width: 620px) {
  #pageContent-spec .tab-filter-block {
    justify-content: flex-start;
    margin-bottom: 2em; }
  #pageContent-spec ol li {
    width: 100% !important; }
    #pageContent-spec ol li:nth-child(n) {
      order: initial !important;
      padding-right: 0; } }
#hd .sec-ai {
  background-color: black;
  padding: 100px 0 80px; }
  #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 {
    max-width: 22em;
    flex-shrink: 0;
    padding-right: 0; }
  #hd .sec-ai .frame-aioc .hd-content,
  #hd .sec-ai .frame-aic .hd-content {
    margin-bottom: auto; }
  #hd .sec-ai .frame-boost .hd-content {
    padding-right: 0; }
#hd #pageContent-panel-boost .hd-ui img {
  margin-left: 0;
  margin-top: 1em; }
#hd #pageContent-panel-boost .hd-container .tab-filter, #hd #pageContent-panel-boost .hd-container .tab-filter-block {
  margin-top: 1em; }
#hd #pageContent-panel-boost .swiper-content {
  overflow: hidden; }
#hd #pageContent-panel-boost .block-content {
  width: 100%;
  margin-bottom: auto; }
#hd #pageContent-panel-boost .hd-right {
  padding-left: 2em; }
#hd #pageContent-panel-boost .fig-container {
  font-size: 0.9em;
  margin-top: 30px; }
  #hd #pageContent-panel-boost .fig-container h3 {
    font-size: 1.25em;
    margin-bottom: 1em; }
    #hd #pageContent-panel-boost .fig-container h3 span {
      display: inline-block;
      margin-top: .4em; }
  #hd #pageContent-panel-boost .fig-container h4 {
    font-size: 1.125em;
    margin-bottom: .2em; }
    #hd #pageContent-panel-boost .fig-container h4 + p {
      font-size: 0.875em;
      margin-bottom: 1em; }
  #hd #pageContent-panel-boost .fig-container .hd-wrapper {
    margin: 16px 0; }
    #hd #pageContent-panel-boost .fig-container .hd-wrapper > div {
      margin-bottom: .5em; }
  #hd #pageContent-panel-boost .fig-container .hd-bar {
    width: 40%;
    min-width: 8em;
    background: #aaaaaa;
    padding: 2px 0;
    position: relative; }
    #hd #pageContent-panel-boost .fig-container .hd-bar p {
      font-weight: bold;
      line-height: 1;
      white-space: nowrap;
      color: black;
      padding-left: .5em; }
  #hd #pageContent-panel-boost .fig-container .hd-line {
    margin-bottom: 0.5em;
    position: relative; }
  #hd #pageContent-panel-boost .fig-container .hd-title {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 100%; }
    #hd #pageContent-panel-boost .fig-container .hd-title.color-primary {
      color: #f8a315; }
    #hd #pageContent-panel-boost .fig-container .hd-title.color-grey {
      color: #aaaaaa; }
  #hd #pageContent-panel-boost .fig-container .fig-metro .hd-line:nth-child(1) .hd-bar {
    width: 65%; }
  #hd #pageContent-panel-boost .fig-container .fig-metro .hd-line:nth-child(2) .hd-bar {
    width: 70%; }
  #hd #pageContent-panel-boost .fig-container .fig-metro .hd-line:nth-child(3) .hd-bar {
    width: 75%; }
  #hd #pageContent-panel-boost .fig-container .fig-metro .hd-bar {
    background: #f61928; }
  #hd #pageContent-panel-boost .fig-container .fig-metro .color-primary {
    color: #f61928 !important; }
  #hd #pageContent-panel-boost .fig-container .fig-cs .hd-line:nth-child(1) .hd-bar {
    width: 60%; }
  #hd #pageContent-panel-boost .fig-container .fig-cs .hd-line:nth-child(2) .hd-bar {
    width: 65%; }
  #hd #pageContent-panel-boost .fig-container .fig-cs .hd-line:nth-child(3) .hd-bar {
    width: 75%; }
  #hd #pageContent-panel-boost .fig-container .fig-cs .hd-bar {
    background: #f61928; }
  #hd #pageContent-panel-boost .fig-container .fig-cs .color-primary {
    color: #f61928 !important; }
  #hd #pageContent-panel-boost .fig-container .fig-score .hd-line:nth-child(1) .hd-bar {
    width: 84%; }
  #hd #pageContent-panel-boost .fig-container .fig-score .hd-line:nth-child(2) .hd-bar {
    width: 81%; }
  #hd #pageContent-panel-boost .fig-container .fig-score .hd-line:nth-child(3) .hd-bar {
    width: 77%; }
  #hd #pageContent-panel-boost .fig-container .fig-score .hd-bar {
    background: #f61928; }
  #hd #pageContent-panel-boost .fig-container .fig-score .color-primary {
    color: #f61928 !important; }
  #hd #pageContent-panel-boost .fig-container .fig-ul .hd-line:nth-child(1) .hd-bar {
    width: 60%; }
  #hd #pageContent-panel-boost .fig-container .fig-ul .hd-line:nth-child(2) .hd-bar {
    width: 70%; }
  #hd #pageContent-panel-boost .fig-container .fig-ul .hd-line:nth-child(3) .hd-bar {
    width: 75%; }
  #hd #pageContent-panel-boost .fig-container .fig-ul .hd-bar {
    background: #ffcf9c; }
  #hd #pageContent-panel-boost .fig-container .fig-ul .color-primary {
    color: #ffcf9c !important; }
#hd #pageContent-panel-aia .hd-content {
  padding-left: 40px;
  padding-right: 0; }
#hd #pageContent-panel-aia .vid-control {
  margin-bottom: -70px; }
#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; }

@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%; }
  #hd #pageContent-panel-boost .fig-metro,
  #hd #pageContent-panel-boost .fig-cs,
  #hd #pageContent-panel-boost .fig-score,
  #hd #pageContent-panel-boost .fig-ul {
    width: 100%;
    max-width: 600px; }
  #hd #pageContent-panel-boost .fig-container {
    margin-top: 50px; } }
@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-aia .hd-container {
    flex-direction: column; }
  #hd #pageContent-panel-aioc .hd-content,
  #hd #pageContent-panel-aic .hd-content,
  #hd #pageContent-panel-aia .hd-content {
    width: 100%;
    padding: 0;
    margin-bottom: 20px; }
  #hd #pageContent-panel-aioc figure,
  #hd #pageContent-panel-aic figure,
  #hd #pageContent-panel-aia 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 .sec-ai .frame-boost,
  #hd .sec-ai .frame-advisor {
    text-align: center; }
    #hd .sec-ai .frame-boost .hd-wrapper,
    #hd .sec-ai .frame-advisor .hd-wrapper {
      flex-direction: column; }
    #hd .sec-ai .frame-boost .hd-content,
    #hd .sec-ai .frame-advisor .hd-content {
      width: 100%;
      max-width: none;
      padding-right: 24px; }
    #hd .sec-ai .frame-boost .hd-img-container,
    #hd .sec-ai .frame-advisor .hd-img-container {
      width: 100%;
      margin: -16% 0 0;
      margin-top: -5%;
      margin-bottom: 40px; }
  #hd #pageContent-panel-ainw .hd-right {
    padding: 2em 10px; } }
@media screen and (max-width: 480px) {
  #hd .sec-ai {
    padding: 40px 0; } }
#hd .sec-overclocking {
  padding: 100px 0 80px;
  background-color: black;
  position: relative; }
  #hd .sec-overclocking > .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain; }
  #hd .sec-overclocking .frame-pbo .hd-img-container {
    margin-top: auto; }
  #hd .sec-overclocking .frame-oc .hd-img-container {
    margin: 0 auto; }
  #hd .sec-overclocking .frame-clock {
    padding-bottom: 50px; }
#hd #pageContent-panel-oc > .hd-container {
  padding-right: 2%; }
#hd #pageContent-panel-oc .hd-content:not(.hd-col100) {
  width: 20em;
  position: relative;
  z-index: 2; }
#hd #pageContent-panel-oc .hd-img-container {
  width: 50%;
  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: 41%;
  left: 24%;
  line-height: 1.75;
  text-align: center; }
#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%; }
  #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-lightbox-s .trigger-close {
  top: 6%; }
#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: 39.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: 5.25%; }
#hd #pageContent-panel-coreflex .txt-middle {
  top: 45.75%; }
#hd #pageContent-panel-coreflex .txt-bottom {
  top: 84.75%; }
#hd #pageContent-panel-coreflex .hd-ex {
  display: 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, 207, 156, 0.5);
      background: rgba(255, 207, 156, 0.1);
      color: #ffcf9c;
      position: absolute;
      top: .25em;
      right: 0; }
    #hd #pageContent-panel-coreflex .hd-ex button:hover {
      color: #ffcf9c; }
      #hd #pageContent-panel-coreflex .hd-ex button:hover i {
        color: white;
        border-color: rgba(255, 207, 156, 0.75);
        background: rgba(255, 207, 156, 0.25); }
#hd #pageContent-panel-coreflex .hd-frame-s {
  border: 3px solid #ffcf9c;
  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, 207, 156, 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/performance/overclocking/arrow-1.svg); }
      #hd #pageContent-panel-pbo .fig-container li i span {
        background-image: url(../img/performance/overclocking/arrow-2.svg); }
      #hd #pageContent-panel-pbo .fig-container li i:after {
        background-image: url(../img/performance/overclocking/arrow-3.svg); }
#hd #pageContent-panel-pbo.is-expanded .fig-container .hd-bg {
  animation: playSpriteH 0.5s steps(7) 4 reverse, playSpriteV 2s steps(4) 1 reverse; }
#hd #pageContent-panel-pbo.is-expanded .fig-container li {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both; }
  #hd #pageContent-panel-pbo.is-expanded .fig-container li i:before {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 0.4s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both; }
  #hd #pageContent-panel-pbo.is-expanded .fig-container li i span {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 0.4s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both; }
  #hd #pageContent-panel-pbo.is-expanded .fig-container li i:after {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 0.4s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both; }
  #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(1) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(1) i:before {
      -webkit-animation-delay: 0.25s;
      animation-delay: 0.25s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(1) i span {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(1) i:after {
      -webkit-animation-delay: 0.55s;
      animation-delay: 0.55s; }
  #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(2) i:before {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(2) i span {
      -webkit-animation-delay: 0.55s;
      animation-delay: 0.55s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(2) i:after {
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s; }
  #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(3) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(3) i:before {
      -webkit-animation-delay: 0.55s;
      animation-delay: 0.55s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(3) i span {
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(3) i:after {
      -webkit-animation-delay: 0.85s;
      animation-delay: 0.85s; }
  #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(4) i:before {
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(4) i span {
      -webkit-animation-delay: 0.85s;
      animation-delay: 0.85s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(4) i:after {
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
  #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(5) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(5) i:before {
      -webkit-animation-delay: 0.85s;
      animation-delay: 0.85s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(5) i span {
      -webkit-animation-delay: 1s;
      animation-delay: 1s; }
    #hd #pageContent-panel-pbo.is-expanded .fig-container li:nth-child(5) i:after {
      -webkit-animation-delay: 1.15s;
      animation-delay: 1.15s; }

@media screen and (max-width: 1440px) {
  #hd #pageContent-panel-oc .hd-img-container {
    margin-left: -10%; }
    #hd #pageContent-panel-oc .hd-img-container h4 {
      font-size: 2.5em; }
  #hd #pageContent-panel-oc .txt-top,
  #hd #pageContent-panel-oc .txt-bottom {
    left: 30%; }
  #hd #pageContent-panel-coreflex .txt-circle {
    font-size: 2em;
    position: absolute;
    top: 40.5%;
    left: 21.5%; }
  #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%; }
  #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-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 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 .sec-memory {
  padding: 100px 0 80px;
  background-color: black; }
  #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-img-container {
    margin-top: 0;
    margin-bottom: auto; }
  #hd .sec-memory .frame-aemp .hd-img-container {
    margin-top: auto;
    margin-bottom: auto; }
  #hd .sec-memory .frame-nitropath p strong {
    font-size: 2.5em; }
#hd #pageContent-panel-aemp .hd-content {
  padding-left: 40px; }
#hd #pageContent-panel-dimm .hd-content {
  padding-left: 1.5em; }

@media screen and (max-width: 1024px) {
  #hd .sec-memory {
    padding: 60px 0; } }
@media screen and (max-width: 768px) {
  #hd #pageContent-panel-dimm .hd-content {
    width: 100%;
    padding-left: 0; }
  #hd #pageContent-panel-dimm .hd-col55 {
    width: 100%; }
  #hd #pageContent-panel-ddr5 .hd-container,
  #hd #pageContent-panel-aemp .hd-container {
    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%; } }
@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; } }
@media screen and (max-width: 480px) {
  #hd .sec-memory {
    padding: 40px 0; } }
#hd .sec-cooling {
  padding-top: 10em; }
  #hd .sec-cooling .hd-img-container {
    margin-top: -14%; }
  #hd .sec-cooling p {
    font-size: 1.1em; }
#hd #pageContent-panel-m2 figure,
#hd #pageContent-panel-vrm figure {
  width: 100%;
  margin-top: 0;
  position: relative; }
#hd #pageContent-panel-m2 .hd-pd,
#hd #pageContent-panel-vrm .hd-pd {
  width: 60%;
  margin-left: 0; }
#hd #pageContent-panel-m2 ol,
#hd #pageContent-panel-vrm ol {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  counter-reset: mycounter; }
  #hd #pageContent-panel-m2 ol > li,
  #hd #pageContent-panel-vrm ol > li {
    position: absolute;
    text-align: left; }
  #hd #pageContent-panel-m2 ol img,
  #hd #pageContent-panel-vrm ol img {
    margin-top: .5em; }
#hd #pageContent-panel-m2 h3,
#hd #pageContent-panel-vrm h3 {
  margin-bottom: .5em;
  font-size: 1.3em; }
#hd #pageContent-panel-m2 ol > li {
  left: 60%; }
  #hd #pageContent-panel-m2 ol > li:nth-child(1) {
    top: 68.5%; }
#hd #pageContent-panel-vrm ol > li {
  left: 60%; }
  #hd #pageContent-panel-vrm ol > li:nth-child(1) {
    top: 37.5%; }
#hd #pageContent-panel-cpu h3,
#hd #pageContent-panel-chassis h3 {
  font-size: 1.5em; }
#hd #pageContent-panel-cpu figure,
#hd #pageContent-panel-chassis figure {
  position: relative; }
  #hd #pageContent-panel-cpu figure img,
  #hd #pageContent-panel-chassis figure img {
    width: 100%; }
    #hd #pageContent-panel-cpu figure img.hd-cover,
    #hd #pageContent-panel-chassis figure img.hd-cover {
      position: absolute;
      top: 0;
      left: 0; }
#hd #pageContent-panel-cpu .hd-content,
#hd #pageContent-panel-chassis .hd-content {
  padding-top: 10%;
  padding-left: 2em; }
  #hd #pageContent-panel-cpu .hd-content ul,
  #hd #pageContent-panel-chassis .hd-content ul {
    margin: 2em 0 0; }
  #hd #pageContent-panel-cpu .hd-content li,
  #hd #pageContent-panel-chassis .hd-content li {
    padding: 0 .5em; }
  #hd #pageContent-panel-cpu .hd-content img,
  #hd #pageContent-panel-chassis .hd-content img {
    margin-bottom: 1.5em; }
  #hd #pageContent-panel-cpu .hd-content h3,
  #hd #pageContent-panel-chassis .hd-content h3 {
    text-transform: none; }
#hd #pageContent-panel-cpu.hd-active .hd-cover,
#hd #pageContent-panel-chassis.hd-active .hd-cover {
  -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; }

@media screen and (max-width: 1280px) {
  #hd #pageContent-panel-m2 figure,
  #hd #pageContent-panel-vrm figure {
    margin-left: -10%; }
  #hd #pageContent-panel-m2 ol > li,
  #hd #pageContent-panel-vrm ol > li {
    margin-right: -10%; }
  #hd #pageContent-panel-cpu .hd-container,
  #hd #pageContent-panel-chassis .hd-container {
    width: 65%; } }
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .sec-cooling {
    padding-top: 6em; }
  #hd #pageContent-panel-m2 figure,
  #hd #pageContent-panel-vrm figure {
    margin-top: 0;
    margin-left: 0; }
  #hd #pageContent-panel-m2 .hd-pd,
  #hd #pageContent-panel-vrm .hd-pd {
    width: 600px;
    max-width: 100% !important;
    margin: 0 auto; }
  #hd #pageContent-panel-m2 ol,
  #hd #pageContent-panel-vrm ol {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 1em 0;
    margin: 0 auto; }
    #hd #pageContent-panel-m2 ol > li,
    #hd #pageContent-panel-vrm ol > li {
      width: 50% !important;
      max-width: none !important;
      padding: 10px 0 10px 40px;
      margin-right: 0 !important;
      font-size: 1em;
      position: relative; }
      #hd #pageContent-panel-m2 ol > li:before,
      #hd #pageContent-panel-vrm ol > li:before {
        counter-increment: mycounter;
        content: counter(mycounter);
        display: block;
        width: 30px;
        height: 30px;
        font-weight: bold;
        line-height: 30px;
        text-align: center;
        border-radius: 16px;
        background: #ffcf9c;
        color: black;
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 2; }
      #hd #pageContent-panel-m2 ol > li:nth-child(n),
      #hd #pageContent-panel-vrm ol > li:nth-child(n) {
        top: 0 !important;
        left: 0 !important; }
  #hd #pageContent-panel-cpu .hd-container,
  #hd #pageContent-panel-chassis .hd-container {
    width: 90%; } }
@media screen and (max-width: 768px) {
  #hd #pageContent-panel-cpu h3,
  #hd #pageContent-panel-chassis h3 {
    font-size: 1.2em; }
  #hd #pageContent-panel-cpu .hd-container,
  #hd #pageContent-panel-chassis .hd-container {
    flex-direction: column-reverse; }
  #hd #pageContent-panel-cpu figure,
  #hd #pageContent-panel-chassis figure {
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
  #hd #pageContent-panel-cpu .hd-content,
  #hd #pageContent-panel-chassis .hd-content {
    width: 100%;
    padding: 0; }
    #hd #pageContent-panel-cpu .hd-content img,
    #hd #pageContent-panel-chassis .hd-content img {
      margin-bottom: 1em; }
    #hd #pageContent-panel-cpu .hd-content h3,
    #hd #pageContent-panel-chassis .hd-content h3 {
      margin-bottom: .25em; } }
@media screen and (max-width: 620px) {
  #hd #pageContent-panel-m2 ol > li,
  #hd #pageContent-panel-vrm ol > li {
    width: 100% !important; }
    #hd #pageContent-panel-m2 ol > li:nth-child(n),
    #hd #pageContent-panel-vrm ol > li:nth-child(n) {
      order: initial !important; } }
@media screen and (max-width: 480px) {
  #hd .sec-cooling {
    padding-top: 4em; }
  #hd #pageContent-panel-cpu .hd-content ul,
  #hd #pageContent-panel-chassis .hd-content ul {
    margin: 1em -.5em 0; }
  #hd #pageContent-panel-cpu .hd-content li,
  #hd #pageContent-panel-chassis .hd-content li {
    padding: 0 .25em; } }
#hd .sec-connectivity {
  padding: 80px 0 80px;
  position: relative; }
  #hd .sec-connectivity > .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }
  #hd .sec-connectivity .frame-container {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto; }
    #hd .sec-connectivity .frame-container > li:nth-child(1) {
      grid-area: 1 / 1 / 3 / 2; }
    #hd .sec-connectivity .frame-container > li:nth-child(2) {
      grid-area: 1 / 2 / 3 / 3; }
    #hd .sec-connectivity .frame-container > li:nth-child(3) {
      grid-area: 1 / 3 / 2 / 4; }
    #hd .sec-connectivity .frame-container > li:nth-child(4) {
      grid-area: 2 / 3 / 3 / 4; }
  #hd .sec-connectivity .frame-title {
    --content-padding: 40px 65px 0; }
    #hd .sec-connectivity .frame-title .hd-img-container {
      position: relative;
      overflow: hidden;
      border-radius: calc(var(--border-radius) + 2px); }
    #hd .sec-connectivity .frame-title .hd-content {
      max-width: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    #hd .sec-connectivity .frame-title .h3 {
      font-size: 3em; }
      #hd .sec-connectivity .frame-title .h3 img {
        display: inline-block;
        vertical-align: middle;
        width: 1em;
        margin-top: -0.25em;
        margin-left: 0.25em; }
  #hd .sec-connectivity .frame-wifi7 .hd-img-container {
    margin-top: auto;
    margin-bottom: 60px; }
  #hd .sec-connectivity .frame-wifi7 .hd-content {
    padding-bottom: 0; }
  #hd .sec-connectivity .list-feature {
    margin: 20px -20px; }
    #hd .sec-connectivity .list-feature li {
      display: inline-block;
      font-size: 1.125em;
      line-height: 1;
      padding: 20px 10px; }
    #hd .sec-connectivity .list-feature strong {
      font-size: 2.25em;
      display: block;
      font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
      font-weight: normal;
      line-height: 1;
      margin-bottom: -0.125em; }
      #hd .sec-connectivity .list-feature strong span,
      #hd .sec-connectivity .list-feature strong small {
        font-family: "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
        font-weight: 500;
        font-size: 0.5em; }
      #hd .sec-connectivity .list-feature strong span {
        display: inline-block;
        vertical-align: top;
        margin-top: -0.125em; }
  #hd .sec-connectivity .frame-pcie .hd-img-container {
    margin-top: -20%; }
  #hd .sec-connectivity .frame-port .hd-content {
    height: 100%; }
    #hd .sec-connectivity .frame-port .hd-content > div {
      margin: .6em 0; }
      #hd .sec-connectivity .frame-port .hd-content > div .icon {
        width: 90px; }
      #hd .sec-connectivity .frame-port .hd-content > div p {
        width: calc(100% - 90px);
        font-size: 1.15em;
        margin-bottom: 0;
        text-align: left;
        padding-left: .6em; }
  #hd .sec-connectivity .frame-audio p {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    text-align: center; }
  #hd .sec-connectivity .frame-audio .hd-img-container {
    margin-top: -40%;
    margin-bottom: 10%; }
#hd #pageContent-panel-wifi7 img {
  width: 100%; }
#hd #pageContent-panel-wifi7 .wifi7-img {
  width: 100%;
  max-width: 40em;
  margin: 0 auto; }
#hd #pageContent-panel-wifi7 .hd-top,
#hd #pageContent-panel-wifi7 .hd-bottom {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 3em; }
#hd #pageContent-panel-wifi7 .hd-top {
  margin-bottom: 20px; }
  #hd #pageContent-panel-wifi7 .hd-top li {
    width: 48%;
    padding: 0 1em; }
    #hd #pageContent-panel-wifi7 .hd-top li:last-child h4 + p {
      margin-bottom: 40px; }
    #hd #pageContent-panel-wifi7 .hd-top li img {
      max-width: 126px !important;
      margin-left: 0;
      margin-top: 1em; }
#hd #pageContent-panel-wifi7 .bg-black {
  background: #111414;
  margin-top: 1em; }
#hd #pageContent-panel-wifi7 .item {
  height: 100%; }
#hd #pageContent-panel-wifi7 .hd-right {
  padding: 2em; }
  #hd #pageContent-panel-wifi7 .hd-right p {
    margin-bottom: 1em; }
#hd #pageContent-panel-wifi7 .hd-fig-container {
  margin-top: 1.5em; }
  #hd #pageContent-panel-wifi7 .hd-fig-container p {
    padding-right: 2em;
    line-height: 1.25; }
    #hd #pageContent-panel-wifi7 .hd-fig-container p strong {
      font-size: 2em; }
    #hd #pageContent-panel-wifi7 .hd-fig-container p small {
      display: block;
      text-align: right; }
#hd #pageContent-panel-pcie .hd-content {
  padding-left: 40px; }
#hd #pageContent-panel-port li {
  margin-bottom: 3em; }
  #hd #pageContent-panel-port li:nth-child(1) {
    border-bottom: 1px solid #333; }
    #hd #pageContent-panel-port li:nth-child(1) .hd-txt {
      padding-right: 2em; }
  #hd #pageContent-panel-port li:nth-child(2) .hd-txt {
    padding-left: 2em; }
#hd #pageContent-panel-port p {
  margin-bottom: 16px; }
#hd #pageContent-panel-port figure {
  position: relative; }
  #hd #pageContent-panel-port figure img {
    width: 100%; }
  #hd #pageContent-panel-port figure .hd-highlight {
    position: absolute;
    top: 0;
    left: 0; }
  #hd #pageContent-panel-port figure span {
    width: 18%;
    font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
    font-size: 1em;
    line-height: 1.125;
    text-align: center;
    position: absolute;
    top: 57%;
    left: 50%;
    z-index: 2; }
#hd #pageContent-panel-supremefx .vid-container {
  width: 100%;
  max-width: 40em; }
#hd #pageContent-panel-supremefx .hd-txt {
  padding-left: 2em; }
#hd #pageContent-panel-supremefx .tab-filter li, #hd #pageContent-panel-supremefx .tab-filter-block li {
  padding-right: 1.5em;
  font-size: 1.4em; }
#hd #pageContent-panel-supremefx .hd-content p {
  font-size: 1.1em; }
#hd #pageContent-panel-supremefx .hd-content li {
  opacity: 0;
  pointer-events: none; }
  #hd #pageContent-panel-supremefx .hd-content li.hd-active {
    opacity: 1;
    pointer-events: all; }
#hd #pageContent-panel-supremefx .hd-content .hd-txtBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  height: 0;
  overflow: visible;
  width: 80%;
  margin: 1em auto 0;
  position: relative;
  z-index: 2; }
  #hd #pageContent-panel-supremefx .hd-content .hd-txtBox li {
    display: none;
    width: 100%; }
    #hd #pageContent-panel-supremefx .hd-content .hd-txtBox li.hd-active {
      display: block;
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 0.4s;
      -webkit-animation-name: fadeInUp;
      -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: fadeInUp;
      animation-timing-function: ease-out;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
#hd #pageContent-panel-supremefx figure {
  width: 120%;
  margin-left: -15%;
  margin-right: -5%;
  position: relative; }
  #hd #pageContent-panel-supremefx figure ul li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: opacity 0.25s ease; }
  #hd #pageContent-panel-supremefx figure img {
    width: 100%; }

@media screen and (max-width: 1600px) {
  #hd #pageContent-panel-supremefx .hd-content .hd-txtBox {
    margin-top: 0; }
  #hd #pageContent-panel-supremefx figure {
    width: 120%;
    margin-left: -15%;
    margin-right: -5%;
    position: relative; }
    #hd #pageContent-panel-supremefx figure ul li {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      transition: opacity 0.25s ease; } }
@media screen and (max-width: 1440px) {
  #hd #pageContent-panel-supremefx .tab-filter li, #hd #pageContent-panel-supremefx .tab-filter-block li {
    font-size: 1.15em; }
  #hd #pageContent-panel-supremefx .hd-content p {
    font-size: 1em; } }
@media screen and (max-width: 1280px) {
  #hd .sec-connectivity .list-feature strong {
    font-size: 1.75em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-connectivity .frame-port .hd-content > div .icon {
    width: 50px; }
  #hd .sec-connectivity .frame-port .hd-content > div p {
    width: calc(100% - 50px);
    font-size: 1.1em; }
  #hd .sec-connectivity .list-feature li {
    padding: 10px 10px; }
  #hd #pageContent-panel-wifi7 .hd-top li {
    width: 50%; }
  #hd #pageContent-panel-port .hd-right {
    padding-left: 2em; }
  #hd #pageContent-panel-port figure span {
    font-size: .8em; }
  #hd #pageContent-panel-supremefx .hd-txt {
    padding-left: 0;
    width: 100%; }
  #hd #pageContent-panel-supremefx .hd-col50 {
    width: 100%; }
  #hd #pageContent-panel-supremefx .hd-content .hd-txtBox {
    width: 100%;
    margin-top: -1em; } }
@media screen and (max-width: 768px) {
  #hd .sec-connectivity .frame-container {
    display: flex;
    flex-wrap: wrap; }
    #hd .sec-connectivity .frame-container > li {
      width: 100%; }
      #hd .sec-connectivity .frame-container > li:nth-child(3), #hd .sec-connectivity .frame-container > li:nth-child(4) {
        width: 50%; }
    #hd .sec-connectivity .frame-container .hd-content {
      max-width: none; }
  #hd .sec-connectivity .frame-title img {
    margin-top: -30%; }
  #hd .sec-connectivity .frame-pcie {
    overflow: hidden; }
    #hd .sec-connectivity .frame-pcie .hd-img-container {
      margin-top: -48%; }
  #hd .sec-connectivity .frame-audio .hd-img-container {
    margin-bottom: 0; }
  #hd .sec-connectivity .frame-port .hd-content > div .icon {
    width: 70px; }
  #hd .sec-connectivity .frame-port .hd-content > div p {
    width: calc(100% - 70px);
    font-size: 1em; }
  #hd #pageContent-panel-wifi7 .hd-top li {
    width: 100%;
    padding: 0; }
    #hd #pageContent-panel-wifi7 .hd-top li:first-child {
      margin-bottom: 20px; }
  #hd #pageContent-panel-wifi7 .bg-black {
    margin-top: 0; }
  #hd #pageContent-panel-pcie .hd-container {
    flex-direction: column; }
  #hd #pageContent-panel-pcie .hd-content {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; }
  #hd #pageContent-panel-pcie figure {
    width: 100%; }
  #hd #pageContent-panel-port figure span {
    font-size: 3.8vw; }
  #hd #pageContent-panel-port .hd-col40, #hd #pageContent-panel-port .hd-col60 {
    width: 100%; }
  #hd #pageContent-panel-port li {
    margin-bottom: 1.5em; }
    #hd #pageContent-panel-port li:nth-child(1) .hd-txt {
      padding-right: 0; }
    #hd #pageContent-panel-port li:nth-child(2) .hd-txt {
      padding-left: 0; } }
@media screen and (max-width: 620px) {
  #hd .sec-connectivity .frame-container {
    display: block; }
    #hd .sec-connectivity .frame-container > li {
      width: 100% !important; }
  #hd .sec-connectivity .hd-frame .hd-content {
    max-width: none; }
  #hd .sec-connectivity .frame-title {
    --content-padding: 30px 20px; }
    #hd .sec-connectivity .frame-title .h3 {
      font-size: 2.5em; }
  #hd #pageContent-panel-wifi7 .hd-right {
    padding: 40px 10px 0; }
  #hd #pageContent-panel-wifi7 .item {
    flex-direction: column-reverse; }
    #hd #pageContent-panel-wifi7 .item > div {
      width: 100%; }
  #hd #pageContent-panel-port li.hd-col50 {
    width: 100%;
    margin: 0 auto 40px; }
  #hd #pageContent-panel-port figure span {
    font-size: 3.5vw; }
  #hd #pageContent-panel-supremefx .hd-content .hd-txtBox {
    height: auto;
    text-align: left; }
  #hd #pageContent-tab-dolby .hd-wrap,
  #hd #pageContent-tab-supremefx .hd-wrap {
    flex-direction: column; }
  #hd #pageContent-tab-dolby .hd-content,
  #hd #pageContent-tab-supremefx .hd-content {
    width: 100%;
    margin-bottom: 20px; }
  #hd #pageContent-tab-dolby figure,
  #hd #pageContent-tab-supremefx figure {
    width: 100%; } }
@media screen and (max-width: 480px) {
  #hd .sec-connectivity .frame-title .h3 {
    font-size: 2em; }
  #hd .sec-connectivity .list-feature li {
    padding: 10px 5px; }
  #hd .sec-connectivity .list-feature strong {
    font-size: 1.5em; }
  #hd .sec-connectivity .frame-audio p {
    bottom: 10px; } }
#hd #pageContent-power {
  background-color: black; }
  #hd #pageContent-power .hd-scroller {
    position: relative;
    overflow: hidden; }
  #hd #pageContent-power .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover; }
  #hd #pageContent-power .hd-title {
    width: 100%;
    height: calc(100vh + 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  #hd #pageContent-power .hd-screen {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: calc(100vh + 50px);
    z-index: 2; }
  #hd #pageContent-power h3:not(.h4) {
    font-size: 3em;
    line-height: 1.25; }
    #hd #pageContent-power h3:not(.h4) strong {
      display: block;
      font-size: 0.75em;
      line-height: 1.25;
      text-transform: capitalize; }
    #hd #pageContent-power h3:not(.h4) small {
      font: inherit;
      font-size: 0.75em; }
  #hd #pageContent-power figure {
    margin-top: -2em;
    position: relative;
    overflow: hidden; }
  #hd #pageContent-power .hd-wrap {
    position: relative; }
  #hd #pageContent-power .hd-cover li {
    opacity: 0;
    transition: opacity 0.8s 0.25s ease; }
    #hd #pageContent-power .hd-cover li.hd-active {
      opacity: 1;
      transition: opacity 0.25s ease; }
  #hd #pageContent-power .hd-cover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(1) {
    top: 7.5%;
    left: 23%; }
  #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(2) {
    top: 25%;
    left: 19.5%; }
  #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(3) {
    top: 47.3%;
    left: 28.3%; }
  #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(4) {
    top: 61.5%;
    left: 23.5%; }
  #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(5) {
    top: 79.5%;
    left: 28.5%; }
  #hd #pageContent-power .hd-txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    pointer-events: none;
    z-index: 2; }
    #hd #pageContent-power .hd-txt li {
      width: 80%;
      max-width: 26em;
      padding: 40px;
      background: rgba(27, 27, 27, 0.9);
      color: white;
      margin: auto 0 auto auto;
      cursor: default;
      display: none;
      pointer-events: all; }
      #hd #pageContent-power .hd-txt li.hd-active {
        display: block;
        -webkit-animation-delay: 0s;
        -webkit-animation-duration: 0.4s;
        -webkit-animation-name: fadeInUp;
        -webkit-animation-timing-function: ease;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-fill-mode: forwards;
        animation-delay: 0s;
        animation-duration: 0.4s;
        animation-name: fadeInUp;
        animation-timing-function: ease;
        animation-iteration-count: 1;
        animation-fill-mode: forwards; }
    #hd #pageContent-power .hd-txt h3 {
      margin-bottom: .125em;
      color: white !important; }
      #hd #pageContent-power .hd-txt h3 + p {
        margin-bottom: 0; }
  #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(1) {
    top: 18.5%;
    left: 45%; }
  #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(2) {
    top: 21%;
    left: 22%; }
  #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(3) {
    top: 70%;
    left: 88%; }
  #hd #pageContent-power .trigger-container .hd-trigger-dot:nth-child(4) {
    top: 40%;
    left: 29%; }
  #hd #pageContent-power .hd-trigger-dot {
    width: 80px;
    height: 80px;
    margin: -40px; }
    #hd #pageContent-power .hd-trigger-dot:before {
      width: 40%;
      height: 40%; }
    #hd #pageContent-power .hd-trigger-dot:after {
      background-image: url(../img/close.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 60%; }
  #hd #pageContent-power .hd-txt li {
    max-width: 30em;
    margin: auto auto 5% auto; }
  #hd #pageContent-power .hd-info {
    margin-top: 1em; }
    #hd #pageContent-power .hd-info p {
      width: 33.3333%;
      padding: 0 10px 0 0;
      line-height: 1.125; }
    #hd #pageContent-power .hd-info strong {
      font-family: "TradeGothicBold", "Roboto Condensed", "Microsoft Jhenghei", "Microsoft YaHei", "Arial", sans-serif;
      font-weight: bold;
      font-size: 2em;
      margin-right: 0.125em; }
    #hd #pageContent-power .hd-info small {
      display: block;
      font-size: .75em; }

@media screen and (max-width: 1280px) {
  #hd #pageContent-power h3:not(.h4) {
    font-size: 2.75em; } }
@media screen and (max-width: 1024px) {
  #hd #pageContent-power h2 {
    font-size: 3em; }
  #hd #pageContent-power h3:not(.h4) {
    font-size: 2.25em; }
  #hd #pageContent-power .hd-trigger-dot {
    width: 60px;
    height: 60px;
    margin: -30px; } }
@media screen and (max-width: 768px) {
  #hd #pageContent-power .hd-container {
    flex-direction: column; }
  #hd #pageContent-power h2 {
    font-size: 4em; }
  #hd #pageContent-power .hd-screen {
    padding-top: 100px;
    margin-top: auto; }
  #hd #pageContent-power .hd-content {
    width: 100%;
    text-align: center; }
  #hd #pageContent-power figure {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  #hd #pageContent-power .hd-trigger-dot {
    width: 44px;
    height: 44px;
    margin: -22px; }
    #hd #pageContent-power .hd-trigger-dot:before, #hd #pageContent-power .hd-trigger-dot:after {
      width: 50%;
      height: 50%; } }
@media screen and (max-width: 620px) {
  #hd #pageContent-power .hd-txt {
    height: auto;
    position: absolute;
    top: auto;
    bottom: 10px; }
    #hd #pageContent-power .hd-txt li {
      margin: 0 auto; } }
@media screen and (max-width: 480px) {
  #hd #pageContent-power .hd-txt li {
    padding: 20px; }
  #hd #pageContent-power .hd-info p {
    padding-right: 5px; } }
#hd .sec-diy {
  padding: 6em 0;
  position: relative;
  z-index: 2; }
  #hd .sec-diy .icon-play {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #aaaaaa;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: none;
    border: 1px solid white;
    opacity: 1;
    z-index: 2; }
    #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 .trigger-panel, #hd .sec-diy .trigger-panel-close {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: 1em;
    margin-top: .5em; }
  #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:hover .hd-img-container img, #hd .sec-diy .hd-frame:focus-visible .hd-img-container img {
      opacity: 1; }
    #hd .sec-diy .hd-frame:before {
      background-color: black;
      background-image: none; }
    #hd .sec-diy .hd-frame:after {
      width: 100%;
      height: 50%;
      top: -1px;
      background-color: black;
      background-image: -moz-linear-gradient(180deg, black, rgba(0, 0, 0, 0));
      background-image: -webkit-linear-gradient(180deg, black, rgba(0, 0, 0, 0));
      background-image: linear-gradient(180deg, black, rgba(0, 0, 0, 0));
      background-color: transparent;
      z-index: 2; }
    #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(1) .hd-frame, #hd .sec-diy .frame-container li:nth-child(2) .hd-frame, #hd .sec-diy .frame-container li:nth-child(3) .hd-frame, #hd .sec-diy .frame-container li:nth-child(4) .hd-frame {
    padding-top: 55%; }
  #hd .sec-diy .frame-container li.qled-item video {
    width: 140%; }
  #hd .sec-diy .hd-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    padding-left: .5em;
    padding-right: .5em;
    transition: all 0.25s ease; }
    #hd .sec-diy .hd-content h3 {
      position: relative;
      text-shadow: 0 0 3px black; }
  #hd .sec-diy .hd-img-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    #hd .sec-diy .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 .hd-img-container img.cover {
        opacity: 0; }
  #hd .sec-diy .vid-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    #hd .sec-diy .vid-container video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover; }
#hd #pageContent-panel-diy .custom-dot-name {
  font-size: 1em; }
#hd #pageContent-panel-diy figure {
  position: relative; }
  #hd #pageContent-panel-diy figure img {
    width: 100%; }
  #hd #pageContent-panel-diy figure .cover {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0; }
#hd #pageContent-panel-diy .hd-right {
  padding: 0 1.5em; }
#hd #pageContent-panel-diy .swiper-slide-active .cover {
  opacity: 1;
  transition: all 0.5s ease;
  transition-delay: .8s; }

@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; }
  #hd #pageContent-panel-diy .custom-dot-name {
    display: none; }
  #hd #pageContent-panel-diy .swiper-slide {
    flex-wrap: wrap; }
  #hd #pageContent-panel-diy .hd-col45 {
    width: 100%; }
  #hd #pageContent-panel-diy .hd-col35 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
  #hd #pageContent-panel-diy .hd-right {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1em; } }
@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 .sec-diy .frame-container li:nth-child(7) .hd-img-container {
      width: 100%;
      margin-top: 6%; } }
@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-top: 1em;
    padding-bottom: 2em; }
    #hd .sec-diy .hd-content {
      padding-top: 10px; }
      #hd .sec-diy .hd-content h3 {
        font-size: 1em; } }
#hd .sec-bios {
  padding-top: 3em;
  padding-bottom: 6em;
  overflow: hidden; }
  #hd .sec-bios .swiper-button-next {
    right: 40%; }
  #hd .sec-bios .swiper-button-prev {
    left: 40%; }
  #hd .sec-bios .swiper-slide {
    height: auto; }
    #hd .sec-bios .swiper-slide > div {
      min-height: 100%; }
  #hd .sec-bios h3 span {
    display: inline-block;
    background-color: #ffcf9c;
    font-size: .6em;
    color: black;
    padding: .3em .3em 0;
    vertical-align: super; }

@media screen and (max-width: 1024px) {
  #hd .sec-bios {
    padding-bottom: 4em; } }
@media screen and (max-width: 768px) {
  #hd .hd-col55 {
    width: 100%; } }
@media screen and (max-width: 480px) {
  #hd .sec-bios {
    padding-bottom: 2em; }
    #hd .sec-bios .swiper-slide > div {
      padding-bottom: 40px; } }
#hd .sec-software {
  padding-top: 4em;
  padding-bottom: 6em;
  overflow: hidden; }
  #hd .sec-software p {
    margin-bottom: .5em; }
  #hd .sec-software .swiper-slide {
    height: auto; }
    #hd .sec-software .swiper-slide > div {
      min-height: 100%; }
  #hd .sec-software .x-slide .logo-x {
    width: 100px; }
  #hd .sec-software .x-slide .hd-txt {
    width: calc(100% - 100px);
    padding-left: 3em; }
  #hd .sec-software .x-slide .icon-list {
    margin-top: 3em; }
    #hd .sec-software .x-slide .icon-list li {
      padding: 0 3%; }
      #hd .sec-software .x-slide .icon-list li img {
        width: 70%;
        margin-bottom: .5em; }
  #hd .sec-software .hwinfo-slide .swiper-content {
    overflow: hidden; }
  #hd .sec-software .hwinfo-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 .3em;
    border-radius: 50%;
    padding: 0; }
    #hd .sec-software .hwinfo-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: white; }

@media screen and (min-width: 2560px) {
  #hd .sec-software .x-slide .logo-x {
    width: 150px; }
  #hd .sec-software .x-slide .hd-txt {
    width: calc(100% - 150px); } }
@media screen and (max-width: 1024px) {
  #hd .sec-software .swiper-content.swiper-tab .swiper-pagination-bullet {
    width: auto;
    flex-shrink: 0; }
  #hd .sec-software .swiper-content.swiper-tab .swiper-pagination {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto; } }
@media screen and (max-width: 768px) {
  #hd .sec-software {
    padding-bottom: 6em; }
    #hd .sec-software .x-slide .logo-x {
      width: 100px;
      margin-left: 0;
      margin-bottom: 2em; }
    #hd .sec-software .x-slide .hd-txt {
      width: 100%;
      padding-left: 0; }
    #hd .sec-software .x-slide .icon-list li {
      padding: 0 1%; }
      #hd .sec-software .x-slide .icon-list li img {
        width: 90%; } }
@media screen and (max-width: 480px) {
  #hd .sec-software {
    padding-bottom: 6em; }
    #hd .sec-software .x-slide .logo-x {
      width: 70px; }
    #hd .sec-software .x-slide .icon-list {
      margin-top: 0; }
      #hd .sec-software .x-slide .icon-list li {
        width: 50%;
        margin: 1em 0; }
        #hd .sec-software .x-slide .icon-list li img {
          width: 70%; } }
#hd .pin-style {
  position: relative;
  padding-bottom: 10em; }
  #hd .pin-style .hd-section {
    overflow: visible;
    overflow-y: visible;
    border-top: 1px solid black; }
  #hd .pin-style .hd-bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1; }
  #hd .pin-style .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #hd .pin-style .sec-title {
    padding-top: 0;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: -2.5em;
    margin-bottom: 10em; }
    #hd .pin-style .sec-title h2 {
      margin-top: -1.3em;
      color: black !important;
      font-size: 3em;
      text-align: center; }
#hd .content-lighting {
  padding-bottom: 14em;
  padding-top: 14em;
  position: relative;
  overflow: hidden; }
  #hd .content-lighting.is-open .hd-container {
    opacity: .35; }
  #hd .content-lighting .vid-control {
    bottom: auto;
    top: -1.5%;
    right: -2%; }
  #hd .content-lighting > .hd-container {
    width: 80%; }
  #hd .content-lighting .hd-content {
    margin-right: auto; }
    #hd .content-lighting .hd-content h3 {
      margin-right: -1em; }
    #hd .content-lighting .hd-content .hd-logo {
      margin: 2em 0; }
    #hd .content-lighting .hd-content button,
    #hd .content-lighting .hd-content a {
      display: inline-block;
      background: none;
      border: none;
      cursor: pointer; }
      #hd .content-lighting .hd-content button:hover p, #hd .content-lighting .hd-content button:focus-visible p,
      #hd .content-lighting .hd-content a:hover p,
      #hd .content-lighting .hd-content a:focus-visible p {
        color: white; }
  #hd .content-lighting .hd-lighting {
    max-width: 643px;
    margin: 0 1em;
    position: relative;
    overflow: hidden;
    padding-top: 20px; }
    #hd .content-lighting .hd-lighting img {
      width: 100%; }
  #hd .content-lighting .hd-control-container {
    margin-top: -4em;
    padding-right: 3.5em;
    margin-left: auto;
    position: relative; }
  #hd .content-lighting .trigger-lightbox-s {
    font-size: 1em; }
    #hd .content-lighting .trigger-lightbox-s:hover p, #hd .content-lighting .trigger-lightbox-s:focus-visible p {
      color: white; }
  #hd .content-lighting .hd-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -5%;
    margin-top: 1em;
    position: relative; }
    #hd .content-lighting .hd-controls button {
      width: 25%;
      cursor: pointer;
      opacity: .75; }
      #hd .content-lighting .hd-controls button img {
        display: block;
        width: 60px;
        height: 60px;
        margin: .5em auto;
        -webkit-filter: grayscale(100%) brightness(200%);
        filter: grayscale(100%) brightness(200%);
        opacity: .5 !important; }
      #hd .content-lighting .hd-controls button:hover, #hd .content-lighting .hd-controls button:focus, #hd .content-lighting .hd-controls button.hd-active {
        opacity: 1;
        -webkit-filter: grayscale(0%) brightness(100%);
        filter: grayscale(0%) brightness(100%); }
        #hd .content-lighting .hd-controls button:hover img, #hd .content-lighting .hd-controls button:focus img, #hd .content-lighting .hd-controls button.hd-active img {
          opacity: 1 !important;
          -webkit-filter: grayscale(0%) brightness(100%);
          filter: grayscale(0%) brightness(100%); }
    #hd .content-lighting .hd-controls b {
      color: white;
      display: block;
      font-size: 16px;
      font-weight: 400;
      margin: 5px 0; }
    #hd .content-lighting .hd-controls small {
      width: 113px;
      height: 65px;
      margin: 0 auto; }
#hd .content-design .hd-content {
  padding-right: 2em; }
#hd .content-design .list {
  justify-content: center;
  padding-top: 0;
  margin-top: 2em; }
  #hd .content-design .list li {
    max-width: calc(50% - .5em); }
#hd .content-design figure {
  width: 75%;
  margin: 0 auto;
  position: relative; }
  #hd .content-design figure img {
    width: 100%; }
  #hd .content-design figure .pd-front {
    width: 100%;
    position: relative;
    z-index: 2; }
  #hd .content-design figure .pd-back {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0; }
  #hd .content-design figure .pd-gif {
    margin: 0 0; }
  #hd .content-design figure .pos-1,
  #hd .content-design figure .pos-2 {
    display: none; }
    #hd .content-design figure .pos-1.hd-active,
    #hd .content-design figure .pos-2.hd-active {
      display: block;
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 0.8s;
      -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.8s;
      animation-name: fadeIn;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
  #hd .content-design figure.is-animated .pd-back {
    -webkit-animation-delay: 0.4s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 0.4s;
    animation-duration: 0.8s;
    animation-name: fadeInLeft;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
#hd .content-more {
  overflow: hidden;
  padding-bottom: 2em; }
  #hd .content-more .swiper-button-next,
  #hd .content-more .swiper-button-prev {
    color: #f8a315; }
  #hd .content-more .swiper-button-next {
    right: 40%; }
  #hd .content-more .swiper-button-prev {
    left: 40%; }

#pageContent-lightbox-rgb .hd-container {
  opacity: 1 !important;
  align-items: center !important; }
#pageContent-lightbox-rgb div.hd-col50 {
  padding-right: 2em; }
  #pageContent-lightbox-rgb div.hd-col50 p {
    margin-bottom: 0; }

#colorpicker {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 80%;
  right: 5%;
  margin: 2em auto; }
  #colorpicker .farbtastic-solid {
    left: 0 !important;
    top: 0 !important;
    right: 0;
    bottom: 0;
    margin: auto; }
  #colorpicker .farbtastic-solid,
  #colorpicker .farbtastic-mask,
  #colorpicker .farbtastic-overlay {
    left: 0; }

#color,
#greybg {
  width: 21%;
  height: 0;
  padding-bottom: 28%;
  position: absolute;
  top: 20%;
  left: 8%;
  z-index: -1;
  -webkit-transform: skew(0deg, 27deg);
  -ms-transform: skew(0deg, 27deg);
  transform: skew(0deg, 27deg);
  border-top-left-radius: 16%; }

#greybg {
  background-color: #262626;
  z-index: -1; }

/* ---------- color effect -------- */
#hd .hd-rainbow {
  background-color: #fd46a6;
  background-image: -moz-linear-gradient(110deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6);
  background-image: -webkit-linear-gradient(110deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6);
  background-image: linear-gradient(110deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6);
  background-size: 1580%; }
#hd .hd-starryNight .starry_night {
  display: block; }
#hd .starry_night {
  display: none; }
  #hd .starry_night li {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    background-color: #FFF;
    background: radial-gradient(circle, white, rgba(255, 255, 255, 0) 50%);
    -webkit-transform: skew(0deg, -29deg);
    -ms-transform: skew(0deg, -29deg);
    transform: skew(0deg, -29deg);
    position: absolute;
    z-index: 2;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards; }
    #hd .starry_night li:nth-child(1) {
      left: 5%;
      top: 20%; }
    #hd .starry_night li:nth-child(2) {
      left: 13;
      top: 32%; }
    #hd .starry_night li:nth-child(3) {
      left: 27%;
      top: 55%;
      -webkit-animation-delay: -1s;
      -webkit-animation-duration: 3s;
      -webkit-animation-name: breathing;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-fill-mode: forwards;
      animation-delay: -1s;
      animation-duration: 3s;
      animation-name: breathing;
      animation-timing-function: ease;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards; }
    #hd .starry_night li:nth-child(4) {
      left: 60%;
      top: 25%;
      -webkit-animation-delay: -2s;
      -webkit-animation-duration: 3s;
      -webkit-animation-name: breathing;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-fill-mode: forwards;
      animation-delay: -2s;
      animation-duration: 3s;
      animation-name: breathing;
      animation-timing-function: ease;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards; }

#hd #pageContent-compatibilityLightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10; }
  #hd #pageContent-compatibilityLightbox .hd-container {
    width: 90%;
    max-width: 1200px;
    max-height: calc(100vh - 120px);
    margin: 100px auto 0;
    padding: 4em;
    background: rgba(64, 64, 64, 0.9);
    position: relative;
    overflow-y: auto; }
  #hd #pageContent-compatibilityLightbox .table-scroller {
    position: relative;
    overflow-x: auto; }
  #hd #pageContent-compatibilityLightbox table {
    width: 100%;
    min-width: 44em;
    border-collapse: collapse;
    margin-bottom: 1em; }
    #hd #pageContent-compatibilityLightbox table th,
    #hd #pageContent-compatibilityLightbox table td {
      padding: .3em .5em;
      border: 1px solid rgba(255, 255, 255, 0.25); }
    #hd #pageContent-compatibilityLightbox table th {
      padding: .5em;
      text-align: left;
      background: black; }
    #hd #pageContent-compatibilityLightbox table tbody tr {
      background: rgba(0, 0, 0, 0.75); }
      #hd #pageContent-compatibilityLightbox table tbody tr:nth-child(2n) {
        background: rgba(0, 0, 0, 0.5); }
  #hd #pageContent-compatibilityLightbox a {
    color: white;
    font-weight: 300;
    line-height: 1.25; }
    #hd #pageContent-compatibilityLightbox a:hover, #hd #pageContent-compatibilityLightbox a:focus-visible {
      text-decoration: underline; }

@media screen and (min-width: 2560px) {
  #hd .content-lighting .hd-control-container {
    max-width: 22em; } }
@media screen and (min-width: 3000px) {
  #hd .content-lighting .hd-lighting {
    max-width: 900px; }
  #hd .content-lighting .hd-controls button img {
    width: 100px;
    height: 100px; } }
@media screen and (max-width: 1440px) {
  #hd .pin-style .sec-title {
    margin-bottom: 6em; }
  #hd .content-design figure {
    width: 60%; }
  #hd .content-lighting .hd-control-container {
    margin-bottom: 2em;
    margin-top: -1em; }
  #hd #colorpicker {
    width: 100px;
    height: 100px; } }
@media screen and (max-width: 1280px) {
  #hd .content-lighting > .hd-container {
    align-items: flex-start; }
  #hd .content-lighting .hd-content {
    width: 35%; }
    #hd .content-lighting .hd-content .hd-logo {
      margin: 1em 0; }
  #hd .content-lighting .hd-lighting {
    width: 45%;
    margin: 0 1em; }
  #hd .content-lighting .hd-control-container {
    align-self: start;
    max-width: 29em;
    margin-top: 0; }
  #hd .content-lighting .hd-controls button img {
    width: 50px;
    height: 50px; } }
@media screen and (max-width: 1024px) {
  #hd .content-design .hd-content {
    padding-right: 0; }
  #hd .content-lighting {
    padding: 8em 0; }
    #hd .content-lighting > .hd-container {
      width: 90%; }
  #hd #pageContent-compatibilityLightbox .hd-container {
    max-height: calc(100vh - 60px);
    margin-top: 50px; } }
@media screen and (max-width: 1023px) {
  #hd .pin-style {
    padding-bottom: 6em; }
  #hd .pin-style .sec-title {
    max-width: 500px; }
    #hd .pin-style .sec-title h2 {
      font-size: 2.4em; }
  #hd .content-lighting {
    padding: 10em 0;
    text-align: center; }
    #hd .content-lighting > .hd-container {
      flex-wrap: wrap;
      flex-direction: column; }
    #hd .content-lighting .hd-content {
      width: 100%;
      margin: 0; }
      #hd .content-lighting .hd-content .hd-logo {
        margin: 1em 0; }
    #hd .content-lighting .hd-lighting {
      width: 100%;
      max-width: 400px;
      margin: 0 auto; }
    #hd .content-lighting .hd-control-container {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      padding-right: 0;
      margin-bottom: 1em; }
    #hd .content-lighting .hd-controls button {
      width: 25%; }
  #hd #pageContent-compatibilityLightbox .hd-container {
    width: 100%;
    padding: 2em 1em; }
  #hd #pageContent-compatibilityLightbox table {
    font-size: .9em; }

  #colorpicker {
    position: relative;
    margin-right: 0;
    margin-top: -20%; } }
@media screen and (max-width: 768px) {
  #hd .pin-style {
    padding-bottom: 6em; }
  #hd .content-design .hd-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2em; }
  #hd .content-design figure {
    width: 100%; }
  #hd .tab-compatibility .slider-compatibility {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  #hd .tab-compatibility .hd-item {
    flex-direction: column; }
  #hd .tab-compatibility figure {
    width: 100%; }
  #hd .tab-compatibility .hd-content {
    width: 100%;
    padding: 1em 0 !important; }

  #pageContent-lightbox-rgb .hd-col50 {
    width: 100%; }
  #pageContent-lightbox-rgb div.hd-col50 {
    padding-right: 0;
    margin-bottom: 2em; } }
@media screen and (max-width: 480px) {
  #hd .pin-style {
    padding-bottom: 0; }
  #hd .pin-style .sec-title {
    max-width: 340px;
    margin-top: -1.5em;
    margin-bottom: 3.5em; }
    #hd .pin-style .sec-title h2 {
      font-size: 2em;
      margin-top: -1.1em; }
  #hd .content-lighting {
    padding: 6em 0; }
    #hd .content-lighting .hd-controls button img {
      margin-bottom: 0; }
    #hd .content-lighting .hd-controls b {
      font-size: .875em; } }
#hd .sec-amd {
  padding-bottom: 4em;
  background: black;
  position: relative;
  overflow: hidden; }
  #hd .sec-amd .hd-wrapper {
    position: relative; }
  #hd .sec-amd .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center; }
  #hd .sec-amd hr {
    width: 100%;
    height: 1px;
    background: #333333;
    border: none;
    box-shadow: none;
    margin-bottom: 80px; }
  #hd .sec-amd .hd-container {
    padding: 5% 50px;
    display: flex; }
  #hd .sec-amd .hd-content {
    padding-left: 2%;
    margin-left: auto; }
    #hd .sec-amd .hd-content p {
      font-size: 1.125em;
      font-weight: 400;
      line-height: 1.25;
      margin-bottom: 1em;
      text-shadow: 0 0 3px black; }
  #hd .sec-amd h2 {
    margin-bottom: .25em; }
  #hd .sec-amd .hd-note {
    margin: 0 auto; }
    #hd .sec-amd .hd-note li {
      font-size: .875em;
      line-height: 1.5;
      letter-spacing: .018em;
      margin-bottom: 1em; }

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

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

html[dir=rtl] #hd .promotionBanner.corner {
  left: 32px;
  right: initial; }
html[dir=rtl] #hd .promotionBanner.corner .PB_close {
  left: 16px;
  right: initial; }

#hd .promotionBanner.corner {
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 320px;
  background-color: white;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0px 4px 16px rgba(248, 163, 21, 0.25);
  box-shadow: 0px 4px 16px rgba(248, 163, 21, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 28px 28px;
  z-index: 90; }
  #hd .promotionBanner.corner h2,
  #hd .promotionBanner.corner p {
    color: #111111 !important; }
#hd .promotionBanner.corner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
#hd .promotionBanner.corner .PB_close {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDFMMSAxM00xIDFMMTMgMTMiIHN0cm9rZT0iIzY2NjY2NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat center;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  border: 0; }
  #hd .promotionBanner.corner .PB_close:hover, #hd .promotionBanner.corner .PB_close:focus-visible {
    filter: brightness(50%); }
#hd .promotionBanner.corner .PB_title {
  margin: 8px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #181818;
  font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
#hd .promotionBanner.corner .PB_depiction {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  font-family: "Roboto Condensed", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
  #hd .promotionBanner.corner .PB_depiction strong.txt-larger {
    font-size: 1.5em; }
#hd .promotionBanner.corner .PB_picture {
  display: block;
  margin: 16px 0 0; }
#hd .promotionBanner.corner .PB_picture iframe, #hd .promotionBanner.corner .PB_picture img {
  width: 100%;
  aspect-ratio: 1/.888;
  display: block;
  border: 0; }
#hd .promotionBanner.corner .PB_link {
  margin: 16px 0 0;
  font-size: 16px;
  background: #c49aff;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 6px 16px;
  color: #fff;
  font-family: "Roboto Condensed", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 130%;
  font-weight: 500;
  height: 32px;
  outline: none;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap; }
#hd .promotionBanner.corner .PB_link:focus, #hd .promotionBanner.corner .PB_link:hover {
  background: rgba(196, 154, 255, 0.75); }
@media screen and (max-width: 1279px) {
  #hd .promotionBanner.corner {
    right: 20px;
    bottom: 20px; } }
@media screen and (min-width: 568px) and (max-width: 730px) {
  #hd .promotionBanner.corner {
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    padding: 40px 0 32px; }
  #hd .promotionBanner.corner .PB_body {
    width: 512px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 216px 16px 1fr;
    grid-template-columns: 216px 1fr;
    grid-gap: 16px; }
  #hd .promotionBanner.corner .PB_content {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1; }
  #hd .promotionBanner.corner .PB_picture {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3; }
  #hd .promotionBanner.corner .PB_title {
    margin: 0 0 8px 0;
    font-size: 18px; }
  #hd .promotionBanner.corner .PB_depiction {
    font-size: 14px;
    line-height: 135%; }
  #hd .promotionBanner.corner .PB_picture {
    margin: 0; }
  #hd .promotionBanner.corner .PB_picture img {
    max-width: 216px; }
  #hd .promotionBanner.corner .PB_link {
    margin: 0;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2; }
  #hd .promotionBanner.corner .PB_notPicture .PB_content, #hd .promotionBanner.corner .PB_notPicture .PB_link {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3; } }
@media screen and (max-width: 567px) {
  #hd .promotionBanner.corner {
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    padding: 40px 28px 32px; }
  #hd .promotionBanner.corner .PB_title {
    font-size: 18px; }
  #hd .promotionBanner.corner .PB_depiction {
    font-size: 14px;
    line-height: 135%; }
  #hd .promotionBanner.corner .PB_picture img {
    max-width: unset; } }

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

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

[data-lightbox] {
  cursor: zoom-in; }

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