/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, .9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-closed .lity-content,
.lity-loading .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.lity-close:active {
    top: 1px
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.lity-hide {
    display: none
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.col_BGC_black {
    background-color: #000
}

.grayText {
    color: #999
}

.textShadowBlue {
    text-shadow: 0 .05em .2em #0080ff
}

@font-face {
    font-family: Trade-Gothic-LT-Bold;
    src: url(fonts/Trade-Gothic-LT-Bold.woff2) format("woff2"), url(fonts/Trade-Gothic-LT-Bold.woff) format("woff"), url(fonts/Trade-Gothic-LT-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto-Regular;
    src: local(Roboto Regular), local(Roboto-Regular), url(fonts/Roboto-Regular.woff2) format("woff2"), url(fonts/Roboto-Regular.woff) format("woff"), url(fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto Condensed;
    src: local(Roboto Condensed), local(Roboto-Condensed), url(fonts/robotocondensed-regular_0.eot) format("embedded-opentype"), url(fonts/robotocondensed-regular_0.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: rogfonts-regular;
    src: local(rogfonts regular), local(rogfonts-regular), url(fonts/rogfonts-regular.woff2) format("woff2"), url(fonts/rogfonts-regular.woff) format("woff"), url(fonts/rogfonts-regular.OTF?#iefix) format("opentype"), url(fonts/rogfonts-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GeForce-Bold;
    src: url(fonts/GeForce-Bold.woff) format("woff"), url(fonts/GeForce-Bold.OTF?#iefix) format("opentype"), url(fonts/GeForce-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}


:root {
    overflow-y: auto;
    overflow-x: hidden
}

:root body {
    position: absolute
}

body {
    width: 100vw
}

body,
body.js-no-scroll,
html.js-no-scroll {
    overflow: hidden
}

sup.sign-tm {
    top: -.7em;
    font-size: 56%;
    line-height: 1.2
}

sup.sign-fnum {
    top: -.25em
}

.lowerCase {
    text-transform: lowercase
}

.infoWord {
    vertical-align: top;
    font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    font-size: 20px;
    line-height: 1.3;
    color: #fff
}

.numCircle {
    width: 20px;
    height: 20px;
    font-family: Trade-Gothic-LT-Bold, Roboto Light, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    color: #000;
    margin-right: 5px;
    display: inline-block;
    line-height: 20px;
    font-size: 18px
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

#ASUS-features {
    background-color: #000;
    font-display: optional
}

.outer-view sup {
    font-size: 50%;
    vertical-align: super
}

.outer-view h2,
.outer-view h3,
.outer-view h4 {
    color: #fff;
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif"
}

.ioport,
.outer-view a,
.outer-view p {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif"
}

@media (min-width:2560px) {

    .ioport,
    .outer-view a,
    .outer-view p {
        font-size: 18px;
        line-height: 1.5
    }
}

@media (max-width:735px) {

    .ioport,
    .outer-view a,
    .outer-view p {
        font-size: 15px
    }
}

.note {
    color: #a7a7a7 !important;
    display: block;
    font-size: 15px;
    line-height: 23px;
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    margin-top: 15px !important
}

@media (min-width:2560px) {
    .note {
        font-size: 16px;
        line-height: 1.5
    }
}

@media (max-width:735px) {
    .note {
        font-size: 13px;
        line-height: 21px
    }
}

.outer-view a {
    color: #fff;
    transition: color .4s ease
}

.outer-view a.link {
    text-decoration: underline
}

.outer-view img {
    width: 100%;
    display: block
}

.outer-view .rog-font {
    font-family: rogfonts-regular, Microsoft JhengHei, "sans-serif" !important
}

.outer-view .geforce-font {
    font-family: GeForce-Bold, Microsoft JhengHei, "sans-serif" !important
}

.bold {
    font-weight: 700
}

.grid-block {
    display: grid;
    grid-auto-rows: 1fr;
    grid-gap: 0
}

.grid-block.col-2 {
    grid-template-columns: repeat(2, 1fr)
}

.grid-block.col-3 {
    grid-template-columns: repeat(3, 1fr)
}

.grid-block.col-4 {
    grid-template-columns: repeat(4, 1fr)
}

.outer-view section {
    position: relative;
    background: #000;
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.outer-view section .will-change-transform {
    will-change: transform
}

.outer-view section .container1 {
    margin: 0
}

.outer-view section .img__ada {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0
}

.outer-view section .img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.outer-view section .underline {
    text-decoration: underline
}

.outer-view section .flex-block {
    display: flex;
    display: -webkit-flex
}

.outer-view section .flex-block.reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse
}

.outer-view section button {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block
}

.outer-view section button.btn-pause {
    width: 24px;
    height: 24px;
    background-image: url(images/icon_pause_w.svg);
    background-size: cover;
    opacity: .65;
    text-indent: -9999999px;
    z-index: 50;
    transition: opacity .25s ease
}

.outer-view section button.btn-pause[data-status=play] {
    background-image: url(images/icon_play_w.svg)
}

@media (hover:hover) {
    .outer-view section button.btn-pause:hover {
        opacity: 1
    }
}

@media (max-width:735px) {
    .outer-view section button.btn-pause {
        width: 20px;
        height: 20px
    }
}

.outer-view section button.btn-rainbow-border {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-right: 40px;
    padding: 10px 30px;
    position: relative;
    transition: transform .2s ease
}

@media (min-width:2560px) {
    .outer-view section button.btn-rainbow-border {
        font-size: 18px;
        line-height: 22px
    }
}

@media (max-width:735px) {
    .outer-view section button.btn-rainbow-border {
        font-size: 15px;
        line-height: 19px
    }
}

@media (hover:hover) {
    .outer-view section button.btn-rainbow-border:hover {
        transform: scale(1.05)
    }

    .outer-view section button.btn-rainbow-border:hover:before {
        background-image: linear-gradient(90deg, #fff, #fff, #fff, #fff, #fff, #fff)
    }
}

.outer-view section button.btn-rainbow-border:before {
    content: "";
    inset: 0;
    border-radius: 50px;
    background-position: 0 0;
    background-size: 100%;
    background-image: linear-gradient(90deg, #be68f5, #6e0dff, #52c8f3, #fff, #f992ea, #be68f5);
    padding: 3px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    transition: background-image .2s ease
}

.outer-view section .w-2560 {
    width: 100%;
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto
}

.outer-view section .w-1920 {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto
}

.outer-view section .w-1600 {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

.outer-view section .w-1440 {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.outer-view section .w-1280 {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

.outer-view section .w-920 {
    width: 100%;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto
}

.outer-view section .wd-content {
    width: 100%;
    max-width: 1200px;
    padding: 0 1.172vw;
    margin: 0 auto;
    position: relative;
    z-index: 20
}

.outer-view section .wd-content>* {
    color: #fff;
    font-weight: 400;
    font-style: normal
}

.outer-view section .wd-content>* .icon_slogan {
    margin-left: 0;
    margin-right: 0
}

.outer-view section .wd-content>.content-slogan {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    color: #fff;
    font-size: 45px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: rogfonts-regular, Microsoft JhengHei, "sans-serif"
}

.outer-view section .wd-content>.content-slogan:after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 542px;
    height: 9px;
    margin-top: 26px;
    margin-bottom: -12px;
    margin-left: 0;
    background-position: 3px;
    /* background-image: url(images/titleLine.png) */
}

.outer-view section .wd-content>.content-title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    font-size: 1.875vw;
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
    color: #fff;
    line-height: 1.2
}

@media (min-width:1921px) {
    .outer-view section .wd-content>.content-title {
        font-size: 48px
    }
}

@media (max-width:1920px) {
    .outer-view section .wd-content>.content-title {
        font-size: 38px
    }
}

@media (max-width:1280px) {
    .outer-view section .wd-content>.content-title {
        font-size: 34px
    }
}

@media (max-width:735px) {
    .outer-view section .wd-content>.content-title {
        font-size: 26px
    }
}

@media (max-width:480px) {
    .outer-view section .wd-content>.content-title {
        font-size: 21px
    }
}

.outer-view section .wd-content>.content-info {
    width: 100%;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    font-size: 16px;
    line-height: 1.65
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {
    .outer-view section .wd-content>.content-info {
        font-size: 16px;
        line-height: 1.5
    }
}

@media (min-width:2560px) {
    .outer-view section .wd-content>.content-info {
        font-size: 18px;
        line-height: 1.5
    }
}

@media (max-width:735px) {
    .outer-view section .wd-content>.content-info {
        font-size: 15px
    }
}

.outer-view section .wd-content>.content-comment {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    font-size: 16px;
    color: #999;
    line-height: 1.4;
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    position: relative
}

@media (min-width:2560px) {
    .outer-view section .wd-content>.content-comment {
        font-size: 18px;
        line-height: 1.5
    }
}

@media (max-width:735px) {
    .outer-view section .wd-content>.content-comment {
        font-size: 15px
    }
}

.outer-view section .wd-content>.content-comment a {
    text-decoration: underline
}

.outer-view section .wd-content>.content-link {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif"
}

@media (min-width:2560px) {
    .outer-view section .wd-content>.content-link {
        font-size: 18px;
        line-height: 1.5
    }
}

@media (max-width:735px) {
    .outer-view section .wd-content>.content-link {
        font-size: 15px
    }
}

.outer-view section>figure.img {
    position: relative
}

.outer-view section .title-block {
    margin-bottom: 20px;
    padding: 100px 1.172vw 0;
    position: relative;
    text-align: center
}

@media (max-width:1280px) {
    .outer-view section .title-block {
        padding: 100px 15px 0
    }
}

@media (max-width:735px) {
    .outer-view section .title-block {
        margin-bottom: 10px;
        padding-top: 60px
    }
}

.outer-view section .title-block h2 {
    font-size: 2.344vw;
    line-height: 1.2
}

@media (min-width:1921px) {
    .outer-view section .title-block h2 {
        font-size: 60px
    }
}

@media (max-width:1920px) {
    .outer-view section .title-block h2 {
        font-size: 48px
    }
}

@media (max-width:1280px) {
    .outer-view section .title-block h2 {
        font-size: 42px
    }
}

@media (max-width:735px) {
    .outer-view section .title-block h2 {
        font-size: 34px
    }
}

@media (max-width:480px) {
    .outer-view section .title-block h2 {
        font-size: 27px
    }
}

.outer-view section .text-block h2 {
    font-size: 2.344vw;
    margin-bottom: 15px;
    line-height: 1.2
}

@media (min-width:1921px) {
    .outer-view section .text-block h2 {
        font-size: 60px
    }
}

@media (max-width:1920px) {
    .outer-view section .text-block h2 {
        font-size: 48px
    }
}

@media (max-width:1280px) {
    .outer-view section .text-block h2 {
        font-size: 42px
    }
}

@media (max-width:735px) {
    .outer-view section .text-block h2 {
        font-size: 34px
    }
}

@media (max-width:480px) {
    .outer-view section .text-block h2 {
        font-size: 27px
    }
}

.outer-view section .text-block h3 {
    font-size: 1.563vw;
    margin-bottom: 15px;
    line-height: 1.2
}

@media (min-width:1921px) {
    .outer-view section .text-block h3 {
        font-size: 48px
    }
}

@media (max-width:1920px) {
    .outer-view section .text-block h3 {
        font-size: 38px
    }
}

@media (max-width:1280px) {
    .outer-view section .text-block h3 {
        font-size: 34px
    }
}

@media (max-width:735px) {
    .outer-view section .text-block h3 {
        font-size: 26px
    }
}

@media (max-width:480px) {
    .outer-view section .text-block h3 {
        font-size: 21px
    }
}

.leftFixedLine {
    pointer-events: none;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    opacity: 0;
    transition: .3s ease-in;
    width: 18px;
    height: 520px;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-image: url(images/animation/navigation/leftFixedLine.png) */
}

.leftFixedLine.show {
    opacity: 1;
    transition: .3s ease-in
}

.wd__feature__list {
    width: 100%;
    max-width: 1100px;
    position: relative;
    margin-left: auto;
    margin-top: 40px;
    margin-right: auto;
    z-index: 2;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center
}

.wd__feature__list .wd__feature {
    min-width: 100px;
    display: inline-block;
    margin: 0 20px 30px;
    vertical-align: bottom;
    line-height: 1;
    color: #fff
}

.wd__feature__list .wd__feature .wd__feature__top {
    font-size: 16px;
    letter-spacing: 2px;
    color: #eee;
    padding-bottom: 6px;
    text-align: center;
    text-transform: none;
    font-family: Roboto Condensed, Segoe UI, Arial, PingFang TC, Microsoft JhengHei, Microsoft YaHei, sans-serif
}

@media (max-width:1280px) {
    .wd__feature__list .wd__feature .wd__feature__top {
        font-size: 15px
    }
}

@media (max-width:992px) {
    .wd__feature__list .wd__feature .wd__feature__top {
        text-align: left
    }
}

.wd__feature__list .wd__feature .wd__feature__data {
    text-align: center;
    text-transform: none;
    color: #fff;
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif"
}

@media (min-width:1921px) {
    .wd__feature__list .wd__feature .wd__feature__data {
        font-size: 48px
    }
}

@media (max-width:1920px) {
    .wd__feature__list .wd__feature .wd__feature__data {
        font-size: 38px
    }
}

@media (max-width:1280px) {
    .wd__feature__list .wd__feature .wd__feature__data {
        font-size: 34px
    }
}

@media (max-width:735px) {
    .wd__feature__list .wd__feature .wd__feature__data {
        font-size: 26px
    }
}

@media (max-width:480px) {
    .wd__feature__list .wd__feature .wd__feature__data {
        font-size: 21px
    }
}

@media (max-width:992px) {
    .wd__feature__list .wd__feature .wd__feature__data {
        text-align: left
    }
}

.wd__feature__list .wd__feature .wd__feature__data .space-left-m {
    font-size: 29px;
    padding-left: 0
}

.wd__feature__list .wd__feature .wd__feature__data .space-right-m {
    font-size: 29px;
    padding-right: 0
}

.wd__feature__list .wd__feature .wd__feature__data figure.img .img-icon {
    left: 0;
    margin-bottom: 14px;
    width: 192px;
    height: 104px
}

.wd__feature__list .wd__feature .wd__feature__describe {
    letter-spacing: 2px;
    font-family: Roboto Condensed, Segoe UI, Arial, PingFang TC, Microsoft JhengHei, Microsoft YaHei, sans-serif;
    text-align: center;
    text-transform: none;
    font-size: 16px;
    padding-top: 6px
}

@media (max-width:1280px) {
    .wd__feature__list .wd__feature .wd__feature__describe {
        font-size: 15px
    }
}

@media (max-width:992px) {
    .wd__feature__list .wd__feature .wd__feature__describe {
        text-align: left
    }
}

.wd__feature__list .wd__feature .wd__feature__describe span.describeText {
    font-family: Roboto Condensed, Segoe UI, Arial, PingFang TC, Microsoft JhengHei, Microsoft YaHei, sans-serif;
    text-transform: none;
    font-size: 16px;
    line-height: 1.2;
    color: #eee
}

@media (max-width:1280px) {
    .wd__feature__list .wd__feature .wd__feature__describe span.describeText {
        font-size: 15px
    }
}

.lazyLoad {
    background-image: none !important
}

.lazyLoad,
.opacityDefault {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.fadeIn,
.lazyLoad,
.opacityDefault {
    -webkit-transition: opacity .7s;
    transition: opacity .7s
}

.fadeIn {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    will-change: opacity
}

.fadeIn.animated {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    will-change: null
}

.navigation *,
.navigation :after,
.navigation :before {
    transition: transform .6s ease-in-out
}

.color-ring {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    opacity: 0;
    transform: translateY(20%);
    transition: opacity .2s ease, transform .2s ease;
    vertical-align: middle
}

.color-ring .glow,
.color-ring .ring {
    width: 100%;
    height: 100%;
    position: absolute
}

.color-ring .glow:before,
.color-ring .ring:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    inset: 0;
    border-radius: 100%;
    background-image: linear-gradient(-45deg, #a12eb8, #9b8dff, #0f3, #117dff, #00deff, #a12eb8, #fff, #2de4ff);
    background-size: 400% 400%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    animation-duration: 3.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards
}

.color-ring .ring {
    z-index: 2
}

.color-ring .ring:before {
    padding: 3px
}

@media (max-width:1280px) {
    .color-ring .ring:before {
        padding: 3px
    }
}

.color-ring .glow {
    filter: blur(5px);
    opacity: 1;
    z-index: 1
}

.color-ring .glow:before {
    padding: 3px;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    top: -2px;
    left: -2px
}

.navigation {
    max-height: 100vh;
    height: 100%;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999
}

.navigation:before {
    content: none;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .85), transparent 90%);
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1
}

.navigation>.inner {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative
}

.navigation.active {
    padding-left: 4vw;
    padding-right: 10px;
    padding-top: 100px
}

.navigation.active>.inner {
    display: flex;
    display: -webkit-flex
}

.navigation.active:before {
    content: ""
}

.navigation ul {
    display: block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    position: relative;
    list-style: none
}

.navigation ul li {
    position: relative;
    margin: 3% 0;
    text-align: right
}

.navigation ul li a {
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    font-family: Roboto Condensed, Segoe UI, Arial, PingFang TC, Microsoft JhengHei, Microsoft YaHei, sans-serif;
    font-size: 15px;
    opacity: .5;
    padding: 0;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    transform-origin: right center;
    transition: opacity .2s ease, padding .2s ease, transform .2s ease
}

.navigation ul li a.active {
    padding: 5px;
    opacity: 1;
    transform: scale(1.4);
    will-change: padding, opacity, transform
}

@media (hover:hover) {
    .navigation ul li a.active:hover {
        opacity: 1;
        transform: scale(1.4)
    }
}

.navigation ul li a.active .color-ring {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s ease, transform 1s ease;
    will-change: opacity, transform
}

.navigation ul li a.active .color-ring .glow:before,
.navigation ul li a.active .color-ring .ring:before {
    animation-name: gradientAnimation
}

.navigation ul li a.active .color-ring .glow {
    filter: blur(10px);
    transition: filter 1.5s ease;
    will-change: filter
}

.navigation ul li a span {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle
}

@media (hover:hover) {
    .navigation ul li a:hover {
        opacity: .85;
        transform: scale(1.2);
        will-change: padding, opacity, transform
    }
}

.navigation .shopping.special a {
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
    opacity: 1
}

.navigation .shopping.special a span {
    color: #fff;
    background-image: linear-gradient(90deg, #ffe2c0, #ffbaf2 20%, #e0c2ff 40%, #c3dbff 60%, #b7fffa 80%, #e3ffbe);
    font-size: 17px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.navigation .shopping.special a .icon-where-to-buy {
    width: 22px;
    height: 22px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.navigation .shopping.special a .icon-where-to-buy .inner {
    -webkit-mask-image: url(images/icon_where_to_buy.svg);
    mask-image: url(images/icon_where_to_buy.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

@media (hover:hover) {
    .navigation .shopping.special a:hover .icon-where-to-buy .inner {
        animation: shoppingCartMoving .75s ease .1s 1 forwards
    }
}

#shopping-gotop {
    width: 45px;
    height: 45px;
    background-color: #333;
    border: none;
    border-radius: 45px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    text-align: center;
    position: fixed;
    bottom: 74px;
    right: 32px;
    z-index: 999
}

#shopping-gotop .inner {
    width: 54%;
    height: 54%;
    -webkit-mask-image: url(images/icon_where_to_buy.svg);
    mask-image: url(images/icon_where_to_buy.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-left: 18%;
    margin-top: 24%;
    overflow: hidden
}

#shopping-gotop.active {
    display: block
}

@media (hover:hover) {
    #shopping-gotop:hover .inner {
        animation: shoppingCartMoving .75s ease 1 forwards
    }
}

@media (max-width:780px) {
    #shopping-gotop {
        right: 16px
    }
}

@keyframes shoppingCartMoving {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(200%)
    }

    50.1% {
        transform: translateX(-200%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes gradientAnimation {
    0% {
        background-position: 100% 50%;
        filter: brightness(2)
    }

    to {
        background-position: 0 50%;
        filter: brightness(1)
    }
}

#ASUS-features .section__base:not(#section-kv) {
    transition: opacity .5s ease-in-out
}

#ASUS-features .section__base.navShow {
    opacity: 1;
    display: block;
    transition: transform .2s ease-in-out .3s, opacity .5s ease-in-out
}

#ASUS-features .section__base .wd-content.large-text-center {
    text-align: center
}

#ASUS-features .section__base .wd-content.large-text-left {
    text-align: left
}

#ASUS-features .section__base .wd-content.large-text-right {
    text-align: right
}

#ASUS-features .section__base .modal-button-container {
    margin-top: 62px;
    height: auto
}

#ASUS-features .section__base .slick-arrow {
    width: 30px;
    height: 30px;
    background-color: #fff;
    will-change: background;
    z-index: 2
}

#ASUS-features .section__base .slick-arrow.slick-disabled {
    display: none !important
}

#ASUS-features .section__base .slick-arrow:before {
    content: none
}

#ASUS-features .section__base .slick-arrow:after {
    content: "";
    width: 3vw;
    height: 3vw;
    background-image: url(images/icon_slider_arrow.svg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 5%;
    opacity: 0;
    transition: opacity .4s ease
}

@media (hover:hover) {
    #ASUS-features .section__base .slick-arrow:hover {
        background-position-x: 100%
    }
}

#ASUS-features .section__base .slick-next,
#ASUS-features .section__base .slick-prev {
    position: relative;
    left: auto;
    right: auto;
    top: auto
}

#ASUS-features .section__base .slider {
    max-width: 2560px;
    padding-bottom: 60px
}

#ASUS-features .section__base .slider.slick-dotted.slick-slider {
    margin: 0 auto
}

#ASUS-features .section__base .slider .slick-list {
    z-index: 1
}

#ASUS-features .section__base .slider .slick-dots {
    list-style-type: none;
    position: absolute;
    bottom: 20px;
    z-index: 3
}

#ASUS-features .section__base .slider .slick-dots li:not(.block-pause-play) {
    width: 70px;
    height: auto
}

#ASUS-features .section__base .slider .slick-dots li:not(.block-pause-play) button {
    width: 70px;
    height: auto;
    background-color: #373737;
    padding: 2px 5px;
    transform: skewX(30deg);
    position: relative
}

#ASUS-features .section__base .slider .slick-dots li:not(.block-pause-play) button:after {
    content: "";
    width: 0;
    height: 100%;
    background-color: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards
}

#ASUS-features .section__base .slider .slick-dots li.slick-active.animate-paused button:after {
    animation-play-state: paused
}

#ASUS-features .section__base .slider .slick-dots li.slick-active.animate-none button:after {
    animation-name: none
}

#ASUS-features .section__base .slider .slick-dots li.slick-active button:after {
    background: -webkit-linear-gradient(90deg, #45a6fb, #ec23d3);
    background: linear-gradient(90deg, #45a6fb, #ec23d3);
    animation-name: slickDurationAnimation
}

#ASUS-features .section__base .slider .slick-dots .slide-switcher {
    width: 28px;
    height: 28px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    text-indent: -99999px;
    vertical-align: middle
}

#ASUS-features .section__base .slider .slick-dots .slide-switcher[data-status=play]:before,
#ASUS-features .section__base .slider .slick-dots .slide-switcher[title=play]:before {
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #cb66fe;
    border-style: solid;
    border-width: 8px 0 8px 14px
}

#ASUS-features .section__base .slider .slick-dots .slide-switcher[data-status=play]:after,
#ASUS-features .section__base .slider .slick-dots .slide-switcher[title=play]:after {
    transform: translateY(28px)
}

#ASUS-features .section__base .slider .slick-dots .slide-switcher:after,
#ASUS-features .section__base .slider .slick-dots .slide-switcher:before {
    content: "";
    width: 3px;
    height: 16px;
    background: -webkit-linear-gradient(180deg, #45a6fb, #ec23d3);
    background: linear-gradient(180deg, #45a6fb, #ec23d3);
    display: block;
    position: absolute;
    top: 6px
}

#ASUS-features .section__base .slider .slick-dots .slide-switcher:before {
    left: 7px
}

#ASUS-features .section__base .slider .slick-dots .slide-switcher:after {
    left: 15px
}

#ASUS-features .section__base .slider .slick-track {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

#ASUS-features .section__base .slider .slick-slide {
    float: none
}

#ASUS-features .section__base .slider .slide {
    padding: 0 15px;
    overflow: hidden
}

#ASUS-features .section__base .slider .slide .deco:after,
#ASUS-features .section__base .slider .slide .deco:before {
    content: "";
    display: block;
    width: .5vw;
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease;
    z-index: 2
}

#ASUS-features .section__base .slider .slide .deco:before {
    height: 7.214vw;
    /* background-image: url(images/carousel_deco_left.svg); */
    left: .5vw;
    top: 15px
}

#ASUS-features .section__base .slider .slide .deco:after {
    height: 9.25vw;
    /* background-image: url(images/carousel_deco_right.svg); */
    right: .5vw;
    bottom: 10px
}

#ASUS-features .section__base .slider .slide .pic {
    padding-bottom: 15px
}

#ASUS-features .section__base .slider .slide .pic picture {
    width: 100%;
    display: block
}

#ASUS-features .section__base .slider .slide .content {
    padding-left: 15px;
    padding-right: 15px;
    overflow-y: auto
}

#ASUS-features .section__base .slider .slide .content::-webkit-scrollbar {
    width: 5px
}

#ASUS-features .section__base .slider .slide .content::-webkit-scrollbar-track {
    background-color: transparent
}

#ASUS-features .section__base .slider .slide .content::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .2);
    transition: background-color .2s ease
}

@media (hover:hover) {
    #ASUS-features .section__base .slider .slide .content::-webkit-scrollbar-thumb:hover {
        background-color: hsla(0, 0%, 100%, .25)
    }
}

#ASUS-features .section__base .slider .slide .content .title {
    color: #fff;
    font-family: Trade-Gothic-LT-Bold, Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    font-size: 30px;
    line-height: 1.2em
}

#ASUS-features .section__base .slider .slide .content p.info {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    font-size: 1em;
    line-height: 1.4
}

#ASUS-features .section__base .slider .slide .content h2,
#ASUS-features .section__base .slider .slide .content p {
    color: transparent;
    font-display: swap
}

#ASUS-features .section__base .slider .slide .content h2 .inline-block,
#ASUS-features .section__base .slider .slide .content p .inline-block {
    display: inline-block;
    position: relative
}

#ASUS-features .section__base .slider .slide .content h2 span,
#ASUS-features .section__base .slider .slide .content p span {
    display: inline
}

#ASUS-features .section__base .slider .slide .content h2 {
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
    font-size: 2vw;
    line-height: 5.8vw;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    text-stroke-width: 1.25px;
    -webkit-text-stroke-width: 1.25px;
    text-stroke-color: #1877ff;
    -webkit-text-stroke-color: #1877ff
}

#ASUS-features .section__base .slider .slide .content h2:before {
    content: attr(data-text);
    display: inline;
    color: #1877ff;
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

#ASUS-features .section__base .slider.horizontal-layout .container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse
}

#ASUS-features .section__base .slider.horizontal-layout .container1 .content {
    width: 40%
}

#ASUS-features .section__base .slider.horizontal-layout .container1 .pic {
    width: 60%
}

@keyframes slickDurationAnimation {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes blink-in {
    0% {
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0)
    }

    to {
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0)
    }
}

@keyframes gradient {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 100% 50%
    }
}

#ASUS-features .section__kv {
    margin-top: 0;
    padding-top: 58.594vw
}

#ASUS-features .section__kv h2 {
    color: #fff;
    font-size: 4.688vw;
    letter-spacing: 4px;
    line-height: 1.5;
    padding: 0 30px;
    text-align: center;
    position: relative;
    z-index: 2
}

#ASUS-features .section__kv h3 {
    color: #fff;
    font-size: 2.813vw;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center
}

#ASUS-features .section__kv h3 em {
    font-weight: 700;
    filter: drop-shadow(0 0 30px rgba(255, 255, 255, .6));
    text-shadow: 0 0 10px #fff
}

#ASUS-features .section__kv .img__pic_kv {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(images/pic_kv.webp)
}


.noWebp #ASUS-features .section__kv .img__pic_kv {
    background-image: url(images/pic_kv.jpg)
}


#ASUS-features .section__kv .kv-container {
    width: 100vw;
    height: 54.688vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

#ASUS-features .section__kv .info-container {
    width: 100%;
    padding-bottom: 100px;
    position: relative;
    margin-top: -19vw;
    z-index: 2
}

#ASUS-features .section__kv .title-block {
    margin-bottom: 0;
    padding-top: 0
}

#ASUS-features .section__kv .content-info {
    padding-top: 30px
}

#ASUS-features .section__kv .icon-feature-list {
    margin: 0 auto;
    position: relative;
    z-index: 2
}

#ASUS-features .section__kv .icon-feature-list ul.flex-block {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    list-style: none;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: stretch;
    -webkit-align-items: stretch
}

#ASUS-features .section__kv .icon-feature-list li {
    width: 33.333%
}

#ASUS-features .section__kv .icon-feature-list li a {
    height: 100%;
    background-color: hsla(0, 0%, 100%, 0);
    display: block;
    padding: 20px;
    text-decoration: none;
    transition: background-color .4s ease
}

@media (hover:hover) {
    #ASUS-features .section__kv .icon-feature-list li a:hover {
        background-color: hsla(0, 0%, 100%, .1)
    }

    #ASUS-features .section__kv .icon-feature-list li a:hover .read-more {
        color: #fff
    }
}

#ASUS-features .section__kv .icon-feature-list li .logo-win11 {
    max-width: 80px;
    margin: 0 auto
}

#ASUS-features .section__kv .icon-feature-list li .pic {
    width: 130px;
    display: inline-block;
    vertical-align: middle
}

#ASUS-features .section__kv .icon-feature-list li .txt {
    width: calc(100% - 135px);
    height: 100%;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 10px
}

#ASUS-features .section__kv .icon-feature-list li .txt .inner {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    grid-row-gap: 10px
}

#ASUS-features .section__kv .icon-feature-list li .txt .read-more {
    border-top: 1px solid hsla(0, 0%, 100%, .15);
    color: hsla(0, 0%, 100%, .5);
    background-image: linear-gradient(90deg, #ffe2c0, #ffbaf2 20%, #e0c2ff 40%, #c3dbff 60%, #b7fffa 80%, #e3ffbe);
    font-size: 15px;
    line-height: 1.5;
    padding-top: 6px;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    transition: color .4s ease
}

@media (min-width:2560px) {
    #ASUS-features .section__kv .icon-feature-list li .txt .read-more {
        font-size: 16px
    }
}

#ASUS-features .section__kv .hardware_list {
    list-style: none;
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 2
}

#ASUS-features .section__kv .hardware_list .pic,
#ASUS-features .section__kv .hardware_list>img {
    background-repeat: no-repeat;
    display: inline-block;
    margin: 30px;
    background-size: contain;
    vertical-align: middle
}

#ASUS-features .section__kv .hardware_list .pic.intel-core-i9,
#ASUS-features .section__kv .hardware_list>img.intel-core-i9 {
    width: 100px
}

#ASUS-features .section__kv .hardware_list .pic.nvidia-geforce-rtx,
#ASUS-features .section__kv .hardware_list>img.nvidia-geforce-rtx {
    width: 200px
}

#ASUS-features .section__kv .hardware_list .pic.amd-ryzen-5000,
#ASUS-features .section__kv .hardware_list>img.amd-ryzen-5000 {
    width: 110px
}

#ASUS-features .section__kv .hardware_list .pic.amd-z1,
#ASUS-features .section__kv .hardware_list>img.amd-z1 {
    width: 115px
}

#ASUS-features .section__kv .hardware_list .pic.win-11,
#ASUS-features .section__kv .hardware_list .pic.xbox-game-pass,
#ASUS-features .section__kv .hardware_list>img.win-11,
#ASUS-features .section__kv .hardware_list>img.xbox-game-pass {
    width: 210px
}

#ASUS-features .section__kv .seperate-line {
    width: 100%;
    height: 1px;
    background-color: #131217;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

#ASUS-features .section__kv .button-block {
    margin-top: 30px
}

#ASUS-features .section__kv .button-block a {
    display: inline-block
}

#ASUS-features .section__kv .button-block a,
#ASUS-features .section__kv .button-block button {
    font-size: 1vw;
    padding: 10px 30px;
    position: relative;
    text-decoration: none;
    transition: transform .25s ease
}

@media (min-width:2561px) {

    #ASUS-features .section__kv .button-block a,
    #ASUS-features .section__kv .button-block button {
        font-size: 25px
    }
}

@media (max-width:1600px) {

    #ASUS-features .section__kv .button-block a,
    #ASUS-features .section__kv .button-block button {
        font-size: 16px
    }
}

#ASUS-features .section__kv .button-block a:before,
#ASUS-features .section__kv .button-block button:before {
    content: "";
    inset: 0;
    border-radius: 50px;
    background-position: 0 0;
    background-size: 200%;
    background-image: linear-gradient(90deg, #be68f5, #6e0dff, #52c8f3, #fff, #f992ea, #be68f5);
    padding: 3px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    transition: background-image .25s ease
}

@media (hover:hover) {

    #ASUS-features .section__kv .button-block a:hover,
    #ASUS-features .section__kv .button-block button:hover {
        transform: scale(1.05);
        will-change: transform
    }

    #ASUS-features .section__kv .button-block a:hover:before,
    #ASUS-features .section__kv .button-block button:hover:before {
        background-image: linear-gradient(90deg, #fff, #fff, #fff, #fff, #fff, #fff);
        will-change: background-image
    }
}

#ASUS-features .section__kv .global-button .icon-where-to-buy {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    overflow: hidden
}

@media (max-width:992px) {
    #ASUS-features .section__kv .global-button .icon-where-to-buy {
        width: 20px;
        height: 20px
    }
}

#ASUS-features .section__kv .global-button .icon-where-to-buy .inner {
    -webkit-mask-image: url(images/icon_where_to_buy.svg);
    mask-image: url(images/icon_where_to_buy.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

#ASUS-features .section__kv .global-button span {
    vertical-align: middle
}

@media (hover:hover) {
    #ASUS-features .section__kv .global-button:hover .inner {
        animation: shoppingCartMoving .75s ease 1 forwards
    }
}

#ASUS-features .section__kv .buy-block {
    color: #fff;
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    line-height: 1.25;
    padding-bottom: 60px;
    text-align: center;
    position: relative
}

#ASUS-features .section__kv .buy-block h4,
#ASUS-features .section__kv .buy-block h5 {
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif"
}

#ASUS-features .section__kv .buy-block h4 {
    font-size: 1.953vw;
    white-space: nowrap
}

@media (min-width:2561px) {
    #ASUS-features .section__kv .buy-block h4 {
        font-size: 50px
    }
}

#ASUS-features .section__kv .buy-block .subtitle,
#ASUS-features .section__kv .buy-block p {
    font-size: 1.406vw;
    margin: 5px
}

@media (min-width:2561px) {

    #ASUS-features .section__kv .buy-block .subtitle,
    #ASUS-features .section__kv .buy-block p {
        font-size: 36px
    }
}

@media (max-width:1800px) {

    #ASUS-features .section__kv .buy-block .subtitle,
    #ASUS-features .section__kv .buy-block p {
        font-size: 20px
    }
}

#ASUS-features .section__kv .buy-block p del,
#ASUS-features .section__kv .buy-block p ins {
    display: inline-block;
    margin: 5px;
    vertical-align: middle
}

#ASUS-features .section__kv .buy-block p ins {
    text-decoration: none
}

#ASUS-features .section__kv .buy-block p del {
    color: #888
}

#ASUS-features .section__kv .buy-block .rog-font {
    letter-spacing: 2px
}

#ASUS-features .section__kv .buy-block .flex-block {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px
}

#ASUS-features .section__kv .buy-block .flex-block .right:after {
    content: "";
    width: 1px;
    height: 70%;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 15%
}

#ASUS-features .section__kv .buy-block .flex-block .right .button-block a {
    opacity: .6
}

#ASUS-features .section__kv .buy-block .flex-block .right .button-block a:before {
    background-image: linear-gradient(90deg, #fff, #fff, #fff, #fff, #fff, #fff);
    will-change: background-image
}

@media (hover:hover) {
    #ASUS-features .section__kv .buy-block .flex-block .right .button-block a:hover {
        transform: scale(1)
    }
}

#ASUS-features .section__kv .buy-block .inner-box {
    display: inline-block;
    padding: 15px 30px 60px;
    position: relative
}

#ASUS-features .section__kv .buy-block .button-block {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    left: 0
}

#ASUS-features .section__kv .buy-block .button-block>p {
    font-size: 1.2vw;
    margin-bottom: 10px
}

#ASUS-features .section__kv .buy-block .button-block>a {
    margin: 2%
}

#ASUS-features .section__kv .buy-block .wrapper {
    display: none;
    position: relative
}

#ASUS-features .section__kv .buy-block .wrapper.global .inner-box {
    padding-bottom: 0
}

#ASUS-features .section__kv .buy-block .wrapper.global .button-block {
    position: relative
}

#ASUS-features .section__kv .buy-block .wrapper.active {
    display: block
}

#ASUS-features .section__multi-uses figure.img {
    width: 100vw;
    height: 42.969vw;
    position: relative
}

#ASUS-features .section__multi-uses .img__bg_multi-uses_me {
    background-image: url(images/bg_multi-uses_me.webp)
}


.noWebp #ASUS-features .section__multi-uses .img__bg_multi-uses_me {
    background-image: url(images/bg_multi-uses_me.jpg)
}


#ASUS-features .section__multi-uses .img__bg_multi-uses_we {
    background-image: url(images/bg_multi-uses_we.webp)
}


.noWebp #ASUS-features .section__multi-uses .img__bg_multi-uses_we {
    background-image: url(images/bg_multi-uses_we.jpg)
}


#ASUS-features .section__multi-uses .img__bg_multi-uses_pro {
    background-image: url(images/bg_multi-uses_pro.webp)
}


.noWebp #ASUS-features .section__multi-uses .img__bg_multi-uses_pro {
    background-image: url(images/bg_multi-uses_pro.jpg)
}


#ASUS-features .section__multi-uses .section {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative
}

#ASUS-features .section__multi-uses .section .img {
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    transform: scale(1.5);
    position: relative;
    z-index: 1
}

#ASUS-features .section__multi-uses .section .wd-content {
    max-width: 640px;
    width: 100%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .9);
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    filter: drop-shadow(0 0 5px #000)
}

#ASUS-features .section__multi-uses .section .wd-content div,
#ASUS-features .section__multi-uses .section .wd-content h3 {
    position: relative;
    z-index: 2
}

#ASUS-features .section__multi-uses .section .wd-content .content-title {
    text-transform: uppercase
}

#ASUS-features .section__multi-uses .section .wd-content .content-title>span {
    display: block
}

#ASUS-features .section__multi-uses .section .wd-content .content-info,
#ASUS-features .section__multi-uses .section .wd-content .content-title {
    opacity: 0
}

#ASUS-features .section__multi-uses .section.me .img {
    mask-image: radial-gradient(farthest-corner at 25% 65%, #000 0, rgba(0, 0, 0, .25) 40%);
    -webkit-mask-image: radial-gradient(farthest-corner at 25% 65%, #000 0, rgba(0, 0, 0, .25) 40%);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-position-y: 65%;
    -webkit-mask-position-y: 65%;
    mask-position-x: 20%;
    -webkit-mask-position-x: 20%;
    transform-origin: 15% 62%
}

#ASUS-features .section__multi-uses .section.me .wd-content {
    left: 66%;
    top: 60%
}

#ASUS-features .section__multi-uses .section.me .wd-content .content-info,
#ASUS-features .section__multi-uses .section.me .wd-content .content-title {
    transform: translateX(-20%)
}

#ASUS-features .section__multi-uses .section.we .img {
    mask-image: radial-gradient(farthest-corner at 85% 65%, #000 0, rgba(0, 0, 0, .25) 40%);
    -webkit-mask-image: radial-gradient(farthest-corner at 85% 65%, #000 0, rgba(0, 0, 0, .25) 40%);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-position-y: 70%;
    -webkit-mask-position-y: 70%;
    mask-position-x: 90%;
    -webkit-mask-position-x: 90%;
    transform-origin: 100% 62%
}

#ASUS-features .section__multi-uses .section.we .wd-content {
    left: 30%;
    top: 60%
}

#ASUS-features .section__multi-uses .section.we .wd-content .content-info,
#ASUS-features .section__multi-uses .section.we .wd-content .content-title {
    transform: translateX(20%)
}

#ASUS-features .section__multi-uses .section.pro .img {
    mask-image: radial-gradient(farthest-corner at 35% 65%, #000 0, rgba(0, 0, 0, .15) 150%);
    -webkit-mask-image: radial-gradient(farthest-corner at 35% 65%, #000 0, rgba(0, 0, 0, .15) 30%);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-position-y: 65%;
    -webkit-mask-position-y: 65%;
    mask-position-x: 35%;
    -webkit-mask-position-x: 35%;
    transform-origin: 0 90%
}

#ASUS-features .section__multi-uses .section.pro .wd-content {
    left: 65%;
    top: 30%
}

#ASUS-features .section__multi-uses .section.pro .wd-content .content-info,
#ASUS-features .section__multi-uses .section.pro .wd-content .content-title {
    transform: translateX(-15%)
}

#ASUS-features .section__multi-uses .section.active .img {
    transform: scale(1);
    transition: mask-size 1.25s cubic-bezier(.85, 0, 0, 1) .1s, -webkit-mask-size 1.25s cubic-bezier(.85, 0, 0, 1) .1s, transform 1s cubic-bezier(.85, 0, 0, 1);
    will-change: mask-size, -webkit-mask-size, mask-position-y, -webkit-mask-position-y, transform
}

#ASUS-features .section__multi-uses .section.active .wd-content .content-info,
#ASUS-features .section__multi-uses .section.active .wd-content .content-title {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .75s cubic-bezier(.85, 0, 0, 1), transform .75s cubic-bezier(.85, 0, 0, 1);
    will-change: opacity transform
}

#ASUS-features .section__multi-uses .section.active .wd-content .content-title {
    transition-delay: .25s
}

#ASUS-features .section__multi-uses .section.active .wd-content .content-info {
    transition-delay: .5s
}

#ASUS-features .section__multi-uses .section.active.me .img,
#ASUS-features .section__multi-uses .section.active.we .img {
    mask-size: 600% 600%;
    -webkit-mask-size: 600% 600%
}

#ASUS-features .section__multi-uses .section.active.pro .img {
    mask-size: 800% 800%;
    -webkit-mask-size: 800% 800%
}

#ASUS-features .section__multi-games .img__bg_multi-games {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    z-index: 1;
    background-image: url(images/bg_multi-games.webp)
}


.noWebp #ASUS-features .section__multi-games .img__bg_multi-games {
    background-image: url(images/bg_multi-games.jpg)
}

#ASUS-features .section__multi-games .scene-container {
    width: 100%;
    height: 100vh;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective-origin: 50%;
    perspective-origin: 50%;
    perspective: 100vw;
    -webkit-perspective: 100vw;
    position: relative
}

#ASUS-features .section__multi-games .scene-container:after,
#ASUS-features .section__multi-games .scene-container:before {
    content: "";
    width: 100%;
    height: 20%;
    display: block;
    position: absolute;
    left: 0
}

#ASUS-features .section__multi-games .scene-container:before {
    background-image: linear-gradient(0deg, transparent, #000);
    top: 0;
    z-index: 2
}

#ASUS-features .section__multi-games .scene-container:after {
    background-image: linear-gradient(180deg, transparent, #000);
    bottom: 0;
    z-index: 2
}

#ASUS-features .section__multi-games .pic-game-wrapper {
    width: 36.016vw;
    height: 23.203vw;
    max-width: 922px;
    max-height: 594px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective-origin: 50%;
    perspective-origin: 50%;
    perspective: 100vw;
    -webkit-perspective: 100vw;
    transition-property: transform;
    transition-timing-function: ease;
    transition-duration: .5s;
    position: absolute;
    left: 50%;
    top: 50.25%;
    transform: translate(-50%, -50%) translateZ(60vw);
    z-index: 4
}

#ASUS-features .section__multi-games .pic-game-wrapper .game {
    max-width: 200px;
    max-height: 116px;
    width: 7.8vw;
    height: 4.531vw;
    filter: blur(3px);
    position: absolute;
    transition-property: filter;
    z-index: 2;
    transition-property: transform;
    transition-timing-function: ease;
    transition-duration: .5s
}

#ASUS-features .section__multi-games .pic-game-wrapper .game .inner {
    border: 1px solid #4d4d4d;
    box-shadow: 0 0 5px rgba(0, 0, 0, .75);
    animation-name: random-float;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    will-change: transform;
    overflow: hidden
}

#ASUS-features .section__multi-games .pic-game-wrapper .game .inner .pic {
    position: relative;
    z-index: 1
}

#ASUS-features .section__multi-games .pic-game-wrapper .game .inner .pic img {
    max-width: 200px;
    max-height: 116px;
    width: 7.734vw;
    height: 4.453vw;
    display: block;
    position: relative
}

#ASUS-features .section__multi-games .pic-game-wrapper .game:first-child .inner {
    animation-duration: 10s;
    animation-delay: .2s
}

#ASUS-features .section__multi-games .pic-game-wrapper .game:nth-child(2) .inner {
    animation-duration: 5s;
    animation-delay: 1.6s
}

#ASUS-features .section__multi-games .pic-game-wrapper .game:nth-child(3) .inner {
    animation-duration: 2.5s;
    animation-delay: .8s
}

#ASUS-features .section__multi-games .pic-game-wrapper .game:nth-child(4) .inner {
    animation-duration: 2.5s;
    animation-delay: .6s
}

#ASUS-features .section__multi-games .pic-game-wrapper .game:nth-child(5) .inner {
    animation-duration: 12.5s;
    animation-delay: .4s
}

#ASUS-features .section__multi-games .pic-game-wrapper .game:nth-child(6) .inner {
    animation-duration: 5s;
    animation-delay: .2s
}

#ASUS-features .section__multi-games .pic-game-wrapper .game:nth-child(7) .inner {
    animation-duration: 5s;
    animation-delay: 1.2s
}

#ASUS-features .section__multi-games .pic-game-wrapper .game:nth-child(8) .inner {
    animation-duration: 10s;
    animation-delay: 1.4s
}

#ASUS-features .section__multi-games .pic-game-wrapper .game:nth-child(9) .inner {
    animation-duration: 10s;
    animation-delay: 1.2s
}

#ASUS-features .section__multi-games .pic-game-wrapper .game:nth-child(10) .inner {
    animation-duration: 5s;
    animation-delay: 1.8s
}

#ASUS-features .section__multi-games .pic-game-wrapper .game:nth-child(11) .inner {
    animation-duration: 7.5s;
    animation-delay: .2s
}

#ASUS-features .section__multi-games .pic-game-wrapper .game:nth-child(12) .inner {
    animation-duration: 7.5s;
    animation-delay: 1s
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.blood_bowl_3,
#ASUS-features .section__multi-games .pic-game-wrapper .game.ship_of_fools,
#ASUS-features .section__multi-games .pic-game-wrapper .game.wrc_generations {
    left: 4.2%
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.ghostrunner,
#ASUS-features .section__multi-games .pic-game-wrapper .game.golf_with_your_friends,
#ASUS-features .section__multi-games .pic-game-wrapper .game.moving_out {
    left: 27.3%
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.dying_light_2,
#ASUS-features .section__multi-games .pic-game-wrapper .game.monster_hunter_rise,
#ASUS-features .section__multi-games .pic-game-wrapper .game.moster_hunter_rise,
#ASUS-features .section__multi-games .pic-game-wrapper .game.steelrising {
    left: 50.6%
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.high_on_life,
#ASUS-features .section__multi-games .pic-game-wrapper .game.skate_sim,
#ASUS-features .section__multi-games .pic-game-wrapper .game.warhammer_darktide {
    left: 73.9%
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.ghostrunner,
#ASUS-features .section__multi-games .pic-game-wrapper .game.skate_sim,
#ASUS-features .section__multi-games .pic-game-wrapper .game.steelrising,
#ASUS-features .section__multi-games .pic-game-wrapper .game.wrc_generations {
    top: 25.3%
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.high_on_life,
#ASUS-features .section__multi-games .pic-game-wrapper .game.monster_hunter_rise,
#ASUS-features .section__multi-games .pic-game-wrapper .game.moster_hunter_rise,
#ASUS-features .section__multi-games .pic-game-wrapper .game.moving_out,
#ASUS-features .section__multi-games .pic-game-wrapper .game.ship_of_fools {
    top: 46.5%
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.blood_bowl_3,
#ASUS-features .section__multi-games .pic-game-wrapper .game.dying_light_2,
#ASUS-features .section__multi-games .pic-game-wrapper .game.golf_with_your_friends,
#ASUS-features .section__multi-games .pic-game-wrapper .game.warhammer_darktide {
    top: 68%
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.dying_light_2 {
    transform: translate3D(30%, 3vh, 33vw) rotateY(-12deg)
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.skate_sim {
    transform: translate3D(-90%, -13vh, 28vw) rotateY(-20deg)
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.warhammer_darktide {
    transform: translate3D(0, -2vh, 40vw) rotateY(-30deg)
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.high_on_life {
    transform: translate3D(0, -10vh, 40vw) rotateY(-30deg)
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.monster_hunter_rise,
#ASUS-features .section__multi-games .pic-game-wrapper .game.moster_hunter_rise {
    transform: translate3D(50%, 0, 37vw) rotateY(-33deg)
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.steelrising {
    transform: translate3D(50%, -2vh, 31vw) rotateY(-20deg)
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.ghostrunner {
    transform: translate3D(-80%, -5vh, 38vw) rotateY(30deg)
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.moving_out {
    transform: translate3D(-65%, 5vh, 25vw) rotateY(14deg)
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.golf_with_your_friends {
    transform: translate3D(-87%, -2vh, 39vw) rotateY(25deg)
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.blood_bowl_3 {
    transform: translate3D(108%, 3vh, 30vw) rotateY(14deg)
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.ship_of_fools {
    transform: translate3D(20%, -3vh, 33vw) rotateY(30deg)
}

#ASUS-features .section__multi-games .pic-game-wrapper .game.wrc_generations {
    transform: translate3D(100%, -3vh, 33vw) rotateY(15deg)
}

#ASUS-features .section__multi-games .pic-game-wrapper .game .text {
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .6) 50%, transparent 90%);
    padding: 10px 5px 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

@media (max-width:1500px) {
    #ASUS-features .section__multi-games .pic-game-wrapper .game .text {
        width: 200%
    }
}

#ASUS-features .section__multi-games .pic-game-wrapper .game .text .game-title,
#ASUS-features .section__multi-games .pic-game-wrapper .game .text .logo {
    display: inline-block;
    vertical-align: middle
}

#ASUS-features .section__multi-games .pic-game-wrapper .game .text .logo {
    width: 17px;
    height: 17px
}

@media (max-width:1600px) {
    #ASUS-features .section__multi-games .pic-game-wrapper .game .text .logo {
        width: 12px;
        height: 12px
    }
}

#ASUS-features .section__multi-games .pic-game-wrapper .game .text .game-title {
    color: #fff;
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    font-size: 12px;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 1.2
}

#ASUS-features .section__multi-games .product-container {
    width: 60vw;
    height: 25.195vw;
    margin-top: -12.5975vw;
    margin-left: -30vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateZ(30vw);
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease;
    z-index: 3
}

@media (min-width:2560px) {
    #ASUS-features .section__multi-games .product-container {
        width: 1536px;
        height: 645px;
        margin-left: -768px;
        margin-top: -322.5px
    }
}

#ASUS-features .section__multi-games .product-container .info-block {
    width: 35%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 55%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition-property: opacity;
    transition-timing-function: ease;
    transition-duration: .5s
}

#ASUS-features .section__multi-games .product-container .info-block h4,
#ASUS-features .section__multi-games .product-container .info-block p {
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    font-size: .664vw
}

#ASUS-features .section__multi-games .product-container .info-block h4 {
    font-size: 115%;
    font-weight: 600
}

#ASUS-features .section__multi-games .product-container .info-block p {
    margin: 15px 0
}

#ASUS-features .section__multi-games .product-container .info-block p span {
    color: #de3f74
}

#ASUS-features .section__multi-games .text-block,
#ASUS-features .section__multi-games .title-block {
    opacity: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center center;
    transform: translateX(-50%) translateY(-50%) scale(.75);
    transition-property: opacity, transform;
    transition-duration: .2s;
    transition-timing-function: ease;
    z-index: 5
}

#ASUS-features .section__multi-games .title-block {
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-bottom: 33vw;
    padding-top: 0;
    top: 50%
}

#ASUS-features .section__multi-games .title-block em {
    filter: drop-shadow(0 0 20px white);
    text-shadow: 0 0 20px #fff;
    transition-property: filter, text-shadow;
    transition-duration: .2s;
    transition-timing-function: ease
}

#ASUS-features .section__multi-games .text-block {
    padding-top: 33vw
}

#ASUS-features .section__multi-games .nr2301-front {
    opacity: 0;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
    position: relative;
    z-index: 1
}

#ASUS-features .section__multi-games .text-animation-container {
    width: 55%;
    height: 55%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-property: opacity;
    transition-duration: .5s;
    transition-delay: .5s;
    transition-timing-function: ease;
    white-space: nowrap;
    z-index: 2
}

#ASUS-features .section__multi-games .text-animation-container #svg-play {
    width: 16.7vw;
    max-width: 427px;
    display: block;
    fill: transparent
}

#ASUS-features .section__multi-games .text-animation-container #svg-play path {
    transition-property: stroke-dashoffset;
    transition-duration: 1s;
    transition-timing-function: ease
}

#ASUS-features .section__multi-games .text-animation-container #svg-play path:first-child,
#ASUS-features .section__multi-games .text-animation-container #svg-play path:nth-child(2),
#ASUS-features .section__multi-games .text-animation-container #svg-play path:nth-child(3),
#ASUS-features .section__multi-games .text-animation-container #svg-play path:nth-child(4) {
    stroke-dasharray: 380;
    stroke-dashoffset: 380
}

#ASUS-features .section__multi-games .text-animation-container span {
    color: #fff;
    display: inline-block;
    font-size: 5vw;
    line-height: 5vw;
    -webkit-mask-size: 200% 200%;
    mask-size: 200% 200%;
    -webkit-mask-position-x: 0;
    mask-position-x: 0;
    -webkit-mask-position-y: 0;
    mask-position-y: 0
}

@media (min-width:2560px) {
    #ASUS-features .section__multi-games .text-animation-container span {
        font-size: 128px;
        line-height: 128px
    }
}

#ASUS-features .section__multi-games .text-animation-container span.horizantal {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 0, #000 50%, transparent 0);
    mask-image: linear-gradient(90deg, transparent, #000 0, #000 50%, transparent 0)
}

#ASUS-features .section__multi-games .text-animation-container span.vertical {
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 0, #000 50%, transparent 0);
    mask-image: linear-gradient(180deg, transparent, #000 0, #000 50%, transparent 0)
}

#ASUS-features .section__multi-games .text-animation-container .row:first-child span.r {
    mask-position-x: 0;
    -webkit-mask-position-x: 0;
    transition-property: mask-position-x;
    transition-property: -webkit-mask-position-x;
    transition-duration: .25s;
    transition-timing-function: ease-in
}

#ASUS-features .section__multi-games .text-animation-container .row:first-child span.g,
#ASUS-features .section__multi-games .text-animation-container .row:first-child span.o {
    mask-position-x: 0;
    -webkit-mask-position-x: 0;
    transform: translateX(0) scaleX(1);
    transition-property: mask-position-x, transform;
    transition-property: -webkit-mask-position-x, transform;
    transition-duration: .25s, .25s;
    transition-timing-function: ease-in, ease-in
}

#ASUS-features .section__multi-games .text-animation-container .row:first-child span.a {
    transform: translateX(0);
    transition-property: transform;
    transition-duration: .25s;
    transition-timing-function: ease-in-out
}

#ASUS-features .section__multi-games .text-animation-container .row:first-child span.l {
    transform: translateX(0);
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: ease-in-out
}

#ASUS-features .section__multi-games .text-animation-container .row:first-child span.l2,
#ASUS-features .section__multi-games .text-animation-container .row:first-child span.y {
    transform: translateX(0);
    transition-duration: .4s;
    transition-timing-function: ease-in-out
}

#ASUS-features .section__multi-games .text-animation-container .row:first-child span.o2 {
    mask-position-x: 100%;
    -webkit-mask-position-x: 100%;
    transform: translateX(-250%);
    transition-property: mask-position-x, transform;
    transition-property: -webkit-mask-position-x, transform;
    transition-duration: .35s, .35s;
    transition-timing-function: ease, ease
}

#ASUS-features .section__multi-games .text-animation-container .row:first-child span.u {
    mask-position-y: 100%;
    -webkit-mask-position-y: 100%
}

#ASUS-features .section__multi-games .text-animation-container .row:first-child span.r2,
#ASUS-features .section__multi-games .text-animation-container .row:first-child span.u {
    transform: translateX(-250%);
    transition-property: mask-position-y, transform;
    transition-property: -webkit-mask-position-y, transform;
    transition-duration: .35s, .35s;
    transition-timing-function: ease, ease
}

#ASUS-features .section__multi-games .text-animation-container .row:first-child span.r2 {
    mask-position-y: -100%;
    -webkit-mask-position-y: -100%
}

#ASUS-features .section__multi-games .text-animation-container .row:nth-child(2) span.g2 {
    mask-position-x: 100%;
    -webkit-mask-position-x: 100%;
    transition-property: mask-position-x;
    transition-property: -webkit-mask-position-x;
    transition-duration: .3s
}

#ASUS-features .section__multi-games .text-animation-container .row:nth-child(2) span.a {
    mask-position-y: -100%;
    -webkit-mask-position-y: -100%;
    transform: translateX(20%);
    transition-property: mask-position-y, transform;
    transition-property: -webkit-mask-position-y, transform;
    transition-duration: .3s, .3s
}

#ASUS-features .section__multi-games .text-animation-container .row:nth-child(2) span.m {
    mask-position-y: 100%;
    -webkit-mask-position-y: 100%;
    transform: translateX(20%);
    transition-property: mask-position-y, transform;
    transition-property: -webkit-mask-position-y, transform;
    transition-duration: .3s, .3s
}

#ASUS-features .section__multi-games .text-animation-container .row:nth-child(2) span.e {
    mask-position-x: 100%;
    -webkit-mask-position-x: 100%;
    transform: translateX(20%);
    transition-property: mask-position-x, transform;
    transition-property: -webkit-mask-position-x, transform;
    transition-duration: .3s, .3s
}

#ASUS-features .section__multi-games .text-animation-container .row:nth-child(2) span.s {
    mask-position-x: -100%;
    -webkit-mask-position-x: -100%;
    transform: translateX(20%);
    transition-property: mask-position-x, transform;
    transition-property: -webkit-mask-position-x, transform;
    transition-duration: .3s, .3s
}

@keyframes stroke-anim {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes go-to-center {
    to {
        transform: translateZ(0)
    }
}

@keyframes random-float {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(.15vw)
    }

    to {
        transform: translateY(0)
    }
}

#ASUS-features .scene-container.first-go .text-animation-container #svg-play path {
    stroke-dashoffset: 0;
    transition-duration: 1.5s;
    will-change: stroke-dashoffset
}

#ASUS-features .scene-container.first-go .text-animation-container #svg-play path:first-child {
    transition-delay: .1s
}

#ASUS-features .scene-container.first-go .text-animation-container #svg-play path:nth-child(2) {
    transition-delay: .2s
}

#ASUS-features .scene-container.first-go .text-animation-container #svg-play path:nth-child(3) {
    transition-delay: .3s
}

#ASUS-features .scene-container.first-go .text-animation-container #svg-play path:nth-child(4) {
    transition-delay: .4s
}

#ASUS-features .scene-container.first-go .text-animation-container #svg-play path:nth-child(5) {
    transition-delay: .5s
}

#ASUS-features .scene-container.first-go .text-animation-container #svg-play path:nth-child(6) {
    transition-delay: .6s
}

#ASUS-features .scene-container.first-go .text-animation-container #svg-play path:nth-child(7) {
    transition-delay: .7s
}

#ASUS-features .scene-container.first-go .text-animation-container #svg-play path:nth-child(8) {
    transition-delay: .8s
}

#ASUS-features .scene-container.first-go .text-animation-container #svg-play path:nth-child(9) {
    transition-delay: .9s
}

#ASUS-features .scene-container.first-go .text-animation-container span {
    will-change: mask-position-x, -webkit-mask-position-x, mask-position-y, -webkit-mask-position-y, transform
}

#ASUS-features .scene-container.first-go .text-animation-container .row:first-child span.r {
    mask-position-x: 100%;
    -webkit-mask-position-x: 100%;
    transition-delay: .1s
}

#ASUS-features .scene-container.first-go .text-animation-container .row:first-child span.o {
    mask-position-x: 100%;
    -webkit-mask-position-x: 100%;
    transform: translateX(-50%) scaleX(1.2);
    transition-delay: .2s, .2s
}

#ASUS-features .scene-container.first-go .text-animation-container .row:first-child span.g {
    mask-position-x: 100%;
    -webkit-mask-position-x: 100%;
    transform: translateX(-100%) scaleX(1.2);
    transition-delay: .3s, .3s
}

#ASUS-features .scene-container.first-go .text-animation-container .row:first-child span.a {
    transform: translateX(-340%);
    transition-delay: .4s
}

#ASUS-features .scene-container.first-go .text-animation-container .row:first-child span.l {
    transform: translateX(-400%);
    transition-delay: .5s
}

#ASUS-features .scene-container.first-go .text-animation-container .row:first-child span.l2 {
    transform: translateX(-400%);
    transition-delay: .6s
}

#ASUS-features .scene-container.first-go .text-animation-container .row:first-child span.y {
    transform: translateX(-300%);
    transition-delay: .8s
}

#ASUS-features .scene-container.first-go .text-animation-container .row:first-child span.o2 {
    mask-position-x: 0;
    -webkit-mask-position-x: 0;
    transform: translateX(-290%);
    transition-delay: 1s, 1s
}

#ASUS-features .scene-container.first-go .text-animation-container .row:first-child span.u {
    mask-position-y: 0;
    -webkit-mask-position-y: 0;
    transform: translateX(-292%);
    transition-delay: 1.1s, 1.1s
}

#ASUS-features .scene-container.first-go .text-animation-container .row:first-child span.r2 {
    mask-position-y: 0;
    -webkit-mask-position-y: 0;
    transform: translateX(-278%);
    transition-delay: 1.15s, 1.15s
}

#ASUS-features .scene-container.first-go .text-animation-container .row:nth-child(2) span.g2 {
    mask-position-x: 0;
    -webkit-mask-position-x: 0;
    transition-delay: 1.2s
}

#ASUS-features .scene-container.first-go .text-animation-container .row:nth-child(2) span.a,
#ASUS-features .scene-container.first-go .text-animation-container .row:nth-child(2) span.m {
    mask-position-y: 0;
    -webkit-mask-position-y: 0;
    transform: translateX(0);
    transition-delay: 1.25s
}

#ASUS-features .scene-container.first-go .text-animation-container .row:nth-child(2) span.e,
#ASUS-features .scene-container.first-go .text-animation-container .row:nth-child(2) span.s {
    mask-position-x: 0;
    -webkit-mask-position-x: 0;
    transform: translateX(0);
    transition-delay: 1.3s
}

#ASUS-features .scene-container.second-go .nr2301-front {
    opacity: 1;
    transition-duration: .3s;
    will-change: opacity
}

#ASUS-features .scene-container.second-go .product-container {
    transform: translateZ(20vw);
    transition-duration: 1.5s;
    will-change: transform
}

#ASUS-features .scene-container.second-go .pic-game-wrapper {
    transform: translate(-50%, -50%) translateZ(0);
    transition-duration: 1.5s;
    will-change: transform
}

#ASUS-features .scene-container.second-go .pic-game-wrapper .game {
    filter: blur(0);
    transition-duration: 1.5s;
    will-change: transform, filter
}

#ASUS-features .scene-container.third-go .product-container {
    transform: translateZ(0);
    transition-duration: 1s;
    will-change: transform
}

#ASUS-features .scene-container.third-go .product-container .info-block {
    opacity: 0;
    will-change: opacity;
    transition-delay: .5s
}

#ASUS-features .scene-container.third-go .text-animation-container {
    opacity: 0;
    transition-duration: .5s;
    transition-delay: 0;
    will-change: opacity
}

#ASUS-features .scene-container.third-go .pic-game-wrapper .game {
    transform: translateZ(0) rotateY(0deg);
    transition-duration: 1.25s;
    transition-timing-function: cubic-bezier(.95, 0, 0, 1);
    will-change: transform
}

#ASUS-features .scene-container.third-go .pic-game-wrapper .game .inner {
    animation-name: none
}

#ASUS-features .scene-container.third-go .text-block,
#ASUS-features .scene-container.third-go .title-block {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
    will-change: opacity, transform
}

#ASUS-features .scene-container.third-go .title-block {
    transition-duration: 1s;
    transition-delay: .2s;
    transition-timing-function: cubic-bezier(.75, 0, 0, .85)
}

#ASUS-features .scene-container.third-go .title-block em {
    filter: drop-shadow(0 0 0 white);
    text-shadow: 0 0 0 #fff;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(.85, 0, 0, .5);
    will-change: filter, text-shadow
}

#ASUS-features .scene-container.third-go .text-block {
    transition-duration: 1.5s;
    transition-delay: .25s;
    transition-timing-function: cubic-bezier(.75, 0, 0, .85)
}

#ASUS-features .section__armoury_crate {
    padding-bottom: 100px
}

#ASUS-features .section__armoury_crate .img__bg_armoury_crate_1 {
    width: 100vw;
    height: 56.055vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(images/bg_armoury_crate_1.webp)
}

.noWebp #ASUS-features .section__armoury_crate .img__bg_armoury_crate_1 {
    background-image: url(images/bg_armoury_crate_1.jpg)
}


#ASUS-features .section__armoury_crate .img__bg_armoury_crate_3 {
    width: 100vw;
    height: 55.273vw;
    mask-image: linear-gradient(90deg, #000 36%, transparent 50%);
    -webkit-mask-image: linear-gradient(90deg, #000 36%, transparent 50%);
    mask-size: 400%;
    -webkit-mask-size: 400%;
    mask-position-x: 100%;
    -webkit-mask-position-x: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: mask-position-x 1.25s cubic-bezier(.6, 0, .55, 1), -webkit-mask-position-x 1.25s cubic-bezier(.6, 0, .55, 1);
    z-index: 2;
    mix-blend-mode: screen;
    background-image: url(images/bg_armoury_crate_3.webp)
}

.noWebp #ASUS-features .section__armoury_crate .img__bg_armoury_crate_3 {
    background-image: url(images/bg_armoury_crate_3.jpg)
}

#ASUS-features .section__armoury_crate .img__bg_armoury_crate_3.active {
    mask-position-x: 0;
    -webkit-mask-position-x: 0;
    will-change: mask-position-x, -webkit-mask-position-x
}

#ASUS-features .section__armoury_crate .container1.main {
    min-height: 95vw;
    position: relative
}

#ASUS-features .section__armoury_crate .container1.main>.inner {
    position: relative;
    z-index: 3
}

@media (max-width:1920px) {
    #ASUS-features .section__armoury_crate .container1.main {
        min-height: 105vw
    }
}

#ASUS-features .section__armoury_crate .container1.main:before {
    content: "";
    width: 100vw;
    height: 50vw;
    display: block;
    background-image: radial-gradient(#270095 10%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 150% 150%;
    background-position-x: -100vw;
    background-position-y: center;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

#ASUS-features .section__armoury_crate .container1.main.active:before {
    background-position-x: -80vw;
    opacity: 1;
    transition: background-position-x 1s ease, opacity 1s ease
}

#ASUS-features .section__armoury_crate .nav {
    text-align: center;
    vertical-align: top
}

#ASUS-features .section__armoury_crate .nav button {
    font-size: 20px;
    line-height: 1.2;
    margin: 15px 1.5vw;
    opacity: .5;
    transition: opacity .25s ease
}

@media (hover:hover) {
    #ASUS-features .section__armoury_crate .nav button:hover {
        opacity: 1
    }
}

@media (min-width:2560px) {
    #ASUS-features .section__armoury_crate .nav button {
        font-size: 24px
    }
}

#ASUS-features .section__armoury_crate .nav button.active {
    opacity: 1
}

#ASUS-features .section__armoury_crate .armoury-crate-content.flex-block {
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

#ASUS-features .section__armoury_crate .armoury-crate-content .text-block,
#ASUS-features .section__armoury_crate .armoury-crate-content .ui-block {
    width: 50%;
    position: relative
}

#ASUS-features .section__armoury_crate .armoury-crate-content .ui-block {
    z-index: 2
}

#ASUS-features .section__armoury_crate .armoury-crate-content .ui-block .nr2301-front {
    width: 62.5vw;
    left: -25%;
    position: relative;
    z-index: 1
}

#ASUS-features .section__armoury_crate .armoury-crate-content .ui-block .ui-list {
    width: 35.5vw;
    height: 20vw;
    list-style: none;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective-origin: 50%;
    perspective-origin: 50%;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    position: absolute;
    left: 2%;
    top: 12%;
    z-index: 2
}

#ASUS-features .section__armoury_crate .armoury-crate-content .ui-block .ui-list .ui {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: right center;
    transform: translateX(1vw) rotateY(30deg);
    z-index: 1
}

#ASUS-features .section__armoury_crate .armoury-crate-content .ui-block .ui-list .ui.active {
    opacity: 1;
    transform: translateX(0) rotateY(0);
    will-change: opacity, transform;
    transition: opacity .4s ease, transform .4s ease;
    z-index: 2
}

#ASUS-features .section__armoury_crate .armoury-crate-content .ui-block .ui-list .ui.unactive {
    opacity: 0;
    transform: translateX(-1vw) rotateY(-15deg);
    transition: opacity .2s ease, transform .2s ease
}

#ASUS-features .section__armoury_crate .armoury-crate-content .text-block {
    padding: 30px 2vw;
    z-index: 1
}

#ASUS-features .section__armoury_crate .armoury-crate-content .text-block .text-list {
    max-width: 920px;
    width: 100%;
    list-style: none;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective-origin: 50%;
    perspective-origin: 50%;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    padding-right: 7vw;
    position: relative
}

#ASUS-features .section__armoury_crate .armoury-crate-content .text-block .text-list .text {
    display: block;
    mask-image: linear-gradient(90deg, #000 36%, transparent 50%);
    -webkit-mask-image: linear-gradient(90deg, #000 36%, transparent 50%);
    mask-size: 400%;
    -webkit-mask-size: 400%;
    mask-position-x: 100%;
    -webkit-mask-position-x: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: left center;
    transform: translateX(-100px) rotateY(45deg);
    z-index: 1
}

#ASUS-features .section__armoury_crate .armoury-crate-content .text-block .text-list .text.active {
    mask-position-x: 0;
    -webkit-mask-position-x: 0;
    opacity: 1;
    position: relative;
    transform: translateX(0) rotateY(0deg);
    transition: transform 1s ease, opacity .25s ease, mask-position-x 1s ease, -webkit-mask-position-x 1s ease;
    will-change: opacity, transform, mask-position-x, webkit-mask-position-x;
    z-index: 2
}

#ASUS-features .section__armoury_crate .armoury-crate-content .text-block .text-list .text.active .content-info,
#ASUS-features .section__armoury_crate .armoury-crate-content .text-block .text-list .text.active h3 {
    transition: transform .5s ease
}

#ASUS-features .section__armoury_crate .armoury-crate-content .text-block .text-list .text.active .content-info,
#ASUS-features .section__armoury_crate .armoury-crate-content .text-block .text-list .text.active h3 {
    transform: translateX(0)
}

#ASUS-features .section__armoury_crate .armoury-crate-content .text-block .text-list .text.unactive {
    transform: rotateY(-20deg);
    opacity: 0;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out
}

#ASUS-features .section__armoury_crate .armoury-crate-content .text-block .text-list .text h3 {
    transform: translateX(-50%)
}

#ASUS-features .section__armoury_crate .armoury-crate-content .text-block .text-list .text .content-info {
    transform: translateX(50%)
}

#ASUS-features .section__armoury_crate .container1.main>.inner.nr2301 {
    width: 100%;
    padding: 60px 1.172vw 0;
    position: absolute;
    left: 50%;
    bottom: 20vw;
    transform: translateX(-50%)
}

@media (min-width:2560px) {
    #ASUS-features .section__armoury_crate .container1.main>.inner.nr2301.w-1600 {
        max-width: 1920px
    }
}

#ASUS-features .section__armoury_crate .container1.main>.inner.nr2301>.flex-block {
    width: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective-origin: 50%;
    perspective-origin: 50%;
    perspective: 10000px;
    -webkit-perspective: 10000px;
    justify-content: center;
    align-items: center
}

#ASUS-features .section__armoury_crate .container1.main>.inner.nr2301>.flex-block .wd-content {
    width: 40vw;
    margin: 0;
    opacity: 0;
    transform: translateX(20%);
    text-shadow: 0 0 20px #000
}

@media (max-width:1440px) {
    #ASUS-features .section__armoury_crate .container1.main>.inner.nr2301>.flex-block .wd-content {
        width: 60vw
    }
}

#ASUS-features .section__armoury_crate .container1.main>.inner.nr2301>.flex-block .product {
    max-width: 880px;
    width: 34.375vw;
    filter: brightness(2);
    -mask-size: 400%;
    -webkit-mask-size: 400%;
    -mask-image: linear-gradient(45deg, #000 40%, transparent 65%);
    -webkit-mask-image: linear-gradient(45deg, #000 40%, transparent 65%);
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    transform: translateX(-5vw) translateY(3vw) scale(.75) rotateY(35deg) rotate(-2deg);
    transition: filter .2s ease, transform .2s ease, mask-position .2s ease, -webkit-mask-position .2s ease
}

#ASUS-features .section__armoury_crate .container1.main>.inner.nr2301.active>.flex-block .wd-content {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 1.5s ease, transform 1.5s cubic-bezier(.86, 0, .13, 1);
    will-change: opacity, transform
}

#ASUS-features .section__armoury_crate .container1.main>.inner.nr2301.active>.flex-block .product {
    filter: brightness(1);
    mask-position: 0 50%;
    -webkit-mask-position: 0 50%;
    transform: translateX(0) translateY(0) scale(1) rotateY(0deg) rotate(0deg);
    transition: filter .35s ease .7s, transform .5s cubic-bezier(.6, 0, .55, 1) .42s, mask-position .5s cubic-bezier(.6, 0, .55, 1) .42s, -webkit-mask-position .5s cubic-bezier(.6, 0, .55, 1) .42s;
    will-change: filter, opacity, transform
}

@media (max-width:1920px) {
    #ASUS-features .section__armoury_crate .container1.feature {
        max-width: 1280px
    }
}

#ASUS-features .section__armoury_crate .container1.feature .title-block {
    margin-bottom: 80px;
    padding: 0
}

#ASUS-features .section__armoury_crate .container1.feature .grid-block .flex-block {
    align-items: flex-start
}

#ASUS-features .section__armoury_crate .container1.feature .grid-block .icon,
#ASUS-features .section__armoury_crate .container1.feature .grid-block .text-block {
    padding: 0 15px
}

#ASUS-features .section__armoury_crate .container1.feature .grid-block .icon {
    flex: 1
}

#ASUS-features .section__armoury_crate .container1.feature .grid-block .text-block {
    flex: 4
}

#ASUS-features .section__armoury_crate .container1.feature .grid-block .text-block h3 {
    font-size: 34px;
    margin-bottom: 5px
}

#ASUS-features .section__armoury_crate .xbox-game-pass {
    max-width: 290px;
    width: 11.328vw;
    position: absolute;
    bottom: 12%;
    left: 70%;
    z-index: 2
}

#ASUS-features .section__performance .text-block {
    padding: 0 30px;
    text-align: center
}

#ASUS-features .section__performance .container1.processor {
    padding: 3.3vw 30px 100px
}

@media (min-width:1921px) {
    #ASUS-features .section__performance .container1.processor {
        max-width: 1080px
    }
}

#ASUS-features .section__performance .container1.processor .processor-name-block {
    text-align: center
}

#ASUS-features .section__performance .container1.processor .processor-name-block .inner {
    position: relative;
    display: inline-block
}

#ASUS-features .section__performance .container1.processor .processor-name-block ul {
    border-bottom: 2px solid hsla(0, 0%, 100%, .4);
    display: inline-block
}

#ASUS-features .section__performance .container1.processor .processor-name-block ul li {
    width: 360px;
    display: inline-block
}

#ASUS-features .section__performance .container1.processor .processor-name-block ul li button {
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
    font-size: 28px;
    line-height: 1.5;
    padding: 5px 30px;
    opacity: .4;
    transition: opacity .4s ease
}

@media (hover:hover) {
    #ASUS-features .section__performance .container1.processor .processor-name-block ul li button:hover {
        opacity: 1
    }
}

#ASUS-features .section__performance .container1.processor .processor-name-block ul li button.active {
    opacity: 1;
    transition-duration: 1s;
    will-change: opacity
}

#ASUS-features .section__performance .container1.processor .processor-name-block .focus-line {
    width: 50%;
    height: 5px;
    background-image: linear-gradient(90deg, #4becf0, #620dbc, #fb00ff);
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    transition: transform .5s cubic-bezier(.95, 0, 0, .9)
}

#ASUS-features .section__performance .container1.processor .processor-info-block {
    padding-top: 60px;
    overflow: hidden
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info-wrapper {
    width: 200%;
    transition: transform .5s cubic-bezier(.95, 0, 0, .9)
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info {
    width: 50%
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info>p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 30px
}

@media (min-width:2560px) {
    #ASUS-features .section__performance .container1.processor .processor-info-block .info>p {
        font-size: 18px
    }
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1-extreme.active .logo,
#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1-extreme.active .parameters,
#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1.active .logo,
#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1.active .parameters {
    opacity: 1;
    transform: translateX(0);
    will-change: opacity, transform
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1-extreme.active .logo,
#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1.active .logo {
    transition-delay: .1s
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1-extreme.active .parameters.first,
#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1.active .parameters.first {
    transition-delay: .2s
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1-extreme.active .parameters.last,
#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1.active .parameters.last {
    transition-delay: .4s
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1-extreme .logo,
#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1-extreme .parameters {
    transform: translateX(-30%)
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1-extreme .parameters {
    background-image: linear-gradient(120deg, #af52f6, #fb54aa, #6e75f9);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1 .logo,
#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1 .parameters {
    transform: translateX(30%)
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info.z1 .parameters {
    background-image: linear-gradient(120deg, #71de80, #55d4f3, #26a8eb);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info .logo,
#ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters {
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    transition: opacity .5s ease, transform .75s ease
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info .logo {
    width: 26%
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters {
    color: #fff;
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
    font-size: 2.344vw;
    line-height: 1.1;
    padding: 10px;
    text-align: right
}

@media (min-width:1921px) {
    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters {
        font-size: 60px
    }
}

@media (max-width:1920px) {
    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters {
        font-size: 48px
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters {
        font-size: 40px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters {
        font-size: 36px
    }
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters.first {
    width: 43%
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters.first>div {
    width: 60%
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters.first .small-font {
    width: 36%
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters.last {
    width: 29%
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters.last>div {
    width: 46.5%
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters>div {
    display: inline-block;
    text-align: right
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters .small-font {
    font-size: 40%;
    text-align: left
}

#ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters sup {
    position: static
}

#ASUS-features .section__performance-video {
    padding-top: 100px;
    position: relative
}

#ASUS-features .section__performance-video .container1 {
    position: relative
}

#ASUS-features .section__performance-video .video-block {
    position: relative;
    z-index: 1
}

#ASUS-features .section__performance-video .video-block video {
    width: 100vw;
    height: 40.625vw
}

#ASUS-features .section__performance-video .video-block #video-performance {
    display: block
}

#ASUS-features .section__performance-video .video-block #btn-video-performance {
    position: absolute;
    left: 1.5%;
    top: 92%;
    z-index: 2
}

#ASUS-features .section__performance-video .title-block {
    padding-top: 0;
    position: absolute;
    top: 65%;
    left: 15%;
    z-index: 2
}

#ASUS-features .section__performance-video .title-block h2 {
    font-size: 3.5vw;
    text-align: left
}

#ASUS-features .section__performance-video .logo-high-on-life {
    min-width: 60px;
    width: 5.469vw;
    position: absolute;
    top: 3%;
    left: 1.5%;
    z-index: 2
}

#ASUS-features .section__micro-sd {
    padding: 60px 0
}

#ASUS-features .section__micro-sd:before {
    content: "";
    display: block;
    background-image: radial-gradient(#28174a 10%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% 300%;
    background-position: center -1500px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1
}

#ASUS-features .section__micro-sd .main-info {
    position: relative;
    z-index: 2
}

#ASUS-features .section__micro-sd .main-info.flex-block {
    justify-content: center;
    align-items: flex-start
}

#ASUS-features .section__micro-sd .main-info .text-block {
    width: 45%;
    padding: 60px 1.2vw 0
}

#ASUS-features .section__micro-sd .main-info .graph-block {
    width: 55%;
    padding: 0 1.2vw;
    text-align: center
}

#ASUS-features .section__micro-sd .main-info .graph-block h3 {
    font-size: 36px;
    padding: 30px 0
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper {
    height: 450px
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper.flex-block {
    justify-content: center;
    align-items: stretch
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper h4,
#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper p {
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
    line-height: 1.2
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left,
#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right {
    width: 50%
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left h4,
#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right h4 {
    height: 45px;
    font-size: 24px;
    padding-top: 15px
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left .inner,
#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right .inner {
    height: calc(100% - 45px);
    padding: 0 5%;
    position: relative
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left .inner:after,
#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right .inner:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left .inner.flex-block,
#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right .inner.flex-block {
    justify-content: center;
    align-items: flex-end
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left .inner:after {
    background-image: linear-gradient(90deg, #1204dd, #f50481)
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left .graph.ssd {
    height: 70%
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left .graph.sd-card {
    height: 80%
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right .inner:after {
    background-image: linear-gradient(90deg, #f50481, #d004db)
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right .graph.ssd {
    height: 90%
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right .graph.sd-card {
    height: 100%
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .icon-sd-card {
    width: 50%;
    display: inline-block;
    transform-origin: center;
    transform: rotate(-90deg)
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .graph {
    width: 50%;
    padding: 0 2%
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .graph.ssd .bar {
    background-image: linear-gradient(180deg, #7a797c, #000);
    background-color: #7a797c
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .graph.sd-card .bar {
    background-image: linear-gradient(180deg, #21dfff, #4570f2, #ed35f7);
    background-color: #21dfff
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .graph .sec {
    height: 30px;
    font-size: 24px;
    font-weight: 700
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .graph .bar {
    height: calc(100% - 30px);
    position: relative
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .graph .bar .bar-inner {
    width: 100%;
    padding: 0 14%;
    position: absolute;
    left: 0;
    bottom: 100px
}

#ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .graph .bar .bar-inner p {
    font-size: 20px
}

#ASUS-features .section__micro-sd .feature {
    padding-top: 8vw;
    position: relative;
    z-index: 2
}

#ASUS-features .section__micro-sd .feature .left,
#ASUS-features .section__micro-sd .feature .right {
    padding: 0 30px;
    align-items: center
}

#ASUS-features .section__micro-sd .feature .left.flex-block,
#ASUS-features .section__micro-sd .feature .right.flex-block {
    justify-content: flex-start;
    align-items: center
}

#ASUS-features .section__micro-sd .feature .left .icon,
#ASUS-features .section__micro-sd .feature .right .icon {
    width: 20%
}

#ASUS-features .section__micro-sd .feature .left .text-block,
#ASUS-features .section__micro-sd .feature .right .text-block {
    width: 80%
}

#ASUS-features .section__micro-sd .feature .left .wd-content .content-title,
#ASUS-features .section__micro-sd .feature .right .wd-content .content-title {
    margin-bottom: 0
}

@media (min-width:1281px) {

    #ASUS-features .section__micro-sd .feature .left .wd-content .content-title,
    #ASUS-features .section__micro-sd .feature .right .wd-content .content-title {
        font-size: 34px
    }
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper .graph .bar {
    transform-origin: center bottom;
    transform: scaleY(0)
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper .graph .sec {
    opacity: 0;
    transform: translateY(100%)
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper .left .inner:after {
    transform-origin: right center;
    transform: scaleX(0)
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper .left h4 {
    opacity: 0;
    transform: translateX(50%)
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper .right .inner:after {
    transform-origin: left center;
    transform: scaleX(0)
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper .right h4 {
    opacity: 0;
    transform: translateX(-50%)
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .graph .bar {
    transform: scaleY(1);
    transition: transform .4s cubic-bezier(.86, 0, .13, 1);
    will-change: transform
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .graph .sec {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .4s cubic-bezier(.86, 0, .13, 1), transform .4s cubic-bezier(.86, 0, .13, 1);
    will-change: opacity, transform
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .left .inner:after {
    transform: scaleX(1);
    transition: transform 1s cubic-bezier(.86, 0, .13, 1);
    will-change: transform
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .left .graph.ssd .bar {
    transition-delay: .6s
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .left .graph.sd-card .bar,
#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .left .graph.ssd .sec {
    transition-delay: .8s
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .left .graph.sd-card .sec {
    transition-delay: 1s
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .left h4 {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .75s ease, transform .75s cubic-bezier(.86, 0, .13, 1);
    transition-delay: .5s, .25s;
    will-change: opacity, transform
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .right .inner:after {
    transform: scaleX(1);
    transition: transform 1s cubic-bezier(.86, 0, .13, 1);
    will-change: opacity, transform
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .right .graph.ssd .bar {
    transition-delay: 1s
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .right .graph.sd-card .bar,
#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .right .graph.ssd .sec {
    transition-delay: 1.2s
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .right .graph.sd-card .sec {
    transition-delay: 1.4s
}

#ASUS-features .section__micro-sd .main-info .graph-wrapper.active .right h4 {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .75s ease, transform .75s cubic-bezier(.86, 0, .13, 1);
    transition-delay: .5s, .25s;
    will-change: opacity, transform
}

#ASUS-features .section__battery .usage-scenario {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    position: relative
}

#ASUS-features .section__battery .usage-scenario.flex-block {
    justify-content: center
}

#ASUS-features .section__battery .usage-scenario .usage,
#ASUS-features .section__battery .usage-scenario .usage .text-block {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective-origin: 50%;
    perspective-origin: 50%;
    perspective: 1000px;
    -webkit-perspective: 1000px
}

#ASUS-features .section__battery .usage-scenario .usage {
    width: 50%;
    flex: 1;
    position: relative;
    opacity: 0
}

#ASUS-features .section__battery .usage-scenario .usage.left .pic {
    transform: rotateY(30deg) translateX(20%)
}

#ASUS-features .section__battery .usage-scenario .usage.left .note,
#ASUS-features .section__battery .usage-scenario .usage.left .text-block {
    left: 70%;
    transform: translateX(-50%)
}

#ASUS-features .section__battery .usage-scenario .usage.left .text-block h3,
#ASUS-features .section__battery .usage-scenario .usage.left .text-block h4,
#ASUS-features .section__battery .usage-scenario .usage.left .text-block p {
    transform: rotateY(20deg) translateX(-20%)
}

#ASUS-features .section__battery .usage-scenario .usage.right .pic {
    transform: rotateY(-30deg) translateX(-20%)
}

#ASUS-features .section__battery .usage-scenario .usage.right .note,
#ASUS-features .section__battery .usage-scenario .usage.right .text-block {
    left: 35%;
    transform: translateX(-50%)
}

#ASUS-features .section__battery .usage-scenario .usage.right .text-block h3,
#ASUS-features .section__battery .usage-scenario .usage.right .text-block h4,
#ASUS-features .section__battery .usage-scenario .usage.right .text-block p {
    transform: rotateY(-20deg) translateX(20%)
}

#ASUS-features .section__battery .usage-scenario .usage .pic {
    max-width: 1280px;
    max-height: 950px;
    width: 50vw;
    height: 37.109vw
}

#ASUS-features .section__battery .usage-scenario .usage .text-block {
    padding-bottom: 20px;
    text-align: center;
    position: absolute;
    top: 10%;
    z-index: 2
}

#ASUS-features .section__battery .usage-scenario .usage .text-block h3 {
    white-space: nowrap;
    margin-bottom: 5px
}

#ASUS-features .section__battery .usage-scenario .usage .text-block p {
    font-size: 20px
}

#ASUS-features .section__battery .usage-scenario .usage .text-block h4 span {
    display: inline-block;
    line-height: 1
}

#ASUS-features .section__battery .usage-scenario .usage .text-block h4 span:first-child {
    background-image: linear-gradient(90deg, #27cffe, #26fce3);
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    color: #26fce3;
    font-size: 84px
}

#ASUS-features .section__battery .usage-scenario .usage .text-block h4 span:last-child {
    color: #fff;
    font-size: 64px;
    padding-left: 5px
}

@media (max-width:1400px) {
    #ASUS-features .section__battery .usage-scenario .usage .text-block h4 span:first-child {
        font-size: 74px
    }

    #ASUS-features .section__battery .usage-scenario .usage .text-block h4 span:last-child {
        font-size: 50px
    }
}

#ASUS-features .section__battery .usage-scenario .usage .note {
    display: none;
    margin-top: 0;
    position: absolute;
    bottom: 60px;
    z-index: 1
}

#ASUS-features .section__battery .usage-scenario.active .usage {
    opacity: 1;
    transition: opacity 2s ease;
    will-change: opacity
}

#ASUS-features .section__battery .usage-scenario.active .usage .pic,
#ASUS-features .section__battery .usage-scenario.active .usage .text-block h3,
#ASUS-features .section__battery .usage-scenario.active .usage .text-block h4,
#ASUS-features .section__battery .usage-scenario.active .usage .text-block p {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.85, 0, 0, 1);
    transition-duration: .75s;
    will-change: transform
}

#ASUS-features .section__battery .usage-scenario.active .usage .pic {
    transition-duration: 1s
}

#ASUS-features .section__battery .usage-scenario.active .usage .text-block h3 {
    transition-delay: .2s
}

#ASUS-features .section__battery .usage-scenario.active .usage .text-block h4 {
    transition-delay: .3s
}

#ASUS-features .section__battery .usage-scenario.active .usage .text-block p {
    transition-delay: .1s
}

#ASUS-features .section__battery .usage-scenario.active .usage.left .pic,
#ASUS-features .section__battery .usage-scenario.active .usage.left .text-block h3,
#ASUS-features .section__battery .usage-scenario.active .usage.left .text-block h4,
#ASUS-features .section__battery .usage-scenario.active .usage.left .text-block p {
    transform: rotateY(0deg) translateX(0)
}

#ASUS-features .section__battery .usage-scenario.active .usage.right .pic {
    transform: rotateY(0deg) translateX(0);
    transition-delay: .1s
}

#ASUS-features .section__battery .usage-scenario.active .usage.right .text-block h3,
#ASUS-features .section__battery .usage-scenario.active .usage.right .text-block h4,
#ASUS-features .section__battery .usage-scenario.active .usage.right .text-block p {
    transform: rotateY(0deg) translateX(0)
}

#ASUS-features .section__cooling {
    padding-bottom: 60px
}

#ASUS-features .section__cooling:before {
    content: "";
    width: 100%;
    height: 20%;
    background-image: linear-gradient(0deg, transparent 50%, #000);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

#ASUS-features .section__cooling .img__bg_cooling {
    width: 100vw;
    height: 58.594vw;
    position: absolute;
    left: 50vw;
    top: 0;
    margin-left: -50vw;
    z-index: 1;
    background-image: url(images/bg_cooling.webp)
}


.noWebp #ASUS-features .section__cooling .img__bg_cooling {
    background-image: url(images/bg_cooling.jpg)
}

@media (max-width:2560px) {
    #ASUS-features .section__cooling .img__bg_cooling {
        width: 2560px;
        height: 1500px;
        margin-left: -1280px
    }
}

#ASUS-features .section__cooling .container1 {
    mix-blend-mode: screen;
    position: relative;
    z-index: 3
}

#ASUS-features .section__cooling .container1 .title-block .logo-intelligent-cooling {
    width: 840px;
    height: 60px;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 0 15px
}

#ASUS-features .section__cooling .container1 .flex-block {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 60px
}

@media (min-width:2560px) {
    #ASUS-features .section__cooling .container1 .flex-block {
        margin: 100px 0
    }
}

@media (max-width:1920px) {
    #ASUS-features .section__cooling .container1 .flex-block {
        max-width: 1600px
    }
}

#ASUS-features .section__cooling .container1 .flex-block .wd-content {
    padding: 0
}

#ASUS-features .section__cooling .container1 .flex-block.reverse .video-block {
    text-align: right
}

#ASUS-features .section__cooling .container1 .flex-block:last-child {
    margin-bottom: 0
}

#ASUS-features .section__cooling .container1 .flex-block .text-block,
#ASUS-features .section__cooling .container1 .flex-block .video-block {
    opacity: 0;
    transform: translateY(20%);
    transition-property: opacity, transform;
    transition-duration: .2s;
    transition-timing-function: ease
}

#ASUS-features .section__cooling .container1 .flex-block .text-block {
    width: 44%;
    padding: 30px
}

#ASUS-features .section__cooling .container1 .flex-block .video-block {
    max-width: 1020px;
    max-height: 572px;
    width: 39.844vw;
    height: 22.344vw
}

#ASUS-features .section__cooling .container1 .flex-block .video-block .btn-pause,
#ASUS-features .section__cooling .container1 .flex-block .video-block video {
    display: block
}

#ASUS-features .section__cooling .container1 .flex-block.active .text-block,
#ASUS-features .section__cooling .container1 .flex-block.active .video-block {
    opacity: 1;
    transform: translateY(0);
    transition-duration: .3s;
    will-change: opacity, transform
}

#ASUS-features .section__cooling .container1 .flex-block.active .video-block {
    transition-delay: .3s
}

#ASUS-features .section__cooling button.btn-pause {
    margin-top: 15px
}

#ASUS-features .section__cooling .carousel {
    min-height: 720px;
    padding-top: 8vw
}

@media (max-width:1920px) {
    #ASUS-features .section__cooling .carousel {
        max-width: 1400px
    }
}

#ASUS-features .section__cooling .carousel .wd-content {
    padding: 0
}

#ASUS-features .section__cooling .carousel .slider {
    padding-bottom: 0;
    z-index: 3
}

#ASUS-features .section__cooling .carousel .slider .pic {
    max-width: 610px;
    max-height: 354px;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

#ASUS-features .section__cooling .carousel .custom-arrows {
    display: none
}

#ASUS-features .section__cooling .carousel .custom-arrows .next,
#ASUS-features .section__cooling .carousel .custom-arrows .prev {
    width: 40px;
    height: 40px;
    background-color: #1b1b1b;
    border-radius: 60px;
    display: block;
    opacity: .5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .25s ease;
    z-index: 4
}

#ASUS-features .section__cooling .carousel .custom-arrows .next img,
#ASUS-features .section__cooling .carousel .custom-arrows .prev img {
    width: 8px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (hover:hover) {

    #ASUS-features .section__cooling .carousel .custom-arrows .next:hover,
    #ASUS-features .section__cooling .carousel .custom-arrows .prev:hover {
        opacity: 1
    }
}

#ASUS-features .section__cooling .carousel .custom-arrows .prev {
    left: 2%
}

#ASUS-features .section__cooling .carousel .custom-arrows .prev img {
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(180deg)
}

#ASUS-features .section__cooling .carousel .custom-arrows .next {
    right: 2%
}

#ASUS-features .section__cooling .carousel .custom-arrows .next:disabled,
#ASUS-features .section__cooling .carousel .custom-arrows .prev:disabled {
    display: none
}

#ASUS-features .section__design .img__bg_design {
    width: 100vw;
    height: 54.688vw;
    position: relative;
    z-index: 1;
    background-image: url(images/bg_design.webp)
}

.noWebp #ASUS-features .section__design .img__bg_design {
    background-image: url(images/bg_design.jpg)
}

#ASUS-features .section__design .title-block {
    margin-bottom: 40px;
    position: relative;
    z-index: 3
}

#ASUS-features .section__design .lightweight {
    position: relative
}

#ASUS-features .section__design .lightweight .wd-content {
    max-width: 500px;
    position: absolute;
    left: 46%;
    top: 39%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, .75))
}

#ASUS-features .section__design .lightweight .wd-content.active .content-title {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .4s ease, transform .4s ease;
    will-change: opacity, transform
}

#ASUS-features .section__design .lightweight .wd-content.active .content-info {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .4s ease .4s, transform .4s ease .4s;
    will-change: opacity, transform
}

#ASUS-features .section__design .lightweight .content-title {
    opacity: 0;
    transform: translateY(40%);
    transition: opacity .2s ease
}

#ASUS-features .section__design .lightweight .content-info {
    opacity: 0;
    transform: translateY(40%);
    transition: opacity .2s ease, transform .2s ease
}

#ASUS-features .section__design .breakdown-video {
    min-height: 65.625vw;
    position: relative
}

#ASUS-features .section__design .breakdown-video #btn-video-design {
    position: absolute;
    left: 2%;
    top: 3%;
    z-index: 3
}

#ASUS-features .section__design .breakdown-video .video-wrapper {
    width: 75vw;
    height: 42.216vw;
    margin: 0 auto;
    position: relative
}

#ASUS-features .section__design .breakdown-video .video-wrapper .video-block {
    position: relative;
    z-index: 1
}

#ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

#ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set .element {
    font-size: 16px;
    filter: drop-shadow(0 0 5px black);
    opacity: 0;
    text-shadow: 0 0 5px #000;
    text-align: center;
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
    transition: opacity .2s ease
}

@media (min-width:1280px) {
    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set .element {
        font-size: 18px
    }
}

#ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set1 .element1 {
    left: 20%;
    top: 3%
}

#ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set1 .element2 {
    left: 40%;
    top: 7%
}

#ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set1 .element3 {
    left: 61%;
    top: 15%
}

#ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set1 .element4 {
    left: 76%;
    top: 37%
}

#ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set2 .element1 {
    font-size: 150%;
    left: 40%;
    top: 30%
}

#ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set3 .element1 {
    font-size: 150%;
    left: 50%;
    top: 10%
}

#ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set4 .element1 {
    left: 20%;
    top: 7%
}

#ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set4 .element2 {
    left: 87%;
    top: 33%
}

#ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.active .element {
    opacity: 1;
    z-index: 2;
    transition: opacity .1s ease
}

#ASUS-features .section__design .game-players-container {
    min-height: 50.625vw
}

#ASUS-features .section__design .game-players {
    padding: 2px 0;
    position: relative
}

#ASUS-features .section__design .game-players .deco-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

#ASUS-features .section__design .game-players .deco-wrapper .line {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    z-index: 2
}

#ASUS-features .section__design .game-players .deco-wrapper .light {
    width: 40%;
    height: 30%;
    position: absolute;
    z-index: 1;
    filter: blur(75px)
}

#ASUS-features .section__design .game-players .deco-wrapper .top-light {
    background-image: radial-gradient(#fff 4%, #0464b5 8%, #011e39 50%, #011223, #000);
    top: -10%;
    left: 0
}

#ASUS-features .section__design .game-players .deco-wrapper .top-light2 {
    background-image: radial-gradient(#fff 4%, #7e2db6 8%, #240c45 50%, #150a2d, #000);
    top: -10%;
    left: 60%
}

#ASUS-features .section__design .game-players .deco-wrapper .bottom-light {
    background-image: radial-gradient(#fff 4%, #0464b5 8%, #011e39 50%, #011223, #000);
    bottom: -50%;
    opacity: 0
}

#ASUS-features .section__design .game-players .deco-wrapper .bottom-light2 {
    background-image: radial-gradient(#fff 4%, #7e2db6 8%, #240c45 50%, #150a2d, #000);
    bottom: -50%;
    opacity: 0
}

#ASUS-features .section__design .game-players .deco-wrapper .top-line {
    background-image: linear-gradient(90deg, #0097ce, #00cffc, #b0ffff, #4055c4, #f459ff, #fdf, #f459ff, #8d2ff5);
    top: 0
}

#ASUS-features .section__design .game-players .deco-wrapper .bottom-line {
    background-image: linear-gradient(90deg, #0076b3, #b0ffff, #2c86fd, #f880fc, #e2e2ff, #ab35c3);
    bottom: 0
}

#ASUS-features .section__design .game-players .inner {
    position: relative;
    z-index: 2
}

#ASUS-features .section__design .game-players .model {
    width: 25vw;
    height: 42.188vw;
    position: relative
}

#ASUS-features .section__design .game-players .model:not(:first-child):before {
    content: "";
    width: 50%;
    height: 100%;
    display: block;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .95), transparent 50%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

#ASUS-features .section__design-carousel .img__bg_design_carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-image: url(images/bg_design_carousel.webp)
}

.noWebp #ASUS-features .section__design-carousel .img__bg_design_carousel {
    background-image: url(images/bg_design_carousel.jpg)
}

#ASUS-features .section__design-carousel .deco-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2
}

#ASUS-features .section__design-carousel .deco-wrapper .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:2100px) {
    #ASUS-features .section__design-carousel .deco-wrapper .inner {
        max-width: 1400px
    }
}

#ASUS-features .section__design-carousel .deco-wrapper .line {
    position: absolute;
    transform-origin: center
}

#ASUS-features .section__design-carousel .deco-wrapper .line.horizontal {
    width: 100vw;
    height: 1px;
    background-image: linear-gradient(90deg, #ce00de, #f60081, #1000de);
    bottom: 7.94vw;
    left: 0;
    z-index: 2;
    transform-origin: center center;
    transform: scaleX(0);
    transition: transform .5s ease;
    transition-delay: .5s
}

#ASUS-features .section__design-carousel .deco-wrapper .line.vertical {
    width: 1px;
    height: calc(100% - 7.94vw);
    top: 0;
    transform-origin: center top;
    transform: scaleY(0);
    transition: transform .75s ease
}

#ASUS-features .section__design-carousel .deco-wrapper .line.vertical.left {
    background-image: linear-gradient(180deg, #ce00de, #f60081, #1000de);
    left: 49px
}

#ASUS-features .section__design-carousel .deco-wrapper .line.vertical.right {
    background-image: linear-gradient(0deg, #ce00de, #f60081, #1000de);
    right: 48px
}

#ASUS-features .section__design-carousel .video-block {
    position: relative
}

#ASUS-features .section__design-carousel .video-block #btn-video-design-slide1 {
    position: absolute;
    left: 2%;
    top: 88%;
    z-index: 2
}

#ASUS-features .section__design-carousel .container1 {
    position: relative;
    z-index: 3
}

#ASUS-features .section__design-carousel .container1.carousel {
    width: 100%;
    padding: 8vw 50px
}

@media (max-width:2100px) {
    #ASUS-features .section__design-carousel .container1.carousel {
        max-width: 1400px
    }
}

#ASUS-features .section__design-carousel .container1.carousel.flex-block {
    align-items: center
}

#ASUS-features .section__design-carousel .container1.carousel .pic-inner,
#ASUS-features .section__design-carousel .container1.carousel .text-inner {
    flex: 1;
    position: relative
}

#ASUS-features .section__design-carousel .container1.carousel .pic-inner {
    width: 60%;
    padding-top: 60px
}

#ASUS-features .section__design-carousel .container1.carousel .pic-inner .pic {
    width: auto;
    height: 600px
}

@media (max-width:1920px) {
    #ASUS-features .section__design-carousel .container1.carousel .pic-inner .pic {
        width: auto;
        height: 430px
    }
}

#ASUS-features .section__design-carousel .container1.carousel .video-block {
    width: auto;
    height: 600px
}

@media (max-width:1920px) {
    #ASUS-features .section__design-carousel .container1.carousel .video-block {
        width: auto;
        height: 437px
    }
}

#ASUS-features .section__design-carousel .container1.carousel .text-inner {
    width: 40%;
    padding: 0 15px
}

#ASUS-features .section__design-carousel .container1.carousel#slider-design1 .slide {
    padding-right: 20px
}

#ASUS-features .section__design-carousel .container1.carousel#slider-design2 .slide {
    padding-left: 20px
}

#ASUS-features .section__design-carousel .container1.carousel .slide {
    display: block !important
}

#ASUS-features .section__design-carousel .container1.carousel .nav-slider {
    width: 100%;
    height: 60px;
    padding-right: 1.5vw;
    position: absolute;
    left: 1vw;
    top: 0
}

#ASUS-features .section__design-carousel .container1.carousel .nav-slider.flex-block {
    align-items: center
}

#ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows {
    text-align: center
}

#ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows .next,
#ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows .prev {
    width: 30px;
    height: 30px;
    background-color: #1e1b20;
    border-radius: 20px;
    transition: background-color .4s ease
}

#ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows .next img,
#ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows .prev img {
    width: 8px;
    display: inline-block;
    opacity: .6;
    vertical-align: middle
}

@media (hover:hover) {

    #ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows .next:hover,
    #ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows .prev:hover {
        background-color: #494450
    }
}

#ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows .prev {
    margin-right: 8px;
    transform-origin: center;
    transform: rotate(180deg)
}

#ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows {
    width: 100px
}

#ASUS-features .section__design-carousel .container1.carousel .nav-slider .dots-inner {
    width: calc(100% - 100px)
}

#ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-dots .slick-slide.slick-current button {
    opacity: 1;
    transform: scale(1.1)
}

#ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-dots .slick-slide button {
    font-size: 15px;
    line-height: 1.2;
    opacity: .5;
    transform-origin: center;
    transform: scale(1);
    transition: opacity .4s cubic-bezier(.86, 0, .13, 1), transform .2s cubic-bezier(.86, 0, .13, 1)
}

@media (hover:hover) {
    #ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-dots .slick-slide button:hover {
        opacity: .75
    }
}

#ASUS-features .section__display .container1 {
    position: relative
}

#ASUS-features .section__display .container1:before {
    content: "";
    width: 100%;
    height: 100.1%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .65) 50%, #0e5367);
    display: block;
    opacity: 0;
    transition: opacity .4s ease;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

#ASUS-features .section__display .video-block {
    position: relative;
    z-index: 1
}

#ASUS-features .section__display .video-block video {
    width: 100vw;
    height: 52.734vw
}

#ASUS-features .section__display .video-block #video-display {
    display: block
}

#ASUS-features .section__display #btn-video-display {
    position: absolute;
    left: 1%;
    top: 2%;
    z-index: 3
}

#ASUS-features .section__display .text-block {
    text-shadow: 0 0 10px rgba(0, 0, 0, .75);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

#ASUS-features .section__display .text-block .wd-content {
    padding: 6.25vw 1.172vw 0;
    margin-bottom: 6.25vw
}

#ASUS-features .section__display .text-block .content-info,
#ASUS-features .section__display .text-block .content-title {
    opacity: 0;
    transform: translateY(30%);
    transition: opacity .4s ease, transform .4s ease
}

@media (min-width:1921px) {
    #ASUS-features .section__display .text-block .content-title {
        font-size: 60px
    }
}

@media (max-width:1920px) {
    #ASUS-features .section__display .text-block .content-title {
        font-size: 48px
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__display .text-block .content-title {
        font-size: 42px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__display .text-block .content-title {
        font-size: 34px
    }
}

@media (max-width:480px) {
    #ASUS-features .section__display .text-block .content-title {
        font-size: 27px
    }
}

#ASUS-features .section__display .text-block .wd__feature__list {
    max-width: 920px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

#ASUS-features .section__display .text-block .wd__feature__list .wd__feature {
    opacity: 0;
    margin: 0;
    padding: 0 1vw 4vw;
    transition: opacity .4s ease
}

#ASUS-features .section__display .text-block .wd__feature__list .wd__feature.logo-amd-freesync {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .75));
    text-align: center;
    vertical-align: top
}

#ASUS-features .section__display .text-block .wd__feature__list .wd__feature.logo-amd-freesync .pic {
    display: inline-block
}

@media (min-width:1921px) {
    #ASUS-features .section__display .text-block .wd__feature__list .wd__feature.logo-amd-freesync .pic {
        width: 185px
    }
}

@media (max-width:1920px) {
    #ASUS-features .section__display .text-block .wd__feature__list .wd__feature.logo-amd-freesync .pic {
        width: 160px
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__display .text-block .wd__feature__list .wd__feature.logo-amd-freesync .pic {
        width: 130px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__display .text-block .wd__feature__list .wd__feature.logo-amd-freesync .pic {
        width: 100px
    }
}

#ASUS-features .section__display .logo-wrc-generations {
    width: 120px;
    position: absolute;
    left: 1.5vw;
    bottom: 30px;
    z-index: 3
}

#ASUS-features .section__display.active .container1:before {
    opacity: 1;
    transition: opacity 1s ease;
    will-change: opacity
}

#ASUS-features .section__display.active .container1 .text-block .content-info,
#ASUS-features .section__display.active .container1 .text-block .content-title {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s cubic-bezier(.85, 0, 0, .85), transform 1s cubic-bezier(.85, 0, 0, .85)
}

#ASUS-features .section__display.active .container1 .text-block .content-info {
    transition-delay: .2s
}

#ASUS-features .section__display.active .container1 .text-block .wd__feature__list .wd__feature {
    opacity: 1;
    transition: opacity .5s ease
}

#ASUS-features .section__display.active .container1 .text-block .wd__feature__list .wd__feature:first-child {
    transition-delay: .15s
}

#ASUS-features .section__display.active .container1 .text-block .wd__feature__list .wd__feature:nth-child(2) {
    transition-delay: .3s
}

#ASUS-features .section__display.active .container1 .text-block .wd__feature__list .wd__feature:nth-child(3) {
    transition-delay: .45s
}

#ASUS-features .section__display.active .container1 .text-block .wd__feature__list .wd__feature:nth-child(4) {
    transition-delay: .6s
}

#ASUS-features .section__display.active .container1 .text-block .wd__feature__list .wd__feature:nth-child(5) {
    transition-delay: .75s
}

#ASUS-features .section__display2 {
    width: 100vw;
    height: 50.781vw
}

#ASUS-features .section__display2 .img__bg_display2 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-image: url(images/bg_display2.webp)
}

.noWebp #ASUS-features .section__display2 .img__bg_display2 {
    background-image: url(images/bg_display2.jpg)
}

#ASUS-features .section__display2>.container1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

#ASUS-features .section__display2 .text-block {
    width: 37%;
    padding: 0 30px;
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0 0 10px rgba(0, 0, 0, .75);
    z-index: 2
}

#ASUS-features .section__display2 .text-block .wd-content {
    margin: 0;
    padding: 0
}

#ASUS-features .section__display2 .text-block .wd__feature__list {
    margin-left: 0;
    margin-right: 0;
    text-align: left
}

#ASUS-features .section__display2 .text-block .wd__feature__list .logo-wifi6e {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .75))
}

@media (min-width:1921px) {
    #ASUS-features .section__display2 .text-block .wd__feature__list .logo-wifi6e {
        max-width: 180px
    }
}

@media (max-width:1920px) {
    #ASUS-features .section__display2 .text-block .wd__feature__list .logo-wifi6e {
        max-width: 130px
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__display2 .text-block .wd__feature__list .logo-wifi6e {
        max-width: 1220px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__display2 .text-block .wd__feature__list .logo-wifi6e {
        max-width: 120px
    }
}

#ASUS-features .section__display3 {
    padding-bottom: 100px
}

#ASUS-features .section__display3>.container1 {
    position: relative;
    z-index: 2
}

#ASUS-features .section__display3 .text-block {
    padding-bottom: 60px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .75)
}

#ASUS-features .section__display3 .text-block .wd-content {
    padding: 6.25vw 1.172vw
}

#ASUS-features .section__display3 .text-block .wd__feature__list {
    max-width: 920px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

#ASUS-features .section__display3 .text-block .wd__feature__list .wd__feature {
    margin: 0;
    padding: 0 1vw 2vw
}

#ASUS-features .section__display3 .text-block .wd__feature__list .wd__feature.logo-amd-freesync {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .75));
    text-align: center;
    vertical-align: top
}

#ASUS-features .section__display3 .text-block .wd__feature__list .wd__feature.logo-amd-freesync .pic {
    display: inline-block
}

@media (min-width:1921px) {
    #ASUS-features .section__display3 .text-block .wd__feature__list .wd__feature.logo-amd-freesync .pic {
        width: 185px
    }
}

@media (max-width:1920px) {
    #ASUS-features .section__display3 .text-block .wd__feature__list .wd__feature.logo-amd-freesync .pic {
        width: 160px
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__display3 .text-block .wd__feature__list .wd__feature.logo-amd-freesync .pic {
        width: 150px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__display3 .text-block .wd__feature__list .wd__feature.logo-amd-freesync .pic {
        width: 145px
    }
}

#ASUS-features .section__display3 .video-wrapper {
    padding-bottom: 10vw;
    position: relative;
    z-index: 2
}

#ASUS-features .section__display3 .video-wrapper .video-block {
    max-width: 1440px;
    max-height: 450px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

#ASUS-features .section__display3 .video-wrapper .video-block:before {
    content: "";
    width: 3px;
    height: 120%;
    display: block;
    background-image: linear-gradient(0deg, transparent, #fff 60%, transparent);
    position: absolute;
    left: 48.7%;
    top: 0;
    transform: translateX(-50%);
    z-index: 2
}

#ASUS-features .section__display3 .video-wrapper .video-block #video-display-coating {
    max-width: 1440px;
    max-height: 450px;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1
}

#ASUS-features .section__display3 .video-wrapper .video-block #btn-video-display-coating {
    position: absolute;
    left: 4%;
    top: -5%;
    z-index: 2
}

#ASUS-features .section__display3 .video-wrapper .text-block.video-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

#ASUS-features .section__display3 .video-wrapper .text-block.video-text .element {
    font-size: 22px;
    text-shadow: 0 0 5px #000;
    position: absolute;
    text-align: center;
    transform: translateX(-50%)
}

#ASUS-features .section__display3 .video-wrapper .text-block.video-text .element.element1 {
    opacity: .6;
    left: 34%;
    top: 5%
}

#ASUS-features .section__display3 .video-wrapper .text-block.video-text .element.element2 {
    left: 64%;
    top: 5%
}

#ASUS-features .section__display3 .video-wrapper .text-block.video-text .element.element3 {
    left: 64%;
    top: 77%
}

#ASUS-features .section__display3 .video-wrapper .text-block.video-text .element.element4 {
    left: 34%;
    top: 77%
}

#ASUS-features .section__display3 .logo-wrc-generations {
    width: 120px;
    position: absolute;
    left: 1.5vw;
    bottom: 30px;
    z-index: 3
}

#ASUS-features .section__audio {
    padding-bottom: 140px
}

#ASUS-features .section__audio .video-block {
    width: 100vw;
    height: 56.25vw;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

@media (min-width:1920px) {
    #ASUS-features .section__audio .video-block {
        width: 1920px;
        height: 1080px
    }
}

#ASUS-features .section__audio .video-block video {
    display: block;
    position: relative;
    z-index: 1
}

#ASUS-features .section__audio .video-block .deco-wrapper .black-gradient {
    position: absolute;
    z-index: 2
}

#ASUS-features .section__audio .video-block .deco-wrapper .black-gradient.left,
#ASUS-features .section__audio .video-block .deco-wrapper .black-gradient.right {
    width: 10%;
    height: 100%
}

#ASUS-features .section__audio .video-block .deco-wrapper .black-gradient.bottom,
#ASUS-features .section__audio .video-block .deco-wrapper .black-gradient.top {
    width: 100%;
    height: 10%
}

#ASUS-features .section__audio .video-block .deco-wrapper .black-gradient.bottom {
    background-image: linear-gradient(0deg, #000, transparent);
    left: 0;
    bottom: 0
}

#ASUS-features .section__audio .video-block .deco-wrapper .black-gradient.top {
    background-image: linear-gradient(0deg, #000, transparent);
    left: 0;
    top: 0
}

#ASUS-features .section__audio .video-block .deco-wrapper .black-gradient.left {
    background-image: linear-gradient(90deg, #000, transparent);
    left: 0;
    top: 0
}

#ASUS-features .section__audio .video-block .deco-wrapper .black-gradient.right {
    background-image: linear-gradient(90deg, transparent, #000);
    right: 0;
    top: 0
}

#ASUS-features .section__audio #btn-video-audio {
    display: none
}

#ASUS-features .section__audio .container1 {
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2
}

#ASUS-features .section__audio .container1>.inner {
    max-width: 920px;
    width: 100%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

#ASUS-features .section__audio .container1>.inner .text-block,
#ASUS-features .section__audio .container1>.inner .wd__feature__list .wd__feature {
    filter: drop-shadow(0 0 6px black);
    text-shadow: 0 0 6px #000
}

#ASUS-features .section__audio .title-block {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    position: absolute;
    left: 50%;
    top: 15%;
    transform: translateX(-50%) translateY(-50%)
}

#ASUS-features .section__audio .text-block {
    padding: 0 30px;
    text-align: center
}

#ASUS-features .section__audio .nr2301-audio {
    width: 39.063vw;
    height: 18.828vw;
    margin: 5.6vw auto 8vw
}

@media (min-width:2560px) {
    #ASUS-features .section__audio .nr2301-audio {
        width: 1000px;
        height: 482px;
        margin: 143px auto 205px
    }
}

#ASUS-features .section__audio .wd__feature__list {
    text-align: center
}

#ASUS-features .section__audio .wd__feature__list .wd__feature {
    vertical-align: middle
}

@media (min-width:1921px) {
    #ASUS-features .section__audio .logo-dolby {
        width: 165px
    }
}

@media (max-width:1920px) {
    #ASUS-features .section__audio .logo-dolby {
        width: 135px
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__audio .logo-dolby {
        width: 120px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__audio .logo-dolby {
        width: 100px
    }
}

@media (min-width:1921px) {
    #ASUS-features .section__audio .logo-hi-res {
        width: 100px
    }
}

@media (max-width:1920px) {
    #ASUS-features .section__audio .logo-hi-res {
        width: 90px
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__audio .logo-hi-res {
        width: 80px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__audio .logo-hi-res {
        width: 60px
    }
}

#ASUS-features .section__connectivity {
    width: 100vw;
    height: 50.781vw
}

#ASUS-features .section__connectivity .img__bg_connectivity {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-image: url(images/bg_connectivity.webp)
}
.noWebp #ASUS-features .section__connectivity .img__bg_connectivity {
    background-image: url(images/bg_connectivity.jpg)
}

#ASUS-features .section__connectivity>.container1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

#ASUS-features .section__connectivity .text-block {
    width: 40%;
    padding: 0 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0 0 10px rgba(0, 0, 0, .75);
    z-index: 2
}

@media (max-width:1600px) {
    #ASUS-features .section__connectivity .text-block {
        width: 45%
    }
}

#ASUS-features .section__connectivity .text-block .wd-content {
    margin: 0;
    padding: 0
}

#ASUS-features .section__connectivity .text-block .wd__feature__list {
    margin-left: 0;
    margin-right: 0;
    text-align: left
}

#ASUS-features .section__connectivity .text-block .wd__feature__list .wd__feature {
    display: block;
    margin-left: 0;
    margin-right: 0;
    text-align: left
}

#ASUS-features .section__connectivity .text-block .wd__feature__list .wd__feature__data {
    text-align: left
}

#ASUS-features .section__connectivity .text-block .wd__feature__list .logo-wifi6e {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .75))
}

@media (min-width:1921px) {
    #ASUS-features .section__connectivity .text-block .wd__feature__list .logo-wifi6e {
        width: 180px
    }
}

@media (max-width:1920px) {
    #ASUS-features .section__connectivity .text-block .wd__feature__list .logo-wifi6e {
        width: 138px
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__connectivity .text-block .wd__feature__list .logo-wifi6e {
        width: 120px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__connectivity .text-block .wd__feature__list .logo-wifi6e {
        width: 95px
    }
}

@media (max-width:480px) {
    #ASUS-features .section__connectivity .text-block .wd__feature__list .logo-wifi6e {
        width: 85px
    }
}

#ASUS-features .section__ioports {
    padding-bottom: 6vw
}

#ASUS-features .section__ioports .img__bg_ioports {
    width: 100vw;
    height: 54.688vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    mix-blend-mode: screen;
    background-image: url(images/bg_ioports.webp)
}

.noWebp #ASUS-features .section__ioports .img__bg_ioports {
    background-image: url(images/bg_ioports.jpg)
}


#ASUS-features .section__ioports .img__bg_ioports2 {
    width: 100vw;
    height: 95.703vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(images/bg_ioports2.webp)
}

.noWebp #ASUS-features .section__ioports .img__bg_ioports2 {
    background-image: url(images/bg_ioports2.jpg)
}

#ASUS-features .section__ioports .container1 {
    width: 100%;
    height: 100%;
    padding: 6vw 0;
    position: relative;
    z-index: 2
}

#ASUS-features .section__ioports .container1 .product {
    margin: 0 auto;
    position: relative;
    z-index: 2
}

#ASUS-features .section__ioports .container1 .product ul.io-ports {
    width: 100%;
    height: 100%;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2
}

#ASUS-features .section__ioports .container1 .product ul.io-ports li {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    font-size: 22px;
    line-height: 1.2;
    position: absolute;
    text-align: right
}

@media (max-width:1600px) {
    #ASUS-features .section__ioports .container1 .product ul.io-ports li {
        font-size: 16px
    }
}

#ASUS-features .section__ioports .container1 .product ul.io-ports li span {
    display: block;
    position: absolute
}

#ASUS-features .section__ioports .container1 .product ul.io-ports li .dot,
#ASUS-features .section__ioports .container1 .product ul.io-ports li .line {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .65)
}

#ASUS-features .section__ioports .container1 .product ul.io-ports li .dot {
    width: .66%;
    height: 1.45%;
    border-radius: 100%;
    opacity: 0;
    z-index: 3
}

#ASUS-features .section__ioports .container1 .product ul.io-ports li .line {
    width: 2px;
    position: absolute;
    transform-origin: 0 0
}

#ASUS-features .section__ioports .container1 .product ul.io-ports li .name {
    opacity: 0;
    position: absolute;
    transform: translateY(-30%)
}

#ASUS-features .section__ioports .container1 .product ul.io-ports li .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative
}

#ASUS-features .section__ioports .container1 .product .pic {
    width: 100%;
    opacity: 0;
    position: relative;
    z-index: 1
}

#ASUS-features .section__ioports .container1 .product.top {
    width: 1000px;
    height: 420px
}

@media (max-width:1600px) {
    #ASUS-features .section__ioports .container1 .product.top {
        width: 820px;
        height: 345px
    }
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li span.line {
    height: 2px;
    transform: scaleX(0)
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li span.line.hor {
    height: 2px
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li span.line.ver {
    width: 2px;
    transform: scaleY(0)
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li span.name {
    text-align: left;
    white-space: nowrap
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li span.dot {
    width: 1%;
    height: 2.2%;
    transform: translateY(-15%)
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-stick .dot {
    left: 7%;
    top: 22.1%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-stick .line {
    width: 9%;
    left: -2%;
    top: 22.5%;
    transform-origin: right center
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-stick .name {
    width: 17%;
    left: -20%;
    top: 19.4%;
    text-align: right
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#d-button .dot {
    left: 13.25%;
    top: 41.1%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#d-button .line {
    width: 15.5%;
    left: -2%;
    top: 41.6%;
    transform-origin: right center
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#d-button .name {
    width: 20%;
    left: -23%;
    top: 38.3%;
    text-align: right
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-audio-speaker .dot {
    left: 15.25%;
    top: 75%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-audio-speaker .line {
    width: 17.5%;
    left: -2%;
    top: 75.5%;
    transform-origin: right center
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-audio-speaker .name {
    width: 20%;
    left: -23%;
    top: 72%;
    text-align: right
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-mic .dot {
    left: 17%;
    top: 8.7%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-mic .line.hor {
    width: 2%;
    left: 15.5%;
    top: 9.3%;
    z-index: 2;
    transform-origin: right center
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-mic .line.ver {
    height: 13%;
    left: 15.5%;
    top: -3.5%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-mic .name {
    width: 39%;
    left: -23%;
    top: -10%;
    transform: translateY(30%);
    text-align: right
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#view-button .dot {
    left: 19.5%;
    top: 17.5%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#view-button .line.hor {
    width: 1.65%;
    left: 20%;
    top: 18%;
    z-index: 2
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#view-button .line.ver {
    height: 34.9%;
    left: 21.5%;
    top: -16.5%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#view-button .name {
    width: 16%;
    left: 21.2%;
    top: -23.5%;
    transform: translateY(30%)
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#center-button .dot {
    left: 19.5%;
    top: 26.9%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#center-button .line.hor {
    width: 5.2%;
    left: 20%;
    top: 27.35%;
    z-index: 2
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#center-button .line.ver {
    height: 30.35%;
    left: 25%;
    top: -2.5%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#center-button .name {
    width: 25%;
    left: 25%;
    top: -10%;
    transform: translateY(30%)
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#armoury-crate-button .dot {
    left: 79.5%;
    top: 26.9%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#armoury-crate-button .line.hor {
    width: 5%;
    left: 75%;
    top: 27.35%;
    z-index: 2;
    transform-origin: right center
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#armoury-crate-button .line.ver {
    height: 30.35%;
    left: 75%;
    top: -2.5%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#armoury-crate-button .name {
    width: 98.5%;
    left: -23%;
    top: -10%;
    transform: translateY(30%);
    text-align: right
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#menu-button .dot {
    left: 79.5%;
    top: 17.5%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#menu-button .line.hor {
    width: 1.5%;
    left: 78%;
    top: 18%;
    z-index: 2;
    transform-origin: right center
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#menu-button .line.ver {
    height: 34.75%;
    left: 78%;
    top: -16.5%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#menu-button .name {
    width: 101.5%;
    left: -23%;
    top: -23.5%;
    transform: translateY(30%);
    text-align: right
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-mic .dot {
    left: 82%;
    top: 8.7%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-mic .line.hor {
    width: 2.1%;
    left: 82.3%;
    top: 9.3%;
    z-index: 2
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-mic .line.ver {
    height: 13.4%;
    left: 84.2%;
    top: -3.5%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-mic .name {
    width: 20%;
    left: 84%;
    top: -10%;
    transform: translateY(30%)
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#abxy-button .dot {
    left: 91.5%;
    top: 20%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#abxy-button .line {
    width: 9%;
    left: 92.2%;
    top: 20.5%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#abxy-button .name {
    left: 102%;
    top: 17.4%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-stick .dot {
    left: 87%;
    top: 44%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-stick .line {
    width: 13.8%;
    left: 87.5%;
    top: 44.6%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-stick .name {
    left: 102%;
    top: 41.3%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-audio-speaker .dot {
    left: 84.1%;
    top: 75%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-audio-speaker .line {
    width: 16.8%;
    left: 84.5%;
    top: 75.5%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-audio-speaker .name {
    left: 102%;
    top: 72%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#touoch-screen .dot {
    left: 75.5%;
    top: 83.9%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#touoch-screen .line {
    width: 25.3%;
    left: 76%;
    top: 84.5%
}

#ASUS-features .section__ioports .container1 .product.top ul.io-ports li#touoch-screen .name {
    left: 102%;
    top: 81.5%
}

#ASUS-features .section__ioports .container1 .product.top .pic {
    transform: translateY(10%)
}

#ASUS-features .section__ioports .container1 .product.back {
    width: 1000px;
    height: 420px
}

@media (max-width:1600px) {
    #ASUS-features .section__ioports .container1 .product.back {
        width: 820px;
        height: 345px
    }
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li span.name {
    white-space: nowrap
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li span.dot {
    width: 1%;
    height: 2.24%;
    transform: translateY(-15%)
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li span.line,
#ASUS-features .section__ioports .container1 .product.back ul.io-ports li span.line.hor {
    height: 2px
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li span.line.ver {
    width: 2px
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b .dot.left {
    left: 26.78%;
    top: 30%
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b .dot.right {
    left: 67.78%;
    top: 30%
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b .line.hor {
    width: 70%;
    left: -1.7%;
    top: 18%;
    z-index: 2;
    transform-origin: right top;
    transform: scaleX(0)
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b .line.ver {
    height: 12%;
    left: 27.2%;
    top: 18%;
    transform-origin: left bottom;
    transform: scaleY(0)
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b .line.ver2 {
    height: 12%;
    left: 68.23%;
    top: 18%;
    transform-origin: left bottom;
    transform: scaleY(0)
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b .name {
    width: 13%;
    left: -15.5%;
    top: 14.5%
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro1 .dot {
    left: 12%;
    top: 42%
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro1 .line {
    width: 14%;
    left: -1.5%;
    top: 42.5%;
    transform-origin: right center;
    transform: scaleX(0)
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro1 .name {
    width: 17%;
    left: -19.65%;
    top: 39.5%
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro2 .dot {
    left: 87.5%;
    top: 42%
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro2 .line {
    width: 14%;
    left: 88%;
    top: 42.5%;
    transform-origin: left center;
    transform: scaleX(0)
}

#ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro2 .name {
    width: 17%;
    left: 102.8%;
    top: 39.5%;
    text-align: left
}

#ASUS-features .section__ioports .container1 .product.back .pic {
    transform: translateY(-10%)
}

#ASUS-features .section__ioports .container1 .product.front {
    width: 1200px;
    height: 578px
}

@media (max-width:1600px) {
    #ASUS-features .section__ioports .container1 .product.front {
        max-width: 920px;
        height: 443px
    }
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li span.line {
    transform-origin: center top;
    transform: scaleY(0)
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-bumper .dot {
    left: 1%;
    top: 7%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-bumper .line {
    width: 1.4%;
    height: 2px;
    left: -.4%;
    top: 7.6%;
    transform-origin: right center;
    transform: scaleX(0)
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-bumper .name {
    left: -16%;
    width: 15%;
    top: 5.5%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-trigger .dot {
    left: .3%;
    top: 13.2%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-trigger .line {
    width: 1.6%;
    height: 2px;
    left: -1.3%;
    top: 13.8%;
    transform-origin: right center;
    transform: scaleX(0)
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-trigger .name {
    width: 15%;
    left: -16.92%;
    top: 11.5%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power .dot {
    left: 10.25%;
    top: 19%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power .line {
    height: 15%;
    left: 10.5%;
    top: 20%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power .name {
    width: 16%;
    left: -5.3%;
    top: 36%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power-indicator .dot {
    left: 14.5%;
    top: 22%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power-indicator .line {
    height: 26%;
    left: 14.75%;
    top: 23%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power-indicator .name {
    width: 15%;
    top: 49%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#battery-indicator .dot {
    left: 15.65%;
    top: 23.5%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#battery-indicator .line {
    height: 32%;
    left: 15.9%;
    top: 24.9%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#battery-indicator .name {
    width: 30%;
    left: -14%;
    top: 57%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#volume .dot {
    left: 19.1%;
    top: 29%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#volume .line {
    height: 35%;
    left: 19.35%;
    top: 30%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#volume .name {
    width: 19.6%;
    top: 64.5%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#xg-mobile .dot {
    left: 27.52%;
    top: 38%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#xg-mobile .line {
    height: 34%;
    left: 27.75%;
    top: 39%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#xg-mobile .name {
    width: 28%;
    top: 72.8%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#type-c .dot {
    left: 31.55%;
    top: 43%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#type-c .line {
    height: 37%;
    left: 31.8%;
    top: 44%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#type-c .name {
    width: 35%;
    top: 81.5%;
    left: -3%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#card-reader .dot {
    left: 38.01%;
    top: 48.5%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#card-reader .line {
    height: 44.2%;
    left: 38.3%;
    top: 49.7%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#card-reader .name {
    width: 38.7%;
    top: 94.5%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#audio .dot {
    left: 43.05%;
    top: 55.5%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#audio .line {
    height: 45.7%;
    left: 43.3%;
    top: 57%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#audio .name {
    width: 43.5%;
    top: 103%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#air-vents .dot {
    left: 47.5%;
    top: 67.5%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#air-vents .line {
    height: 43%;
    left: 47.73%;
    top: 69%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#air-vents .name {
    width: 48%;
    top: 112%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-trigger .dot {
    left: 59.94%;
    top: 95%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-trigger .line {
    height: 15.5%;
    left: 60.245%;
    top: 96%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-trigger .name {
    width: 15%;
    left: 60%;
    top: 112%;
    text-align: left
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-bumper .dot {
    left: 67.95%;
    top: 76%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-bumper .line {
    height: 26.5%;
    left: 68.247%;
    top: 77%
}

#ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-bumper .name {
    width: 15%;
    left: 68%;
    top: 104%;
    text-align: left
}

#ASUS-features .section__ioports .container1 .product.front .pic {
    transform: translate(10%, 10%)
}

#ASUS-features .section__ioports .product.active ul.io-ports li span.dot {
    opacity: 1;
    transition: opacity .75s cubic-bezier(1, 0, 0, 1);
    will-change: opacity, transform
}

#ASUS-features .section__ioports .product.active ul.io-ports li span.line {
    transition-property: transform;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-duration: .75s;
    will-change: transform
}

#ASUS-features .section__ioports .product.active ul.io-ports li span.name {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .75s cubic-bezier(1, 0, 0, 1), transform .75s cubic-bezier(1, 0, 0, 1);
    will-change: opacity, transform
}

#ASUS-features .section__ioports .product.active .pic {
    opacity: 1;
    transform: translate(0) !important;
    transition: opacity 1s cubic-bezier(1, 0, 0, 1), transform 1s cubic-bezier(1, 0, 0, 1);
    will-change: opacity, transform
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li span.line {
    transform: scaleX(1)
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li span.line.hor {
    transform: scaleX(1);
    transition-duration: .4s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li span.line.ver {
    transform: scaleY(1);
    transform-origin: left bottom;
    transition-duration: .75s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#l-stick .dot {
    transition-delay: .8s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#l-stick .line {
    transition-delay: 1s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#l-stick .name {
    transition-delay: 1.2s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#d-button .dot {
    transition-delay: 1s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#d-button .line {
    transition-delay: 1.2s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#d-button .name {
    transition-delay: 1.4s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#l-audio-speaker .dot {
    transition-delay: 1.2s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#l-audio-speaker .line {
    transition-delay: 1.4s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#l-audio-speaker .name {
    transition-delay: 1.6s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#l-mic .dot {
    transition-delay: .6s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#l-mic .line.hor {
    transition-delay: .8s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#l-mic .line.ver {
    transition-delay: 1.2s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#l-mic .name {
    transform: translateY(0);
    transition-delay: 1.4s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#view-button .dot {
    transition-delay: .4s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#view-button .line.hor {
    transition-delay: .6s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#view-button .line.ver {
    transition-delay: 1s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#view-button .name {
    transform: translateY(0);
    transition-delay: 1.2s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#center-button .dot {
    transition-delay: .2s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#center-button .line.hor {
    transition-delay: .4s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#center-button .line.ver {
    transition-delay: .8s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#center-button .name {
    transform: translateY(0);
    transition-delay: 1s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#armoury-crate-button .dot {
    transition-delay: .2s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#armoury-crate-button .line.hor {
    transition-delay: .4s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#armoury-crate-button .line.ver {
    transition-delay: .8s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#armoury-crate-button .name {
    transform: translateY(0);
    transition-delay: 1s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#menu-button .dot {
    transition-delay: .4s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#menu-button .line.hor {
    transition-delay: .6s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#menu-button .line.ver {
    transition-delay: 1s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#menu-button .name {
    transform: translateY(0);
    transition-delay: 1.2s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#r-mic .dot {
    transition-delay: .6s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#r-mic .line.hor {
    transition-delay: .8s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#r-mic .line.ver {
    transition-delay: 1.2s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#r-mic .name {
    transform: translateY(0);
    transition-delay: 1.4s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#abxy-button .dot {
    transition-delay: .8s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#abxy-button .line {
    transition-delay: 1s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#abxy-button .name {
    transition-delay: 1.2s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#r-stick .dot {
    transition-delay: 1s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#r-stick .line {
    transition-delay: 1.2s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#r-stick .name {
    transition-delay: 1.4s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#r-audio-speaker .dot {
    transition-delay: 1.2s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#r-audio-speaker .line {
    transition-delay: 1.4s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#r-audio-speaker .name {
    transition-delay: 1.6s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#touoch-screen .dot {
    transition-delay: 1.4s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#touoch-screen .line {
    transition-delay: 1.6s
}

#ASUS-features .section__ioports .product.active.top ul.io-ports li#touoch-screen .name {
    transition-delay: 1.8s
}

#ASUS-features .section__ioports .product.active.back ul.io-ports li#air-vents-b .dot.left {
    transition-delay: .2s
}

#ASUS-features .section__ioports .product.active.back ul.io-ports li#air-vents-b .line.hor {
    transform: scaleX(1);
    transition-delay: .4s
}

#ASUS-features .section__ioports .product.active.back ul.io-ports li#air-vents-b .line.ver {
    transform: scaleY(1);
    transition-delay: .4s
}

#ASUS-features .section__ioports .product.active.back ul.io-ports li#air-vents-b .line.ver2 {
    transform: scaleY(1);
    transition-delay: .2s
}

#ASUS-features .section__ioports .product.active.back ul.io-ports li#air-vents-b .name {
    transition-delay: .8s
}

#ASUS-features .section__ioports .product.active.back ul.io-ports li#macro1 .dot {
    transition-delay: 1s
}

#ASUS-features .section__ioports .product.active.back ul.io-ports li#macro1 .line {
    transform: scaleX(1);
    transition-delay: 1.2s
}

#ASUS-features .section__ioports .product.active.back ul.io-ports li#macro1 .name {
    transition-delay: 1.5s
}

#ASUS-features .section__ioports .product.active.back ul.io-ports li#macro2 .dot {
    transition-delay: 1s
}

#ASUS-features .section__ioports .product.active.back ul.io-ports li#macro2 .line {
    transform: scaleX(1);
    transition-delay: 1.2s
}

#ASUS-features .section__ioports .product.active.back ul.io-ports li#macro2 .name {
    transition-delay: 1.5s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li span.line {
    transform: scaleY(1)
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#r-bumper .dot {
    transition-delay: .1s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#r-bumper .line {
    transform: scaleX(1);
    transition-delay: .2s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#r-bumper .name,
#ASUS-features .section__ioports .product.active.front ul.io-ports li#r-trigger .dot {
    transition-delay: .3s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#r-trigger .line {
    transform: scaleX(1);
    transition-delay: .4s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#power .dot,
#ASUS-features .section__ioports .product.active.front ul.io-ports li#r-trigger .name {
    transition-delay: .5s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#power .line {
    transition-delay: .6s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#power-indicator .dot,
#ASUS-features .section__ioports .product.active.front ul.io-ports li#power .name {
    transition-delay: .7s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#power-indicator .line {
    transition-delay: .8s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#power-indicator .name {
    transition-delay: .9s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#battery-indicator .dot {
    transition-delay: 1s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#battery-indicator .line {
    transition-delay: 1.1s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#battery-indicator .name,
#ASUS-features .section__ioports .product.active.front ul.io-ports li#volume .dot {
    transition-delay: 1.2s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#volume .line {
    transition-delay: 1.3s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#volume .name,
#ASUS-features .section__ioports .product.active.front ul.io-ports li#xg-mobile .dot {
    transition-delay: 1.4s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#xg-mobile .line {
    transition-delay: 1.5s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#type-c .dot,
#ASUS-features .section__ioports .product.active.front ul.io-ports li#xg-mobile .name {
    transition-delay: 1.6s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#type-c .line {
    transition-delay: 1.7s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#card-reader .dot,
#ASUS-features .section__ioports .product.active.front ul.io-ports li#type-c .name {
    transition-delay: 1.8s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#card-reader .line {
    transition-delay: 1.9s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#audio .dot,
#ASUS-features .section__ioports .product.active.front ul.io-ports li#card-reader .name {
    transition-delay: 2s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#audio .line {
    transition-delay: 2.1s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#audio .name,
#ASUS-features .section__ioports .product.active.front ul.io-ports li#l-trigger .dot {
    transition-delay: 2.2s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#l-trigger .line {
    transition-delay: 2.3s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#l-bumper .dot,
#ASUS-features .section__ioports .product.active.front ul.io-ports li#l-trigger .name {
    transition-delay: 2.4s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#l-bumper .line {
    transition-delay: 2.5s
}

#ASUS-features .section__ioports .product.active.front ul.io-ports li#l-bumper .name {
    transition-delay: 2.6s
}

#ASUS-features .section__accessories .img__bg_accessories {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -50%;
    z-index: 1;
    background-image: url(images/bg_accessories.webp)
}

.noWebp #ASUS-features .section__accessories .img__bg_accessories {
    background-image: url(images/bg_accessories.jpg)
}


@media (max-width:2560px) {
    #ASUS-features .section__accessories .img__bg_accessories {
        width: 2560px;
        margin-left: -1280px
    }
}

#ASUS-features .section__accessories>.container1 {
    width: 100vw;
    padding: 60px 3.703vw;
    position: relative;
    z-index: 2
}

@media (min-width:1620px) {
    #ASUS-features .section__accessories>.container1 {
        padding: 60px
    }
}

#ASUS-features .section__accessories .title-wrapper {
    margin-bottom: 60px;
    position: relative
}

@media (min-width:2560px) {
    #ASUS-features .section__accessories .title-wrapper {
        margin-bottom: 72px
    }
}

#ASUS-features .section__accessories .title-wrapper .title-block {
    padding-top: 40px
}

#ASUS-features .section__accessories .accessories-wrapper {
    width: 100%;
    height: 60.588vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width:1620px) {
    #ASUS-features .section__accessories .accessories-wrapper {
        width: 1620px;
        height: 1030px
    }
}

#ASUS-features .section__accessories .accessories-wrapper .dots-block,
#ASUS-features .section__accessories .accessories-wrapper .products-block {
    width: 100%;
    height: 100%
}

#ASUS-features .section__accessories .accessories-wrapper .products-block {
    position: relative;
    z-index: 1
}

#ASUS-features .section__accessories .accessories-wrapper .dots-block {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

#ASUS-features .section__accessories .accessories-wrapper .dots-block>a {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100%;
    display: block;
    opacity: 0;
    text-indent: -999999999px;
    position: absolute;
    transition: opacity .2s ease
}

#ASUS-features .section__accessories .accessories-wrapper .dots-block>a:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 100%;
    display: block;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    left: 50%;
    top: 50%;
    animation: beats 1.5s ease infinite forwards
}

#ASUS-features .section__accessories .accessories-wrapper .dots-block>a.pause-animation:before {
    animation-name: none
}

@media (hover:hover) {
    #ASUS-features .section__accessories .accessories-wrapper .dots-block>a.pause-animation:hover:before {
        animation-name: beats
    }
}

#ASUS-features .section__accessories .accessories-wrapper .dots-block>a.link-raikiri {
    left: 84%;
    top: 30%
}

#ASUS-features .section__accessories .accessories-wrapper .dots-block>a.link-nr2301-bag {
    left: 73%;
    top: 13%
}

#ASUS-features .section__accessories .accessories-wrapper .dots-block>a.link-delta {
    left: 33%;
    top: 22%
}

#ASUS-features .section__accessories .accessories-wrapper .dots-block>a.link-xg-Mobile {
    left: 22%;
    top: 60%
}

#ASUS-features .section__accessories .accessories-wrapper .dots-block>a.link-adapter {
    left: 78%;
    top: 80%
}

#ASUS-features .section__accessories .accessories-wrapper .dots-block>a.link-cetra-true {
    left: 61%;
    top: 76%
}

#ASUS-features .section__accessories .accessories-wrapper .product {
    filter: drop-shadow(10px 0 6px rgba(0, 0, 0, .6));
    position: absolute;
    transition: filter .4s ease, transform .4s ease
}

#ASUS-features .section__accessories .accessories-wrapper .product.raikiri {
    width: 20.13%;
    height: 26.937%;
    transform: translateX(30%) translateY(-10%) rotate(15deg);
    left: 77.4%;
    top: 33.3%
}

#ASUS-features .section__accessories .accessories-wrapper .product.nr2301 {
    width: 36%;
    height: 42.039%;
    transform: translateX(5%) translateY(-20%) rotate(-25deg);
    left: 31%;
    top: 27%
}

#ASUS-features .section__accessories .accessories-wrapper .product.nr2301-bag {
    width: 38.8%;
    height: 43.69%;
    transform: translateX(20%) translateY(-30%) rotate(-20deg);
    left: 39%;
    top: 0
}

#ASUS-features .section__accessories .accessories-wrapper .product.delta {
    width: 30.67%;
    height: 44.907%;
    transform: translateX(-30%) translateY(20%) rotate(20deg);
    left: 1%;
    top: 1%
}

#ASUS-features .section__accessories .accessories-wrapper .product.xg-Mobile {
    width: 30%;
    height: 38.981%;
    transform: translateX(-20%) translateY(20%) rotate(-10deg);
    left: 20.5%;
    top: 52%
}

#ASUS-features .section__accessories .accessories-wrapper .product.adapter-cable {
    width: 20.27%;
    height: 17.77%;
    transform: translateX(10%) translateY(30%) rotate(15deg);
    left: 65.5%;
    top: 80%
}

#ASUS-features .section__accessories .accessories-wrapper .product.adapter-top {
    width: 7.87%;
    height: 15.103%;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .7));
    transform: translateX(-20%) translateY(-20%) rotate(15deg);
    left: 71.58%;
    top: 58%
}

#ASUS-features .section__accessories .accessories-wrapper .product.adapter-side {
    width: 11.47%;
    height: 14.518%;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .7));
    transform: translateX(20%) translateY(20%) rotate(15deg);
    left: 80.5%;
    top: 64.1%
}

#ASUS-features .section__accessories .accessories-wrapper .product.cetra-true-casing {
    width: 8.33%;
    height: 11.889%;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .7));
    transform: translateX(-20%) translateY(20%) rotate(20deg);
    left: 52%;
    top: 74.4%
}

#ASUS-features .section__accessories .accessories-wrapper .product.cetra-true-earpud1 {
    width: 3.2%;
    height: 6.651%;
    transform: translateX(-80%) translateY(20%) rotate(20deg);
    left: 49.3%;
    top: 85.8%
}

#ASUS-features .section__accessories .accessories-wrapper .product.cetra-true-earpud2 {
    width: 3.87%;
    height: 6.509%;
    transform: translateX(40%) translateY(40%) rotate(25deg);
    left: 52.6%;
    top: 88%
}

#ASUS-features .section__accessories .accessories-wrapper.active .product {
    filter: drop-shadow(-20px 15px 10px rgba(0, 0, 0, .75));
    transform: translateX(0) translateY(0) rotate(0deg);
    transition-delay: .6s, .2s;
    transition: filter 2s cubic-bezier(1, 0, 0, 1), transform 1s cubic-bezier(1, 0, 0, 1);
    transform-origin: center;
    will-change: filter, transform
}

#ASUS-features .section__accessories .accessories-wrapper.active .product.adapter-cable {
    filter: drop-shadow(-15px 4px 10px rgba(0, 0, 0, .75))
}

#ASUS-features .section__accessories .accessories-wrapper.active .dots-block>a {
    opacity: 1;
    transition: opacity .6s ease
}

#ASUS-features .section__accessories .accessories-wrapper.active .dots-block>a.link-nr2301-bag {
    transition-delay: .8s
}

#ASUS-features .section__accessories .accessories-wrapper.active .dots-block>a.link-nr2301-bag:before {
    animation-delay: .1s
}

#ASUS-features .section__accessories .accessories-wrapper.active .dots-block>a.link-raikiri {
    transition-delay: .9s
}

#ASUS-features .section__accessories .accessories-wrapper.active .dots-block>a.link-raikiri:before {
    animation-delay: .3s
}

#ASUS-features .section__accessories .accessories-wrapper.active .dots-block>a.link-adapter {
    transition-delay: 1s
}

#ASUS-features .section__accessories .accessories-wrapper.active .dots-block>a.link-adapter:before {
    animation-delay: .5s
}

#ASUS-features .section__accessories .accessories-wrapper.active .dots-block>a.link-cetra-true {
    transition-delay: 1.1s
}

#ASUS-features .section__accessories .accessories-wrapper.active .dots-block>a.link-cetra-true:before {
    animation-delay: .6s
}

#ASUS-features .section__accessories .accessories-wrapper.active .dots-block>a.link-xg-Mobile {
    transition-delay: 1.2s
}

#ASUS-features .section__accessories .accessories-wrapper.active .dots-block>a.link-xg-Mobile:before {
    animation-delay: .5s
}

#ASUS-features .section__accessories .accessories-wrapper.active .dots-block>a.link-delta {
    transition-delay: 1.3s
}

#ASUS-features .section__accessories .accessories-wrapper.active .dots-block>a.link-delta:before {
    animation-delay: .3s
}

@keyframes beats {
    0% {
        transform: scale(.9);
        opacity: 1
    }

    to {
        transform: scale(3);
        opacity: 0
    }
}

#ASUS-features .titleRigsInOne {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 100px;
    font-size: calc(.2vw + 40px)
}

#ASUS-features .section__rigsInOne {
    position: relative
}

#ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame {
    position: absolute;
    top: 0
}

#ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame .fullPic {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 56.25vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    visibility: hidden
}

#ASUS-features .section__rigsInOne .fullPic.fullPic1 {
    background-image: url(images/pic_rigs_in_one1.webp)
}

.noWebp #ASUS-features .section__rigsInOne .fullPic.fullPic1 {
    background-image: url(images/pic_rigs_in_one1.jpg)
}

#ASUS-features .section__rigsInOne .fullPic.fullPic2 {
    background-image: url(images/pic_rigs_in_one2.webp)
}

.noWebp #ASUS-features .section__rigsInOne .fullPic.fullPic2 {
    background-image: url(images/pic_rigs_in_one2.jpg)
}

#ASUS-features .section__rigsInOne .fullPic.fullPic3 {
    background-image: url(images/pic_rigs_in_one3.webp)
}

.noWebp #ASUS-features .section__rigsInOne .fullPic.fullPic3 {
    background-image: url(images/pic_rigs_in_one3.jpg)
}

#ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame .fullPic.show {
    visibility: visible
}

#ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame .fullPic .gameLogo {
    position: absolute;
    width: 10.742vw;
    height: 6.445vw;
    bottom: 5vw;
    right: 2vw;
    background-size: contain
}

#ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo1 {
    background-image: url(images/gameLogo1.webp)
}

.noWebp #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo1 {
    background-image: url(images/gameLogo1.png)
}
#ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo2 {
    background-image: url(images/gameLogo2.webp)
}

.noWebp #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo2 {
    background-image: url(images/gameLogo2.png)
}

#ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo3 {
    background-image: url(images/gameLogo3.webp)
}

.noWebp #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo3 {
    background-image: url(images/gameLogo3.png)
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame {
    position: relative;
    margin-top: 60vw
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info {
    position: relative;
    margin-top: 60vw;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    z-index: 300
}

#ASUS-features .section__rigsInOne .infoFrame .info {
    background-image: url(images/rigsInOneBg.webp)
}

.noWebp #ASUS-features .section__rigsInOne .infoFrame .info {
    background-image: url(images/rigsInOneBg.jpg)
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .timeFrame {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 56.25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 320;
    pointer-events: none
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .timeFrame .timePic {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    width: 14vw;
    height: 6vw;
    transition: width .7s cubic-bezier(.75, 0, 0, .85), height .7s cubic-bezier(.75, 0, 0, .85), transform .7s cubic-bezier(.75, 0, 0, .85);
    transform: translate3d(-40vw, -20vw, 0);
    top: 50%
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .timeFrame .timePic.big {
    width: 41.48vw;
    height: 20.69vw;
    transition: width .7s cubic-bezier(.75, 0, 0, .85), height .7s cubic-bezier(.75, 0, 0, .85), transform .35s cubic-bezier(.75, 0, 0, .85);
    transform: translate3d(0, -71vw, 0);
    will-change: width, height, transform
}

#ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic1 {
    background-image: url(images/time1.webp)
}

.noWebp #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic1 {
    background-image: url(images/time1.jpg)
}
#ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic2 {
    background-image: url(images/time2.webp)
}

.noWebp #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic2 {
    background-image: url(images/time2.jpg)
}

#ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic3 {
    background-image: url(images/time3.webp)
}

.noWebp #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic3 {
    background-image: url(images/time3.jpg)
}
#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame {
    min-height: 74vw;
    position: relative;
    top: 10vw
}

@media (min-width:1400px) and (max-width:1440px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame {
        min-height: 90vw
    }
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .gradientText1 {
    background: -webkit-linear-gradient(left, #1fb3ff, #9b32ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .gradientText2 {
    background: -webkit-linear-gradient(left, #0bb6e1, #25eda1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .gradientText3 {
    background: -webkit-linear-gradient(left, #456df3, #27cffe 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .featureTitle {
    color: #fff;
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
    text-align: center;
    margin-bottom: 2.8vw;
    font-size: calc(.2vw + 40px)
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list {
    margin-top: 1vw;
    margin-bottom: 3vw;
    max-width: 740px
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature {
    margin-left: calc(.3vw + 17px);
    margin-right: calc(.3vw + 17px)
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature .wd__feature__top {
    color: #fff;
    font-size: calc(.2vw + 14px);
    line-height: calc(.2vw + 22px)
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature .wd__feature__data {
    background: -webkit-linear-gradient(left, #456df3, #27cffe 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: calc(.2vw + 38px)
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature .wd__feature__describe {
    color: #fff;
    font-size: calc(.2vw + 14px)
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature .wd__feature__describe .describeText {
    color: #fff
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .content-comment {
    display: none;
    font-size: calc(.1vw + 10px);
    color: #a7a7a7;
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    text-align: right
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame1 .wd__feature__list .wd__feature .wd__feature__top {
    color: #fff
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame1 .wd__feature__list .wd__feature .wd__feature__data {
    background: -webkit-linear-gradient(left, #1fb3ff, #9b32ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame2 .wd__feature__list .wd__feature .wd__feature__top {
    color: #fff
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame2 .wd__feature__list .wd__feature .wd__feature__data {
    background: -webkit-linear-gradient(left, #0bb6e1, #25eda1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (min-width:2560px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame3 .wd__feature__list {
        max-width: 50vw
    }
}

@media (min-width:1400px) and (max-width:1440px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame3 .wd__feature__list {
        max-width: 58vw
    }
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame3 .wd__feature__list .wd__feature.feature-1,
#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame3 .wd__feature__list .wd__feature.feature-4 {
    display: none
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame3 .wd__feature__list .wd__feature.feature-1 .wd__feature__data,
#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame3 .wd__feature__list .wd__feature.feature-4 .wd__feature__data {
    font-size: calc(.3vw + 17px);
    background: -webkit-linear-gradient(left, #27cffe 20%, #26fce3 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame3 .wd__feature__list .wd__feature .wd__feature__top {
    color: #fff
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame3 .wd__feature__list .wd__feature .wd__feature__data {
    background: -webkit-linear-gradient(left, #456df3, #27cffe 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories {
    width: 62.305vw;
    height: 35.898vw
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click.mobileOnly {
    display: none
}

#ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories1 {
    background-image: url(images/accessories1.webp)
}

.noWebp #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories1 {
    background-image: url(images/accessories1.jpg)
}

#ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories2 {
    background-image: url(images/accessories2.webp)
}

.noWebp #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories2 {
    background-image: url(images/accessories2.jpg)
}

#ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories3 {
    background-image: url(images/accessories3.webp)
}

.noWebp #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories3 {
    background-image: url(images/accessories3.jpg)
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .titleAccessories {
    position: absolute;
    color: #fff;
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
    font-size: 3vw;
    top: 1.5vw;
    left: 2vw;
    text-transform: uppercase
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame {
    position: relative;
    margin-top: -35.898vw;
    width: 62.305vw;
    height: 35.898vw;
    margin-left: auto;
    margin-right: auto
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product {
    position: absolute;
    color: #fff
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product1 {
    left: 2vw;
    top: 9.5vw
}

@media (min-width:1400px) and (max-width:1440px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product1 {
        top: 7.5vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product1 .productTitle {
        width: 18vw
    }
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product2 {
    left: 30.8vw;
    top: 27.5vw
}

@media (min-width:1400px) and (max-width:1440px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product2 {
        left: 36.8vw;
        top: 2.5vw
    }
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product3 {
    left: 2vw;
    top: 18.2vw
}

@media (min-width:1400px) and (max-width:1440px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product3 {
        left: 1.7vw;
        top: 24.2vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product3 .productTitle {
        width: 18vw
    }
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product4 {
    left: 36.8vw;
    top: 1.3vw
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product5 {
    left: 2vw;
    top: 18%
}

@media (min-width:1400px) and (max-width:1440px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product5 {
        top: 5.3vw
    }
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product6 {
    left: 2vw;
    top: 44%
}

@media (min-width:1400px) and (max-width:1440px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product6 {
        top: 15.1vw
    }
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle {
    font-size: calc(.4vw + 15px);
    font-family: rogfonts-regular, Microsoft JhengHei, "sans-serif";
    text-decoration: none;
    width: 27vw;
    display: block;
    z-index: 350
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-left: .5vw;
    top: -.1vw
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click :focus:focus-visible {
    outline: 3px solid #e30017
}

@media (min-width:1024px) and (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click {
        top: -.3vw
    }
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle {
    z-index: 350;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    top: 0;
    left: 50%;
    width: calc(.2vw + 12px);
    height: calc(.2vw + 12px);
    background-position: 50%;
    background-repeat: no-repeat;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background: hsla(0, 0%, 100%, .876);
    background-size: contain
}

@media (min-width:1024px) and (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle {
        font-size: calc(.2vw + 12px)
    }
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle .circle_center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .51);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transform: scale(1)
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle .circle_center.active {
    transition: transform .5s ease-in-out;
    animation: scale .8s ease-out 3
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-1 {
    z-index: 350 !important
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-1 .circle_center {
    animation-delay: .3s
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-2 {
    z-index: 350 !important
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-2 .circle_center {
    animation-delay: .8s
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-3 {
    z-index: 350 !important
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-3 .circle_center {
    animation-delay: 1.3s
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-4 {
    z-index: 350 !important
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-4 .circle_center {
    animation-delay: 1.8s
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productInfoFrame {
    margin-top: .5vw;
    line-height: 1.5
}

#ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productInfoFrame .productInfo {
    margin-left: 1vw;
    font-size: calc(.2vw + 12.8px);
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    text-decoration: none
}

#ASUS-features .section__base .animate-player .content-frame2 .draw-line:after,
#ASUS-features .section__base .animate-player .content-frame2 .draw-line:before {
    opacity: 0
}

#ASUS-features .section__base .animate-player .content-frame2 .draw-line:before {
    transition: opacity .8s ease .8s
}

#ASUS-features .section__base .animate-player .content-frame2 .draw-line:after {
    transform: translateX(30%);
    transition: opacity 1s ease .4s, transform 1s ease .4s
}

#ASUS-features .section__base .animate-player .content-frame2 .draw-line span {
    opacity: 0;
    transition: opacity .6s ease .4s
}

#ASUS-features .section__base .animate-player .content-frame2 .draw-line span.deco {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s ease, transform .8s ease
}

#ASUS-features .section__base .animate-player .content-frame2 .content-info,
#ASUS-features .section__base .animate-player .content-frame2 .note {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity .8s ease .6s, transform .8s ease .6s
}

#ASUS-features .section__base .animate-player .content-frame2 .wd__feature__list .feature-1 {
    opacity: 0;
    transition: opacity .6s ease .2s
}

#ASUS-features .section__base .animate-player .content-frame2 .wd__feature__list .feature-2 {
    opacity: 0;
    transition: opacity .6s ease .4s
}

#ASUS-features .section__base .animate-player .content-frame2 .wd__feature__list .feature-3 {
    opacity: 0;
    transition: opacity .6s ease .6s
}

#ASUS-features .section__base .animate-player .content-frame2 .wd__feature__list .feature-4 {
    opacity: 0;
    transition: opacity .6s ease .8s
}

#ASUS-features .section__base .animate-player .content-frame2 .wd__feature__list .feature-5 {
    opacity: 0;
    transition: opacity .6s ease 1s
}

#ASUS-features .section__base .animate-player .content-frame2 .wd__feature__list .feature-6 {
    opacity: 0;
    transition: opacity .6s ease 1.2s
}

#ASUS-features .section__base .animate-player .content-frame2 .wd__feature__list .feature-7 {
    opacity: 0;
    transition: opacity .6s ease 1.4s
}

#ASUS-features .section__base .animate-player .content-frame2 .wd__feature__list .feature-8 {
    opacity: 0;
    transition: opacity .6s ease 1.6s
}

#ASUS-features .section__base .animate-player .content-frame2 .wd__feature__list .feature-9 {
    opacity: 0;
    transition: opacity .6s ease 1.8s
}

#ASUS-features .section__base .animate-player.animated .content-frame2 .content-info,
#ASUS-features .section__base .animate-player.animated .content-frame2 .note {
    opacity: 1;
    transform: translateY(0)
}

#ASUS-features .section__base .animate-player.animated .icon-arrow,
#ASUS-features .section__base .animate-player.animated .wd__feature__list .feature-1,
#ASUS-features .section__base .animate-player.animated .wd__feature__list .feature-2,
#ASUS-features .section__base .animate-player.animated .wd__feature__list .feature-3,
#ASUS-features .section__base .animate-player.animated .wd__feature__list .feature-4,
#ASUS-features .section__base .animate-player.animated .wd__feature__list .feature-5,
#ASUS-features .section__base .animate-player.animated .wd__feature__list .feature-6,
#ASUS-features .section__base .animate-player.animated .wd__feature__list .feature-7,
#ASUS-features .section__base .animate-player.animated .wd__feature__list .feature-8,
#ASUS-features .section__base .animate-player.animated .wd__feature__list .feature-9 {
    opacity: 1
}

#ASUS-features .section__base .animate-player.animated .icon-arrow.down {
    transform: translateY(0);
    transition: opacity .4s ease, transform .4s ease
}

#ASUS-features .section__base .animate-player.animated .gradient-text {
    animation-name: gradient_text
}

#ASUS-features .section__base .gradient-text {
    -webkit-mask-image: linear-gradient(0deg, transparent 5%, #000, transparent 95%);
    mask-image: linear-gradient(0deg, transparent 5%, #000, transparent 95%);
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease
}

@keyframes gradient_text {
    0% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 0 -160px;
        mask-position: 0 -160px
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__base .content-frame2 .wd-content2 {
        max-width: none !important;
        padding: 0
    }

    #ASUS-features .section__base .wd-content {
        max-width: 920px;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
        z-index: 20
    }

    #ASUS-features .section__base .wd-content.medium-text-center {
        text-align: center
    }

    #ASUS-features .section__base .wd-content.medium-text-left {
        text-align: left
    }

    #ASUS-features .section__base .wd-content.medium-text-right {
        text-align: right
    }

    #ASUS-features .section__base .wd-content>* {
        font-weight: 400;
        font-style: normal
    }

    #ASUS-features .section__base .wd-content>.content-slogan {
        color: #fff;
        font-size: 36px
    }

    #ASUS-features .section__base .wd-content>.content-slogan:after {
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: -12px;
        margin-left: 0;
        width: 372px;
        height: 9px;
        margin-top: 15px;
        background-position: 3px;
        /* background-image: url(images/titleLine.webp) */
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__base .wd-content>.icon_title {
        display: none
    }

    #ASUS-features .section__base .wd-content.text-center>* {
        text-align: center
    }

    #ASUS-features .section__base .wd-content.text-left>* {
        text-align: left
    }

    #ASUS-features .section__base .wd-content.text-right>* {
        text-align: right
    }

    #ASUS-features .section__base.noWebp .wd-content>.content-slogan:after {
        /* background-image: url(images/titleLine.png) */
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__base .slider .slide .content {
        max-height: 16.5em;
        padding-left: 22px;
        padding-right: 13px
    }

    #ASUS-features .section__kv h2 {
        font-size: 64px;
        line-height: 72px;
        padding: 0 15px
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__kv h2 {
        font-size: 54px;
        line-height: 62px
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__kv h3 {
        font-size: 36px;
        line-height: 46px
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__kv h3 {
        font-size: 30px;
        line-height: 40px
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__kv .img__pic_kv {
        background-image: url(images/pic_kv.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__kv .img__pic_kv {
        background-image: url(images/pic_kv.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__kv .icon-feature-list {
        padding-left: 20px;
        padding-right: 20px
    }

    #ASUS-features .section__kv .icon-feature-list li {
        width: 50%
    }

    #ASUS-features .section__kv .icon-feature-list li:nth-child(odd) a {
        padding-left: 0
    }

    #ASUS-features .section__kv .icon-feature-list li:nth-child(2n) a {
        padding-right: 0
    }

    #ASUS-features .section__kv .icon-feature-list li .logo-win11 {
        max-width: 50px;
        margin: 0 auto
    }

    #ASUS-features .section__kv .icon-feature-list li .txt {
        width: calc(100% - 85px);
        padding: 0 0 0 10px
    }

    #ASUS-features .section__kv .icon-feature-list li .pic {
        width: 80px
    }

    #ASUS-features .section__kv .buy-block h4 {
        font-size: 32px
    }

    #ASUS-features .section__kv .buy-block .subtitle,
    #ASUS-features .section__kv .buy-block p {
        font-size: 19px
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__kv .buy-block h4 {
        white-space: normal
    }

    #ASUS-features .section__kv .buy-block .flex-block .left,
    #ASUS-features .section__kv .buy-block .flex-block .right {
        width: 50%
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__multi-uses .img__bg_multi-uses_me {
        background-image: url(images/bg_multi-uses_me.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__multi-uses .img__bg_multi-uses_me {
        background-image: url(images/bg_multi-uses_me.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__multi-uses .img__bg_multi-uses_we {
        background-image: url(images/bg_multi-uses_we.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__multi-uses .img__bg_multi-uses_we {
        background-image: url(images/bg_multi-uses_we.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__multi-uses .img__bg_multi-uses_pro {
        background-image: url(images/bg_multi-uses_pro.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__multi-uses .img__bg_multi-uses_pro {
        background-image: url(images/bg_multi-uses_pro.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__multi-uses .section .wd-content {
        max-width: 540px
    }

    #ASUS-features .section__multi-uses .section.me .wd-content {
        left: 77%;
        top: 50%
    }

    #ASUS-features .section__multi-uses .section.we .wd-content {
        left: 30%;
        top: 66%
    }

    #ASUS-features .section__multi-uses .section.pro .wd-content {
        left: 74%;
        top: 30%
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__multi-uses .section {
        margin-bottom: 15px;
        padding-bottom: 80vw;
        overflow: hidden
    }

    #ASUS-features .section__multi-uses .section figure.img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 10%
    }

    #ASUS-features .section__multi-uses .section .wd-content {
        max-width: none;
        padding: 30px 0 60px;
        transform: none;
        position: relative
    }

    #ASUS-features .section__multi-uses .section .wd-content:before {
        content: "";
        width: 100%;
        height: 150%;
        background-image: linear-gradient(0deg, transparent, #000 80%);
        position: absolute;
        left: 0;
        top: 0
    }

    #ASUS-features .section__multi-uses .section .wd-content .content-title {
        padding: 0 15px
    }

    #ASUS-features .section__multi-uses .section .wd-content .content-title>span {
        display: inline-block
    }

    #ASUS-features .section__multi-uses .section .wd-content .content-title>span:first-child {
        margin-right: .25em
    }

    #ASUS-features .section__multi-uses .section .wd-content .content-info {
        padding: 0 15px
    }

    #ASUS-features .section__multi-uses .section.me figure.img {
        background-position-x: 23%
    }

    #ASUS-features .section__multi-uses .section.me .wd-content {
        left: auto;
        top: auto
    }

    #ASUS-features .section__multi-uses .section.we figure.img {
        background-size: 350%;
        background-position-x: 100%;
        background-position-y: 64%
    }

    #ASUS-features .section__multi-uses .section.we .wd-content {
        left: auto;
        top: auto
    }

    #ASUS-features .section__multi-uses .section.pro figure.img {
        background-position-x: 23%
    }

    #ASUS-features .section__multi-uses .section.pro .wd-content {
        left: auto;
        top: auto
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__multi-games .img__bg_multi-games {
        background-image: url(images/bg_multi-games.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__multi-games .img__bg_multi-games {
        background-image: url(images/bg_multi-games.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__multi-games .pic-game-wrapper {
        max-width: none;
        max-height: none;
        width: 51vw;
        height: 32.8vw
    }

    #ASUS-features .section__multi-games .pic-game-wrapper .game,
    #ASUS-features .section__multi-games .pic-game-wrapper .game .inner .pic img {
        max-width: none;
        max-height: none;
        width: 11.1vw;
        height: 6.4vw
    }

    #ASUS-features .section__multi-games .product-container {
        width: 85vw;
        height: 35.7vw;
        margin-top: -17.85vw;
        margin-left: -42.5vw
    }

    #ASUS-features .section__multi-games .product-container .info-block {
        width: 35%
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__multi-games .product-container .info-block {
        width: 48%;
        padding: 0 15px
    }
}

@media (max-width:1280px) and (max-width:800px) {
    #ASUS-features .section__multi-games .product-container .info-block {
        width: 60%
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__multi-games .product-container .info-block p {
        font-size: 12px
    }

    #ASUS-features .section__multi-games .text-block,
    #ASUS-features .section__multi-games .title-block {
        padding: 0 20px
    }

    #ASUS-features .section__multi-games .title-block {
        padding-bottom: 46vw
    }

    #ASUS-features .section__multi-games .text-block {
        padding-top: 50vw
    }

    #ASUS-features .section__armoury_crate .img__bg_armoury_crate_1 {
        background-image: url(images/bg_armoury_crate_1.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__armoury_crate .img__bg_armoury_crate_1 {
        background-image: url(images/bg_armoury_crate_1.jpg)
    }
}


@media (max-width:1280px) {
    #ASUS-features .section__armoury_crate .img__bg_armoury_crate_3 {
        background-image: url(images/bg_armoury_crate_3.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__armoury_crate .img__bg_armoury_crate_3 {
        background-image: url(images/bg_armoury_crate_3.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__armoury_crate .container1.feature .title-block {
        margin-bottom: 40px
    }

    #ASUS-features .section__armoury_crate .container1.feature .grid-block {
        display: flex;
        align-items: flex-start
    }

    #ASUS-features .section__armoury_crate .container1.feature .grid-block .flex-block {
        flex: 1;
        flex-direction: column;
        align-items: center
    }

    #ASUS-features .section__armoury_crate .container1.feature .grid-block .icon {
        width: 30%;
        height: 30%;
        padding: 0
    }

    #ASUS-features .section__armoury_crate .container1.feature .grid-block .text-block {
        flex: 1;
        padding-top: 15px;
        text-align: center
    }

    #ASUS-features .section__armoury_crate .container1.feature .grid-block .text-block h3 {
        font-size: 28px
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__armoury_crate .img__bg_armoury_crate_1 {
        bottom: auto;
        top: 58%
    }

    #ASUS-features .section__armoury_crate .img__bg_armoury_crate_3 {
        bottom: auto;
        top: 64%
    }

    #ASUS-features .section__armoury_crate .armoury-crate-content {
        padding-bottom: 160px
    }

    #ASUS-features .section__armoury_crate .armoury-crate-content.flex-block {
        display: block;
        margin-top: 10px
    }

    #ASUS-features .section__armoury_crate .armoury-crate-content .text-block,
    #ASUS-features .section__armoury_crate .armoury-crate-content .ui-block {
        width: 100%
    }

    #ASUS-features .section__armoury_crate .armoury-crate-content .ui-block .nr2301-front {
        width: 130vw;
        height: 54.41vw;
        margin-left: -65vw;
        left: 50%
    }

    #ASUS-features .section__armoury_crate .armoury-crate-content .ui-block .ui-list {
        width: 74.5%;
        height: 77%;
        left: 50%;
        transform: translateX(-50%)
    }

    #ASUS-features .section__armoury_crate .armoury-crate-content .text-block .text-list {
        padding-right: 0
    }

    #ASUS-features .section__armoury_crate .armoury-crate-content .text-block .text-list .text .wd-content {
        text-align: center
    }

    #ASUS-features .section__armoury_crate .container1.main>.inner.nr2301 {
        padding: 0;
        position: relative;
        bottom: auto
    }

    #ASUS-features .section__armoury_crate .container1.main>.inner.nr2301>.flex-block {
        flex-direction: column-reverse
    }

    #ASUS-features .section__armoury_crate .container1.main>.inner.nr2301>.flex-block .wd-content {
        width: 100%;
        margin: 0 auto;
        padding: 1.953vw 15px 0;
        text-align: center;
        transform: translateY(20%);
        position: relative
    }

    #ASUS-features .section__armoury_crate .container1.main>.inner.nr2301>.flex-block .wd-content .content-info {
        margin-top: 0
    }

    #ASUS-features .section__armoury_crate .container1.main>.inner.nr2301>.flex-block .product {
        max-width: none;
        width: 80%;
        height: 38.407vw;
        margin: 0 auto;
        position: relative
    }

    #ASUS-features .section__armoury_crate .container1.main>.inner.nr2301.active>.flex-block .wd-content {
        transform: translateY(0)
    }

    #ASUS-features .section__armoury_crate .container1.feature {
        padding-top: 120px
    }

    #ASUS-features .section__armoury_crate .xbox-game-pass {
        max-width: none;
        width: 150px;
        top: 64%
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__performance .container1.processor {
        max-width: 735px;
        margin: 0 auto;
        padding: 3.3vw 15px
    }

    #ASUS-features .section__performance .container1.processor .processor-name-block .inner {
        width: 100%;
        display: block
    }

    #ASUS-features .section__performance .container1.processor .processor-name-block ul {
        display: block
    }

    #ASUS-features .section__performance .container1.processor .processor-name-block ul li {
        width: 48%
    }

    #ASUS-features .section__performance .container1.processor .processor-name-block ul li button {
        font-size: 24px
    }

    #ASUS-features .section__performance .container1.processor .processor-info-block .info .logo {
        width: 25%
    }

    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters {
        font-size: 36px
    }

    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters.first {
        width: 44%
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__performance-video {
        padding-top: 80px
    }

    #ASUS-features .section__performance-video .title-block h2 {
        font-size: 42px
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__performance-video .container1 {
        display: flex;
        flex-direction: column-reverse
    }

    #ASUS-features .section__performance-video .title-block {
        margin-bottom: 10px;
        position: relative;
        left: auto;
        top: auto
    }

    #ASUS-features .section__performance-video .title-block h2 {
        text-align: center
    }

    #ASUS-features .section__performance-video .title-block h2 br {
        display: contents
    }

    #ASUS-features .section__performance-video .video-block #btn-video-performance {
        top: 88%
    }

    #ASUS-features .section__performance-video .logo-high-on-life {
        top: auto;
        bottom: calc(40.625vw - 55px)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__micro-sd:before {
        background-position: center -2000px
    }

    #ASUS-features .section__micro-sd .main-info.flex-block {
        flex-direction: column;
        align-items: center
    }

    #ASUS-features .section__micro-sd .main-info .text-block {
        max-width: 720px;
        width: 100%;
        padding: 0 30px 60px;
        text-align: center
    }

    #ASUS-features .section__micro-sd .main-info .graph-block {
        width: 60%;
        margin: 0 auto;
        padding: 0 30px
    }

    #ASUS-features .section__micro-sd .main-info .graph-block h3 {
        font-size: 34px;
        padding: 30px 0
    }
}

@media (max-width:1280px) and (max-width:992px) {

    #ASUS-features .section__micro-sd .feature .left,
    #ASUS-features .section__micro-sd .feature .right {
        padding: 0 15px
    }
}

@media (max-width:1280px) {

    #ASUS-features .section__micro-sd .feature .left.flex-block,
    #ASUS-features .section__micro-sd .feature .right.flex-block {
        display: block
    }

    #ASUS-features .section__micro-sd .feature .left .icon,
    #ASUS-features .section__micro-sd .feature .right .icon {
        width: 174px;
        height: 102px;
        margin: 0 auto
    }

    #ASUS-features .section__micro-sd .feature .left .text-block,
    #ASUS-features .section__micro-sd .feature .right .text-block {
        width: 100%;
        padding-top: 15px
    }

    #ASUS-features .section__micro-sd .feature .left .text-block .wd-content,
    #ASUS-features .section__micro-sd .feature .right .text-block .wd-content {
        padding: 0
    }

    #ASUS-features .section__micro-sd .feature .left .wd-content,
    #ASUS-features .section__micro-sd .feature .right .wd-content {
        text-align: center
    }

    #ASUS-features .section__micro-sd .feature .right .icon:before {
        content: "";
        width: 1px;
        height: 100%;
        display: inline-block;
        margin-left: -8px;
        vertical-align: middle
    }

    #ASUS-features .section__micro-sd .feature .right .icon .pic {
        display: inline-block;
        vertical-align: middle
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__micro-sd .main-info .graph-block {
        width: 80%
    }

    #ASUS-features .section__micro-sd .feature {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto
    }

    #ASUS-features .section__micro-sd .feature.flex-block {
        display: block
    }

    #ASUS-features .section__micro-sd .feature.flex-block .left,
    #ASUS-features .section__micro-sd .feature.flex-block .right {
        padding: 15px 0
    }

    #ASUS-features .section__micro-sd .feature.flex-block .left.flex-block,
    #ASUS-features .section__micro-sd .feature.flex-block .right.flex-block {
        display: flex
    }

    #ASUS-features .section__micro-sd .feature.flex-block .left .icon,
    #ASUS-features .section__micro-sd .feature.flex-block .right .icon {
        margin: 0;
        padding: 20px;
        align-self: flex-start
    }

    #ASUS-features .section__micro-sd .feature.flex-block .left .text-block,
    #ASUS-features .section__micro-sd .feature.flex-block .right .text-block {
        padding-right: 15px;
        padding-top: 0
    }

    #ASUS-features .section__micro-sd .feature.flex-block .left .wd-content,
    #ASUS-features .section__micro-sd .feature.flex-block .right .wd-content {
        text-align: left
    }

    #ASUS-features .section__micro-sd .feature.flex-block .right .icon:before {
        content: none
    }

    #ASUS-features .section__micro-sd .feature.flex-block .right .icon .pic {
        display: block
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__battery .usage-scenario.flex-block {
        display: block
    }

    #ASUS-features .section__battery .usage-scenario .usage {
        width: 100%
    }

    #ASUS-features .section__battery .usage-scenario .usage.left .note,
    #ASUS-features .section__battery .usage-scenario .usage.left .text-block,
    #ASUS-features .section__battery .usage-scenario .usage.right .note,
    #ASUS-features .section__battery .usage-scenario .usage.right .text-block {
        left: 50%
    }

    #ASUS-features .section__battery .usage-scenario .usage .pic {
        width: 100vw;
        height: 74.218vw;
        margin: 0 auto
    }

    #ASUS-features .section__cooling {
        min-height: auto
    }

    #ASUS-features .section__cooling .img__bg_cooling {
        position: absolute
    }

    #ASUS-features .section__cooling .container1 .flex-block .text-block {
        width: 50%;
        padding: 20px
    }

    #ASUS-features .section__cooling .container1 .flex-block .video-block {
        max-width: none;
        max-height: none;
        width: 50vw;
        height: 28.046vw
    }

    #ASUS-features .section__cooling .carousel {
        min-height: 600px;
        padding: 60px
    }

    #ASUS-features .section__cooling .carousel .wd-content {
        padding: 0
    }

    #ASUS-features .section__cooling .carousel .custom-arrows {
        display: block
    }

    #ASUS-features .section__cooling .carousel .custom-arrows .next,
    #ASUS-features .section__cooling .carousel .custom-arrows .prev {
        top: 35%
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__cooling .container1 .title-block .logo-intelligent-cooling {
        max-width: 840px;
        width: 100%;
        height: 80px
    }

    #ASUS-features .section__cooling .container1 .flex-block {
        flex-direction: column-reverse
    }

    #ASUS-features .section__cooling .container1 .flex-block .text-block,
    #ASUS-features .section__cooling .container1 .flex-block .video-block {
        width: 100%
    }

    #ASUS-features .section__cooling .container1 .flex-block .text-block {
        padding: 15px 0
    }

    #ASUS-features .section__cooling .container1 .flex-block .video-block {
        height: 53.15vw
    }

    #ASUS-features .section__cooling .carousel {
        min-height: 700px
    }

    #ASUS-features .section__cooling .carousel .slider .pic {
        max-width: none;
        max-height: none;
        width: 100%;
        height: 55.39%
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__design .img__bg_design {
        background-image: url(images/bg_design.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__design .img__bg_design {
        background-image: url(images/bg_design.jpg)
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__design .img__bg_design {
        height: 100vw;
        background-position-x: 60%
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__design .lightweight .wd-content {
        max-width: 480px;
        top: 35%
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__design .lightweight .wd-content {
        max-width: 440px;
        left: 34%;
        top: 37%
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set .element {
        font-size: 15px
    }

    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set2 .element1 {
        font-size: 120%
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set2 .element1 {
        left: 35%;
        top: 30%
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set3 .element1 {
        font-size: 120%
    }

    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set4 .element2 {
        top: 35%
    }

    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.active .element {
        opacity: 1;
        z-index: 2;
        transition: opacity .1s ease
    }

    #ASUS-features .section__design .game-players-container .title-block {
        margin-bottom: 20px
    }

    #ASUS-features .section__design .game-players .deco-wrapper .light {
        filter: blur(50px)
    }

    #ASUS-features .section__design-carousel .img__bg_design_carousel {
        background-image: url(images/bg_design_carousel.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__design-carousel .img__bg_design_carousel {
        background-image: url(images/bg_design_carousel.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__design-carousel .container1.carousel .pic-inner .pic {
        height: 406px
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__design-carousel .container1.flex-block {
        flex-direction: column;
        align-items: center
    }

    #ASUS-features .section__design-carousel .container1.carousel {
        max-width: 720px
    }

    #ASUS-features .section__design-carousel .container1.carousel#slider-design1 .slide,
    #ASUS-features .section__design-carousel .container1.carousel#slider-design2 .slide {
        padding: 0 15px
    }

    #ASUS-features .section__design-carousel .container1.carousel#slider-design2 .text-inner {
        padding-bottom: 30px
    }

    #ASUS-features .section__design-carousel .container1.carousel .pic-inner {
        width: 100%
    }

    #ASUS-features .section__design-carousel .container1.carousel .pic-inner .pic,
    #ASUS-features .section__design-carousel .container1.carousel .video-block {
        height: 373px
    }

    #ASUS-features .section__design-carousel .container1.carousel .text-inner {
        width: 100%
    }

    #ASUS-features .section__design-carousel .container1.carousel .text-inner .wd-content {
        padding: 0
    }

    #ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-dots .slick-slide.slick-current button {
        transform: scale(1)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__display .logo-wrc-generations {
        width: 100px
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__display {
        padding-top: 30px
    }

    #ASUS-features .section__display .container1:before {
        display: none
    }

    #ASUS-features .section__display .text-block {
        padding-bottom: 60px;
        position: relative;
        left: auto;
        top: auto;
        transform: none
    }

    #ASUS-features .section__display .text-block .wd-content {
        max-width: none;
        padding: 10px 30px 0;
        margin-bottom: 0;
        text-align: left
    }

    #ASUS-features .section__display .text-block .wd-content .content-info,
    #ASUS-features .section__display .text-block .wd-content .content-title {
        opacity: 1 !important;
        transform: translateY(0) !important
    }

    #ASUS-features .section__display .text-block .wd__feature__list {
        max-width: 100%;
        display: block;
        padding: 0 30px;
        text-align: left
    }

    #ASUS-features .section__display .text-block .wd__feature__list .wd__feature {
        margin: 10px 20px;
        padding: 0;
        opacity: 1 !important
    }

    #ASUS-features .section__display .logo-wrc-generations {
        width: 90px;
        bottom: auto;
        top: calc(52.734vw - 50px)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__display2 .img__bg_display2 {
        background-image: url(images/bg_display2.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__display2 .img__bg_display2 {
        background-image: url(images/bg_display2.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__display2 .text-block {
        width: 50%;
        left: 0;
        top: 55%
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__display2 {
        height: auto
    }

    #ASUS-features .section__display2 .img__bg_display2 {
        width: 100vw;
        height: 50.781vw;
        background-size: 150%;
        background-position-x: 100%
    }

    #ASUS-features .section__display2 .container1 {
        height: auto;
        position: relative
    }

    #ASUS-features .section__display2 .text-block {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 60px;
        position: relative;
        left: auto;
        top: auto;
        transform: none
    }

    #ASUS-features .section__display2 .text-block .wd-content {
        max-width: none
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__display3 {
        padding-top: 100px
    }

    #ASUS-features .section__display3 .video-wrapper .text-block.video-text .element {
        font-size: 16px
    }

    #ASUS-features .section__display3 .text-block .wd-content {
        max-width: none;
        text-align: left;
        padding: 0 30px
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__audio {
        padding-bottom: 100px
    }

    #ASUS-features .section__audio .container1,
    #ASUS-features .section__audio .container1>.inner {
        position: relative;
        left: auto;
        top: auto;
        transform: none
    }

    #ASUS-features .section__audio .container1>.inner {
        max-width: none
    }

    #ASUS-features .section__audio .title-block {
        padding: 0 30px;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        text-align: left
    }

    #ASUS-features .section__audio .text-block,
    #ASUS-features .section__audio .wd__feature__list {
        padding: 0 30px;
        text-align: left
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__connectivity .img__bg_connectivity {
        background-image: url(images/bg_connectivity.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__connectivity .img__bg_connectivity {
        background-image: url(images/bg_connectivity.jpg)
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__connectivity {
        height: auto;
        padding-bottom: 100px
    }

    #ASUS-features .section__connectivity .img__bg_connectivity {
        width: 100vw;
        height: 50.781vw
    }

    #ASUS-features .section__connectivity>.container1 {
        height: auto;
        position: relative;
        left: auto;
        top: auto
    }

    #ASUS-features .section__connectivity .text-block {
        width: 100%;
        padding-top: 10px;
        position: relative;
        left: auto;
        top: auto;
        transform: none
    }

    #ASUS-features .section__connectivity .text-block .wd__feature__list {
        flex-wrap: wrap-reverse;
        flex-direction: unset
    }

    #ASUS-features .section__connectivity .text-block .wd__feature__list .wd__feature {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 8px;
        vertical-align: top
    }

    #ASUS-features .section__connectivity .text-block .wd__feature__list .wd__feature.logo-wifi6e {
        margin-top: 0
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__ioports .img__bg_ioports {
        background-image: url(images/bg_ioports.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__ioports .img__bg_ioports {
        background-image: url(images/bg_ioports.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__ioports .img__bg_ioports2 {
        background-image: url(images/bg_ioports2.webp)
    }
}


@media (max-width:1280px) {
    .noWebp #ASUS-features .section__ioports .img__bg_ioports2 {
        background-image: url(images/bg_ioports2.jpg)
    }
}


@media (max-width:1280px) {

    #ASUS-features .section__ioports .container1 .product.back,
    #ASUS-features .section__ioports .container1 .product.top {
        width: 64.062vw;
        height: 26.953vw
    }

    #ASUS-features .section__ioports .container1 .product.front {
        width: 71.875vw;
        height: 34.609vw
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li .dot,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li .dot {
        width: 1.3%;
        height: 2.75%;
        transform: translateX(-10%) translateY(-15%)
    }

    #ASUS-features .section__ioports .container1 .product ul.io-ports li {
        font-size: 15px
    }
}

@media (max-width:1280px) and (max-width:1080px) {
    #ASUS-features .section__ioports .container1 .product ul.io-ports li {
        font-size: 13px
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__ioports .container1 .product ul.io-ports li .dot {
        width: 1%;
        height: 2.2%;
        transform: translateX(-10%) translateY(-15%)
    }
}

@media (max-width:1280px) and (max-width:992px) {
    #ASUS-features .section__ioports .img__bg_ioports {
        bottom: 400px
    }

    #ASUS-features .section__ioports .container1.top-wrapper {
        padding-bottom: 300px
    }

    #ASUS-features .section__ioports .container1.back-wrapper {
        padding-bottom: 200px
    }

    #ASUS-features .section__ioports .container1.front-wrapper {
        padding-bottom: 400px
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li span.dot,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li span.dot {
        width: 1.75%;
        height: 4%;
        transform: translateX(-10%) translateY(-30%)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li span.dot {
        width: 1.74%;
        height: 3.7%;
        transform: translateX(-20%) translateY(-28%)
    }

    #ASUS-features .section__ioports .container1 .product ul.io-ports li {
        font-size: 16px
    }

    #ASUS-features .section__ioports .container1 .product ul.io-ports li:before,
    #ASUS-features .section__ioports .container1 .product ul.io-ports li span.name:after {
        content: "";
        width: 18px;
        height: 18px;
        border: 1px solid #fff;
        border-radius: 18px;
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        position: absolute
    }

    #ASUS-features .section__ioports .container1 .product ul.io-ports li:before {
        opacity: 0;
        transform: translateY(-30%);
        transition: opacity .2s ease, transform .2s ease
    }

    #ASUS-features .section__ioports .container1 .product ul.io-ports li span.name {
        padding-left: 23px
    }

    #ASUS-features .section__ioports .container1 .product ul.io-ports li span.name:after {
        vertical-align: baseline;
        left: 0;
        top: 0
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:first-child:before,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:first-child span.name:after {
        content: "1"
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(2):before,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(2) span.name:after {
        content: "2"
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(3):before,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(3) span.name:after {
        content: "3"
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(4):before,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(4) span.name:after {
        content: "4"
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(5):before,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(5) span.name:after {
        content: "5"
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(6):before,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(6) span.name:after {
        content: "6"
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(7):before,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(7) span.name:after {
        content: "7"
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(8):before,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(8) span.name:after {
        content: "8"
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(9):before,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(9) span.name:after {
        content: "9"
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(10):before,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(10) span.name:after {
        content: "10"
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(11):before,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(11) span.name:after {
        content: "11"
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(12):before,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(12) span.name:after {
        content: "12"
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(13):before,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li:nth-child(13) span.name:after {
        content: "13"
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li span.name {
        width: auto !important;
        text-align: left !important;
        white-space: nowrap
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#armoury-crate-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#center-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#d-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-audio-speaker .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-mic .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-stick .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#view-button .name {
        left: 14%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#abxy-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#menu-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-audio-speaker .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-mic .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-stick .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#touoch-screen .name {
        left: 60%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-stick:before {
        left: -6%;
        top: 19%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-stick .name {
        top: 110%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#d-button:before {
        left: -6%;
        top: 38%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#d-button .name {
        top: calc(110% + 24px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-audio-speaker:before {
        left: -6%;
        top: 72%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-audio-speaker .name {
        top: calc(110% + 48px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-mic:before {
        left: 14%;
        top: -13%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-mic .name {
        top: calc(110% + 72px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#view-button:before {
        left: 20%;
        top: -26%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#view-button .name {
        top: calc(110% + 96px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#center-button:before {
        left: 23.5%;
        top: -12%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#center-button .name {
        top: calc(110% + 120px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#armoury-crate-button:before {
        left: 73.5%;
        top: -12%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#armoury-crate-button .name {
        top: calc(110% + 144px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#menu-button:before {
        left: 76.5%;
        top: -26%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#menu-button .name {
        top: 110%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-mic:before {
        left: 82.7%;
        top: -13%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-mic .name {
        top: calc(110% + 24px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#abxy-button:before {
        left: 102%;
        top: 17%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#abxy-button .name {
        top: calc(110% + 48px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-stick:before {
        left: 102%;
        top: 41%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-stick .name {
        top: calc(110% + 72px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-audio-speaker:before {
        left: 102%;
        top: 72%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-audio-speaker .name {
        top: calc(110% + 96px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#touoch-screen:before {
        left: 102%;
        top: 81%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#touoch-screen .name {
        top: calc(110% + 120px)
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li:first-child:before,
    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li:first-child span.name:after {
        content: "1"
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li:nth-child(2):before,
    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li:nth-child(2) span.name:after {
        content: "2"
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li:nth-child(3):before,
    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li:nth-child(3) span.name:after {
        content: "3"
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li span.name {
        width: auto !important;
        text-align: left !important;
        white-space: nowrap
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b .name,
    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro1 .name,
    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro2 .name {
        left: 14%
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b:before {
        left: -6%;
        top: 14.5%
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b .dot.left {
        left: 26.65%;
        top: 30%
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b .dot.right {
        left: 67.65%;
        top: 30%
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b .name {
        top: 110%
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro1:before {
        left: -6%;
        top: 39.3%
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro1 .name {
        top: calc(110% + 24px)
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro2:before {
        left: 103%;
        top: 39.3%
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro2 .name {
        top: calc(110% + 48px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:first-child:before,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:first-child span.name:after {
        content: "1"
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(2):before,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(2) span.name:after {
        content: "2"
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(3):before,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(3) span.name:after {
        content: "3"
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(4):before,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(4) span.name:after {
        content: "4"
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(5):before,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(5) span.name:after {
        content: "5"
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(6):before,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(6) span.name:after {
        content: "6"
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(7):before,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(7) span.name:after {
        content: "7"
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(8):before,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(8) span.name:after {
        content: "8"
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(9):before,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(9) span.name:after {
        content: "9"
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(10):before,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(10) span.name:after {
        content: "10"
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(11):before,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(11) span.name:after {
        content: "11"
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(12):before,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li:nth-child(12) span.name:after {
        content: "12"
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li span.name {
        width: auto !important;
        text-align: left !important;
        white-space: nowrap
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#air-vents .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#audio .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#battery-indicator .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#card-reader .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-bumper .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-trigger .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power-indicator .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-bumper .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-trigger .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#type-c .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#volume .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#xg-mobile .name {
        left: 6vw
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-bumper:before {
        left: -4%;
        top: 5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-bumper .name {
        top: 120%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-trigger:before {
        left: -5%;
        top: 11.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-trigger .name {
        top: calc(120% + 24px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power:before {
        left: 9.2%;
        top: 36.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power .name {
        top: calc(120% + 48px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power-indicator:before {
        left: 12.3%;
        top: 49.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power-indicator .name {
        top: calc(120% + 72px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#battery-indicator:before {
        left: 14.6%;
        top: 58.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#battery-indicator .name {
        top: calc(120% + 96px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#volume:before {
        left: 18%;
        top: 66.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#volume .name {
        top: calc(120% + 120px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#xg-mobile:before {
        left: 26.4%;
        top: 74.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#xg-mobile .name {
        top: calc(120% + 144px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#type-c:before {
        left: 30.5%;
        top: 82.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#type-c .name {
        top: calc(120% + 168px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#card-reader:before {
        left: 37%;
        top: 95.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#card-reader .name {
        top: calc(120% + 192px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#audio:before {
        left: 42.05%;
        top: 104.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#audio .name {
        top: calc(120% + 216px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-trigger:before {
        left: 59.05%;
        top: 113%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-trigger .name {
        top: calc(120% + 240px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-bumper:before {
        left: 67.05%;
        top: 105%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-bumper .name {
        top: calc(120% + 264px)
    }

    #ASUS-features .section__ioports .container1 .product.active ul.io-ports li:before {
        opacity: 1;
        transform: translateY(0);
        transition: opacity .75s cubic-bezier(1, 0, 0, 1), transform .75s cubic-bezier(1, 0, 0, 1);
        will-change: opacity, transform
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li#l-stick:before {
        transition-delay: 1.2s
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li#d-button:before {
        transition-delay: 1.4s
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li#l-audio-speaker:before {
        transition-delay: 1.6s
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li#l-mic:before {
        transition-delay: 1.4s
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li#view-button:before {
        transition-delay: 1.2s
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li#armoury-crate-button:before,
    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li#center-button:before {
        transition-delay: 1s
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li#menu-button:before {
        transition-delay: 1.2s
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li#r-mic:before {
        transition-delay: 1.4s
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li#abxy-button:before {
        transition-delay: 1.2s
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li#r-stick:before {
        transition-delay: 1.4s
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li#r-audio-speaker:before {
        transition-delay: 1.6s
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li#touoch-screen:before {
        transition-delay: 1.8s
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li:first-child .name {
        transition-delay: .1s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li:nth-child(2) .name {
        transition-delay: .2s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li:nth-child(3) .name {
        transition-delay: .3s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li:nth-child(4) .name {
        transition-delay: .4s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li:nth-child(5) .name {
        transition-delay: .5s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li:nth-child(6) .name {
        transition-delay: .6s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li:nth-child(7) .name {
        transition-delay: .7s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li:nth-child(8) .name {
        transition-delay: .8s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li:nth-child(9) .name {
        transition-delay: .9s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li:nth-child(10) .name {
        transition-delay: 1s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li:nth-child(11) .name {
        transition-delay: 1.1s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li:nth-child(12) .name {
        transition-delay: 1.2s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.top ul.io-ports li:nth-child(13) .name {
        transition-delay: 1.3s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.back ul.io-ports li#air-vents-b:before {
        transition-delay: .8s
    }

    #ASUS-features .section__ioports .container1 .product.active.back ul.io-ports li#macro1:before,
    #ASUS-features .section__ioports .container1 .product.active.back ul.io-ports li#macro2:before {
        transition-delay: 1.5s
    }

    #ASUS-features .section__ioports .container1 .product.active.back ul.io-ports li:first-child .name {
        transition-delay: .1s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.back ul.io-ports li:nth-child(2) .name {
        transition-delay: .2s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.back ul.io-ports li:nth-child(3) .name {
        transition-delay: .3s !important
    }

    #ASUS-features .section__ioports .container1 .product.active.front ul.io-ports li#r-bumper:before {
        transition-delay: .3s
    }

    #ASUS-features .section__ioports .container1 .product.active.front ul.io-ports li#r-trigger:before {
        transition-delay: .5s
    }

    #ASUS-features .section__ioports .container1 .product.active.front ul.io-ports li#power:before {
        transition-delay: .7s
    }

    #ASUS-features .section__ioports .container1 .product.active.front ul.io-ports li#power-indicator:before {
        transition-delay: .9s
    }

    #ASUS-features .section__ioports .container1 .product.active.front ul.io-ports li#battery-indicator:before {
        transition-delay: 1.2s
    }

    #ASUS-features .section__ioports .container1 .product.active.front ul.io-ports li#volume:before {
        transition-delay: 1.4s
    }

    #ASUS-features .section__ioports .container1 .product.active.front ul.io-ports li#xg-mobile:before {
        transition-delay: 1.6s
    }

    #ASUS-features .section__ioports .container1 .product.active.front ul.io-ports li#type-c:before {
        transition-delay: 1.8s
    }

    #ASUS-features .section__ioports .container1 .product.active.front ul.io-ports li#card-reader:before {
        transition-delay: 2s
    }

    #ASUS-features .section__ioports .container1 .product.active.front ul.io-ports li#audio:before {
        transition-delay: 2.2s
    }

    #ASUS-features .section__ioports .container1 .product.active.front ul.io-ports li#l-trigger:before {
        transition-delay: 2.4s
    }

    #ASUS-features .section__ioports .container1 .product.active.front ul.io-ports li#l-bumper:before {
        transition-delay: 2.6s
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__accessories .img__bg_accessories {
        background-image: url(images/bg_accessories.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__accessories .img__bg_accessories {
        background-image: url(images/bg_accessories.jpg)
    }
}


@media (max-width:1280px) {
    #ASUS-features .titleRigsInOne {
        margin-bottom: 3vw;
        font-size: calc(.2vw + 40px)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame {
        top: 0
    }

    #ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame .fullPic {
        top: 13vw;
        width: 100vw;
        height: 50vh;
        background-size: cover
    }
}

@media (max-width:1280px) and (min-width:1024px) and (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame .fullPic {
        top: 0;
        height: 56.25vw
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .fullPic.fullPic1 {
        background-image: url(images/pic_rigs_in_one1.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__rigsInOne .fullPic.fullPic1 {
        background-image: url(images/pic_rigs_in_one1.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .fullPic.fullPic2 {
        background-image: url(images/pic_rigs_in_one2.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__rigsInOne .fullPic.fullPic2 {
        background-image: url(images/pic_rigs_in_one2.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .fullPic.fullPic3 {
        background-image: url(images/pic_rigs_in_one3.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__rigsInOne .fullPic.fullPic3 {
        background-image: url(images/pic_rigs_in_one3.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame .fullPic .gameLogo {
        width: 10.742vw;
        height: 6.445vw;
        bottom: 15vw;
        right: 2vw
    }

    #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo1 {
        background-image: url(images/gameLogo1.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo1 {
        background-image: url(images/gameLogo1.png)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo2 {
        background-image: url(images/gameLogo2.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo2 {
        background-image: url(images/gameLogo2.png)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo3 {
        background-image: url(images/gameLogo3.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo3 {
        background-image: url(images/gameLogo3.png)
    }
}

@media (max-width:1280px) {

    #ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame .fullPic .gameLogo.gameLogo2,
    #ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame .fullPic .gameLogo.gameLogo3 {
        bottom: 5vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame {
        margin-top: 60vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info {
        position: relative;
        margin-top: 60vw;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw
    }

    #ASUS-features .section__rigsInOne .infoFrame .info {
        background-image: url(images/rigsInOneBg.webp)
    }
}


@media (max-width:1280px) {
    .noWebp #ASUS-features .section__rigsInOne .infoFrame .info {
        background-image: url(images/rigsInOneBg.jpg)
    }
}


@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .timeFrame {
        position: absolute;
        top: 0;
        width: 100vw;
        height: 56.25vw;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .timeFrame .timePic {
        position: absolute;
        width: 14vw;
        height: 6vw;
        transform: translate3d(-40vw, -26vw, 0)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .timeFrame .timePic.big {
        width: 41.48vw;
        height: 20.69vw;
        transform: translate3d(0, -65vw, 0)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic1 {
        background-image: url(images/time1.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic1 {
        background-image: url(images/time1.jpg)
    }
}


@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic2 {
        background-image: url(images/time2.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic2 {
        background-image: url(images/time2.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic3 {
        background-image: url(images/time3.webp)
    }
}
@media (max-width:1280px) {
    .noWebp #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic3 {
        background-image: url(images/time3.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame {
        min-height: 70vw;
        top: 5vw;
        min-height: 72vh
    }
}

@media (max-width:1280px) and (min-width:1024px) and (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame {
        min-height: 70vw
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .featureTitle {
        color: #fff;
        margin-bottom: 2.8vw;
        font-size: calc(.2vw + 34px)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list {
        margin-top: 1vw;
        margin-bottom: 3vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature {
        margin-left: calc(.3vw + 17px);
        margin-right: calc(.3vw + 17px)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature .wd__feature__top {
        color: #fff;
        font-size: calc(.2vw + 14px)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature .wd__feature__data {
        font-size: calc(.2vw + 34px)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature .wd__feature__describe {
        color: #fff;
        font-size: calc(.2vw + 14px)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature .wd__feature__describe .describeText {
        color: #fff
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .content-comment {
        font-size: calc(.1vw + 10px);
        color: #a7a7a7;
        text-align: right
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame3 .wd__feature__list .wd__feature.feature-4 {
        margin-top: calc(.3vw + 20px)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories {
        width: 100vw;
        height: 58.898vw
    }

    #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories1 {
        background-image: url(images/accessories1.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories1 {
        background-image: url(images/accessories1.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories2 {
        background-image: url(images/accessories2.webp)
    }
}

@media (max-width:1280px) {
    .noWebp #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories2 {
        background-image: url(images/accessories2.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories3 {
        background-image: url(images/accessories3.webp)
    }
}
@media (max-width:1280px) {
    .noWebp #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories3 {
        background-image: url(images/accessories3.jpg)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .titleAccessories {
        position: absolute;
        color: #fff;
        font-size: calc(.4vw + 40px);
        top: 1.5vw;
        left: 4vw;
        text-transform: uppercase
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame {
        position: relative;
        margin-top: -58.898vw;
        width: 100vw;
        height: 58.898vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product {
        position: absolute;
        color: #fff
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product1 {
        left: 5vw;
        top: 10.5vw
    }
}

@media (max-width:1280px) and (min-width:1024px) and (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product1 {
        left: 4vw;
        top: 17.7vw
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product2 {
        left: 50.8vw;
        top: 42.5vw
    }
}

@media (max-width:1280px) and (min-width:1024px) and (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product2 {
        left: 60.7vw;
        top: 45.2vw
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product3 {
        left: 4vw;
        top: 25.2vw
    }
}

@media (max-width:1280px) and (min-width:1024px) and (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product3 {
        left: 4vw;
        top: 40.2vw
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product4 {
        left: 48.8vw;
        top: 2.5vw
    }
}

@media (max-width:1280px) and (min-width:1024px) and (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product4 {
        left: 63.8vw;
        top: 7.7vw
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product5 {
        left: 5vw;
        top: 8.5vw
    }
}

@media (max-width:1280px) and (min-width:1024px) and (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product5 {
        left: 4vw;
        top: 8.5vw
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product6 {
        left: 5vw;
        top: 23.5vw
    }
}

@media (max-width:1280px) and (min-width:1024px) and (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product6 {
        left: 4vw;
        top: 18.6vw
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle {
        font-size: calc(.2vw + 13px);
        text-decoration: none;
        width: 45vw;
        display: block;
        z-index: 350
    }
}

@media (max-width:1280px) and (min-width:1024px) and (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle {
        font-size: calc(.2vw + 14px)
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click {
        position: relative;
        display: inline-block;
        vertical-align: bottom;
        margin-left: .5vw;
        top: -.1vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle {
        border-radius: 50%;
        top: -.6vw;
        left: 50%;
        width: calc(.2vw + 10px);
        height: calc(.2vw + 10px)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-1 {
        z-index: 350 !important
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-1 .circle_center {
        animation-delay: .3s
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-2 {
        z-index: 350 !important
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-2 .circle_center {
        animation-delay: .8s
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-3 {
        z-index: 350 !important
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-3 .circle_center {
        animation-delay: 1.3s
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-4 {
        z-index: 350 !important
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle.circle-4 .circle_center {
        animation-delay: 1.8s
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productInfoFrame {
        margin-top: .5vw;
        line-height: 1.5
    }
}

@media (max-width:1280px) and (min-width:1024px) and (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productInfoFrame {
        margin-top: .2vw
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productInfoFrame .productInfo {
        margin-left: 3.1vw;
        font-size: calc(.2vw + 10.8px)
    }
}

@media (max-width:1280px) and (min-width:1024px) and (max-width:1280px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productInfoFrame .productInfo {
        margin-left: 1.6vw;
        font-size: calc(.2vw + 10px)
    }
}

@media (max-width:1280px) {

    #ASUS-features .section__base .wd-content.text-animate.text-showed .content-slogan,
    #ASUS-features .section__base .wd-content.text-animate.text-showed .img__kv__logo {
        transition: transform .3s ease .1s, opacity .3s ease .1s;
        opacity: 1
    }

    #ASUS-features .section__base .wd-content.text-animate.text-showed .content-title {
        transition: transform .3s ease .25s, opacity .3s ease .25s;
        opacity: 1
    }

    #ASUS-features .section__base .wd-content.text-animate.text-showed .content-info {
        transition: transform .3s ease .35s, opacity .3s ease .35s;
        opacity: 1
    }

    #ASUS-features .section__base .wd-content.text-animate.text-showed .content-comment {
        transition: transform .4s ease .4s, opacity .4s ease .4s;
        opacity: 1
    }

    #ASUS-features .section__base .wd-content.text-animate.text-showed .wd__feature__list {
        transition: transform .7s ease .7s, opacity .4s ease .7s;
        opacity: 1
    }

    #ASUS-features .section__base .wd-content.text-animate.text-showed .icon {
        transition: transform .4s ease .7s, opacity .4s ease .7s;
        opacity: 1
    }

    #ASUS-features .section__2 .img__02__design1.animated .typingFrame.verticalTyping {
        width: 590px;
        top: 136px;
        left: 10px
    }

    #ASUS-features .section__2 .img__02__design1.animated .typingFrame.verticalTyping .typing.typing2 {
        margin-top: 94px
    }

    #ASUS-features .section__2 .img__02__design1.animated .typingFrame.verticalTyping .typing.typing2 p {
        text-shadow: 0 .05em 1.05em #0080ff
    }

    #ASUS-features .section__2 .img__02__design1.animated .typingFrame.typingFrame2 {
        top: 401px;
        left: 471px;
        display: block
    }

    #ASUS-features .section__2 .img__02__design1.animated .typingFrame.typingFrame2 .typing.typing1 {
        direction: rtl;
        text-align: right
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.typingFrame1 {
        display: block
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.typingFrame1 .typing.typing1 {
        top: 134px;
        left: 71px
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.typingFrame1 .typing.typing2 {
        top: 635px;
        left: 696px;
        direction: rtl;
        text-align: right
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.typingFrame1 .typing.typing2 p {
        position: absolute;
        font-size: 13px;
        letter-spacing: 2px;
        width: max-content;
        white-space: nowrap;
        overflow: hidden;
        margin: -2.1px 0;
        transition: opacity 50ms ease-in-out;
        opacity: 0
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.typingFrame1 .typing.typing2 p.p1:first-child {
        animation: slideY1 .7s linear .263s infinite
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.typingFrame1 .typing.typing2 p.p2:nth-child(2) {
        animation: slideY2 .7s linear .526s infinite
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.typingFrame1 .typing.typing2 p.p3:nth-child(3) {
        animation: slideY3 .7s linear .789s infinite
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.typingFrame1 .typing.typing2 p.p4:nth-child(4) {
        animation: slideY4 .7s linear 1.052s infinite
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.typingFrame1 .typing.typing2 p.p5:nth-child(5) {
        animation: slideY5 .7s linear 1.315s infinite
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.verticalTyping {
        top: 448px;
        left: 199px
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.verticalTyping .typing.typing2 {
        margin-top: 94px
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.verticalTyping .typing.typing2 p {
        text-shadow: 0 .05em 1.05em #0080ff
    }

    #ASUS-features .section__26 .section__26__videoFrame {
        position: absolute;
        margin-left: 10px;
        margin-top: 11.187px;
        width: 835px;
        height: 565px
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo1 {
        position: absolute;
        visibility: hidden
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo1.videoShow {
        visibility: visible
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo2 {
        position: absolute;
        visibility: hidden
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo2.videoShow {
        visibility: visible
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo3 {
        position: absolute;
        visibility: hidden
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo3.videoShow {
        visibility: visible
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo4 {
        position: absolute;
        visibility: hidden
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo4.videoShow {
        visibility: visible
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame {
        position: relative;
        transform: translate3d(181px, 383px, 0) scale(.8)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame .img__nb__bg {
        position: absolute;
        margin-left: 10px;
        margin-top: 10px;
        width: 835px;
        height: 570px;
        background-color: #000
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame .img__nb__mask__point {
        position: absolute;
        width: 855px;
        height: 587px;
        z-index: 1
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame .img__nb__mask {
        position: absolute;
        width: 855px;
        height: 587px;
        z-index: 999;
        opacity: 1;
        /* background-image: url(images/03_nb_maslk.png) */
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .img__nb__mask__point {
        display: none
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rogLogo_light {
        position: absolute;
        transform: translate3d(331.5px, 124.2px, 0);
        width: 341px;
        height: 189px;
        z-index: 1;
        /* background-image: url(images/animation/s26/rogLogo_light.png); */
        animation: KeyMusic__2 2.5s linear infinite
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rogWord_light {
        position: absolute;
        transform: translate3d(525.6px, 335.2px, 0);
        width: 257px;
        height: 196px;
        z-index: 1;
        /* background-image: url(images/animation/s26/rogWord_light.png); */
        animation: KeyMusic__2 3s linear infinite
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock {
        position: absolute;
        width: 10px;
        height: 70px;
        background-color: #fff;
        transform: translateZ(0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainAnimation__1 {
        background: linear-gradient(400deg, #000 15%, #fff 30%, #000 45%, #fff 60%, #000 75%, #000 90%);
        background-size: 7678% 187%;
        background-position: 0 0;
        animation: GA14_akey_rain_1 6s linear infinite reverse;
        -webkit-animation-direction: reverse;
        -moz-animation-direction: reverse;
        animation-delay: .2s;
        -webkit-animation-delay: .2s
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainAnimation__2 {
        background: linear-gradient(400deg, #000 15%, #fff 30%, #000 45%, #fff 60%, #000 75%, #000 90%);
        background-size: 9000% 187%;
        background-position: 0 0;
        animation: GA14_akey_rain_1 4s linear infinite reverse;
        -webkit-animation-direction: reverse;
        -moz-animation-direction: reverse;
        animation-delay: .3s;
        -webkit-animation-delay: .3s
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainAnimation__3 {
        background: linear-gradient(400deg, #000 15%, #fff 30%, #000 45%, #fff 60%, #000 75%, #000 90%);
        background-size: 9000% 187%;
        background-position: 0 0;
        animation: GA14_akey_rain_1 3s linear infinite reverse;
        -webkit-animation-direction: reverse;
        -moz-animation-direction: reverse;
        animation-delay: .4s;
        -webkit-animation-delay: .4s
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__1 {
        height: 170px;
        transform: translate3d(110px, 34px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__2 {
        height: 100px;
        transform: translate3d(199px, 62px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__3 {
        height: 111px;
        transform: translate3d(280px, 30px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__4 {
        height: 40px;
        transform: translate3d(310px, 50px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__5 {
        height: 100px;
        transform: translate3d(270px, 157px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__6 {
        height: 34px;
        transform: translate3d(280px, 152px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__7 {
        height: 70px;
        transform: translate3d(460px, 85px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__8 {
        height: 35px;
        transform: translate3d(550px, 77px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__9 {
        height: 170px;
        transform: translate3d(395px, 232px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__10 {
        height: 60px;
        transform: translate3d(613px, 69px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__11 {
        height: 60px;
        transform: translate3d(666px, 69px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__12 {
        height: 35px;
        transform: translate3d(696px, 132px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__13 {
        height: 110px;
        transform: translate3d(715px, 176px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__14 {
        height: 20px;
        transform: translate3d(671px, 220px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__15 {
        height: 54px;
        transform: translate3d(672px, 287px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__16 {
        height: 110px;
        transform: translate3d(715px, 176px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__17 {
        height: 56px;
        transform: translate3d(755px, 255px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .animationFrame .rainFrame .rainBlock.rainBlock__18 {
        height: 40px;
        transform: translate3d(763px, 487px, 0) rotate(-55deg)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter .img__nb__mask__point {
        display: none
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter .audioFrame {
        position: relative;
        width: 835px
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter .audioFrame .eqBar {
        position: absolute;
        width: 36px;
        height: 320px;
        /* background-image: url(images/animation/s26/blackBar__2.png) */
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter .audioFrame .eqBarBG {
        position: absolute;
        width: 36px;
        height: 320px;
        /* background-image: url(images/animation/s26/blackBar__1.png) */
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__1 {
        animation: lightMove_1 1s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__2 {
        animation: lightMove_7 1s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__3 {
        animation: lightMove_1 2s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__4,
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__5 {
        animation: lightMove_6 1s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__6 {
        animation: lightMove_7 2s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__7 {
        animation: lightMove_8 1s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__8 {
        animation: lightMove_9 1s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__9 {
        animation: lightMove_1 1s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__10 {
        animation: lightMove_8 1s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__11 {
        animation: lightMove_7 1.5s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__12 {
        animation: lightMove_1 .8s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__13 {
        animation: lightMove_6 1s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__14 {
        animation: lightMove_8 1.5s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__15 {
        animation: lightMove_8 1s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__16 {
        animation: lightMove_10 1s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__17 {
        animation: lightMove_1 .5s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter.js-active .audioFrame .eqBarFrame .eqBar__18 {
        animation: lightMove_1 1s infinite forwards
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.systemFilter .img__nb__mask__point,
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.virtualPetFilter .img__nb__mask__point {
        display: none
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.virtualPetFilter .virtualPetFrame figure {
        opacity: 0;
        position: absolute;
        transform: translateZ(0);
        width: 856px;
        height: 587px;
        z-index: 1;
        -webkit-transition: opacity none;
        transition: opacity none
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.virtualPetFilter .virtualPetFrame figure.showed {
        opacity: 1;
        transition: none;
        -webkit-transition: opacity none;
        transition: opacity none
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.virtualPetFilter .virtualPetFrame figure.virtualPet__light__1 {
        /* background-image: url(images/animation/s26/virtualPet-01.png); */
        -webkit-transition: opacity none;
        transition: opacity none
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.virtualPetFilter .virtualPetFrame figure.virtualPet__light__2 {
        /* background-image: url(images/animation/s26/virtualPet-02.png); */
        -webkit-transition: opacity none;
        transition: opacity none
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.virtualPetFilter .virtualPetFrame figure.virtualPet__light__3 {
        /* background-image: url(images/animation/s26/virtualPet-03.png); */
        -webkit-transition: opacity none;
        transition: opacity none
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.virtualPetFilter .virtualPetFrame figure.virtualPet__light__4 {
        /* background-image: url(images/animation/s26/virtualPet-04.png); */
        -webkit-transition: opacity none;
        transition: opacity none
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.virtualPetFilter .virtualPetFrame figure.virtualPet__light__5 {
        /* background-image: url(images/animation/s26/virtualPet-05.png); */
        -webkit-transition: opacity none;
        transition: opacity none
    }
}


@media (max-width:1280px) {
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.virtualPetFilter .virtualPetFrame figure.virtualPet__light__6 {
        /* background-image: url(images/animation/s26/virtualPet-06.png); */
        -webkit-transition: opacity none;
        transition: opacity none
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.virtualPetFilter .virtualPetFrame figure.virtualPet__light__7 {
        /* background-image: url(images/animation/s26/virtualPet-07.png); */
        -webkit-transition: opacity none;
        transition: opacity none
    }
}

@media (max-width:1280px) {
    #ASUS-features .section__26 .img__personalization .img__keybordFrame .typingFrame {
        top: 1390px;
        left: 840px;
        pointer-events: none;
        z-index: 9999;
        display: none
    }

    #ASUS-features .section__26 .img__personalization .img__keybordFrame .typingFrame.typingShow {
        display: block
    }

    #ASUS-features .section__26 .img__personalization .img__keybordFrame .typingFrame.typingShow .typing {
        width: 300px;
        position: relative;
        transform: scale(.8);
        text-align: left
    }

    #ASUS-features .section__26 .img__personalization .img__keybordFrame .typingFrame.typingShow .typing.typing2 {
        top: 226px;
        left: 648px
    }

    #ASUS-features .section__26 .img__personalization .img__speakFrame .img__speak.animated .typingFrame.verticalTyping {
        top: 40px;
        left: 13px
    }

    #ASUS-features .section__26 .img__personalization .img__speakFrame .img__speak.animated .typingFrame.verticalTyping .typing.typing2 {
        margin-top: 94px
    }

    #ASUS-features .section__26 .img__personalization .img__speakFrame .img__speak.animated .typingFrame.verticalTyping .typing.typing2 p {
        text-shadow: 0 .05em 1.05em #0080ff
    }

    #ASUS-features .section__26 .img__personalization .img__speakFrame .img__speak.animated .typingFrame.typingFrame1 {
        display: block
    }

    #ASUS-features .section__26 .img__personalization .img__speakFrame .img__speak.animated .typingFrame.typingFrame1 .typing.typing1 {
        width: 500px;
        top: 552px;
        left: 370px;
        direction: rtl;
        text-align: right
    }

    #ASUS-features .section__26 .img__personalization .img__designBottomFrame .img__designBottom.animated .typingFrame {
        display: block
    }

    #ASUS-features .section__26 .img__personalization .img__designBottomFrame .img__designBottom.animated .typingFrame .typing.typing1 {
        top: 25px;
        left: 175px;
        transform: scale(1)
    }

    #ASUS-features .section__26 .img__personalization .img__designBottomFrame .img__designBottom.animated .typingFrame .typing.typing1 p {
        font-size: 13px
    }

    #ASUS-features .section__26 .img__nb .img__nb__bg.animated .typingFrame {
        display: block;
        transform: none
    }

    #ASUS-features .section__26 .img__nb .img__nb__bg.animated .typingFrame .typing {
        width: 400px;
        transform: scale(.8)
    }

    #ASUS-features .section__26 .img__nb .img__nb__bg.animated .typingFrame .typing.typing1 {
        top: -46px;
        left: -20px;
        z-index: 99999;
        width: 400px
    }

    #ASUS-features .section__26 .img__nb .img__nb__bg.animated .typingFrame .typing.typing2 {
        top: 487px;
        left: 455px;
        z-index: 99999;
        direction: rtl;
        text-align: right
    }

    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow {
        display: block;
        top: -710px;
        left: 751px;
        position: relative;
        z-index: 9999
    }

    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing {
        width: 300px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing.typing1 {
        top: 250px;
        left: -189px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing.typing2 {
        top: 657px;
        left: -709px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing.typing3 {
        top: 790px;
        left: -710px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing.typing3 p {
        font-size: 33px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow {
        display: block;
        top: -710px;
        left: 751px;
        position: relative;
        z-index: 9999
    }

    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing1 {
        top: 290px;
        left: -197px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing2 {
        top: 645px;
        left: -685px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing3 {
        top: 732px;
        left: -776px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing4 {
        top: 249px;
        left: -629px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing4 p {
        font-size: 32px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow {
        display: block;
        top: -710px;
        left: 751px;
        position: relative;
        z-index: 9999
    }

    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing1 {
        top: 249px;
        left: -190px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing2 {
        top: 629px;
        left: -688px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing3 {
        top: 795px;
        left: -771px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing4 {
        top: 656px;
        left: -232px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing5 {
        top: 795px;
        left: -192px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing5 P {
        font-size: 32px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__base .content-frame {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    #ASUS-features .section__base .content-frame .wd-content {
        width: 100%;
        text-align: left;
        margin: 15px auto;
        padding: 0 20px
    }

    #ASUS-features .section__base .content-frame .wd-content.small-text-center {
        text-align: center
    }

    #ASUS-features .section__base .content-frame .wd-content.small-text-left {
        text-align: left
    }

    #ASUS-features .section__base .content-frame .wd-content.small-text-right {
        text-align: right
    }

    #ASUS-features .section__base .content-frame .wd-content .content-slogan {
        width: 100%;
        font-size: 31px;
        margin: 10px 0 32px;
        line-height: .8
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__base .content-frame .wd-content .content-slogan {
        font-size: 28px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__base .content-frame .wd-content .content-slogan.content-slogan__kv {
        width: 90%;
        margin: -39px 0 -8px;
        line-height: 1.2;
        color: #fff;
        text-align: center;
        font-size: 22px
    }

    #ASUS-features .section__base .content-frame .wd-content .content-slogan:after {
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: -12px;
        margin-left: -6px;
        width: 278px;
        height: 7px;
        margin-top: 15px;
        background-position: 3px;
        /* background-image: url(images/titleLine.png) */
    }
}

@media (max-width:735px) {
    #ASUS-features .section__base .content-frame .wd-content .content-title {
        font-size: 34px
    }

    #ASUS-features .section__base .content-frame .wd-content .content-info {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        font-size: 16px;
        line-height: 1.45
    }

    #ASUS-features .section__base .content-frame .wd-content .content-comment {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        max-width: 350px;
        line-height: 1.45;
        margin-top: 13px;
        font-size: 16px
    }

    #ASUS-features .section__base .wd__feature__list {
        width: 100%;
        margin: 25px auto 15px
    }

    #ASUS-features .section__base .wd__feature__list .wd__feature {
        min-width: auto;
        text-align: left;
        margin: 10px 20px
    }

    #ASUS-features .section__base .wd__feature__list .wd__feature.small-text-left {
        text-align: left
    }

    #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__top {
        font-size: 12px;
        padding-bottom: 4px
    }

    #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__data {
        line-height: 1.2em
    }

    #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__data .space-left-m,
    #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__data .space-right-m {
        font-size: 12px
    }

    #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__describe {
        font-size: 16px;
        padding-top: 4px
    }

    #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__describe span.describeText {
        font-size: 12px;
        line-height: 1.1
    }

    #ASUS-features .section__base .modal-button-container {
        height: 45px
    }

    #ASUS-features .section__base .modal-button-container .modal-button {
        width: 180px;
        height: 37px;
        line-height: 36px
    }

    #ASUS-features .section__base .modal-button-container .modal-button .modal-inner-text {
        font-size: 14px
    }

    #ASUS-features .modal-button-container .modal-btn-close {
        width: 180px;
        height: 37px;
        line-height: 36px
    }

    #ASUS-features .modal-button-container .modal-btn-close .modal-inner-text {
        font-size: 14px
    }

    #ASUS-features .section__base .slider .slick-dots {
        list-style-type: none;
        position: absolute;
        bottom: 20px;
        z-index: 3
    }

    #ASUS-features .section__base .slider .slick-dots li:not(.block-pause-play),
    #ASUS-features .section__base .slider .slick-dots li:not(.block-pause-play) button {
        width: 10vw
    }

    #ASUS-features .section__kv h2 {
        font-size: 48px;
        line-height: 58px
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__kv h2 {
        font-size: 36px;
        line-height: 46px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__kv h3 {
        font-size: 30px;
        line-height: 40px
    }

    #ASUS-features .section__kv h3 em {
        font-weight: 700;
        filter: none;
        text-shadow: 0 0 5px hsla(0, 0%, 100%, .6)
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__kv h3 {
        font-size: 24px;
        line-height: 34px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__kv .img__pic_kv {
        background-image: url(images/pic_kv.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__kv .img__pic_kv {
        background-image: url(images/pic_kv.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__kv .icon-feature-list {
        padding: 0 15px
    }

    #ASUS-features .section__kv .icon-feature-list li {
        width: 100%
    }

    #ASUS-features .section__kv .icon-feature-list li a {
        padding-left: 0
    }

    #ASUS-features .section__kv .info-container {
        padding-bottom: 60px
    }

    #ASUS-features .section__kv .hardware_list .pic,
    #ASUS-features .section__kv .hardware_list>img {
        margin: 10px
    }

    #ASUS-features .section__kv .hardware_list .pic.intel-core-i9,
    #ASUS-features .section__kv .hardware_list>img.intel-core-i9 {
        width: 60px
    }

    #ASUS-features .section__kv .hardware_list .pic.nvidia-geforce-rtx,
    #ASUS-features .section__kv .hardware_list>img.nvidia-geforce-rtx {
        width: 130px
    }

    #ASUS-features .section__kv .hardware_list .pic.win-11,
    #ASUS-features .section__kv .hardware_list>img.win-11 {
        width: 136.5px
    }

    #ASUS-features .section__kv .hardware_list .pic.amd-z1,
    #ASUS-features .section__kv .hardware_list>img.amd-z1 {
        width: 74.75px
    }

    #ASUS-features .section__kv .hardware_list .pic.xbox-game-pass,
    #ASUS-features .section__kv .hardware_list>img.xbox-game-pass {
        width: 136.5px
    }

    #ASUS-features .section__kv .button-block a,
    #ASUS-features .section__kv .button-block button {
        font-size: 15px
    }

    #ASUS-features .section__kv .buy-block h4 {
        font-size: 28px
    }

    #ASUS-features .section__kv .buy-block .subtitle,
    #ASUS-features .section__kv .buy-block p {
        font-size: 18px
    }

    #ASUS-features .section__kv .buy-block .flex-block {
        flex-direction: column
    }

    #ASUS-features .section__kv .buy-block .flex-block .left,
    #ASUS-features .section__kv .buy-block .flex-block .right {
        width: 100%
    }

    #ASUS-features .section__kv .buy-block .flex-block .right {
        margin-top: 30px;
        padding-top: 30px
    }

    #ASUS-features .section__kv .buy-block .flex-block .right:after {
        max-width: 360px;
        width: 100%;
        height: 1px;
        left: 50%;
        right: auto;
        top: 0;
        transform: translateX(-50%)
    }

    #ASUS-features .section__kv .buy-block .flex-block .inner-box {
        padding-bottom: 15px
    }

    #ASUS-features .section__kv .buy-block .flex-block .button-block {
        position: relative;
        bottom: auto;
        left: auto
    }

    #ASUS-features .section__multi-uses .img__bg_multi-uses_me {
        background-image: url(images/bg_multi-uses_me.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__multi-uses .img__bg_multi-uses_me {
        background-image: url(images/bg_multi-uses_me.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__multi-uses .img__bg_multi-uses_we {
        background-image: url(images/bg_multi-uses_we.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__multi-uses .img__bg_multi-uses_we {
        background-image: url(images/bg_multi-uses_we.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__multi-uses .img__bg_multi-uses_pro {
        background-image: url(images/bg_multi-uses_pro.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__multi-uses .img__bg_multi-uses_pro {
        background-image: url(images/bg_multi-uses_pro.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__multi-games .img__bg_multi-games {
        background-image: url(images/bg_multi-games.webp)
    }
}
@media (max-width:735px) {
    .noWebp #ASUS-features .section__multi-games .img__bg_multi-games {
        background-image: url(images/bg_multi-games.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__multi-games .pic-game-wrapper .game .inner .text {
        display: none
    }

    #ASUS-features .section__multi-games .product-container .info-block {
        width: 100%;
        transform-origin: center center;
        transform: translate(-50%, -50%) scale(.4)
    }
}

@media (max-width:735px) and (max-width:360px) {
    #ASUS-features .section__multi-games .product-container .info-block {
        width: 120%
    }
}

@media (max-width:735px) {
    #ASUS-features .section__multi-games .product-container .title-block em {
        padding-right: .15em
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__multi-games .title-block {
        padding-bottom: 55vw
    }

    #ASUS-features .section__multi-games .text-block {
        padding-top: 70vw
    }
}

@media (max-width:735px) and (max-width:360px) {
    #ASUS-features .section__multi-games .title-block h2 {
        font-size: 30px
    }

    #ASUS-features .section__multi-games .text-block {
        padding-top: 80vw
    }
}

@media (max-width:735px) {
    #ASUS-features .section__armoury_crate .img__bg_armoury_crate_1 {
        background-image: url(images/bg_armoury_crate_1.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__armoury_crate .img__bg_armoury_crate_1 {
        background-image: url(images/bg_armoury_crate_1.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__armoury_crate .img__bg_armoury_crate_3 {
        background-image: url(images/bg_armoury_crate_3.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__armoury_crate .img__bg_armoury_crate_3 {
        background-image: url(images/bg_armoury_crate_3.jpg)
    }
}


@media (max-width:735px) {
    #ASUS-features .section__armoury_crate .container1.main>.inner.nr2301>.flex-block .wd-content {
        transform: translateY(10%)
    }

    #ASUS-features .section__armoury_crate .container1.feature .title-block {
        margin-bottom: 20px
    }

    #ASUS-features .section__armoury_crate .container1.feature .grid-block {
        display: block
    }

    #ASUS-features .section__armoury_crate .container1.feature .grid-block .flex-block {
        align-items: center;
        flex-direction: row;
        padding: 15px
    }

    #ASUS-features .section__armoury_crate .container1.feature .grid-block .icon {
        width: 16%;
        height: auto;
        flex: none
    }

    #ASUS-features .section__armoury_crate .container1.feature .grid-block .text-block {
        width: 80%;
        flex: none;
        padding: 0 0 0 15px;
        text-align: left
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__armoury_crate .container1.feature .grid-block .text-block h3 {
        font-size: 21px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__armoury_crate .nav button {
        font-size: 18px;
        margin: 5px
    }

    #ASUS-features .section__armoury_crate .xbox-game-pass {
        left: 66%;
        top: 64%
    }
}

@media (max-width:735px) and (max-width:660px) {
    #ASUS-features .section__armoury_crate .xbox-game-pass {
        width: 130px
    }
}

@media (max-width:735px) and (max-width:455px) {
    #ASUS-features .section__armoury_crate .img__bg_armoury_crate_1 {
        top: 64%
    }

    #ASUS-features .section__armoury_crate .img__bg_armoury_crate_3 {
        top: 68%
    }

    #ASUS-features .section__armoury_crate .nav button {
        font-size: 15px;
        margin: 5px
    }

    #ASUS-features .section__armoury_crate .container1.main>.inner.nr2301>.flex-block .wd-content {
        padding-top: 3.953vw
    }

    #ASUS-features .section__armoury_crate .xbox-game-pass {
        width: 120px;
        left: 55%;
        top: 67%
    }
}

@media (max-width:735px) and (max-width:400px) {
    #ASUS-features .section__armoury_crate .img__bg_armoury_crate_1 {
        top: 63%
    }

    #ASUS-features .section__armoury_crate .img__bg_armoury_crate_3 {
        top: 66%
    }

    #ASUS-features .section__armoury_crate .container1.feature .grid-block .icon {
        width: 20%
    }

    #ASUS-features .section__armoury_crate .xbox-game-pass {
        width: 120px;
        left: 55%;
        top: 65%
    }
}

@media (max-width:735px) and (max-width:380px) {
    #ASUS-features .section__armoury_crate .img__bg_armoury_crate_1 {
        top: 63%
    }

    #ASUS-features .section__armoury_crate .img__bg_armoury_crate_3 {
        top: 65%
    }

    #ASUS-features .section__armoury_crate .xbox-game-pass {
        top: 63%
    }
}

@media (max-width:735px) {
    #ASUS-features .section__performance .container1.processor .processor-name-block ul li button {
        font-size: 20px
    }

    #ASUS-features .section__performance .container1.processor .processor-info-block .info .inner {
        text-align: center
    }

    #ASUS-features .section__performance .container1.processor .processor-info-block .info .logo {
        width: 30%;
        display: block;
        margin: 0 auto
    }

    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters {
        padding: 30px 20px
    }
}

@media (max-width:735px) and (max-width:500px) {
    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters {
        font-size: 30px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters.first {
        width: 36%
    }
}

@media (max-width:735px) and (max-width:500px) {
    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters.first {
        width: 55%
    }
}

@media (max-width:735px) {
    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters.first>div {
        width: 100%
    }

    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters.last {
        width: 22%
    }
}

@media (max-width:735px) and (max-width:500px) {
    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters.last {
        width: 35%
    }
}

@media (max-width:735px) {
    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters.last>div {
        width: 100%
    }

    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters>div {
        display: block;
        text-align: left
    }

    #ASUS-features .section__performance .container1.processor .processor-info-block .info .parameters .small-font {
        width: 100%;
        padding-bottom: 20px
    }

    #ASUS-features .section__performance-video {
        padding-top: 60px
    }

    #ASUS-features .section__performance-video .title-block h2 {
        font-size: 36px
    }
}

@media (max-width:735px) and (max-width:500px) {
    #ASUS-features .section__performance-video .title-block h2 {
        font-size: 32px
    }
}

@media (max-width:735px) and (max-width:500px) {
    #ASUS-features .section__performance-video .logo-high-on-life {
        min-width: 50px;
        bottom: calc(40.625vw - 45px);
        left: 2.5%
    }
}

@media (max-width:735px) and (max-width:500px) {
    #ASUS-features .section__performance-video .video-block #btn-video-performance {
        left: 2.5%;
        top: 86%
    }
}

@media (max-width:735px) {
    #ASUS-features .section__micro-sd .main-info .graph-block {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px
    }

    #ASUS-features .section__micro-sd .main-info .graph-block h3 {
        font-size: 26px;
        padding: 30px 0
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__micro-sd .main-info .graph-block h3 {
        font-size: 21px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper {
        height: 360px
    }

    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left .graph .bar .bar-inner,
    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right .graph .bar .bar-inner {
        bottom: 70px
    }

    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left .graph .bar .bar-inner p,
    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right .graph .bar .bar-inner p {
        font-size: 16px
    }
}

@media (max-width:735px) and (max-width:480px) {

    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left h4,
    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right h4 {
        height: 40px;
        font-size: 19px
    }

    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left .inner,
    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right .inner {
        height: calc(100% - 37px)
    }

    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left .graph .sec,
    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right .graph .sec {
        height: 22px;
        font-size: 16px;
        font-weight: 700
    }

    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left .graph .bar,
    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right .graph .bar {
        height: calc(100% - 22px)
    }

    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left .graph .bar .bar-inner,
    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right .graph .bar .bar-inner {
        padding: 0;
        bottom: 70px
    }

    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .left .graph .bar .bar-inner p,
    #ASUS-features .section__micro-sd .main-info .graph-block .graph-wrapper .right .graph .bar .bar-inner p {
        font-size: 12px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__battery .usage-scenario .usage .text-block h4 span:first-child {
        font-size: 54px
    }

    #ASUS-features .section__battery .usage-scenario .usage .text-block h4 span:last-child {
        font-size: 38px
    }

    #ASUS-features .section__battery .usage-scenario .usage .note {
        bottom: 0
    }

    #ASUS-features .section__cooling .container1 .title-block .logo-intelligent-cooling {
        height: 45px
    }

    #ASUS-features .section__cooling .container1 .flex-block {
        padding: 60px 20px
    }

    #ASUS-features .section__cooling .container1 .flex-block .video-block {
        height: 58.15vw
    }

    #ASUS-features .section__cooling .carousel {
        padding: 60px 10px
    }

    #ASUS-features .section__cooling .carousel .custom-arrows .next,
    #ASUS-features .section__cooling .carousel .custom-arrows .prev {
        top: 38%
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__cooling .container1 .title-block .logo-intelligent-cooling {
        height: 6.458vw
    }

    #ASUS-features .section__cooling .carousel {
        min-height: 500px
    }

    #ASUS-features .section__cooling .carousel .custom-arrows .next,
    #ASUS-features .section__cooling .carousel .custom-arrows .prev {
        top: 35%
    }
}

@media (max-width:735px) {
    #ASUS-features .section__design .img__bg_design {
        height: 80vw;
        background-image: url(images/bg_design.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__design .img__bg_design {
        background-image: url(images/bg_design.jpg)
    }
}


@media (max-width:735px) {
    #ASUS-features .section__design .lightweight .wd-content {
        max-width: none;
        width: 100%;
        padding: 15px 20px 0;
        position: relative;
        left: auto;
        top: auto
    }

    #ASUS-features .section__design .breakdown-video #btn-video-design {
        left: -20px;
        top: -20px
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__design .breakdown-video #btn-video-design {
        left: 4%;
        top: -25px
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__design .breakdown-video .video-wrapper {
        width: 100vw;
        height: 56.25vw
    }
}

@media (max-width:735px) {
    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set .element {
        font-size: 14px
    }
}

@media (max-width:735px) and (max-width:600px) {
    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set .element {
        white-space: nowrap;
        font-size: 12px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set1 .element1 {
        top: 2%
    }

    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set1 .element2 {
        top: 4%
    }

    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set1 .element3 {
        top: 12%
    }

    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set1 .element4 {
        top: 33%
    }

    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set2 .element1 {
        font-size: 110%;
        left: 30%;
        top: 26%
    }
}

@media (max-width:735px) and (max-width:600px) {
    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set2 .element1 {
        font-size: 100%
    }
}

@media (max-width:735px) {
    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set3 .element1 {
        font-size: 110%;
        top: 5%
    }
}

@media (max-width:735px) and (max-width:600px) {
    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set3 .element1 {
        font-size: 100%
    }
}

@media (max-width:735px) {
    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set4 .element1 {
        top: 3%
    }

    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set4 .element2 {
        top: 27%
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__design .breakdown-video .video-wrapper .text-block.video-text .set.set4 .element2 {
        white-space: normal
    }
}

@media (max-width:735px) {
    #ASUS-features .section__design .game-players .deco-wrapper .light {
        filter: blur(25px)
    }

    #ASUS-features .section__design-carousel .img__bg_design_carousel {
        background-image: url(images/bg_design_carousel.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__design-carousel .img__bg_design_carousel {
        background-image: url(images/bg_design_carousel.jpg)
    }
}

@media (max-width:735px) {

    #ASUS-features .section__design-carousel .container1.carousel .pic-inner .pic,
    #ASUS-features .section__design-carousel .container1.carousel .video-block {
        height: 50.748vw
    }

    #ASUS-features .section__design-carousel .container1.carousel .text-inner {
        padding-top: 10px
    }

    #ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-dots .slick-slide button {
        font-size: 13px
    }
}

@media (max-width:735px) and (max-width:600px) {
    #ASUS-features .section__design-carousel .container1.carousel .nav-slider {
        padding-left: 0;
        left: 0
    }

    #ASUS-features .section__design-carousel .container1.carousel .nav-slider .dots-inner {
        width: 100%
    }

    #ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-dots .slick-slide button {
        font-size: 12px
    }

    #ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows {
        width: 0
    }

    #ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows .next,
    #ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows .prev {
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 35vw;
        z-index: 2
    }

    #ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows .prev {
        left: 2%
    }

    #ASUS-features .section__design-carousel .container1.carousel .nav-slider .custom-arrows .next {
        right: 2%
    }
}

@media (max-width:735px) {
    #ASUS-features .section__display .text-block .wd-content {
        padding: 10px 15px 0;
        text-align: left
    }

    #ASUS-features .section__display .text-block .wd__feature__list {
        padding: 0 15px
    }

    #ASUS-features .section__display .logo-wrc-generations {
        width: 70px;
        top: calc(52.734vw - 40px)
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__display .logo-wrc-generations {
        width: 60px;
        top: calc(52.734vw - 35px)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__display2 .img__bg_display2 {
        background-image: url(images/bg_display2.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__display2 .img__bg_display2 {
        background-image: url(images/bg_display2.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__display2 .img__bg_display2 {
        width: 100vw;
        height: 50.781vw;
        background-size: 150%;
        background-position-x: 100%
    }

    #ASUS-features .section__display2 .container1 {
        height: auto;
        position: relative
    }

    #ASUS-features .section__display2 .text-block {
        width: 100%;
        padding: 10px 15px 60px;
        position: relative;
        left: auto;
        top: auto;
        transform: none
    }

    #ASUS-features .section__display2 .text-block .wd-content {
        max-width: none
    }

    #ASUS-features .section__display3 .video-wrapper .text-block.video-text .element {
        font-size: 12px;
        white-space: nowrap
    }

    #ASUS-features .section__display3 .video-wrapper .text-block.video-text .element.element1 {
        left: 27%
    }

    #ASUS-features .section__display3 .video-wrapper .text-block.video-text .element.element2,
    #ASUS-features .section__display3 .video-wrapper .text-block.video-text .element.element3 {
        left: 72%
    }

    #ASUS-features .section__display3 .video-wrapper .text-block.video-text .element.element4 {
        left: 27%
    }

    #ASUS-features .section__display3 .text-block .wd-content {
        text-align: left;
        padding: 0 15px
    }

    #ASUS-features .section__audio .text-block,
    #ASUS-features .section__audio .title-block,
    #ASUS-features .section__audio .wd__feature__list {
        padding: 0 15px
    }

    #ASUS-features .section__audio .title-block {
        padding-top: 10px
    }

    #ASUS-features .section__connectivity .img__bg_connectivity {
        background-image: url(images/bg_connectivity.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__connectivity .img__bg_connectivity {
        background-image: url(images/bg_connectivity.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__connectivity .img__bg_connectivity {
        width: 100vw;
        height: 50.781vw
    }

    #ASUS-features .section__connectivity .text-block {
        padding: 10px 15px 0
    }

    #ASUS-features .section__ioports .img__bg_ioports {
        background-image: url(images/bg_ioports.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__ioports .img__bg_ioports {
        background-image: url(images/bg_ioports.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__ioports .img__bg_ioports2 {
        background-image: url(images/bg_ioports2.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__ioports .img__bg_ioports2 {
        background-image: url(images/bg_ioports2.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__ioports .container1.top-wrapper {
        padding-bottom: 340px
    }

    #ASUS-features .section__ioports .container1 .product.top {
        width: 80vw;
        height: 33.8vw
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li span.line,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li span.line.hor {
        height: 1px
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li span.line.ver {
        width: 1px
    }

    #ASUS-features .section__ioports .container1 .product.back {
        width: 80vw;
        height: 33.8vw
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li span.line,
    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li span.line.hor {
        height: 1px
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li span.line.ver,
    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li span.line.ver2 {
        width: 1px
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b span.dot.left {
        left: 26.5%
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b span.dot.right {
        left: 67.5%
    }

    #ASUS-features .section__ioports .container1 .product.front {
        width: 84vw;
        height: 40.5vw
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li span.line {
        width: 1px
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-bumper span.line,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-trigger span.line {
        height: 1px
    }

    #ASUS-features .section__ioports .container1 .product ul.io-ports li {
        font-size: 14px
    }
}

@media (max-width:735px) and (max-width:570px) {
    #ASUS-features .section__ioports .container1 .product ul.io-ports li:before {
        transform: translate(-10%, -15%) scale(.85) !important
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__ioports .container1 .product ul.io-ports li:before {
        transform: translate(-28%, -28%) scale(.75) !important
    }
}

@media (max-width:735px) {
    #ASUS-features .section__ioports .container1 .product ul.io-ports li span.name {
        line-height: 22px
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#armoury-crate-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#center-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#d-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-audio-speaker .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-mic .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-stick .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#view-button .name {
        left: 30vw
    }
}

@media (max-width:735px) and (max-width:480px) {

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#armoury-crate-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#center-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#d-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-audio-speaker .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-mic .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-stick .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#view-button .name {
        left: 0
    }
}

@media (max-width:735px) {

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#abxy-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#menu-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-audio-speaker .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-mic .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-stick .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#touoch-screen .name {
        left: 30vw
    }
}

@media (max-width:735px) and (max-width:480px) {

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#abxy-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#menu-button .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-audio-speaker .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-mic .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-stick .name,
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#touoch-screen .name {
        left: 0
    }
}

@media (max-width:735px) {
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li span.dot {
        width: 2%;
        height: 4.75%;
        transform: translateX(-10%) translateY(-30%)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-stick:before {
        left: -6%;
        top: 19%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-stick .name {
        top: 110%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#d-button:before {
        left: -6%;
        top: 38%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#d-button .name {
        top: calc(110% + 21px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-audio-speaker:before {
        left: -6%;
        top: 72%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-audio-speaker .name {
        top: calc(110% + 42px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-mic:before {
        left: 14%;
        top: -13%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#l-mic .name {
        top: calc(110% + 63px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#view-button:before {
        left: 20%;
        top: -26%
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#view-button .line.hor {
        width: 1.9%
    }
}

@media (max-width:735px) {
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#view-button .name {
        top: calc(110% + 84px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#center-button:before {
        left: 23.5%;
        top: -12%
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#center-button .line.hor {
        width: 5.5%
    }
}

@media (max-width:735px) {
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#center-button .name {
        top: calc(110% + 105px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#armoury-crate-button:before {
        left: 73.5%;
        top: -12%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#armoury-crate-button .name {
        top: calc(110% + 126px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#menu-button:before {
        left: 76.5%;
        top: -26%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#menu-button .name {
        top: calc(110% + 147px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-mic:before {
        left: 82.7%;
        top: -13%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-mic .name {
        top: calc(110% + 168px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#abxy-button:before {
        left: 102%;
        top: 17%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#abxy-button .name {
        top: calc(110% + 189px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-stick:before {
        left: 102%;
        top: 41%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-stick .name {
        top: calc(110% + 210px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-audio-speaker:before {
        left: 102%;
        top: 72%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#r-audio-speaker .name {
        top: calc(110% + 231px)
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#touoch-screen:before {
        left: 102%;
        top: 81%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#touoch-screen .name {
        top: calc(110% + 252px)
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#touoch-screen:before {
        top: 85.4%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#touoch-screen .dot {
        top: 87.9%
    }

    #ASUS-features .section__ioports .container1 .product.top ul.io-ports li#touoch-screen .line {
        top: 88.5%
    }
}

@media (max-width:735px) {
    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li span.dot {
        width: 2%;
        height: 4.75%;
        transform: translateX(-25%) translateY(-30%)
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b .name,
    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro1 .name,
    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro2 .name {
        left: 10%
    }
}

@media (max-width:735px) and (max-width:480px) {

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b .name,
    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro1 .name,
    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro2 .name {
        left: 0
    }
}

@media (max-width:735px) {
    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b:before {
        left: -6%;
        top: 14.5%
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#air-vents-b .name {
        top: 110%
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro1:before {
        left: -6%;
        top: 39.3%
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro1 .name {
        top: calc(110% + 21px)
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro2:before {
        left: 103%;
        top: 39.3%
    }

    #ASUS-features .section__ioports .container1 .product.back ul.io-ports li#macro2 .name {
        top: calc(110% + 42px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li span.name {
        white-space: normal
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li span.dot {
        width: 2.3%;
        height: 4.5%;
        transform: translateX(-20%) translateY(-30%)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li span.line,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li span.line.hor {
        height: 1px
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li span.line.ver {
        width: 1px
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#air-vents .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#audio .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#battery-indicator .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#card-reader .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-bumper .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-trigger .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power-indicator .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-bumper .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-trigger .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#type-c .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#volume .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#xg-mobile .name {
        left: 2vw
    }
}

@media (max-width:735px) and (max-width:480px) {

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#air-vents .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#audio .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#battery-indicator .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#card-reader .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-bumper .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-trigger .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power-indicator .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-bumper .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-trigger .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#type-c .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#volume .name,
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#xg-mobile .name {
        left: 0
    }
}

@media (max-width:735px) {
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-bumper:before {
        left: -4%;
        top: 5%
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-bumper:before {
        transform: translate(-28%, -60%) scale(.75) !important
    }
}

@media (max-width:735px) {
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-bumper .name {
        top: 120%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-trigger:before {
        left: -5%;
        top: 11.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#r-trigger .name {
        top: calc(120% + 21px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power:before {
        left: 9.2%;
        top: 36.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power .name {
        top: calc(120% + 42px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power-indicator:before {
        left: 12.3%;
        top: 49.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#power-indicator .name {
        top: calc(120% + 63px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#battery-indicator:before {
        left: 14.6%;
        top: 58.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#battery-indicator .name {
        top: calc(120% + 84px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#volume:before {
        left: 18%;
        top: 66.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#volume .name {
        top: calc(120% + 105px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#xg-mobile:before {
        left: 26.4%;
        top: 74.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#xg-mobile .name {
        top: calc(120% + 126px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#type-c:before {
        left: 30.5%;
        top: 82.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#type-c .name {
        top: calc(120% + 147px)
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#card-reader:before {
        left: 37%;
        top: 95.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#card-reader .name {
        top: calc(120% + 168px)
    }
}

@media (max-width:735px) and (max-width:570px) {
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#card-reader .name {
        top: calc(120% + 189px)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#audio:before {
        left: 42.05%;
        top: 104.5%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#audio .name {
        top: calc(120% + 189px)
    }
}

@media (max-width:735px) and (max-width:570px) {
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#audio .name {
        top: calc(120% + 210px)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-trigger:before {
        left: 59.05%;
        top: 113%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-trigger .name {
        top: calc(120% + 210px)
    }
}

@media (max-width:735px) and (max-width:570px) {
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-trigger .name {
        top: calc(120% + 231px)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-bumper:before {
        left: 67.05%;
        top: 105%
    }

    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-bumper .name {
        top: calc(120% + 231px)
    }
}

@media (max-width:735px) and (max-width:570px) {
    #ASUS-features .section__ioports .container1 .product.front ul.io-ports li#l-bumper .name {
        top: calc(120% + 252px)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__accessories .img__bg_accessories {
        background-image: url(images/bg_accessories.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__accessories .img__bg_accessories {
        background-image: url(images/bg_accessories.jpg)
    }
}
@media (max-width:735px) {
    #ASUS-features .section__accessories .title-wrapper .title-block {
        padding-top: 0
    }

    #ASUS-features .section__accessories .accessories-wrapper .dots-block>a.link-raikiri {
        left: 83%;
        top: 29%
    }

    #ASUS-features .titleRigsInOne {
        width: 85vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3vw;
        font-size: calc(.2vw + 40px)
    }
}

@media (max-width:735px) and (max-width:480px) {
    #ASUS-features .titleRigsInOne {
        font-size: calc(.1vw + 30px)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__rigsInOne {
        padding-top: 0
    }

    #ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame {
        top: 0
    }

    #ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame .fullPic {
        top: 0;
        width: 100vw;
        height: 38vh;
        background-size: cover
    }

    #ASUS-features .section__rigsInOne .fullPic.fullPic1 {
        background-image: url(images/pic_rigs_in_one1.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__rigsInOne .fullPic.fullPic1 {
        background-image: url(images/pic_rigs_in_one1.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__rigsInOne .fullPic.fullPic2 {
        background-image: url(images/pic_rigs_in_one2.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__rigsInOne .fullPic.fullPic2 {
        background-image: url(images/pic_rigs_in_one2.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__rigsInOne .fullPic.fullPic3 {
        background-image: url(images/pic_rigs_in_one3.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__rigsInOne .fullPic.fullPic3 {
        background-image: url(images/pic_rigs_in_one3.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame .fullPic .gameLogo {
        width: 33.742vw;
        height: 17.445vw;
        bottom: 4vw;
        right: 2vw
    }

    #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo1 {
        background-image: url(images/gameLogo1.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo1 {
        background-image: url(images/gameLogo1.png)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo2 {
        background-image: url(images/gameLogo2.webp)
    }
}
@media (max-width:735px) {
    .noWebp #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo2 {
        background-image: url(images/gameLogo2.png)
    }
}


@media (max-width:735px) {
    #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo3 {
        background-image: url(images/gameLogo3.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__rigsInOne .fullPic .gameLogo.gameLogo3 {
        background-image: url(images/gameLogo3.png)
    }
}

@media (max-width:735px) {

    #ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame .fullPic .gameLogo.gameLogo2,
    #ASUS-features .section__rigsInOne .scrollFrame .fullPicFrame .fullPic .gameLogo.gameLogo3 {
        bottom: 5vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame {
        margin-top: 78vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info {
        position: relative;
        margin-top: 78vw;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw
    }

    #ASUS-features .section__rigsInOne .infoFrame .info {
        background-image: url(images/rigsInOneBg.webp)
    }
}
@media (max-width:735px) {
    .noWebp #ASUS-features .section__rigsInOne .infoFrame .info {
        background-image: url(images/rigsInOneBg.jpg)
    }
}

@media (max-width:735px) {

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info.info2 .timeFrame .timePic.big,
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info.info3 .timeFrame .timePic.big {
        transform: translate3d(0, -85vw, 0)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .timeFrame {
        top: 0;
        width: 100vw;
        height: 56.25vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .timeFrame .timePic {
        width: 31vw;
        height: 14vw;
        transform: translate3d(-35vw, -23vw, 0)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .timeFrame .timePic.big {
        width: 62.48vw;
        height: 29.69vw;
        transform: translate3d(0, -85vw, 0)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic1 {
        background-image: url(images/time1.webp)
    }
}
@media (max-width:735px) {
    .noWebp #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic1 {
        background-image: url(images/time1.jpg)
    }
}


@media (max-width:735px) {
    #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic2 {
        background-image: url(images/time2.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic2 {
        background-image: url(images/time2.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic3 {
        background-image: url(images/time3.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__rigsInOne .scrollFrame .timeFrame .timePic.timePic3 {
        background-image: url(images/time3.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame {
        top: 23vw;
        min-height: 150vw;
        padding-bottom: 20vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .featureTitle {
        color: #fff;
        margin-bottom: 2.8vw;
        font-size: calc(.2vw + 28px)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list {
        margin-top: 7vw;
        margin-bottom: 3vw;
        max-width: 96vw;
        text-align: center
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature {
        margin-left: calc(.3vw + 17px);
        margin-right: calc(.3vw + 17px);
        text-align: center
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature .wd__feature__top {
        color: #fff;
        font-size: calc(.2vw + 12px);
        text-align: center
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature .wd__feature__data {
        font-size: calc(.2vw + 34px);
        text-align: center
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature .wd__feature__describe {
        color: #fff;
        font-size: calc(.2vw + 12px);
        text-align: center
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .wd__feature .wd__feature__describe .describeText {
        color: #fff
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame .wd__feature__list .content-comment {
        text-align: center;
        font-size: calc(.1vw + 10px);
        color: #a7a7a7;
        margin-top: 5vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame1 .wd__feature__list {
        max-width: 96vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame1 .wd__feature__list .wd__feature.feature-5 {
        width: 90vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame2 .wd__feature__list,
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame3 .wd__feature__list {
        max-width: 96vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .featureFrame.featureFrame3 .wd__feature__list .wd__feature.feature-4 {
        margin-top: calc(.3vw + 20px)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories {
        width: 100vw;
        height: 58.898vw
    }

    #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories1 {
        background-image: url(images/accessories1.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories1 {
        background-image: url(images/accessories1.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories2 {
        background-image: url(images/accessories2.webp)
    }
}

@media (max-width:735px) {
    .noWebp #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories2 {
        background-image: url(images/accessories2.jpg)
    }
}
@media (max-width:735px) {
    #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories3 {
        background-image: url(images/accessories3.webp)
    }
}


@media (max-width:735px) {
    .noWebp #ASUS-features .section__rigsInOne .accessoriesFrame .accessories.accessories3 {
        background-image: url(images/accessories3.jpg)
    }
}

@media (max-width:735px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click {
        position: absolute
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click.mobileOnly {
        display: block
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click :focus:focus-visible {
        outline: 3px solid #e30017
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click .click__circle {
        z-index: 999 !important;
        position: absolute;
        cursor: pointer;
        border-radius: 50%;
        top: 0;
        left: 50%;
        width: calc(1.2vw + 13px);
        height: calc(1.2vw + 13px);
        background-position: 50%;
        background-repeat: no-repeat;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        outline: none;
        -webkit-tap-highlight-color: transparent;
        background: hsla(0, 0%, 100%, .876);
        background-size: contain
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click .click__circle .circle_center {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: hsla(0, 0%, 100%, .51);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        transform: scale(1)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click .click__circle .circle_center.active {
        transition: transform .5s ease-in-out;
        animation: scale .8s ease-out 3
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click .click__circle .btnNumber {
        color: #000;
        font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
        font-size: 14px;
        text-align: center;
        vertical-align: middle
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click .click__circle.circle-1 {
        transform: translate3d(32vw, 22vw, 0)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click .click__circle.circle-2 {
        transform: translate3d(81vw, 47vw, 0)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click .click__circle.circle-3 {
        transform: translate3d(24vw, 35vw, 0)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click .click__circle.circle-4 {
        transform: translate3d(81vw, 34vw, 0)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click .click__circle.circle-5 {
        transform: translate3d(32vw, 22vw, 0)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .area-click .click__circle.circle-6 {
        transform: translate3d(81vw, 47vw, 0)
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .accessories .titleAccessories {
        position: absolute;
        color: #fff;
        font-size: calc(.4vw + 26px);
        top: 1.5vw;
        left: 4vw;
        text-transform: uppercase
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame {
        position: relative;
        margin-top: 0;
        padding-top: 5vw;
        width: 100vw;
        min-height: 70vw;
        height: auto;
        background-color: #000
    }
}

@media (max-width:735px) and (max-width:320px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame {
        min-height: 77vw
    }
}

@media (max-width:735px) {
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product {
        position: relative;
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5vw;
        width: 90vw
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product1,
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product3,
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product5 {
        margin-top: 0
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product1,
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product2,
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product3,
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product4,
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product5,
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product6 {
        left: 0;
        top: 0
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle {
        font-size: calc(.2vw + 13px);
        text-decoration: none;
        width: 90vw;
        display: block;
        z-index: 350
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click,
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productTitle .area-click .click__circle {
        display: none
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product1 .productTitle:before {
        content: "1"
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product1 .productTitle:before,
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product2 .productTitle:before {
        width: calc(1.2vw + 13px);
        height: calc(1.2vw + 13px);
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        background-color: #fff;
        color: #000;
        font-size: 16px;
        margin-top: calc(.2vw + -4px);
        margin-right: 1.3vw;
        border-radius: 50%;
        font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif"
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product2 .productTitle:before {
        content: "2"
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product3 .productTitle:before {
        content: "3"
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product3 .productTitle:before,
    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product4 .productTitle:before {
        width: calc(1.2vw + 13px);
        height: calc(1.2vw + 13px);
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        background-color: #fff;
        color: #000;
        font-size: 16px;
        margin-top: calc(.2vw + -4px);
        margin-right: 1.3vw;
        border-radius: 50%;
        font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif"
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product4 .productTitle:before {
        content: "4"
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product3 .productTitle:before {
        content: "1"
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product.product4 .productTitle:before {
        content: "2"
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productInfoFrame {
        margin-top: .5vw;
        line-height: 1.5
    }

    #ASUS-features .section__rigsInOne .scrollFrame .infoFrame .info .accessoriesFrame .productFrame .product .productInfoFrame .productInfo {
        margin-left: 6.1vw;
        font-size: calc(.2vw + 10.8px)
    }

    #ASUS-features .section__base .wd-content.text-animate.text-showed .content-slogan,
    #ASUS-features .section__base .wd-content.text-animate.text-showed .img__kv__logo {
        transition: transform .3s ease .1s, opacity .3s ease .1s;
        opacity: 1
    }

    #ASUS-features .section__base .wd-content.text-animate.text-showed .content-title {
        transition: transform .3s ease .25s, opacity .3s ease .25s;
        opacity: 1
    }

    #ASUS-features .section__base .wd-content.text-animate.text-showed .content-info {
        transition: transform .3s ease .35s, opacity .3s ease .35s;
        opacity: 1
    }

    #ASUS-features .section__base .wd-content.text-animate.text-showed .content-comment {
        transition: transform .4s ease .4s, opacity .4s ease .4s;
        opacity: 1
    }

    #ASUS-features .section__base .wd-content.text-animate.text-showed .wd__feature__list {
        transition: transform .7s ease .7s, opacity .4s ease .7s;
        opacity: 1
    }

    #ASUS-features .section__base .wd-content.text-animate.text-showed .icon {
        transition: transform .4s ease .7s, opacity .4s ease .7s;
        opacity: 1
    }

    #ASUS-features .section__2 .img__02__design1.animated .typingFrame.verticalTyping {
        transform: scale(.3);
        top: 26px;
        left: -101px
    }

    #ASUS-features .section__2 .img__02__design1.animated .typingFrame.verticalTyping .typing.typing2 {
        margin-top: 94px
    }

    #ASUS-features .section__2 .img__02__design1.animated .typingFrame.verticalTyping .typing.typing2 p {
        text-shadow: 0 .05em 1.05em #0080ff
    }

    #ASUS-features .section__2 .img__02__design1.animated .typingFrame.typingFrame2 {
        top: 171px;
        left: 233px
    }

    #ASUS-features .section__2 .img__02__design1.animated .typingFrame.typingFrame2 .typing.typing1 {
        direction: rtl;
        text-align: right
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.typingFrame1 {
        display: block
    }

    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.typingFrame1 .typing.typing1 {
        top: 179px;
        left: 74px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.typingFrame1 .typing.typing1 {
        top: 263px;
        left: 154px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__2 .img__02__design2.animated .typingFrame.verticalTyping {
        top: 168px;
        left: -62px
    }

    #ASUS-features .section__26 .section__26__videoFrame {
        position: absolute;
        margin-left: 10px;
        margin-top: 11.187px;
        width: 835px;
        height: 565px
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo1 {
        position: absolute;
        visibility: hidden
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo1.videoShow {
        visibility: visible
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo2 {
        position: absolute;
        visibility: hidden
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo2.videoShow {
        visibility: visible
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo3 {
        position: absolute;
        visibility: hidden
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo3.videoShow {
        visibility: visible
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo4 {
        position: absolute;
        visibility: hidden
    }

    #ASUS-features .section__26 .section__26__videoFrame .AWlogoVideo4.videoShow {
        visibility: visible
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame {
        position: relative;
        transform: translate3d(-21px, 124px, 0) scale(.35)
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame .img__nb__bg {
        position: absolute;
        margin-left: 10px;
        margin-top: 10px;
        width: 835px;
        height: 570px;
        background-color: #000
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame .img__nb__mask__point {
        position: absolute;
        width: 855px;
        height: 587px;
        z-index: 1
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame .img__nb__mask {
        position: absolute;
        width: 855px;
        height: 587px;
        background-image: url(images/03_nb_maslk.png)
    }
}

@media (max-width:735px) {

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.animationFilter .img__nb__mask__point,
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter .img__nb__mask__point {
        display: none
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.audioFilter .audioFrame {
        position: relative;
        width: 835px
    }

    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.systemFilter .img__nb__mask__point,
    #ASUS-features .section__26 .img__personalization .img__nb.lightAnimationFrame.virtualPetFilter .img__nb__mask__point {
        display: none
    }

    #ASUS-features .section__26 .img__personalization .img__nb .img__nb__bg.animated .typingFrame {
        display: block;
        transform: none
    }

    #ASUS-features .section__26 .img__personalization .img__nb .img__nb__bg.animated .typingFrame .typing {
        transform: scale(.9)
    }

    #ASUS-features .section__26 .img__personalization .img__nb .img__nb__bg.animated .typingFrame .typing.typing1 {
        top: -46px;
        left: -20px
    }

    #ASUS-features .section__26 .img__personalization .img__nb .img__nb__bg.animated .typingFrame .typing.typing2 {
        top: 487px;
        left: 455px
    }

    #ASUS-features .section__26 .img__personalization .img__keybordFrame .typingFrame {
        top: 1390px;
        left: 840px;
        pointer-events: none;
        z-index: 9999;
        display: none
    }

    #ASUS-features .section__26 .img__personalization .img__keybordFrame .typingFrame.typingShow {
        display: block
    }

    #ASUS-features .section__26 .img__personalization .img__keybordFrame .typingFrame.typingShow .typing {
        width: 300px;
        position: relative;
        transform: scale(.8);
        text-align: left
    }

    #ASUS-features .section__26 .img__personalization .img__keybordFrame .typingFrame.typingShow .typing.typing2 {
        top: 226px;
        left: 648px
    }

    #ASUS-features .section__26 .img__personalization .img__speakFrame .img__speak.animated .typingFrame.verticalTyping {
        top: -11px;
        left: -117px
    }

    #ASUS-features .section__26 .img__personalization .img__speakFrame .img__speak.animated .typingFrame.verticalTyping .typing.typing2 {
        margin-top: 94px
    }

    #ASUS-features .section__26 .img__personalization .img__speakFrame .img__speak.animated .typingFrame.verticalTyping .typing.typing2 p {
        text-shadow: 0 .05em 1.05em #0080ff
    }

    #ASUS-features .section__26 .img__personalization .img__speakFrame .img__speak.animated .typingFrame.typingFrame1 {
        display: block
    }

    #ASUS-features .section__26 .img__personalization .img__speakFrame .img__speak.animated .typingFrame.typingFrame1 .typing.typing1 {
        top: 702px;
        left: 587px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__26 .img__personalization .img__speakFrame .img__speak.animated .typingFrame.typingFrame1 .typing.typing1 {
        top: 842px;
        left: 789px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__26 .img__personalization .img__designBottomFrame .img__designBottom.animated .typingFrame {
        display: block
    }

    #ASUS-features .section__26 .img__personalization .img__designBottomFrame .img__designBottom.animated .typingFrame .typing.typing1 {
        top: 41px;
        left: 334px;
        transform: scale(1.45)
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__26 .img__personalization .img__designBottomFrame .img__designBottom.animated .typingFrame .typing.typing1 {
        top: 48px;
        left: 434px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow {
        display: block;
        top: -298px;
        left: 204px;
        position: relative;
        z-index: 9999
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow {
        left: 223px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing {
        width: 300px
    }

    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing.typing1 {
        top: 264px;
        left: -189px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing.typing1 {
        top: 324px;
        left: -269px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing.typing2 {
        top: 687px;
        left: -789px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing.typing2 {
        top: 847px;
        left: -1069px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing.typing3 {
        top: 850px;
        left: -504px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing.typing3 {
        top: 1020px;
        left: -784px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-1.typingShow .typing.typing3 p {
        font-size: 33px;
        transform: scale(2.9)
    }

    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow {
        display: block;
        top: -298px;
        left: 201px;
        position: relative;
        z-index: 9999
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow {
        left: 213px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing1 {
        top: 283px;
        left: -117px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing1 {
        top: 343px;
        left: -206px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing2 {
        top: 745px;
        left: -768px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing2 {
        top: 918px;
        left: -1064px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing3 {
        top: 822px;
        left: -856px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing3 {
        top: 1003px;
        left: -1156px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing4 {
        top: 272px;
        left: -452px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing4 {
        top: 330px;
        left: -712px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-2.typingShow .typing.typing4 p {
        font-size: 32px;
        transform: scale(2.9)
    }

    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow {
        display: block;
        top: -298px;
        left: 205px;
        position: relative;
        z-index: 9999
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow {
        left: 191px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing1 {
        top: 249px;
        left: -143px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing1 {
        top: 249px;
        left: -190px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing2 {
        top: 679px;
        left: -791px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing2 {
        top: 879px;
        left: -971px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing3 {
        top: 864px;
        left: -864px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing3 {
        top: 1071px;
        left: -1024px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing4 {
        top: 656px;
        left: -182px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing4 {
        top: 864px;
        left: -179px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing5 {
        top: 865px;
        left: -298px
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing5 {
        top: 1039px;
        left: -346px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing5 P {
        font-size: 32px;
        transform: scale(2)
    }
}

@media (max-width:735px) and (min-width:0px) and (max-width:320px) {
    #ASUS-features .section__17 .typingFrame.typingS17-3.typingShow .typing.typing5 P {
        transform: scale(2.4)
    }
}

#global-where-to-buy {
    width: 80vw;
    height: 776px;
    max-width: 1300px;
    background-color: #000;
    line-height: 1.4;
    position: relative
}

#global-where-to-buy a {
    text-decoration: none
}

#global-where-to-buy button {
    background-color: transparent;
    border: none;
    display: block;
    cursor: pointer
}

#global-where-to-buy .region-toggler {
    display: none
}

#global-where-to-buy .region-box {
    height: 20%;
    background-color: #fff;
    padding: 2vw
}

#global-where-to-buy .region-box .region-list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

#global-where-to-buy .region-box .region-list .region {
    color: #000;
    padding: 10px 1vw
}

#global-where-to-buy .region-box .region-list .region button {
    background-color: transparent;
    color: inherit;
    font-size: 30px;
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
    padding: 15px;
    opacity: .5;
    position: relative;
    transition: background-color .5s ease, opacity .5s ease
}

#global-where-to-buy .region-box .region-list .region button.btn-back {
    display: none
}

#global-where-to-buy .region-box .region-list .region button:after {
    content: "";
    display: block;
    width: 4px;
    height: 120%;
    background-color: #000;
    margin-left: -2px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: scaleY(0);
    transform-origin: center top
}

@media (hover:hover) {
    #global-where-to-buy .region-box .region-list .region button:hover {
        background-color: #dfdfdf;
        opacity: .75
    }
}

#global-where-to-buy .region-box .region-list .region button.active {
    background-color: #000;
    color: #fff;
    opacity: 1;
    will-change: background-color, opacity
}

#global-where-to-buy .region-box .region-list .region button.active:after {
    transform: scaleY(1);
    transition: transform .5s ease;
    will-change: transform
}

#global-where-to-buy .country-box {
    height: 80%;
    background-color: #000;
    overflow-y: auto
}

#global-where-to-buy .country-box .country-list-group {
    overflow: hidden;
    position: relative
}

#global-where-to-buy .country-box .country-list {
    width: 100%;
    background-color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    opacity: 0;
    padding: 1vw;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

#global-where-to-buy .country-box .country-list.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    z-index: 2;
    transition: opacity .75s ease;
    will-change: opacity
}

#global-where-to-buy .country-box .country-list .country {
    width: 25%;
    padding: 2% 1vw
}

#global-where-to-buy .country-box .country-list .country .country-name {
    color: #fff;
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
    font-size: 27px;
    position: relative
}

#global-where-to-buy .country-box .country-list .country .country-name:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .6);
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

#global-where-to-buy .country-box .country-list .country .country-name span {
    background-color: #000;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    z-index: 2
}

#global-where-to-buy .country-box .country-list .country .links {
    font-size: 18.6px
}

#global-where-to-buy .country-box .country-list .country .links a {
    color: #b7fffa;
    background-image: linear-gradient(90deg, #ffe2c0, #ffbaf2 20%, #e0c2ff 40%, #c3dbff 60%, #b7fffa 80%, #e3ffbe);
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    position: relative
}

#global-where-to-buy .country-box .country-list .country .links a:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    color: #b7fffa;
    background-image: linear-gradient(90deg, #ffe2c0, #ffbaf2 20%, #e0c2ff 40%, #c3dbff 60%, #b7fffa 80%, #e3ffbe);
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.86, 0, .13, 1)
}

@media (hover:hover) {
    #global-where-to-buy .country-box .country-list .country .links a:hover:after {
        transform: scaleX(1);
        will-change: transform
    }
}

#global-where-to-buy .country-box .country-list .country .links .coming-soon {
    color: #fff;
    font-size: 16.5px;
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
    opacity: .5
}

@media (max-width:992px) {
    #global-where-to-buy {
        height: 90vh;
        overflow: hidden
    }

    #global-where-to-buy .region-toggler {
        background-color: #fff;
        color: #000;
        display: block;
        font-size: 30px;
        font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
        padding: 10px 5vw;
        text-transform: uppercase;
        position: relative;
        z-index: 2
    }

    #global-where-to-buy .region-box {
        height: auto;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 20px;
        position: relative;
        z-index: 1;
        transition: transform .5s cubic-bezier(.86, 0, .13, 1)
    }

    #global-where-to-buy .region-box .region-list {
        display: block
    }

    #global-where-to-buy .region-box .region-list .region {
        padding: 0
    }

    #global-where-to-buy .region-box .region-list .region button:not(.btn-back) {
        display: inline-block;
        font-size: 24px;
        padding: 15px 15px 15px 5vw
    }

    #global-where-to-buy .region-box .region-list .region button:after {
        content: none
    }

    #global-where-to-buy .region-box .region-list .region button.active.btn-back {
        background-color: transparent;
        color: rgba(0, 0, 0, .65);
        display: inline-block;
        font-size: 18px
    }

    #global-where-to-buy .country-box {
        height: 85%;
        background-color: #000;
        position: relative;
        transition: transform .5s cubic-bezier(.86, 0, .13, 1);
        z-index: 2
    }

    #global-where-to-buy .country-box .country-list {
        display: block
    }

    #global-where-to-buy .country-box .country-list .country {
        width: 100%
    }

    #global-where-to-buy .country-box .country-list .country .country-name {
        font-size: 22.5px
    }

    #global-where-to-buy .country-box .country-list .country .links {
        font-size: 16.5px
    }

    #global-where-to-buy .country-box .country-list .country .links a:after {
        transform: scaleX(1)
    }

    #global-where-to-buy .country-box .country-list .country .links .coming-soon {
        font-size: 15px
    }
}

@media (max-width:480px) {
    #global-where-to-buy .region-toggler {
        font-size: 24px
    }

    #global-where-to-buy .region-box .region-list .region button:not(.btn-back) {
        font-size: 19.5px
    }

    #global-where-to-buy .country-box .country-list .country .country-name,
    #global-where-to-buy .region-box .region-list .region button.active.btn-back {
        font-size: 18px
    }

    #global-where-to-buy .country-box .country-list .country .links {
        font-size: 13.5px
    }

    #global-where-to-buy .country-box .country-list .country .links .coming-soon {
        font-size: 12px
    }
}

#main-zone>.container1 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important
}

.overview-wrapper {
    width: 100%
}

.popImg .twentytwenty-after-label:before,
.popImg .twentytwenty-before-label:before {
    display: none
}


#ASUS-features .ProductOverviewAwardsVideoContent__prodcutAwardContainer__1C1rj h2 {
    font-size: 45px !important;
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif"
}

#ASUS-features .ProductOverviewAwardsContent__prodcutAwardContainer__3O-Hy,
#ASUS-features .ProductOverviewAwardsContent__prodcutAwardContainer__3O-Hy h2 {
    font-size: 45px !important;
    font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
    display: none
}

#ASUS-features .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2,
[data-dirtype] .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU h2 {
    font-size: 35px !important
}

#ASUS-features .Product__specialOverviewAward__20I-_ {
    border-top: 1px solid #000
}

@media (min-width:2560px) {
    #ASUS-features .section__pd {
        min-height: 2016px
    }
}

@media (max-width:2559px) {
    #ASUS-features .section__pd {
        min-height: 1979px
    }
}

@media (max-width:1375px) {
    #ASUS-features .section__pd {
        min-height: 1983px
    }
}

@media (max-width:1200px) {
    #ASUS-features .section__pd {
        min-height: 1860px
    }
}

@media (max-width:1024px) {
    #ASUS-features .section__pd {
        min-height: 1435px
    }
}

@media (max-width:735px) {
    #ASUS-features .section__pd {
        min-height: 1400px
    }
}

@media (max-width:480px) {
    #ASUS-features .section__pd {
        min-height: 1370px
    }
}

#ASUS-features .beforeAward {
    padding: 0
}

#ASUS-features .ProductOverviewAwardsContent__prodcutAwardWrapper__3fPgJ.ProductOverviewAwardsContent__prodcutMediaContainer__1pDvf {
    padding: 55px 0 26px
}

[data-dirtype=ltr] .ProductOverviewAwardsItem__rewardItem__XdJSB,
[data-dirtype=ltr] .ProductOverviewMediaItem__mediaItem__bpiwv {
    margin-right: 10px;
    margin-left: 10px
}