@import '../lib/swiper/swiper-bundle.min.css';
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
.ProductTabBar__productTabBarContainer__1e5nP,
.overviewSimpleContent,
.overviewAwardsContent,
.ProductRecommenedRelated__productRecommendRelatedContainer__3Akgf,
.ProductFooter__productFooterContainer__Z6Bel.ProductFooter__productBackgroundBlack__24n1I,
.Footer__footerContent__22G1u {
  position: relative;
  z-index: 2;
}

.ProductTabBar__productTabBarContainer__1e5nP {
  position: relative;
  z-index: 3;
}

.Product__onFixed__119Rh {
  display: none;
}

.ProductTabBar__productTabBarContainer__1e5nP.ProductTabBar__isFixed__3fX1Q {
  position: relative;
}

.width-line-gray {
  background: none;
}

/* ---------- RESET ---------- */
.style-reset {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: #000000;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.style-reset * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
.style-reset * ::-moz-selection {
  background: #222;
  color: #52ffed;
}
.style-reset * ::selection {
  background: #222;
  color: #52ffed;
}
.style-reset * ::-moz-selection {
  background: #222;
  color: #52ffed;
}
.style-reset ul,
.style-reset li,
.style-reset figure {
  margin: 0;
  padding: 0;
}
.style-reset h1,
.style-reset h2,
.style-reset h3,
.style-reset h4,
.style-reset p,
.style-reset a,
.style-reset li {
  font: inherit;
  padding: 0;
  margin: 0;
}
.style-reset img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0;
}
.style-reset img.lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.style-reset iframe,
.style-reset video {
  max-width: 100%;
}
.style-reset button {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.style-reset {
  /* ---------- SCREEN READER ---------- */
}
.style-reset .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;
}
.style-reset a:focus-visible, .style-reset button:focus-visible, .style-reset input:focus-visible, .style-reset select:focus-visible, .style-reset textarea:focus-visible,
.style-reset [role=button]:focus-visible,
.style-reset [tabindex="0"]:focus-visible {
  outline: 2px solid #52ffed;
  outline-offset: -1px;
}
.style-reset a:focus:not(:focus-visible), .style-reset button:focus:not(:focus-visible), .style-reset input:focus:not(:focus-visible), .style-reset select:focus:not(:focus-visible), .style-reset textarea:focus:not(:focus-visible),
.style-reset [role=button]:focus:not(:focus-visible),
.style-reset [tabindex="0"]:focus:not(:focus-visible) {
  outline: none;
}

/* ---------- ANIMATIONS ---------- */
@-webkit-keyframes colorrun {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(359deg);
            filter: hue-rotate(359deg);
  }
}
@keyframes colorrun {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(359deg);
            filter: hue-rotate(359deg);
  }
}
@-webkit-keyframes shine {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes shine {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.hd-colorrun {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: colorrun;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 5s;
  -moz-animation-name: colorrun;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 5s;
  -o-animation-name: colorrun;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-name: colorrun;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@-webkit-keyframes playSpriteH {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}
@keyframes playSpriteH {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}
@-webkit-keyframes dotHint {
  0% {
    opacity: 0.9;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@keyframes dotHint {
  0% {
    opacity: 0.9;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hd .fadeIn {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.25s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.25s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes static {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes static {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes breathing {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@keyframes breathing {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@-webkit-keyframes strobing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes strobing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes flashStrobing {
  2%, 12% {
    opacity: 1;
  }
  0%, 4%, 11%, 13%, 100% {
    opacity: 0.6;
  }
}
@keyframes flashStrobing {
  2%, 12% {
    opacity: 1;
  }
  0%, 4%, 11%, 13%, 100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes cycle {
  0% {
    background-color: red;
  }
  15% {
    background-color: orange;
  }
  30% {
    background-color: yellow;
  }
  45% {
    background-color: #00CB07;
  }
  60% {
    background-color: #07A9FF;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: #a12fd9;
  }
  100% {
    background-color: red;
  }
}
@keyframes cycle {
  0% {
    background-color: red;
  }
  15% {
    background-color: orange;
  }
  30% {
    background-color: yellow;
  }
  45% {
    background-color: #00CB07;
  }
  60% {
    background-color: #07A9FF;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: #a12fd9;
  }
  100% {
    background-color: red;
  }
}
@-webkit-keyframes rainbow {
  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: #52ffed;
  }
  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: #52ffed;
  }
  45% {
    background-color: #07A9FF;
  }
  60% {
    background-color: #42ca42;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: yellow;
  }
  100% {
    background-color: white;
  }
}
@-webkit-keyframes dark {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dark {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes flux {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0 0;
  }
  75% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes flux {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0 0;
  }
  75% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes fluxShadow {
  0% {
    -webkit-transform: translate(0, 180%);
    transform: translate(0, 180%);
  }
  50% {
    -webkit-transform: translate(0, 180%);
    transform: translate(0, 180%);
  }
  75% {
    -webkit-transform: translate(0, -180%);
    transform: translate(0, -180%);
  }
  100% {
    -webkit-transform: translate(0, 180%);
    transform: translate(0, 180%);
  }
}
@keyframes fluxShadow {
  0% {
    -webkit-transform: translate(0, 180%);
    transform: translate(0, 180%);
  }
  50% {
    -webkit-transform: translate(0, 180%);
    transform: translate(0, 180%);
  }
  75% {
    -webkit-transform: translate(0, -180%);
    transform: translate(0, -180%);
  }
  100% {
    -webkit-transform: translate(0, 180%);
    transform: translate(0, 180%);
  }
}
@font-face {
  font-family: "ROGFonts";
  src: url("../fonts/ROGFonts-Regular_ES.otf") format("opentype"), url("../fonts/ROGFonts-Regular_ES.ttf") format("truetype"), url("../fonts/ROGFonts-Regular_ES.woff") format("woff"), url("../fonts/ROGFonts-Regular_ES.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 16px;
}
#hd h1,
#hd .h1 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 4.75em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.125;
  color: #ffffff !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.25em;
}
#hd h2,
#hd .h2 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  color: #ffffff !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.5em;
}
#hd h2 .txt-larger,
#hd .h2 .txt-larger {
  font-size: 1.5em;
}
#hd h3,
#hd .h3 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.5em;
  font-weight: normal;
  color: #ffffff !important;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
#hd h3 sup,
#hd .h3 sup {
  display: inline-block;
  font-size: 0.5em;
  margin-top: -0.25em;
}
#hd h4,
#hd .h4 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0.25;
}
#hd h5,
#hd .h5 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 0.018em;
  line-height: 1.125;
}
#hd h6,
#hd .h6 {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.125;
}
#hd p,
#hd small,
#hd a,
#hd li {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd p {
  font-size: 1.125em;
  line-height: 1.4;
  letter-spacing: 0.018em;
  font-weight: 400;
}
#hd p.txt-larger {
  font-size: 1.3em;
}
#hd b {
  font-weight: normal;
}
#hd small {
  font-size: 0.75em;
  font-weight: 400;
}
#hd .align-center {
  text-align: center;
}
#hd .align-left {
  text-align: left;
}
#hd .align-right {
  text-align: right;
}
#hd .align-italic {
  font-style: italic;
}
#hd a.txt-link {
  display: inline-block;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 0.5em;
}
#hd a.txt-link:hover {
  color: white;
}
#hd .hd-underline {
  text-decoration: underline;
}
#hd .nobr {
  white-space: nowrap;
}
#hd .hd-note {
  margin-top: 0.5em;
  display: inline-block;
}
#hd .hd-note small {
  display: block;
  line-height: 1.25;
}
#hd .color-primary {
  color: #52ffed !important;
}
#hd .color-primary-dark {
  color: #ff9e1b !important;
}
#hd .color-grey {
  color: #ddd !important;
}
#hd .color-light-grey {
  color: #aaa !important;
}
#hd .color-dark-grey {
  color: #4d4e4f !important;
}
#hd .color-white {
  color: white !important;
}
#hd .color-gradient {
  display: inline-block;
  color: #52ffed !important;
  background-color: #52ffed;
  background-image: -webkit-gradient(linear, left top, right top, from(#52ffed), color-stop(#ffffff), to(#52ffed));
  background-image: linear-gradient(90deg, #52ffed, #ffffff, #52ffed);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 0.125em;
}
#hd .color-gradient::-moz-selection, #hd .color-gradient ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #52ffed;
}
#hd .color-gradient::selection,
#hd .color-gradient ::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #52ffed;
}
#hd .color-gradient::-moz-selection,
#hd .color-gradient ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #52ffed;
}
#hd .color-gradient-secondary {
  display: inline-block;
  color: #52ffed !important;
  background-color: #a383ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#a383ff), color-stop(#ffffff), to(#fe96fa));
  background-image: linear-gradient(90deg, #a383ff, #ffffff, #fe96fa);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient-secondary::-moz-selection, #hd .color-gradient-secondary ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #52ffed;
}
#hd .color-gradient-secondary::selection,
#hd .color-gradient-secondary ::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #52ffed;
}
#hd .color-gradient-secondary::-moz-selection,
#hd .color-gradient-secondary ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #52ffed;
}
#hd .font-title {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: normal;
}
#hd .font-content {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .font-rog {
  font-family: "ROGFonts", "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}
#hd .title-deco {
  text-align: center;
  position: relative;
  padding: 30px 0;
  font-size: 0.75em;
  z-index: 3;
}
#hd .title-deco h2 {
  display: inline-block;
  min-width: 33%;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: 300;
  padding: 0.875em 0.5em 0.75em;
  letter-spacing: 0.24em;
  opacity: 0;
}
#hd .title-deco h2:before, #hd .title-deco h2:after {
  content: "";
  width: 300px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: center no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s, transform 0.8s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.8s;
  transition: opacity 0.4s, -webkit-transform 0.8s;
  transition: opacity 0.4s, transform 0.8s;
  transition: opacity 0.4s, transform 0.8s, -webkit-transform 0.8s;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
#hd .title-deco h2:before {
  background-image: url(../img/title-deco-left.svg);
  background-position: center top;
  right: 100%;
}
#hd .title-deco h2:after {
  background-image: url(../img/title-deco-right.svg);
  background-position: center bottom;
  left: 100%;
}
#hd .title-deco.is-animated h2 {
  -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;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.8s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-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 .title-deco.is-animated h2:before {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeInLeft;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 1s;
  -o-animation-name: fadeInLeft;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .title-deco.is-animated h2:after {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeInRight;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 1s;
  -o-animation-name: fadeInRight;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-name: fadeInRight;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

/*ie11 above fixed*/
_:-ms-fullscreen,
:root #hd .color-gradient {
  background: transparent !important;
}

@media screen and (min-width: 2560px) {
  #hd {
    font-size: 20px;
  }
}
@media screen and (min-width: 3000px) {
  #hd {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  #hd h3,
  #hd .h3 {
    font-size: 2.25em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1280px) {
  #hd h1,
  #hd .h1 {
    font-size: 4em;
  }
  #hd h2,
  #hd .h2 {
    font-size: 2.75em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 2.5em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 2em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.5em;
  }
  #hd p.txt-larger {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1024px) {
  #hd {
    font-size: 14px;
  }
  #hd h2,
  #hd .h2 {
    font-size: 2.5em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 3em;
  }
  #hd .title-deco h2:before, #hd .title-deco h2:after {
    height: 30px;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.75em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
  #hd p {
    line-height: 1.6;
  }
  #hd p.txt-larger {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 768px) {
  #hd h1,
  #hd .h1 {
    font-size: 3em;
  }
  #hd .title-deco {
    font-size: 1.25em;
    margin-bottom: 40px;
  }
  #hd .title-deco h2 {
    display: block;
    letter-spacing: 0.16em;
  }
  #hd .title-deco h2:before, #hd .title-deco h2:after {
    width: 200px;
    height: 30px;
    padding-bottom: 0;
    margin: -5% 2%;
  }
  #hd .title-deco h2:before {
    left: 0;
    right: auto;
    top: auto;
    bottom: 100%;
  }
  #hd .title-deco h2:after {
    left: auto;
    right: 0;
    top: 100%;
    bottom: auto;
  }
}
@media screen and (max-width: 480px) {
  #hd h1,
  #hd .h1 {
    font-size: 2.2em;
  }
  #hd h2,
  #hd .h2 {
    font-size: 2em;
    margin-bottom: 0.25em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 2.25em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
  }
  #hd h5,
  #hd .h5 {
    font-size: 1.25em;
  }
  #hd p.txt-larger {
    font-size: 1.125em;
  }
  #hd .title-deco h2 {
    padding: 0.75em 0.5em 0.5em;
    letter-spacing: 0.1em;
  }
}
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w800,
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1366,
#hd .hd-w1520,
#hd .hd-w1680 {
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w800 {
  max-width: 800px;
}
#hd .hd-w900 {
  max-width: 900px;
}
#hd .hd-w1000 {
  max-width: 1000px;
}
#hd .hd-w1100 {
  max-width: 1100px;
}
#hd .hd-w1200 {
  max-width: 1200px;
}
#hd .hd-w1366 {
  max-width: 1366px;
}
#hd .hd-w1520 {
  width: 90%;
  max-width: 1520px;
}
#hd .hd-w1680 {
  width: 90%;
  max-width: 1680px;
}
#hd .hd-w2560 {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-mw900 {
  max-width: 900px;
}
#hd .hd-mw1000 {
  max-width: 1000px;
}
#hd .hd-mw700 {
  max-width: 700px;
}
#hd .hd-col20 {
  width: 20%;
}
#hd .hd-col25 {
  width: 25%;
}
#hd .hd-col30 {
  width: 30%;
}
#hd .hd-col33 {
  width: 33.3333%;
}
#hd .hd-col35 {
  width: 35%;
}
#hd .hd-col40 {
  width: 40%;
}
#hd .hd-col45 {
  width: 45%;
}
#hd .hd-col50 {
  width: 50%;
}
#hd .hd-col55 {
  width: 55%;
}
#hd .hd-col60 {
  width: 60%;
}
#hd .hd-col65 {
  width: 65%;
}
#hd .hd-col66 {
  width: 66.6666%;
}
#hd .hd-col70 {
  width: 70%;
}
#hd .hd-col75 {
  width: 75%;
}
#hd .hd-col80 {
  width: 80%;
}
#hd .hd-col90 {
  width: 90%;
}
#hd .hd-col100 {
  width: 100%;
}
#hd .ib-top {
  display: inline-block;
  vertical-align: top;
}
#hd .ib-bottom {
  display: inline-block;
  vertical-align: bottom;
}
#hd .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#hd .flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#hd .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hd .align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#hd .align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#hd .justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#hd .justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#hd .justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hd .justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#hd .flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#hd .hd-d-none {
  display: none !important;
}
#hd .hd-d-ib {
  display: inline-block !important;
}
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 2560px) {
  #hd .hd-w800 {
    max-width: 1000px;
  }
  #hd .hd-w900 {
    max-width: 1200px;
  }
  #hd .hd-w1000 {
    max-width: 1300px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1200 {
    max-width: 1600px;
  }
  #hd .hd-w1366 {
    max-width: 1800px;
  }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 2000px;
  }
  #hd .hd-mw1000 {
    max-width: 1200px;
  }
  #hd .hd-mw900 {
    max-width: 1100px;
  }
  #hd .hd-mw700 {
    max-width: 1000px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-w800 {
    max-width: 1200px;
  }
  #hd .hd-w900 {
    max-width: 1400px;
  }
  #hd .hd-w1000 {
    max-width: 2000px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1200 {
    max-width: 2560px;
  }
  #hd .hd-w1366 {
    max-width: 3000px;
  }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    max-width: 3000px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-d-1024-none {
    display: none !important;
  }
  #hd .hd-d-1024-block {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .hd-d-mobile-none {
    display: none !important;
  }
  #hd .hd-d-mobile-block {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-w800,
  #hd .hd-w900,
  #hd .hd-w1000,
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none !important;
  }
  #hd .hd-d-1023-block {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none !important;
  }
  #hd .hd-d-768-block {
    display: block !important;
  }
  #hd .hd-d-768-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none !important;
  }
  #hd .hd-d-620-block {
    display: block !important;
  }
  #hd .hd-d-620-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none !important;
  }
  #hd .hd-d-480-block {
    display: block !important;
  }
  #hd .hd-d-480-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#hd .bg-gradient {
  background-color: #15003d;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#15003d), to(black));
  background-image: linear-gradient(0deg, #15003d, black);
}
#hd .bg-dark {
  background: #15003d;
  position: relative;
  overflow: hidden;
}

#hd .hd-section {
  padding: 6% 0;
}
#hd .hd-border-frame {
  position: relative;
  border: 1px solid white;
  padding: 20px;
}
#hd .hd-border-frame:before, #hd .hd-border-frame:after {
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
}
#hd .hd-border-frame:before {
  border-top: 3px solid #52ffed;
  border-left: 3px solid #52ffed;
  top: -2px;
  left: -2px;
}
#hd .hd-border-frame:after {
  border-bottom: 3px solid #52ffed;
  border-right: 3px solid #52ffed;
  bottom: -2px;
  right: -2px;
}

@media screen and (max-width: 768px) {
  #hd .hd-section {
    padding: 10% 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-section {
    padding: 15% 0;
  }
  #hd .hd-border-frame {
    padding: 20px 10px;
  }
}
#hd .list-decimal > li, #hd .list-lower-roman > li, #hd .list-lower-alpha > li {
  font-size: 1.125em;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 1.25;
  position: relative;
  padding-left: 0.5em;
  margin-left: 1em;
  margin-bottom: 0.25em;
}
#hd .list-lower-alpha > li {
  list-style-type: lower-alpha;
}
#hd .list-lower-roman > li {
  list-style-type: lower-roman;
}
#hd .list-disc > li {
  font-size: 1.125em;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  line-height: 1.25;
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.125em;
}
#hd .list-disc > li:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 0.4em;
  left: 0;
}
#hd .list-arrow > li {
  line-height: 1.25;
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.125em;
}
#hd .list-arrow > li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.4em;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0.25em;
  left: 0;
}

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

@media screen and (max-width: 768px) {
  #hd .vid-control {
    width: 44px;
    height: 44px;
  }
}
#hd .swiper-container {
  overflow: visible;
}
#hd .swiper-container .swiper-scrollbar {
  height: 0.5em;
  width: 100%;
  margin: 0 auto;
  background-color: black;
  border-radius: 0;
  z-index: 2;
  position: relative;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
}
#hd .swiper-container .swiper-scrollbar-drag {
  max-width: 45em;
  background-color: white;
  border-radius: 0;
}
#hd .swiper-button-prev,
#hd .swiper-button-next {
  width: 44px;
  height: 44px;
  color: black;
  background: white;
  border-radius: 50%;
  margin: 0 1.5em 3em;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .swiper-button-prev:after,
#hd .swiper-button-next:after {
  font-size: 1.4em;
  font-weight: bold;
}
#hd .swiper-button-prev:hover, #hd .swiper-button-prev:focus-visible,
#hd .swiper-button-next:hover,
#hd .swiper-button-next:focus-visible {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#hd .swiper-button-prev:active,
#hd .swiper-button-next:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#hd .swiper-button-prev.swiper-button-disabled,
#hd .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#hd .swiper-button-prev {
  left: auto;
  right: 100%;
}
#hd .swiper-button-prev:after {
  margin-right: 0.125em;
}
#hd .swiper-button-next {
  right: auto;
  left: 100%;
}
#hd .swiper-button-next:after {
  margin-left: 0.125em;
}
#hd .swiper-pagination {
  width: auto;
  bottom: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
#hd .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  margin: 0 5px;
  background: #525252;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 62px;
  background: white;
}
#hd .swiper-pagination-bullet.swiper-paused:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#hd .swiper-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2em 0 1em;
}
#hd .swiper-pause-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5em;
  height: 2.5em;
  background: center no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 1em;
  position: relative;
  overflow: hidden;
}
#hd .swiper-pause-btn svg {
  width: 150%;
  height: 150%;
  position: absolute;
  top: -25%;
  left: -25%;
}
#hd .swiper-card {
  width: 126%;
  margin: 0 -13% 90px;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
#hd .swiper-card .swiper-pagination-wrapper {
  width: 110%;
  margin-top: 30px;
  margin-inline: -5%;
}
#hd .swiper-card .swiper-pagination {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0;
  padding: 0 4px;
}
#hd .swiper-card .swiper-pagination:after {
  content: "";
  display: block;
  width: 150vw;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 0;
  left: -50vw;
}
#hd .swiper-card .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: auto;
}
#hd .swiper-card .custom-dot {
  font-size: 1em;
  line-height: 1;
  width: auto;
  height: auto;
  color: white;
  background: black;
  padding: 0.875em 2em 1.25em;
  margin: 0;
  border-radius: 0;
  position: relative;
  overflow: visible;
  color: #aaa;
}
#hd .swiper-card .custom-dot.swiper-pagination-bullet-active {
  color: white;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5);
}
#hd .swiper-card .custom-dot.swiper-pagination-bullet-active:after {
  opacity: 1;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
#hd .swiper-card .custom-dot.swiper-pagination-bullet-active .hd-deco.deco-top:before, #hd .swiper-card .custom-dot.swiper-pagination-bullet-active .hd-deco.deco-top:after, #hd .swiper-card .custom-dot.swiper-pagination-bullet-active .hd-deco.deco-bottom:before, #hd .swiper-card .custom-dot.swiper-pagination-bullet-active .hd-deco.deco-bottom:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#hd .swiper-card .custom-dot:before {
  display: none;
}
#hd .swiper-card .custom-dot:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s, -webkit-filter 0.4s;
  transition: opacity 0.25s, -webkit-filter 0.4s;
  transition: opacity 0.25s, filter 0.4s;
  transition: opacity 0.25s, filter 0.4s, -webkit-filter 0.4s;
}
#hd .swiper-card .custom-dot .hd-deco {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .swiper-card .custom-dot .hd-deco.deco-top:before, #hd .swiper-card .custom-dot .hd-deco.deco-top:after, #hd .swiper-card .custom-dot .hd-deco.deco-bottom:before, #hd .swiper-card .custom-dot .hd-deco.deco-bottom:after {
  content: "";
  display: block;
  width: 4px;
  height: 3px;
  position: absolute;
  margin: 4px 10px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.4s 0.1s;
  transition: -webkit-transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
}
#hd .swiper-card .custom-dot .hd-deco.deco-top:before, #hd .swiper-card .custom-dot .hd-deco.deco-top:after {
  border-top: 2px solid #52ffed;
  top: 0;
}
#hd .swiper-card .custom-dot .hd-deco.deco-top:before {
  border-left: 2px solid #52ffed;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
#hd .swiper-card .custom-dot .hd-deco.deco-top:after {
  border-right: 2px solid #52ffed;
  right: 0;
  -webkit-transform-origin: right 0;
          transform-origin: right 0;
}
#hd .swiper-card .custom-dot .hd-deco.deco-bottom:before, #hd .swiper-card .custom-dot .hd-deco.deco-bottom:after {
  border-bottom: 2px solid #52ffed;
  bottom: 8px;
}
#hd .swiper-card .custom-dot .hd-deco.deco-bottom:before {
  border-left: 2px solid #52ffed;
  left: 0;
  -webkit-transform-origin: 0 bottom;
          transform-origin: 0 bottom;
}
#hd .swiper-card .custom-dot .hd-deco.deco-bottom:after {
  border-right: 2px solid #52ffed;
  right: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
#hd .swiper-card .custom-dot-name {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.04em;
}
#hd .swiper-card .hd-txt {
  max-width: 46em;
  padding: 30px 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
#hd .swiper-card .swiper-slide {
  -webkit-transform-origin: 50% center;
          transform-origin: 50% center;
  -webkit-transition: transform-origin, transform;
  -webkit-transition: -webkit-transform-origin, -webkit-transform;
  transition: -webkit-transform-origin, -webkit-transform;
  transition: transform-origin, transform;
  transition: transform-origin, transform, -webkit-transform-origin, -webkit-transform;
}
#hd .swiper-card .swiper-slide.swiper-slide-prev {
  -webkit-transform-origin: 85% center;
          transform-origin: 85% center;
}
#hd .swiper-card .swiper-slide.swiper-slide-next {
  -webkit-transform-origin: 15% center;
          transform-origin: 15% center;
}
#hd .swiper-card .swiper-slide.swiper-slide-active .hd-txt {
  opacity: 1;
  visibility: visible;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.6s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.6s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.6s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .swiper-card .hd-controls {
  margin-left: 80px;
  margin-right: -80px;
  margin-top: -0.25em;
  margin-bottom: 0.25em;
}
#hd .swiper-card .swiper-button-prev,
#hd .swiper-card .swiper-button-next {
  width: 44px;
  height: 44px;
  color: black;
  background: white;
  border: 4px solid black;
  border-radius: 50%;
  margin: 0;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .swiper-card .swiper-button-prev:after,
#hd .swiper-card .swiper-button-next:after {
  font-size: 1em;
  font-weight: bold;
}
#hd .swiper-card .swiper-button-prev:hover, #hd .swiper-card .swiper-button-prev:focus-visible,
#hd .swiper-card .swiper-button-next:hover,
#hd .swiper-card .swiper-button-next:focus-visible {
  -webkit-transform: translateY(0) scale(1.1);
  transform: translateY(0) scale(1.1);
}
#hd .swiper-card .swiper-button-prev:active,
#hd .swiper-card .swiper-button-next:active {
  -webkit-transform: translateY(0) scale(0.9);
  transform: translateY(0) scale(0.9);
}
#hd .swiper-card .swiper-button-prev.swiper-button-disabled,
#hd .swiper-card .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#hd .swiper-card .swiper-button-prev:after {
  margin-right: 0.125em;
}
#hd .swiper-card .swiper-button-next:after {
  margin-left: 0.125em;
}

@media screen and (max-width: 1440px) {
  #hd .swiper-card {
    width: 170%;
    margin-inline: -35%;
  }
  #hd .swiper-card .swiper-pagination-wrapper {
    width: 140%;
    margin-left: -20%;
    margin-top: 1em;
  }
  #hd .swiper-card .custom-dot-name {
    font-size: 1.25em;
  }
  #hd .swiper-card .hd-txt {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  #hd .swiper-card {
    width: 180%;
    margin-inline: -40%;
  }
  #hd .swiper-card .hd-txt {
    padding: 20px 0 30px;
  }
  #hd .swiper-card .hd-controls {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  #hd .swiper-card {
    width: 240%;
    margin-inline: -70%;
  }
}
@media screen and (max-width: 768px) {
  #hd .swiper-card {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 620px) {
  #hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
  #hd .swiper-card {
    width: 260%;
    margin-inline: -80%;
  }
  #hd .swiper-card .swiper-pagination-wrapper {
    width: 120%;
    margin-left: -10%;
    margin-top: 0;
  }
  #hd .swiper-card .swiper-pagination {
    width: 100vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding-inline: 0;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 2px solid white;
    margin-inline: auto;
  }
  #hd .swiper-card .swiper-pagination:after {
    display: none;
  }
  #hd .swiper-card .custom-dot {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 1em 1.5em 0.875em;
  }
  #hd .swiper-card .custom-dot:after {
    bottom: -2px;
  }
  #hd .swiper-card .custom-dot-name {
    font-size: 1.25em;
  }
}
#hd .hd-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: calc(100% - 100px);
  position: fixed;
  top: 100px;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  z-index: 10;
  visibility: visible !important;
  pointer-events: none;
  -webkit-transition: transform 0.6s, opacity 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
#hd .hd-nav.is-hidden:not(:focus-within) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
}
#hd .hd-nav .pd-name {
  display: block;
  font-size: 1.3em;
  line-height: 1;
  letter-spacing: 0.018em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-left: auto;
  margin-right: 3px;
  margin-bottom: 0.5em;
}
#hd .hd-nav a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125em;
  letter-spacing: 0.018em;
  text-align: right;
  margin-left: auto;
  color: transparent;
  padding: 0.5em 2.5em 0.4em 1em;
  border-radius: 1.25em 0 0 1.25em;
  position: relative;
  pointer-events: all;
  text-transform: uppercase;
}
#hd .hd-nav a:before, #hd .hd-nav a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#hd .hd-nav a:before {
  width: 1.6em;
  height: 2em;
  right: 0;
  background: url(../img/nav-active.png) center no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: transform 0.25s ease, opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .hd-nav a:after {
  width: 1.4em;
  height: 5px;
  right: 3px;
  background: #aaa;
  border-radius: 0.5em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .hd-nav a:hover, #hd .hd-nav a:focus-visible, #hd .hd-nav a.is-current {
  background: rgba(0, 0, 0, 0.5);
}
#hd .hd-nav a:hover, #hd .hd-nav a:focus-visible {
  color: white;
}
#hd .hd-nav a.is-current {
  color: white;
}
#hd .hd-nav a.is-current:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .hd-nav a.is-current:after {
  background: white;
}

@media screen and (max-width: 1600px) {
  #hd .hd-nav {
    right: 10px;
  }
  #hd .hd-nav a {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 1366px) {
  #hd .hd-nav {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-nav {
    display: none;
  }
  #hd .hd-nav ul li .hd-tooltip {
    display: none;
  }
}
#hd .sec-kv {
  padding-bottom: 100px;
  position: relative;
  padding: 0;
}
#hd .sec-kv .hd-img-container {
  margin-bottom: -12%;
  position: relative;
  overflow: hidden;
}
#hd .sec-kv .hd-img-container img {
  width: 100%;
}
#hd .sec-kv .hd-container {
  position: relative;
  z-index: 2;
}
#hd .sec-kv .font-rog {
  font-size: 1.75em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
#hd .sec-kv p {
  font-size: 1.125em;
  max-width: 53em;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  #hd .sec-kv {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-kv {
    padding-bottom: 20px;
  }
  #hd .sec-kv .font-rog {
    font-size: 1.5em;
  }
  #hd .sec-kv p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-kv p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-kv .hd-img-container img {
    width: 120%;
    max-width: none !important;
    margin-left: -10%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-kv .font-rog {
    font-size: 1.25em;
  }
  #hd .sec-kv .hd-img-container img {
    width: 140%;
    margin-left: -20%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-kv .font-rog {
    font-size: 1.125em;
    letter-spacing: 0.06em;
  }
  #hd .sec-kv .hd-img-container {
    margin-bottom: -21%;
  }
  #hd .sec-kv .hd-img-container img {
    width: 200%;
    margin-left: -50%;
  }
}
#hd .sec-ksp {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-ksp .deco-right {
  width: 22%;
  position: absolute;
  left: -5%;
  top: 0;
  margin-top: -7%;
}
#hd .sec-ksp .color-light-grey {
  color: #e5e5e5 !important;
}
#hd .sec-ksp .hd-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 2fr;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  grid-auto-rows: auto;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
}
#hd .sec-ksp .hd-grid > li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1/1/2/4;
}
#hd .sec-ksp .hd-grid > li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1/4/2/5;
}
#hd .sec-ksp .hd-grid > li:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
#hd .sec-ksp .hd-grid > li:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2/2/3/4;
}
#hd .sec-ksp .hd-grid > li:nth-child(4) .hd-frame {
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(#060011), to(#3d16ad));
  background: linear-gradient(90deg, black, #060011, #3d16ad);
}
#hd .sec-ksp .hd-grid > li:nth-child(4) .hd-frame .hd-txt {
  margin-left: -15%;
}
#hd .sec-ksp .hd-grid > li:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}
#hd .sec-ksp .hd-grid > li:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}
#hd .sec-ksp .hd-grid > li:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 3/3/4/4;
}
#hd .sec-ksp .hd-grid > li:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 4/1/5/4;
}
#hd .sec-ksp .hd-grid > li:nth-child(8) .hd-txt {
  padding-right: 0;
}
#hd .sec-ksp .hd-grid > li:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 2/4/5/5;
}
#hd .sec-ksp .hd-grid > li:nth-child(9) .hd-frame {
  background: #3d16ad;
}
#hd .sec-ksp .hd-frame {
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #3d16ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3d16ad), to(#0c72a7));
  background-image: linear-gradient(180deg, #3d16ad, #0c72a7);
  border-radius: 20px 20px 20px 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-ksp .hd-frame .hd-txt {
  padding: 30px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
#hd .sec-ksp .hd-frame h3 {
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: 0.125em;
}
#hd .sec-ksp .hd-frame h3 .txt-larger {
  font-size: 1.25em;
}
#hd .sec-ksp .hd-frame p {
  line-height: 1.25;
}
#hd .sec-ksp .hd-frame.frame-mosfet .hd-img-container {
  width: 45%;
}
#hd .sec-ksp .hd-frame.frame-ivs .hd-img-container {
  width: 30%;
  padding-left: 5%;
}
#hd .sec-ksp .hd-frame.frame-ivs img {
  width: 100%;
}
#hd .sec-ksp .hd-frame.frame-cert {
  text-align: center;
}
#hd .sec-ksp .hd-frame.frame-cert .hd-img-container {
  width: 100%;
  height: 0;
  padding-bottom: 42%;
  margin-top: 1.5em;
  margin-bottom: 5px;
  position: relative;
}
#hd .sec-ksp .hd-frame.frame-cert .hd-img-container img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
#hd .sec-ksp .hd-frame.frame-cert .hd-txt {
  padding-block: 10px 20px;
}
#hd .sec-ksp .hd-frame.frame-txt {
  padding-block: 0;
}
#hd .sec-ksp .hd-frame.frame-txt h3 {
  line-height: 0.9;
}
#hd .sec-ksp .hd-frame.frame-txt strong {
  display: block;
  font-size: 1.25em;
}
#hd .sec-ksp .hd-frame.frame-txt span {
  font-size: 0.875em;
}
#hd .sec-ksp .hd-frame.frame-vga img {
  width: 100%;
  margin-bottom: -5%;
}
#hd .sec-ksp .hd-frame.frame-vga .hd-txt {
  padding-bottom: 0;
}

@media screen and (min-width: 2560px) {
  #hd .sec-ksp .hd-grid {
    grid-column-gap: 20px;
    grid-row-gap: 24px;
  }
  #hd .sec-ksp .hd-frame.frame-equalizer .hd-img-container {
    width: 50%;
    margin-right: -5%;
  }
  #hd .sec-ksp .hd-frame.frame-equalizer .hd-xt {
    width: 55%;
  }
}
@media screen and (min-width: 3000px) {
  #hd .sec-ksp .hd-w1000 {
    max-width: 1600px;
  }
}
@media screen and (max-width: 1600px) {
  #hd .sec-ksp .hd-frame .hd-txt {
    padding: 24px;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-ksp .hd-frame .hd-txt {
    padding: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-ksp .hd-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
  #hd .sec-ksp .hd-frame h3 {
    font-size: 1.5em;
  }
  #hd .sec-ksp .hd-frame p {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-ksp {
    padding: 60px 0;
  }
  #hd .sec-ksp .hd-grid {
    grid-column-gap: 12px;
    grid-row-gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-ksp .hd-container {
    max-width: 600px;
  }
  #hd .sec-ksp .hd-grid {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  #hd .sec-ksp .hd-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #hd .sec-ksp .hd-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #hd .sec-ksp .hd-grid > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #hd .sec-ksp .hd-grid > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  #hd .sec-ksp .hd-grid > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #hd .sec-ksp .hd-grid > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(n) {
    width: 100%;
    margin: 0 !important;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1/1/2/4;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-area: 1/4/2/7;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-area: 2/3/3/7;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 3/3/4/5;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-area: 3/5/4/7;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-area: 4/1/5/7;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-area: 5/1/6/7;
  }
  #hd .sec-ksp .hd-frame p {
    font-size: 1em;
  }
  #hd .sec-ksp .hd-frame.frame-mosfet {
    display: block;
  }
  #hd .sec-ksp .hd-frame.frame-mosfet .hd-img-container {
    width: 60%;
    margin: 0 auto;
    position: relative;
  }
  #hd .sec-ksp .hd-frame.frame-mosfet .hd-txt {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  #hd .sec-ksp .hd-frame.frame-ivs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-ksp .hd-frame.frame-ivs .hd-img-container {
    width: 100%;
    padding-left: 0;
    margin-block: auto;
  }
  #hd .sec-ksp .hd-frame.frame-ivs img {
    width: auto;
    margin: 0 auto;
  }
  #hd .sec-ksp .hd-frame.frame-ivs .hd-txt {
    width: 100%;
  }
  #hd .sec-ksp .hd-frame.frame-txt {
    font-size: 1.25em;
    padding-block: 10px;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-ksp {
    padding: 40px 0;
  }
  #hd .sec-ksp .hd-frame .hd-txt {
    padding: 16px;
  }
  #hd .sec-ksp .hd-frame.frame-txt {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ksp {
    text-align: center;
  }
  #hd .sec-ksp .deco-right {
    width: 33%;
    margin-top: -10%;
  }
  #hd .sec-ksp .hd-container {
    max-width: 400px;
  }
  #hd .sec-ksp .hd-grid {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(5) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 4/1/5/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5/1/6/2;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 5/2/6/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(8) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 6/1/7/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(9) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 7/1/8/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(4) img {
    width: 80%;
    margin: 0 auto;
  }
  #hd .sec-ksp .hd-frame h3 {
    font-size: 1.5em;
  }
  #hd .sec-ksp .hd-frame.frame-cert {
    padding-block: 0;
    display: block;
  }
  #hd .sec-ksp .hd-frame.frame-txt {
    padding: 5px 0 0 0;
  }
  #hd .sec-ksp .hd-frame.frame-gan {
    display: block;
  }
  #hd .sec-ksp .hd-frame.frame-gan .hd-img-container {
    width: 70%;
    margin: 0 auto;
  }
  #hd .sec-ksp .hd-frame.frame-gan .hd-txt {
    width: 100%;
    margin: 0 auto !important;
  }
  #hd .sec-ksp .hd-frame.frame-equalizer {
    display: block;
  }
  #hd .sec-ksp .hd-frame.frame-equalizer .hd-img-container {
    width: 90%;
    margin: 0 auto;
  }
  #hd .sec-ksp .hd-frame.frame-equalizer .hd-txt {
    width: 100%;
    padding-right: 16px !important;
  }
  #hd .sec-ksp .hd-frame.frame-vga .hd-txt {
    padding: 5% 20px;
  }
  #hd .sec-ksp .hd-frame.frame-vga h3 {
    font-size: 1.25em;
  }
}
#hd .sec-features {
  position: relative;
  overflow: hidden;
}
#hd .sec-features > .hd-bg {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}
#hd .sec-features .hd-wrapper {
  padding-top: 2%;
  margin-bottom: 4%;
  position: relative;
}
#hd .sec-features .hd-wrapper .hd-content {
  margin-left: auto;
  position: relative;
  pointer-events: all;
  padding: 0 2em;
}
#hd .sec-features .hd-frame {
  position: relative;
  background: black;
}
#hd .sec-features .hd-frame .hd-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd #pageContent-fig-gan {
  position: relative;
}
#hd #pageContent-fig-gan .hd-mark {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 2%;
  margin-bottom: 10%;
}
#hd #pageContent-fig-gan .hd-arrow {
  width: 55%;
  position: absolute;
  bottom: 2.125em;
  left: 7.5em;
}
#hd #pageContent-fig-gan span {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2em;
  line-height: 1;
  position: relative;
  z-index: 2;
}
#hd #pageContent-fig-gan strong {
  display: block;
  font-size: 2.5em;
  margin-top: 0.125em;
  margin-bottom: -0.125em;
}
#hd #pageContent-fig-gan small {
  font: inherit;
  font-size: 0.875em;
}
#hd #pageContent-swiper-ivs {
  overflow: hidden;
  padding-bottom: 10px;
}
#hd #pageContent-swiper-ivs .swiper-button-prev,
#hd #pageContent-swiper-ivs .swiper-button-next {
  width: 40px;
  height: 40px;
  position: relative;
  inset: 0;
  margin: 10px 5px 0;
}
#hd #pageContent-swiper-ivs .swiper-button-prev:after,
#hd #pageContent-swiper-ivs .swiper-button-next:after {
  font-size: 1.25em;
}
#hd #pageContent-swiper-ivs .swiper-button-prev:hover, #hd #pageContent-swiper-ivs .swiper-button-prev:focus-visible,
#hd #pageContent-swiper-ivs .swiper-button-next:hover,
#hd #pageContent-swiper-ivs .swiper-button-next:focus-visible {
  background: #52ffed;
  outline-offset: 1px;
}
#hd .frame-mode {
  text-align: center;
}
#hd .frame-mode #pageContent-swiper-mode {
  overflow: hidden;
  padding-bottom: 10px;
}
#hd .frame-mode .hd-row {
  margin-top: 1em;
}
#hd .frame-mode .hd-frame img {
  width: 100%;
}
#hd .frame-mode .turbo-images {
  position: relative;
}
#hd .frame-mode .turbo-switcher {
  position: relative;
  margin-top: 0.6em;
  width: 210px;
  margin: 0 auto;
  margin-top: 0.5em;
  z-index: 3;
}
#hd .frame-mode .turbo-switcher > p {
  position: absolute;
  color: white;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.4em;
  top: 0.1em;
  width: 4em;
}
#hd .frame-mode .turbo-switcher > p.txt-off {
  right: 98%;
  text-align: right;
}
#hd .frame-mode .turbo-switcher > p.txt-on {
  left: 96%;
  text-align: left;
}
#hd .frame-mode .turbo-switcher .turbo-option-off:after {
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
}
#hd .frame-mode .turbo-switcher .turbo-option-off {
  margin-right: -18%;
  margin-left: 7%;
}
#hd .frame-mode .turbo-switcher .turbo-option-off p {
  -webkit-transform: translatex(-68px);
          transform: translatex(-68px);
}
#hd .frame-mode .turbo-switcher .turbo-option-on:after {
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
}
#hd .frame-mode .turbo-switcher .turbo-option-on p {
  -webkit-transform: translatex(65px);
          transform: translatex(65px);
}
#hd .frame-mode .turbo-switcher .turbo-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
#hd .frame-mode .turbo-switcher .turbo-option {
  padding: 5px 18px 0;
  color: #fff;
  cursor: pointer;
  width: 50%;
  height: 30px;
  position: relative;
}
#hd .frame-mode .turbo-switcher .turbo-option:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #999;
}
#hd .frame-mode .turbo-switcher .turbo-option.is-active:after {
  background: -webkit-gradient(linear, left top, right top, from(#0a5cff), to(#52ffed));
  background: linear-gradient(90deg, #0a5cff 0%, #52ffed 100%);
}
#hd .frame-mode .turbo-switcher .turbo-option.is-active {
  border-color: #52ffed;
  color: #fff;
}
#hd .frame-mode .turbo-switcher .turbo-option:hover:after {
  background-color: #ddd;
}
#hd .frame-mode .turbo-switcher .turbo-option:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  z-index: 2;
}
#hd .frame-mode .turbo-switcher .turbo-option:focus-visible:after {
  background-color: white;
}
#hd .frame-mode .turbo-switcher .turbo-panel[hidden] {
  display: none;
}
#hd .frame-mode .turbo-switcher .turbo-images img {
  display: block;
  max-width: 100%;
  height: auto;
}
#hd .frame-mode h4 {
  margin-bottom: 0;
  font-size: 1.8em;
}
#hd .frame-mode .turbo-chart[hidden] {
  display: none;
}
#hd .frame-mode .turbo-chart strong {
  display: block;
  font-size: 1.4em;
}
#hd .frame-mode .turbo-chart p {
  font-size: 0.75em;
}
#hd .frame-mode .turbo-chart img {
  margin-top: 0.5em;
}

@media screen and (max-width: 1366px) {
  #hd .sec-features .hd-container {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-features .hd-wrapper .hd-content {
    padding-top: 0;
  }
  #hd .sec-features .hd-wrapper .hd-content p {
    margin-bottom: 26px;
    padding-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-features #pageContent-fig-gan span {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-features {
    text-align: center;
  }
  #hd .sec-features h3 {
    font-size: 1.8em;
  }
  #hd .sec-features .title-deco {
    margin-bottom: 0;
  }
  #hd .sec-features .hd-img-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px !important;
  }
  #hd .sec-features .hd-container {
    position: relative;
  }
  #hd .sec-features .hd-content {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #hd .sec-features .item-ivs .hd-img-container {
    margin-bottom: 0 !important;
  }
  #hd #pageContent-fig-gan span {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-features .hd-wrapper .hd-content {
    padding: 0;
  }
  #hd .sec-features .frame-mode figure {
    width: 80%;
    margin: 0 auto;
  }
  #hd .sec-features .frame-mode .turbo-chart {
    position: relative;
    z-index: 2;
  }
  #hd .sec-features .frame-mode .turbo-images {
    margin-top: -8%;
    margin-bottom: -4%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-features h3 {
    font-size: 1.6em;
  }
  #hd .sec-features .item-ivs .hd-img-container {
    width: calc(100% + 20px);
    max-width: none !important;
    margin-top: -20px !important;
    margin-inline: -10px !important;
  }
  #hd #pageContent-fig-gan {
    font-size: 0.6em;
  }
}
#hd .sec-display img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 620px) {
  #hd .sec-display img {
    width: 100%;
  }
}
#hd .sec-cooling {
  overflow: hidden;
  position: relative;
}
#hd .sec-cooling > .hd-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-cooling .swiper-slide {
  padding: 0.7em;
  text-align: center;
  height: auto;
  text-align: left;
}
#hd .sec-cooling .hd-frame {
  position: relative;
  padding: 0;
  height: 100%;
}
#hd .sec-cooling .hd-frame .hd-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-cooling .hd-content {
  position: relative;
  padding-left: 2em;
  padding-right: 1em;
}
#hd .sec-cooling figure {
  position: relative;
}
#hd .sec-cooling figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #hd .sec-cooling .hd-frame {
    padding: 1.5em;
  }
  #hd .sec-cooling .hd-content {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
    padding: 0;
  }
  #hd .sec-cooling figure {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  #hd .sec-cooling figure img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-cooling .hd-frame {
    padding: 1em;
  }
  #hd .sec-cooling .card {
    padding: 2em 1.5em;
  }
}
#hd .sec-equalizer {
  padding-top: 16%;
  padding-bottom: 5%;
  position: relative;
  overflow: hidden;
}
#hd .sec-equalizer .hd-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: 0 0;
     object-position: 0 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .sec-equalizer .hd-intro {
  width: 48%;
  max-width: 34em;
  padding-bottom: 10%;
  margin-left: auto;
}
#hd .sec-equalizer .hd-intro .txt-larger {
  font-size: 1.25em;
}
#hd .sec-equalizer .hd-txt p {
  max-width: 50em;
  margin: 0 auto;
  margin-bottom: 0.5em;
}
#hd .sec-equalizer #pageContent-swiper-equalizer {
  width: 100%;
  position: relative;
  overflow: visible;
  z-index: 2;
}
#hd .sec-equalizer #pageContent-swiper-equalizer .swiper-slide {
  padding: 12px;
}
#hd .sec-equalizer #pageContent-swiper-equalizer .swiper-pagination {
  margin-top: 10px;
}
#hd .sec-equalizer #pageContent-swiper-equalizer .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
#hd .sec-equalizer #pageContent-swiper-equalizer .swiper-pagination-bullet-active {
  width: 10px;
}
#hd .sec-equalizer .hd-frame {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3% 5% 20px;
  border: 1px solid rgba(82, 255, 237, 0.75);
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
#hd .sec-equalizer .hd-frame .hd-img-container {
  margin-top: auto;
  margin-bottom: auto;
}
#hd .sec-equalizer .list-thermal {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .sec-equalizer .list-thermal > li {
  width: 50%;
  max-width: 24em;
  padding: 20px;
}
#hd .sec-equalizer .list-thermal img {
  width: 100%;
  max-width: 16em !important;
  margin: 0 auto;
}
#hd .sec-equalizer .list-thermal .hd-txt {
  padding: 10px 2% 0;
}
#hd .sec-equalizer .list-thermal p {
  font-size: 1.25em;
  margin: 10px 0;
}
#hd .sec-equalizer .list-thermal .color-primary {
  color: #e294f8 !important;
}
#hd .sec-equalizer .list-thermal .color-cyan {
  color: cyan;
}
#hd .sec-equalizer .list-thermal .color-red {
  color: red;
}
#hd .sec-equalizer .hd-note {
  max-width: 40em;
  margin: 0 auto;
}
#hd .sec-equalizer .hd-note small {
  display: block;
  font-size: 0.75em;
  line-height: 1.25;
}
#hd .sec-equalizer .slide-temp .hd-img-container {
  width: 90%;
  margin: auto;
}
#hd .sec-equalizer .slide-temp img {
  width: 100%;
  margin-bottom: 20px;
}
#hd .sec-equalizer .slide-capacity .hd-img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 112%;
  margin: -14% -6% -5%;
}
#hd .sec-equalizer .slide-capacity img {
  width: 65%;
  margin-left: auto;
  margin-right: 0;
}
#hd .sec-equalizer .slide-capacity .hd-pos {
  padding-left: 10%;
  margin-right: -10%;
  position: relative;
  z-index: 2;
}
#hd .sec-equalizer .slide-capacity .color-highlight {
  color: #52ffed !important;
}
#hd .sec-equalizer .swiper-button-prev,
#hd .sec-equalizer .swiper-button-next {
  margin: 0 -34px;
}
#hd .sec-equalizer .swiper-button-prev:hover,
#hd .sec-equalizer .swiper-button-next:hover {
  background: #52ffed;
}
#hd .sec-equalizer .swiper-button-prev.swiper-button-disabled,
#hd .sec-equalizer .swiper-button-next.swiper-button-disabled {
  display: none;
}

@media screen and (max-width: 1440px) {
  #hd .sec-equalizer .slide-capacity .hd-pos {
    padding-left: 5%;
  }
  #hd .sec-equalizer .list-thermal > li {
    max-width: 20em;
    padding: 10px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-equalizer .hd-frame {
    border-radius: 30px;
  }
  #hd .sec-equalizer .list-thermal > li {
    max-width: 18em;
  }
  #hd .sec-equalizer .slide-capacity .hd-img-container {
    margin: -10% -6% -5%;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-equalizer .hd-container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-equalizer {
    padding-top: 44%;
  }
  #hd .sec-equalizer .hd-bg {
    width: 140%;
    max-width: none !important;
    right: -40%;
  }
  #hd .sec-equalizer .hd-intro {
    width: 100%;
    max-width: none;
    padding-bottom: 20px;
    text-align: center;
  }
  #hd .sec-equalizer #pageContent-swiper-equalizer .swiper-slide {
    padding: 4px;
  }
  #hd .sec-equalizer .slide-capacity .hd-img-container {
    display: block;
    text-align: center;
    margin: 0;
  }
  #hd .sec-equalizer .slide-capacity .hd-img-container img {
    width: 80%;
  }
  #hd .sec-equalizer .slide-capacity .hd-pos {
    padding: 0;
    margin: 0 auto -10%;
  }
  #hd .sec-equalizer .hd-controls {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 20px;
  }
  #hd .sec-equalizer .swiper-button-prev,
  #hd .sec-equalizer .swiper-button-next {
    width: 36px;
    height: 36px;
    margin: 0 -24px;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-equalizer .hd-frame {
    padding-top: 5%;
  }
  #hd .sec-equalizer .hd-txt p {
    font-size: 0.9rem;
    line-height: 1.25;
  }
  #hd .sec-equalizer .slide-temp .hd-img-container {
    width: 100%;
  }
}
#hd .sec-certification {
  padding-top: 8em;
  position: relative;
  overflow: hidden;
}
#hd .sec-certification .hd-img-container {
  margin-top: -14%;
}
#hd .sec-certification .hd-img-container img {
  width: 100%;
}
#hd .sec-certification .hd-content {
  margin-top: -8%;
}
#hd .sec-certification .hd-content p {
  max-width: 46em;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  #hd .sec-certification {
    padding-top: 6em;
  }
  #hd .sec-certification .hd-img-container {
    margin-top: -26%;
  }
  #hd .sec-certification .hd-img-container img {
    width: 140%;
    max-width: none !important;
    margin-left: -20%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-certification {
    padding-top: 4em;
  }
  #hd .sec-certification .hd-img-container {
    margin-top: -32%;
  }
  #hd .sec-certification .hd-img-container img {
    width: 180%;
    margin-left: -40%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-certification {
    padding-top: 3em;
  }
  #hd .sec-certification .hd-img-container {
    margin-top: -36%;
  }
  #hd .sec-certification .hd-img-container img {
    width: 220%;
    margin-left: -60%;
  }
}
#hd .sec-cables {
  position: relative;
  overflow: hidden;
}
#hd .sec-cables .hd-bg {
  position: absolute;
  width: auto;
  height: 100%;
  inset: 0;
  margin: 0 auto;
}
#hd .sec-cables .hd-col50 {
  padding: 0 2%;
}
#hd .sec-cables .hd-frame {
  height: 100%;
}
#hd .sec-cables .hd-content {
  margin-bottom: 1.5em;
}
#hd .sec-cables .hd-note {
  margin-top: 1em;
}
#hd .sec-cables .hd-note small {
  display: block;
}
#hd .sec-cables .left .hd-img-container {
  position: relative;
}
#hd .sec-cables .left .hd-img-container img {
  width: 100%;
}
#hd .sec-cables .left .hd-img-container .hd-pd {
  position: relative;
  z-index: 2;
}
#hd .sec-cables .left .hd-img-container .hd-line {
  position: absolute;
  inset: 0;
}
#hd .sec-cables .left .hd-img-container ol li {
  font-size: 1.25em;
  font-weight: 500;
  text-align: right;
  position: absolute;
  right: 6%;
  z-index: 3;
}
#hd .sec-cables .left .hd-img-container ol li:nth-child(1) {
  bottom: 90%;
}
#hd .sec-cables .left .hd-img-container ol li:nth-child(2) {
  bottom: 76%;
}
#hd .sec-cables .left .hd-img-container ol li:nth-child(3) {
  bottom: 62.5%;
}
#hd .sec-cables .left .list-features > li {
  font-size: 1.15em;
  padding: 0.5em 0.125em;
  position: relative;
  padding-left: 2.5em;
}
#hd .sec-cables .left .list-features > li:before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/cables/check.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.3em;
  left: 0.25em;
}
#hd .sec-cables .left .list-features > li:nth-child(2n) {
  background: #272727;
}
#hd .sec-cables .right .list-icons img {
  width: 75%;
  margin: 1em auto;
}

@media screen and (max-width: 768px) {
  #hd .sec-cables .hd-col50 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 375px) {
  #hd .sec-cables .hd-border-frame {
    padding: 1em;
  }
  #hd .sec-cables .left .hd-img-container ol li {
    font-size: 1.1em;
  }
}
#hd .sec-personalization {
  position: relative;
  overflow: hidden;
}
#hd .sec-personalization .hd-txt button,
#hd .sec-personalization .hd-txt a {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  padding: 10px 0;
  text-align: left;
}
#hd .sec-personalization .hd-txt button:hover, #hd .sec-personalization .hd-txt button:focus-visible,
#hd .sec-personalization .hd-txt a:hover,
#hd .sec-personalization .hd-txt a:focus-visible {
  text-decoration: underline;
}
#hd .sec-personalization .hd-lightingbox {
  width: 70%;
  max-width: 30em;
  margin: 2em auto;
  position: relative;
}
#hd .sec-personalization .vid-control {
  bottom: 10%;
  right: 100%;
}
#hd .sec-personalization .hd-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#hd .sec-personalization .hd-controls button {
  width: 10%;
  margin-bottom: 16px;
  color: white;
  cursor: pointer;
}
#hd .sec-personalization .hd-controls button b {
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  margin: 0.5em 0 0;
}
#hd .sec-personalization .hd-controls button:hover .hd-icon img, #hd .sec-personalization .hd-controls button:focus-visible .hd-icon img, #hd .sec-personalization .hd-controls button.hd-active .hd-icon img {
  display: none;
}
#hd .sec-personalization .hd-controls button:hover .hd-icon .hd-on, #hd .sec-personalization .hd-controls button:focus-visible .hd-icon .hd-on, #hd .sec-personalization .hd-controls button.hd-active .hd-icon .hd-on {
  display: block;
}
#hd .sec-personalization .hd-controls .hd-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
#hd .sec-personalization .hd-controls .hd-icon img {
  width: 100%;
}
#hd .sec-personalization .hd-controls .hd-icon .hd-on {
  display: none;
}
#hd #pageContent-auraPd {
  width: 100%;
}
#hd #pageContent-colorpicker {
  width: 110px;
  position: absolute;
  left: 100%;
  bottom: 10%;
  margin: 0 20px;
  z-index: 2;
}
#hd #pageContent-color,
#hd #pageContent-greybg {
  width: 77%;
  height: 46%;
  padding-bottom: 0;
  position: absolute;
  top: 35%;
  left: 7%;
  -webkit-transform: none;
          transform: none;
  z-index: -1;
}
#hd #pageContent-greybg {
  background-color: black;
  z-index: -2;
}
#hd #pageContent-lighting {
  position: relative;
  z-index: 3;
}
#hd #pageContent-lighting.is-open .hd-lightingBox {
  opacity: 0.5;
  pointer-events: none;
}
#hd .starry_night {
  display: none;
}
#hd .starry_night li {
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  background-color: #ff0;
  position: absolute;
  background: radial-gradient(circle, #ff5555, #ff0000, #aa0000, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0));
  -webkit-animation: breathing 2s infinite;
          animation: breathing 2s infinite;
}
#hd .starry_night li:nth-child(1) {
  left: -2%;
  top: 15%;
}
#hd .starry_night li:nth-child(2) {
  left: 35%;
  top: 40%;
  -webkit-animation: breathing 3s -1s infinite;
          animation: breathing 3s -1s infinite;
}
#hd .starry_night li:nth-child(3) {
  left: 59%;
  top: 31%;
  -webkit-animation: breathing 2s -1s infinite;
          animation: breathing 2s -1s infinite;
}
#hd .starry_night li:nth-child(4) {
  left: 76%;
  top: 1%;
  -webkit-animation: breathing 3s -1s infinite;
          animation: breathing 3s -1s infinite;
}
#hd .hd-rainbow {
  background-color: #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-flux {
  background: #63e7ec;
  background-image: linear-gradient(160deg, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #5216c1, #253eda, #3594f5, #63e7ec, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #5216c1, #253eda, #3594f5, #63e7ec);
  background-size: 330%;
  background-repeat: repeat-x;
  background-position: 0 0;
}
#hd .hd-flux:before, #hd .hd-flux:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0));
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 16s;
  -webkit-animation-name: fluxShadow;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 16s;
  -moz-animation-name: fluxShadow;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 16s;
  -o-animation-name: fluxShadow;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 16s;
  animation-name: fluxShadow;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
#hd .hd-flux:after {
  top: 90%;
}
#hd .hd-snow {
  background: #fd46a6;
  background-image: linear-gradient(160deg, #5216c1, #3594f5, #3594f5, #63e7ec, #3594f5, #3594f5, #253eda, #253eda, #63e7ec, #3594f5, #3594f5, #63e7ec, #3594f5, #3594f5, #5216c1, #3594f5, #3594f5, #63e7ec, #3594f5, #3594f5, #253eda, #253eda, #63e7ec, #3594f5, #3594f5, #63e7ec, #3594f5, #3594f5, #5216c1);
  background-size: 530%;
  background-repeat: repeat-x;
  background-position: 0 0;
}
#hd .hd-sunset {
  background: #fd46a6;
  background-image: linear-gradient(160deg, #5216c1, #d748de, #d748de, #ffed8a, #fd46a6, #fd46a6, #ff7233, #ef212c, #ef212c, #ff7233, #fd46a6, #fd46a6, #ffed8a, #d748de, #d748de, #5216c1, #d748de, #d748de, #ffed8a, #fd46a6, #fd46a6, #ff7233, #ef212c, #ef212c, #ff7233, #fd46a6, #fd46a6, #ffed8a, #d748de, #d748de, #5216c1);
  background-size: 530%;
  background-repeat: repeat-x;
  background-position: 0 0;
}
#hd .hd-starry {
  background: #550000 !important;
}
#hd .hd-starry .starry_night {
  display: block;
}
#hd .farbtastic canvas {
  left: 0;
}

@media screen and (min-width: 2560px) {
  #hd .sec-personalization .hd-lightingbox {
    max-width: 1200px;
  }
  #hd .sec-personalization .hd-controls .hd-icon {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-personalization .hd-controls {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-personalization .hd-controls {
    padding: 20px 0;
  }
  #hd .sec-personalization .hd-controls button {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-personalization .hd-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-personalization .hd-title {
    width: 100%;
  }
  #hd .sec-personalization .hd-title br {
    display: none;
  }
  #hd .sec-personalization .hd-txt {
    width: 100%;
  }
  #hd .sec-personalization .vid-control {
    margin-right: -5%;
  }
  #hd .sec-personalization .hd-controls button {
    width: 16%;
  }
  #hd .sec-personalization #pageContent-colorpicker {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-personalization .hd-controls button {
    width: 33.3333%;
  }
  #hd .sec-personalization .hd-lightingbox {
    width: 90%;
    margin-right: 0;
  }
  #hd .sec-personalization .vid-control {
    margin-bottom: 10px;
  }
  #hd .sec-personalization .hd-controls .hd-icon {
    width: 44px;
    height: 44px;
  }
  #hd .sec-personalization .hd-controls {
    margin-top: 80px;
  }
  #hd .sec-personalization #pageContent-colorpicker {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 79%;
  }
}
#hd .sec-diy .hd-frame {
  position: relative;
}
#hd .sec-diy .hd-frame .hd-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-diy .hd-content {
  position: relative;
}
#hd .sec-diy figure {
  position: relative;
}

@media screen and (min-width: 2560px) {
  #hd .sec-diy .hd-frame {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-diy .hd-content {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  #hd .sec-diy figure {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
#hd .sec-protection {
  position: relative;
  overflow: hidden;
}
#hd .sec-protection .title-deco {
  padding-bottom: 0;
  margin-bottom: 0;
}
#hd .sec-protection .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-protection .hd-content {
  max-width: 48em;
  margin: 20px auto 40px;
}
#hd .sec-protection .list-icons {
  width: 90%;
  max-width: 38em;
  margin: 0 auto;
}
#hd .sec-protection .list-icons > li {
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
#hd .sec-protection .list-icons img {
  width: 8em;
  margin: 0 auto 10px;
}
#hd .sec-protection .list-icons h3 {
  font-size: 1.25em;
  letter-spacing: 0.018em;
}

@media screen and (max-width: 1280px) {
  #hd .sec-protection .hd-content {
    margin-bottom: 30px;
  }
  #hd .sec-protection .list-icons img {
    width: 7em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-protection .list-icons {
    width: 90%;
  }
  #hd .sec-protection .list-icons img {
    width: 6em;
  }
  #hd .sec-protection .list-icons h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-protection .list-icons > li {
    width: 50%;
    padding: 0 6px;
  }
  #hd .sec-protection .list-icons img {
    width: 5em;
  }
}
#hd .sec-faq {
  position: relative;
  overflow: hidden;
  padding: 4em 0;
}
#hd .sec-faq .hd-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
#hd .sec-faq .hd-intro {
  position: relative;
  z-index: 2;
}
#hd .sec-faq .hd-wrapper {
  width: 100%;
}
#hd .sec-faq .hd-content {
  width: 100%;
}
#hd .sec-faq .list-feature > li {
  padding: 12px 16px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
#hd .sec-faq .list-feature button {
  display: block;
  padding: 10px 0;
  padding-right: 3em;
  width: 100%;
  color: white;
  pointer-events: all;
  cursor: pointer;
  position: relative;
}
#hd .sec-faq .list-feature button i {
  display: block;
  width: 1.25em;
  height: 1.25em;
  border-radius: 2em;
  background: #52ffed;
  position: absolute;
  top: 8px;
  right: -0.5em;
  -webkit-transition: transform 0.25s ease, background 0.25s ease;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .sec-faq .list-feature button i:before, #hd .sec-faq .list-feature button i:after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  border-radius: 2px;
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .sec-faq .list-feature button i:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd .sec-faq .list-feature button:hover i, #hd .sec-faq .list-feature button:focus-visible i {
  background: #00ffb4;
}
#hd .sec-faq .list-feature button[aria-expanded=true] i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:before, #hd .sec-faq .list-feature button[aria-expanded=true] i:after {
  -webkit-transition: transform 0.25s 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s 0.25s ease;
  transition: -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, -webkit-transform 0.25s 0.25s ease;
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] .h4 {
  margin-bottom: 0.75em;
}
#hd .sec-faq .list-feature button[aria-expanded=true] ~ .hd-txt {
  display: block;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUpSmall;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInUpSmall;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInUpSmall;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-duration: 0.4s;
  animation-name: fadeInUpSmall;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-faq .list-feature .h4 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: left;
  padding-right: 1.5em;
}
#hd .sec-faq .list-feature .hd-txt {
  display: none;
  margin-top: 3px;
  padding-right: 3em;
  padding-top: 0;
  padding-bottom: 10px;
}
#hd .sec-faq .list-feature p {
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.75em;
}
#hd .sec-faq .list-feature .txt-link {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  font: inherit;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}
#hd .sec-faq .list-feature .txt-link:hover, #hd .sec-faq .list-feature .txt-link:focus-visible {
  color: #52ffed !important;
}
#hd .sec-faq .list-disc {
  margin: 20px 0;
}
#hd .sec-faq .list-disc > li {
  margin-bottom: 10px;
}
#hd .sec-faq .hd-scroller {
  width: 100%;
  position: relative;
  overflow-x: auto;
  margin: 20px 0;
}
#hd .sec-faq .hd-scroller::-webkit-scrollbar {
  height: 4px;
}
#hd .sec-faq .hd-scroller::-webkit-scrollbar-track {
  background: black;
}
#hd .sec-faq .hd-scroller::-webkit-scrollbar-thumb {
  background: #888;
}
#hd .sec-faq .hd-scroller::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
#hd .sec-faq table {
  width: 100%;
  min-width: 40em;
  border-collapse: collapse;
}
#hd .sec-faq table th, #hd .sec-faq table td {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
}
#hd .sec-faq table thead th {
  background-color: rgba(255, 255, 255, 0.05);
  font-weight: bold;
}
#hd .sec-faq table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1280px) {
  #hd .sec-faq .list-feature p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-faq h2 {
    text-align: center;
  }
  #hd .sec-faq .list-feature > li {
    padding: 10px;
  }
  #hd .sec-faq .list-feature button {
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-faq {
    padding: 3em 0;
  }
  #hd .sec-faq .list-feature {
    font-size: 0.875em;
    margin-bottom: 20px;
  }
  #hd .sec-faq .list-feature button {
    padding-top: 10px;
  }
  #hd .sec-faq .list-feature button i:before, #hd .sec-faq .list-feature button i:after {
    height: 3px;
  }
  #hd .sec-faq .list-feature .hd-txt {
    padding-right: 0;
  }
  #hd .sec-faq .hd-content {
    width: 100%;
    max-width: 600px;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-faq .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-faq .hd-intro {
    width: 100%;
    text-align: center;
  }
  #hd .sec-faq .list-feature {
    font-size: 1em;
  }
  #hd .sec-faq .list-feature > li {
    padding: 6px 12px;
  }
}
#pdc {
  padding: 1px 0;
  background: black;
}
/*# sourceMappingURL=hd-style.css.map */