@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;
}
#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: #ffd971;
}
#hd * ::selection {
  background: #1d2124;
  color: #ffd971;
}
#hd * ::-moz-selection {
  background: #1d2124;
  color: #ffd971;
}
#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 {
  /* ---------- SCREEN READER ---------- */
}
#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 #ffd971;
  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 share {
  50% {
    opacity: 1;
    -webkit-transform: translateX(6%);
    transform: translateX(6%);
  }
}
@keyframes share {
  50% {
    opacity: 1;
    -webkit-transform: translateX(6%);
    transform: translateX(6%);
  }
}
@-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;
  font-display: swap;
}
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 16px;
}
#hd .h1 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 9em;
  line-height: 1;
  letter-spacing: 0.1em;
}
#hd h2,
#hd .h2 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  display: inline-block;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1.25;
  color: #ffffff !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.13em;
}
#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: 1.125em;
  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;
}
#hd a.txt-link:hover {
  color: white;
}
#hd .color-primary {
  color: #ffd971 !important;
}
#hd .color-secondary {
  color: #ffd971 !important;
}
#hd .color-secondary-light {
  color: #7bdaff !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 {
  display: inline-block;
  color: #ffd971 !important;
  background-color: #ffeaae 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffeaae), color-stop(60%, #ffd971));
  background-image: linear-gradient(180deg, #ffeaae 0%, #ffd971 60%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient-silver {
  display: inline-block;
  color: #ffd971 !important;
  background-color: #bbb 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #bbb), color-stop(#fff), color-stop(80%, #bbb));
  background-image: linear-gradient(0deg, #bbb 50%, #fff, #bbb 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient::-moz-selection, #hd .color-gradient-silver::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffd971;
}
#hd .color-gradient::selection,
#hd .color-gradient-silver::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffd971;
}
#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 .font-italic {
  font-style: italic;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}
#hd .hd-underline {
  text-decoration: underline;
}
#hd .txt-stroke {
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 217, 113, 0.7);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#hd .txt-stroke.stroke-white {
  -webkit-text-stroke-color: white;
}

@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 h3,
  #hd .h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .h1 {
    font-size: 7em;
  }
  #hd h2,
  #hd .h2 {
    font-size: 2.5em;
  }
  #hd h5,
  #hd .h5 {
    font-size: 0.9em;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .h1 {
    font-size: 5em;
    letter-spacing: 0.04em;
  }
  #hd h2,
  #hd .h2 {
    font-size: 2.25em;
    line-height: 1.1;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
  #hd .txt-stroke {
    -webkit-text-stroke-width: 1px;
  }
}
@media screen and (max-width: 620px) {
  #hd .h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 480px) {
  #hd h2,
  #hd .h2 {
    font-size: 1.75em;
    line-height: 1.25;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.25em;
    line-height: 1.2;
  }
  #hd h5,
  #hd .h5 {
    font-size: 0.75em;
    letter-spacing: 0.02em;
  }
  #hd p {
    font-size: 0.9em;
  }
}
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1280,
#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-w1280 {
  width: 90%;
  max-width: 1280px;
}
#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: 6% 0;
}

@media screen and (min-width: 2560px) {
  #hd .hd-w900,
  #hd .hd-w1000 {
    max-width: 1400px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1280,
  #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-w1280,
  #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-w1280,
  #hd .hd-w1366,
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
  }
}
@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;
  }
}
@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: 10% 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: 15% 0;
  }
}
#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: #ffd971;
}
#hd .deco-code {
  text-align: left;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
}
#hd .deco-code .hd-type-effect {
  display: block;
  font-family: monospace;
  font-size: 0.5vw;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-all;
  opacity: 0.5;
}
#hd .deco-code .hd-type-effect::after {
  content: "█";
  margin-left: 2px;
  color: white;
  -webkit-animation: cursor-blink 0.8s steps(1) infinite;
          animation: cursor-blink 0.8s steps(1) infinite;
}
#hd .deco-code .hd-type-effect.done::after {
  display: none;
}
#hd .deco-code img.deco-code-hr {
  width: 70% !important;
  position: absolute;
  top: 9.5em;
}
#hd .deco-code.is-animated .deco-txt {
  -webkit-animation: fadeInLeft 0.5s ease-out 2.8s forwards;
          animation: fadeInLeft 0.5s ease-out 2.8s forwards;
}
#hd .bg-main {
  position: relative;
  margin-bottom: 6em;
}
#hd .bg-main > .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.7;
}
#hd .bg-main > .hd-bg .hd-sticky {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: sticky;
  inset: 0;
  margin: auto;
  opacity: 0.3;
}
#hd .bg-main > .hd-bg .hd-sticky.is-animated img {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .bg-main > .hd-bg img {
  width: 100%;
  height: 110%;
  max-height: none !important;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  inset: 0;
  top: -5%;
}
#hd .bg-main > .hd-bg .bg-h {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1), -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
}
#hd .bg-main > .hd-bg .bg-v {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1), -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
}
#hd .bg-main > .hd-bg .bg-frame {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.4s;
  transition: opacity 0.8s 0.4s;
}

@media screen and (max-width: 1280px) {
  #hd .bg-main {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 620px) {
  #hd .bg-main {
    margin-bottom: 2em;
  }
}
#hd .hd-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.25;
  outline: none;
  background: black;
  color: white;
  border: 1px solid rgba(255, 217, 113, 0.9);
  border-radius: 40px;
  padding: 0.6em 1.5em 0.4em;
  margin: 0.25em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -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: white;
  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 .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;
}

@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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: calc(100% - 100px);
  position: fixed;
  top: 100px;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  z-index: 10;
  visibility: visible !important;
  pointer-events: none;
  -webkit-transition: transform 0.6s, opacity 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
#hd .hd-nav.is-hidden:not(:focus-within) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
}
#hd .hd-nav .pd-name {
  display: block;
  font-size: 1.3em;
  line-height: 1;
  letter-spacing: 0.018em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-left: auto;
  margin-right: 3px;
  margin-bottom: 0.5em;
}
#hd .hd-nav a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125em;
  letter-spacing: 0.018em;
  text-align: right;
  margin-left: auto;
  color: transparent;
  padding: 0.5em 2.5em 0.4em 1em;
  border-radius: 1.25em 0 0 1.25em;
  position: relative;
  pointer-events: all;
  text-transform: uppercase;
}
#hd .hd-nav a:before, #hd .hd-nav a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#hd .hd-nav a:before {
  width: 1.6em;
  height: 2em;
  right: 0;
  background: url(../img/nav-active.png) center no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: transform 0.25s ease, opacity 0.25s ease;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .hd-nav a:after {
  width: 1.4em;
  height: 5px;
  right: 3px;
  background: #a4a4a4;
  border-radius: 0.5em;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .hd-nav a:hover, #hd .hd-nav a:focus-visible, #hd .hd-nav a.is-current {
  background: rgba(0, 0, 0, 0.5);
}
#hd .hd-nav a:hover, #hd .hd-nav a:focus-visible {
  color: white;
}
#hd .hd-nav a.is-current {
  color: white;
}
#hd .hd-nav a.is-current:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .hd-nav a.is-current:after {
  background: white;
}

@media screen and (max-width: 1600px) {
  #hd .hd-nav {
    right: 10px;
  }
  #hd .hd-nav a {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 1366px) {
  #hd .hd-nav {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-nav {
    display: none;
  }
  #hd .hd-nav ul li .hd-tooltip {
    display: none;
  }
}
#hd .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: #ffd971;
}
#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: #ffd971;
}

@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 .hd-tablist {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 48em;
  background-color: black;
  border: 1px solid #ffd971;
  margin: 40px auto 20px;
  text-align: center;
  z-index: 2;
  border-radius: 10em;
}
#hd .hd-tablist button {
  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;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.3em;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 10em;
  color: white;
  padding: 0.75em 10px 0.4em;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hd .hd-tablist button > h3 {
  display: inline;
  font-size: 1em;
  color: inherit !important;
  padding: 0;
  margin: 0;
}
#hd .hd-tablist button[aria-selected=true] {
  cursor: default;
  color: black;
  background-color: #ffd971;
}
#hd .tab-content > div {
  display: none;
  position: relative;
}
#hd .tab-content > div[aria-current=true] {
  display: block;
}

@media screen and (max-width: 1024px) {
  #hd .hd-tablist button {
    font-size: 1.1em;
  }
  #hd .bg-black .hd-tablist {
    background-color: #111;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-tablist {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #hd .hd-tablist::-webkit-scrollbar {
    height: 2px;
  }
  #hd .hd-tablist::-webkit-scrollbar-track {
    background: #fff;
  }
  #hd .hd-tablist::-webkit-scrollbar-thumb {
    background: #aaa;
  }
  #hd .hd-tablist::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  #hd .hd-tablist button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1em;
    padding: 0.75em 24px 0.4em;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-tablist button {
    font-size: 1em;
  }
  #hd .bg-black .hd-tablist::-webkit-scrollbar-track {
    background: #111;
  }
  #hd .bg-black .hd-tablist::-webkit-scrollbar-thumb {
    background: #444;
  }
  #hd .bg-black .hd-tablist::-webkit-scrollbar-thumb:hover {
    background: #aaa;
  }
}
#hd .list-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 36px auto 20px;
}
#hd .list-features > li {
  padding: 0 2%;
}
#hd .list-features h3 {
  line-height: 1;
}
#hd .list-features h3 strong {
  display: block;
  font-size: 1.4em;
  margin-top: 0.125em;
  margin-bottom: -0.125em;
}
#hd .list-features h3 small {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125rem;
}
#hd .list-features h3 .txt-smaller {
  font-size: 0.75em;
}

@media screen and (max-width: 1024px) {
  #hd .list-features h3 small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #hd .list-features {
    margin: 20px auto 10px;
  }
  #hd .list-features h3 strong {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #hd .list-features {
    margin: 20px auto -10px;
  }
  #hd .list-features > li {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  #hd .list-features h3 strong {
    font-size: 1.75em;
  }
}
#hd .trigger-video-toggle {
  position: relative;
}
#hd .vid-container {
  width: 100%;
  aspect-ratio: 3840/2160;
  border-radius: 20px;
  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 .swiper-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
#hd .swiper-pagination-wrapper.is-paused .swiper-pagination-bullet:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#hd .swiper-pagination-wrapper.is-paused .swiper-pause-btn .play {
  display: block;
}
#hd .swiper-pagination-wrapper.is-paused .swiper-pause-btn .pause {
  display: none;
}
#hd .swiper-button-prev,
#hd .swiper-button-next {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#hd .swiper-button-prev:after,
#hd .swiper-button-next:after {
  display: none;
}
#hd .swiper-button-prev:active,
#hd .swiper-button-next:active {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
#hd .swiper-button-prev {
  margin-left: -10%;
  background-image: url(../img/arrow-left.svg);
}
#hd .swiper-button-prev:hover, #hd .swiper-button-prev:focus-visible {
  background-image: url(../img/arrow-left-active.svg);
}
#hd .swiper-button-next {
  margin-right: -10%;
  background-image: url(../img/arrow-right.svg);
}
#hd .swiper-button-next:hover, #hd .swiper-button-next:focus-visible {
  background-image: url(../img/arrow-right-active.svg);
}
#hd .swiper-pagination {
  padding: 4px 16px;
  border-radius: 20px;
  margin: 0;
}
#hd .swiper-pagination,
#hd .swiper-pagination-bullets {
  width: auto;
  bottom: 0;
  position: relative;
  z-index: 3;
}
#hd .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin: 0 8px;
  background: #777;
  border: none;
  opacity: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
#hd .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: #ffd971;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 6s;
  -webkit-animation-name: slideProgress;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 6s;
  -moz-animation-name: slideProgress;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 6s;
  -o-animation-name: slideProgress;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 6s;
  animation-name: slideProgress;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .swiper-pause-btn {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  position: relative;
  inset: 0 !important;
}
#hd .swiper-pause-btn img {
  width: 60%;
}

@media screen and (max-width: 1280px) {
  #hd .swiper-pagination-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .swiper-pagination-wrapper {
    margin-top: 20px;
  }
  #hd .swiper-pagination {
    padding: 16px 12px;
  }
  #hd .swiper-pause-btn {
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .swiper-button-prev {
    margin-left: -56px;
  }
  #hd .swiper-button-next {
    margin-right: -56px;
  }
}
@media screen and (max-width: 768px) {
  #hd .swiper-pagination-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 620px) {
  #hd .swiper-pagination {
    padding: 14px 12px;
  }
  #hd .swiper-pause-btn {
    width: 44px;
    height: 44px;
    border-radius: 44px;
  }
  #hd .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  #hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
}
#hd .sec-overview {
  position: relative;
  overflow: hidden;
  padding: 0;
}
#hd .sec-overview .hd-container {
  position: relative;
  z-index: 4;
}
#hd .sec-overview h2 {
  line-height: 1.25;
  margin-bottom: 0.35em;
  font-size: 3.8em;
}
#hd .sec-overview h2 > strong {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-bottom: 0.4em;
}
#hd .sec-overview h2 > span {
  display: block;
  font-size: 1.125em;
}
#hd .sec-overview p {
  max-width: 54em;
  margin: 0 auto 0.5em;
}
#hd .sec-overview .hd-btn {
  font-size: 1.25em;
  color: color-primary;
  border: 2px solid color-primary;
  margin-top: 10px;
  background-color: black;
  position: relative;
  overflow: hidden;
}
#hd .sec-overview .hd-btn:before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background-color: transparent !important;
  background-color: #d5ad4d;
  background-image: linear-gradient(92deg, #d5ad4d 10%, #ffd971, rgba(255, 217, 113, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
#hd .sec-overview .hd-btn:hover, #hd .sec-overview .hd-btn:focus-visible {
  color: black;
  border-color: transparent;
}
#hd .sec-overview .hd-btn:hover:before, #hd .sec-overview .hd-btn:focus-visible:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .sec-overview .hd-img-container {
  margin-top: -2%;
  margin-bottom: -11%;
  position: relative;
}
#hd .sec-overview .hd-img-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 15%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#hd .sec-overview .hd-img-container .hd-pd-container {
  position: absolute;
  inset: 0;
  z-index: 3;
}
#hd .sec-overview .hd-img-container img {
  width: 100%;
}
#hd .sec-overview .hd-img-container img.hd-deco, #hd .sec-overview .hd-img-container img.hd-pd {
  position: absolute;
  inset: 0;
  z-index: 3;
}
#hd .sec-overview .hd-img-container img.deco-top {
  width: 70%;
  margin: 0 auto;
  top: 6%;
}
#hd .sec-overview .hd-img-container img.deco-bottom {
  width: 48%;
  margin: 0 auto;
  top: auto;
  right: 10%;
  bottom: 20%;
}
#hd .sec-overview .hd-img-container img.hd-bg {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 1s ease;
  transition: -webkit-filter 1s ease;
  transition: filter 1s ease;
  transition: filter 1s ease, -webkit-filter 1s ease;
}
#hd .sec-overview .hd-img-container img.hd-pd {
  opacity: 0;
  -webkit-transform: scale(0.98, 0.98) translate(0, 5%);
          transform: scale(0.98, 0.98) translate(0, 5%);
  -webkit-transition: opacity 0.4s, -webkit-transform 1.2s ease-in-out;
  transition: opacity 0.4s, -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, opacity 0.4s;
  transition: transform 1.2s ease-in-out, opacity 0.4s, -webkit-transform 1.2s ease-in-out;
}
#hd .sec-overview .hd-img-container img.pd-shadow {
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.8s;
  transition: opacity 0.6s 0.8s;
}
#hd .sec-overview .hd-img-container.is-animated img.hd-bg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#hd .sec-overview .hd-img-container.is-animated img.hd-pd {
  opacity: 1;
  -webkit-transform: scale(1, 1) translate(0, 0);
          transform: scale(1, 1) translate(0, 0);
}
#hd .sec-overview .hd-img-container.is-animated img.pd-shadow {
  opacity: 1;
}
#hd .sec-overview .deco-code {
  left: 69%;
  bottom: 18%;
}

@media screen and (max-width: 1280px) {
  #hd .sec-overview h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-overview h2 {
    font-size: 2.6em;
  }
  #hd .sec-overview .hd-img-container {
    width: 120%;
    margin-left: -10%;
  }
  #hd .sec-overview .hd-img-container img.deco-bottom {
    width: 55%;
    right: 6%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-overview .hd-img-container {
    width: 160%;
    margin-left: -30%;
  }
  #hd .sec-overview .hd-img-container img.deco-top {
    left: 12%;
  }
  #hd .sec-overview .hd-img-container img.deco-bottom {
    left: 5%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-overview h2 {
    font-size: 2em;
  }
}
#hd .sec-ksp .hd-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  gap: 10px;
}
#hd .sec-ksp .hd-grid > li:nth-child(1) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#hd .sec-ksp .hd-grid > li:nth-child(1) .hd-bg {
  -o-object-position: right 85%;
     object-position: right 85%;
}
#hd .sec-ksp .hd-grid > li:nth-child(2) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#hd .sec-ksp .hd-grid > li:nth-child(2) .hd-bg {
  -o-object-position: left bottom;
     object-position: left bottom;
}
#hd .sec-ksp .hd-grid > li:nth-child(3) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#hd .sec-ksp .hd-grid > li:nth-child(3) .hd-frame {
  background-color: #4f4d52;
  background-image: linear-gradient(320deg, #4f4d52, #000000 60%);
}
#hd .sec-ksp .hd-grid > li:nth-child(4) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#hd .sec-ksp .hd-grid > li:nth-child(4) .hd-frame {
  background-color: #000000;
  background-image: linear-gradient(150deg, #000000, #4f4d52, #3d3c3d, #4f4d52, #727074);
}
#hd .sec-ksp .hd-grid > li:nth-child(-n+4) {
  width: 110%;
}
#hd .sec-ksp .hd-grid > li:nth-child(2) {
  margin-left: 10%;
}
#hd .sec-ksp .hd-grid > li:nth-child(3) {
  margin-left: 20%;
}
#hd .sec-ksp .hd-grid > li:nth-child(4) {
  margin-left: 30%;
}
#hd .sec-ksp .hd-grid > li:nth-child(5) {
  width: 80%;
  margin-left: auto;
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
#hd .sec-ksp .hd-grid > li:nth-child(5) .hd-frame {
  background-color: #000000;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), color-stop(#3d3c3d), color-stop(#4f4d52), color-stop(#3b3b3b), color-stop(#4f4d52), to(#727074));
  background-image: linear-gradient(-90deg, #000000, #3d3c3d, #4f4d52, #3b3b3b, #4f4d52, #727074);
}
#hd .sec-ksp .hd-grid > li.hd-grid-main {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
#hd .sec-ksp .hd-grid > li:nth-child(7) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
#hd .sec-ksp .hd-grid > li:nth-child(8) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
#hd .sec-ksp .hd-grid > li:nth-child(9) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
#hd .sec-ksp .hd-grid > li:nth-child(10) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
#hd .sec-ksp .hd-grid > li:nth-child(5) .hd-frame {
  padding: 20px;
}
#hd .sec-ksp .hd-grid > li:nth-child(5) .hd-box {
  padding: 16px 20px 20px;
  border: inherit;
  position: relative;
}
#hd .sec-ksp .hd-grid > li:nth-child(5) .hd-deco {
  position: absolute;
  left: 0;
  right: 0;
}
#hd .sec-ksp .hd-grid > li:nth-child(5) .hd-deco::before, #hd .sec-ksp .hd-grid > li:nth-child(5) .hd-deco::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ffd971;
  margin: -4px;
}
#hd .sec-ksp .hd-grid > li:nth-child(5) .hd-deco::before {
  left: 0;
}
#hd .sec-ksp .hd-grid > li:nth-child(5) .hd-deco::after {
  right: 0;
}
#hd .sec-ksp .hd-grid > li:nth-child(5) .hd-deco.deco-top {
  top: 0;
}
#hd .sec-ksp .hd-grid > li:nth-child(5) .hd-deco.deco-top::before, #hd .sec-ksp .hd-grid > li:nth-child(5) .hd-deco.deco-top::after {
  top: 0;
}
#hd .sec-ksp .hd-grid > li:nth-child(5) .hd-deco.deco-bottom {
  bottom: 0;
}
#hd .sec-ksp .hd-grid > li:nth-child(5) .hd-deco.deco-bottom::before, #hd .sec-ksp .hd-grid > li:nth-child(5) .hd-deco.deco-bottom::after {
  bottom: 0;
}
#hd .sec-ksp .hd-frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  height: 100%;
  background: #151515;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
}
#hd .sec-ksp .hd-frame.no-border {
  border-color: transparent;
}
#hd .sec-ksp .hd-frame.bg-gradient-top {
  background-color: #6d737e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d737e), to(#030404));
  background-image: linear-gradient(180deg, #6d737e, #030404);
}
#hd .sec-ksp .hd-frame.frame-bose img {
  width: 16em;
  margin: 0 auto;
}
#hd .sec-ksp .hd-bg,
#hd .sec-ksp .hd-main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
#hd .sec-ksp h3 {
  font-size: 1.25em;
  position: relative;
  z-index: 2;
}
#hd .sec-ksp h3 strong {
  display: block;
  font-size: 2em;
  line-height: 1;
  padding-top: 0.25em;
}
#hd .sec-ksp h3 small {
  display: block;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.125;
}
#hd .sec-ksp .txt-smaller {
  font-size: 0.9em;
  letter-spacing: 0.018em;
}
#hd .sec-ksp .hd-grid-main {
  aspect-ratio: 1768/542;
}
#hd .sec-ksp .hd-grid-main .font-rog {
  position: absolute;
  bottom: 70%;
  right: 5%;
  font-size: 1.8em;
  letter-spacing: 0.04em;
  z-index: 2;
}
#hd .sec-ksp .hd-grid-main .list-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
}
#hd .sec-ksp .hd-grid-main .list-inner .hd-frame-inner {
  background-color: transparent !important;
  background-color: rgba(152, 169, 187, 0.5);
  background-image: linear-gradient(340deg, rgba(152, 169, 187, 0.5), rgba(0, 0, 0, 0.5));
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 12px;
}
#hd .sec-ksp .hd-grid-main .list-inner .item-left {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 20px;
  margin-bottom: 3%;
}
#hd .sec-ksp .hd-grid-main .list-inner .item-left .icon-typec {
  width: 3em;
  margin: 0 auto 16px;
}
#hd .sec-ksp .hd-grid-main .list-inner .item-left .icon-ally {
  width: 7em;
  display: block;
  margin: 20px auto 10px;
}
#hd .sec-ksp .hd-grid-main .list-inner .item-right {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 20px;
  margin-bottom: 5%;
}
#hd .sec-ksp .hd-grid-main .list-inner .item-right .icon-hdr {
  width: 5em;
  margin: 10px 0 0;
}
#hd .sec-ksp .hd-grid-main .list-inner .item-right h3 small {
  line-height: 1.4em;
}
#hd .sec-ksp .logo-bose {
  width: 120px;
  height: auto;
  position: relative;
  z-index: 2;
}
#hd .sec-ksp .hd-note {
  margin-top: 20px;
}
#hd .sec-ksp .hd-note small {
  display: block;
  line-height: 1.25;
  font-size: 0.75em;
}

@media screen and (max-width: 1440px) {
  #hd .sec-ksp h3 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-ksp .hd-container {
    width: 90%;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(5) .hd-frame {
    padding: 10px;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(5) .hd-box {
    padding: 12px 16px 16px;
  }
  #hd .sec-ksp .hd-grid-main {
    aspect-ratio: 1768/640;
  }
  #hd .sec-ksp .hd-grid-main .list-inner .hd-frame-inner {
    padding: 16px;
  }
  #hd .sec-ksp .hd-grid-main .list-inner .item-left {
    margin-left: 0;
    margin-bottom: 0;
  }
  #hd .sec-ksp .hd-grid-main .list-inner .item-left .icon-ally {
    margin: 16px auto 10px;
  }
  #hd .sec-ksp .hd-grid-main .list-inner .item-right {
    margin-right: 0;
    margin-bottom: 0;
  }
  #hd .sec-ksp .hd-frame {
    padding: 16px;
  }
  #hd .sec-ksp h3 {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-ksp {
    padding: 10% 0;
  }
  #hd .sec-ksp .hd-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-ksp .hd-grid {
    max-width: 600px;
    margin: 0 auto;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  #hd .sec-ksp .hd-grid > li:nth-child(n) {
    width: 100%;
    margin: 0;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  #hd .sec-ksp .hd-grid > 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 .hd-grid > li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(6) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 4/1/5/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5/1/6/2;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 5/2/6/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(9) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 6/1/7/2;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(10) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 6/2/7/3;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 7/1/8/2;
  }
  #hd .sec-ksp .hd-grid > li:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 7/2/8/3;
  }
  #hd .sec-ksp .hd-grid-main {
    aspect-ratio: unset;
  }
  #hd .sec-ksp .hd-grid-main .hd-frame {
    padding: 0;
  }
  #hd .sec-ksp .hd-grid-main .hd-main {
    margin-bottom: -5%;
    position: relative;
  }
  #hd .sec-ksp .hd-grid-main .font-rog {
    position: relative;
    inset: 0;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
  #hd .sec-ksp .hd-grid-main .list-inner {
    height: auto;
    gap: 8px;
  }
  #hd .sec-ksp .hd-grid-main .list-inner > li {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    width: 100% !important;
    inset: 0 !important;
    margin: 0 !important;
  }
  #hd .sec-ksp .hd-grid-main .list-inner .hd-frame-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    height: 100%;
    text-align: center;
  }
  #hd .sec-ksp .hd-grid-main .list-inner .item-right .icon-hdr {
    width: 7em;
    margin: 10px auto 0;
  }
  #hd .sec-ksp .hd-frame.frame-bose img {
    width: 10em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ksp {
    padding: 18% 0;
  }
  #hd .sec-ksp .hd-frame {
    padding: 12px;
  }
  #hd .sec-ksp .hd-grid-main .hd-main {
    aspect-ratio: 1/0.55;
    -o-object-position: 55% center;
       object-position: 55% center;
  }
  #hd .sec-ksp .hd-grid-main .font-rog {
    font-size: 1.25em;
  }
  #hd .sec-ksp .txt-smaller {
    display: block;
    font-size: 0.65em;
    margin-left: -6px;
    margin-right: -6px;
  }
}
#hd .sec-video {
  padding: 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-video .vid-container {
  padding-bottom: 56.25%;
  border-radius: 0;
}
#hd .sec-video .vid-container.is-animated ~ .trigger-video {
  opacity: 1;
}
#hd .sec-video .vid-control {
  right: 0;
  left: 0;
  bottom: 0;
  margin: 10px auto;
}
#hd .sec-video .trigger-video {
  width: 160px;
  height: 160px;
  border-radius: 5em;
  background: rgba(0, 0, 0, 0.75) url(../img/play-video.svg) center no-repeat;
  background-size: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.25s 0.1s ease-in, opacity 0.8s 0.25s, -webkit-transform 0.25s ease-in;
  transition: background 0.25s 0.1s ease-in, opacity 0.8s 0.25s, -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in, background 0.25s 0.1s ease-in, opacity 0.8s 0.25s;
  transition: transform 0.25s ease-in, background 0.25s 0.1s ease-in, opacity 0.8s 0.25s, -webkit-transform 0.25s ease-in;
  opacity: 0;
}
#hd .sec-video .trigger-video:hover, #hd .sec-video .trigger-video:focus-visible {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  background-size: 60%;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  #hd .sec-video .trigger-video {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-video .trigger-video {
    width: 100px;
    height: 100px;
  }
  #hd .sec-video .vid-control {
    margin: 0;
  }
}
#hd .sec-ecosystem {
  padding-bottom: 4%;
  position: relative;
  overflow: hidden;
}
#hd .sec-ecosystem .hd-intro {
  margin-bottom: 30px;
}
#hd .sec-ecosystem .hd-intro p {
  max-width: 50em;
  margin: 0 auto;
}
#hd .sec-ecosystem li {
  padding: 6px;
}
#hd .sec-ecosystem .hd-img-container {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
#hd .sec-ecosystem .hd-img-container img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #hd .sec-ecosystem {
    padding-bottom: 6%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-ecosystem ul {
    max-width: 480px;
    margin: 0 auto;
  }
  #hd .sec-ecosystem li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ecosystem {
    padding-bottom: 10%;
  }
}
#hd .sec-ally {
  padding-top: 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-ally .hd-banner {
  min-height: calc(100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
#hd .sec-ally .hd-banner .hd-title {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 3;
  mix-blend-mode: lighten;
  pointer-events: none;
}
#hd .sec-ally .hd-banner h2 {
  font-size: 8.5vw;
  line-height: 1.125;
  letter-spacing: 0;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 0;
  position: absolute;
  bottom: 70%;
  left: 0;
  right: 0;
  pointer-events: all;
}
#hd .sec-ally .hd-banner .vid-container {
  width: 100%;
  max-width: none;
  border-radius: 0;
  position: relative;
}
#hd .sec-ally .hd-banner .vid-control {
  z-index: 4;
}
#hd .sec-ally figure {
  height: 100%;
  position: relative;
}
#hd .sec-ally figure .hd-bg-container,
#hd .sec-ally figure .hd-vr-container,
#hd .sec-ally figure .hd-screen-container {
  position: relative;
  overflow: hidden;
}
#hd .sec-ally figure .hd-bg-container > *,
#hd .sec-ally figure .hd-vr-container > *,
#hd .sec-ally figure .hd-screen-container > * {
  position: absolute;
  inset: 0;
}
#hd .sec-ally figure .hd-bg-container {
  height: 100%;
  position: relative;
}
#hd .sec-ally figure .hd-bg-container img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#hd .sec-ally figure .hd-bg-container .vid-container {
  height: 100%;
  aspect-ratio: unset;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  position: absolute;
  inset: 0;
}
#hd .sec-ally figure .hd-pd-container {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-perspective: 150vw;
          perspective: 150vw;
}
#hd .sec-ally figure .hd-pd {
  width: 100%;
}
#hd .sec-ally figure .hd-vr-container {
  width: 75%;
  opacity: 0.95;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  border-radius: 4px;
  -webkit-filter: drop-shadow(0 0 5vw rgba(0, 0, 0, 0.75));
          filter: drop-shadow(0 0 5vw rgba(0, 0, 0, 0.75));
}
#hd .sec-ally figure .hd-vr-container .hd-screen {
  position: relative;
}
#hd .sec-ally figure .hd-vr-container .vid-container {
  position: absolute;
  inset: 0;
}
#hd .sec-ally figure .hd-screen-container {
  width: 45%;
  aspect-ratio: 1.71/1;
  position: absolute;
  bottom: 22.3%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
}
#hd .sec-ally figure .hd-screen-container .hd-screen {
  position: relative;
}
#hd .sec-ally figure .hd-screen-container .vid-container {
  aspect-ratio: 1.666/1;
  position: absolute;
  inset: 0;
}
#hd .sec-ally .hd-container {
  padding-top: 6%;
}
#hd .sec-ally .hd-container .vid-container {
  max-width: 900px;
  margin: 0 auto;
}
#hd .sec-ally .hd-intro {
  margin-bottom: 30px;
}
#hd .sec-ally .hd-intro p {
  max-width: 50em;
  margin: 0 auto;
}
#hd .sec-ally .deco-bottom {
  width: 27%;
  position: absolute;
  left: 8%;
  bottom: 0;
}
#hd .sec-ally .container-bottom .hd-note {
  margin: 10px;
}

@media screen and (max-width: 1280px) {
  #hd .sec-ally .hd-banner .vid-control {
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-ally .hd-banner {
    min-height: calc(100vh - 50px);
  }
  #hd .sec-ally .hd-banner h2 {
    font-size: 9vw;
  }
  #hd .sec-ally figure .hd-pd-container {
    width: 100%;
  }
  #hd .sec-ally .deco-bottom {
    width: 33%;
    left: 5%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 768px) {
  #hd .sec-ally .hd-banner {
    min-height: calc(80vh - 50px);
  }
  #hd .sec-ally .hd-banner .hd-title {
    z-index: 5;
  }
  #hd .sec-ally .hd-banner h2 {
    font-size: 15vw;
    position: relative;
    inset: 0;
  }
  #hd .sec-ally figure .hd-bg-container {
    position: relative;
  }
  #hd .sec-ally figure .hd-bg-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 5%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), black);
    z-index: 3;
  }
  #hd .sec-ally figure .hd-pd-container {
    width: 150%;
    max-width: none !important;
    margin-left: -25%;
    margin-right: -25%;
  }
  #hd .sec-ally figure .hd-vr-container {
    width: 85%;
    bottom: 30%;
  }
  #hd .sec-ally .hd-container {
    padding-top: 10%;
  }
  #hd .sec-ally .deco-bottom {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ally figure .hd-vr-container {
    width: 95%;
  }
  #hd .sec-ally .hd-container {
    padding-top: 15%;
  }
  #hd .sec-ally .deco-bottom {
    width: 55%;
    left: 5%;
    margin-bottom: 5%;
  }
}
#hd .sec-console {
  padding-top: 0;
}
#hd .sec-console .hd-banner h2 {
  font-size: 8.5vw;
  line-height: 1.125;
  letter-spacing: 0;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  mix-blend-mode: lighten;
}
#hd .sec-console .hd-banner .vid-container {
  border-radius: 0;
}
#hd .sec-console .hd-banner .vid-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 5%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), black);
  z-index: 2;
}
#hd .sec-console .hd-container {
  padding: 4% 0;
}
#hd .sec-console .hd-tablist {
  max-width: none;
  margin-bottom: 20px;
}
#hd .sec-console .hd-tablist button {
  width: 23%;
}
#hd .sec-console .hd-tablist button:first-child {
  width: 30%;
}
#hd .sec-console .hd-tablist button:nth-child(4) {
  width: 20%;
}
#hd .sec-console .hd-tablist button:last-child {
  width: 30%;
}
#hd .sec-console .hd-txt {
  max-width: 46em;
  margin: 0 auto 40px;
}
#hd .sec-console .hd-txt .hd-btn {
  margin-top: 20px;
  margin-bottom: -20px;
}
#hd .sec-console .hd-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
#hd .sec-console .hd-wrapper .vid-container {
  border-radius: 20px;
  aspect-ratio: 1920/1080;
}
#hd .sec-console .hd-bottom .hd-col50 {
  padding: 0 1em;
}
#hd .sec-console .hd-bottom .hd-img-container {
  margin-top: 1em;
}
#hd #pageContent-tabpanel-gameplus .hd-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#hd #pageContent-tabpanel-gameplus figure {
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid white;
  position: relative;
  overflow: hidden;
}
#hd #pageContent-tabpanel-gameplus figure img {
  width: 100%;
}
#hd #pageContent-tabpanel-gameplus figure img.hd-base {
  position: relative;
}
#hd #pageContent-tabpanel-gameplus figure .filter-target > [role=tabpanel] {
  display: none;
}
#hd #pageContent-tabpanel-gameplus figure .filter-target > [role=tabpanel].hd-active {
  display: block;
}
#hd #pageContent-tabpanel-gameplus figure .filter-target > [role=tabpanel] img {
  position: absolute;
  top: 0;
  left: 0;
}
#hd #pageContent-tabpanel-gameplus .filter-trigger {
  width: 100%;
  margin: 0 auto;
}
#hd #pageContent-tabpanel-gameplus .filter-trigger button {
  cursor: pointer;
  width: 16%;
}
#hd #pageContent-tabpanel-gameplus .filter-trigger button:hover .h5, #hd #pageContent-tabpanel-gameplus .filter-trigger button:focus-visible .h5 {
  opacity: 1;
}
#hd #pageContent-tabpanel-gameplus .filter-trigger button.hd-active .hd-icon {
  background-position: 100% 0;
}
#hd #pageContent-tabpanel-gameplus .filter-trigger button.hd-active .h5 {
  opacity: 1;
}
#hd #pageContent-tabpanel-gameplus .filter-trigger .h5 {
  margin-top: -0.25em;
  opacity: 0.75;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#hd #pageContent-tabpanel-gameplus .hd-icon {
  width: 5em;
  height: 5em;
  margin: 0 auto;
  background-position: 0 0;
  background-size: 200%;
  mix-blend-mode: lighten;
}
#hd #pageContent-tabpanel-gameplus .hd-icon.icon-stopwatch {
  background-image: url(../img/gameplus/ic_stopwatch.jpg);
}
#hd #pageContent-tabpanel-gameplus .hd-icon.icon-crosshair {
  background-image: url(../img/gameplus/ic_crosshair.jpg);
}
#hd #pageContent-tabpanel-gameplus .hd-icon.icon-timer {
  background-image: url(../img/gameplus/ic_timer.jpg);
}
#hd #pageContent-tabpanel-gameplus .hd-icon.icon-fps {
  background-image: url(../img/gameplus/ic_fps.jpg);
}
#hd #pageContent-tabpanel-gameplus .hd-icon.icon-display {
  background-image: url(../img/gameplus/ic_display-alignment.jpg);
}
#hd #pageContent-tabpanel-gameplus .hd-icon.icon-sniper {
  background-image: url(../img/gameplus/ic_sniper.jpg);
}
#hd #pageContent-tabpanel-gameplus .hd-icon.icon-vision {
  background-image: url(../img/gameplus/ic_sniper-night-vision.jpg);
}
#hd #pageContent-tabpanel-voice ul {
  margin: 1em -0.25em;
  text-align: left;
}
#hd #pageContent-tabpanel-voice li {
  width: calc(25% - 8px);
  background: #313131;
  padding: 12px;
  margin: 4px;
}
#hd #pageContent-tabpanel-voice li p {
  font-size: 0.875em;
}
#hd #pageContent-tabpanel-voice .h5 {
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
#hd #pageContent-tabpanel-hdr video {
  width: 110%;
  height: 110%;
  max-width: none;
  max-height: none;
  margin-top: -3%;
  margin-left: -3%;
}
#hd #pageContent-tabpanel-visual [role=tabpanel] {
  width: 100%;
  max-width: none;
}
#hd #pageContent-tabpanel-visual .filter-trigger {
  margin-bottom: 2em;
}
#hd #pageContent-tabpanel-visual .filter-trigger .h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 38px;
  font-size: 1.25em;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.25em 1em 0.125em;
  margin-right: 0.5em;
  color: white !important;
  position: relative;
  z-index: 2;
}
#hd #pageContent-tabpanel-visual .filter-trigger .hd-active .h5 {
  color: black !important;
}
#hd #pageContent-tabpanel-visual .filter-trigger .hd-active .h5:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 217, 113, 0.95);
  border-radius: 20px;
  z-index: -1;
}
#hd #pageContent-tabpanel-visual .panel-container > [role=tabpanel] {
  display: none;
}
#hd #pageContent-tabpanel-visual .panel-container > [role=tabpanel][aria-current=true] {
  display: block;
}
#hd #pageContent-tabpanel-visual .panel-container img {
  width: 100%;
}
#hd #pageContent-tabpanel-visual .target-txt {
  margin-top: 1.5em;
  opacity: 0.75;
}

@media screen and (max-width: 1440px) {
  #hd .sec-console .hd-bottom p {
    min-height: 6em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-console .hd-bottom p {
    min-height: 7.5em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-console .hd-banner h2 {
    font-size: 9vw;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-console .hd-bottom .hd-col50 {
    width: 100%;
    padding: 1em 0;
  }
  #hd .sec-console .hd-bottom p {
    min-height: 0;
  }
  #hd #pageContent-tabpanel-visual .filter-trigger .h5 {
    font-size: 1.125em;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-console .hd-banner h2 {
    font-size: 15vw;
    position: relative;
  }
  #hd #pageContent-tabpanel-voice li {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-console .hd-tablist {
    width: 110%;
    margin-left: -5%;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  #hd .sec-console .hd-tablist button {
    width: auto !important;
    min-width: 7em;
  }
  #hd #pageContent-tabpanel-visual .filter-trigger button {
    min-height: 30px;
    margin-right: 0;
  }
  #hd #pageContent-tabpanel-visual .filter-trigger .h5 {
    font-size: 1em;
    padding: 0.125em 0.5em 0;
  }
  #hd #pageContent-tabpanel-visual .hd-dot-frame > .frame-content {
    position: relative;
    overflow: hidden;
  }
  #hd #pageContent-tabpanel-visual .hd-dot-frame > .frame-content img {
    margin: -6% 0;
  }
}
@media screen and (max-width: 480px) {
  #hd #pageContent-tabpanel-voice li {
    width: 100%;
    margin-inline: 0;
  }
}
#hd:not(.webp) .sec-immersive h2 {
  background-image: url(../img/immersive/bg-txt.jpg);
}
#hd .sec-immersive {
  position: relative;
  overflow: hidden;
}
#hd .sec-immersive .hd-title {
  padding-top: 10%;
}
#hd .sec-immersive h2 {
  font-size: 8.5vw;
  line-height: 1.125;
  letter-spacing: 0;
  background-image: url(../img/immersive/bg-txt.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 40%;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent !important;
  text-align: center;
  margin-bottom: 0;
  -webkit-filter: contrast(1.1);
          filter: contrast(1.1);
}

@media screen and (max-width: 1024px) {
  #hd .sec-immersive h2 {
    font-size: 9vw;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-immersive h2 {
    font-size: 15vw;
  }
}
#hd .sec-ultrasmooth {
  position: relative;
  overflow: hidden;
}
#hd .sec-ultrasmooth .hd-intro {
  margin-bottom: 30px;
}
#hd .sec-ultrasmooth .hd-intro p {
  max-width: 50em;
  margin: 0 auto;
}
#hd .sec-ultrasmooth .hd-txt {
  max-width: 40em;
  margin: 20px auto 0;
}
#hd .sec-ultrasmooth .hd-img-container {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

#hd .sec-visuals {
  position: relative;
  overflow: hidden;
}
#hd .sec-visuals .hd-intro {
  margin-bottom: 30px;
}
#hd .sec-visuals .hd-intro p {
  max-width: 50em;
  margin: 0 auto;
}
#hd .sec-visuals .hd-img-container {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
#hd .sec-visuals .list-features {
  padding-left: 2em;
}

@media screen and (max-width: 480px) {
  #hd .sec-visuals .list-features {
    padding-left: 0;
  }
  #hd .sec-visuals .list-features > li:last-child {
    width: 100%;
  }
}
#hd .sec-control {
  position: relative;
  overflow: hidden;
}
#hd .sec-control .hd-intro {
  margin-bottom: 30px;
}
#hd .sec-control .hd-intro p {
  max-width: 50em;
  margin: 0 auto;
}
#hd .sec-control .hd-txt {
  max-width: 40em;
  margin: 20px auto 0;
}

#hd .sec-vivid {
  position: relative;
  overflow: hidden;
}
#hd .sec-vivid .list-features {
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#hd .sec-vivid .hd-img-container {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  #hd .sec-vivid .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
  }
  #hd .sec-vivid .list-features {
    margin-top: 30px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hd .sec-vivid .list-features > li {
    padding: 0 2%;
  }
}
#hd .bg-wrapper {
  position: relative;
  z-index: 2;
}
#hd .bg-wrapper > .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
}
#hd .sec-comfort {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-comfort .hd-intro {
  margin-bottom: 30px;
}
#hd .sec-comfort .hd-intro p {
  max-width: 50em;
  margin: 0 auto;
}
#hd .sec-comfort .hd-tablist {
  margin-bottom: 60px;
}
#hd .sec-comfort .hd-tablist button {
  width: 50%;
}
#hd #pageContent-tabpanel-nosePads .hd-content {
  padding-right: 3%;
}
#hd #pageContent-tabpanel-nosePads .hd-img-container {
  width: 80%;
  margin-right: -20%;
}
#hd #pageContent-tabpanel-temples .hd-content {
  padding-left: 3%;
}
#hd #pageContent-tabpanel-temples .hd-img-container {
  width: 60%;
  margin-left: -10%;
}
#hd #pageContent-tabpanel-temples .hd-img {
  position: relative;
}
#hd #pageContent-tabpanel-temples .hd-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #c0c4cd;
  background-image: linear-gradient(45deg, #c0c4cd 5%, #1a1c1f 60%);
  position: absolute;
  inset: 0;
}
#hd #pageContent-tabpanel-temples .hd-img img {
  width: 100%;
  position: relative;
  z-index: 2;
}
#hd #pageContent-tabpanel-temples .hd-img.img-1:before {
  width: 89.5%;
  margin-left: auto;
}
#hd #pageContent-tabpanel-temples .hd-img.img-2 {
  width: 40%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 15%;
}
#hd #pageContent-tabpanel-temples .hd-img.img-2:before {
  background-color: #c0c4cd;
  background-image: linear-gradient(225deg, #c0c4cd 5%, #1a1c1f 50%);
}

@media screen and (max-width: 1600px) {
  #hd #pageContent-tabpanel-nosePads .hd-img-container {
    width: 70%;
    margin-right: -10%;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-comfort .hd-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }
  #hd .sec-comfort .hd-content {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  #hd #pageContent-tabpanel-nosePads .hd-img-container {
    width: 100%;
    margin: 0 auto;
  }
  #hd #pageContent-tabpanel-temples .hd-img-container {
    width: 100%;
    padding-right: 5%;
    margin: 0 auto;
  }
  #hd #pageContent-tabpanel-temples .hd-img.img-2 {
    width: 70%;
    max-width: 360px;
    margin: 20px auto 0;
  }
}
#hd .sec-customization {
  position: relative;
  overflow: hidden;
}
#hd .sec-customization .hd-intro {
  margin-bottom: 30px;
}
#hd .sec-customization .hd-intro p {
  max-width: 50em;
  margin: 0 auto;
}
#hd .sec-customization .list-fit {
  margin-top: 60px;
}
#hd .sec-customization .list-fit > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 3%;
}
#hd .sec-customization .list-fit img {
  width: 100%;
}
#hd .sec-customization .list-fit .hd-txt {
  padding: 20px 10px;
}
#hd .sec-customization .list-fit .hd-btn {
  margin: auto auto 0;
}

@media screen and (max-width: 1024px) {
  #hd .sec-customization .container-bottom {
    width: 90%;
  }
  #hd .sec-customization .list-fit {
    margin-top: 40px;
  }
  #hd .sec-customization .list-fit > li {
    padding: 0 1.5%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-customization .list-fit {
    max-width: 400px;
    margin: 20px auto 0;
  }
  #hd .sec-customization .list-fit > li {
    width: 100%;
    padding: 0;
  }
  #hd .sec-customization .list-fit > li:first-child {
    margin-bottom: 40px;
  }
}
#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 {
  margin-top: 60px;
}
#hd .sec-faq .list-feature > li {
  padding: 10px 40px 10px;
  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.4em;
  height: 1.4em;
  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: #ffd971;
  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-size: 1.25em;
  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: #ffd971 !important;
}

@media screen and (max-width: 1280px) {
  #hd .sec-faq .list-feature p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-faq h3 {
    margin-top: 40px;
  }
  #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: 16px;
    border-radius: 10px;
  }
}
#hd .sec-family {
  padding: 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-family .hd-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #hd .sec-family {
    background: #394053;
  }
  #hd .sec-family img {
    margin-bottom: -8%;
  }
  #hd .sec-family .hd-container {
    position: relative;
  }
}
/*# sourceMappingURL=hd-style.css.map */