@import url(../lib/swiper/swiper-bundle.min.css);
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
@import url("https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css");
.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: black;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 0;
  /* ---------- SCREEN READER ---------- */ }
  .style-reset * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word; }
    .style-reset * ::selection {
      background: #030000;
      color: #f71dfc; }
    .style-reset * ::-moz-selection {
      background: #030000;
      color: #f71dfc; }
  .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;
      -moz-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      -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;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
  .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 #f71dfc;
    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% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@-moz-keyframes colorrun {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@-ms-keyframes colorrun {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@-o-keyframes colorrun {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@keyframes colorrun {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@-webkit-keyframes shine {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(2); }
  100% {
    filter: brightness(1); } }
@-moz-keyframes shine {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(2); }
  100% {
    filter: brightness(1); } }
@-ms-keyframes shine {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(2); }
  100% {
    filter: brightness(1); } }
@-o-keyframes shine {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(2); }
  100% {
    filter: brightness(1); } }
@keyframes shine {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(2); }
  100% {
    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%; } }
@-moz-keyframes playSpriteH {
  0% {
    background-position-x: 0%; }
  100% {
    background-position-x: 100%; } }
@-ms-keyframes playSpriteH {
  0% {
    background-position-x: 0%; }
  100% {
    background-position-x: 100%; } }
@-o-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: .9;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); } }
@-moz-keyframes dotHint {
  0% {
    opacity: .9;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); } }
@-ms-keyframes dotHint {
  0% {
    opacity: .9;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); } }
@-o-keyframes dotHint {
  0% {
    opacity: .9;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); } }
@keyframes dotHint {
  0% {
    opacity: .9;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-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;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes wind {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35%,
  100% {
    opacity: 0; } }
@-moz-keyframes wind {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35%,
  100% {
    opacity: 0; } }
@-ms-keyframes wind {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35%,
  100% {
    opacity: 0; } }
@-o-keyframes wind {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35%,
  100% {
    opacity: 0; } }
@keyframes wind {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35%,
  100% {
    opacity: 0; } }
@-webkit-keyframes showDesignFeature {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes showDesignFeature {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes showDesignFeature {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes showDesignFeature {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes showDesignFeature {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes audiowave1 {
  0% {
    padding: 0 0; }
  25% {
    padding: .5em 0; }
  50% {
    padding: 5em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-moz-keyframes audiowave1 {
  0% {
    padding: 0 0; }
  25% {
    padding: .5em 0; }
  50% {
    padding: 5em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-ms-keyframes audiowave1 {
  0% {
    padding: 0 0; }
  25% {
    padding: .5em 0; }
  50% {
    padding: 5em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-o-keyframes audiowave1 {
  0% {
    padding: 0 0; }
  25% {
    padding: .5em 0; }
  50% {
    padding: 5em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@keyframes audiowave1 {
  0% {
    padding: 0 0; }
  25% {
    padding: .5em 0; }
  50% {
    padding: 5em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-webkit-keyframes audiowave2 {
  0% {
    padding: 0 0; }
  25% {
    padding: 2em 0; }
  50% {
    padding: 1em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-moz-keyframes audiowave2 {
  0% {
    padding: 0 0; }
  25% {
    padding: 2em 0; }
  50% {
    padding: 1em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-ms-keyframes audiowave2 {
  0% {
    padding: 0 0; }
  25% {
    padding: 2em 0; }
  50% {
    padding: 1em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-o-keyframes audiowave2 {
  0% {
    padding: 0 0; }
  25% {
    padding: 2em 0; }
  50% {
    padding: 1em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@keyframes audiowave2 {
  0% {
    padding: 0 0; }
  25% {
    padding: 2em 0; }
  50% {
    padding: 1em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-webkit-keyframes audiowave3 {
  0% {
    padding: 0 0; }
  25% {
    padding: 1em 0; }
  50% {
    padding: .5em 0; }
  75% {
    padding: 4em 0; }
  100% {
    padding: 0 0; } }
@-moz-keyframes audiowave3 {
  0% {
    padding: 0 0; }
  25% {
    padding: 1em 0; }
  50% {
    padding: .5em 0; }
  75% {
    padding: 4em 0; }
  100% {
    padding: 0 0; } }
@-ms-keyframes audiowave3 {
  0% {
    padding: 0 0; }
  25% {
    padding: 1em 0; }
  50% {
    padding: .5em 0; }
  75% {
    padding: 4em 0; }
  100% {
    padding: 0 0; } }
@-o-keyframes audiowave3 {
  0% {
    padding: 0 0; }
  25% {
    padding: 1em 0; }
  50% {
    padding: .5em 0; }
  75% {
    padding: 4em 0; }
  100% {
    padding: 0 0; } }
@keyframes audiowave3 {
  0% {
    padding: 0 0; }
  25% {
    padding: 1em 0; }
  50% {
    padding: .5em 0; }
  75% {
    padding: 4em 0; }
  100% {
    padding: 0 0; } }
@-webkit-keyframes audiowaveMove {
  0% {
    -moz-transform: translate(-7050%, 0);
    -o-transform: translate(-7050%, 0);
    -ms-transform: translate(-7050%, 0);
    -webkit-transform: translate(-7050%, 0);
    transform: translate(-7050%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes audiowaveMove {
  0% {
    -moz-transform: translate(-7050%, 0);
    -o-transform: translate(-7050%, 0);
    -ms-transform: translate(-7050%, 0);
    -webkit-transform: translate(-7050%, 0);
    transform: translate(-7050%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-ms-keyframes audiowaveMove {
  0% {
    -moz-transform: translate(-7050%, 0);
    -o-transform: translate(-7050%, 0);
    -ms-transform: translate(-7050%, 0);
    -webkit-transform: translate(-7050%, 0);
    transform: translate(-7050%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-o-keyframes audiowaveMove {
  0% {
    -moz-transform: translate(-7050%, 0);
    -o-transform: translate(-7050%, 0);
    -ms-transform: translate(-7050%, 0);
    -webkit-transform: translate(-7050%, 0);
    transform: translate(-7050%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes audiowaveMove {
  0% {
    -moz-transform: translate(-7050%, 0);
    -o-transform: translate(-7050%, 0);
    -ms-transform: translate(-7050%, 0);
    -webkit-transform: translate(-7050%, 0);
    transform: translate(-7050%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-o-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
/* ---------- color effect ---------- */
@-webkit-keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-moz-keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-ms-keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-o-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; } }
@-moz-keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@-ms-keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@-o-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; } }
@-moz-keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-ms-keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-o-keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-webkit-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@-moz-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@-ms-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@-o-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@-webkit-keyframes cycle {
  0% {
    background-color: red; }
  15% {
    background-color: orange; }
  30% {
    background-color: yellow; }
  45% {
    background-color: #00CB07; }
  60% {
    background-color: #07A9FF; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: #a12fd9; }
  100% {
    background-color: red; } }
@-moz-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; } }
@-ms-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; } }
@-o-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; } }
@-moz-keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-ms-keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-o-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 smart {
  0% , 28% {
    background-color: red; }
  30%, 58% {
    background-color: yellow; }
  60%, 88% {
    background-color: #42ca42; }
  90%, 98% {
    background-color: yellow; }
  100% {
    background-color: red; } }
@-moz-keyframes smart {
  0% , 28% {
    background-color: red; }
  30%, 58% {
    background-color: yellow; }
  60%, 88% {
    background-color: #42ca42; }
  90%, 98% {
    background-color: yellow; }
  100% {
    background-color: red; } }
@-ms-keyframes smart {
  0% , 28% {
    background-color: red; }
  30%, 58% {
    background-color: yellow; }
  60%, 88% {
    background-color: #42ca42; }
  90%, 98% {
    background-color: yellow; }
  100% {
    background-color: red; } }
@-o-keyframes smart {
  0% , 28% {
    background-color: red; }
  30%, 58% {
    background-color: yellow; }
  60%, 88% {
    background-color: #42ca42; }
  90%, 98% {
    background-color: yellow; }
  100% {
    background-color: red; } }
@keyframes smart {
  0% , 28% {
    background-color: red; }
  30%, 58% {
    background-color: yellow; }
  60%, 88% {
    background-color: #42ca42; }
  90%, 98% {
    background-color: yellow; }
  100% {
    background-color: red; } }
@-webkit-keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%); }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%); } }
@-moz-keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%); }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%); } }
@-ms-keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%); }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%); } }
@-o-keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%); }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%); } }
@keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%); }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%); } }
@-webkit-keyframes adaptive {
  0% {
    background-color: white; }
  30% {
    background-color: #f71dfc; }
  45% {
    background-color: #07A9FF; }
  60% {
    background-color: #42ca42; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: yellow; }
  100% {
    background-color: white; } }
@-moz-keyframes adaptive {
  0% {
    background-color: white; }
  30% {
    background-color: #f71dfc; }
  45% {
    background-color: #07A9FF; }
  60% {
    background-color: #42ca42; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: yellow; }
  100% {
    background-color: white; } }
@-ms-keyframes adaptive {
  0% {
    background-color: white; }
  30% {
    background-color: #f71dfc; }
  45% {
    background-color: #07A9FF; }
  60% {
    background-color: #42ca42; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: yellow; }
  100% {
    background-color: white; } }
@-o-keyframes adaptive {
  0% {
    background-color: white; }
  30% {
    background-color: #f71dfc; }
  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: #f71dfc; }
  45% {
    background-color: #07A9FF; }
  60% {
    background-color: #42ca42; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: yellow; }
  100% {
    background-color: white; } }
@font-face {
  font-family: 'ROGFonts';
  src: url("../fonts/ROGFonts-Regular.otf") format("embedded-opentype"), url("../fonts/ROGFonts-Regular.ttf") format("opentype"), url("../fonts/ROGFonts-Regular.woff"), url("../fonts/ROGFonts-Regular.woff2");
  font-weight: normal;
  font-style: normal; }
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 16px; }
  #hd h2,
  #hd .h2 {
    font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 4.4em;
    font-weight: normal;
    letter-spacing: .015em;
    line-height: 1.1;
    color: #ffffff !important;
    word-break: normal;
    word-wrap: normal;
    margin-bottom: .25em; }
    #hd h2.txt-larger,
    #hd .h2.txt-larger {
      font-size: 3.125em; }
  #hd h3,
  #hd .h3 {
    font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.75em;
    font-weight: normal;
    color: #ffffff !important;
    letter-spacing: .018em;
    line-height: 1.25;
    margin-bottom: .25em; }
    #hd h3 sup,
    #hd .h3 sup {
      display: inline-block;
      margin-top: -.25em; }
  #hd h4,
  #hd .h4 {
    font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.75em;
    font-weight: normal;
    letter-spacing: .018em;
    line-height: 1.2;
    margin-bottom: .25; }
  #hd h5,
  #hd .h5 {
    font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    letter-spacing: .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: .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.1em;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-weight: 400; }
  #hd b {
    font-weight: normal; }
  #hd small {
    font-size: .875em;
    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: .5em;
    color: #1772fe; }
  #hd a.txt-link:hover {
    color: #f71dfc; }
  #hd .hd-underline {
    text-decoration: underline; }
  #hd .color-primary {
    color: #f71dfc !important; }
  #hd .color-primary-dark {
    color: #a1825d !important; }
  #hd .color-grey {
    color: #A7A7A7 !important; }
  #hd .color-dark-grey {
    color: #999 !important; }
  #hd .color-white {
    color: white !important; }
  #hd .color-gradient {
    display: inline-block;
    color: #f71dfc !important;
    background-color: #e99dff;
    background-image: -moz-linear-gradient(90deg, #e99dff, white, #68b6ff);
    background-image: -webkit-linear-gradient(90deg, #e99dff, white, #68b6ff);
    background-image: linear-gradient(90deg, #e99dff, white, #68b6ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #hd .color-gradient-h {
    display: inline-block;
    color: #f71dfc !important;
    background-color: #f71dfc;
    background-image: -moz-linear-gradient(90deg, #f71dfc, #1772fe);
    background-image: -webkit-linear-gradient(90deg, #f71dfc, #1772fe);
    background-image: linear-gradient(90deg, #f71dfc, #1772fe);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #hd .font-title {
    font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: normal; }
  #hd .font-title-medium {
    font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: normal; }
  #hd .font-title-bold {
    font-family: "TTNormsProBold", "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 .hd-nobr {
    white-space: nowrap; }

/*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 h2,
  #hd .h2 {
    font-size: 3.2em; }
  #hd h3,
  #hd .h3 {
    font-size: 2.25em; }
  #hd h4,
  #hd .h4 {
    font-size: 1.75em; } }
@media screen and (max-width: 1280px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.7em; }
    #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; } }
@media screen and (max-width: 1024px) {
  #hd {
    font-size: 14px; }
    #hd h2,
    #hd .h2 {
      font-size: 2.75em; }
      #hd h2.txt-larger,
      #hd .h2.txt-larger {
        font-size: 3em; }
    #hd p {
      line-height: 1.5; }
    #hd .title-deco {
      letter-spacing: .4em;
      padding: 0 1.5em 0 1.9em; } }
@media screen and (max-width: 768px) {
  #hd .title-deco {
    font-size: 3em;
    letter-spacing: .3em;
    padding: 0 1.2em 0 1.5em; }
    #hd .title-deco:before, #hd .title-deco:after {
      width: 1em; } }
@media screen and (max-width: 480px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.25em;
    margin-bottom: .25em; }
    #hd h2.txt-larger,
    #hd .h2.txt-larger {
      font-size: 2.25em; }
  #hd h3,
  #hd .h3 {
    font-size: 1.875em; }
  #hd .title-deco {
    font-size: 2.25em;
    letter-spacing: .2em;
    padding: 0 .8em 0 1em; }
    #hd .title-deco:before, #hd .title-deco:after {
      width: .5em; } }
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative; }
#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-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-col100 {
  width: 100%; }
#hd .ib-top {
  display: inline-block;
  vertical-align: top; }
#hd .ib-bottom {
  display: inline-block;
  vertical-align: bottom; }
#hd .flex-wrap {
  display: flex;
  flex-wrap: wrap; }
#hd .flex-nowrap {
  display: flex;
  flex-wrap: nowrap; }
#hd .align-items-center {
  align-items: center; }
#hd .align-items-start {
  align-items: flex-start; }
#hd .align-items-end {
  align-items: flex-end; }
#hd .justify-content-center {
  justify-content: center; }
#hd .justify-content-start {
  justify-content: flex-start; }
#hd .justify-content-end {
  justify-content: flex-end; }
#hd .justify-content-between {
  justify-content: space-between; }
#hd .justify-content-around {
  justify-content: space-around; }
#hd .flex-row-reverse {
  flex-direction: row-reverse; }
#hd .hd-d-none {
  display: none !important; }
#hd .hd-d-ib {
  display: inline-block !important; }
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto; }
#hd section {
  padding: 7em 0; }

@media screen and (min-width: 2560px) {
  #hd .hd-w900 {
    max-width: 1200px; }
  #hd .hd-w1000 {
    max-width: 1300px; }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 1600px; }
  #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-w900 {
    max-width: 1400px; }
  #hd .hd-w1000 {
    max-width: 2200px; }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 2560px; }
  #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; }

  #hd section {
    padding: 5em 0; } }
@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-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: flex !important; }

  #hd section {
    padding: 4em 0; } }
@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: 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: flex !important; }

  #hd section {
    padding: 3em 0; } }
#hd .bg-dark, #hd .bg-black {
  position: relative;
  overflow: hidden; }
  #hd .bg-dark > .hd-deco, #hd .bg-black > .hd-deco {
    position: absolute;
    pointer-events: none;
    user-select: none; }
    #hd .bg-dark > .hd-deco.deco-stripe, #hd .bg-black > .hd-deco.deco-stripe {
      width: 4.3%;
      top: 20%;
      left: 3.5%;
      opacity: 0.25; }
    #hd .bg-dark > .hd-deco.deco-line, #hd .bg-black > .hd-deco.deco-line {
      width: .5%;
      top: 25%;
      left: 8.5%;
      opacity: 0.25; }
    #hd .bg-dark > .hd-deco.deco-stripe-large, #hd .bg-black > .hd-deco.deco-stripe-large {
      width: 7.5%;
      top: 0;
      right: 0;
      margin-right: -3%; }
    #hd .bg-dark > .hd-deco.deco-txt, #hd .bg-black > .hd-deco.deco-txt {
      width: 6.5%;
      top: 50%;
      left: 0; }
    #hd .bg-dark > .hd-deco.deco-stripe-small, #hd .bg-black > .hd-deco.deco-stripe-small {
      width: 3.6%;
      top: 40%;
      right: 80%;
      opacity: 0.3; }
  #hd .bg-dark .title-deco:before, #hd .bg-black .title-deco:before, #hd .bg-dark .title-deco:after, #hd .bg-black .title-deco:after {
    background-image: url(../img/title-deco-left-dark.svg); }
#hd .bg-black {
  background-color: black; }
#hd .bg-light {
  background: #eeeeee;
  color: black;
  position: relative;
  overflow: hidden; }
  #hd .bg-light > .hd-deco {
    position: absolute;
    pointer-events: none;
    user-select: none; }
    #hd .bg-light > .hd-deco.deco-stripe-large {
      width: 7.5%;
      top: 0;
      right: 0;
      margin-right: -3%; }
    #hd .bg-light > .hd-deco.deco-txt {
      width: 6.5%;
      top: 50%;
      left: 0; }
    #hd .bg-light > .hd-deco.deco-stripe-small {
      width: 3.6%;
      top: 40%;
      right: 80%;
      opacity: 0.3; }
  #hd .bg-light h2,
  #hd .bg-light .h2 {
    color: black; }
  #hd .bg-light .color-grey {
    color: #999 !important; }
#hd .bg-black {
  background: black; }
  #hd .bg-black.bg-grid:before {
    opacity: 1; }
  #hd .bg-black.bg-grid > .hd-deco.deco-stripe {
    left: auto;
    right: 3.5%; }
  #hd .bg-black.bg-grid > .hd-deco.deco-line {
    left: auto;
    right: 8.5%; }
#hd .bg-grid {
  position: relative; }
  #hd .bg-grid:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
    background: url(../img/bg-grid.svg) 60% top no-repeat;
    background-size: 125%;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.75; }
  #hd .bg-grid.bg-white:before, #hd .bg-grid.bg-light:before {
    background-image: url(../img/bg-grid-dark.svg); }

@media screen and (max-width: 768px) {
  #hd .bg-light > .hd-deco.deco-stripe-large {
    width: 15%; }
  #hd .bg-light > .hd-deco.deco-txt {
    width: 10%; } }
@media screen and (max-width: 480px) {
  #hd .bg-light > .hd-deco.deco-stripe-large {
    width: 20%; }
  #hd .bg-light > .hd-deco.deco-txt {
    width: 10%; } }
#hd .trigger-video-toggle {
  position: relative; }
#hd .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 41.25%;
  position: relative;
  overflow: hidden; }
  #hd .vid-container video,
  #hd .vid-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }
#hd .vid-control {
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
  position: absolute; }
  #hd .vid-control svg,
  #hd .vid-control img {
    width: 90%;
    height: 90%;
    max-width: 30px !important;
    max-height: 30px !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  #hd .vid-control .play {
    display: none; }
  #hd .vid-control.hd-active .play {
    display: block; }
  #hd .vid-control.hd-active .pause {
    display: none; }

@media screen and (min-width: 2560px) {
  #hd .vid-control svg,
  #hd .vid-control img {
    max-width: 42 !important;
    max-height: 42 !important; } }
@media screen and (max-width: 1280px) {
  #hd .vid-control {
    width: 44px;
    height: 44px; } }
@media screen and (max-width: 768px) {
  #hd .vid-control {
    bottom: 10px;
    right: 0; } }
#hd .hd-nav {
  position: fixed;
  z-index: 10;
  top: 50%;
  opacity: 1;
  z-index: 10;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -moz-transition: transform 0.6s, opacity 0.4s;
  -o-transition: transform 0.6s, opacity 0.4s;
  -webkit-transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s; }
  #hd .hd-nav.left {
    left: 22px; }
  #hd .hd-nav.right {
    right: 22px; }
  #hd .hd-nav.is-hidden:not(:focus-within) {
    -moz-transform: translate3d(100%, -50%, 0);
    -o-transform: translate3d(100%, -50%, 0);
    -ms-transform: translate3d(100%, -50%, 0);
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
    opacity: 0; }
  #hd .hd-nav:before, #hd .hd-nav:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url("../img/nav.png");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat; }
  #hd .hd-nav:before {
    bottom: 107%; }
  #hd .hd-nav:after {
    top: 107%; }
  #hd .hd-nav ul {
    margin: 0;
    padding: 0; }
    #hd .hd-nav ul li {
      display: block;
      padding: 20px 14px;
      position: relative; }
      #hd .hd-nav ul li a {
        display: block;
        z-index: 1;
        cursor: pointer;
        text-decoration: none; }
        #hd .hd-nav ul li a span {
          display: block;
          height: 5px;
          width: 17px;
          border: 1px solid #f71dfc;
          transform: skewX(30deg);
          z-index: 1;
          -moz-transition: all 0.1s ease-in-out;
          -o-transition: all 0.1s ease-in-out;
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
        #hd .hd-nav ul li a:before {
          content: "";
          position: absolute;
          width: 44px;
          height: 44px;
          top: 0;
          left: 0; }
        #hd .hd-nav ul li a:hover span, #hd .hd-nav ul li a:focus-visible span {
          background: #f71dfc; }
        #hd .hd-nav ul li a:hover .hd-tooltip, #hd .hd-nav ul li a:focus-visible .hd-tooltip {
          opacity: 1;
          pointer-events: all; }
        #hd .hd-nav ul li a.is-current span {
          transform: skewX(30deg) translateX(8px);
          background: #f71dfc; }
        #hd .hd-nav ul li a.is-current .hd-tooltip {
          opacity: 1; }
      #hd .hd-nav ul li .hd-tooltip {
        height: 1.8em;
        line-height: 1.5;
        font-size: .85em;
        font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
        font-weight: 500;
        white-space: nowrap;
        text-transform: uppercase;
        max-width: 17em;
        color: #f71dfc;
        overflow: hidden;
        display: block;
        margin: auto 0;
        padding: 0 .5em;
        border-radius: 4px;
        position: absolute;
        top: .5em;
        bottom: 0;
        opacity: 0;
        text-shadow: 0 0 .1em black;
        pointer-events: none;
        background-color: rgba(0, 0, 0, 0.8); }
        #hd .hd-nav ul li .hd-tooltip.right {
          right: 37px; }
        #hd .hd-nav ul li .hd-tooltip .left {
          left: 30px; }
  #hd .hd-nav.fp-show-active a.is-current .hd-tooltip {
    color: white;
    -webkit-transition: white .2s ease-in;
    transition: white .2s ease-in;
    width: auto; }
  #hd .hd-nav a:focus-visible {
    outline-offset: 2px; }
#hd .fix-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 150px;
  z-index: 6;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #hd .fix-btn:hover {
    transform: translateY(-8px); }
  #hd .fix-btn img {
    width: 100%;
    cursor: pointer; }
  #hd .fix-btn p {
    position: absolute;
    width: 100%;
    top: 33%;
    right: 0;
    text-align: center;
    color: white;
    line-height: 1.3em;
    font-size: .85em;
    text-transform: uppercase;
    cursor: pointer; }

@media screen and (min-width: 2560px) {
  #hd .fix-btn {
    width: 180px; } }
@media screen and (min-width: 3000px) {
  #hd .hd-nav ul li {
    margin: 18px 0; }
    #hd .hd-nav ul li a span {
      height: 7px;
      width: 22px; }
  #hd .fix-btn {
    width: 240px; } }
@media screen and (max-width: 1280px) {
  #hd .hd-nav {
    display: none; }
    #hd .hd-nav ul li .hd-tooltip {
      display: none; } }
@media screen and (max-width: 480px) {
  #hd .scroll-up {
    bottom: 15px;
    right: 15px; }
  #hd .fix-btn {
    width: 120px; }
    #hd .fix-btn p {
      font-size: 12px; } }
#hd .tab-content > div {
  width: 100%;
  display: none;
  padding: 3.5em 0; }
  #hd .tab-content > div.hd-active {
    display: block; }
    #hd .tab-content > div.hd-active .reveal-fromBottom {
      -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: forwards;
      -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: forwards;
      -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: forwards;
      animation-delay: 0s;
      animation-duration: 0.8s;
      animation-name: fadeInUp;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
    #hd .tab-content > div.hd-active .reveal-fromLeft {
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 0.8s;
      -webkit-animation-name: fadeInLeft;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-delay: 0s;
      -moz-animation-duration: 0.8s;
      -moz-animation-name: fadeInLeft;
      -moz-animation-timing-function: ease;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: forwards;
      -o-animation-delay: 0s;
      -o-animation-duration: 0.8s;
      -o-animation-name: fadeInLeft;
      -o-animation-timing-function: ease;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: forwards;
      animation-delay: 0s;
      animation-duration: 0.8s;
      animation-name: fadeInLeft;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
#hd .filter-tab-row {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 3;
  margin-top: .5em; }
  #hd .filter-tab-row:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    background-color: #555; }
  #hd .filter-tab-row .filter-tab {
    max-width: 100%;
    display: inline-flex;
    align-items: stretch;
    text-align: center;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    -ms-overflow-style: none; }
    #hd .filter-tab-row .filter-tab::-webkit-scrollbar {
      height: 0; }
    #hd .filter-tab-row .filter-tab::-webkit-scrollbar-track {
      background: transparent; }
    #hd .filter-tab-row .filter-tab::-webkit-scrollbar-thumb {
      background: transparent; }
    #hd .filter-tab-row .filter-tab::-webkit-scrollbar-thumb:hover {
      background: transparent; }
  #hd .filter-tab-row button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 0.018em;
    white-space: nowrap;
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.8);
    padding: 1.2em 1.5em 1.2em 1.5em;
    position: relative;
    cursor: pointer;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
    #hd .filter-tab-row button sup {
      display: inline-block;
      vertical-align: super;
      font-size: .5em;
      margin-top: -1em; }
    #hd .filter-tab-row button:after {
      content: '';
      display: block;
      width: 100%;
      height: 6px;
      background: black;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform-origin: left bottom;
      z-index: 3;
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
      -moz-transition: transform 0.25s ease-out;
      -o-transition: transform 0.25s ease-out;
      -webkit-transition: transform 0.25s ease-out;
      transition: transform 0.25s ease-out;
      background-color: #f71dfc;
      background-image: -moz-linear-gradient(90deg, #f71dfc, #1772fe);
      background-image: -webkit-linear-gradient(90deg, #f71dfc, #1772fe);
      background-image: linear-gradient(90deg, #f71dfc, #1772fe); }
    #hd .filter-tab-row button:hover {
      color: white; }
    #hd .filter-tab-row button.hd-active {
      color: #f71dfc;
      pointer-events: none;
      background-color: #222; }
      #hd .filter-tab-row button.hd-active:after {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }

@media screen and (max-width: 1024px) {
  #hd .tab-content > div {
    padding: 4em 0 4em; } }
@media screen and (max-width: 620px) {
  #hd .title-tab .filter-tab {
    min-width: 100%; }
  #hd .title-tab button {
    font-size: 1.125em;
    min-width: 50%;
    max-width: 10em;
    padding: 1.5em 1em 1em;
    white-space: break-spaces; } }
@media screen and (max-width: 480px) {
  #hd .tab-content > div {
    padding: 2.5em 0 2.5em; }
  #hd .title-tab button {
    font-size: 1.125em;
    letter-spacing: .018em; }
    #hd .title-tab button.hd-active:after {
      height: 4px; } }
#hd .sec-overview {
  padding: 0;
  background-color: #0b1033;
  overflow: hidden; }
  #hd .sec-overview img {
    width: 100%; }
  #hd .sec-overview .hd-content {
    margin-top: -10%; }

@media screen and (max-width: 768px) {
  #hd .sec-overview figure {
    width: 140%;
    margin-left: -20%; } }
@media screen and (max-width: 480px) {
  #hd .sec-overview figure {
    width: 180%;
    margin-left: -40%; } }
#hd .sec-intro {
  position: relative;
  padding: 0; }
  #hd .sec-intro .banner {
    width: 100%; }
  #hd .sec-intro .hd-deco {
    position: absolute;
    width: 8%;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    min-width: 60px; }

@media screen and (max-width: 480px) {
  #hd .sec-intro .hd-deco {
    top: 5%; } }
#hd .sec-design {
  position: relative;
  background-color: #19055c;
  padding-bottom: 3em; }
  #hd .sec-design:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #000, #19055c); }
  #hd .sec-design .hd-container {
    position: relative;
    z-index: 3; }
  #hd .sec-design figure {
    position: relative; }
    #hd .sec-design figure img {
      width: 100%; }
    #hd .sec-design figure .cover {
      position: absolute;
      top: 0;
      left: 0; }
    #hd .sec-design figure p {
      position: absolute;
      font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      width: 42%;
      top: 65%;
      left: 58%;
      text-align: center;
      font-size: 1.2em;
      line-height: 1.2; }
  #hd .sec-design .hd-txt {
    padding-left: 3%;
    margin-right: -5%; }

@media screen and (max-width: 1280px) {
  #hd .sec-design .hd-txt {
    width: 50%;
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  #hd .sec-design .hd-txt {
    width: 100%;
    padding-left: 0;
    text-align: center; }
  #hd .sec-design figure {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 1.5em; } }
#hd .sec-fan .vid-container {
  padding-bottom: 65%; }
  #hd .sec-fan .vid-container video {
    object-position: top left; }
#hd .sec-fan .vid-control {
  right: 5%; }
#hd .sec-fan .hd-txt {
  position: relative;
  max-width: 42em; }
#hd .sec-fan .hd-deco {
  position: absolute;
  width: 40%;
  top: -40%;
  left: -10%; }
#hd .sec-fan .detail-list {
  text-align: center;
  margin-top: 2.5em; }
  #hd .sec-fan .detail-list li {
    padding: 1%; }
  #hd .sec-fan .detail-list .box {
    position: relative;
    background-color: black;
    padding: 1.4em .5em .5em; }
    #hd .sec-fan .detail-list .box:before, #hd .sec-fan .detail-list .box:after {
      content: '';
      position: absolute;
      border-radius: 1.2em;
      border-bottom-left-radius: 0; }
    #hd .sec-fan .detail-list .box:before {
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      top: -2px;
      left: -2px;
      background-image: linear-gradient(to top, #f71dfc, white, #543cec); }
    #hd .sec-fan .detail-list .box:after {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: black; }
  #hd .sec-fan .detail-list p {
    position: relative;
    z-index: 2; }
  #hd .sec-fan .detail-list h3 {
    position: relative;
    z-index: 2;
    font-size: 2.4em;
    margin-bottom: 0;
    line-height: 1; }
    #hd .sec-fan .detail-list h3 span {
      font-size: .6em; }
  #hd .sec-fan .detail-list img {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 1em;
    opacity: .6; }

@media screen and (max-width: 1440px) {
  #hd .sec-fan .hd-deco {
    width: 30%;
    top: -22%;
    left: -7%; } }
@media screen and (max-width: 1023px) {
  #hd .sec-fan .hd-container {
    width: 90%;
    margin: 0 auto; }
  #hd .sec-fan .hd-txt {
    width: 100%;
    max-width: none;
    text-align: center; }
  #hd .sec-fan figure {
    width: 100%;
    margin-top: 1.5em; }
  #hd .sec-fan .hd-deco {
    display: none; } }
@media screen and (max-width: 620px) {
  #hd .sec-fan .detail-list h3 {
    font-size: 2em; } }
@media screen and (max-width: 480px) {
  #hd .sec-fan .detail-list {
    margin-top: 1.5em; }
    #hd .sec-fan .detail-list li {
      width: 100%;
      max-width: 250px;
      margin: 0 auto;
      padding: 2% 0; } }
#hd .sec-support #pageContent-panel-support {
  max-width: 1000px;
  margin: 0 auto; }
  #hd .sec-support #pageContent-panel-support figure {
    position: relative;
    text-align: center; }
    #hd .sec-support #pageContent-panel-support figure img {
      width: 80%;
      margin: 0 auto; }
    #hd .sec-support #pageContent-panel-support figure .cover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
    #hd .sec-support #pageContent-panel-support figure p {
      font-size: 1.4em;
      padding-top: 1em; }
#hd .sec-support #pageContent-panel-fan,
#hd .sec-support #pageContent-panel-capacity {
  max-width: 750px;
  margin: 0 auto; }
  #hd .sec-support #pageContent-panel-fan img,
  #hd .sec-support #pageContent-panel-capacity img {
    width: 100%; }

@media screen and (min-width: 2560px) {
  #hd .sec-support #pageContent-panel-support,
  #hd .sec-support #pageContent-panel-fan,
  #hd .sec-support #pageContent-panel-capacity {
    max-width: 1200px; } }
@media screen and (min-width: 3000px) {
  #hd .sec-support #pageContent-panel-support,
  #hd .sec-support #pageContent-panel-fan,
  #hd .sec-support #pageContent-panel-capacity {
    max-width: 1500px; } }
@media screen and (max-width: 480px) {
  #hd .sec-support #pageContent-panel-support figure img {
    width: 90%; }
  #hd .sec-support #pageContent-panel-support figure p {
    font-size: 1.2em; } }
#hd .sec-easy {
  padding: 100px 0;
  background-color: black;
  background-image: -moz-linear-gradient(180deg, black 30%, #0e092c);
  background-image: -webkit-linear-gradient(180deg, black 30%, #0e092c);
  background-image: linear-gradient(180deg, black 30%, #0e092c);
  position: relative;
  overflow: hidden; }
  #hd .sec-easy h3 {
    font-size: 2.5em; }
  #hd .sec-easy .hd-content > p {
    margin-bottom: 1em; }
  #hd .sec-easy .hd-col33 {
    padding: .5%; }
  #hd .sec-easy .hd-frame {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 10px solid #543cec;
    padding: 50px 20px 20px;
    position: relative;
    overflow-y: auto; }
    #hd .sec-easy .hd-frame::-webkit-scrollbar {
      width: 6px; }
    #hd .sec-easy .hd-frame::-webkit-scrollbar-track {
      background: #000000; }
    #hd .sec-easy .hd-frame::-webkit-scrollbar-thumb {
      background: #555; }
    #hd .sec-easy .hd-frame::-webkit-scrollbar-thumb:hover {
      background: #888; }
  #hd .sec-easy .hd-img-container {
    width: 100%;
    height: 0;
    padding-bottom: 84.25%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden; }
    #hd .sec-easy .hd-img-container video,
    #hd .sec-easy .hd-img-container > img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      object-fit: cover; }
  #hd .sec-easy .vid-container {
    padding-bottom: 84.25%; }
  #hd .sec-easy .hd-deco-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 14px;
    opacity: 0.5; }
    #hd .sec-easy .hd-deco-container:after {
      content: '';
      display: block;
      width: 95%;
      max-width: calc(100% - 5.5em);
      height: 1px;
      background: white;
      margin-left: auto; }
    #hd .sec-easy .hd-deco-container .hd-deco {
      width: 12%;
      max-width: 5em !important; }

@media screen and (max-width: 1440px) {
  #hd .sec-easy .hd-frame {
    padding: 40px 30px 20px; }
  #hd .sec-easy h3 {
    font-size: 2em; } }
@media screen and (max-width: 1280px) {
  #hd .sec-easy {
    padding: 80px 0; }
    #hd .sec-easy .swiper-slide {
      padding: 10px; }
    #hd .sec-easy h3 {
      font-size: 1.75em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-easy h2 {
    margin-bottom: 0.5em; }
  #hd .sec-easy h3 {
    font-size: 1.5em; }
  #hd .sec-easy .hd-frame {
    max-height: none; }
  #hd .sec-easy .hd-deco-container {
    margin-top: 6px; } }
@media screen and (max-width: 768px) {
  #hd .sec-easy .hd-col33 {
    width: 50%; }
  #hd .sec-easy .hd-frame {
    padding: 30px 16px 16px; }
  #hd .sec-easy .hd-deco-container {
    margin-top: 4px; } }
@media screen and (max-width: 620px) {
  #hd .sec-easy .swiper-slide {
    padding: 2px;
    opacity: 1; }
  #hd .sec-easy .hd-controls {
    margin-top: 10px;
    padding-right: 0; }
  #hd .sec-easy .swiper-pagination {
    width: calc(100% - 90px);
    display: block;
    margin: 0 auto; }
  #hd .sec-easy .swiper-button-prev,
  #hd .sec-easy .swiper-button-next {
    margin: 0 4px; }
  #hd .sec-easy p {
    line-height: 1.25; } }
@media screen and (max-width: 480px) {
  #hd .sec-easy {
    padding: 60px 0; }
    #hd .sec-easy .hd-col33 {
      width: 100%;
      max-width: 300px;
      margin: 0 auto; }
    #hd .sec-easy .hd-deco-container .hd-deco {
      width: 18%; } }
#hd .sec-cable {
  position: relative; }
  #hd .sec-cable .hd-bg {
    position: absolute;
    height: auto;
    width: 22%;
    top: 0;
    left: 0; }
  #hd .sec-cable:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 90%;
    top: 0;
    right: 0;
    background: linear-gradient(to top right, #000 50%, #333 100%); }
  #hd .sec-cable .tab-content,
  #hd .sec-cable .hd-content {
    position: relative;
    z-index: 3; }
  #hd .sec-cable #pageContent-panel-mult {
    margin: 0 auto; }
    #hd .sec-cable #pageContent-panel-mult .vid-container {
      padding-bottom: 90%; }
    #hd .sec-cable #pageContent-panel-mult .hd-txt {
      padding-left: 3%; }
  #hd .sec-cable #pageContent-panel-psu {
    max-width: 1000px;
    margin: 0 auto; }
    #hd .sec-cable #pageContent-panel-psu.hd-active figure .cover {
      -webkit-animation-delay: 0.4s;
      -webkit-animation-duration: 0.3s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: both;
      -moz-animation-delay: 0.4s;
      -moz-animation-duration: 0.3s;
      -moz-animation-name: fadeIn;
      -moz-animation-timing-function: ease;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: both;
      -o-animation-delay: 0.4s;
      -o-animation-duration: 0.3s;
      -o-animation-name: fadeIn;
      -o-animation-timing-function: ease;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: both;
      animation-delay: 0.4s;
      animation-duration: 0.3s;
      animation-name: fadeIn;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: both; }
    #hd .sec-cable #pageContent-panel-psu .hd-txt {
      padding-left: 12%; }
      #hd .sec-cable #pageContent-panel-psu .hd-txt p {
        margin-bottom: 2em; }
    #hd .sec-cable #pageContent-panel-psu figure {
      position: relative;
      text-align: center; }
      #hd .sec-cable #pageContent-panel-psu figure img {
        width: 100%; }
      #hd .sec-cable #pageContent-panel-psu figure .cover {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition-duration: .5s;
        transition-delay: 2s; }
  #hd .sec-cable #pageContent-panel-cover .vid-container {
    padding-bottom: 85%; }
    #hd .sec-cable #pageContent-panel-cover .vid-container video {
      object-position: top left; }
  #hd .sec-cable #pageContent-panel-cover .hd-txt {
    padding-left: 5%; }
  #hd .sec-cable #pageContent-panel-clip.hd-active figure .cover {
    -webkit-animation-delay: 0.4s;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0.4s;
    -moz-animation-duration: 0.3s;
    -moz-animation-name: fadeIn;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0.4s;
    -o-animation-duration: 0.3s;
    -o-animation-name: fadeIn;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: 0.4s;
    animation-duration: 0.3s;
    animation-name: fadeIn;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both; }
  #hd .sec-cable #pageContent-panel-clip figure {
    position: relative; }
    #hd .sec-cable #pageContent-panel-clip figure img {
      width: 100%; }
    #hd .sec-cable #pageContent-panel-clip figure .cover {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }

@media screen and (min-width: 2560px) {
  #hd .sec-cable #pageContent-panel-psu {
    max-width: 1200px; } }
@media screen and (min-width: 3000px) {
  #hd .sec-cable #pageContent-panel-psu {
    max-width: 1600px; } }
@media screen and (max-width: 768px) {
  #hd .sec-cable {
    text-align: center; }
    #hd .sec-cable #pageContent-panel-mult .hd-txt {
      width: 100%;
      padding-left: 0; }
    #hd .sec-cable #pageContent-panel-mult figure {
      width: 100%;
      margin-top: 1.5em; }
    #hd .sec-cable #pageContent-panel-psu .hd-txt {
      width: 100%;
      padding-left: 0; }
      #hd .sec-cable #pageContent-panel-psu .hd-txt img {
        max-width: 300px !important;
        margin: 0 auto; }
    #hd .sec-cable #pageContent-panel-psu figure {
      width: 100%;
      max-width: 450px;
      margin: 0 auto;
      margin-top: 1.5em; }
    #hd .sec-cable #pageContent-panel-cover .hd-txt {
      width: 100%;
      padding-left: 0; }
    #hd .sec-cable #pageContent-panel-cover figure {
      width: 100%;
      margin-top: 1.5em; }
    #hd .sec-cable #pageContent-panel-clip .hd-txt {
      width: 100%;
      padding-left: 0; }
    #hd .sec-cable #pageContent-panel-clip figure {
      width: 100%;
      max-width: 550px;
      margin: 0 auto; } }
#hd .sec-io {
  background: linear-gradient(to top, #000 50%, #120247); }
  #hd .sec-io .highlight {
    position: relative;
    max-width: 40em;
    margin: 0 auto;
    z-index: 2;
    margin-top: 3%; }
    #hd .sec-io .highlight h3 {
      font-size: 3.5em;
      margin-bottom: 0;
      color: #f71dfc !important; }
    #hd .sec-io .highlight .hd-col50 p {
      font-size: 1.45em; }
    #hd .sec-io .highlight .hd-col100 {
      margin-top: 1em; }
  #hd .sec-io figure {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: -3%; }
    #hd .sec-io figure img {
      width: 100%; }
    #hd .sec-io figure .cover {
      position: absolute;
      top: 0;
      left: 0; }
  #hd .sec-io h3 {
    font-size: 1.6em; }

@media screen and (min-width: 2560px) {
  #hd .sec-io figure {
    max-width: 1600px; } }
@media screen and (min-width: 3000px) {
  #hd .sec-io figure {
    max-width: 2000px; } }
@media screen and (max-width: 768px) {
  #hd .sec-io .highlight h3 {
    font-size: 2.5em; }
  #hd .sec-io .highlight p {
    font-size: 1.3em; }
  #hd .sec-io .txt-list li {
    width: 100%;
    margin-bottom: 1.5em; }
    #hd .sec-io .txt-list li span {
      font-size: .9em;
      display: inline-flex !important;
      align-items: center;
      padding: .3em .4em .1em;
      background-color: #7B68F4;
      border-radius: 20px;
      color: black;
      line-height: 1;
      margin-right: .5em; } }
#hd .sec-case {
  position: relative;
  overflow: hidden; }
  #hd .sec-case .hd-deco {
    position: absolute;
    width: 1%;
    top: 0;
    left: 4%; }
  #hd .sec-case .hd-bg {
    position: absolute;
    width: 80%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
  #hd .sec-case .hd-txt {
    padding-left: 4%; }
  #hd .sec-case figure {
    position: relative;
    z-index: 2; }

@media screen and (max-width: 768px) {
  #hd .sec-case .hd-txt {
    width: 100%;
    padding-left: 0;
    text-align: center; }
  #hd .sec-case figure {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 1.5em; }
  #hd .sec-case .hd-deco {
    display: none; } }
#hd .sec-element {
  position: relative;
  background-image: linear-gradient(-14deg, #543cec, black 70%);
  overflow: hidden; }
  #hd .sec-element .hd-bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
  #hd .sec-element ul {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-auto-rows: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    z-index: 2;
    text-align: center; }
    #hd .sec-element ul li {
      min-height: 200px; }
      #hd .sec-element ul li:nth-child(1) {
        grid-area: 1 / 1 / 3 / 2; }
      #hd .sec-element ul li:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3; }
      #hd .sec-element ul li:nth-child(3) {
        grid-area: 2 / 2 / 3 / 2; }
      #hd .sec-element ul li:nth-child(1) h3 {
        margin-bottom: 3em; }
      #hd .sec-element ul li:nth-child(1) .detail {
        text-align: left;
        padding-left: 52%;
        margin-top: -53%; }
      #hd .sec-element ul li:nth-child(1) strong {
        display: block;
        font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
        font-size: 1.4em;
        margin-bottom: .5em; }
      #hd .sec-element ul li:nth-child(2) img {
        width: 80%;
        margin: 0 auto; }
  #hd .sec-element .box {
    position: relative;
    min-height: 100%;
    padding: 1.5em; }
    #hd .sec-element .box img {
      width: 100%; }
    #hd .sec-element .box:before, #hd .sec-element .box:after {
      content: '';
      position: absolute;
      border-radius: 1.2em;
      border-bottom-left-radius: 0;
      z-index: -1; }
    #hd .sec-element .box:before {
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      top: -2px;
      left: -2px;
      background-image: linear-gradient(to top, #f71dfc, white, #543cec); }
    #hd .sec-element .box:after {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: black; }
  #hd .sec-element figure {
    position: relative;
    text-align: center; }
    #hd .sec-element figure img {
      width: 100%; }
    #hd .sec-element figure .cover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
  #hd .sec-element .hd-txt {
    padding-right: 4%;
    padding-bottom: 10%; }
  #hd .sec-element h3 {
    font-size: 1.7em;
    margin-bottom: 1em; }

@media screen and (max-width: 1023px) {
  #hd .sec-element .hd-txt {
    width: 100%;
    padding-right: 0;
    text-align: center;
    padding-bottom: 1.5em; }
  #hd .sec-element ul {
    width: 100%; } }
@media screen and (max-width: 768px) {
  #hd .sec-element ul li:nth-child(1) h3 {
    margin-bottom: .5em; }
  #hd .sec-element ul li:nth-child(1) .detail {
    padding-left: 0;
    margin-top: .5em;
    text-align: center; } }
@media screen and (max-width: 480px) {
  #hd .sec-element ul {
    display: block; }
    #hd .sec-element ul li {
      padding: 8px 0; }
  #hd .sec-element .box img {
    max-width: 300px !important;
    margin: 0 auto; } }

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