@import url("https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css");
#special-sectionOverview {
  margin-bottom: 100px
}
.width-line-gray {
  background: none
}
#hd {
  font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
  background: black;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 0
}
.clear-style * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word
}
.clear-style * ::selection {
  background: #1d2124;
  color: #6da6d6
}
.clear-style * ::-moz-selection {
  background: #1d2124;
  color: #6da6d6
}
.clear-style * :focus-visible {
  outline-color: #6da6d6
}
.clear-style ul, .clear-style li, .clear-style figure {
  margin: 0;
  padding: 0
}
.clear-style h1, .clear-style h2, .clear-style h3, .clear-style h4, .clear-style p, .clear-style a, .clear-style li {
  font: inherit;
  padding: 0;
  margin: 0
}
.clear-style img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0 auto
}
.clear-style video {
  max-width: 100%
}
.clear-style button {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer
}
#hd .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}
#hd a:focus-visible, #hd button:focus-visible, #hd input:focus-visible, #hd select:focus-visible, #hd textarea:focus-visible, #hd [role="button"]:focus-visible, #hd [tabindex="0"]:focus-visible {
  outline: 1px solid #6da6d6
}
#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
}
@-webkit-keyframes colorrun {
  0% {
    filter: hue-rotate(0deg)
  }
  100% {
    filter: hue-rotate(359deg)
  }
}
@-moz-keyframes colorrun {
  0% {
    filter: hue-rotate(0deg)
  }
  100% {
    filter: hue-rotate(359deg)
  }
}
@-ms-keyframes colorrun {
  0% {
    filter: hue-rotate(0deg)
  }
  100% {
    filter: hue-rotate(359deg)
  }
}
@-o-keyframes colorrun {
  0% {
    filter: hue-rotate(0deg)
  }
  100% {
    filter: hue-rotate(359deg)
  }
}
@keyframes colorrun {
  0% {
    filter: hue-rotate(0deg)
  }
  100% {
    filter: hue-rotate(359deg)
  }
}
.hd-colorrun {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 4s;
  -webkit-animation-name: colorrun;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 4s;
  -moz-animation-name: colorrun;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 4s;
  -o-animation-name: colorrun;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 4s;
  animation-name: colorrun;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-5%);
    -o-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(5%);
    -o-transform: translateX(5%);
    -ms-transform: translateX(5%);
    -webkit-transform: translateX(5%);
    transform: translateX(5%)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(5%);
    -o-transform: translateX(5%);
    -ms-transform: translateX(5%);
    -webkit-transform: translateX(5%);
    transform: translateX(5%)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(5%);
    -o-transform: translateX(5%);
    -ms-transform: translateX(5%);
    -webkit-transform: translateX(5%);
    transform: translateX(5%)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(5%);
    -o-transform: translateX(5%);
    -ms-transform: translateX(5%);
    -webkit-transform: translateX(5%);
    transform: translateX(5%)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(5%);
    -o-transform: translateX(5%);
    -ms-transform: translateX(5%);
    -webkit-transform: translateX(5%);
    transform: translateX(5%)
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes static {
  0% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}
@-moz-keyframes static {
  0% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}
@-ms-keyframes static {
  0% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}
@-o-keyframes static {
  0% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}
@keyframes static {
  0% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes breathing {
  0% {
    opacity: 1
  }
  70% {
    opacity: 0
  }
}
@-moz-keyframes breathing {
  0% {
    opacity: 1
  }
  70% {
    opacity: 0
  }
}
@-ms-keyframes breathing {
  0% {
    opacity: 1
  }
  70% {
    opacity: 0
  }
}
@-o-keyframes breathing {
  0% {
    opacity: 1
  }
  70% {
    opacity: 0
  }
}
@keyframes breathing {
  0% {
    opacity: 1
  }
  70% {
    opacity: 0
  }
}
@-webkit-keyframes strobing {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}
@-moz-keyframes strobing {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}
@-ms-keyframes strobing {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}
@-o-keyframes strobing {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}
@keyframes strobing {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}
@-webkit-keyframes music {
  0% {
    opacity: 1
  }
  10% {
    opacity: .3
  }
  40% {
    opacity: 1
  }
  60% {
    opacity: .3
  }
  70% {
    opacity: 1
  }
  100% {
    opacity: .3
  }
}
@-moz-keyframes music {
  0% {
    opacity: 1
  }
  10% {
    opacity: .3
  }
  40% {
    opacity: 1
  }
  60% {
    opacity: .3
  }
  70% {
    opacity: 1
  }
  100% {
    opacity: .3
  }
}
@-ms-keyframes music {
  0% {
    opacity: 1
  }
  10% {
    opacity: .3
  }
  40% {
    opacity: 1
  }
  60% {
    opacity: .3
  }
  70% {
    opacity: 1
  }
  100% {
    opacity: .3
  }
}
@-o-keyframes music {
  0% {
    opacity: 1
  }
  10% {
    opacity: .3
  }
  40% {
    opacity: 1
  }
  60% {
    opacity: .3
  }
  70% {
    opacity: 1
  }
  100% {
    opacity: .3
  }
}
@keyframes music {
  0% {
    opacity: 1
  }
  10% {
    opacity: .3
  }
  40% {
    opacity: 1
  }
  60% {
    opacity: .3
  }
  70% {
    opacity: 1
  }
  100% {
    opacity: .3
  }
}
@-webkit-keyframes cycle {
  0% {
    background-color: red
  }
  15% {
    background-color: orange
  }
  30% {
    background-color: yellow
  }
  45% {
    background-color: #00CB07
  }
  60% {
    background-color: #07A9FF
  }
  75% {
    background-color: #1044FF
  }
  90% {
    background-color: #a12fd9
  }
  100% {
    background-color: red
  }
}
@-moz-keyframes cycle {
  0% {
    background-color: red
  }
  15% {
    background-color: orange
  }
  30% {
    background-color: yellow
  }
  45% {
    background-color: #00CB07
  }
  60% {
    background-color: #07A9FF
  }
  75% {
    background-color: #1044FF
  }
  90% {
    background-color: #a12fd9
  }
  100% {
    background-color: red
  }
}
@-ms-keyframes cycle {
  0% {
    background-color: red
  }
  15% {
    background-color: orange
  }
  30% {
    background-color: yellow
  }
  45% {
    background-color: #00CB07
  }
  60% {
    background-color: #07A9FF
  }
  75% {
    background-color: #1044FF
  }
  90% {
    background-color: #a12fd9
  }
  100% {
    background-color: red
  }
}
@-o-keyframes cycle {
  0% {
    background-color: red
  }
  15% {
    background-color: orange
  }
  30% {
    background-color: yellow
  }
  45% {
    background-color: #00CB07
  }
  60% {
    background-color: #07A9FF
  }
  75% {
    background-color: #1044FF
  }
  90% {
    background-color: #a12fd9
  }
  100% {
    background-color: red
  }
}
@keyframes cycle {
  0% {
    background-color: red
  }
  15% {
    background-color: orange
  }
  30% {
    background-color: yellow
  }
  45% {
    background-color: #00CB07
  }
  60% {
    background-color: #07A9FF
  }
  75% {
    background-color: #1044FF
  }
  90% {
    background-color: #a12fd9
  }
  100% {
    background-color: red
  }
}
@-webkit-keyframes rainbow {
  0% {
    background-position: 100% 0
  }
  100% {
    background-position: 0 0
  }
}
@-moz-keyframes rainbow {
  0% {
    background-position: 100% 0
  }
  100% {
    background-position: 0 0
  }
}
@-ms-keyframes rainbow {
  0% {
    background-position: 100% 0
  }
  100% {
    background-position: 0 0
  }
}
@-o-keyframes rainbow {
  0% {
    background-position: 100% 0
  }
  100% {
    background-position: 0 0
  }
}
@keyframes rainbow {
  0% {
    background-position: 100% 0
  }
  100% {
    background-position: 0 0
  }
}
@-webkit-keyframes smart {
  0%, 28% {
    background-color: red
  }
  30%, 58% {
    background-color: yellow
  }
  60%, 88% {
    background-color: #42ca42
  }
  90%, 98% {
    background-color: yellow
  }
  100% {
    background-color: red
  }
}
@-moz-keyframes smart {
  0%, 28% {
    background-color: red
  }
  30%, 58% {
    background-color: yellow
  }
  60%, 88% {
    background-color: #42ca42
  }
  90%, 98% {
    background-color: yellow
  }
  100% {
    background-color: red
  }
}
@-ms-keyframes smart {
  0%, 28% {
    background-color: red
  }
  30%, 58% {
    background-color: yellow
  }
  60%, 88% {
    background-color: #42ca42
  }
  90%, 98% {
    background-color: yellow
  }
  100% {
    background-color: red
  }
}
@-o-keyframes smart {
  0%, 28% {
    background-color: red
  }
  30%, 58% {
    background-color: yellow
  }
  60%, 88% {
    background-color: #42ca42
  }
  90%, 98% {
    background-color: yellow
  }
  100% {
    background-color: red
  }
}
@keyframes smart {
  0%, 28% {
    background-color: red
  }
  30%, 58% {
    background-color: yellow
  }
  60%, 88% {
    background-color: #42ca42
  }
  90%, 98% {
    background-color: yellow
  }
  100% {
    background-color: red
  }
}
@-webkit-keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%)
  }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%)
  }
}
@-moz-keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%)
  }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%)
  }
}
@-ms-keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%)
  }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%)
  }
}
@-o-keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%)
  }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%)
  }
}
@keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%)
  }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%)
  }
}
@-webkit-keyframes adaptive {
  0% {
    background-color: white
  }
  30% {
    background-color: #6da6d6
  }
  45% {
    background-color: #07A9FF
  }
  60% {
    background-color: #42ca42
  }
  75% {
    background-color: #1044FF
  }
  90% {
    background-color: yellow
  }
  100% {
    background-color: white
  }
}
@-moz-keyframes adaptive {
  0% {
    background-color: white
  }
  30% {
    background-color: #6da6d6
  }
  45% {
    background-color: #07A9FF
  }
  60% {
    background-color: #42ca42
  }
  75% {
    background-color: #1044FF
  }
  90% {
    background-color: yellow
  }
  100% {
    background-color: white
  }
}
@-ms-keyframes adaptive {
  0% {
    background-color: white
  }
  30% {
    background-color: #6da6d6
  }
  45% {
    background-color: #07A9FF
  }
  60% {
    background-color: #42ca42
  }
  75% {
    background-color: #1044FF
  }
  90% {
    background-color: yellow
  }
  100% {
    background-color: white
  }
}
@-o-keyframes adaptive {
  0% {
    background-color: white
  }
  30% {
    background-color: #6da6d6
  }
  45% {
    background-color: #07A9FF
  }
  60% {
    background-color: #42ca42
  }
  75% {
    background-color: #1044FF
  }
  90% {
    background-color: yellow
  }
  100% {
    background-color: white
  }
}
@keyframes adaptive {
  0% {
    background-color: white
  }
  30% {
    background-color: #6da6d6
  }
  45% {
    background-color: #07A9FF
  }
  60% {
    background-color: #42ca42
  }
  75% {
    background-color: #1044FF
  }
  90% {
    background-color: yellow
  }
  100% {
    background-color: white
  }
}
@font-face {
  font-family: 'ROGFonts';
  src: url("https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/fonts/ROGFonts-Regular_ES.eot") format("embedded-opentype"), url("https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/fonts/ROGFonts-Regular_ES.otf") format("opentype"), url("https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/fonts/ROGFonts-Regular_ES.ttf") format("truetype"), url("https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/fonts/ROGFonts-Regular_ES.woff") format("woff"), url("https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/fonts/ROGFonts-Regular_ES.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: 'Square721DmNormal';
  src: local("Square721DmNormal"), url("https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/fonts/Square721DmNormal.woff") format("woff"), url("https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/fonts/Square721DmNormal.ttf") format("truetype"), url("https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/fonts/Square721DmNormal.svg#htc-icon") format("svg");
  font-display: swap
}
#hd {
  font-size: 16px
}
#hd h2 {
  font-family: "Square721DmNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
  font-size: 5.2em;
  letter-spacing: 3.3vw;
  line-height: 1;
  color: #ffffff !important;
  padding-left: 3.3vw;
  margin-bottom: .65em;
  word-break: normal;
  word-wrap: normal;
  -moz-transform: scale(1.1, 0.9);
  -o-transform: scale(1.1, 0.9);
  -ms-transform: scale(1.1, 0.9);
  -webkit-transform: scale(1.1, 0.9);
  transform: scale(1.1, 0.9)
}
#hd h3 {
  font-family: "Square721DmNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
  font-size: 1.875em;
  letter-spacing: 0;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: .125em
}
#hd h4 {
  font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: .018em;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: .75em
}
#hd h4+p {
  margin-bottom: 1em
}
#hd h5 {
  font-family: "Square721DmNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff
}
#hd h6 {
  font-family: "Square721DmNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff
}
#hd p, #hd small, #hd a, #hd li {
  font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif
}
#hd p {
  font-size: 1.25em;
  line-height: 1.3;
  font-weight: 300
}
#hd p.color-primary {
  font-weight: 400
}
#hd b {
  font-weight: bold
}
#hd small {
  font-size: .875em;
  letter-spacing: 0.5px
}
#hd .align-center {
  text-align: center
}
#hd .align-left {
  text-align: left
}
#hd .align-italic {
  font-style: italic
}
#hd a.txt-link {
  display: inline-block;
  font: inherit;
  font-weight: 400;
  margin-top: .5em
}
#hd a.txt-link:hover {
  color: white
}
#hd .font-rog {
  font-family: "ROGFonts", "Square721DmNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif
}
#hd .color-primary {
  color: #6da6d6
}
#hd .color-secondary {
  color: #00a0ff
}
#hd .color-grey {
  color: #707070
}
#hd .color-gradient {
  display: inline-block;
  color: #6da6d6 !important;
  background-color: #6da6d6 0%;
  background-image: -moz-linear-gradient(90deg, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
  background-image: -webkit-linear-gradient(90deg, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
  background-image: linear-gradient(90deg, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
#hd .color-gradient::selection {
  background: #0f0f0f;
  color: #6da6d6;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #6da6d6
}
#hd .color-gradient::-moz-selection {
  background: #0f0f0f;
  color: #6da6d6;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #6da6d6
}
_:-ms-fullscreen, :root #hd .color-gradient {
  background: transparent !important
}
@media screen and (min-width: 2560px) {
  #hd {
    font-size: 20px
  }
}
@media screen and (min-width: 3000px) {
  #hd {
    font-size: 28px
  }
}
@media screen and (max-width: 1440px) {
  #hd h2 {
    letter-spacing: 3vw;
    padding-left: 3vw
  }
  #hd p {
    font-size: 1em
  }
}
@media screen and (max-width: 1280px) {
  #hd h2 {
    letter-spacing: 3.7vw;
    padding-left: 3.7vw
  }
}
@media screen and (max-width: 1024px) {
  #hd {
    font-size: 14px
  }
  #hd h2 {
    margin-bottom: .25em
  }
}
@media screen and (max-width: 768px) {
  #hd h2 {
    font-size: 4em;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
}
@media screen and (max-width: 620px) {
  #hd h2 {
    font-size: 3em
  }
}
@media screen and (max-width: 480px) {
  #hd h2 {
    font-size: 1.875em
  }
  #hd p {
    font-size: 1.125em;
    line-height: 1.5
  }
}
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative
}
#hd .hd-w1000, #hd .hd-w1200, #hd .hd-w1400 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative
}
#hd .hd-w1000 {
  max-width: 1000px
}
#hd .hd-w1400 {
  max-width: 1400px
}
#hd .hd-mw1200 {
  max-width: 1200px
}
#hd .hd-col20 {
  width: 20%
}
#hd .hd-col25 {
  width: 25%
}
#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: flex;
  flex-wrap: wrap
}
#hd .flex-nowrap {
  display: flex;
  flex-wrap: nowrap
}
#hd .align-items-center {
  align-items: center
}
#hd .align-items-start {
  align-items: flex-start
}
#hd .align-items-end {
  align-items: flex-end
}
#hd .justify-content-center {
  justify-content: center
}
#hd .justify-content-start {
  justify-content: flex-start
}
#hd .justify-content-end {
  justify-content: flex-end
}
#hd .justify-content-between {
  justify-content: space-between
}
#hd .justify-content-around {
  justify-content: space-around
}
#hd .flex-row-reverse {
  flex-direction: row-reverse
}
#hd .hd-d-none {
  display: none
}
#hd .hd-d-ib {
  display: inline-block
}
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto
}
@media screen and (min-width: 2560px) {
  #hd .hd-w1000 {
    max-width: 1200px
  }
  #hd .hd-w1200 {
    max-width: 1400px
  }
  #hd .hd-w1400 {
    max-width: 2000px
  }
  #hd .hd-mw1200 {
    max-width: 1400px
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-w1000 {
    max-width: 1600px
  }
  #hd .hd-w1200 {
    max-width: 2200px
  }
  #hd .hd-w1400 {
    max-width: 2800px
  }
  #hd .hd-mw1200 {
    max-width: 1800px
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-w1000, #hd .hd-w1200, #hd .hd-w1400 {
    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
  }
}
@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-lightbox {
  width: 100%;
  height: 100vh;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10
}
#hd .hd-lightbox .hd-filter {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0
}
#hd .hd-lightbox .hd-box {
  width: 100%;
  height: auto;
  max-width: 1280px;
  max-height: 720px;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box
}
#hd .hd-lightbox .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative
}
#hd .hd-lightbox .vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
#hd .hd-lightbox .hd-close {
  width: 60px;
  height: 60px;
  background: #707070;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 2
}
#hd .hd-lightbox .hd-close:hover {
  background: #6da6d6
}
#hd .hd-lightbox .hd-close>span {
  display: block;
  width: 24px;
  height: 2px;
  background: white;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
#hd .hd-lightbox .hd-close>span:first-child {
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg)
}
#hd .hd-lightbox .hd-close>span:last-child {
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg)
}
#hd .trigger-play {
  cursor: pointer
}
@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-close {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px
  }
  #hd .hd-lightbox .hd-close>span {
    width: 20px;
    height: 2px
  }
}
#hd .hd-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: .75em;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  padding-top: 4em;
  padding-right: 1.5em;
  opacity: 1;
  background-color: transparent;
  background-image: -moz-linear-gradient(90deg, transparent, #000 30%);
  background-image: -webkit-linear-gradient(90deg, transparent, #000 30%);
  background-image: linear-gradient(90deg, transparent, #000 30%);
  background-color: transparent
}
#hd .hd-nav.hd-active .main-nav {
  display: block;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: .4s;
  -webkit-animation-name: fadeInRight;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: .4s;
  -moz-animation-name: fadeInRight;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: .4s;
  -o-animation-name: fadeInRight;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: .4s;
  animation-name: fadeInRight;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both
}
#hd .hd-nav .main-nav {
  display: none;
  margin: 0;
  padding: 0
}
#hd .hd-nav .main-nav>li {
  display: block;
  margin: .25em 0;
  position: relative
}
#hd .hd-nav .main-nav>li:last-child .sub-nav:after {
  display: none
}
#hd .hd-nav .main-nav a {
  padding: .125em 1.5em .125em 0;
  letter-spacing: .08em;
  text-decoration: none;
  display: block;
  z-index: 1;
  cursor: pointer
}
#hd .hd-nav .main-nav a:after {
  content: '';
  display: block;
  width: .6em;
  height: .6em;
  border-radius: .5em;
  background: transparent;
  border: 1px solid white;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 1;
  -moz-transition: transform 0.1s ease-in-out, background 0.6s ease;
  -o-transition: transform 0.1s ease-in-out, background 0.6s ease;
  -webkit-transition: transform 0.1s ease-in-out, background 0.6s ease;
  transition: transform 0.1s ease-in-out, background 0.6s ease
}
#hd .hd-nav .main-nav a:hover span, #hd .hd-nav .main-nav a:focus-visible span {
  background: white
}
#hd .hd-nav .main-nav a.hd-active:after {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: white
}
#hd .hd-nav .main-nav a.hd-active+.sub-nav button {
  color: white
}
#hd .hd-nav .main-nav .hd-tooltip {
  display: block;
  max-width: 12em;
  font-family: "Square721DmNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: .875rem;
  color: #00a0ff;
  white-space: nowrap;
  text-align: right;
  margin-left: auto
}
#hd .hd-nav .sub-nav {
  padding: .5em 0 1em;
  position: relative
}
#hd .hd-nav .sub-nav:after {
  content: '';
  display: block;
  width: 1px;
  height: .875em;
  background: white;
  position: absolute;
  bottom: 0;
  right: .35em;
  opacity: .75
}
#hd .hd-nav .sub-nav button {
  display: block;
  width: 100%;
  color: #707070;
  font-size: .9em;
  padding: .35em 0;
  padding-right: 1.5em;
  text-align: right;
  position: relative
}
#hd .hd-nav .sub-nav button:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: white;
  position: absolute;
  top: .5em;
  right: .22em
}
@media screen and (min-width: 2560px) {
  #hd .hd-nav {
    font-size: 1em
  }
}
@media screen and (max-width: 1440px) {
  #hd .hd-nav {
    padding-right: .5em;
    font-size: .8em
  }
  #hd .hd-nav .main-nav>li {
    margin: .5em 0 .75em
  }
  #hd .hd-nav .sub-nav {
    padding-bottom: 0
  }
  #hd .hd-nav .sub-nav:after {
    display: none
  }
}
@media screen and (max-width: 1280px) {
  #hd .hd-nav {
    background: none
  }
  #hd .hd-nav .main-nav>li:hover .hd-tooltip {
    opacity: 1;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out
  }
  #hd .hd-nav .main-nav>li:hover button {
    color: white !important;
    -moz-transition: color 0.6s ease-in-out;
    -o-transition: color 0.6s ease-in-out;
    -webkit-transition: color 0.6s ease-in-out;
    transition: color 0.6s ease-in-out
  }
  #hd .hd-nav .hd-tooltip {
    color: transparent;
    white-space: nowrap;
    opacity: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
  }
  #hd .hd-nav .sub-nav button {
    padding-top: 0;
    padding-bottom: 0;
    color: transparent !important;
    white-space: nowrap;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-nav {
    font-size: .5em;
    display: none !important
  }
}
#hd .main-title {
  padding-top: 8.75em;
  position: relative;
  overflow: hidden
}
#hd .main-title:before {
  content: '';
  display: block;
  width: 100%;
  height: 600px;
  position: absolute;
  top: -400px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: radial-gradient(ellipse at center, #709cc1 0%, transparent 70%);
  z-index: 0;
  pointer-events: none
}
#hd .tab-content {
  padding-right: 10em
}
#hd .tab-content>div {
  display: none;
  padding: 4.75em 0 5em
}
#hd .tab-content>div.hd-active {
  display: block
}
#hd .tab-content>div.hd-active .reveal-fromBottom {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: .8s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: .8s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: .8s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: .8s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}
#hd .tab-content>div.hd-active .reveal-fromLeft {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: .8s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: .8s;
  -moz-animation-name: fadeInLeft;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: .8s;
  -o-animation-name: fadeInLeft;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: .8s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}
#hd .title-tab {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 3
}
#hd .title-tab:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #6da6d6 0%;
  background-image: -moz-linear-gradient(90deg, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
  background-image: -webkit-linear-gradient(90deg, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
  background-image: linear-gradient(90deg, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%)
}
#hd .title-tab ul {
  max-width: 100%;
  display: inline-flex;
  align-items: stretch;
  text-align: center;
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  -ms-overflow-style: none
}
#hd .title-tab ul::-webkit-scrollbar {
  height: 0
}
#hd .title-tab ul::-webkit-scrollbar-track {
  background: transparent
}
#hd .title-tab ul::-webkit-scrollbar-thumb {
  background: transparent
}
#hd .title-tab ul::-webkit-scrollbar-thumb:hover {
  background: transparent
}
#hd .title-tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Square721DmNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
  font-size: 1.15em;
  font-weight: normal;
  letter-spacing: .1em;
  white-space: nowrap;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.8);
  padding: 1.5em 1.125em 1.6em 1.225em;
  position: relative;
  cursor: pointer;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease
}
#hd .title-tab li:after {
  content: '';
  display: block;
  width: calc(100% - 1em);
  height: 6px;
  background: black;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform-origin: left bottom;
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -moz-transition: transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  -webkit-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  background-color: #6da6d6 0%;
  background-image: -moz-linear-gradient(90deg, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
  background-image: -webkit-linear-gradient(90deg, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
  background-image: linear-gradient(90deg, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%)
}
#hd .title-tab li:hover {
  color: white
}
#hd .title-tab li.hd-active {
  color: white;
  pointer-events: none
}
#hd .title-tab li.hd-active:after {
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}
@media screen and (max-width: 1280px) {
  #hd .tab-content {
    padding-right: 0
  }
}
@media screen and (max-width: 1024px) {
  #hd .main-title {
    padding-top: 6em
  }
  #hd .tab-content {
    padding: 0
  }
  #hd .tab-content>div {
    padding: 4em 0 4em
  }
}
@media screen and (max-width: 480px) {
  #hd .main-title {
    padding-top: 3.5em
  }
  #hd .title-tab li {
    font-size: 1.35em;
    letter-spacing: .018em
  }
  #hd .title-tab li.hd-active:after {
    height: 4px
  }
}
#hd .sec-overview {
  margin-top: -8%;
  padding: 10% 0 4em;
  background: #212224;
  position: relative;
  overflow: hidden;
  z-index: 9
}
#hd .sec-overview .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center top
}
#hd .sec-overview .hd-pd {
  width: 95%
}
#hd .sec-overview .hd-content {
  margin: -5% auto 4em
}
#hd .sec-overview .hd-content h2+p {
  max-width: 42em;
  margin: 0 auto;
  color: #a4a4a4
}
#hd .sec-overview .h3 {
  font-size: 1.5em;
  text-transform: none;
  letter-spacing: .018em;
  margin-bottom: 1em
}
#hd .sec-overview h2 {
  font-size: 4em;
  letter-spacing: 0;
  padding-left: 0;
  text-transform: none;
  margin-bottom: .25em
}
#hd .sec-overview .list-ksp {
  max-width: 73em;
  margin: 0 auto
}
#hd .sec-overview .list-ksp li {
  text-align: center;
  padding: 0 1em;
  margin-bottom: 4em
}
#hd .sec-overview .list-ksp figure {
  flex-shrink: 0;
  width: 8em;
  margin: 0 auto
}
#hd .sec-overview .list-ksp h3 {
  font-size: 1.125em;
  letter-spacing: .018em;
  color: white;
  text-transform: none;
  margin-bottom: .25em
}
#hd .sec-overview .list-ksp p {
  font-size: .9em;
  color: #a4a4a4;
  line-height: 1.25
}
@media screen and (max-width: 1280px) {
  #hd .sec-overview {
    padding-bottom: 2em
  }
  #hd .sec-overview .h3 {
    font-size: 1.25em;
    margin-bottom: .5em
  }
  #hd .sec-overview h2 {
    font-size: 3.75em
  }
  #hd .sec-overview .list-ksp li {
    margin-bottom: 2em
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-overview {
    padding-top: 15%
  }
  #hd .sec-overview .hd-bg {
    width: 140%;
    max-width: none !important;
    height: auto;
    margin-left: -20%
  }
  #hd .sec-overview .hd-pd {
    width: 120%;
    max-width: none !important;
    margin-left: -10%
  }
  #hd .sec-overview .hd-content {
    margin-bottom: 3em
  }
  #hd .sec-overview .list-ksp li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-align: left;
    width: 100%;
    margin-bottom: 1em;
    padding: 0
  }
  #hd .sec-overview .list-ksp figure {
    margin: 0 2em 0 0
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-overview h2 {
    font-size: 2.75em
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-overview {
    padding-top: 20%
  }
  #hd .sec-overview .hd-pd {
    width: 140%;
    margin-left: -20%
  }
  #hd .sec-overview .hd-content {
    margin-bottom: 2em
  }
  #hd .sec-overview .h3 {
    font-size: 1.125em
  }
  #hd .sec-overview h2 {
    font-size: 2em
  }
  #hd .sec-overview .list-ksp figure {
    width: 5em;
    margin-right: 1.5em
  }
}
#hd .sec-cooling figure, #hd .sec-engineering figure, #hd .sec-software figure, #hd .sec-experience figure {
  position: relative;
  overflow: hidden
}
#hd .sec-cooling figure.trigger-video, #hd .sec-engineering figure.trigger-video, #hd .sec-software figure.trigger-video, #hd .sec-experience figure.trigger-video {
  cursor: pointer
}
#hd .sec-cooling figure.trigger-video:hover .btn-play, #hd .sec-engineering figure.trigger-video:hover .btn-play, #hd .sec-software figure.trigger-video:hover .btn-play, #hd .sec-experience figure.trigger-video:hover .btn-play {
  opacity: .5
}
#hd .sec-cooling .hd-content, #hd .sec-engineering .hd-content, #hd .sec-software .hd-content, #hd .sec-experience .hd-content {
  padding: 0 4%
}
#hd .sec-cooling .hd-content h3+p, #hd .sec-engineering .hd-content h3+p, #hd .sec-software .hd-content h3+p, #hd .sec-experience .hd-content h3+p {
  margin-bottom: 1em
}
#hd .sec-cooling .flex-row-reverse .hd-content, #hd .sec-engineering .flex-row-reverse .hd-content, #hd .sec-software .flex-row-reverse .hd-content, #hd .sec-experience .flex-row-reverse .hd-content {
  padding-left: 6%
}
#hd .sec-cooling .btn-play, #hd .sec-engineering .btn-play, #hd .sec-software .btn-play, #hd .sec-experience .btn-play {
  width: 10%;
  max-width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out
}
.vid-control {
  width: 5em;
  height: 5em;
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer
}
.vid-control svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.vid-control .play {
  display: none
}
.vid-control.hd-active .play {
  display: block
}
.vid-control.hd-active .pause {
  display: none
}
#hd .sec-cooling .tab-validation img, #hd .sec-engineering .tab-validation img, #hd .sec-software .tab-validation img, #hd .sec-experience .tab-validation img {
  width: 100%;
  max-width: 500px !important;
  margin: 0 auto
}
#hd .tab-certification img {
  max-width: 1100px !important;
  margin: 0 auto 2em
}
#hd .tab-lambda .hd-container {
  padding-left: 8em
}
#hd .tab-aura .hd-container {
  margin-bottom: 2em
}
#hd .tab-aura .control-container {
  margin-right: -5%;
  position: relative;
  z-index: 2
}
#hd .tab-aura video {
  width: 110%;
  max-width: none;
  margin-left: -5%
}
#hd .tab-aura .vid-control {
  right: 10%
}
#hd .tab-aura .hd-controls {
  width: calc(100% + .5em);
  margin-left: -.5em;
  margin-top: 2em;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 2
}
#hd .tab-aura .hd-controls li {
  width: 20%;
  padding: .5em .25em
}
#hd .tab-aura .hd-controls .hd-icon {
  width: 3.5em;
  height: 3.5em;
  margin: 0 auto .5em;
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: 100% 0
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-static {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/img/aura/static.png)
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-breathing {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/img/aura/breathing.png)
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-strobing {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/img/aura/strobing.png)
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-cycle {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/img/aura/cycle.png)
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-music {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/img/aura/music.png)
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-smart {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/img/aura/smart.png)
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-starry {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/img/aura/starry.png)
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-rainbow {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/img/aura/rainbow.png)
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-dark {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/img/aura/dark.png)
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-adaptive {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/D1188CFA-A933-4520-897C-007B5666C115/v1/img/aura/adaptive.png)
}
#hd .tab-aura .hd-controls h3 {
  font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: .25em
}
#hd .tab-aura .hd-controls p {
  font-size: .75em;
  line-height: 1.25;
  opacity: .75;
  margin-bottom: 0 !important
}
#hd .tab-aura .hd-controls-name {
  padding: 0 0 0 1em
}
#hd .tab-aura .hd-controls-name li {
  display: none
}
#hd .tab-aura .hd-controls-name li.hd-active {
  display: block;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: .4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: .4s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: .4s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: .4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}
#hd .tab-aura .hd-controls-name p {
  font-size: 14px
}
@media screen and (max-width: 1280px) {
  #hd .tab-aura .flex-row-reverse .hd-content {
    padding-left: 0
  }
}
@media screen and (max-width: 1024px) {
  #hd .tab-lambda .hd-container {
    padding-left: 0
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-cooling .hd-container, #hd .sec-engineering .hd-container, #hd .sec-software .hd-container, #hd .sec-experience .hd-container {
    width: 90%;
    margin: 0 auto;
    flex-direction: column
  }
  #hd .sec-cooling .hd-container figure, #hd .sec-engineering .hd-container figure, #hd .sec-software .hd-container figure, #hd .sec-experience .hd-container figure {
    width: 100%
  }
  #hd .sec-cooling .hd-container .hd-content, #hd .sec-engineering .hd-container .hd-content, #hd .sec-software .hd-container .hd-content, #hd .sec-experience .hd-container .hd-content {
    width: 100%;
    padding: 2em 0
  }
  .vid-control {
    width: 4em;
    height: 4em
  }
  #hd .tab-lambda .hd-container {
    text-align: left
  }
  #hd .tab-aura .hd-content {
    display: flex;
    flex-direction: column-reverse
  }
  #hd .tab-aura .vid-control {
    right: 0
  }
  #hd .tab-aura .control-container {
    width: 100%;
    margin: 0 auto 2em
  }
  #hd .tab-aura .hd-controls {
    margin-bottom: 2em;
    margin-top: 0
  }
}
@media screen and (max-width: 620px) {
  #hd .tab-certification img {
    margin-bottom: 0
  }
}
@media screen and (max-width: 480px) {
  #hd .tab-aura figure video {
    width: 150%;
    max-width: none;
    margin-left: -25%
  }
  #hd .tab-aura .hd-controls li {
    width: 33.3333%
  }
}
#hd {
  background: #f8f9fb;
  color: black
}
#hd h3 {
  color: black
}
#hd .sec-overview {
  background: #d7d7d8
}
#hd .sec-overview .hd-bg {
  object-position: center center
}
#hd .sec-overview .h3 {
  color: #00a0ff !important
}
#hd .sec-awards {
  background: #f8f9fb
}
#hd .sec-overview h2 {
  color: #616161 !important
}
#hd .sec-overview h3, #hd .sec-overview p {
  color: #3c3c3c !important
}
#hd .color-gradient {
  background: none;
  color: black !important;
  -webkit-text-fill-color: unset
}
#hd .hd-nav {
  background-color: rgba(255, 255, 255, 0);
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 30%);
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 30%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 30%);
  background-color: transparent
}
#hd .hd-nav .main-nav .hd-tooltip {
  color: black
}
#hd .hd-nav .main-nav a:after {
  border-color: black
}
#hd .hd-nav .main-nav a.hd-active:after {
  background: black
}
#hd .hd-nav .main-nav a.hd-active+.sub-nav button {
  color: black
}
#hd .hd-nav .main-nav .sub-nav button:after {
  background: #707070
}
#hd .main-title:before {
  background: radial-gradient(ellipse at center, #cdd6e5 0%, transparent 70%)
}
#hd .title-tab:after {
  background: #cdd6e5
}
#hd .title-tab li {
  color: #707070
}
#hd .title-tab li:after {
  background-color: #343434;
  background-image: -moz-linear-gradient(90deg, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%);
  background-image: -webkit-linear-gradient(90deg, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%);
  background-image: linear-gradient(90deg, #343434 0%, #b2b2b2 38%, #b2b2b2 58%, #343434 100%)
}
#hd .title-tab li:hover, #hd .title-tab li:focus-visible, #hd .title-tab li.hd-active {
  color: black
}
#hd .main-kv p {
  text-shadow: none
}
#hd .sec-experience {
  background: white
}
#hd .tab-aura .hd-controls p {
  font-weight: 400
}