@charset "UTF-8";
@import '../lib/swiper/swiper-bundle.min.css';
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
#special-sectionOverview {
  margin-bottom: 100px;
}

.ProductTabBar__productTabBarContainer__1e5nP,
.overviewSimpleContent,
.overviewAwardsContent,
.ProductRecommenedRelated__productRecommendRelatedContainer__3Akgf,
.ProductFooter__productFooterContainer__Z6Bel.ProductFooter__productBackgroundBlack__24n1I,
.Footer__footerContent__22G1u {
  position: relative;
  z-index: 2;
}

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

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

/* ---------- ANIMATIONS ---------- */
@-webkit-keyframes colorrun {
  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 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: forwards;
  -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: forwards;
  -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: forwards;
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes glitch {
  0% {
    -webkit-transform: translateX(-0.1em);
            transform: translateX(-0.1em);
  }
  80% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes glitch {
  0% {
    -webkit-transform: translateX(-0.1em);
            transform: translateX(-0.1em);
  }
  80% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes kvPdIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes kvPdIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes showFrame {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes showFrame {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-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 breathing {
  50% {
    opacity: 0;
  }
}
@keyframes breathing {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes flicker-less-arrow-top {
  100% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
@keyframes flicker-less-arrow-top {
  100% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
@-webkit-keyframes flicker-less-arrow-bottom {}
@keyframes flicker-less-arrow-bottom {}
@-webkit-keyframes flicker-less-bar {
  100% {
    height: 35%;
  }
}
@keyframes flicker-less-bar {
  100% {
    height: 35%;
  }
}
@-webkit-keyframes crosshair-cover-green {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes crosshair-cover-green {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes crosshair-bg {
  50% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes crosshair-bg {
  50% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes boost-cover-2 {
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boost-cover-2 {
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes boost-cover-3 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boost-cover-3 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes boost-cover-4 {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boost-cover-4 {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@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: 3em;
  letter-spacing: 0;
  line-height: 1.25;
  color: #ffffff !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.13em;
}
#hd .h2-small {
  font-size: 2.7em;
}
#hd .txt-larger {
  font-size: 1.25em;
}
#hd h3,
#hd .h3 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.2em;
  color: white !important;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin-bottom: 0.2em;
}
#hd h4,
#hd .h4 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff !important;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
}
#hd h5,
#hd .h5 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.25;
}
#hd h6 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
#hd p,
#hd small,
#hd a,
#hd li {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd p {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.018em;
  font-weight: 400;
}
#hd b {
  font-weight: bold;
}
#hd small {
  font: inherit;
  font-size: 0.875em;
}
#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 .nobr {
  white-space: nowrap;
}
#hd a.txt-link {
  display: inline-block;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 0.5em;
  color: white;
}
#hd a.txt-link:hover {
  color: #f51928;
}
#hd .color-primary {
  color: #f51928 !important;
}
#hd .color-secondary {
  color: #00fcff !important;
}
#hd .color-info {
  color: #00baff !important;
}
#hd .color-grey {
  color: #c8c8c8 !important;
}
#hd .color-white {
  color: white !important;
}
#hd .color-black {
  color: black !important;
}
#hd .color-gradient {
  color: #f51928 !important;
  background-color: #6af7fe;
  background-image: -webkit-gradient(linear, left top, right top, from(#6af7fe), color-stop(#96cfff), to(#ba63ff));
  background-image: linear-gradient(90deg, #6af7fe, #96cfff, #ba63ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient-gold {
  color: #f51928 !important;
  background-color: #e5caa8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5caa8), to(#b0835d));
  background-image: linear-gradient(180deg, #e5caa8, #b0835d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient-purple {
  color: #f51928 !important;
  background-color: #aa98ee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aa98ee), to(#ffb3ec));
  background-image: linear-gradient(180deg, #aa98ee, #ffb3ec);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient::-moz-selection, #hd .color-gradient-gold::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f51928;
}
#hd .color-gradient::selection,
#hd .color-gradient-gold::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f51928;
}
#hd .font-rog {
  font-family: "ROGFonts", "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .font-title {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}
#hd .hd-lowercase {
  text-transform: lowercase;
}
#hd .title-deco {
  display: inline-block;
  margin-bottom: 0.5em;
  position: relative;
}
#hd .title-deco:before {
  content: "";
  display: block;
  width: 0.35em;
  height: 0.75em;
  background: #f51928;
  margin-right: 0.75em;
  position: absolute;
  right: 100%;
  top: 0.05em;
}
#hd .title-deco .txt-smaller {
  font-size: 0.9em;
}
#hd .sub-title {
  font-size: 1.6em;
  margin-bottom: 0.2em;
}
#hd .txt-stroke {
  color: black;
  opacity: 0.3;
  text-shadow: -1px -1px 0 #f51928, 1px -1px 0 #f51928, -1px 1px 0 #f51928, 1px 1px 0 #f51928;
}
#hd .txt-stroke.stroke-white {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}

/*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: 3em;
  }
  #hd .h2-small {
    font-size: 2.4em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1280px) {
  #hd h5,
  #hd .h5 {
    font-size: 0.9em;
    letter-spacing: 0.04em;
  }
  #hd .title-deco {
    margin-bottom: 0.25em;
  }
}
@media screen and (max-width: 1024px) {
  #hd h2,
  #hd .h2,
  #hd .h2-small {
    font-size: 2.25em;
    line-height: 1.1;
  }
  #hd h3,
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
  #hd .sub-title {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  #hd h2,
  #hd .h2,
  #hd .h2-small {
    font-size: 1.6em;
    line-height: 1.25;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.4em;
    line-height: 1.2;
  }
  #hd h5,
  #hd .h5 {
    font-size: 0.75em;
    letter-spacing: 0.02em;
  }
  #hd p {
    font-size: 15px;
  }
  #hd .title-deco {
    margin-bottom: 0;
  }
  #hd .txt-stroke {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(245, 25, 40, 0.1);
  }
  #hd .sub-title {
    font-size: 1em;
  }
}
#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: 80%;
  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-w1366 {
  width: 90%;
  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-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: -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;
}
#hd .hd-d-ib {
  display: inline-block;
}
#hd .hd-d-480-block {
  display: none;
}
#hd .hd-d-768-block {
  display: none;
}
#hd .hd-d-1024-block {
  display: none;
}
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#hd .border-square {
  position: relative;
}
#hd .border-square:before, #hd .border-square:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 3%;
  background-image: url("../img/border-square.svg");
  background-size: cover;
  background-position: center;
  z-index: 2;
}
#hd .border-square:before {
  top: 0;
}
#hd .border-square:after {
  bottom: 0;
}
#hd section {
  padding: 6em 0;
}

@media screen and (min-width: 2560px) {
  #hd .hd-w900,
  #hd .hd-w1000 {
    max-width: 1400px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 1600px;
  }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 1800px;
  }
  #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,
  #hd .hd-w1000 {
    max-width: 1800px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 2200px;
  }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 2600px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-w900,
  #hd .hd-w1000,
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366,
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
  }
  #hd section {
    padding: 5em 0;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-d-1024-none {
    display: none;
  }
  #hd .hd-d-1024-block {
    display: block;
  }
  #hd .hd-d-1024-inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none;
  }
  #hd .hd-d-1023-block {
    display: block;
  }
  #hd .hd-d-1023-inline-block {
    display: inline-block;
  }
  #hd section {
    padding: 5em 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none;
  }
  #hd .hd-d-768-block {
    display: block;
  }
  #hd .hd-d-768-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hd section {
    padding: 4em 0;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none;
  }
  #hd .hd-d-620-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none;
  }
  #hd .hd-d-480-block {
    display: block;
  }
  #hd section {
    padding: 3em 0;
  }
}
@media screen and (max-width: 375px) {
  #hd section {
    padding: 2em 0;
  }
}
#hd .txt-glitch.align-center span {
  left: 0;
  right: 0;
}
#hd .txt-glitch span {
  display: block;
  font: inherit;
}
#hd .txt-glitch span:first-child {
  clip-path: inset(-5% 0 64% 0);
}
#hd .txt-glitch span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(35% 0 0 0);
}
#hd .is-animated .txt-glitch span:first-child {
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.34s;
  -webkit-animation-name: glitch;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 0.34s;
  -moz-animation-name: glitch;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.5s;
  -o-animation-duration: 0.34s;
  -o-animation-name: glitch;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-duration: 0.34s;
  animation-name: glitch;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .is-animated .txt-glitch span:last-child {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: glitch;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1.3);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: glitch;
  -moz-animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1.3);
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 0.4s;
  -o-animation-name: glitch;
  -o-animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1.3);
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.3s;
  animation-duration: 0.4s;
  animation-name: glitch;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1.3);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .compare-container {
  max-width: 55em;
  margin: 2em auto;
}
#hd .compare-container > div {
  padding: 0.5em;
  position: relative;
}
#hd .compare-container > div > img {
  width: 100%;
}
#hd .compare-container.style-folder {
  max-width: 68em;
  margin-bottom: 1em;
}
#hd .compare-container.style-folder > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#hd .compare-container.style-folder .hd-tag {
  max-width: calc(100% - 4em);
  display: inline-block;
  line-height: 1.125;
  padding: 0.4em 0.875em 0;
  margin: auto 0 -8px;
  border-top-left-radius: 0.25em;
  position: relative;
  z-index: 2;
}
#hd .compare-container.style-folder .hd-tag:after {
  content: "";
  display: block;
  width: 3em;
  height: 100%;
  background: #eb0000;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -1.5em;
  -webkit-transform: skew(42deg, 0deg);
  transform: skew(42deg, 0deg);
  z-index: -1;
}
#hd .compare-container.style-folder-s {
  max-width: 58em;
  position: relative;
  overflow: hidden;
}
#hd .compare-container.style-folder-s > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#hd .compare-container.style-folder-s .hd-tag {
  width: 100%;
  line-height: 1.125;
  padding: 0.5em 0.875em 0.25em;
  margin: auto 0 -8px;
  position: relative;
  z-index: 2;
}
#hd .compare-container.style-folder-s .hd-tag:before, #hd .compare-container.style-folder-s .hd-tag:after {
  content: "";
  display: block;
  width: 2em;
  height: 0.5em;
  background: #eb0000;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: -1px;
}
#hd .compare-container.style-folder-s .hd-tag:before {
  border-top-left-radius: 0.25em;
}
#hd .compare-container.style-folder-s .hd-tag:after {
  width: 1.5em;
  left: 1.5em;
  -webkit-transform: skew(60deg, 0deg);
  transform: skew(60deg, 0deg);
}
#hd .hd-tag {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  background: #eb0000;
  padding: 0.25em 0.3em 0.25em;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1em;
  color: black;
}
#hd .hd-tag span {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  display: inline-block;
  padding: 0.2em 0.4em 0;
}
#hd .hd-border {
  border-left: 1px solid #f51928;
  border-right: 1px solid #f51928;
}
#hd .hd-border-full {
  border: 1px solid #f51928;
}
#hd .trigger-close:not(.hd-btn) {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: all;
  cursor: pointer;
}
#hd .trigger-close:not(.hd-btn):before, #hd .trigger-close:not(.hd-btn):after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#hd .trigger-close:not(.hd-btn):before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
#hd .trigger-close:not(.hd-btn):after {
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
#hd .trigger-close:not(.hd-btn):hover:before, #hd .trigger-close:not(.hd-btn):hover:after {
  background: #f51928;
}
#hd .border-gradient {
  position: relative;
  border-radius: 1em;
  z-index: 2;
}
#hd .border-gradient:after {
  content: "";
  position: absolute;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  background-color: #111;
  top: 0;
  left: 0;
  z-index: -1;
}
#hd .border-gradient:before {
  content: "";
  position: absolute;
  border-radius: 18px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(45deg, #0693fd, #fff);
  top: -1px;
  left: -1px;
  z-index: -1;
  opacity: 0.5;
}
#hd .img-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 2560px) {
  #hd .compare-container {
    max-width: 1400px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .compare-container {
    max-width: 1800px;
  }
}
@media screen and (max-width: 768px) {
  #hd .compare-container .hd-tag {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 620px) {
  #hd .compare-container {
    max-width: 26em !important;
  }
  #hd .compare-container .hd-tag {
    margin: 1.25em;
  }
  #hd .compare-container > div {
    width: 100%;
    padding: 0.25em 0;
    margin-bottom: 0.5em;
  }
  #hd .compare-container .hd-tag {
    margin: 0.75em;
  }
}
@media screen and (max-width: 480px) {
  #hd .compare-container {
    width: 270px;
    margin: 1em auto;
  }
}
#hd .hd-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.25;
  outline: none;
  background: #555;
  color: white;
  border-radius: 2em;
  padding: 0.6em 1.5em 0.4em;
  margin: 0.25em;
  position: relative;
  overflow: hidden;
  min-height: 44px;
  min-width: 44px;
  -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-btn i {
  width: 1.1em;
  height: 1.1em;
  background: #f51928;
  border-radius: 2em;
  margin: 0 -0.75em 0 0.75em;
  position: relative;
  -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;
  z-index: 2;
}
#hd .hd-btn i:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.28em 0 0.28em 0.42em;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-btn:hover, #hd .hd-btn.focus-visible {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
#hd .hd-btn:active {
  background: black;
  -webkit-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}
#hd .btn-arrow:after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url(../img/btn-arrow.svg);
  background-size: cover;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
}
#hd .trigger-panel {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  z-index: 3;
  overflow: hidden;
}
#hd .trigger-panel:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: inherit;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: transform 0.25s, opacity 0.25s;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
#hd .trigger-panel img {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .trigger-panel:hover:before, #hd .trigger-panel:focus-visible:before {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
#hd .trigger-panel:active:before {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  opacity: 0;
}
#hd .trigger-panel-close {
  position: fixed;
  top: 100px !important;
  right: 7% !important;
  margin: 20px !important;
  z-index: 20;
}
#hd .trigger-panel-close:before {
  width: 38px;
  height: 38px;
}
#hd #pageContent-btn-cta {
  display: block;
  width: 7%;
  min-width: 120px;
  max-width: 280px;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 20px;
  z-index: 11;
  -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 #pageContent-btn-cta.is-hidden {
  opacity: 0;
}
#hd #pageContent-btn-cta.is-hidden:focus-visible {
  opacity: 1;
}
#hd #pageContent-btn-cta.is-closed {
  display: none !important;
}
#hd #pageContent-btn-cta .trigger-close {
  margin: 0.5em;
  opacity: 0;
}
#hd #pageContent-btn-cta a {
  display: block;
}
#hd #pageContent-btn-cta img,
#hd #pageContent-btn-cta .hd-frame {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 0.7s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 0.7s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.25s;
  animation-duration: 0.7s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-btn-cta .trigger-close {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 0.7s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.8s;
  -o-animation-duration: 0.7s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 0.7s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-btn-cta .hd-frame {
  padding: 10px 0 5px;
  border-radius: 6px;
  border: 0;
}
#hd #pageContent-btn-cta .hd-txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  color: white;
  margin: auto;
  padding: 0.4em 0 0.2em;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#hd #pageContent-btn-cta .hd-txt:before, #hd #pageContent-btn-cta .hd-txt:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#hd #pageContent-btn-cta .hd-txt:before {
  background-color: #222;
  background-image: linear-gradient(45deg, #222, #444);
}
#hd #pageContent-btn-cta .hd-txt:after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  background-color: #252525;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#252525), to(black));
  background-image: linear-gradient(180deg, #252525, black);
}
#hd #pageContent-btn-cta:hover, #hd #pageContent-btn-cta:focus-visible {
  opacity: 1;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media (max-width: 620px) {
  #hd #pageContent-btn-cta {
    margin: 5px;
  }
}

@media screen and (max-width: 1280px) {
  #hd .hd-btn {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-btn {
    font-size: 1.125em;
    padding-left: 1em;
    padding-right: 1em;
  }
  #hd .hd-btn i {
    margin-left: 0.5em;
    margin-right: -0.5em;
  }
}
#hd .hd-nav {
  font-size: 14px;
  position: fixed;
  z-index: 9;
  top: 50%;
  right: 30px;
  margin-top: 50px;
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: transform 0.4s, opacity 0.25s;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.4s;
  transition: opacity 0.25s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.25s;
  transition: transform 0.4s, opacity 0.25s, -webkit-transform 0.4s;
}
#hd .hd-nav.is-hidden {
  -webkit-transform: translate3d(20px, -50%, 0);
  transform: translate3d(20px, -50%, 0);
  opacity: 0;
}
#hd .hd-nav.is-hidden:focus-within {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
#hd .hd-nav .main-nav {
  position: relative;
  margin: 0;
  padding: 0;
}
#hd .hd-nav .main-nav:before, #hd .hd-nav .main-nav:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 0;
  right: -10px;
  background-repeat: no-repeat;
  background-size: 100%;
}
#hd .hd-nav .main-nav::before {
  background-image: url(../img/nav-deco-top.png);
  height: 180px;
  bottom: 105%;
}
#hd .hd-nav .main-nav::after {
  background-image: url(../img/nav-deco-bottom.png);
  height: 100px;
  top: 105%;
}
#hd .hd-nav .main-nav > li {
  display: block;
  margin: 0.5em 0 0.75em;
  position: relative;
}
#hd .hd-nav .main-nav a {
  height: 1em;
  margin-bottom: -0.25em;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 2;
  min-height: 24px;
  cursor: pointer;
}
#hd .hd-nav .main-nav a:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  -webkit-box-shadow: 0 0 0 1px white inset;
          box-shadow: 0 0 0 1px white inset;
  margin-left: auto;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
#hd .hd-nav .main-nav a:hover span, #hd .hd-nav .main-nav a:focus-visible span {
  background: white;
}
#hd .hd-nav .main-nav a:hover .hd-tooltip, #hd .hd-nav .main-nav a:focus-visible .hd-tooltip {
  color: white;
  display: block;
}
#hd .hd-nav .main-nav a.hd-active:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
}
#hd .hd-nav .main-nav a.hd-active .hd-tooltip {
  color: white;
  display: block;
}
#hd .hd-nav .main-nav a.hd-active + .sub-nav button {
  color: white;
}
#hd .hd-nav .main-nav a.hd-active + .sub-nav button:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, right top, from(white));
  background-image: linear-gradient(90deg, white);
}
#hd .hd-nav .main-nav .hd-tooltip {
  display: none;
  max-width: 220px;
  height: 1.8em;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  line-height: 1;
  top: 0;
  right: -15px;
  padding: 0.5em 1.5em 0.5em 1em;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid white;
}
#hd .hd-nav .sub-nav {
  padding: 0.75em 0 0;
  position: relative;
}
#hd .hd-nav .sub-nav span,
#hd .hd-nav .sub-nav a,
#hd .hd-nav .sub-nav button {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  max-width: 15em;
  color: #c8c8c8;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 0.9em;
  line-height: 1;
  padding: 0.25em 0;
  padding-right: 40px;
  margin: 0;
  text-align: right;
  position: relative;
  overflow: visible;
}
#hd .hd-nav .sub-nav span:before,
#hd .hd-nav .sub-nav a:before,
#hd .hd-nav .sub-nav button:before {
  display: none;
}
#hd .hd-nav .sub-nav span:after,
#hd .hd-nav .sub-nav a:after,
#hd .hd-nav .sub-nav button:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px white inset;
          box-shadow: 0 0 0 1px white inset;
  margin-left: auto;
  z-index: 1;
  position: absolute;
  top: 4px;
  right: 12px;
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
#hd .hd-nav .sub-nav a:hover, #hd .hd-nav .sub-nav a:focus-visible,
#hd .hd-nav .sub-nav button:hover,
#hd .hd-nav .sub-nav button:focus-visible {
  color: #f51928 !important;
}

@media screen and (min-width: 2560px) {
  #hd .hd-nav {
    font-size: 16px;
    right: 50px;
  }
}
@media screen and (max-width: 1440px) {
  #hd .hd-nav {
    font-size: 0.8em;
  }
  #hd .hd-nav .main-nav > li {
    margin: 0.5em 0 0.75em;
  }
  #hd .hd-nav .sub-nav {
    padding-bottom: 0;
  }
  #hd .hd-nav .sub-nav:after {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #hd .hd-nav {
    right: 1.5em;
    display: none !important;
  }
  #hd .hd-nav .main-nav > li:hover .hd-tooltip {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  #hd .hd-nav .main-nav > li:hover button {
    color: white !important;
    -webkit-transition: color 0.6s ease-in-out;
    transition: color 0.6s ease-in-out;
  }
  #hd .hd-nav .hd-tooltip {
    color: transparent;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
  #hd .hd-nav .sub-nav span,
  #hd .hd-nav .sub-nav button {
    padding-top: 0;
    padding-bottom: 0;
    color: transparent !important;
    white-space: nowrap;
    -webkit-transition: none;
    transition: none;
  }
}
#hd .hd-lightbox {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
#hd .hd-lightbox.hd-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#hd .hd-lightbox .hd-filter {
  width: 100%;
  height: 100%;
  padding: 100px 3em 20px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#hd .hd-lightbox .hd-filter::-webkit-scrollbar {
  width: 4px;
}
#hd .hd-lightbox .hd-filter::-webkit-scrollbar-track {
  background: transparent;
}
#hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb {
  background: #c8c8c8;
}
#hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb:hover {
  background: #f51928;
}
#hd .hd-lightbox .hd-box {
  width: 90%;
  max-width: 800px;
  background: black;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
#hd .hd-lightbox .hd-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-lightbox .hd-box h2 {
  margin-bottom: 0.25em;
}
#hd .hd-lightbox .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
#hd .hd-lightbox .vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#hd .hd-lightbox .hd-close {
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid rgba(255, 255, 255, 0.35);
  position: absolute;
  top: -3.5em;
  right: -0.5em;
  margin: 0.75em;
  pointer-events: all;
  cursor: pointer;
}
#hd .hd-lightbox .hd-close:before, #hd .hd-lightbox .hd-close:after {
  content: "";
  display: block;
  width: 2.25em;
  height: 1px;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#hd .hd-lightbox .hd-close:before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
#hd .hd-lightbox .hd-close:after {
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
#hd .hd-lightbox .hd-close:hover:before, #hd .hd-lightbox .hd-close:hover:after {
  background: #f51928;
}

@media screen and (min-width: 2560px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1020px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 2em 20px;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 2em;
  }
  #hd .hd-lightbox .hd-box {
    width: 100%;
  }
  #hd .hd-lightbox .hd-box iframe {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 0.5em;
  }
  #hd .hd-lightbox .hd-box {
    padding: 4em 1.5em;
  }
}
#hd .swiper {
  position: relative;
}
#hd .swiper-container {
  overflow: hidden;
}
#hd .swiper-button-prev,
#hd .swiper-button-next {
  width: 2.6em;
  height: 2.6em;
  color: #f51928;
  background-color: #aaa;
  opacity: 1;
  top: 55%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hd .swiper-button-prev:after,
#hd .swiper-button-next:after {
  font-size: 2.25em;
  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 {
  background-color: none;
  -webkit-transform: translateY(0) scale(1.1);
  transform: translateY(0) scale(1.1);
}
#hd .swiper-button-prev:active,
#hd .swiper-button-next:active {
  -webkit-transform: translateY(0) scale(0.9);
  transform: translateY(0) 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 {
  background: url("../img/arrow_r.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, 0) scale(-1, 1);
  transform: translate(0, 0) scale(-1, 1);
}
#hd .swiper-button-prev:after {
  content: "";
}
#hd .swiper-button-prev:hover, #hd .swiper-button-prev:focus-visible {
  -webkit-transform: translateY(0) scale(-1.1, 1.1);
  transform: translateY(0) scale(-1.1, 1.1);
}
#hd .swiper-button-prev:active {
  -webkit-transform: translateY(0) scale(-0.9, 0.9);
  transform: translateY(0) scale(-0.9, 0.9);
}
#hd .swiper-button-next {
  background: url("../img/arrow_r.svg") center no-repeat;
  background-size: contain;
}
#hd .swiper-button-next:after {
  content: "";
}
#hd .swiper-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
#hd .pagination_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#hd .swiper-pagination {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  bottom: 0;
  position: relative;
  border: 2px solid white;
  border-radius: 50px;
}
#hd .swiper-pagination-bullet {
  width: auto;
  min-height: 44px;
  height: auto;
  border-radius: 0;
  opacity: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
#hd .swiper-pagination-bullet h3 {
  font-size: 1.25em;
  padding: 0.7em 1.2em 0.5em;
  line-height: 1;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hd .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto 0;
  background: white;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#hd .swiper-pagination-bullet:hover h3 {
  color: #f51928 !important;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
  border-radius: 50px;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active h3 {
  color: black !important;
}
#hd .swiper-pagination-bullet.swiper-paused:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#hd .swiper-pause-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3em;
  height: 3em;
  cursor: pointer;
  margin-left: 1em;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#hd .swiper-pause-btn img {
  width: 40%;
}
#hd .swiper-pause-btn .play {
  display: none;
}
#hd .swiper-pause-btn[aria-pressed=true] .play {
  display: block;
}
#hd .swiper-pause-btn[aria-pressed=true] .pause {
  display: none;
}

@media screen and (max-width: 1024px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 3.5em;
    height: 3.5em;
  }
  #hd .swiper-button-prev:after,
  #hd .swiper-button-next:after {
    font-size: 2em;
  }
  #hd .swiper-pagination {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100%;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 3em;
    height: 3em;
    margin: 0;
    display: block;
  }
  #hd .swiper-button-prev:after,
  #hd .swiper-button-next:after {
    font-size: 2em;
  }
  #hd .swiper-pagination-bullet {
    width: 0.6em;
  }
  #hd .swiper-pagination-bullet h3 {
    padding: 0.7em 1em 0.5em;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 480px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 2.5em;
    height: 2.5em;
  }
  #hd .swiper-pagination-bullet h3 {
    padding: 0.7em 0.4em 0.5em;
    font-size: 1em;
  }
}
#hd .feature-list {
  margin-top: 1.875em;
}
#hd .feature-list li {
  margin-right: 1.875em;
  margin-bottom: 1.75em;
}
#hd .feature-list h4 {
  font-size: 2.25em;
}
#hd .feature-list p {
  font-size: 0.875em;
  opacity: 0.6;
}

@media screen and (max-width: 1440px) {
  #hd .feature-list h4 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .feature-list li {
    margin-bottom: 1.5em;
  }
  #hd .feature-list h4 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  #hd .feature-list li {
    margin-bottom: 0.5em;
    margin-right: 2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .feature-list li {
    margin-right: 1.25em;
    margin-bottom: 0.25em;
  }
  #hd .feature-list h4 {
    font-size: 1.25em;
  }
}
#hd .tab-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 72em;
  text-align: center;
  border-bottom: 1px solid #777;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875em;
  position: relative;
  z-index: 2;
}
#hd .tab-filter li {
  padding: 0.75em 1.5em 0;
  opacity: 1;
  position: relative;
  cursor: pointer;
}
#hd .tab-filter li:hover h3, #hd .tab-filter li:focus-visible h3 {
  color: white !important;
}
#hd .tab-filter li.hd-active h3 {
  color: white !important;
}
#hd .tab-filter li.hd-active h3:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .tab-filter li h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25em;
  letter-spacing: 0;
  color: #c8c8c8 !important;
  padding: 0 1em 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#hd .tab-filter li h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #f51928;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#hd .tab-filter.filter-block {
  max-width: 60em;
}
#hd .tab-filter.filter-block li {
  padding: 0 1em;
}
#hd .tab-filter.filter-block li:after {
  display: none;
}
#hd .tab-filter.filter-block li h3 {
  position: relative;
}
#hd .tab-filter.filter-block li.hd-active h3 {
  display: inline-block;
  padding: 0.4em 1em 0;
  background: white;
  color: #00fcff !important;
}
#hd .tab-filter.filter-block li.hd-active h3:after {
  content: "";
  display: block;
  width: 0.4em;
  height: calc(100% - 2px);
  border: 1px solid white;
  position: absolute;
  top: 0;
  left: 100%;
}
#hd .tab-filter.filter-block li.hd-active h3:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 2px);
  background: white;
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
  position: absolute;
  top: 0;
  left: calc(100% + 0.25em);
}
#hd .tab-content {
  display: none;
}
#hd .tab-content.hd-active {
  display: block;
}

@media screen and (max-width: 768px) {
  #hd .tab-filter {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
  }
  #hd .tab-filter::-webkit-scrollbar {
    height: 2px;
  }
  #hd .tab-filter::-webkit-scrollbar-track {
    background: #111;
  }
  #hd .tab-filter::-webkit-scrollbar-thumb {
    background: #333;
  }
  #hd .tab-filter::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  #hd .tab-filter li {
    padding: 0.5em 0.5em 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #hd .tab-filter.filter-block {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .tab-filter li h3 {
    font-size: 1em;
  }
  #hd .tab-content {
    padding: 0 0.5em;
  }
}
#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;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .vid-control {
  width: 60px;
  height: 60px;
  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;
  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 {
  /*.pq-circle-wrapper.delay, .pq-circle-wrapper.delay-2 {
    opacity: .3;
  }*/
  /*animation*/
}
#hd .div-block-3._2 {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: -0.5em;
}
#hd .pq-cc {
  margin-left: auto;
  margin-right: auto;
}
#hd .pq-text-wrapper.motion {
  margin-left: auto;
  margin-right: auto;
}
#hd .pq-w-body.no-padding {
  position: relative;
  padding: 0;
  background-color: black;
  border: 1px solid #555;
}
#hd .pq-ulmb-2 {
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: -0.4em;
  font-family: Tradegothicltpro, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
#hd .pq-ulmb-2._2 {
  margin-bottom: -0.9em;
  font-size: 2.5rem;
}
#hd .div-block-63 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 2vw 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.5vw;
  display: -ms-grid;
  display: grid;
}
#hd .div-block-63 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#hd .div-block-63 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#hd .div-block-64 {
  grid-column-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#hd .div-block-65 {
  width: 100%;
  height: auto;
  padding: 4.2em 5.8em 0;
  overflow: hidden;
}
#hd .grid-4 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
#hd .image-35 {
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  border: 0.5px solid #f51928;
  border-radius: 3px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 3em);
          transform: translate3d(0, 0, 3em);
}
#hd .div-block-66 {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: rotateX(50deg) rotateY(0) rotateZ(-30deg);
          transform: rotateX(50deg) rotateY(0) rotateZ(-30deg);
}
#hd .pq-backlight {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  -webkit-transform: translate3d(0, 0, -3em);
          transform: translate3d(0, 0, -3em);
  -webkit-box-shadow: 0 0 80px rgb(255, 255, 255);
          box-shadow: 0 0 80px rgb(255, 255, 255);
}
#hd .pq-backlight._2 {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 80px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 80px rgba(255, 255, 255, 0.4);
}
#hd .pq-circle {
  width: 8em;
  height: 8em;
  background-color: #f51928;
  border-radius: 50%;
  position: absolute;
}
#hd .div-block-68 {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 4em);
          transform: translate3d(0, 0, 4em);
}
#hd .div-block-69 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#hd .pq-circle-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
#hd .pq-animation-control {
  width: 32px;
  height: 32px;
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/3F53BD6D-FD1C-41A1-9C3D-6A2138248340/v1/images/pause_circle_filled.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#hd .pq-animation-control.pause {
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/3F53BD6D-FD1C-41A1-9C3D-6A2138248340/v1/images/play_circle_filled.svg");
}
#hd .pq-nvidia-gsync {
  width: 9.5rem;
}
#hd .pq-lb-link {
  width: 100%;
}
#hd .div-block-63 h4 {
  background-color: #f51928;
  color: black !important;
  font-size: 1.2em;
  padding: 0.3em 0.5em 0.1em;
}
#hd #brightness-ani.is-reduced-motion .pq-circle-wrapper,
#hd #brightness-ani.is-reduced-motion .pq-circle._1,
#hd #brightness-ani.is-reduced-motion .pq-circle._2,
#hd #brightness-ani.is-reduced-motion .pq-backlight,
#hd #brightness-ani.is-reduced-motion .pq-backlight._2 {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
@media screen and (max-width: 991px) {
  #hd .pq-ulmb {
    margin-top: 4em;
  }
  #hd .pq-nvidia-gsync {
    width: 11.2rem;
  }
  #hd .div-block-9 {
    margin-left: auto;
  }
  #hd .div-block-7-copy {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #hd .div-block-63 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hd .div-block-64 {
    grid-row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #hd .div-block-65 {
    padding: 12% 15% 5%;
  }
}
@media screen and (max-width: 479px) {
  #hd .div-block-3._2 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #hd .pq-ulmb-2._2 {
    margin-bottom: -0.15em;
  }
  #hd .pq-ulmb-2 {
    font-size: 1.4rem;
  }
  #hd .div-block-64 {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
  #hd .pq-circle {
    width: 5em;
    height: 5em;
  }
  #hd .pq-nvidia-gsync {
    width: 9.8rem;
  }
}
#hd .pq-circle-wrapper {
  -webkit-animation: circlemove 4s ease-in-out infinite alternate;
          animation: circlemove 4s ease-in-out infinite alternate;
}
#hd .pq-circle-wrapper.delay {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#hd .pq-circle-wrapper.delay-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#hd .pq-circle-wrapper.delay-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#hd .pq-circle-wrapper.delay-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#hd .pq-circle._1 {
  -webkit-animation: shining 4s ease-in-out infinite alternate;
          animation: shining 4s ease-in-out infinite alternate;
}
#hd .pq-circle._2 {
  -webkit-animation: shining2 4s ease-in-out infinite alternate;
          animation: shining2 4s ease-in-out infinite alternate;
  opacity: 0.2;
}
@-webkit-keyframes circlemove {
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 60% {
    -webkit-transform: translateX(calc(50% - 4em));
            transform: translateX(calc(50% - 4em));
  }
  90%, 100% {
    -webkit-transform: translateX(calc(100% - 8em));
            transform: translateX(calc(100% - 8em));
  }
}
@keyframes circlemove {
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 60% {
    -webkit-transform: translateX(calc(50% - 4em));
            transform: translateX(calc(50% - 4em));
  }
  90%, 100% {
    -webkit-transform: translateX(calc(100% - 8em));
            transform: translateX(calc(100% - 8em));
  }
}
@-webkit-keyframes circlemove-mobile {
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 60% {
    -webkit-transform: translateX(calc(50% - 8em));
            transform: translateX(calc(50% - 8em));
  }
  90%, 100% {
    -webkit-transform: translateX(calc(100% - 16em));
            transform: translateX(calc(100% - 16em));
  }
}
@keyframes circlemove-mobile {
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 60% {
    -webkit-transform: translateX(calc(50% - 8em));
            transform: translateX(calc(50% - 8em));
  }
  90%, 100% {
    -webkit-transform: translateX(calc(100% - 16em));
            transform: translateX(calc(100% - 16em));
  }
}
@-webkit-keyframes shining {
  0%, 50%, 100% {
    background: #f51928;
    opacity: 1;
  }
  10%, 40%, 60%, 90% {
    background: #000000;
    opacity: 0.4;
  }
}
@keyframes shining {
  0%, 50%, 100% {
    background: #f51928;
    opacity: 1;
  }
  10%, 40%, 60%, 90% {
    background: #000000;
    opacity: 0.4;
  }
}
@-webkit-keyframes backlight {
  0%, 50%, 100% {
    opacity: 1;
  }
  10%, 40%, 60%, 90% {
    opacity: 0;
  }
}
@keyframes backlight {
  0%, 50%, 100% {
    opacity: 1;
  }
  10%, 40%, 60%, 90% {
    opacity: 0;
  }
}
@-webkit-keyframes shining2 {
  0%, 10%, 50%, 90%, 100% {
    background: #f51928;
  }
  25%, 75% {
    background: #000000;
  }
}
@keyframes shining2 {
  0%, 10%, 50%, 90%, 100% {
    background: #f51928;
  }
  25%, 75% {
    background: #000000;
  }
}
@-webkit-keyframes backlight2 {
  0%, 10%, 50%, 90%, 100% {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes backlight2 {
  0%, 10%, 50%, 90%, 100% {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0;
  }
}
#hd .pq-backlight {
  -webkit-animation: backlight 4s ease-in-out infinite alternate;
          animation: backlight 4s ease-in-out infinite alternate;
}
#hd .pq-backlight._2 {
  -webkit-animation: backlight2 4s ease-in-out infinite alternate;
          animation: backlight2 4s ease-in-out infinite alternate;
}
#hd .pq-ulmb.pause-animation .pq-backlight,
#hd .pq-ulmb.pause-animation .pq-circle,
#hd .pq-ulmb.pause-animation .pq-circle-wrapper {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 479px) {
  #hd .pq-circle-wrapper, #hd .pq-circle-wrapper.delay, #hd .pq-circle-wrapper.delay-2 {
    -webkit-animation-name: circlemove-mobile;
            animation-name: circlemove-mobile;
  }
}

#hd .sec-kv {
  overflow: hidden;
  padding: 0;
  position: relative;
}
#hd .sec-kv .h2 {
  font-size: 1.8em;
  display: block;
}
#hd .sec-kv .h1 {
  font-size: 3.5em;
  display: block;
}
#hd .sec-kv .hd-logo {
  width: 230px;
  margin-top: 2em;
}
#hd .sec-kv .color-oled {
  background-color: #d72289;
  background-image: -webkit-gradient(linear, left top, right top, from(#d72289), color-stop(#fc689e), color-stop(#0088ff), to(#18b4cd));
  background-image: linear-gradient(90deg, #d72289, #fc689e, #0088ff, #18b4cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#hd .sec-kv figure {
  position: relative;
}
#hd .sec-kv figure img {
  width: 100%;
}
#hd .sec-kv figure .cover {
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-kv .hd-container {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  -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;
  padding-right: 45%;
}
#hd .sec-kv .hd-container.is-animated .h1, #hd .sec-kv .hd-container.is-animated .h2 {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInLeft;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInLeft;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.25s;
  animation-duration: 0.4s;
  animation-name: fadeInLeft;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv .hd-container.is-animated p, #hd .sec-kv .hd-container.is-animated .hd-logo {
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInLeft;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.5s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInLeft;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-duration: 0.4s;
  animation-name: fadeInLeft;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@media screen and (min-width: 1921px) {
  #hd .sec-kv .hd-container {
    padding-right: 40%;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-kv .h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-kv .h1 {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-kv .hd-logo {
    width: 60%;
    max-width: 200px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
  }
  #hd .sec-kv .hd-container {
    position: relative;
    text-align: center;
    padding-right: 0;
    margin-top: -10%;
  }
  #hd .sec-kv figure .kv {
    width: 170%;
    max-width: none !important;
    margin-left: -70%;
  }
  #hd .sec-kv figure:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
    background: linear-gradient(to top, black, transparent);
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-kv .h1 {
    font-size: 2.4em;
  }
  #hd .sec-kv .h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-kv .h1 {
    font-size: 2em;
  }
  #hd .sec-kv .h2 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 375px) {
  #hd .sec-kv .h1 {
    font-size: 1.8em;
  }
  #hd .sec-kv .h2 {
    font-size: 1.4em;
  }
}
#hd .sec-ksp {
  position: relative;
  z-index: 2;
}
#hd .sec-ksp > .hd-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .sec-ksp .list-ksp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1.3fr;
  grid-template-columns: 1fr 1fr 1fr 1.3fr;
  grid-auto-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 0 auto;
}
#hd .sec-ksp .list-ksp > li {
  border: 0;
}
#hd .sec-ksp .list-ksp > li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
#hd .sec-ksp .list-ksp > li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
#hd .sec-ksp .list-ksp > li:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
#hd .sec-ksp .list-ksp > li:nth-child(4) {
  -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 .list-ksp > li:nth-child(5) {
  -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 .list-ksp > li:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
}
#hd .sec-ksp .list-ksp > li:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 2/4/3/5;
}
#hd .sec-ksp .list-ksp > li:nth-child(2) .hd-pd {
  width: 90%;
}
#hd .sec-ksp .list-ksp > li:nth-child(3) .hd-icon, #hd .sec-ksp .list-ksp > li:nth-child(6) .hd-icon {
  width: 50%;
  min-width: 80px;
  max-width: 6.5em !important;
}
#hd .sec-ksp .list-ksp > li:nth-child(4) {
  margin-bottom: -34%;
}
#hd .sec-ksp .list-ksp > li:nth-child(4) .hd-pd {
  width: 80%;
}
#hd .sec-ksp .list-ksp > li:nth-child(7) {
  margin-top: 34%;
}
#hd .sec-ksp .list-ksp > li:nth-child(7) .hd-icon {
  width: 90%;
  max-width: 15em !important;
}
#hd .sec-ksp .hd-frame {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  padding: 8% 0.8em;
  position: relative;
  z-index: 3;
  border-radius: 1em;
  border: 0;
}
#hd .sec-ksp .hd-frame.frame-border:before {
  display: block;
}
#hd .sec-ksp .hd-frame .hd-bg {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#hd .sec-ksp h3 {
  font-weight: normal;
  font-size: 2em;
  letter-spacing: -0.05;
  line-height: 1;
  margin-bottom: 0.4em;
  color: white !important;
}
#hd .sec-ksp h3.txt-smaller {
  font-size: 1.5em;
}
#hd .sec-ksp h3 small {
  display: block;
  font-size: 0.6em;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 0.2em;
}
#hd .sec-ksp p {
  font-size: 0.8em;
  line-height: 1.125;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  #hd .sec-ksp h3 {
    font-size: 1.5em;
  }
  #hd .sec-ksp h3.txt-smaller {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-ksp .list-ksp {
    max-width: 28em;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  #hd .sec-ksp .list-ksp > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > 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;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > 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;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(6) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3;
    margin: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(n) .hd-frame {
    padding: 1em 0.7em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ksp h3 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 375px) {
  #hd .sec-ksp h3 {
    font-size: 1.2em;
  }
}
#hd .sec-vid {
  padding: 0;
}
#hd .sec-vid figure {
  position: relative;
}
#hd .sec-vid .play-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin: 0 auto;
}
#hd .sec-vid .play-btn-container img {
  width: 200px;
}
#hd .sec-vid .play-btn-container button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hd .sec-vid .play-btn-container button:hover {
  -webkit-transform: scale(110%, 110%);
  transform: scale(110%, 110%);
}
#hd .sec-vid .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 4em;
}
#hd .sec-vid .vid-control {
  right: 10%;
}

@media screen and (max-width: 1440px) {
  #hd .sec-vid .play-btn-container img {
    width: 150px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-vid .btn-container {
    margin-bottom: 3em;
  }
  #hd .sec-vid .play-btn-container img {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-vid .btn-container {
    margin-bottom: 2em;
  }
  #hd .sec-vid .play-btn-container {
    top: 33%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-vid .play-btn-container {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-vid .vid-control {
    right: 0;
  }
  #hd .sec-vid .btn-container {
    position: relative;
    margin: 1em auto;
  }
}
#hd .sec-see {
  background: -webkit-gradient(linear, left bottom, left top, from(#0b0f52), to(#000000));
  background: linear-gradient(to top, #0b0f52, #000000);
}
#hd .sec-see .hd-row {
  padding-top: 2.5em;
}
#hd .sec-see .box {
  padding: 5% 4% 4%;
}
#hd .sec-see .hd-col50 {
  padding: 0 3%;
}
#hd .sec-see figure img {
  width: 100%;
}
#hd .sec-see .box-top figure {
  position: relative;
}
#hd .sec-see .box-top strong {
  display: block;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.2em;
}
#hd .sec-see .box-top .left strong {
  width: 70%;
  margin-top: 0.7em;
}
#hd .sec-see .box-top .right strong {
  margin-top: -9%;
  padding-left: 6%;
}
#hd .sec-see .box-top .right .hd-line {
  position: absolute;
  width: 20%;
  height: auto;
  left: -15.5%;
  bottom: 11%;
}
#hd .sec-see .deco-bottom {
  width: 24%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  #hd .sec-see .box {
    padding: 5% 1% 4%;
  }
  #hd .sec-see .box-top strong {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-see .hd-col50 {
    width: 100%;
    padding: 0.8em 0;
  }
  #hd .sec-see .box {
    padding: 3% 4% 4%;
  }
  #hd .sec-see .box-top strong {
    width: 100% !important;
    text-align: center;
    padding-left: 0 !important;
  }
  #hd .sec-see .box-top .right .hd-line {
    display: none;
  }
}
#hd .sec-control {
  padding-bottom: 0;
}
#hd .sec-control .hd-main {
  width: 100%;
  margin-top: 2em;
}

#hd .sec-banner img {
  width: 100%;
}

#hd .sec-time {
  position: relative;
  overflow: hidden;
}
#hd .sec-time .hd-deco {
  position: absolute;
  width: 4em;
  right: 10%;
  bottom: 0;
}
#hd .sec-time .hd-w900 {
  max-width: 840px;
}
#hd .sec-time .hd-logo {
  width: 50%;
  max-width: 14em !important;
  margin: 0 auto;
  margin-top: 1.5em;
}
#hd .sec-time .swiper-container {
  overflow: visible;
  margin: 4em 0 0.6em;
}
#hd .sec-time .swiper-slide {
  opacity: 0.4;
}
#hd .sec-time .swiper-slide img {
  width: 100%;
}
#hd .sec-time .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#hd .sec-time .swiper-slide.swiper-slide-active:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px; /* 邊框粗細 */
  background: -webkit-gradient(linear, left top, right top, from(#8a2cff), to(#2f6bff));
  background: linear-gradient(90deg, #8a2cff 0%, #2f6bff 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#hd .sec-time .btn-container {
  margin-top: 2em;
}

@media screen and (min-width: 2560px) {
  #hd .sec-time .hd-w900 {
    max-width: 1400px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .sec-time .hd-w900 {
    max-width: 1600px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-time .swiper-container {
    margin: 2em 0 0.6em;
  }
  #hd .sec-time .hd-deco {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-time .btn-container {
    margin-top: 1em;
  }
}
#hd .sec-setup {
  overflow: hidden;
  position: relative;
}
#hd .sec-setup .hd-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
#hd .sec-setup .hd-content {
  position: relative;
}
#hd .sec-setup figure {
  position: relative;
}
#hd .sec-setup figure img {
  width: 100%;
}
#hd .sec-setup h3, #hd .sec-setup .h2 {
  position: relative;
  display: inline-block;
  color: #00fcff !important;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
#hd .sec-setup h3:before, #hd .sec-setup .h2:before {
  content: "";
  position: absolute;
  width: 2em;
  height: 0.7em;
  background-image: url(../img/setup/deco-title.png);
  background-size: cover;
  vertical-align: middle;
  right: calc(100% + 0.25em);
  top: 0.1em;
}
#hd .sec-setup .hd-row {
  position: relative;
  padding: 7em 0;
}
#hd .sec-setup .row-tripod figure {
  margin-top: -3%;
}
#hd .sec-setup .row-tripod .hd-bg {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 9%;
  left: 0;
}
#hd .sec-setup .row-slim h3 {
  margin-right: 10%;
}
#hd .sec-setup .row-slim figure {
  margin-top: -7%;
}
#hd .sec-setup .row-slim li {
  position: absolute;
  text-align: right;
  right: 47.5%;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  color: #00fcff;
  font-size: 2em;
  text-transform: uppercase;
}
#hd .sec-setup .row-slim li:nth-child(1) {
  top: 52.2%;
}
#hd .sec-setup .row-slim li:nth-child(2) {
  top: 60.7%;
}
#hd .sec-setup .row-built h3 {
  width: 40%;
  margin-left: 50%;
  text-align: left;
}
#hd .sec-setup .row-built figure {
  width: 90%;
  max-width: 92em;
  margin-right: 0;
  margin-left: auto;
  margin-top: -17%;
}

@media screen and (min-width: 1921px) {
  #hd .sec-setup .row-built {
    padding-top: 10em;
  }
  #hd .sec-setup .row-built figure {
    width: 80%;
    max-width: none;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-setup .hd-row {
    padding: 5em 0;
  }
  #hd .sec-setup .row-slim li {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-setup .h2 {
    font-size: 1.8em;
  }
  #hd .sec-setup .hd-row {
    padding: 4em 0;
  }
  #hd .sec-setup .row-slim li {
    font-size: 1.4em;
  }
  #hd .sec-setup .row-slim figure {
    margin-top: 0;
  }
  #hd .sec-setup .row-slim h3 {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-setup .row-slim figure {
    width: 180%;
    margin-left: -40%;
  }
  #hd .sec-setup .row-built figure {
    width: 120%;
    margin-left: 5%;
  }
  #hd .sec-setup .row-built h3 {
    width: 51%;
    margin-left: 48%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-setup .row-slim li {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-setup .hd-row {
    padding: 3em 0;
  }
  #hd .sec-setup .h2 {
    font-size: 1.4em;
  }
  #hd .sec-setup .row-slim figure {
    width: 220%;
    margin-left: -60%;
  }
  #hd .sec-setup .row-slim li {
    font-size: 1em;
  }
  #hd .sec-setup .row-built {
    text-align: center;
  }
  #hd .sec-setup .row-built figure {
    width: 140%;
    margin-left: 15%;
    margin-top: 1em;
  }
  #hd .sec-setup .row-built h3 {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
#hd .sec-gallery {
  overflow: hidden;
  padding: 0;
  position: relative;
}
#hd .sec-gallery .vid-control {
  position: relative;
  margin-right: 5%;
  margin-left: auto;
}
#hd .sec-gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
#hd .sec-gallery .gallery-swiper {
  padding: 4px 0;
}
#hd .sec-gallery .gallery-swiper .swiper-slide {
  width: 42vw;
  max-width: 800px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 4px;
}
#hd .sec-gallery .gallery-swiper .swiper-slide img {
  width: 100%;
}

@media screen and (min-width: 3000px) {
  #hd .sec-gallery .gallery-swiper .swiper-slide {
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-gallery .gallery-swiper .swiper-slide {
    width: 60vw;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-gallery .gallery-swiper .swiper-slide {
    width: 70vw;
  }
}
#hd .sec-visual {
  padding-bottom: 0;
}
#hd .sec-visual .hd-icon {
  margin: 3em auto;
  width: 40%;
  max-width: 18em !important;
}
#hd .sec-visual .hd-main {
  width: 100%;
}

@media screen and (max-width: 620px) {
  #hd .sec-visual .hd-icon {
    margin: 2em auto;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-visual .hd-icon {
    margin: 1em auto;
  }
}
#hd .sec-connectivity {
  overflow: hidden;
}
#hd .sec-connectivity figure {
  position: relative;
  margin-top: 2em;
}
#hd .sec-connectivity figure img {
  width: 60%;
}
#hd .sec-connectivity li {
  position: absolute;
  left: 60%;
  font-size: 1.4em;
  text-align: left;
}
#hd .sec-connectivity li:nth-child(1) {
  top: 16.4%;
}
#hd .sec-connectivity li:nth-child(2) {
  top: 42.9%;
}
#hd .sec-connectivity li:nth-child(3) {
  top: 56.5%;
}

@media screen and (max-width: 1024px) {
  #hd .sec-connectivity li {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-connectivity figure li {
    left: 50%;
  }
  #hd .sec-connectivity figure img {
    width: 90%;
    margin-left: -40%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-connectivity li {
    font-size: 1em;
  }
}
#hd .sec-typec {
  position: relative;
}
#hd .sec-typec .hd-bg {
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-typec .hd-frame {
  border: 1px solid white;
  margin: 3em 0;
}
#hd .sec-typec h3 {
  position: relative;
  background-color: white;
  color: black !important;
  padding: 0.4em 0 0.2em;
  padding-left: 0.5em;
  line-height: 1;
  font-size: 1.7em;
}
#hd .sec-typec h3 .hd-deco {
  position: absolute;
  width: auto;
  height: 34%;
  right: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#hd .sec-typec figure {
  padding: 6em 5%;
}
#hd .sec-typec figure img {
  width: 100%;
}
#hd .sec-typec figure > div {
  position: relative;
}
#hd .sec-typec figure strong {
  position: absolute;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.4em;
}
#hd .sec-typec .frame-without .signal {
  color: #ff8ff6;
  left: 37%;
  bottom: 100%;
}
#hd .sec-typec .frame-without .touch {
  color: #00fcff;
  left: 37%;
  top: 86%;
}
#hd .sec-typec .frame-with strong {
  color: #00fcff;
  top: 3%;
  left: 30%;
}

@media screen and (max-width: 1024px) {
  #hd .sec-typec .frame-without .signal {
    bottom: 105%;
  }
  #hd .sec-typec .frame-without .touch {
    top: 90%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-typec h3 {
    font-size: 1.4em;
  }
  #hd .sec-typec figure strong {
    font-size: 1.1em;
  }
  #hd .sec-typec .hd-frame {
    margin: 2em 0;
  }
  #hd .sec-typec .frame-without .signal, #hd .sec-typec .frame-without .touch {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  #hd .sec-typec .frame-without .touch {
    top: 110%;
  }
  #hd .sec-typec .frame-with strong {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 100%;
    top: auto;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-typec figure {
    padding: 3em 5%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-typec h3 {
    font-size: 1.2em;
  }
  #hd .sec-typec .hd-frame {
    margin: 1em 0;
  }
}
@media screen and (max-width: 374px) {
  #hd .sec-typec h3 .hd-deco {
    display: none;
  }
}
#hd .sec-software {
  position: relative;
}
#hd .sec-software .hd-col50 {
  padding: 1%;
}
#hd .sec-software .box {
  padding: 2em;
  min-height: 100%;
}
#hd .sec-software h3 {
  margin-top: 0.8em;
  font-size: 1.6em;
}
#hd .sec-software figure img {
  width: 100%;
}
#hd .sec-software .hd-btn {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  #hd .sec-software .hd-col50 {
    width: 100%;
    padding: 0.5em 0;
  }
  #hd .sec-software h3 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-software .box {
    padding: 1em;
  }
  #hd .sec-software h3 {
    font-size: 1.15em;
  }
}
#hd .sec-oled {
  overflow: hidden;
}
#hd .sec-oled .txt-stroke {
  font-size: 14vw;
  line-height: 1.1;
}
#hd .sec-oled h2 {
  margin-bottom: 3%;
}
#hd .sec-oled .hd-content {
  margin-top: 3%;
}
#hd .sec-oled .oled-swiper .swiper-slide {
  padding: 0 2%;
  opacity: 0.3;
}
#hd .sec-oled .oled-swiper .swiper-slide > div {
  background-color: #111;
  border: 1px solid #333;
  padding: 3%;
  border-radius: 2em;
}
#hd .sec-oled .oled-swiper .swiper-slide-active {
  opacity: 1;
}
#hd .sec-oled .oled-swiper .txt {
  padding-left: 4%;
  max-width: 34em;
}
#hd .sec-oled .oled-swiper .txt h3 {
  font-size: 1.52em;
}
#hd .sec-oled .oled-swiper figure {
  position: relative;
  margin: 0;
}
#hd .sec-oled .oled-swiper figure img {
  width: 100%;
}
#hd .sec-oled .oled-swiper figure .hd-tag.right {
  right: 0;
  left: auto;
}
#hd .sec-oled .technology-slide .detail_list {
  margin-top: 1em;
}
#hd .sec-oled .technology-slide .detail_list li {
  margin: 1.2em 0;
  padding-right: 1em;
  text-align: center;
}
#hd .sec-oled .technology-slide .detail_list strong {
  font-size: 1.8em;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .sec-oled .technology-slide .detail_list small {
  display: block;
  font-size: 1.1em;
}
#hd .sec-oled .technology-slide .hdr-logo {
  width: 42%;
  margin: 0 auto;
  margin-top: 1em;
}

@media screen and (min-width: 3000px) {
  #hd .sec-oled .hd-w1000 {
    max-width: 1800px;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-oled .technology-slide .detail_list {
    margin-top: 0.4em;
  }
  #hd .sec-oled .technology-slide .detail_list li {
    margin: 0.6em 0;
  }
  #hd .sec-oled .technology-slide .detail_list strong {
    font-size: 1.5em;
  }
  #hd .sec-oled .technology-slide .detail_list small {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-oled .oled-swiper .swiper-slide > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hd .sec-oled .oled-swiper .txt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1em;
    max-width: 600px;
    text-align: center;
  }
  #hd .sec-oled .oled-swiper figure {
    width: 100%;
    max-width: 600px;
  }
  #hd .sec-oled .swiper-pagination-bullet {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #hd .sec-oled .technology-slide .detail_list {
    max-width: 22em;
    margin: 0 auto;
    margin-top: 1em;
  }
  #hd .sec-oled .technology-slide .detail_list strong {
    font-size: 1.2em;
  }
  #hd .sec-oled .technology-slide .detail_list small {
    font-size: 0.9em;
  }
  #hd .sec-oled .technology-slide .hdr-logo {
    max-width: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-oled {
    padding-top: 10%;
  }
  #hd .sec-oled .swiper-pagination-bullet {
    padding: 0 1em;
  }
  #hd .sec-oled .oled-swiper .swiper-slide > div {
    padding: 6% 4%;
    border-radius: 1em;
  }
  #hd .sec-oled .oled-swiper .txt h3 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-oled .oled-swiper figure .hd-tag {
    max-width: 40%;
  }
  #hd .sec-oled .oled-swiper figure .hd-tag strong, #hd .sec-oled .oled-swiper figure .hd-tag span {
    display: inline;
    line-height: 1.1;
  }
}
@media screen and (max-width: 375px) {
  #hd .sec-oled {
    padding-top: 18%;
  }
  #hd .sec-oled .technology-slide .detail_list strong {
    font-size: 1.15em;
  }
  #hd .sec-oled .technology-slide .detail_list small {
    font-size: 0.85em;
  }
}
#hd .sec-faq {
  padding: 4% 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-faq .hd-intro {
  position: relative;
  z-index: 2;
}
#hd .sec-faq .hd-wrapper {
  width: 100%;
}
#hd .sec-faq .hd-content {
  width: 100%;
}
#hd .sec-faq h3 {
  font-size: 1.3em;
  text-align: left;
  margin-bottom: 0;
}
#hd .sec-faq .list-feature > li {
  padding: 14px 40px 14px;
  border-radius: 20px;
  background: #333;
  margin-bottom: 20px;
}
#hd .sec-faq .list-feature button {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: white;
  pointer-events: all;
  cursor: pointer;
  position: relative;
}
#hd .sec-faq .list-feature button i {
  display: block;
  width: 1.8em;
  height: 1.8em;
  border-radius: 2em;
  background: none;
  position: absolute;
  top: 8px;
  right: -0.5em;
  -webkit-transition: transform 0.25s 0.25s ease, background 0.25s ease;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, background 0.25s ease;
  transition: transform 0.25s 0.25s ease, background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
}
#hd .sec-faq .list-feature button i:before, #hd .sec-faq .list-feature button i:after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  border-radius: 2px;
  background: #f51928;
  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: black;
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:before, #hd .sec-faq .list-feature button[aria-expanded=true] i:after {
  background: white;
  -webkit-transition: 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(45deg);
  transform: rotate(45deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] h4 {
  margin-bottom: 0.75em;
}
#hd .sec-faq .list-feature button[aria-expanded=true] ~ .hd-txt {
  display: block;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUpSmall;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -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: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: left;
  padding-right: 1.5em;
}
#hd .sec-faq .list-feature .hd-txt {
  display: none;
  margin-top: 3px;
  padding-right: 3em;
  padding-top: 22px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#hd .sec-faq .list-feature p {
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.75em;
}
#hd .sec-faq .list-feature .txt-link {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  font: inherit;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}
#hd .sec-faq .list-feature .txt-link:hover, #hd .sec-faq .list-feature .txt-link:focus-visible {
  color: #f51928 !important;
}
#hd .sec-faq .detail-list {
  padding-left: 1.2em;
}
#hd .sec-faq .detail-list li {
  list-style: disc;
  margin: 0.4em 0;
  font-size: 1em;
  line-height: 1.3;
}

@media screen and (max-width: 1280px) {
  #hd .sec-faq .list-feature p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-faq .list-feature > li {
    padding: 10px 30px 6px;
    border-radius: 20px;
    background: #333;
    margin-bottom: 20px;
  }
  #hd .sec-faq .list-feature button {
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-faq {
    padding: 6% 0;
  }
  #hd .sec-faq .list-feature {
    font-size: 0.875em;
    margin-bottom: 20px;
  }
  #hd .sec-faq .list-feature > li {
    border-radius: 16px;
  }
  #hd .sec-faq .list-feature button {
    padding-top: 10px;
  }
  #hd .sec-faq .list-feature button i:before, #hd .sec-faq .list-feature button i:after {
    height: 3px;
  }
  #hd .sec-faq .list-feature .hd-txt {
    padding-right: 0;
  }
  #hd .sec-faq .hd-content {
    width: 100%;
    max-width: 600px;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-faq h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-faq {
    padding: 8% 0;
  }
  #hd .sec-faq .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-faq .hd-intro {
    width: 100%;
    text-align: center;
  }
  #hd .sec-faq .list-feature {
    font-size: 1em;
  }
  #hd .sec-faq .list-feature > li {
    padding: 6px 16px;
    margin-bottom: 12px;
    border-radius: 10px;
  }
}
#hd .sec-more {
  padding: 0;
}
#hd .sec-more .hd-container {
  position: relative;
}
#hd .sec-more .hd-col50 {
  position: relative;
  padding: 11% 4% 11%;
}
#hd .sec-more .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-more .hd-w900 {
  width: 100%;
  max-width: 40em;
}
#hd .sec-more .more-btn {
  position: relative;
  display: block;
  padding: 6% 5% 4% 1.5em;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.2);
  text-transform: none;
  border-radius: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#hd .sec-more .more-btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(0, -4%);
  transform: translate(0, -4%);
}
#hd .sec-more .more-btn:before {
  content: "";
  position: absolute;
  width: 9px;
  height: calc(100% - 18px);
  left: 9px;
  top: 9px;
  background-color: white;
}
#hd .sec-more .more-btn .p {
  font-size: 1.4em;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: #f51928 !important;
}
#hd .sec-more .more-btn span {
  color: white;
}

@media screen and (min-width: 2560px) {
  #hd .sec-more .hd-w900 {
    max-width: 1000px;
  }
  #hd .sec-more .more-btn:before {
    width: 10px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .sec-more .hd-w900 {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-more .more-btn .p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-more .hd-col50 {
    width: 100%;
  }
}
/*# sourceMappingURL=hd-style.css.map */