@import '../lib/swiper/swiper-bundle.min.css';
@import url("https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css");
.bg-dark {
  background: #0d182c;
}

.bg-light {
  background: #2a2a32;
}

.bg-calibration {
  background: #0d1116;
}

/*  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", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: #0d182c;
  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: #efefef;
}
#hd * ::selection {
  background: #1d2124;
  color: #efefef;
}
#hd * ::-moz-selection {
  background: #333333;
  color: #efefef;
}
#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 #5fc4eb;
  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 fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hd .fadeIn {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes showDisplayUI {
  0%, 50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showDisplayUI {
  0%, 50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes meter {
  0%, 66% {
    opacity: 0;
  }
  67%, 100% {
    opacity: 1;
  }
}
@keyframes meter {
  0%, 66% {
    opacity: 0;
  }
  67%, 100% {
    opacity: 1;
  }
}
#hd {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 16px;
}
#hd h1 {
  font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 5.125em;
  line-height: 1.05;
  letter-spacing: 0;
  margin-bottom: 0.25em;
}
#hd h2,
#hd .h2 {
  font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 3.25em;
  font-weight: 400;
  line-height: 1.2;
  color: white !important;
  letter-spacing: -0.018em;
  margin-bottom: 0.5em;
  word-break: normal;
  word-wrap: normal;
  font-stretch: normal;
}
#hd h3,
#hd .h3 {
  font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  color: white;
  margin-bottom: 0.65em;
  font-stretch: normal;
}
#hd h4,
#hd .h4 {
  font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0.35em;
  color: white;
  font-stretch: normal;
}
#hd h5,
#hd .h5 {
  font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.018em;
  margin-bottom: 0.5em;
  font-stretch: normal;
}
#hd p,
#hd small,
#hd a,
#hd li {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.018em;
  font-stretch: normal;
}
#hd p,
#hd .p {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  font-stretch: normal;
}
#hd b,
#hd strong {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: 500;
}
#hd small {
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0.018em;
  line-height: 1.75;
}
#hd .nobr {
  white-space: nowrap;
}
#hd .txt-larger {
  font-size: 1.125em;
}
#hd .align-center {
  text-align: center;
}
#hd .align-left {
  text-align: left;
}
#hd .align-right {
  text-align: right;
}
#hd .align-italic {
  font-style: italic;
}
#hd a.txt-link {
  display: inline-block;
  text-decoration: underline;
  font-weight: 400;
}
#hd a.txt-link:hover {
  color: white !important;
}
#hd .color-primary {
  color: #02fee8 !important;
}
#hd .color-primary-dark {
  color: #111b4d !important;
}
#hd .color-info {
  color: #2A77CF !important;
}
#hd .color-grey {
  color: #aaaaaa !important;
}
#hd .color-light-grey {
  color: #eeeeee !important;
}
#hd .color-white {
  color: white !important;
}
#hd .color-black {
  color: black !important;
}
#hd .color-gradient {
  display: inline-block;
  color: #02fee8 !important;
  background-color: #02fee8;
  background-image: linear-gradient(125deg, #02fee8, #5fc4eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient::-moz-selection, #hd .color-gradient > *::-moz-selection {
  background: #0d182c;
  color: #02fee8;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #02fee8;
}
#hd .color-gradient::selection,
#hd .color-gradient > *::selection {
  background: #0d182c;
  color: #02fee8;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #02fee8;
}
#hd .color-gradient::-moz-selection,
#hd .color-gradient > *::-moz-selection {
  background: #0d182c;
  color: #02fee8;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #02fee8;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}

@media screen and (min-width: 2560px) {
  #hd {
    font-size: 20px;
  }
}
@media screen and (min-width: 3000px) {
  #hd {
    font-size: 36px;
  }
}
@media screen and (max-width: 1280px) {
  #hd h1 {
    font-size: 4em;
  }
  #hd h2,
  #hd .h2 {
    font-size: 2.5em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 2em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1024px) {
  #hd h1 {
    font-size: 3.25em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.75em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.5em;
  }
  #hd p {
    font-size: 1em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #hd h1 {
    font-size: 3em;
  }
  #hd h2,
  #hd .h2 {
    font-size: 2em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
  }
  #hd h5,
  #hd .h5 {
    font-size: 1.125em;
  }
  #hd .txt-larger {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  #hd h1 {
    font-size: 2.25em;
  }
  #hd h2,
  #hd .h2 {
    font-size: 1.75em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.25em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
}
#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-w1600,
#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-w1600 {
  width: 90%;
  max-width: 1600px;
}
#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-block {
  display: block;
}
#hd .hd-d-ib {
  display: inline-block;
}
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@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-w1600,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 2000px;
  }
  #hd .hd-mw1000 {
    max-width: 1200px;
  }
  #hd .hd-mw900 {
    max-width: 1100px;
  }
  #hd .hd-mw700 {
    max-width: 1000px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-w900,
  #hd .hd-w1000 {
    max-width: 1800px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 2560px;
  }
  #hd .hd-w1600,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 3000px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-w1000,
  #hd .hd-w1100,
  #hd .hd-w1200 {
    width: 90%;
  }
}
@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;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none;
  }
  #hd .hd-d-620-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none;
  }
  #hd .hd-d-480-block {
    display: block;
  }
}
#hd .hd-frame {
  padding: 20% 14%;
  border-radius: 20px;
  background: white;
  color: black;
}
#hd .hd-frame h2,
#hd .hd-frame h3 {
  color: inherit !important;
}

@media screen and (max-width: 1024px) {
  #hd .hd-frame {
    padding: 16% 10%;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-frame {
    border-radius: 16px;
    padding: 10% 5% 15% !important;
  }
}
#hd .bg-main {
  background: #dce6ef;
  position: relative;
  overflow: hidden;
  padding-top: 18%;
  margin-top: -18%;
  padding-bottom: 20%;
  margin-bottom: -15%;
}
#hd .bg-main > .hd-bg {
  width: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .bg-main > .bg-top {
  top: 0;
  z-index: 2;
}
#hd .bg-main > .bg-bottom {
  bottom: 0;
}
#hd .bg-main section {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #hd .bg-main {
    padding-bottom: 5%;
  }
  #hd .bg-main > .hd-bg {
    width: 140%;
    max-width: none !important;
    margin-left: -20%;
  }
}
@media screen and (max-width: 620px) {
  #hd .bg-main > .hd-bg {
    width: 180%;
    margin-left: -40%;
  }
}
@media screen and (max-width: 480px) {
  #hd .bg-main > .hd-bg {
    width: 250%;
    margin-left: -75%;
  }
}
#hd .hd-btn {
  display: inline-block;
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  letter-spacing: 0;
  line-height: 1;
  color: #02fee8;
  padding: 0.6em 1.25em;
  border: 1px solid #02fee8;
  text-align: center;
  border-radius: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: background 0.4s ease, -webkit-transform 0.25s ease;
  transition: background 0.4s ease, -webkit-transform 0.25s ease;
  transition: background 0.4s ease, transform 0.25s ease;
  transition: background 0.4s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .hd-btn:hover, #hd .hd-btn:focus-visible {
  color: white;
}
#hd .hd-btn:active {
  color: #eeeeee;
}
#hd .hd-btn.hd-btn-s {
  font-size: 1em;
  font-weight: 500;
  color: white;
  padding: 0.25em 1em 0.35em;
  background-color: #2d2d2d;
  background-image: -webkit-gradient(linear, left top, right top, from(#2d2d2d), to(#171717));
  background-image: linear-gradient(90deg, #2d2d2d, #171717);
}
#hd .hd-btn.hd-btn-s:hover, #hd .hd-btn.hd-btn-s:focus-visible {
  color: #02fee8;
}
#hd .hd-btn.hd-btn-gradient {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  min-width: 10.5em;
  opacity: 1;
  border: none;
  color: black !important;
  background-color: #ddc1a0;
  background-image: linear-gradient(125deg, #ddc1a0, #f7e5cf, #ddc1a0 20%, #ceb18d, #9b7754 80%);
  background-size: 200%;
  background-position: 50% 0;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
#hd .hd-btn.hd-btn-gradient:hover, #hd .hd-btn.hd-btn-gradient:focus-visible {
  background-position: 0 0;
}
#hd .hd-btn.hd-btn-shine {
  color: #02fee8;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid #02fee8;
  border-image-slice: 1;
  border-image-source: -webkit-linear-gradient(bottom, #02fee8, #111b4d, #02fee8);
  border-image-source: -o-linear-gradient(bottom, #02fee8, #111b4d, #02fee8);
  border-image-source: linear-gradient(to top, #02fee8, #111b4d, #02fee8);
  -webkit-transition: background 0.4s ease, -webkit-transform 0.25s ease;
  transition: background 0.4s ease, -webkit-transform 0.25s ease;
  transition: background 0.4s ease, transform 0.25s ease;
  transition: background 0.4s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  position: relative;
}
#hd .hd-btn.hd-btn-shine:before, #hd .hd-btn.hd-btn-shine:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 80%);
  background-color: transparent;
  position: absolute;
  left: 0;
  margin: -2px 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#hd .hd-btn.hd-btn-shine:before {
  top: 0;
}
#hd .hd-btn.hd-btn-shine:after {
  bottom: 0;
}
#hd .hd-btn.hd-btn-shine:hover, #hd .hd-btn.hd-btn-shine:focus-visible {
  color: white;
}
#hd .hd-btn.hd-btn-shine:hover:before, #hd .hd-btn.hd-btn-shine:hover:after, #hd .hd-btn.hd-btn-shine:focus-visible:before, #hd .hd-btn.hd-btn-shine:focus-visible:after {
  opacity: 1;
}
#hd .hd-btn-download img {
  display: inline-block;
  vertical-align: middle;
  width: 0.75em;
  margin-left: 0.25em;
  margin-top: -0.125em;
}
#hd .hd-btn-home {
  display: block;
  width: 44px;
  padding: 2px;
  margin-bottom: 3em;
  -webkit-transition: -webkit-filter 0.25s ease;
  transition: -webkit-filter 0.25s ease;
  transition: filter 0.25s ease;
  transition: filter 0.25s ease, -webkit-filter 0.25s ease;
}
#hd .hd-btn-home img {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#hd .hd-btn-home:hover, #hd .hd-btn-home:focus-visible {
  -webkit-filter: brightness(120%) grayscale(100%);
          filter: brightness(120%) grayscale(100%);
}
#hd .hd-btn-home:active img {
  -webkit-transform: scale(0.95) !important;
          transform: scale(0.95) !important;
}
#hd #pageContent-btn-cta {
  display: block;
  width: 7%;
  min-width: 120px;
  max-width: 280px;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 20px;
  z-index: 10;
  -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:before {
  content: "";
  display: block;
  width: 71%;
  height: 71%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-box-shadow: 0 0 5px rgba(95, 196, 235, 0.5), 0 0 30px rgba(95, 196, 235, 0.5), 0 0 70px rgba(95, 196, 235, 0.5);
          box-shadow: 0 0 5px rgba(95, 196, 235, 0.5), 0 0 30px rgba(95, 196, 235, 0.5), 0 0 70px rgba(95, 196, 235, 0.5);
  -webkit-transition: -webkit-transform 0.7s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.7s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.7s ease, box-shadow 0.4s ease;
  transition: transform 0.7s ease, box-shadow 0.4s ease, -webkit-transform 0.7s ease, -webkit-box-shadow 0.4s ease;
}
#hd #pageContent-btn-cta:before,
#hd #pageContent-btn-cta img,
#hd #pageContent-btn-cta span {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#hd #pageContent-btn-cta span {
  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: 60%;
  height: 80%;
  font-family: "TradeGothicLTPro", "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: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  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:hover, #hd #pageContent-btn-cta:focus-visible {
  opacity: 1;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
#hd #pageContent-btn-cta:hover:before, #hd #pageContent-btn-cta:focus-visible:before {
  -webkit-box-shadow: 0 0 2px #5fc4eb, 0 0 10px #5fc4eb, 0 0 30px #5fc4eb;
          box-shadow: 0 0 2px #5fc4eb, 0 0 10px #5fc4eb, 0 0 30px #5fc4eb;
}
#hd #pageContent-btn-cta:hover img.hd-light, #hd #pageContent-btn-cta:focus-visible img.hd-light {
  opacity: 1 !important;
}
@media (max-width: 620px) {
  #hd #pageContent-btn-cta {
    margin: 5px;
  }
}

@media screen and (min-width: 2560px) {
  #hd .hd-btn-home {
    width: 60px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .hd-btn-home {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-btn {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .hd-btn-home {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-btn {
    border-width: 1px;
  }
}
@media screen and (max-width: 480px) {
  #hd #pageContent-btn-cta {
    width: 8%;
    min-width: 120px;
  }
  #hd #pageContent-btn-cta span {
    font-size: 100%;
  }
}
#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: 1em;
  margin: auto 0;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.25s;
  transition: opacity 0.4s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.4s;
  transition: transform 0.25s, opacity 0.4s, -webkit-transform 0.25s;
}
#hd .hd-nav.is-hidden {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
}
#hd .hd-nav.is-hidden:focus-within {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#hd .hd-nav a {
  display: block;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0;
  text-align: right;
  padding: 0.25em 0;
  padding-right: 1.5em;
  color: #111b4d;
  position: relative;
  pointer-events: all;
}
#hd .hd-nav a span {
  display: block;
  padding: 0.25em 0.5em;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#hd .hd-nav a:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 3px;
  background: #888;
  position: absolute;
  right: 0;
  top: 0.125em;
  bottom: 0;
  margin: auto 0;
  -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:after, #hd .hd-nav a:focus-visible:after {
  background: white;
}
#hd .hd-nav a:hover span, #hd .hd-nav a:focus-visible span {
  opacity: 1;
}
#hd .hd-nav a.is-current:after {
  background: #111b4d;
}
#hd .hd-nav a.is-current span {
  opacity: 1;
}

@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;
  }
}
#hd .tab-filter {
  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;
  font-size: 1.125em;
  max-width: 50em;
  margin: 3em auto;
  border-bottom: 1px solid #02fee8;
}
#hd .tab-filter li {
  padding: 0.5em 0.25em 0.75em;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#hd .tab-filter li:hover, #hd .tab-filter li:focus-visible {
  color: #eeeeee;
}
#hd .tab-filter li[aria-current=true] {
  color: #02fee8;
  cursor: default;
}
#hd .tab-filter li[aria-current=true]:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #02fee8;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#hd .tab-filter h3 {
  height: 100%;
  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-size: 1.125em;
  line-height: 1.125;
  margin-bottom: 0;
  color: inherit;
}
#hd .tab-content [role=tabpanel] {
  display: none;
}
#hd .tab-content [role=tabpanel][aria-current=true] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media screen and (max-width: 1280px) {
  #hd .tab-filter {
    margin: 2em auto;
  }
  #hd .tab-filter li {
    padding-left: 1em;
    padding-right: 1em;
  }
  #hd .tab-filter h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #hd .tab-filter {
    max-width: none;
    margin: 1em -5%;
    z-index: 3;
  }
}
@media screen and (max-width: 620px) {
  #hd .tab-filter {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #hd .tab-filter li {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #hd .tab-filter h3 {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 480px) {
  #hd .tab-filter h3 {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 360px) {
  #hd .tab-filter li {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
}
#hd .swiper-container {
  overflow: visible;
}
#hd .swiper-container .swiper-scrollbar {
  height: 0.5em;
  width: 100%;
  margin: 0 auto;
  background-color: black;
  border-radius: 0;
  z-index: 2;
  position: relative;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
}
#hd .swiper-container .swiper-scrollbar-drag {
  max-width: 45em;
  background-color: white;
  border-radius: 0;
}
#hd .swiper-button-prev,
#hd .swiper-button-next {
  width: 44px;
  height: 44px;
  color: black;
  background: white;
  border-radius: 50%;
  border: 1px solid #555;
  margin: 0 1.5em 3em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .swiper-button-prev:after,
#hd .swiper-button-next:after {
  font-size: 20px;
  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: #02fee8;
  background-image: -webkit-gradient(linear, right top, left top, from(#02fee8), to(#5fc4eb));
  background-image: linear-gradient(270deg, #02fee8, #5fc4eb);
  background-position: 0;
  background-size: 130%;
}
#hd .swiper-button-prev:active,
#hd .swiper-button-next:active {
  -webkit-transform: translateY(-50%) scale(0.9);
          transform: translateY(-50%) scale(0.9);
}
#hd .swiper-button-prev.swiper-button-disabled,
#hd .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#hd .swiper-button-prev {
  left: auto;
  right: 100%;
}
#hd .swiper-button-prev:after {
  margin-right: 0.125em;
}
#hd .swiper-button-next {
  right: auto;
  left: 100%;
}
#hd .swiper-button-next:after {
  margin-left: 0.125em;
}
#hd .swiper-pagination {
  width: auto;
  bottom: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
#hd .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 20px;
  margin: 0 8px;
  background: #999;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
#hd .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  -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: 28px;
  background: #111b4d;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-name: slideProgress;
          animation-name: slideProgress;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#hd .swiper-pagination-bullet.swiper-paused:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#hd .swiper-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1em 0 1em;
}
#hd .swiper-pause-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5em;
  height: 2.5em;
  background: center no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 1em;
  position: relative;
  overflow: hidden;
}
#hd .swiper-pause-btn svg {
  width: 150%;
  height: 150%;
  position: absolute;
  top: -25%;
  left: -25%;
}
#hd .swiper-card {
  width: 126%;
  margin: 0 -13% 90px;
}
#hd .swiper-card .swiper-pagination-wrapper {
  width: 120%;
  margin-left: -10%;
}
#hd .swiper-card .swiper-pagination {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 6px 4px;
  border-radius: 3em;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#hd .swiper-card .custom-dot {
  font-size: 1em;
  line-height: 1;
  width: auto;
  height: auto;
  color: white;
  background: transparent;
  padding: 1em 2em 0.875em;
  border-radius: 3em;
}
#hd .swiper-card .custom-dot.swiper-pagination-bullet-active {
  background-color: #683dd3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#683dd3), to(#7d5add));
  background-image: linear-gradient(180deg, #683dd3, #7d5add);
}
#hd .swiper-card .custom-dot:before {
  display: none;
}
#hd .swiper-card .custom-dot-name {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
}
#hd .swiper-card .hd-txt {
  max-width: 46em;
  padding: 30px 0 45px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
#hd .swiper-card .swiper-slide {
  -webkit-transform-origin: 50% center;
          transform-origin: 50% center;
  -webkit-transition: -webkit-transform-origin, -webkit-transform;
  transition: -webkit-transform-origin, -webkit-transform;
  transition: transform-origin, transform;
  transition: transform-origin, transform, -webkit-transform-origin, -webkit-transform;
}
#hd .swiper-card .swiper-slide.swiper-slide-prev {
  -webkit-transform-origin: 85% center;
          transform-origin: 85% center;
}
#hd .swiper-card .swiper-slide.swiper-slide-next {
  -webkit-transform-origin: 15% center;
          transform-origin: 15% center;
}
#hd .swiper-card .swiper-slide.swiper-slide-active .hd-txt {
  opacity: 1;
  visibility: visible;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media screen and (max-width: 1440px) {
  #hd .swiper-card {
    width: 170%;
    margin-inline: -35%;
  }
  #hd .swiper-card .swiper-pagination-wrapper {
    width: 140%;
    margin-left: -20%;
    margin-top: 1em;
  }
  #hd .swiper-card .custom-dot-name {
    font-size: 1.25em;
  }
  #hd .swiper-card .hd-txt {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  #hd .swiper-card {
    width: 180%;
    margin-inline: -40%;
  }
  #hd .swiper-card .hd-txt {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .swiper-card {
    width: 240%;
    margin-inline: -70%;
  }
}
@media screen and (max-width: 768px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 3.14em;
    height: 3.14em;
    margin: 0;
  }
  #hd .swiper-button-prev:after,
  #hd .swiper-button-next:after {
    font-size: 2em;
  }
  #hd .swiper-card {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 620px) {
  #hd .swiper-card {
    width: 260%;
    margin-inline: -80%;
  }
  #hd .swiper-card .swiper-pagination-wrapper {
    width: 120%;
    margin-left: -10%;
    margin-top: 0;
  }
  #hd .swiper-card .swiper-pagination {
    width: auto;
    max-width: 100vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding-inline: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #hd .swiper-card .custom-dot {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 1em 0.875em 0.875em;
  }
  #hd .swiper-card .custom-dot-name {
    font-size: 1.125em;
  }
}
#hd .trigger-video {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#hd .trigger-video .hd-cover {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
#hd .trigger-video:hover .hd-cover, #hd .trigger-video:focus-visible .hd-cover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
#hd .trigger-video:active .play {
  -webkit-transform: scale(0.95, 0.95);
          transform: scale(0.95, 0.95);
}
#hd .trigger-video .play {
  width: 5em;
  height: 5em;
  border-radius: 4em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
#hd .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: black;
  position: relative;
  overflow: hidden;
}
#hd .vid-container.trigger-video-toggle .vid-control {
  cursor: pointer;
}
#hd .vid-container.trigger-video-toggle .vid-control:focus {
  opacity: 1;
}
#hd .vid-container video,
#hd .vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#hd .vid-container h2 {
  opacity: 0;
}
#hd .vid-control {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0.5em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
#hd .vid-control img,
#hd .vid-control svg {
  width: 30px;
  height: 30px;
}
#hd .vid-control .play {
  display: none;
}
#hd .vid-control.hd-active .play {
  display: block;
}
#hd .vid-control.hd-active .pause {
  display: none;
}

@media screen and (max-width: 768px) {
  #hd .trigger-video .play {
    width: 3em;
    height: 3em;
  }
  #hd .vid-control {
    width: 44px;
    height: 44px;
  }
}
#hd .sec-kv {
  background-color: rgba(13, 24, 44, 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 24, 44, 0)), color-stop(#0d182c), color-stop(5%, black), to(black));
  background-image: linear-gradient(0deg, rgba(13, 24, 44, 0), #0d182c, black 5%, black);
  background-color: transparent;
  padding-bottom: 6em;
  position: relative;
  overflow: hidden;
  z-index: 4;
}
#hd .sec-kv .panel-intro {
  position: relative;
}
#hd .sec-kv .pin-vid {
  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;
  height: 100vh !important;
  max-height: none !important;
}
#hd .sec-kv .hd-title {
  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;
  position: absolute;
  top: 75vh;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
#hd .sec-kv .hd-title h2 {
  font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 4.75vw;
  letter-spacing: -0.018em;
  line-height: 1;
  pointer-events: auto;
}
#hd .sec-kv .hd-title small {
  display: block;
  font-size: 0.55em;
  color: #5fc4eb;
}
#hd .sec-kv .vid-control {
  bottom: 0;
  right: 0;
  margin: 1em;
}
#hd .sec-kv .hd-content h2 {
  line-height: 1.125;
  margin-top: 0.5em;
  margin-bottom: 0.4em;
}
#hd .sec-kv .hd-content p {
  max-width: 62em;
  margin: 0 auto;
}
#hd .sec-kv .hd-content ul {
  margin: 3em auto 0;
}
#hd .sec-kv .hd-content li {
  padding: 0.5em 1.5em;
}

@media screen and (max-width: 1280px) {
  #hd .sec-kv {
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-kv .hd-content ul {
    width: 80%;
  }
  #hd .sec-kv .hd-content li {
    padding: 0.5em 0.75em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-kv .hd-title h2 {
    font-size: 7vw;
  }
  #hd .sec-kv .hd-content ul {
    width: 90%;
    margin: 2em auto 0;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-kv .vid-control {
    margin: 0;
  }
  #hd .sec-kv .hd-content ul {
    width: 100%;
  }
  #hd .sec-kv .hd-content li {
    padding: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-kv {
    background-color: rgba(13, 24, 44, 0);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 24, 44, 0)), color-stop(3%, #0d182c), to(black));
    background-image: linear-gradient(0deg, rgba(13, 24, 44, 0), #0d182c 3%, black);
    background-color: transparent;
  }
  #hd .sec-kv .hd-title h2 {
    font-size: 10vw;
  }
  #hd .sec-kv .hd-content ul {
    width: 90%;
    max-width: 300px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.5em;
  }
  #hd .sec-kv .hd-content li {
    width: 33.3333%;
    padding: 0.6em;
  }
}
#hd .sec-feature {
  overflow: hidden;
  padding: 3em 0 6em;
}
#hd .sec-feature h2 {
  position: relative;
  margin-bottom: 0.2em;
  margin-top: 1em;
}
#hd .sec-feature h2:before {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  background-image: url(../img/feature/deco-arrow.png);
  bottom: 120%;
  left: 0;
  background-size: cover;
}
#hd .sec-feature .border-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
  background: linear-gradient(90deg, #000000, #000000);
}
#hd .sec-feature .swiper-slide {
  padding: 0 0.6em;
  text-align: center;
  height: auto;
  text-align: left;
}
#hd .sec-feature .swiper-button-prev {
  right: 98%;
}
#hd .sec-feature .swiper-button-next {
  left: 98%;
}
#hd .sec-feature .hd-frame {
  position: relative;
  padding: 5em 2em;
  min-height: 100%;
}
#hd .sec-feature .hd-frame:before {
  content: "";
  position: absolute;
  background-size: cover;
}
#hd .sec-feature .hd-frame:before {
  width: 1em;
  height: 3em;
  top: 2em;
  left: 2em;
  background-image: url(../img/feature/deco-left.png);
}
#hd .sec-feature .hd-frame.frame-rotatable {
  padding-top: 0;
  padding-left: 0;
}
#hd .sec-feature .hd-frame.frame-rotatable .hd-content {
  margin-top: 10%;
}
#hd .sec-feature .hd-content {
  padding: 1.5em 2em;
}
#hd .sec-feature .vid-container {
  margin-top: 0.8em;
}
#hd .sec-feature .trigger-panel {
  width: auto;
  height: auto;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
  z-index: 3;
  overflow: hidden;
  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;
  padding: 1.2em 1.7em 1em 2.5em;
  font-size: 1em;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
#hd .sec-feature .trigger-panel:hover {
  -webkit-transform: translate(3%, 0);
          transform: translate(3%, 0);
}
#hd .sec-feature .trigger-panel p {
  position: relative;
  font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.2em;
  z-index: 2;
  line-height: 1;
  margin-top: 0.2em;
}
#hd .sec-feature .trigger-panel .deco-btn {
  height: 1em;
  width: auto;
  position: relative;
  margin-right: 0.8em;
}
#hd .sec-feature .trigger-panel:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none;
  background-image: url(../img/feature/bg-btn.png);
  background-size: 100% 100%;
}
#hd .sec-feature .swiper-slide-active .frame-micro figure {
  overflow: hidden;
}
#hd .sec-feature .swiper-slide-active .frame-micro figure img {
  -webkit-transform: scale(1.6, 1.6);
          transform: scale(1.6, 1.6);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#hd #pageContent-lightbox-test {
  text-align: center;
}
#hd #pageContent-lightbox-test .hd-row {
  margin: 1.5em 0;
}
#hd #pageContent-lightbox-test h3 {
  font-size: 1.8em;
  margin-bottom: 0;
}
#hd #pageContent-lightbox-test small {
  display: block;
  color: #ccc;
}
#hd #pageContent-lightbox-test img {
  margin-top: 1em;
}

@media screen and (max-width: 1023px) {
  #hd .sec-feature .hd-content {
    padding: 0;
  }
  #hd .sec-feature .swiper-button-prev,
  #hd .sec-feature .swiper-button-next {
    display: none;
  }
  #hd .sec-feature .hd-frame:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-feature {
    padding: 3em 0 1em;
  }
  #hd .sec-feature .hd-frame {
    padding: 1em !important;
  }
  #hd .sec-feature .hd-content {
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
  }
  #hd .sec-feature figure {
    width: 100%;
    max-width: 400px !important;
    margin: 0 auto;
  }
}
#hd .sec-cpu {
  padding: 6% 0;
  position: relative;
}
#hd .sec-cpu .hd-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
}
#hd .sec-cpu .hd-content {
  margin-left: -6%;
  margin-right: 1%;
}
#hd .sec-cpu .hd-frame {
  padding-left: 24%;
}
#hd .sec-cpu figure {
  margin-left: -10%;
  margin-right: -5%;
  position: relative;
}
#hd .sec-cpu figure img {
  width: 95%;
  margin: 0 auto;
}
#hd .sec-cpu .hd-highlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #hd .sec-cpu {
    padding: 10% 0;
  }
  #hd .sec-cpu .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-cpu .hd-content {
    width: 100%;
    margin: 0;
  }
  #hd .sec-cpu figure {
    width: 100%;
    margin: -10% auto 0 -15%;
  }
  #hd .sec-cpu figure img {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-cpu {
    padding: 15% 0;
  }
}
#hd .sec-lense {
  z-index: 4 !important;
}
#hd .sec-lense figure {
  margin-right: -10%;
  margin-top: 8%;
  margin-bottom: -8%;
  position: relative;
}
#hd .sec-lense figure img {
  width: 100%;
  opacity: 0;
}
#hd .sec-lense figure img.hd-active {
  opacity: 1;
}
#hd .sec-lense .hd-frame {
  padding-block: 10%;
}
#hd .sec-lense .pd-asus {
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-lense h3 {
  margin-top: 40px;
  margin-bottom: 30px;
}
#hd .sec-lense .hd-btn-container {
  width: 100%;
}
#hd .sec-lense button {
  width: 6em;
  margin-right: 40px;
}
#hd .sec-lense button:last-child {
  margin-right: 0;
}
#hd .sec-lense button .hd-img-container {
  display: block;
  margin-bottom: 12px;
  position: relative;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#hd .sec-lense button .hd-img-container img {
  width: 90%;
  margin: 0 auto;
}
#hd .sec-lense button .hd-img-container img.hd-img-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#hd .sec-lense button .hd-label {
  display: inline-block;
  font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.25em;
  color: white;
  background: #888;
  padding: 0.125em 1em 0.05em;
}
#hd .sec-lense button:hover .hd-img-container, #hd .sec-lense button:focus-visible .hd-img-container {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
#hd .sec-lense button[aria-expanded=true] .hd-img-active {
  opacity: 1 !important;
}
#hd .sec-lense button[aria-expanded=true] .hd-label {
  background: #02fee8;
  color: black;
}

@media screen and (max-width: 1600px) {
  #hd .sec-lense figure {
    width: 55%;
    margin-right: -5%;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-lense .hd-frame {
    padding-block: 8%;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-lense h3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-lense {
    padding: 10% 0;
  }
  #hd .sec-lense .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-lense .hd-content {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  #hd .sec-lense .hd-txt {
    width: 100%;
    text-align: center;
  }
  #hd .sec-lense .hd-txt .hd-btn-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hd .sec-lense h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #hd .sec-lense button {
    width: 100px;
    margin-right: 20px;
  }
  #hd .sec-lense figure {
    width: 112%;
    margin: -10% -10% 0 -10%;
  }
  #hd .sec-lense figure img {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-lense {
    padding: 15% 0;
  }
}
#hd .sec-fan {
  padding: 10em 0 5em;
  position: relative;
  overflow: hidden;
}
#hd .sec-fan h2 {
  max-width: 6.5em;
}
#hd .sec-fan .hd-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
#hd .sec-fan .hd-deco-title {
  position: absolute;
  bottom: 101%;
  left: 76%;
  height: 0.7em;
  width: auto;
}
#hd .sec-fan .hd-txt {
  max-width: 37em;
}
#hd .sec-fan .hd-img-container {
  margin-left: -5%;
  position: relative;
  padding: 2em 0 6em;
}
#hd .sec-fan .hd-img-container img {
  position: absolute;
  inset: 0;
}
#hd .sec-fan .hd-img-container .img-wrapper {
  -webkit-transform: translateX(0) scale(1, 1);
          transform: translateX(0) scale(1, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 1s 0.8s;
  transition: -webkit-transform 1s 0.8s;
  transition: transform 1s 0.8s;
  transition: transform 1s 0.8s, -webkit-transform 1s 0.8s;
}
#hd .sec-fan .hd-img-container .hd-pd {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -webkit-transition: -webkit-filter 1s 0.6s ease;
  transition: -webkit-filter 1s 0.6s ease;
  transition: filter 1s 0.6s ease;
  transition: filter 1s 0.6s ease, -webkit-filter 1s 0.6s ease;
  position: relative;
  z-index: 2;
}
#hd .sec-fan .hd-img-container .cable-2 {
  opacity: 0;
}
#hd .sec-fan .hd-img-container.is-animated .img-wrapper {
  -webkit-transform: translateX(-15%) scale(1.4, 1.4);
          transform: translateX(-15%) scale(1.4, 1.4);
}
#hd .sec-fan .hd-img-container.is-animated .hd-pd {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
#hd .sec-fan .hd-img-container.is-animated .cable-1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#hd .sec-fan .hd-img-container.is-animated .cable-2 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#hd .sec-fan .hd-img-container.is-animated #pageContent-ani-cableNum {
  -webkit-transform: translateY(-3.3em);
          transform: translateY(-3.3em);
}
#hd .sec-fan .hd-img-container.is-animated .hd-plural {
  opacity: 0;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
#hd .sec-fan .hd-frame {
  padding: 3em 3em;
}
#hd .sec-fan .hd-frame:before {
  width: 80%;
  height: 110%;
  border: 1px solid #5fc4eb;
  left: 0;
  right: 0;
  top: -5%;
}
#hd .sec-fan .hd-num {
  display: block;
  font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.5em;
  height: 1.1em;
  line-height: 1.1em;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0.25em;
  overflow: hidden;
  color: black;
  text-shadow: 0 0 0.25em white, 0 0 0.14em white;
}
#hd .sec-fan .hd-num #pageContent-ani-cableNum {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-transition: -webkit-transform 1.6s 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 1.6s 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 1.6s 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 1.6s 0.6s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 1.6s 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#hd .sec-fan .hd-num #pageContent-ani-cableNum span {
  display: block;
  height: 1.1em;
}
#hd .sec-fan .hd-num .hd-plural {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

@media screen and (min-width: 2560px) {
  #hd .sec-fan .hd-txt {
    max-width: 44em;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-fan {
    padding: 7em 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-fan {
    padding: 1em 0 5em;
  }
  #hd .sec-fan .hd-deco-title {
    left: 100%;
  }
  #hd .sec-fan .hd-txt {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
    padding: 2em 1em 6em !important;
  }
  #hd .sec-fan .hd-txt h2 {
    max-width: none;
  }
  #hd .sec-fan .hd-img-container {
    width: 100%;
    margin-left: 0;
    margin-top: -6em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-fan {
    padding: 1em 0 3em;
  }
}
#hd .sec-compatibility {
  padding-top: 5%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#hd .sec-compatibility .hd-container {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 80px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  pointer-events: none;
}
#hd .sec-compatibility .hd-title {
  max-width: 58em;
  margin: 0 auto 8%;
  text-shadow: 0 0 2px #0d182c, 0 0 5px #0d182c;
  pointer-events: all;
}
#hd .sec-compatibility .hd-content {
  width: 26em;
  max-width: 100%;
  padding: 6% 5% 4%;
  background: rgba(13, 24, 44, 0.5);
  margin-right: auto;
  pointer-events: all;
}
#hd .sec-compatibility h3,
#hd .sec-compatibility p {
  margin-bottom: 0.5em;
}
#hd .sec-compatibility ul {
  margin: 40px auto 60px;
}
#hd .sec-compatibility h4 {
  font-size: 1.25em;
  margin-top: 0.75em;
  margin-bottom: 0;
}
#hd .sec-compatibility p {
  font-size: 1em;
}
#hd .sec-compatibility .hd-btn {
  display: block;
  line-height: 1.25;
  margin-top: 1.5em;
}
#hd .sec-compatibility img {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  #hd .sec-compatibility .hd-container {
    padding: 4em 2em;
  }
  #hd .sec-compatibility .hd-title {
    margin-bottom: 40px;
  }
  #hd .sec-compatibility .hd-content {
    padding: 5% 4% 3%;
  }
  #hd .sec-compatibility h4 {
    margin-top: 1.25em;
    margin-bottom: 0.25em;
  }
  #hd .sec-compatibility ul {
    margin: 30px auto 40px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-compatibility .hd-bg {
    width: 120%;
    max-width: none !important;
    margin-left: -10%;
  }
  #hd .sec-compatibility .hd-container {
    padding: 2em 0;
  }
  #hd .sec-compatibility .hd-content {
    width: 22em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-compatibility figure {
    position: relative;
  }
  #hd .sec-compatibility figure:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 15%;
    background-color: #0d182c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d182c), to(rgba(13, 24, 44, 0)));
    background-image: linear-gradient(180deg, #0d182c, rgba(13, 24, 44, 0));
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #hd .sec-compatibility .hd-bg {
    width: 130%;
    margin-left: -25%;
    margin-top: -18%;
  }
  #hd .sec-compatibility .hd-container {
    padding: 4em 0 2em;
    position: relative;
  }
  #hd .sec-compatibility .hd-title {
    margin-bottom: 2em;
  }
  #hd .sec-compatibility .hd-content {
    width: 90%;
    max-width: 25em;
    padding: 40px 30px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.25);
  }
  #hd .sec-compatibility ul {
    margin: 20px auto 10px;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-compatibility .hd-bg {
    width: 180%;
    margin-left: -50%;
    margin-top: -25%;
  }
}
/*# sourceMappingURL=hd-style.css.map */