.Footer__footerContent__22G1u,
.ProductFooter__productFooterContainer__Z6Bel.ProductFooter__productBackgroundBlack__24n1I,
.ProductRecommenedRelated__productRecommendRelatedContainer__3Akgf,
.ProductTabBar__productTabBarContainer__1e5nP,
.overviewAwardsContent,
.overviewSimpleContent {
    position: relative;
    z-index: 2
}

.ProductTabBar__productTabBarContainer__1e5nP {
    position: relative;
    z-index: 3
}

.Product__onFixed__119Rh {
    display: none
}

.ProductTabBar__productTabBarContainer__1e5nP.ProductTabBar__isFixed__3fX1Q {
    position: relative
}

.width-line-gray {
    background: 0 0
}

.clear-style {
    font-family: Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    background: #000;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0
}

.clear-style * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word
}

.clear-style * ::selection {
    background: #1d2124;
    color: #e01f66
}

.clear-style * ::-moz-selection {
    background: #1d2124;
    color: #e01f66
}

.clear-style figure,
.clear-style li,
.clear-style ul {
    margin: 0;
    padding: 0
}

.clear-style a,
.clear-style h1,
.clear-style h2,
.clear-style h3,
.clear-style h4,
.clear-style li,
.clear-style p {
    font: inherit;
    padding: 0;
    margin: 0
}

.clear-style img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0
}

.clear-style img.lazyload {
    opacity: 0;
    transition: opacity .5s ease
}

.clear-style iframe,
.clear-style video {
    max-width: 100%
}

.clear-style button {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.clear-style .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.clear-style [role=button]:focus-visible,
.clear-style [tabindex="0"]:focus-visible,
.clear-style a:focus-visible,
.clear-style button:focus-visible,
.clear-style input:focus-visible,
.clear-style select:focus-visible,
.clear-style textarea:focus-visible {
    outline: 1px solid #e01f66
}

.clear-style [role=button]:focus:not(:focus-visible),
.clear-style [tabindex="0"]:focus:not(:focus-visible),
.clear-style a:focus:not(:focus-visible),
.clear-style button:focus:not(:focus-visible),
.clear-style input:focus:not(:focus-visible),
.clear-style select:focus:not(:focus-visible),
.clear-style textarea:focus:not(:focus-visible) {
    outline: 0
}

@-webkit-keyframes colorrun {
    0% {
        filter: hue-rotate(0)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@keyframes colorrun {
    0% {
        filter: hue-rotate(0)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@-webkit-keyframes breathing {
    50% {
        opacity: 1
    }
}

@keyframes breathing {
    50% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#hd .fadeIn {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .25s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .25s;
    animation-name: fadeIn;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2em);
        -ms-transform: translateX(2em);
        transform: translateX(2em)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2em);
        -ms-transform: translateX(2em);
        transform: translateX(2em)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2em);
        -ms-transform: translateX(-2em);
        transform: translateX(-2em)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2em);
        -ms-transform: translateX(-2em);
        transform: translateX(-2em)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes title-bg {
    0% {
        clip-path: inset(0 100% 0 0);
        -webkit-transform: translateX(-1em);
        -ms-transform: translateX(-1em);
        transform: translateX(-1em)
    }

    100% {
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes title-bg {
    0% {
        clip-path: inset(0 100% 0 0);
        -webkit-transform: translateX(-1em);
        -ms-transform: translateX(-1em);
        transform: translateX(-1em)
    }

    100% {
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes title-deco-line {
    0% {
        opacity: 0;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg)
    }
}

@keyframes title-deco-line {
    0% {
        opacity: 0;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
        transform: rotate(315deg)
    }
}

@-webkit-keyframes kv-fromLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2, 1.2) translate(-10%, 2%);
        -ms-transform: scale(1.2, 1.2) translate(-10%, 2%);
        transform: scale(1.2, 1.2) translate(-10%, 2%)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) translate(0, 0);
        -ms-transform: scale(1, 1) translate(0, 0);
        transform: scale(1, 1) translate(0, 0)
    }
}

@keyframes kv-fromLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2, 1.2) translate(-10%, 2%);
        -ms-transform: scale(1.2, 1.2) translate(-10%, 2%);
        transform: scale(1.2, 1.2) translate(-10%, 2%)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) translate(0, 0);
        -ms-transform: scale(1, 1) translate(0, 0);
        transform: scale(1, 1) translate(0, 0)
    }
}

@-webkit-keyframes kv-bike {
    0% {
        opacity: 0;
        -webkit-transform: translate(-10%, 5%);
        -ms-transform: translate(-10%, 5%);
        transform: translate(-10%, 5%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes kv-bike {
    0% {
        opacity: 0;
        -webkit-transform: translate(-10%, 5%);
        -ms-transform: translate(-10%, 5%);
        transform: translate(-10%, 5%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes show-performance-pd {
    0% {
        opacity: 0;
        -webkit-transform: translate(-20%, 15%);
        -ms-transform: translate(-20%, 15%);
        transform: translate(-20%, 15%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes show-performance-pd {
    0% {
        opacity: 0;
        -webkit-transform: translate(-20%, 15%);
        -ms-transform: translate(-20%, 15%);
        transform: translate(-20%, 15%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes clock-l {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clock-l {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes clock-r {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes clock-r {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes slideProgress {
    0% {
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes slideProgress {
    0% {
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    100% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes vibrate {

    100%,
    32%,
    36%,
    40%,
    44%,
    48%,
    52%,
    56%,
    60%,
    64%,
    68%,
    72%,
    76%,
    80%,
    84%,
    88%,
    92%,
    96% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    34%,
    38%,
    42%,
    46%,
    50%,
    54%,
    58%,
    62%,
    66%,
    70%,
    74%,
    78%,
    82%,
    86%,
    90%,
    94%,
    98% {
        -webkit-transform: scale(1.01, 1.01);
        -ms-transform: scale(1.01, 1.01);
        transform: scale(1.01, 1.01)
    }
}

@keyframes vibrate {

    100%,
    32%,
    36%,
    40%,
    44%,
    48%,
    52%,
    56%,
    60%,
    64%,
    68%,
    72%,
    76%,
    80%,
    84%,
    88%,
    92%,
    96% {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    34%,
    38%,
    42%,
    46%,
    50%,
    54%,
    58%,
    62%,
    66%,
    70%,
    74%,
    78%,
    82%,
    86%,
    90%,
    94%,
    98% {
        -webkit-transform: scale(1.01, 1.01);
        -ms-transform: scale(1.01, 1.01);
        transform: scale(1.01, 1.01)
    }
}

@-webkit-keyframes wave {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5, .5);
        -ms-transform: scale(.5, .5);
        transform: scale(.5, .5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes wave {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5, .5);
        -ms-transform: scale(.5, .5);
        transform: scale(.5, .5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes batteryBar {
    0% {
        clip-path: inset(0 0 0 100%)
    }

    40%,
    45% {
        clip-path: inset(0 0 0 59%)
    }

    50%,
    55% {
        clip-path: inset(0 0 0 58%)
    }

    60%,
    66% {
        clip-path: inset(0 0 0 57%)
    }

    72%,
    77% {
        clip-path: inset(0 0 0 56.5%)
    }

    82%,
    88% {
        clip-path: inset(0 0 0 55.5%)
    }

    89%,
    90% {
        clip-path: inset(0 0 0 54.5%)
    }

    92%,
    93% {
        clip-path: inset(0 0 0 53.5%)
    }

    94%,
    95% {
        clip-path: inset(0 0 0 52.5%)
    }

    100% {
        clip-path: inset(0 0 0 0)
    }
}

@keyframes batteryBar {
    0% {
        clip-path: inset(0 0 0 100%)
    }

    40%,
    45% {
        clip-path: inset(0 0 0 59%)
    }

    50%,
    55% {
        clip-path: inset(0 0 0 58%)
    }

    60%,
    66% {
        clip-path: inset(0 0 0 57%)
    }

    72%,
    77% {
        clip-path: inset(0 0 0 56.5%)
    }

    82%,
    88% {
        clip-path: inset(0 0 0 55.5%)
    }

    89%,
    90% {
        clip-path: inset(0 0 0 54.5%)
    }

    92%,
    93% {
        clip-path: inset(0 0 0 53.5%)
    }

    94%,
    95% {
        clip-path: inset(0 0 0 52.5%)
    }

    100% {
        clip-path: inset(0 0 0 0)
    }
}

@-webkit-keyframes hint {
    0% {
        opacity: 0;
        -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        transform: scale(2, 2)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes hint {
    0% {
        opacity: 0;
        -webkit-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        transform: scale(2, 2)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes static {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes static {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes breathing {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@keyframes breathing {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@-webkit-keyframes strobing {
    0% {
        opacity: 1
    }

    50% {
        opacity: .3
    }
}

@keyframes strobing {
    0% {
        opacity: 1
    }

    50% {
        opacity: .3
    }
}

@-webkit-keyframes flashStrobing {
    0% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    70% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes flashStrobing {
    0% {
        opacity: 0
    }

    60% {
        opacity: 0
    }

    70% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes music {
    0% {
        opacity: 1
    }

    10% {
        opacity: .3
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .3
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@keyframes music {
    0% {
        opacity: 1
    }

    10% {
        opacity: .3
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .3
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@-webkit-keyframes cycle {
    0% {
        background-color: red
    }

    15% {
        background-color: orange
    }

    30% {
        background-color: #ff0
    }

    45% {
        background-color: #00cb07
    }

    60% {
        background-color: #07a9ff
    }

    75% {
        background-color: #1044ff
    }

    90% {
        background-color: #a12fd9
    }

    100% {
        background-color: red
    }
}

@keyframes cycle {
    0% {
        background-color: red
    }

    15% {
        background-color: orange
    }

    30% {
        background-color: #ff0
    }

    45% {
        background-color: #00cb07
    }

    60% {
        background-color: #07a9ff
    }

    75% {
        background-color: #1044ff
    }

    90% {
        background-color: #a12fd9
    }

    100% {
        background-color: red
    }
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes rainbow {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes cpu {
    0% {
        background-color: red
    }

    30% {
        background-color: #ff0
    }

    60% {
        background-color: green
    }

    90% {
        background-color: #ff0
    }
}

@keyframes cpu {
    0% {
        background-color: red
    }

    30% {
        background-color: #ff0
    }

    60% {
        background-color: green
    }

    90% {
        background-color: #ff0
    }
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Light.woff2) format("woff2"), url(fonts/Roboto-Light.woff) format("woff"), url(fonts/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: 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;
    src: url(fonts/Roboto-Bold.woff2) format("woff2"), url(fonts/Roboto-Bold.woff) format("woff"), url(fonts/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: TradeGothicLTPro;
    src: url(fonts/TradeGothicLTPro-Bold.woff2) format("woff2"), url(fonts/TradeGothicLTPro-Bold.woff) format("woff"), url(fonts/TradeGothicLTPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ROGFonts;
    src: url(fonts/ROGFonts-Regular_ES.woff2) format("woff2"), url(fonts/ROGFonts-Regular_ES.woff) format("woff"), url(fonts/ROGFonts-Regular_ES.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'NVIDIA Sans';
    src: url(fonts/NVIDIASans_W_Rg.woff2) format("woff2"), url(fonts/NVIDIASans_W_Rg.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'NVIDIA Sans';
    src: url(fonts/NVIDIASans_W_Bd.woff2) format("woff2"), url(fonts/NVIDIASans_W_Bd.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

#hd {
    font-family: Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 16px
}

#hd h2 {
    font-family: TradeGothicLTPro, Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.875em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.125;
    color: #fff !important;
    word-break: normal;
    word-wrap: normal;
    margin-bottom: .5em
}

#hd h2.color-primary {
    color: #e01f66 !important
}

#hd h2+p {
    margin-top: 1em;
    margin-bottom: 3em
}

#hd .hd-title p {
    display: inline-block;
    letter-spacing: .2em;
    padding: 0 0 0 .2em;
    margin-bottom: .75em;
    position: relative;
    z-index: 2;
    opacity: 0
}

#hd .hd-title p:before {
    content: '';
    width: 100%;
    height: .875em;
    background-color: #0c00fc;
    background-image: -webkit-linear-gradient(90deg, #0c00fc, #a1078f, #e80b40);
    background-image: linear-gradient(90deg, #0c00fc, #a1078f, #e80b40);
    position: absolute;
    top: .125;
    left: 0;
    z-index: -1
}

#hd .hd-title h2 {
    opacity: 0;
    margin-bottom: .5em
}

#hd .hd-title hr {
    display: block;
    width: 2.75em;
    height: 2px;
    background-color: #0c00fc;
    background-image: -webkit-linear-gradient(90deg, #0c00fc, #a1078f, #e80b40);
    background-image: linear-gradient(90deg, #0c00fc, #a1078f, #e80b40);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    mix-blend-mode: screen;
    margin-bottom: 2em;
    border: none;
    box-shadow: none
}

#hd .hd-title.is-animated p {
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: .4s;
    animation-name: fadeInLeft;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .hd-title.is-animated p:before {
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: title-bg;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: .6s;
    animation-name: title-bg;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .hd-title.is-animated h2 {
    -webkit-animation-delay: .35s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .35s;
    animation-duration: .6s;
    animation-name: fadeInLeft;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .hd-title.is-animated hr {
    -webkit-animation-delay: .4s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .4s;
    animation-duration: .4s;
    animation-name: fadeInLeft;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    -webkit-animation-delay: .65s;
    -webkit-animation-duration: .28s;
    -webkit-animation-name: title-deco-line;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .65s;
    animation-duration: .28s;
    animation-name: title-deco-line;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .h3,
#hd h3 {
    font-family: TradeGothicLTPro, Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.3125em;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: .25em
}

#hd .h3 sup,
#hd h3 sup {
    display: inline-block;
    margin-top: -.25em
}

#hd .h4,
#hd h4 {
    font-family: TradeGothicLTPro, Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.875em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 0
}

#hd .h5,
#hd h5 {
    font-family: TradeGothicLTPro, Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: .018em;
    line-height: 1.125
}

#hd h6 {
    font-family: TradeGothicLTPro, Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5
}

#hd a,
#hd li,
#hd p,
#hd small {
    font-family: Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif
}

#hd p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .02em;
    font-weight: 400
}

#hd b {
    font-weight: 700
}

#hd small {
    font-size: .875em;
    font-weight: 400
}

#hd .align-center {
    text-align: center
}

#hd .align-left {
    text-align: left
}

#hd .align-italic {
    font-style: italic
}

#hd .hd-underline {
    color: inherit;
    text-decoration: underline
}

#hd .hd-underline:focus-visible,
#hd .hd-underline:hover {
    color: #fff !important
}

#hd .color-primary {
    color: #e01f66
}

#hd .color-secondary {
    color: #155fff
}

#hd .color-green {
    color: #8fe700 !important
}

#hd .color-geforce {
    color: #76b900 !important
}

#hd .color-grey {
    color: #a7a7a7 !important
}

#hd .color-black {
    color: #000 !important
}

#hd .color-white {
    color: #fff !important
}

#hd .color-gradient {
    color: #fff !important;
    background-color: #fff 29%;
    background-image: -webkit-linear-gradient(180deg, #fff 29%, #969696 33%, #fff 70%, #e4e4e4 100%);
    background-image: linear-gradient(180deg, #fff 29%, #969696 33%, #fff 70%, #e4e4e4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#hd .color-gradient::selection,
#hd .color-gradient>::selection {
    color: #fff;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff
}

#hd .color-gradient::-moz-selection,
#hd .color-gradient>::-moz-selection {
    color: #fff;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff
}

#hd .color-gradient-primary {
    color: #fff !important;
    background-color: #8cbcf7;
    background-image: -webkit-linear-gradient(90deg, #8cbcf7, #b077de, #c24884);
    background-image: linear-gradient(90deg, #8cbcf7, #b077de, #c24884);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#hd .color-gradient-primary::selection,
#hd .color-gradient-primary>::selection {
    color: #fff;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff
}

#hd .color-gradient-primary::-moz-selection,
#hd .color-gradient-primary>::-moz-selection {
    color: #fff;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff
}

#hd .font-rog {
    font-family: ROGFonts, TradeGothicLTPro, Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif
}

#hd .font-nv {
    font-family: "NVIDIA Sans", TradeGothicLTPro, Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif
}

#hd .font-nv-content {
    font-family: "NVIDIA Sans", Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: 300;
    letter-spacing: 0
}

#hd .hd-uppercase {
    text-transform: uppercase
}

@media screen and (min-width:2560px) {
    #hd {
        font-size: 20px
    }
}

@media screen and (min-width:3000px) {
    #hd {
        font-size: 28px
    }
}

@media screen and (max-width:1440px) {
    #hd h2+p {
        margin-top: .5em;
        margin-bottom: 2em
    }

    #hd .h3,
    #hd h3 {
        font-size: 2em
    }

    #hd .h4,
    #hd h4 {
        font-size: 1.75em
    }
}

@media screen and (max-width:1280px) {
    #hd h2 {
        font-size: 2.75em
    }

    #hd .h3,
    #hd h3 {
        font-size: 2em
    }
}

@media screen and (max-width:1024px) {
    #hd {
        font-size: 14px
    }

    #hd h2 {
        font-size: 2.5em
    }

    #hd .h3,
    #hd h3 {
        font-size: 1.75em
    }

    #hd .h4,
    #hd h4 {
        font-size: 1.5em
    }
}

@media screen and (max-width:480px) {
    #hd h2 {
        font-size: 2em
    }

    #hd .h3,
    #hd h3 {
        font-size: 1.75em
    }

    #hd .h4,
    #hd h4 {
        font-size: 1.25em
    }
}

#hd .w95 {
    width: 94%;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1280,
#hd .hd-w1366,
#hd .hd-w1520,
#hd .hd-w1680,
#hd .hd-w900 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

#hd .hd-w900 {
    max-width: 900px
}

#hd .hd-w1000 {
    max-width: 1000px
}

#hd .hd-w1100 {
    max-width: 1100px
}

#hd .hd-w1280 {
    width: 90%;
    max-width: 1280px
}

#hd .hd-w1366 {
    width: 90%;
    max-width: 1366px
}

#hd .hd-w1520 {
    width: 90%;
    max-width: 1520px
}

#hd .hd-w1680 {
    width: 90%;
    max-width: 1680px
}

#hd .hd-w2560 {
    max-width: 2560px;
    margin: 0 auto;
    position: relative
}

#hd .hd-mw900 {
    max-width: 900px
}

#hd .hd-mw1000 {
    max-width: 1000px
}

#hd .hd-mw700 {
    max-width: 700px
}

#hd .hd-col20 {
    width: 20%
}

#hd .hd-col25 {
    width: 25%
}

#hd .hd-col30 {
    width: 30%
}

#hd .hd-col33 {
    width: 33.3333%
}

#hd .hd-col40 {
    width: 40%
}

#hd .hd-col45 {
    width: 45%
}

#hd .hd-col50 {
    width: 50%
}

#hd .hd-col55 {
    width: 55%
}

#hd .hd-col60 {
    width: 60%
}

#hd .hd-col65 {
    width: 65%
}

#hd .hd-col66 {
    width: 66.6666%
}

#hd .hd-col70 {
    width: 70%
}

#hd .hd-col75 {
    width: 75%
}

#hd .hd-col80 {
    width: 80%
}

#hd .hd-col100 {
    width: 100%
}

#hd .ib-top {
    display: inline-block;
    vertical-align: top
}

#hd .ib-bottom {
    display: inline-block;
    vertical-align: bottom
}

#hd .flex-wrap {
    display: flex;
    flex-wrap: wrap
}

#hd .flex-nowrap {
    display: flex;
    flex-wrap: nowrap
}

#hd .align-items-center {
    align-items: center
}

#hd .align-items-start {
    align-items: flex-start
}

#hd .align-items-end {
    align-items: flex-end
}

#hd .justify-content-center {
    justify-content: center
}

#hd .justify-content-start {
    justify-content: flex-start
}

#hd .justify-content-end {
    justify-content: flex-end
}

#hd .justify-content-between {
    justify-content: space-between
}

#hd .justify-content-around {
    justify-content: space-around
}

#hd .flex-row-reverse {
    flex-direction: row-reverse
}

#hd .hd-d-none {
    display: none !important
}

#hd .hd-d-ib {
    display: inline-block !important
}

#hd .mx-auto {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:2560px) {
    #hd .hd-w900 {
        max-width: 1200px
    }

    #hd .hd-w1000 {
        max-width: 1300px
    }

    #hd .hd-w1100,
    #hd .hd-w1200,
    #hd .hd-w1280,
    #hd .hd-w1366 {
        max-width: 1600px
    }

    #hd .hd-w1520,
    #hd .hd-w1680 {
        width: 90%;
        max-width: 2000px
    }

    #hd .hd-mw1000 {
        max-width: 1200px
    }

    #hd .hd-mw900 {
        max-width: 1100px
    }

    #hd .hd-mw700 {
        max-width: 1000px
    }
}

@media screen and (min-width:3000px) {
    #hd .hd-w900 {
        max-width: 1400px
    }

    #hd .hd-w1000 {
        max-width: 2200px
    }

    #hd .hd-w1100,
    #hd .hd-w1200,
    #hd .hd-w1280,
    #hd .hd-w1366 {
        max-width: 2560px
    }

    #hd .hd-w1520,
    #hd .hd-w1680 {
        width: 90%;
        max-width: 3000px
    }
}

@media screen and (max-width:1024px) {
    #hd .hd-d-1024-none {
        display: none !important
    }

    #hd .hd-d-1024-block {
        display: block !important
    }
}

@media screen and (max-width:1023px) {

    #hd .hd-w1000,
    #hd .hd-w1100,
    #hd .hd-w1200 {
        width: 90%
    }
}

@media screen and (max-width:1023px) {
    #hd .hd-d-1023-none {
        display: none !important
    }

    #hd .hd-d-1023-block {
        display: block !important
    }
}

@media screen and (max-width:768px) {
    #hd .hd-d-768-none {
        display: none !important
    }

    #hd .hd-d-768-block {
        display: block !important
    }

    #hd .hd-d-768-flex {
        display: flex !important
    }
}

@media screen and (max-width:620px) {
    #hd .hd-d-620-none {
        display: none !important
    }

    #hd .hd-d-620-block {
        display: block !important
    }

    #hd .hd-d-620-flex {
        display: flex !important
    }
}

@media screen and (max-width:480px) {
    #hd .hd-d-480-none {
        display: none !important
    }

    #hd .hd-d-480-block {
        display: block !important
    }
}

#hd .hd-btn {
    display: inline-block;
    font-family: ROGFonts, TradeGothicLTPro, Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    letter-spacing: .026em;
    padding: .25em .5em .5em;
    margin: .5em 0;
    box-shadow: 0 0 0 1px #fff inset;
    color: #fff;
    background: 0 0;
    position: relative;
    overflow: hidden;
    transition: transform .8s 3s ease;
    -webkit-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    transform: translate(0, 200%)
}

#hd .hd-btn:after {
    content: attr(title);
    display: block;
    padding: inherit;
    background: #e01f66;
    background-color: #e01f66;
    background-image: -webkit-linear-gradient(125deg, #e01f66 25%, #155fff 75%);
    background-image: linear-gradient(125deg, #e01f66 25%, #155fff 75%);
    font: inherit;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    box-shadow: 0 0 0 2px #e01f66;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: clip-path .25s ease
}

#hd .hd-btn:hover:after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

@media screen and (max-width:1280px) {
    #hd .hd-btn {
        font-size: 1.125em
    }
}

@media screen and (max-width:620px) {
    #hd .hd-btn {
        font-size: 1em
    }
}

.webp #hd .hd-nav a span:before {
    background-image: url(images/nav-active.webp)
}

.no-webp #hd .hd-nav a span:before {
    background-image: url(images/nav-active.png)
}

#hd .hd-nav {
    height: calc(100% - 100px);
    position: fixed;
    top: 100px;
    bottom: 0;
    margin: auto 0
}

#hd .hd-nav {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: calc(100% - 100px);
    right: 0;
    z-index: 10
}

#hd .hd-nav:before {
    content: '';
    display: block;
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    background-image: -webkit-linear-gradient(90deg, transparent, #000);
    background-image: linear-gradient(90deg, transparent, #000);
    pointer-events: none
}

#hd .hd-nav a {
    display: block;
    font-size: .75em;
    letter-spacing: .018em;
    text-align: right;
    color: #a7a7a7;
    padding: .75em 4em .75em 1em;
    margin-bottom: 1.25em;
    position: relative
}

#hd .hd-nav a:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: right top;
    -webkit-transform: scale(.3, 1);
    -ms-transform: scale(.3, 1);
    transform: scale(.3, 1);
    transition: transform .4s ease
}

#hd .hd-nav a.is-current {
    color: #fff
}

#hd .hd-nav a.is-current:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #0c00fc;
    background-image: -webkit-linear-gradient(270deg, #0c00fc, #a1078f, #e80b40);
    background-image: linear-gradient(270deg, #0c00fc, #a1078f, #e80b40)
}

#hd .hd-nav a.is-current span:before {
    content: '';
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .25s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .25s;
    animation-name: fadeInRight;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .hd-nav a span {
    display: inline-block;
    position: relative;
    padding-left: 2em
}

#hd .hd-nav a span:before {
    display: block;
    width: 5.5em;
    height: 2.5em;
    background: 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -.125em;
    left: -1em;
    z-index: -1
}

@media screen and (max-width:1600px) {
    #hd .hd-nav a {
        padding: .5em 1em .5em .5em;
        margin-bottom: 1em
    }

    #hd .hd-nav a span {
        padding-left: 1em
    }
}

@media screen and (max-width:1280px) {
    #hd .hd-nav {
        display: none
    }
}

@media screen and (max-width:768px) {
    #hd .hd-nav {
        display: none
    }

    #hd .hd-nav ul li .hd-tooltip {
        display: none
    }
}

#hd .hd-lightbox {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 56px 3em 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow-x: hidden;
    overflow-y: auto
}

#hd .hd-lightbox::-webkit-scrollbar {
    width: 4px
}

#hd .hd-lightbox::-webkit-scrollbar-track {
    background: 0 0
}

#hd .hd-lightbox::-webkit-scrollbar-thumb {
    background: #a7a7a7
}

#hd .hd-lightbox::-webkit-scrollbar-thumb:hover {
    background: #e01f66
}

#hd .hd-lightbox.hd-active {
    display: flex;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .4s;
    animation-name: fadeIn;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .hd-lightbox .hd-filter {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    left: 0
}

#hd .hd-lightbox .hd-box {
    width: 31vw;
    height: 30vw;
    padding: 1em 2em;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0 auto;
    z-index: 2
}

#hd .hd-lightbox .hd-box:before {
    content: '';
    display: block;
    width: 126%;
    height: 116%;
    background: url(images/bg-lightbox.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: -13%;
    top: -8%;
    z-index: -1
}

#hd .hd-lightbox .hd-close {
    width: 3em;
    height: 3em;
    position: absolute;
    top: -1em;
    right: 0;
    cursor: pointer;
    display: block !important;
    z-index: 2
}

#hd .hd-lightbox .hd-close:hover:after,
#hd .hd-lightbox .hd-close:hover:before {
    background: #e01f66
}

#hd .hd-lightbox .hd-close:after,
#hd .hd-lightbox .hd-close:before {
    content: '';
    display: block;
    width: .125em;
    height: 1.5em;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .hd-lightbox .hd-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#hd .hd-lightbox .hd-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (min-width:2560px) {
    #hd .hd-lightbox .hd-close {
        font-size: 1.25em
    }
}

@media screen and (min-width:3000px) {
    #hd .hd-lightbox .hd-close {
        font-size: 1.5em
    }
}

@media screen and (max-width:1440px) {
    #hd .hd-lightbox .hd-box {
        width: 38vw;
        height: 37vw
    }
}

@media screen and (max-width:1024px) {
    #hd .hd-lightbox .hd-box {
        width: 47vw;
        height: 47vw
    }
}

@media screen and (max-width:768px) {
    #hd .hd-lightbox .hd-box {
        width: 90vw;
        height: 90vw
    }
}

@media screen and (max-width:620px) {
    #hd .hd-lightbox .hd-box {
        padding-left: 1em;
        padding-right: 1em
    }
}

@media screen and (max-width:480px) {
    #hd .hd-lightbox .hd-box {
        height: 140vw;
        min-width: 318px
    }

    #hd .hd-lightbox .hd-box:before {
        background-size: cover
    }
}

#hd .feature-container li {
    margin-bottom: 3em
}

#hd .feature-container p {
    letter-spacing: .018em;
    line-height: 1.25
}

#hd .feature-container h3 {
    font-size: 1.75em;
    line-height: 1.125;
    letter-spacing: .018em;
    margin: .125em 0 -.1em
}

@media screen and (max-width:1440px) {
    #hd .feature-container li {
        margin-bottom: 2em
    }
}

@media screen and (max-width:1280px) {
    #hd .feature-container h3 {
        font-size: 1.5em
    }

    #hd .feature-container p {
        font-size: .9em
    }
}

@media screen and (max-width:480px) {
    #hd .feature-container {
        text-align: left
    }

    #hd .feature-container li {
        margin-bottom: 1em;
        padding: 0 .25em
    }
}

#hd .swiper {
    overflow: visible
}

#hd .swiper .swiper-scrollbar {
    height: .5em;
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    border-radius: 0;
    z-index: 2;
    position: relative;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0
}

#hd .swiper .swiper-scrollbar-drag {
    max-width: 45em;
    background-color: #fff;
    border-radius: 0
}

#hd .swiper-button-next,
#hd .swiper-button-prev {
    width: 3.875em;
    height: 3.875em;
    margin: 0 1.5em 3em;
    border-radius: 50%;
    background: url(images/arrow-right.svg);
    background-size: contain;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    margin: .5em 3.5em .5em .5em;
    opacity: 1;
    transition: transform .25s ease
}

#hd .swiper-button-next:after,
#hd .swiper-button-prev:after {
    display: none
}

#hd .swiper-button-next:focus-visible,
#hd .swiper-button-next:hover,
#hd .swiper-button-prev:focus-visible,
#hd .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, .1)
}

#hd .swiper-button-next:active,
#hd .swiper-button-prev:active {
    background-color: rgba(255, 255, 255, .2)
}

#hd .swiper-button-next.swiper-button-disabled,
#hd .swiper-button-prev.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

#hd .swiper-button-prev {
    left: auto;
    right: 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#hd .swiper-button-next {
    right: auto;
    left: 100%
}

#hd .swiper-pagination,
#hd .swiper-pagination-bullets {
    width: auto;
    bottom: 0;
    position: relative
}

#hd .swiper-pagination-bullet {
    width: 4vw;
    height: 2px;
    border-radius: 0;
    margin: .5em 0;
    background: #777;
    box-sizing: content-box;
    border-top: 8px solid #000;
    border-bottom: 8px solid #000;
    opacity: 1;
    position: relative;
    overflow: hidden
}

#hd .swiper-pagination-bullet:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background-color: #155fff;
    background-image: -webkit-linear-gradient(90deg, #155fff, #0c00fc);
    background-image: linear-gradient(90deg, #155fff, #0c00fc);
    transform-origin: left center;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

#hd .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 7s;
    -webkit-animation-name: slideProgress;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 7s;
    animation-name: slideProgress;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .swiper-pagination-bullet.swiper-paused:before {
    animation-play-state: paused !important
}

#hd .swiper-pagination-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 2em 0 1em
}

#hd .swiper-pause-btn {
    flex-shrink: 0;
    width: 2.5em;
    height: 2.5em;
    background: center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-left: 1em;
    position: relative;
    overflow: hidden
}

#hd .swiper-pause-btn svg {
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%
}

#hd .swiper-pause-btn .play {
    display: none
}

#hd .swiper-pause-btn[aria-pressed=true] .play {
    display: block
}

#hd .swiper-pause-btn[aria-pressed=true] .pause {
    display: none
}

@media screen and (max-width:1280px) {

    #hd .swiper-button-next,
    #hd .swiper-button-prev {
        width: 3em;
        height: 3em
    }
}

@media screen and (max-width:768px) {

    #hd .swiper-button-next,
    #hd .swiper-button-prev {
        width: 3.14em;
        height: 3.14em;
        margin: 0
    }

    #hd .swiper-pagination-bullet {
        width: 10vw
    }
}

@media screen and (max-width:480px) {

    #hd .swiper-button-next,
    #hd .swiper-button-prev {
        display: none
    }

    #hd .swiper-pagination-bullet {
        width: 8vw
    }
}

#hd .hd-switch {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    width: 3.25em;
    height: 1.5em;
    margin-top: .5em;
    background: 0 0;
    position: relative
}

#hd .hd-switch input[type=checkbox] {
    height: 100%;
    width: 100%;
    border-radius: 2em;
    border: 2px solid #444;
    margin: 0;
    background-color: #a7a7a7;
    background-image: -webkit-linear-gradient(180deg, #a7a7a7, #444);
    background-image: linear-gradient(180deg, #a7a7a7, #444);
    position: relative;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none
}

#hd .hd-switch input[type=checkbox]:checked {
    background-color: #8fe700;
    background-image: -webkit-linear-gradient(180deg, #8fe700, #56ad02);
    background-image: linear-gradient(180deg, #8fe700, #56ad02)
}

#hd .hd-switch input[type=checkbox]:checked~p {
    color: #8fe700;
    transform: translateX(3.3em)
}

#hd .hd-switch input[type=checkbox]:checked~p span.on {
    display: block
}

#hd .hd-switch input[type=checkbox]:checked~p span.off {
    display: none
}

#hd .hd-switch p {
    font-size: .5em;
    line-height: 3.3;
    width: 3.3em;
    height: 3.3em;
    border-radius: 2em;
    display: block;
    text-align: center;
    background-color: #3c3a3a;
    background-image: -webkit-linear-gradient(180deg, #3c3a3a, #2b2c2c);
    background-image: linear-gradient(180deg, #3c3a3a, #2b2c2c);
    position: absolute;
    top: -.125em;
    left: 0;
    z-index: 2;
    color: #fff;
    transform: translateX(0);
    transition: all .2s cubic-bezier(.22, 1, .36, 1);
    pointer-events: none
}

#hd .hd-switch p span.on {
    display: none
}

#hd .hd-video {
    position: relative;
    overflow: hidden
}

#hd .hd-video .vid-control {
    opacity: 0
}

#hd .hd-video.trigger-video-toggle:hover .vid-control {
    opacity: 1
}

#hd .hd-video.trigger-video-toggle .vid-control:focus {
    opacity: 1
}

#hd .vid-control {
    width: 3.25em;
    height: 3.25em;
    margin: 1.5em 1.25em;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .25s ease-out;
    opacity: 1;
    cursor: pointer
}

#hd .vid-control .play {
    display: none
}

#hd .vid-control.hd-active .play {
    display: block
}

#hd .vid-control.hd-active .pause {
    display: none
}

@media screen and (max-width:480px) {
    #hd .vid-control {
        margin: 1em .75em;
        padding: .5em
    }
}

#hd .frame-block {
    border: 1px solid rgba(255, 255, 255, .2);
    position: relative
}

#hd .frame-block>.deco-bottom:after,
#hd .frame-block>.deco-bottom:before,
#hd .frame-block>.deco-top:after,
#hd .frame-block>.deco-top:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    border: 1px solid rgba(255, 255, 255, .2);
    position: absolute;
    margin: -.6em;
    z-index: 2;
    pointer-events: none;
    z-index: 2
}

#hd .frame-block>.deco-top:before {
    top: 0;
    left: 0
}

#hd .frame-block>.deco-top:after {
    top: 0;
    right: 0
}

#hd .frame-block>.deco-bottom:before {
    bottom: 0;
    left: 0
}

#hd .frame-block>.deco-bottom:after {
    bottom: 0;
    right: 0
}

#hd .sec-kv {
    padding-bottom: 3em;
    background: #000;
    position: relative;
    z-index: 4
}

#hd .sec-kv figure {
    position: relative;
    overflow: hidden
}

#hd .sec-kv figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-kv figure .hd-bg {
    position: relative
}

#hd .sec-kv figure .bg-glass,
#hd .sec-kv figure .bg-light,
#hd .sec-kv figure .bg-splash,
#hd .sec-kv figure .bg-water {
    mix-blend-mode: screen
}

#hd .sec-kv figure .bg-bike,
#hd .sec-kv figure .bg-glass,
#hd .sec-kv figure .bg-light,
#hd .sec-kv figure .bg-splash,
#hd .sec-kv figure .bg-water,
#hd .sec-kv figure .hd-pd {
    opacity: 0
}

#hd .sec-kv figure.is-animated .bg-bike {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: kv-bike;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .6s;
    animation-name: kv-bike;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-kv figure.is-animated .bg-splash {
    -webkit-animation-delay: .1s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: kv-bike;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .1s;
    animation-duration: .4s;
    animation-name: kv-bike;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-kv figure.is-animated .bg-light {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .65s;
    -webkit-animation-name: kv-bike;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .65s;
    animation-name: kv-bike;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-kv figure.is-animated .pd-back {
    -webkit-animation-delay: .15s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: kv-fromLeft;
    -webkit-animation-timing-function: cubic-bezier(.1, .7, .4, .99);
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .15s;
    animation-duration: .8s;
    animation-name: kv-fromLeft;
    animation-timing-function: cubic-bezier(.1, .7, .4, .99);
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-kv figure.is-animated .glass-back {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: kv-fromLeft;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .4s;
    animation-name: kv-fromLeft;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-kv figure.is-animated .bg-water {
    -webkit-animation-delay: .2s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: kv-bike;
    -webkit-animation-timing-function: cubic-bezier(.1, .7, .4, .99);
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .2s;
    animation-duration: .6s;
    animation-name: kv-bike;
    animation-timing-function: cubic-bezier(.1, .7, .4, .99);
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-kv figure.is-animated .pd-front {
    -webkit-animation-delay: .2s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: kv-fromLeft;
    -webkit-animation-timing-function: cubic-bezier(.1, .7, .4, .99);
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .2s;
    animation-duration: 1s;
    animation-name: kv-fromLeft;
    animation-timing-function: cubic-bezier(.1, .7, .4, .99);
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-kv figure.is-animated .glass-front {
    -webkit-animation-delay: .15s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: kv-fromLeft;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .15s;
    animation-duration: .6s;
    animation-name: kv-fromLeft;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-kv .hd-container {
    width: 90%;
    max-width: 42em;
    margin: -3% auto 2em;
    position: relative;
    z-index: 2
}

#hd .sec-kv h2 {
    margin-bottom: .25em
}

#hd .sec-kv ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 4em;
    grid-row-gap: 2em
}

#hd .sec-kv li {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start
}

#hd .sec-kv li picture {
    flex-shrink: 0
}

#hd .sec-kv li img {
    width: 5.5em;
    margin-right: 1em;
    flex-shrink: 0
}

#hd .sec-kv li .hd-txt {
    padding-top: .25em
}

#hd .sec-kv li small {
    display: block;
    margin-bottom: auto
}

#hd .sec-kv li hr {
    box-shadow: none;
    border: none;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    margin: .75em 0 0
}

#hd .sec-kv li a {
    display: inline-block;
    font-size: .75em;
    font-weight: 700;
    padding: .75em 1.5em 1em 0;
    position: relative
}

#hd .sec-kv li a:after {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background: url(images/arrow-right.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: .875em;
    right: 0;
    transition: transform .25s ease
}

#hd .sec-kv li a:focus-visible:after,
#hd .sec-kv li a:hover:after {
    -webkit-transform: translate(1em, 0);
    -ms-transform: translate(1em, 0);
    transform: translate(1em, 0)
}

#hd .sec-kv li a:active:after {
    -webkit-transform: translate(.5em, 0);
    -ms-transform: translate(.5em, 0);
    transform: translate(.5em, 0)
}

#hd .sec-kv .rtx-container {
    padding-top: 2em
}

#hd .sec-kv .rtx-container img {
    width: auto;
    height: 5.5em;
    margin: 1em 1.5em
}

#hd .sec-kv .rtx-container>img:last-child {
    height: 2em
}

@media screen and (max-width:1280px) {
    #hd .sec-kv ul {
        grid-column-gap: 2em
    }
}

@media screen and (max-width:1024px) and (orientation:portrait),
screen and (max-width:768px) {
    #hd .sec-kv ul {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 2em
    }
}

@media screen and (max-width:620px) {
    #hd .sec-kv figure {
        position: relative;
        overflow: hidden
    }

    #hd .sec-kv figure img {
        width: 130%;
        max-width: none !important;
        margin-left: -15%
    }

    #hd .sec-kv li img {
        width: 4.5em
    }
}

@media screen and (max-width:480px) {
    #hd .sec-kv .hd-container {
        margin-bottom: 3em
    }

    #hd .sec-kv ul {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: .5em
    }

    #hd .sec-kv li img {
        width: 5em
    }

    #hd .sec-kv .rtx-container img {
        height: 4em;
        margin: .5em
    }
}

#hd .sec-slider {
    padding: 3em 0;
    position: relative;
    overflow: hidden
}

#hd .sec-slider .swiper {
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

#hd .sec-slider .swiper-wrapper {
    align-items: stretch
}

#hd .sec-slider .swiper-pagination-wrapper {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 0;
    padding-top: 1.5em
}

#hd .sec-slider .swiper-slide {
    padding: 1.5em 1.5em 3em;
    border-left: 1px solid rgba(255, 255, 255, .2);
    background: #000;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

#hd .sec-slider .swiper-slide:last-child {
    border-right: 1px solid rgba(255, 255, 255, .2)
}

#hd .sec-slider .swiper-slide .hd-content,
#hd .sec-slider .swiper-slide figure {
    opacity: .75
}

#hd .sec-slider .swiper-slide.swiper-slide-active .hd-content,
#hd .sec-slider .swiper-slide.swiper-slide-active figure,
#hd .sec-slider .swiper-slide.swiper-slide-next .hd-content,
#hd .sec-slider .swiper-slide.swiper-slide-next figure,
#hd .sec-slider .swiper-slide.swiper-slide-prev .hd-content,
#hd .sec-slider .swiper-slide.swiper-slide-prev figure {
    opacity: 1
}

#hd .sec-slider .frame-block {
    padding: .75em;
    border-color: transparent
}

#hd .sec-slider .frame-block>.deco-bottom:after,
#hd .sec-slider .frame-block>.deco-bottom:before,
#hd .sec-slider .frame-block>.deco-top:after,
#hd .sec-slider .frame-block>.deco-top:before {
    opacity: 0;
    margin: .5em;
    border-color: rgba(255, 255, 255, .75);
    transition: all .4s .1s ease
}

#hd .sec-slider .frame-block:focus-visible,
#hd .sec-slider .frame-block:hover {
    border-color: rgba(255, 255, 255, .75);
    z-index: 2
}

#hd .sec-slider .frame-block:focus-visible>.deco-bottom:after,
#hd .sec-slider .frame-block:focus-visible>.deco-bottom:before,
#hd .sec-slider .frame-block:focus-visible>.deco-top:after,
#hd .sec-slider .frame-block:focus-visible>.deco-top:before,
#hd .sec-slider .frame-block:hover>.deco-bottom:after,
#hd .sec-slider .frame-block:hover>.deco-bottom:before,
#hd .sec-slider .frame-block:hover>.deco-top:after,
#hd .sec-slider .frame-block:hover>.deco-top:before {
    opacity: 1;
    margin: -.6em
}

#hd .sec-slider .frame-block:focus-visible .hd-frame:after,
#hd .sec-slider .frame-block:focus-visible .hd-frame:before,
#hd .sec-slider .frame-block:hover .hd-frame:after,
#hd .sec-slider .frame-block:hover .hd-frame:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

#hd .sec-slider .hd-frame {
    height: 100%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .2)
}

#hd .sec-slider .hd-frame:after,
#hd .sec-slider .hd-frame:before {
    content: '';
    display: block;
    width: 4.5em;
    height: 3px;
    border-radius: 2px;
    background: #d51a65;
    box-shadow: 0 0 4px #d61a65;
    position: absolute;
    left: 0;
    right: 0;
    margin: -2px auto;
    transition: all .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

#hd .sec-slider .hd-frame:before {
    top: 0
}

#hd .sec-slider .hd-frame:after {
    bottom: 0
}

#hd .sec-slider img {
    width: 100%
}

#hd .sec-slider .hd-content {
    padding: 1em 1em 1.5em;
    height: 18em;
    overflow-y: auto
}

#hd .sec-slider .hd-content::-webkit-scrollbar {
    width: 4px
}

#hd .sec-slider .hd-content::-webkit-scrollbar-track {
    background: #000
}

#hd .sec-slider .hd-content::-webkit-scrollbar-thumb {
    background: #555
}

#hd .sec-slider .hd-content::-webkit-scrollbar-thumb:hover {
    background: #888
}

#hd .sec-slider h3 {
    margin-bottom: .25em
}

#hd .sec-slider p {
    font-size: .875em
}

@media screen and (max-width:1440px) {
    #hd .sec-slider .swiper-slide {
        padding: 1em 1em 2.5em
    }
}

@media screen and (max-width:1280px) {
    #hd .sec-slider p {
        font-size: .875em
    }
}

@media screen and (max-width:1024px) and (orientation:portrait),
screen and (max-width:768px) {
    #hd .sec-slider .swiper-slide {
        padding: 2em 2em 3em
    }
}

@media screen and (max-width:620px) {
    #hd .sec-slider .swiper-slide {
        padding: 1.5em 1.5em 2em
    }
}

@media screen and (max-width:480px) {
    #hd .sec-slider .swiper-slide {
        padding: 1em 1em 1.5em
    }
}

.webp #hd .sec-cpu .panel-cpu.is-loaded {
    background-image: url(images/bg-cpu.webp)
}

.webp #hd .sec-cpu .panel-gpu.is-loaded {
    background-image: url(images/bg-gpu.webp)
}

.webp #hd .sec-cpu .panel-cpu.is-loaded .hd-frame:after {
    background-image: url(images/bg-cpu-blur.webp)
}

.webp #hd .sec-cpu .panel-gpu.is-loaded .hd-frame:after {
    background-image: url(images/bg-gpu-blur.webp)
}

.no-webp #hd .sec-cpu .panel-cpu.is-loaded {
    background-image: url(images/bg-cpu.jpg)
}

.no-webp #hd .sec-cpu .panel-gpu.is-loaded {
    background-image: url(images/bg-gpu.jpg)
}

.no-webp #hd .sec-cpu .panel-cpu.is-loaded .hd-frame:after {
    background-image: url(images/bg-cpu-blur.jpg)
}

.no-webp #hd .sec-cpu .panel-gpu.is-loaded .hd-frame:after {
    background-image: url(images/bg-gpu-blur.jpg)
}

#hd .sec-awards {
    padding: 2em 0
}

#hd .sec-performance {
    display: flex;
    align-items: center;
    min-height: 110vh;
    padding: 4em 0 8em;
    position: relative;
    overflow: hidden
}

#hd .sec-performance figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-performance figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

#hd .sec-performance figure .hd-pd,
#hd .sec-performance figure .light,
#hd .sec-performance figure .light-cover,
#hd .sec-performance figure .light-pd,
#hd .sec-performance figure .light-reflect {
    opacity: 0;
    transition: opacity .25s;
    backface-visibility: hidden
}

#hd .sec-performance figure .light-cover {
    mix-blend-mode: screen
}

#hd .sec-performance figure .light,
#hd .sec-performance figure .light-pd,
#hd .sec-performance figure .light-reflect {
    mix-blend-mode: color-dodge
}

#hd .sec-performance figure.is-animated .hd-pd,
#hd .sec-performance figure.is-animated .light-pd {
    -webkit-animation: show-performance-pd .4s .35s ease-in-out 1 both;
    -moz-animation: show-performance-pd .4s .35s ease-in-out 1 both;
    -ms-animation: show-performance-pd .4s .35s ease-in-out 1 both;
    -o-animation: show-performance-pd .4s .35s ease-in-out 1 both;
    animation: show-performance-pd .4s .35s ease-in-out 1 both
}

#hd .sec-performance figure.is-animated .light,
#hd .sec-performance figure.is-animated .light-cover {
    -webkit-animation: show-performance-pd .4s .3s ease-in-out 1 both;
    -moz-animation: show-performance-pd .4s .3s ease-in-out 1 both;
    -ms-animation: show-performance-pd .4s .3s ease-in-out 1 both;
    -o-animation: show-performance-pd .4s .3s ease-in-out 1 both;
    animation: show-performance-pd .4s .3s ease-in-out 1 both
}

#hd .sec-performance figure.is-animated .light-reflect {
    -webkit-animation: show-performance-pd .4s .375s ease-in-out 1 both;
    -moz-animation: show-performance-pd .4s .375s ease-in-out 1 both;
    -ms-animation: show-performance-pd .4s .375s ease-in-out 1 both;
    -o-animation: show-performance-pd .4s .375s ease-in-out 1 both;
    animation: show-performance-pd .4s .375s ease-in-out 1 both
}

#hd .sec-performance .hd-container {
    position: relative;
    z-index: 2
}

#hd .sec-performance .hd-content>p {
    text-shadow: 0 0 3px #000, 0 0 5px #000
}

#hd .sec-performance .feature-container {
    margin-top: 2em
}

#hd .sec-performance .feature-container li {
    margin-bottom: 2em;
    width: 50%
}

#hd .sec-clock {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 50px);
    position: relative;
    overflow: hidden
}

#hd .sec-clock .vid-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    pointer-events: none;
    mix-blend-mode: screen
}

#hd .sec-clock .vid-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

#hd .sec-clock .vid-container .vid-control {
    right: 10%;
    bottom: 10%;
    z-index: 3;
    pointer-events: auto
}

#hd .sec-clock .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

#hd .sec-clock figure {
    position: relative;
    z-index: 2
}

#hd .sec-clock h2 {
    font-size: 2.5em;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3
}

#hd .sec-clock .panel-container {
    width: 100%;
    padding: 0 6% 4%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .sec-clock .panel-container img {
    pointer-events: none
}

#hd .sec-clock .panel-container.is-animated .hd-circle.circle-cpu img {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1.25s;
    -webkit-animation-name: clock-r;
    -webkit-animation-timing-function: cubic-bezier(.02, .69, .47, 1.3);
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 1.25s;
    animation-name: clock-r;
    animation-timing-function: cubic-bezier(.02, .69, .47, 1.3);
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-clock .panel-container.is-animated .hd-circle.circle-gpu img {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1.25s;
    -webkit-animation-name: clock-l;
    -webkit-animation-timing-function: cubic-bezier(.02, .69, .47, 1.3);
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 1.25s;
    animation-name: clock-l;
    animation-timing-function: cubic-bezier(.02, .69, .47, 1.3);
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-clock .hd-circle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 26%;
    position: relative
}

#hd .sec-clock .hd-circle img {
    width: 100%
}

#hd .sec-clock .hd-circle h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 2.875em;
    line-height: 1.075;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .sec-clock .hd-circle strong {
    display: block;
    width: 100%;
    font-size: 1.4em
}

#hd .sec-clock .hd-circle.circle-cpu {
    order: 1
}

#hd .sec-clock .hd-circle.circle-gpu {
    order: 3
}

#hd .sec-clock .hd-total {
    order: 2;
    font-size: 2.75em;
    font-weight: 400;
    line-height: 1
}

#hd .sec-clock .hd-total strong {
    display: block;
    width: 100%;
    font-size: 1.75em;
    font-weight: 400;
    letter-spacing: .04em
}

#hd .sec-clock .btn-container {
    width: 40%;
    position: absolute;
    top: 82%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3
}

#hd .sec-clock .btn-container button {
    min-width: 10em;
    font-family: TradeGothicLTPro, Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.55em;
    font-weight: 700;
    text-align: center;
    padding: 1.5em .5em .2em;
    text-transform: uppercase;
    background: center no-repeat;
    background-size: contain;
    cursor: pointer
}

#hd .sec-clock .btn-container button.btn-turbo {
    color: #3774ff;
    background-image: url(images/btn-turbo.svg)
}

#hd .sec-clock .btn-container button.btn-turbo.hd-active,
#hd .sec-clock .btn-container button.btn-turbo:focus-visible,
#hd .sec-clock .btn-container button.btn-turbo:hover {
    background-image: url(images/btn-turbo-hover.svg)
}

#hd .sec-clock .btn-container button.btn-manual {
    color: #ff012d;
    background-image: url(images/btn-manual.svg)
}

#hd .sec-clock .btn-container button.btn-manual.hd-active,
#hd .sec-clock .btn-container button.btn-manual:focus-visible,
#hd .sec-clock .btn-container button.btn-manual:hover {
    background-image: url(images/btn-manual-hover.svg)
}

#hd .sec-clock .btn-container button.hd-active {
    color: #fff
}

#hd .sec-cpu .color-intel {
    color: #31cffe
}

#hd .sec-cpu .color-nv {
    color: #b2ff26
}

#hd .sec-cpu .scroller-cpu {
    position: relative
}

#hd .sec-cpu .hd-panel {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
    overflow: hidden
}

#hd .sec-cpu .hd-panel.panel-cpu figure li:nth-child(1) .hd-bar {
    width: 70%
}

#hd .sec-cpu .hd-panel.panel-cpu figure li:nth-child(2) .hd-bar {
    width: 55%
}

#hd .sec-cpu .hd-panel.panel-cpu figure li:nth-child(3) .hd-bar {
    width: 38%
}

#hd .sec-cpu .hd-panel.panel-gpu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

#hd .sec-cpu .hd-panel.panel-gpu .hd-content {
    margin-left: auto
}

#hd .sec-cpu .hd-panel.panel-gpu .hd-tag {
    text-align: right;
    left: 0 !important;
    right: 8%;
    margin-left: 0;
    margin-right: -.4em
}

#hd .sec-cpu .hd-panel.panel-gpu figure li:nth-child(1) .hd-bar {
    width: 70%
}

#hd .sec-cpu .hd-panel.panel-gpu figure li:nth-child(2) .hd-bar {
    width: 55%
}

#hd .sec-cpu .hd-panel.panel-gpu figure li:nth-child(3) .hd-bar {
    width: 38%
}

#hd .sec-cpu .hd-panel.panel-gpu figure .hd-bar.bar-primary:before {
    background-color: rgba(0, 188, 13, 0);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 188, 13, 0), #00bc0d 12em);
    background-image: linear-gradient(90deg, rgba(0, 188, 13, 0), #00bc0d 12em);
    background-color: transparent
}

#hd .sec-cpu .hd-container {
    display: flex;
    align-items: center;
    padding: 5em 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2
}

#hd .sec-cpu .hd-title h2 {
    opacity: 1
}

#hd .sec-cpu .hd-frame {
    min-height: 100%;
    border-radius: .75em;
    z-index: 2;
    position: relative
}

#hd .sec-cpu .hd-frame:before {
    content: '';
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: inherit;
    background-color: #4599fd;
    background-image: -webkit-linear-gradient(45deg, #4599fd, rgba(255, 255, 255, .67) 14%, rgba(69, 153, 253, .5) 24%, rgba(226, 16, 27, .33) 42%, rgba(69, 153, 253, .5) 57%, rgba(226, 16, 27, .76) 74%, rgba(254, 91, 160, 0) 90%, rgba(254, 91, 160, .5));
    background-image: linear-gradient(45deg, #4599fd, rgba(255, 255, 255, .67) 14%, rgba(69, 153, 253, .5) 24%, rgba(226, 16, 27, .33) 42%, rgba(69, 153, 253, .5) 57%, rgba(226, 16, 27, .76) 74%, rgba(254, 91, 160, 0) 90%, rgba(254, 91, 160, .5));
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    margin: -1px;
    z-index: -2
}

#hd .sec-cpu .hd-frame:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

#hd .sec-cpu .hd-scroller {
    padding: 1rem 8% 3em 10%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

#hd .sec-cpu .hd-scroller::-webkit-scrollbar {
    width: 4px
}

#hd .sec-cpu .hd-scroller::-webkit-scrollbar-track {
    background: #000
}

#hd .sec-cpu .hd-scroller::-webkit-scrollbar-thumb {
    background: #555
}

#hd .sec-cpu .hd-scroller::-webkit-scrollbar-thumb:hover {
    background: #888
}

#hd .sec-cpu .hd-scroller .hd-tag {
    position: relative;
    top: 0;
    left: 0 !important
}

#hd .sec-cpu .hd-tag {
    font-size: 13em;
    white-space: nowrap;
    line-height: .9;
    margin: -.125em 0 .25em;
    position: absolute;
    top: 1rem;
    left: 10%;
    margin-left: -.45em
}

#hd .sec-cpu .feature-container {
    margin: 1em 0 .5em
}

#hd .sec-cpu .feature-container li {
    margin-bottom: 2em;
    width: 50%
}

#hd .sec-cpu figure {
    width: 100%;
    display: none
}

#hd .sec-cpu figure li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1em
}

#hd .sec-cpu figure li>p {
    flex-shrink: 0;
    font-weight: 400;
    margin-right: .5em
}

#hd .sec-cpu figure .hd-bar {
    width: 100%;
    padding: .125em 0 0;
    position: relative;
    z-index: 2;
    transform-origin: 0 center
}

#hd .sec-cpu figure .hd-bar:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(119, 119, 119, 0);
    background-image: -webkit-linear-gradient(90deg, rgba(119, 119, 119, 0), #777 12em);
    background-image: linear-gradient(90deg, rgba(119, 119, 119, 0), #777 12em);
    background-color: transparent;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    position: absolute;
    top: 0;
    left: -2em;
    z-index: -1
}

#hd .sec-cpu figure .hd-bar p {
    font-family: TradeGothicLTPro, Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: 700
}

#hd .sec-cpu figure .hd-bar strong {
    font-size: 1.25em;
    position: absolute;
    left: 100%;
    top: .125em;
    bottom: 0;
    margin: auto 0 auto -1.5em;
    white-space: nowrap
}

#hd .sec-cpu figure .hd-bar.bar-primary:before {
    background-color: rgba(49, 207, 254, 0);
    background-image: -webkit-linear-gradient(90deg, rgba(49, 207, 254, 0), #31cffe 12em);
    background-image: linear-gradient(90deg, rgba(49, 207, 254, 0), #31cffe 12em);
    background-color: transparent
}

#hd .sec-performanceFeature {
    position: relative;
    z-index: 2
}

#hd .sec-nvidia {
    padding: 6em 0;
    position: relative
}

#hd .sec-nvidia:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 15%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(180deg, transparent, #000);
    background-image: linear-gradient(180deg, transparent, #000);
    position: absolute;
    bottom: 0;
    left: 0
}

#hd .sec-nvidia .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: left bottom
}

#hd .sec-nvidia .hd-container {
    z-index: 2
}

#hd .sec-nvidia h2 {
    font-size: 2.25em;
    font-weight: 700;
    margin-bottom: .5em
}

#hd .sec-nvidia h2 sup {
    font-size: .5em;
    margin-top: 0;
    margin-left: .125em
}

#hd .sec-nvidia h3 {
    font-size: 1.5em;
    margin-bottom: 2.5em
}

#hd .sec-nvidia h4 {
    font-size: 1.25em;
    min-height: 2.25em;
    margin-bottom: .75em;
    text-align: center
}

#hd .sec-nvidia ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2em
}

#hd .sec-nvidia li {
    background: #000
}

#hd .sec-nvidia p {
    font-size: .9375em;
    line-height: 1.7
}

#hd .sec-nvidia .hd-content {
    padding: 1.25em .5em 1em
}

#hd .sec-nvidia .hd-logo {
    width: auto;
    max-width: none !important;
    height: 4em;
    margin: 1em 0 -1em auto
}

#hd .sec-nvidia .hd-note {
    margin-top: 3em
}

#hd .sec-nvidia .hd-note small {
    font-size: .75em
}

#hd .sec-engine {
    padding: 4em 0 8em;
    position: relative;
    overflow: hidden
}

#hd .sec-engine .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover
}

#hd .sec-engine .hd-content {
    padding-bottom: 5%;
    position: relative;
    z-index: 2
}

#hd .sec-engine figure {
    margin-left: -12%;
    margin-right: -8%;
    position: relative
}

#hd .sec-engine figure img {
    width: 100%
}

#hd .sec-engine figure .hd-pd {
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    transition: transform .4s ease, opacity .4s ease;
    opacity: 0
}

#hd .sec-engine figure .hd-p {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-12%, 3%);
    -ms-transform: translate(-12%, 3%);
    transform: translate(-12%, 3%);
    transition: transform .8s .15s ease, opacity .4s ease;
    opacity: 0
}

#hd .sec-engine figure.is-animated .hd-p,
#hd .sec-engine figure.is-animated .hd-pd {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media screen and (max-width:1600px) {
    #hd .sec-cpu .hd-tag {
        font-size: 9em;
        margin-left: -.6em
    }
}

@media screen and (max-width:1440px) {
    #hd .sec-performance .feature-container li {
        margin-bottom: 1em
    }

    #hd .sec-cpu .feature-container li {
        margin-bottom: 1em
    }
}

@media screen and (max-width:1280px) {
    #hd .sec-performance .hd-content {
        padding-right: 0
    }

    #hd .sec-performance .hd-content h2 {
        margin-right: -2em
    }

    #hd .sec-clock {
        padding: 4em 0
    }

    #hd .sec-clock .hd-container {
        width: 95%
    }

    #hd .sec-clock h2 {
        margin-bottom: 1em;
        position: relative
    }

    #hd .sec-clock .hd-circle {
        width: 33%
    }

    #hd .sec-clock .hd-total {
        font-size: 2.5em
    }

    #hd .sec-clock .hd-total strong {
        font-size: 1.5em
    }

    #hd .sec-clock .btn-container {
        width: 80%;
        margin-top: 1em;
        position: relative
    }

    #hd .sec-clock .vid-container .vid-control {
        right: 0
    }

    #hd .sec-cpu hr {
        display: none !important
    }

    #hd .sec-nvidia ul {
        grid-column-gap: 1.25em
    }
}

@media screen and (max-width:1024px) {
    #hd .sec-cpu .hd-panel.panel-gpu .hd-tag {
        margin-right: -.6em
    }

    #hd .sec-cpu .hd-tag {
        font-size: 7em;
        margin-left: -.6em
    }

    #hd .sec-engine {
        padding: 4em 0
    }
}

@media screen and (max-width:1024px) and (orientation:portrait),
screen and (max-width:1023px) {
    #hd .sec-cpu .hd-panel {
        height: auto
    }

    #hd .sec-cpu .hd-panel.panel-cpu {
        background-position: 55% center
    }

    #hd .sec-cpu .hd-panel.panel-cpu .hd-frame:after {
        background-position: 55% center
    }

    #hd .sec-cpu .hd-panel.panel-gpu {
        position: relative;
        background-position: 45% center
    }

    #hd .sec-cpu .hd-panel.panel-gpu .hd-frame:after {
        background-position: 45% center
    }

    #hd .sec-cpu .hd-panel.panel-gpu .hd-tag {
        right: 2rem;
        margin-right: -.45em
    }

    #hd .sec-cpu .hd-container {
        position: relative
    }

    #hd .sec-cpu .hd-content {
        width: 100%;
        max-width: 40em;
        min-height: 0
    }

    #hd .sec-cpu .hd-scroller {
        padding: 1rem 2rem 3em
    }

    #hd .sec-cpu .hd-tag {
        left: 2rem;
        margin-left: -.45em
    }

    #hd .sec-cpu .feature-container {
        max-width: 25em
    }

    #hd .sec-engine {
        padding-bottom: 2em
    }

    #hd .sec-engine .hd-bg {
        height: 88vw;
        object-position: 15% bottom
    }

    #hd .sec-engine .hd-container {
        flex-direction: column
    }

    #hd .sec-engine .hd-content {
        width: 100%
    }

    #hd .sec-engine figure {
        width: 100%;
        max-width: 40em;
        margin: 2em auto
    }

    #hd .sec-nvidia .hd-container {
        width: 90%
    }
}

@media screen and (max-width:1024px) and (orientation:portrait),
screen and (max-width:768px) {
    #hd .sec-performance {
        display: block;
        padding: 4em 0 0;
        min-height: 0
    }

    #hd .sec-performance figure {
        height: 0;
        padding-bottom: 60%;
        margin-top: -15%;
        position: relative
    }

    #hd .sec-performance figure img {
        width: 120%;
        max-width: none !important;
        margin-left: -10%
    }

    #hd .sec-performance figure:after {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 10%;
        background-color: #000;
        background-image: -webkit-linear-gradient(180deg, #000, transparent);
        background-image: linear-gradient(180deg, #000, transparent);
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0
    }

    #hd .sec-performance .hd-content {
        width: 100%
    }

    #hd .sec-performance .feature-container {
        max-width: 25em
    }

    #hd .sec-performance .feature-container li:nth-child(1),
    #hd .sec-performance .feature-container li:nth-child(2) {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    #hd .sec-clock .hd-circle h3 {
        font-size: 4vw
    }

    #hd .sec-clock .hd-total {
        font-size: 4vw
    }

    #hd .sec-clock .btn-container {
        width: 90%
    }

    #hd .sec-clock .btn-container button {
        padding: 1.75em 1em .4em;
        max-width: 50%
    }

    #hd .sec-cpu .hd-panel {
        display: flex;
        flex-direction: column-reverse
    }

    #hd .sec-cpu .hd-panel.panel-cpu {
        background: 0 0 !important
    }

    #hd .sec-cpu .hd-panel.panel-cpu .hd-frame:after {
        background: #000;
        background-attachment: unset
    }

    #hd .sec-cpu .hd-panel.panel-gpu {
        background: 0 0 !important
    }

    #hd .sec-cpu .hd-panel.panel-gpu .hd-frame:after {
        background: #000;
        background-attachment: unset
    }

    #hd .sec-cpu .hd-panel.panel-gpu .hd-bg {
        width: 150%;
        margin-top: -10%;
        margin-left: 0;
        margin-bottom: 0
    }

    #hd .sec-cpu .hd-container {
        padding: 0 0 4em;
        position: relative
    }

    #hd .sec-cpu .hd-container+picture {
        display: block;
        position: relative;
        overflow: hidden
    }

    #hd .sec-cpu .hd-container+picture:after {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 10%;
        background-color: transparent;
        background-image: -webkit-linear-gradient(180deg, transparent, #000);
        background-image: linear-gradient(180deg, transparent, #000);
        position: absolute;
        bottom: 0;
        left: 0
    }

    #hd .sec-cpu .hd-content {
        max-width: none
    }

    #hd .sec-cpu .hd-bg {
        width: 200%;
        max-width: none !important;
        margin-top: -25%;
        margin-left: -84%;
        margin-bottom: -25%
    }

    #hd .sec-performanceFeature {
        padding-bottom: 0;
        position: relative;
        z-index: 2
    }

    #hd .sec-nvidia {
        padding: 4em 0
    }

    #hd .sec-nvidia .hd-container {
        width: 95%
    }

    #hd .sec-nvidia ul {
        grid-column-gap: 1em
    }

    #hd .sec-engine .hd-bg {
        height: 110vw
    }
}

@media screen and (max-width:620px) {
    #hd .sec-performance figure {
        padding-bottom: 70%
    }

    #hd .sec-performance figure img {
        width: 140%;
        margin-left: -30%
    }

    #hd .sec-clock h2 {
        font-size: 2em
    }

    #hd .sec-clock .btn-container {
        width: 100%
    }

    #hd .sec-clock .btn-container button {
        font-size: 1.125em
    }

    #hd .sec-nvidia .hd-container {
        max-width: 28em
    }

    #hd .sec-nvidia ul {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 1em;
        grid-column-gap: 0;
        margin: 0 auto
    }
}

@media screen and (max-width:480px) {
    #hd .sec-performance figure {
        padding-bottom: 100%
    }

    #hd .sec-performance figure img {
        width: 160%;
        margin-left: -55%
    }

    #hd .sec-clock h2 {
        font-size: 1.5em
    }

    #hd .sec-clock .btn-container button {
        font-size: 1em
    }

    #hd .sec-cpu .hd-panel.panel-gpu .hd-tag {
        right: .75rem;
        margin-right: -.3em
    }

    #hd .sec-cpu .hd-scroller {
        padding: 1rem .75rem 2em
    }

    #hd .sec-cpu .hd-tag {
        left: .75rem;
        margin-left: -.3em
    }

    #hd .sec-cpu figure li>p {
        font-size: .875em
    }

    #hd .sec-cpu figure .hd-bar p {
        font-size: .875em
    }

    #hd .sec-cpu figure .hd-bar strong {
        font-size: 1em
    }

    #hd .sec-nvidia h2 {
        font-size: 2.75em
    }

    #hd .sec-nvidia .hd-content {
        padding: 1em
    }
}

.webp #hd .sec-cooling.is-loaded::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    will-change: transform;
    background-image: url(images/bg-cooling.webp);
    z-index: -1
}

.no-webp #hd .sec-cooling.is-loaded::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    will-change: transform;
    background-image: url(images/bg-cooling.jpg);
    z-index: -1
}

#hd .sec-cooling {
    padding: 4em 0 0;
    position: relative;
    overflow: hidden;
    clip-path: inset(0 0 0 0)
}

#hd .sec-cooling:after,
#hd .sec-cooling:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 20%;
    position: absolute;
    left: 0;
    pointer-events: none;
    z-index: -1
}

#hd .sec-cooling:before {
    top: 0;
    background-color: #000;
    background-image: -webkit-linear-gradient(180deg, #000 5%, transparent 50%);
    background-image: linear-gradient(180deg, #000 5%, transparent 50%);
    background-color: transparent
}

#hd .sec-cooling:after {
    bottom: 0;
    background-color: #000;
    background-image: -webkit-linear-gradient(0deg, #000 5%, transparent 50%);
    background-image: linear-gradient(0deg, #000 5%, transparent 50%);
    background-color: transparent
}

#hd .sec-cooling .hd-content {
    position: relative;
    z-index: 3
}

#hd .sec-cooling .hd-content p {
    max-width: 60em;
    margin-left: auto;
    margin-right: auto
}

#hd .sec-cooling .hd-title .hd-logo {
    width: 39rem;
    margin: 0 auto
}

#hd .sec-cooling .hd-title hr {
    margin-left: auto;
    margin-right: auto
}

#hd .sec-cooling .feature-container {
    margin-top: 2em
}

#hd .sec-cooling .feature-container li {
    padding-left: 1em;
    padding-right: 1em
}

#hd .sec-cooling .feature-container img {
    width: auto;
    max-width: none !important;
    height: 3em;
    margin-top: .5em
}

#hd .sec-cooling .scroller-cooling {
    position: relative
}

#hd .sec-cooling .pin-spacer {
    inset: none !important
}

#hd .sec-cooling .cooling-container {
    padding-bottom: 4em
}

#hd .sec-cooling .cooling-container .hd-txt {
    margin-top: 7%;
    padding: 4em 0 4em 3%
}

#hd .sec-cooling .cooling-container .hd-txt h3 {
    margin-bottom: .5em
}

#hd .sec-cooling .cooling-container .hd-txt p {
    margin-bottom: 1em
}

#hd .sec-cooling .cooling-container figure {
    flex-shrink: 0;
    width: 57%;
    margin-left: -2%;
    position: relative
}

#hd .sec-cooling .canvas-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .sec-cooling .explosion-container {
    position: relative
}

#hd .sec-cooling .explosion-container img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .8s cubic-bezier(0, .88, .43, .99);
    will-change: transform;
    z-index: 2
}

#hd .sec-cooling .explosion-container picture:last-child img {
    position: relative
}

#hd #pageCentent-coolingSeq {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd #pageContent-slider-cooling {
    width: 100%;
    height: 24em;
    position: relative
}

#hd #pageContent-slider-cooling .swiper-slide {
    height: 100%;
    padding: .75em
}

#hd #pageContent-slider-cooling .swiper-slide h3 {
    opacity: .8
}

#hd #pageContent-slider-cooling .swiper-slide-active .frame-block {
    border-color: rgba(255, 255, 255, .2)
}

#hd #pageContent-slider-cooling .swiper-slide-active .frame-block>.deco-bottom:after,
#hd #pageContent-slider-cooling .swiper-slide-active .frame-block>.deco-bottom:before,
#hd #pageContent-slider-cooling .swiper-slide-active .frame-block>.deco-top:after,
#hd #pageContent-slider-cooling .swiper-slide-active .frame-block>.deco-top:before {
    opacity: 1;
    margin: -.5em
}

#hd #pageContent-slider-cooling .swiper-slide-active .hd-frame {
    background: #000;
    padding-top: 3em;
    padding-bottom: 3em
}

#hd #pageContent-slider-cooling .swiper-slide-active h3 {
    opacity: 1
}

#hd #pageContent-slider-cooling .frame-block {
    height: 100%;
    padding: .75em;
    border-color: transparent
}

#hd #pageContent-slider-cooling .frame-block>.deco-bottom:after,
#hd #pageContent-slider-cooling .frame-block>.deco-bottom:before,
#hd #pageContent-slider-cooling .frame-block>.deco-top:after,
#hd #pageContent-slider-cooling .frame-block>.deco-top:before {
    opacity: 0;
    margin: .5em;
    transition: all .4s .4s ease
}

#hd #pageContent-slider-cooling .hd-scroller {
    height: 100%;
    padding-right: .5em;
    overflow-x: hidden;
    overflow-y: auto
}

#hd #pageContent-slider-cooling .hd-scroller::-webkit-scrollbar {
    width: 4px
}

#hd #pageContent-slider-cooling .hd-scroller::-webkit-scrollbar-track {
    background: #000
}

#hd #pageContent-slider-cooling .hd-scroller::-webkit-scrollbar-thumb {
    background: #555
}

#hd #pageContent-slider-cooling .hd-scroller::-webkit-scrollbar-thumb:hover {
    background: #888
}

#hd #pageContent-slider-cooling .hd-frame {
    height: 100%;
    background: #000;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 1em 6em 1em 2.5em;
    transition: padding .4s ease;
    position: relative
}

#hd #pageContent-slider-cooling .hd-frame:after,
#hd #pageContent-slider-cooling .hd-frame:before {
    content: '';
    display: block;
    width: 3px;
    height: 4.5em;
    border-radius: 2px;
    background: #d51a65;
    box-shadow: 0 0 4px #d61a65;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto -2px
}

#hd #pageContent-slider-cooling .hd-frame:before {
    left: 0
}

#hd #pageContent-slider-cooling .hd-frame:after {
    right: 0
}

#hd #pageContent-slider-cooling .swiper-button-next,
#hd #pageContent-slider-cooling .swiper-button-prev {
    background-size: contain;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    margin: .5em 3.5em .5em .5em;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

#hd #pageContent-slider-cooling .swiper-button-prev {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 50%
}

#hd #pageContent-slider-cooling .swiper-button-next {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 50%
}

#hd #pageContent-slider-cooling .swiper-pagination {
    font-size: .875em
}

#hd #pageContent-slider-cooling small {
    font-size: .75em
}

@media screen and (max-width:1280px) {
    #hd .sec-cooling .cooling-container .hd-txt {
        padding: 2em 0
    }

    #hd #pageContent-slider-cooling .hd-frame {
        padding: 1em 4.5em 1em 1em
    }

    #hd #pageContent-slider-cooling .swiper-slide-active .hd-frame {
        padding-top: 2em;
        padding-bottom: 2em
    }
}

@media screen and (max-width:1024px) {
    #hd .sec-cooling .scroller-cooling .vid-container {
        display: flex;
        align-items: center;
        margin: auto
    }
}

@media screen and (max-width:1024px) and (orientation:portrait),
screen and (max-width:1023px) {
    #hd .sec-cooling .hd-title {
        text-align: center
    }

    #hd .sec-cooling .hd-content {
        text-align: left
    }

    #hd .sec-cooling .cooling-container {
        flex-direction: column
    }

    #hd .sec-cooling .cooling-container figure {
        width: 100%;
        margin: 0
    }

    #hd .sec-cooling .cooling-container .hd-txt {
        width: 100%;
        max-width: 40em;
        margin: 2em auto 0
    }

    #hd .sec-cooling .canvas-container {
        margin-top: 0
    }
}

@media screen and (max-width:620px) {
    #hd .sec-cooling .feature-container {
        flex-wrap: wrap
    }
}

@media screen and (max-width:480px) {
    #hd .sec-cooling {
        padding: 2em 0
    }

    #hd .sec-cooling .cooling-container {
        width: 100%
    }

    #hd .sec-cooling .hd-content .hd-logo {
        width: 24rem;
        margin-bottom: 1em
    }

    #hd .sec-cooling .scroller-cooling .vid-container {
        width: 120%;
        margin-left: -10%
    }

    #hd .sec-cooling .feature-container li {
        width: 50%;
        padding-left: 0;
        padding-right: 1em
    }

    #hd .sec-cooling .feature-container li:nth-child(5) {
        width: 100%
    }

    #hd .sec-cooling .feature-container img {
        height: 2em
    }

    #hd #pageContent-slider-cooling .hd-frame {
        padding-right: 1em
    }
}

#hd .sec-gaming {
    position: relative
}

#hd .sec-gaming .hd-container {
    max-width: 62em;
    padding: 4em 0;
    position: relative;
    z-index: 2
}

#hd .sec-gaming .hd-container>.hd-title {
    padding-right: 2em;
    flex-shrink: 0;
    max-width: 24em
}

#hd .sec-gaming .hd-container .hd-content {
    padding-top: 3.25em
}

#hd .sec-gaming figure {
    margin-top: -15%;
    position: relative
}

#hd .sec-gaming figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-gaming figure .hd-bg {
    position: relative
}

@media screen and (max-width:1024px) and (orientation:portrait),
screen and (max-width:1023px) {
    #hd .sec-gaming .hd-container {
        flex-direction: column
    }

    #hd .sec-gaming .hd-container>.hd-title {
        max-width: none;
        padding-right: 0
    }

    #hd .sec-gaming .hd-container .hd-content {
        width: 100%;
        padding-top: 0
    }

    #hd .sec-gaming figure {
        margin-top: -10%
    }
}

@media screen and (max-width:480px) {
    #hd .sec-gaming .hd-container {
        padding: 2em 0
    }

    #hd .sec-gaming figure {
        overflow: hidden
    }

    #hd .sec-gaming figure .hd-bg,
    #hd .sec-gaming figure .hd-pd {
        width: 140%;
        max-width: none !important;
        margin-left: -20%
    }

    #hd .sec-gaming figure .hd-blur,
    #hd .sec-gaming figure .hd-slogan,
    #hd .sec-gaming figure .hd-txt {
        margin-top: 5%;
        width: 120%;
        max-width: none !important;
        margin-left: -10%
    }
}

#hd .sec-display {
    padding-bottom: 4em;
    position: relative;
    overflow: hidden
}

#hd .sec-display .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: center top
}

#hd .sec-display figure {
    transform-origin: center 36%;
    position: relative
}

#hd .sec-display figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden
}

#hd .sec-display figure .hd-pd {
    position: relative
}

#hd .sec-display figure .hd-p {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#hd .sec-display figure .hd-slogan {
    display: flex;
    align-items: center;
    width: 6.5em;
    font-size: 6.25vw;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-bottom: 1em
}

#hd .sec-display figure .hd-slogan img {
    width: 3em;
    right: 0;
    bottom: 10%;
    margin: auto
}

#hd .sec-display figure .hd-txt {
    font-family: TradeGothicLTPro, Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    position: absolute
}

#hd .sec-display figure .hd-txt.txt-right {
    font-size: 2.2vw;
    letter-spacing: .05em;
    left: 71%;
    top: 50%
}

#hd .sec-display figure .hd-txt.txt-left {
    font-size: 1.1vw;
    letter-spacing: .018em;
    left: 27.5%;
    top: 58%
}

#hd .sec-display figure .hd-txt.txt-left strong {
    display: block;
    font-size: 4.4em;
    line-height: 1;
    margin-bottom: -.15em
}

#hd .sec-display .hd-container .hd-title+p {
    max-width: 54em;
    margin: 0 auto
}

#hd .sec-display .hd-container .hd-logo {
    width: 12em;
    margin: 0 auto
}

#hd .sec-display .hd-container hr {
    margin-left: auto;
    margin-right: auto
}

#hd .sec-display .tab-list {
    display: flex;
    justify-content: center;
    margin: 3em auto 2em
}

#hd .sec-display .tab-list button {
    font-family: Roboto, "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: 600;
    font-size: 1.125em;
    letter-spacing: .1em;
    color: #fff;
    padding: .25em 2em;
    margin: 0 -.3em;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    position: relative;
    cursor: pointer
}

#hd .sec-display .tab-list button:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    clip-path: polygon(0 0, calc(100% - .5em) 0, 100% .5em, 100% 100%, .5em 100%, 0 calc(100% - .5em), 0 0, 1px 1px, 1px calc(100% - .5em - .41px), calc(.5em + .41px) calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) calc(.5em + .41px), calc(100% - .5em - .41px) 1px, 1px 1px)
}

#hd .sec-display .tab-list button span {
    display: block;
    font: inherit;
    font-style: italic;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg)
}

#hd .sec-display .tab-list button.hd-active {
    background-color: #0c00fc;
    background-image: -webkit-linear-gradient(225deg, #0c00fc, #a1078f, #e80b40);
    background-image: linear-gradient(225deg, #0c00fc, #a1078f, #e80b40);
    clip-path: polygon(0 0, calc(100% - .5em) 0, 100% .5em, 100% 100%, .5em 100%, 0 calc(100% - .5em));
    position: relative;
    z-index: 2;
    cursor: default
}

#hd .sec-display .tab-list button.hd-active:before {
    display: none
}

#hd .sec-display .tab-content>ul {
    display: none
}

#hd .sec-display .tab-content>ul.hd-active {
    display: flex
}

#hd .sec-display .feature-container li {
    padding: 0 1.25em
}

#hd .sec-display .feature-container img {
    width: 7em;
    margin-top: .25em
}

#hd .sec-displayFeature h3.flex-nowrap {
    margin-top: -.25em;
    align-items: flex-end
}

#hd .sec-displayFeature h3.flex-nowrap span {
    display: block;
    margin-right: auto
}

#hd .sec-displayFeature h3.flex-nowrap img {
    display: block;
    flex-shrink: 0;
    width: 2em;
    margin: 0 .25em .25em
}

#hd .sec-displayFeature .hd-logo {
    width: 65%;
    margin: 0 auto 1em
}

@media screen and (max-width:1024px) and (orientation:portrait),
screen and (max-width:1023px) {
    #hd .sec-display .hd-title {
        text-align: center
    }

    #hd .sec-display .hd-title+p {
        text-align: left
    }
}

@media screen and (max-width:768px) {
    #hd .sec-display .hd-container .hd-logo {
        width: 12em
    }
}

@media screen and (max-width:620px) {
    #hd .sec-display .hd-bg {
        object-position: -40% top;
        object-fit: cover
    }

    #hd .sec-display figure img {
        width: 120%;
        max-width: none !important;
        margin-left: -10%
    }

    #hd .sec-display figure .hd-txt.txt-right {
        font-size: 3vw;
        left: 74%
    }

    #hd .sec-display figure .hd-txt.txt-left {
        font-size: 1.5vw;
        left: 25%
    }

    #hd .sec-display .hd-container {
        padding-top: 2em
    }

    #hd .sec-display .feature-container li {
        padding: 0 .75em
    }
}

@media screen and (max-width:480px) {
    #hd .sec-display figure img {
        width: 130%;
        margin-left: -15%
    }

    #hd .sec-display figure .hd-txt.txt-right {
        font-size: 4vw;
        left: 72%
    }

    #hd .sec-display figure .hd-txt.txt-left {
        font-size: 2vw;
        left: 20%
    }

    #hd .sec-display .tab-list button {
        padding: .5em 1em
    }

    #hd .sec-display .feature-container {
        justify-content: flex-start
    }

    #hd .sec-display .feature-container li {
        width: 50%;
        padding-left: 0;
        padding-right: 1em
    }
}

.webp #hd .sec-audio .bg-top .is-loaded {
    background-image: url(images/audio-top.webp)
}

.no-webp #hd .sec-audio .bg-top .is-loaded {
    background-image: url(images/audio-top.png)
}

#hd .sec-audio {
    position: relative;
    overflow: hidden
}

#hd .sec-audio .scroller-audio {
    min-height: 53.5vw;
    padding-top: 1px;
    position: relative
}

#hd .sec-audio .bg-container {
    width: 100%;
    height: 100%;
    padding-top: 1px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

#hd .sec-audio .bg-container img {
    position: absolute
}

#hd .sec-audio .bg-container .bg-top {
    width: 100%;
    height: 0;
    padding-bottom: 12.6563%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-audio .bg-container .bg-top .lazy-bg {
    width: 300%;
    height: 100%;
    background-size: auto 100%;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-audio .bg-container .bg-bottom {
    width: 100%;
    bottom: -13%;
    left: 0
}

#hd .sec-audio .bg-container .bg-circle {
    width: 39%;
    left: -12%;
    bottom: -2%
}

#hd .sec-audio .bg-container .bg-eye {
    width: 28%;
    right: -2%;
    bottom: 15%
}

#hd .sec-audio .hd-slogan {
    font-size: 18vw;
    font-weight: 700;
    text-align: center;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin: .25em 0;
    position: relative
}

#hd .sec-audio .hd-slogan strong {
    display: block;
    position: relative;
    z-index: 2
}

#hd .sec-audio .hd-slogan span {
    display: block;
    width: 100%;
    height: 100%;
    font: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    mix-blend-mode: screen
}

#hd .sec-audio figure {
    width: 80%;
    margin: -22% auto 0;
    position: relative;
    z-index: 2
}

#hd .sec-audio figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 5%
}

#hd .sec-audio figure .hd-pd {
    position: relative
}

#hd .sec-audio figure .hd-part {
    transform-origin: 55% 80%
}

#hd .sec-audio figure .hd-wave {
    opacity: 0
}

#hd .sec-audio figure .hd-wave.wave-1 {
    transform-origin: 39% 40%
}

#hd .sec-audio figure .hd-wave.wave-2 {
    transform-origin: 75% 60%
}

#hd .sec-audio figure .hd-wave.wave-3 {
    transform-origin: 60% 90%
}

#hd .sec-audio figure .hd-wave.wave-4 {
    transform-origin: 22% 74%
}

#hd .sec-audio figure.is-animated .hd-part {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-name: vibrate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 2.5s;
    animation-name: vibrate;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 2;
    animation-fill-mode: both
}

#hd .sec-audio figure.is-animated .hd-wave {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-name: wave;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 2.5s;
    animation-name: wave;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 2;
    animation-fill-mode: both
}

#hd .sec-audio .hd-container {
    padding: 4em 0;
    margin-top: -10%;
    z-index: 2
}

#hd .sec-audio .hd-content>p {
    max-width: 36.5em
}

#hd .sec-audio .feature-container {
    padding: 0 5%
}

#hd .sec-audio .feature-container li {
    width: 50%;
    margin: 1.5em 0
}

#hd .sec-audio .feature-container li:first-child {
    white-space: nowrap
}

#hd .sec-audio .feature-container img {
    display: inline-block;
    vertical-align: middle;
    height: 3.5em;
    width: auto;
    margin: 0 .3em
}

#hd .sec-audioFeature {
    padding: 4em 0
}

#hd .sec-audioFeature li {
    padding: 0 1.5em
}

#hd .sec-audioFeature li:focus-visible .frame-block,
#hd .sec-audioFeature li:hover .frame-block {
    border-color: rgba(255, 255, 255, .75)
}

#hd .sec-audioFeature li:focus-visible .frame-block>.deco-bottom:after,
#hd .sec-audioFeature li:focus-visible .frame-block>.deco-bottom:before,
#hd .sec-audioFeature li:focus-visible .frame-block>.deco-top:after,
#hd .sec-audioFeature li:focus-visible .frame-block>.deco-top:before,
#hd .sec-audioFeature li:hover .frame-block>.deco-bottom:after,
#hd .sec-audioFeature li:hover .frame-block>.deco-bottom:before,
#hd .sec-audioFeature li:hover .frame-block>.deco-top:after,
#hd .sec-audioFeature li:hover .frame-block>.deco-top:before {
    opacity: 1;
    margin: -.6em
}

#hd .sec-audioFeature li:focus-visible .hd-frame:after,
#hd .sec-audioFeature li:hover .hd-frame:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

#hd .sec-audioFeature .frame-block {
    height: 100%;
    padding: .75em;
    border-color: transparent
}

#hd .sec-audioFeature .frame-block>.deco-bottom:after,
#hd .sec-audioFeature .frame-block>.deco-bottom:before,
#hd .sec-audioFeature .frame-block>.deco-top:after,
#hd .sec-audioFeature .frame-block>.deco-top:before {
    opacity: 0;
    margin: .5em;
    border-color: rgba(255, 255, 255, .75);
    transition: all .4s .1s ease
}

#hd .sec-audioFeature .hd-frame {
    height: 100%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .2)
}

#hd .sec-audioFeature .hd-frame:after {
    content: '';
    display: block;
    width: 4em;
    height: 3px;
    background-color: #155fff;
    background-image: -webkit-linear-gradient(90deg, #155fff, #0c00fc);
    background-image: linear-gradient(90deg, #155fff, #0c00fc);
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

#hd .sec-audioFeature .hd-content {
    padding: 1.5em 1em 3em
}

@media screen and (max-width:1280px) {
    #hd .sec-audioFeature li {
        padding: 0 .5em
    }

    #hd .sec-audioFeature .hd-content {
        padding-bottom: 2em
    }
}

@media screen and (max-width:768px) {
    #hd .sec-audio figure {
        width: 80%
    }

    #hd .sec-audio figure img {
        margin-left: 2%
    }

    #hd .sec-audio .hd-container {
        flex-direction: column
    }

    #hd .sec-audio .hd-content {
        width: 100%
    }

    #hd .sec-audio .hd-content>p {
        max-width: none
    }

    #hd .sec-audio .feature-container {
        width: 100%;
        margin-top: 2em
    }

    #hd .sec-audio .feature-container li {
        margin: 0 0 2em
    }

    #hd .sec-audioFeature {
        padding: 2em 0 4em
    }
}

@media screen and (max-width:620px) {
    #hd .sec-audio .hd-slogan {
        font-size: 20vw
    }

    #hd .sec-audio .feature-container {
        max-width: 40em;
        padding: 0;
        text-align: left
    }

    #hd .sec-audio .feature-container img {
        height: 2.75em
    }

    #hd .sec-audioFeature .hd-container {
        flex-direction: column
    }

    #hd .sec-audioFeature li {
        width: 100%;
        padding: .5em 0
    }

    #hd .sec-audioFeature li.is-animated .frame-block {
        border-color: rgba(255, 255, 255, .75)
    }

    #hd .sec-audioFeature li.is-animated .frame-block>.deco-bottom:after,
    #hd .sec-audioFeature li.is-animated .frame-block>.deco-bottom:before,
    #hd .sec-audioFeature li.is-animated .frame-block>.deco-top:after,
    #hd .sec-audioFeature li.is-animated .frame-block>.deco-top:before {
        opacity: 1;
        margin: -.6em
    }

    #hd .sec-audioFeature li.is-animated .hd-frame:after {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

#hd .sec-control {
    padding: 10% 0 2em;
    position: relative;
    overflow: hidden
}

#hd .sec-control .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center top
}

#hd .sec-control .deco-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-control .deco-container img {
    position: absolute;
    top: 0
}

#hd .sec-control .deco-container .deco-left {
    width: 21%;
    left: 0
}

#hd .sec-control .deco-container .deco-right {
    width: auto;
    height: 100%;
    right: 2.5%
}

#hd .sec-control .hd-content {
    max-width: 33em;
    position: relative;
    z-index: 3
}

#hd .sec-control .feature-container {
    margin: 1em 0 2em
}

#hd .sec-control .feature-container li {
    width: 33.3333%;
    padding-right: 1em;
    margin-bottom: 1em
}

#hd .sec-control .hd-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -1em;
    margin-left: -8%;
    padding-bottom: 120px;
    text-align: center;
    position: relative
}

#hd .sec-control .hd-controls button {
    display: block;
    width: 25%;
    font: inherit;
    color: inherit;
    cursor: pointer;
    opacity: .75;
    margin-bottom: 1em
}

#hd .sec-control .hd-controls button img {
    display: block;
    width: 3.5em;
    height: 3.5em;
    margin: 0 auto;
    -webkit-filter: brightness(5.5) grayscale(1);
    filter: brightness(5.5) grayscale(1)
}

#hd .sec-control .hd-controls button.hd-active,
#hd .sec-control .hd-controls button:focus,
#hd .sec-control .hd-controls button:focus-visible,
#hd .sec-control .hd-controls button:hover {
    opacity: 1
}

#hd .sec-control .hd-controls button.hd-active img,
#hd .sec-control .hd-controls button:focus img,
#hd .sec-control .hd-controls button:focus-visible img,
#hd .sec-control .hd-controls button:hover img {
    -webkit-filter: brightness(1) grayscale(0);
    filter: brightness(1) grayscale(0)
}

#hd .sec-control .hd-lighting {
    width: 85%;
    margin-top: -25%;
    margin-right: -28%;
    margin-left: -5%;
    position: relative;
    z-index: 2
}

#hd .sec-control .hd-logo {
    position: absolute;
    top: 100%;
    left: 15%
}

#hd .sec-control #pageContent-colorpicker {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 85%;
    right: 5%;
    margin: .5em -1em .5em auto
}

#hd .sec-control #pageContent-colorpicker .farbtastic,
#hd .sec-control #pageContent-colorpicker canvas {
    width: 100% !important;
    height: 100% !important
}

#hd .sec-control #pageContent-colorpicker .farbtastic-solid {
    width: 46% !important;
    height: 46% !important;
    left: 0 !important;
    top: 0 !important;
    right: 0;
    bottom: 0;
    margin: auto
}

#hd .sec-control #pageContent-colorpicker .farbtastic-mask,
#hd .sec-control #pageContent-colorpicker .farbtastic-overlay,
#hd .sec-control #pageContent-colorpicker .farbtastic-solid {
    left: 0
}

#hd .sec-control #pageContent-color,
#hd .sec-control #pageContent-greybg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

#hd .sec-control #pageContent-color>div,
#hd .sec-control #pageContent-greybg>div {
    height: 0;
    position: absolute
}

#hd .sec-control #pageContent-color #pageContent-color-headset-1,
#hd .sec-control #pageContent-color .headset-1,
#hd .sec-control #pageContent-greybg #pageContent-color-headset-1,
#hd .sec-control #pageContent-greybg .headset-1 {
    width: 12%;
    padding-bottom: 12.5%;
    top: 27%;
    left: 1%;
    border-bottom-left-radius: 80%
}

#hd .sec-control #pageContent-color #pageContent-color-headset-2,
#hd .sec-control #pageContent-color .headset-2,
#hd .sec-control #pageContent-greybg #pageContent-color-headset-2,
#hd .sec-control #pageContent-greybg .headset-2 {
    width: 5%;
    padding-bottom: 15%;
    top: 18%;
    left: 32%;
    border-bottom-right-radius: 100%;
    border-top-right-radius: 70%
}

#hd .sec-control #pageContent-color #pageContent-color-mouse,
#hd .sec-control #pageContent-color .mouse,
#hd .sec-control #pageContent-greybg #pageContent-color-mouse,
#hd .sec-control #pageContent-greybg .mouse {
    width: 6%;
    padding-bottom: 16%;
    top: 75%;
    left: 86%;
    border-radius: 40%
}

#hd .sec-control #pageContent-color #pageContent-color-main,
#hd .sec-control #pageContent-color .main,
#hd .sec-control #pageContent-greybg #pageContent-color-main,
#hd .sec-control #pageContent-greybg .main {
    width: 58%;
    padding-bottom: 43.5%;
    top: 45%;
    left: 0;
    right: 7%;
    margin: 0 auto
}

#hd .sec-control #pageContent-color #pageContent-color-main:before {
    content: '';
    display: block;
    width: 108%;
    height: 0;
    padding-bottom: 22%;
    position: absolute;
    bottom: -7%;
    left: -3.5%;
    background: inherit;
    filter: blur(16px);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

#hd .sec-control #pageContent-greybg {
    z-index: -2
}

#hd .sec-control #pageContent-greybg>div {
    background-color: #1c1c1c
}

#hd .sec-control .vid-control {
    right: 22%;
    top: 100%;
    margin: 0
}

@media screen and (min-width:2560px) {
    #hd .sec-control #pageContent-colorpicker {
        top: 90%
    }
}

@media screen and (max-width:1660px) {
    #hd .sec-control .deco-container .deco-left {
        width: 16%
    }

    #hd .sec-control .hd-content {
        padding-left: 4%
    }

    #hd .sec-control .hd-lighting {
        width: 80%;
        margin-right: -20%
    }
}

@media screen and (max-width:1440px) {
    #hd .sec-control .hd-controls {
        padding-bottom: 110px
    }

    #hd .sec-control #pageContent-colorpicker {
        width: 100px;
        height: 100px;
        margin-top: 1em
    }
}

@media screen and (max-width:1280px) {
    #hd .sec-control .feature-container {
        margin: 1em 0
    }
}

@media screen and (max-width:1024px) and (orientation:portrait),
screen and (max-width:1023px) {
    #hd .sec-control {
        padding: 4em 0
    }

    #hd .sec-control .hd-bg {
        object-fit: cover;
        object-position: 0 0
    }

    #hd .sec-control .deco-container .deco-left {
        width: 20%
    }

    #hd .sec-control .hd-container {
        flex-direction: column
    }

    #hd .sec-control .hd-content {
        width: 100%;
        padding-left: 15%;
        max-width: none
    }

    #hd .sec-control .hd-controls {
        max-width: 36em;
        margin: -1em auto 0;
        padding-bottom: 2em
    }

    #hd .sec-control .hd-logo {
        width: 10.5%;
        top: 54%;
        left: 83.5%
    }

    #hd .sec-control .hd-lighting {
        width: 108%;
        margin: -19% -5% 0 -3%
    }

    #hd .sec-control .feature-container {
        justify-content: center;
        margin-bottom: 2em
    }

    #hd .sec-control .feature-container li {
        padding-right: 2em
    }

    #hd .sec-control #pageContent-colorpicker {
        top: 95%
    }
}

@media screen and (max-width:620px) {
    #hd .sec-control .hd-controls {
        padding-bottom: 70px
    }

    #hd .sec-control #pageContent-colorpicker {
        bottom: 0;
        right: 0;
        margin: 0 0 1em auto
    }
}

@media screen and (max-width:480px) {
    #hd .sec-control .deco-container .deco-left {
        display: none
    }

    #hd .sec-control .hd-content {
        padding-left: 0
    }

    #hd .sec-control .vid-control {
        right: auto;
        left: 4%;
        bottom: -3em
    }

    #hd .sec-control .feature-container {
        justify-content: flex-start
    }

    #hd .sec-control .feature-container li {
        width: 50%
    }

    #hd .sec-control #pageContent-colorpicker {
        top: 90%
    }
}

#hd .hd-rainbow {
    background-color: #fd46a6;
    background-image: -webkit-linear-gradient(110deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6);
    background-image: linear-gradient(110deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6);
    background-size: 1780%
}

#hd .hd-starryNight {
    background: #1c1c1c !important
}

#hd .hd-starryNight:before {
    background: #e01f66 !important;
    -webkit-animation-delay: .2;
    -webkit-animation-duration: 5s;
    -webkit-animation-name: flashStrobing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: .2;
    animation-duration: 5s;
    animation-name: flashStrobing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .hd-starryNight .starry_night {
    display: block
}

#hd .hd-starryNight.is-reduced-motion:before {
    animation-play-state: paused !important
}

#hd .starry_night {
    display: none
}

#hd .starry_night li {
    width: 6%;
    height: 0;
    padding-bottom: 6%;
    background-color: #e01f66;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    position: absolute;
    z-index: 2
}

#hd .starry_night li:nth-child(1) {
    left: 53.5%;
    top: 20%;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .starry_night li:nth-child(2) {
    left: 16.25%;
    top: 13%;
    -webkit-animation-delay: -.25s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: -.25s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .starry_night li:nth-child(3) {
    left: 26.25%;
    top: 42.25%;
    -webkit-animation-delay: -1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: -1s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .starry_night li:nth-child(4) {
    left: 65.75%;
    top: 34.25%;
    -webkit-animation-delay: -2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: -2s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .starry_night li:nth-child(5) {
    left: 54.25%;
    top: 34.5%;
    -webkit-animation-delay: -1.5s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: -1.5s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .starry_night li:nth-child(6) {
    left: 17.5%;
    top: 58%;
    -webkit-animation-delay: -.25s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: -.25s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .starry_night li:nth-child(7) {
    left: 41%;
    top: 50%;
    -webkit-animation-delay: -2.5s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: -2.5s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd #pageContent-color-headset-1 .starry_night li {
    width: 20%;
    padding-bottom: 18%;
    border-radius: 50%
}

#hd #pageContent-color-headset-1 .starry_night li:nth-child(1) {
    left: 2.5%;
    top: 23%;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd #pageContent-color-headset-1 .starry_night li:nth-child(2) {
    left: 16.25%;
    top: 45%;
    -webkit-animation-delay: -.25s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: -.25s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd #pageContent-color-headset-1 .starry_night li:nth-child(3) {
    left: 56.25%;
    top: 85.25%;
    -webkit-animation-delay: -1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: -1s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd #pageContent-color-headset-2 .starry_night li {
    width: 30%;
    padding-bottom: 30%
}

#hd #pageContent-color-headset-2 .starry_night li:nth-child(1) {
    left: 65.75%;
    top: 34.25%;
    -webkit-animation-delay: -2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: -2s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd #pageContent-color-headset-2 .starry_night li:nth-child(2) {
    left: 65%;
    top: 44.5%;
    -webkit-animation-delay: -1.5s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: -1.5s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd #pageContent-color-headset-2 .starry_night li:nth-child(3) {
    left: 17.5%;
    top: 88%;
    -webkit-animation-delay: -.25s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: -.25s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd #pageContent-color-mouse .starry_night li {
    width: 30%;
    padding-bottom: 30%;
    border-radius: 50%
}

#hd #pageContent-color-mouse .starry_night li:nth-child(1) {
    left: 25%;
    top: 15%;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd #pageContent-color-mouse .starry_night li:nth-child(2) {
    left: 30%;
    top: 80%;
    -webkit-animation-delay: -1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: -1s;
    animation-duration: 2s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .sec-design {
    padding: 10em 0 8em;
    position: relative;
    overflow: hidden
}

#hd .sec-design:after,
#hd .sec-design:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    pointer-events: none
}

#hd .sec-design:before {
    width: .75em;
    height: 50%;
    right: 12%;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5)
}

#hd .sec-design:after {
    width: 20%;
    height: .75em;
    right: 0;
    top: 80%;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

#hd .sec-design .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

#hd .sec-design .hd-container {
    z-index: 3
}

#hd .sec-design .hd-content>p {
    margin-bottom: 2em
}

#hd .sec-design .hd-content figure {
    width: 110%;
    margin-left: -3.5em;
    margin-right: -10%;
    padding: 1.5em
}

#hd .sec-design .hd-content figure:after,
#hd .sec-design .hd-content figure:before {
    content: '';
    display: block;
    width: calc(100% - 5em);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: scale(.95, .95);
    -ms-transform: scale(.95, .95);
    transform: scale(.95, .95);
    transition: transform .4s .25s ease;
    z-index: -1
}

#hd .sec-design .hd-content figure:after {
    border: 1px solid rgba(255, 255, 255, .2);
    width: calc(100% - 6em);
    height: calc(100% - 1em);
    margin: .5em;
    transition: transform .4s .35s ease
}

#hd .sec-design .hd-content figure.is-animated:after,
#hd .sec-design .hd-content figure.is-animated:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

#hd .sec-design figure {
    position: relative;
    z-index: 2
}

#hd .sec-design figure img {
    width: 100%
}

#hd .sec-design .deco-frame {
    position: absolute
}

#hd .sec-design h3 {
    font-style: italic
}

#hd .sec-design .hd-txt {
    font-size: .9em;
    min-width: 28em;
    padding: 1em;
    background: #000;
    border: 1px solid rgba(255, 255, 255, .75);
    position: absolute;
    z-index: 2;
    opacity: 0;
    pointer-events: none
}

#hd .sec-design ul {
    width: 60%;
    padding-left: 8%;
    margin-right: -10%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2em;
    grid-row-gap: 4em
}

#hd .sec-design li {
    transition: all 1s ease;
    position: relative
}

#hd .sec-design li:focus-visible,
#hd .sec-design li:hover {
    z-index: 3
}

#hd .sec-design li:focus-visible .hd-txt,
#hd .sec-design li:hover .hd-txt {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .4s;
    animation-name: fadeInLeft;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    pointer-events: all
}

#hd .sec-design li.is-animated:nth-child(n) {
    -webkit-transform: scale(1) translate(0);
    -ms-transform: scale(1) translate(0);
    transform: scale(1) translate(0)
}

#hd .sec-design li:nth-child(1) {
    padding-top: 40%;
    -webkit-transform: scale(.9) translate(1.5em);
    -ms-transform: scale(.9) translate(1.5em);
    transform: scale(.9) translate(1.5em)
}

#hd .sec-design li:nth-child(1) .hd-txt {
    left: 80%;
    top: -2em
}

#hd .sec-design li:nth-child(1) .deco-frame {
    width: 95%;
    margin-left: -2em;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(.9) translate(1.5em);
    -ms-transform: scale(.9) translate(1.5em);
    transform: scale(.9) translate(1.5em);
    transition: all .4s ease
}

#hd .sec-design li:nth-child(1).is-animated .deco-frame {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    -ms-transform: scale(1) translate(0);
    transform: scale(1) translate(0)
}

#hd .sec-design li:nth-child(2) {
    padding-top: 70%;
    -webkit-transform: scale(.9) translate(-1.5em);
    -ms-transform: scale(.9) translate(-1.5em);
    transform: scale(.9) translate(-1.5em)
}

#hd .sec-design li:nth-child(2) .hd-txt {
    right: 50%;
    top: 0
}

#hd .sec-design li:nth-child(2) .deco-frame {
    width: 60%;
    right: 0;
    bottom: 0;
    margin: -1.75em;
    opacity: 0;
    -webkit-transform: scale(.9) translate(-1.5em);
    -ms-transform: scale(.9) translate(-1.5em);
    transform: scale(.9) translate(-1.5em);
    transition: all .4s ease
}

#hd .sec-design li:nth-child(2).is-animated .deco-frame {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    -ms-transform: scale(1) translate(0);
    transform: scale(1) translate(0)
}

#hd .sec-design li:nth-child(3) {
    margin-top: -40%;
    padding-right: 20%;
    -webkit-transform: scale(.9) translate(1.5em, -1.5em);
    -ms-transform: scale(.9) translate(1.5em, -1.5em);
    transform: scale(.9) translate(1.5em, -1.5em)
}

#hd .sec-design li:nth-child(3) .hd-txt {
    left: 60%;
    top: 0
}

#hd .sec-design li:nth-child(3) figure:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: -1.5em;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(.9) translate(1.5em, -1.5em);
    -ms-transform: scale(.9) translate(1.5em, -1.5em);
    transform: scale(.9) translate(1.5em, -1.5em);
    transition: all .4s ease
}

#hd .sec-design li:nth-child(3).is-animated figure:after {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    -ms-transform: scale(1) translate(0);
    transform: scale(1) translate(0)
}

#hd .sec-design li:nth-child(4) {
    margin-left: -15%;
    -webkit-transform: scale(.9) translate(1.5em);
    -ms-transform: scale(.9) translate(1.5em);
    transform: scale(.9) translate(1.5em)
}

#hd .sec-design li:nth-child(4) .hd-txt {
    right: 60%;
    top: 0
}

@media screen and (max-width:1600px) {
    #hd .sec-design .hd-content {
        width: 40%
    }

    #hd .sec-design ul {
        margin-right: 0
    }
}

@media screen and (max-width:1280px) {
    #hd .sec-design {
        padding: 6em 0 4em
    }

    #hd .sec-design:before {
        width: .5em;
        right: 8%
    }

    #hd .sec-design:after {
        height: .5em;
        top: 86%
    }
}

@media screen and (max-width:1024px) and (orientation:portrait),
screen and (max-width:1023px) {
    #hd .sec-design {
        padding: 4em 0
    }

    #hd .sec-design .hd-bg {
        width: 180%;
        max-width: none !important;
        margin-left: -80%;
        object-fit: contain;
        object-position: left top
    }

    #hd .sec-design:after,
    #hd .sec-design:before {
        display: none
    }

    #hd .sec-design .hd-container {
        flex-direction: column
    }

    #hd .sec-design .hd-content {
        width: 100%;
        margin-bottom: 1.5em
    }

    #hd .sec-design .hd-content>p {
        max-width: none
    }

    #hd .sec-design .hd-content figure {
        width: 100%;
        margin: 0
    }

    #hd .sec-design .hd-txt {
        width: 100%;
        min-width: 0;
        position: relative;
        opacity: 1;
        animation: none !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important
    }

    #hd .sec-design ul {
        width: 90%;
        padding-left: 0;
        margin: 2em auto 0
    }

    #hd .sec-design li:nth-child(1) {
        padding-top: 20%
    }

    #hd .sec-design li:nth-child(2) {
        padding-top: 0
    }

    #hd .sec-design li:nth-child(3) {
        margin-top: -10%;
        padding-right: 15%
    }

    #hd .sec-design li:nth-child(4) {
        margin-top: 0
    }

    #hd .sec-design li:nth-child(n) {
        -webkit-transform: scale(1) translate(0);
        -ms-transform: scale(1) translate(0);
        transform: scale(1) translate(0)
    }
}

@media screen and (max-width:620px) {
    #hd .sec-design ul {
        max-width: 26em;
        margin: 0 auto;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 1.5em
    }

    #hd .sec-design li:nth-child(1) {
        padding-top: 0
    }

    #hd .sec-design li:nth-child(2) {
        padding-top: 0
    }

    #hd .sec-design li:nth-child(3) {
        margin-top: 0;
        padding-right: 0
    }

    #hd .sec-design li:nth-child(3) figure:after {
        display: none
    }

    #hd .sec-design li:nth-child(4) {
        margin-top: 0;
        margin-left: 0
    }

    #hd .sec-design .deco-frame {
        display: none
    }
}

#hd .sec-battery {
    padding: 6em 0;
    position: relative;
    overflow: hidden
}

#hd .sec-battery .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: right top
}

#hd .sec-battery .hd-content {
    flex-shrink: 0;
    padding-top: 5%
}

#hd .sec-battery .feature-container {
    margin-top: 2.5em
}

#hd .sec-battery .feature-container li {
    width: 33.333%;
    padding-right: 1em;
    margin-bottom: 0
}

#hd .sec-battery figure {
    width: 95%;
    margin-left: -5%;
    margin-right: -20%;
    position: relative
}

#hd .sec-battery figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-battery figure .hd-pd {
    position: relative;
    z-index: 2
}

#hd .sec-battery figure .hint-container {
    width: 19%;
    height: 0;
    padding-bottom: 19%;
    position: absolute;
    top: 0;
    right: 0
}

#hd .sec-battery figure .hd-pd {
    opacity: 0;
    -webkit-transform: translate(2%, 2%);
    -ms-transform: translate(2%, 2%);
    transform: translate(2%, 2%);
    transition: all .8s ease
}

#hd .sec-battery figure .hd-shadow {
    opacity: 0;
    -webkit-transform: translate(5%, 5%);
    -ms-transform: translate(5%, 5%);
    transform: translate(5%, 5%);
    transition: all .8s .1s ease
}

#hd .sec-battery figure .deco-frame-1 {
    opacity: 0;
    -webkit-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    transform: translate(0, 5%);
    transition: all .6s .4s ease
}

#hd .sec-battery figure .deco-frame-2 {
    opacity: 0;
    -webkit-transform: translate(-5%, 0);
    -ms-transform: translate(-5%, 0);
    transform: translate(-5%, 0);
    transition: all .6s .5s ease
}

#hd .sec-battery figure .deco-dots {
    transform-origin: center top;
    -webkit-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    transform: translate(0, 5%);
    transition: all .8s .6s ease
}

#hd .sec-battery figure .battery-bar {
    clip-path: inset(0 0 0 100%)
}

#hd .sec-battery figure .battery-game-on {
    opacity: 0
}

#hd .sec-battery figure .hint-container .hint-pie {
    opacity: 0;
    transform-origin: 82.7% 17.2%;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    transition: transform 1s .4s linear, opacity .4s .25s ease
}

#hd .sec-battery figure .hint-container .hint-plus {
    opacity: 0;
    -webkit-transform: translate(0, 5%);
    -ms-transform: translate(0, 5%);
    transform: translate(0, 5%);
    transition: all .8s .6s ease
}

#hd .sec-battery figure .hint-container .hint-line {
    clip-path: inset(0 0 0 100%);
    transition: all .4s .65s ease
}

#hd .sec-battery figure .hint-container .hint-square {
    transform-origin: 5% 95%;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    transition: transform .4s 1s ease
}

#hd .sec-battery figure.is-animated .deco-dots,
#hd .sec-battery figure.is-animated .deco-frame-1,
#hd .sec-battery figure.is-animated .deco-frame-2,
#hd .sec-battery figure.is-animated .hd-pd,
#hd .sec-battery figure.is-animated .hd-shadow,
#hd .sec-battery figure.is-animated .hint-plus {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

#hd .sec-battery figure.is-animated .hint-line {
    opacity: 1;
    clip-path: inset(0 0 0 0)
}

#hd .sec-battery figure.is-animated .battery-bar {
    -webkit-animation-delay: .8s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: batteryBar;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .8s;
    animation-duration: 1s;
    animation-name: batteryBar;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-battery figure.is-animated .battery-game-on {
    -webkit-animation-delay: .8s;
    -webkit-animation-duration: .25s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .8s;
    animation-duration: .25s;
    animation-name: fadeInRight;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-battery figure.is-animated .hint-pie {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

#hd .sec-battery figure.is-animated .hint-square {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

@media screen and (max-width:1600px) {
    #hd .sec-battery figure {
        width: 80%;
        margin-right: -5%
    }

    #hd .sec-battery .hd-content {
        padding-top: 10%
    }
}

@media screen and (max-width:1440px) {
    #hd .sec-battery .feature-container {
        margin-top: 1em
    }

    #hd .sec-battery .feature-container li {
        width: 50%
    }

    #hd .sec-battery figure {
        margin-left: 0;
        margin-right: -7%
    }
}

@media screen and (max-width:1280px) {
    #hd .sec-battery {
        padding: 4em 0
    }

    #hd .sec-battery .hd-container {
        width: 90%
    }

    #hd .sec-battery figure {
        width: 70%;
        margin-right: 0
    }
}

@media screen and (max-width:1024px) and (orientation:portrait),
screen and (max-width:1023px) {
    #hd .sec-battery .hd-container {
        flex-direction: column
    }

    #hd .sec-battery .hd-content {
        width: 100%;
        padding-top: 0
    }

    #hd .sec-battery .feature-container {
        justify-content: flex-start
    }

    #hd .sec-battery .feature-container li {
        min-width: 20%;
        width: auto !important;
        padding-right: 2em
    }

    #hd .sec-battery figure {
        width: 100%
    }
}

#hd .sec-connectivity {
    position: relative;
    overflow: hidden
}

#hd .sec-connectivity .bg-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-connectivity .bg-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

#hd .sec-connectivity .bg-container .connectivity-deco-bottom,
#hd .sec-connectivity .bg-container .connectivity-deco-left,
#hd .sec-connectivity .bg-container .connectivity-deco-top,
#hd .sec-connectivity .bg-container .spec-deco-bottom,
#hd .sec-connectivity .bg-container .spec-deco-left,
#hd .sec-connectivity .bg-container .spec-deco-top {
    mix-blend-mode: screen
}

#hd .sec-connectivity .bg-container .deco-x {
    width: 2em;
    height: 2em
}

#hd .sec-connectivity .bg-container .connectivity-deco-x {
    left: 8%;
    top: 20%
}

#hd .sec-connectivity .bg-container .spec-deco-x {
    left: 90%;
    top: 70%
}

#hd .sec-connectivity .hd-cover {
    position: relative;
    z-index: 2;
    pointer-events: none
}

#hd .sec-connectivity .pd-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-connectivity .pd-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain
}

#hd .sec-connectivity .camera-container {
    width: 4%;
    height: 0;
    padding-bottom: 4%;
    position: absolute;
    top: 18.5%;
    left: 53.5%
}

#hd .sec-connectivity .hd-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    pointer-events: none
}

#hd .sec-connectivity .hd-panel.panel-connectivity .hd-content {
    max-width: 26em
}

#hd .sec-connectivity .hd-panel.panel-spec .hd-content {
    margin-left: auto
}

#hd .sec-connectivity .hd-content {
    pointer-events: all
}

#hd .sec-connectivity .feature-container {
    margin-top: 2em
}

#hd .sec-connectivity .feature-container li {
    width: 50%
}

#hd .sec-connectivity .feature-container img {
    width: 7.5em;
    margin: .4em 0
}

#hd .sec-connectivity .spec-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3
}

#hd .sec-connectivity .spec-container li {
    font-size: .75em;
    position: absolute;
    text-align: right;
    transform-origin: right center
}

#hd .sec-connectivity .spec-container li:nth-child(1) {
    top: 56%;
    right: 15.75%
}

#hd .sec-connectivity .spec-container li:nth-child(2) {
    top: 58.5%;
    right: 14.75%
}

#hd .sec-connectivity .spec-container li:nth-child(3) {
    top: 61%;
    right: 13.75%
}

#hd .sec-connectivity .spec-container li:nth-child(4) {
    top: 64%;
    right: 13%
}

#hd .sec-connectivity .spec-container li:nth-child(5) {
    top: 68%;
    right: 12.25%
}

#hd .sec-connectivity .spec-container li:nth-child(6) {
    top: 71.5%;
    right: 11.5%
}

#hd .sec-connectivity .spec-container li:nth-child(n+7) {
    text-align: left;
    transform-origin: left center
}

#hd .sec-connectivity .spec-container li:nth-child(7) {
    top: 72.5%;
    left: 73%
}

#hd .sec-connectivity .spec-container li:nth-child(8) {
    top: 76%;
    left: 71.75%
}

#hd .sec-connectivity .spec-container small {
    display: block
}

@media screen and (max-width:1024px) and (orientation:portrait),
screen and (max-width:1023px) {
    #hd .sec-connectivity .hd-d-m-block {
        display: block !important
    }

    #hd .sec-connectivity .hd-d-m-none {
        display: none !important
    }

    #hd .sec-connectivity .hd-panel {
        position: relative
    }

    #hd .sec-connectivity .hd-container {
        padding: 4em 0 2em
    }

    #hd .sec-connectivity .hd-content {
        width: 100%;
        max-width: none !important
    }

    #hd .sec-connectivity .feature-container {
        max-width: 25em
    }

    #hd .sec-connectivity .bg-container {
        height: 100%;
        padding-bottom: 0
    }

    #hd .sec-connectivity .bg-container img {
        object-position: 68% center
    }

    #hd .sec-connectivity .bg-container .connectivity-deco-x {
        left: 8%;
        top: 30%
    }

    #hd .sec-connectivity .pd-mobile-container {
        position: relative;
        overflow: hidden
    }

    #hd .sec-connectivity .pd-mobile-container .hd-cover {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: 0 0;
        z-index: 2
    }

    #hd .sec-connectivity .pd-container {
        width: 150%;
        margin-left: -50%;
        height: auto;
        padding-bottom: 0;
        position: relative
    }

    #hd .sec-connectivity .pd-container .hd-pd {
        position: relative
    }
}

@media screen and (max-width:480px) {
    #hd .sec-connectivity .spec-container {
        width: 90%;
        height: auto;
        margin: 0 auto;
        position: relative;
        counter-reset: mycounter
    }

    #hd .sec-connectivity .spec-container li {
        font-size: 1.125em;
        position: relative;
        padding-left: 2.5em;
        margin-bottom: 1em
    }

    #hd .sec-connectivity .spec-container li:before {
        counter-increment: mycounter;
        content: counter(mycounter);
        display: block;
        font-size: 1.125em;
        width: 1.5em;
        height: 1.5em;
        font-weight: 700;
        line-height: 1.5em;
        text-align: center;
        border-radius: 1em;
        background: #fff;
        color: #000;
        position: absolute;
        top: 0;
        left: 0
    }

    #hd .sec-connectivity .spec-container li:nth-child(n) {
        top: 0;
        left: 0;
        right: 0;
        text-align: left
    }
}

#hd .sec-software {
    padding: 6em 0 4em;
    position: relative;
    overflow: hidden
}

#hd .sec-software .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: right bottom
}

#hd .sec-software .hd-txt {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    pointer-events: none
}

#hd .sec-software .txt-control {
    mix-blend-mode: screen
}

#hd .sec-software .txt-scar {
    mix-blend-mode: overlay
}

#hd .sec-software .hd-container {
    width: 65%;
    margin: 0 auto;
    z-index: 2
}

#hd .sec-software .slider-container {
    padding-left: 17.5%;
    position: relative;
    overflow: hidden
}

#hd .sec-software .slider-container h3 {
    font-style: italic
}

#hd .sec-software .swiper-button-next,
#hd .sec-software .swiper-button-prev {
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 1.5em
}

#hd .sec-software .slider-main {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative
}

#hd .sec-software .slider-main .swiper {
    overflow: hidden
}

#hd .sec-software .slider-main .swiper-slide {
    padding-right: 1em
}

#hd .sec-software .slider-main .swiper-slide-active h3 {
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: .25s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: .25s;
    animation-name: fadeInRight;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-software .slider-main .swiper-slide-active p {
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: .25s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: .25s;
    animation-name: fadeInRight;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-software .slider-main .swiper-slide-active figure:after,
#hd .sec-software .slider-main .swiper-slide-active figure:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

#hd .sec-software .slider-main h3,
#hd .sec-software .slider-main p {
    opacity: 0
}

#hd .sec-software .slider-main h3 {
    margin-bottom: .5em
}

#hd .sec-software .slider-main p {
    max-width: 46em;
    margin-top: 1.5em
}

#hd .sec-software .slider-main figure {
    padding: 1.5em;
    position: relative
}

#hd .sec-software .slider-main figure:after,
#hd .sec-software .slider-main figure:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(.92, .92);
    -ms-transform: scale(.92, .92);
    transform: scale(.92, .92);
    transition: transform .4s .25s ease
}

#hd .sec-software .slider-main figure:after {
    border: 1px solid rgba(255, 255, 255, .2);
    width: calc(100% - 1em);
    height: calc(100% - 1em);
    margin: .5em;
    transition: transform .4s .35s ease
}

#hd .sec-software .swiper-nav-container {
    flex-shrink: 0;
    padding-left: 2em;
    padding-top: 55%
}

#hd .sec-software .slider-thumb {
    padding-top: 25%;
    font-size: .875em;
    padding-left: 2em;
    position: relative;
    overflow: hidden
}

#hd .sec-software .slider-thumb .swiper {
    width: 75%;
    overflow: visible
}

#hd .sec-software .slider-thumb .swiper-slide {
    padding-right: 20%;
    position: relative;
    overflow: visible
}

#hd .sec-software .slider-thumb .swiper-slide-active h3 {
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: .25s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: .25s;
    animation-name: fadeInRight;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-software .slider-thumb h3 {
    display: flex;
    align-items: center;
    width: 35%;
    position: absolute;
    left: -1em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    word-break: normal;
    opacity: 0
}

#hd .sec-software .slider-thumb figure {
    border: 1px solid rgba(21, 95, 255, .5)
}

#hd .sec-gamepass {
    padding: 6em 0 8em
}

#hd .sec-gamepass .hd-content {
    padding-right: 5%
}

#hd .sec-gamepass .hd-content h3 {
    margin-bottom: .5em
}

#hd .sec-gamepass .hd-content p {
    margin-bottom: 1em
}

#hd .sec-gamepass .hd-content small {
    display: block;
    line-height: 1.5;
    margin-bottom: .5em
}

@media screen and (min-width:2560px) {
    #hd .sec-software {
        padding: 8em 0 4em
    }
}

@media screen and (max-width:1600px) {
    #hd .sec-software .hd-container {
        width: 80%
    }

    #hd .sec-software .slider-container {
        padding-left: 10%
    }
}

@media screen and (max-width:1440px) {
    #hd .sec-software .hd-txt {
        width: 65%;
        top: 5%
    }
}

@media screen and (max-width:1280px) {

    #hd .sec-software .swiper-button-next,
    #hd .sec-software .swiper-button-prev {
        margin: .5em
    }
}

@media screen and (max-width:1024px) {
    #hd .sec-software .hd-container {
        width: 90%
    }

    #hd .sec-software .slider-container {
        padding-left: 5%
    }
}

@media screen and (max-width:1024px) and (orientation:portrait),
screen and (max-width:1023px) {
    #hd .sec-software {
        padding-top: 4em
    }

    #hd .sec-software .hd-bg {
        object-fit: contain;
        object-position: center top
    }

    #hd .sec-software .hd-txt {
        width: 65%;
        top: 8%;
        right: -2.5%
    }

    #hd .sec-software .slider-container {
        flex-direction: column;
        width: 90%;
        padding-left: 0;
        margin: 0 auto;
        overflow: visible
    }

    #hd .sec-software .slider-software {
        width: 100%
    }

    #hd .sec-software .slider-main {
        width: 100%;
        flex-direction: column-reverse
    }

    #hd .sec-software .slider-main h3 {
        padding-right: 2em
    }

    #hd .sec-software .slider-main p {
        max-width: none
    }

    #hd .sec-software .swiper-nav-container {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        margin: 0;
        pointer-events: none
    }

    #hd .sec-software .swiper-button-next,
    #hd .sec-software .swiper-button-prev {
        pointer-events: all;
        position: absolute;
        top: 30vw;
        background-color: #000
    }

    #hd .sec-software .swiper-button-prev {
        left: -1.5em
    }

    #hd .sec-software .swiper-button-next {
        left: auto;
        right: -1.5em
    }

    #hd .sec-software .swiper-pagination {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right
    }

    #hd .sec-software .slider-thumb {
        display: none !important
    }
}

@media screen and (max-width:768px) {
    #hd .sec-gamepass {
        padding: 4em 0
    }

    #hd .sec-gamepass .hd-container {
        flex-direction: column
    }

    #hd .sec-gamepass .hd-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1em
    }

    #hd .sec-gamepass figure {
        width: 100%
    }
}

#hd .sec-bundle {
    position: relative;
    overflow: hidden
}

#hd .sec-bundle .hd-title-container {
    padding: 2em 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

#hd .sec-bundle .hd-title-container p {
    max-width: 52em;
    margin: 0 auto 1em
}

#hd .sec-bundle .hd-title-container small {
    display: block
}

#hd .sec-bundle .hd-title hr {
    margin-left: auto;
    margin-right: auto
}

#hd .sec-bundle figure {
    position: relative
}

#hd .sec-bundle figure img {
    width: 100%
}

#hd .sec-bundle figure .hd-txt {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0
}

#hd .sec-bundle figure .txt-s {
    -webkit-transform: translate(10%, 10%);
    -ms-transform: translate(10%, 10%);
    transform: translate(10%, 10%);
    transition: all .25s ease-in-out
}

#hd .sec-bundle figure .txt-c {
    -webkit-transform: translate(8%, -6%);
    -ms-transform: translate(8%, -6%);
    transform: translate(8%, -6%);
    transition: all .25s .1s ease-in-out
}

#hd .sec-bundle figure .txt-a {
    -webkit-transform: translate(-5%, 6%);
    -ms-transform: translate(-5%, 6%);
    transform: translate(-5%, 6%);
    transition: all .25s .15s ease-in-out
}

#hd .sec-bundle figure .txt-r {
    -webkit-transform: translate(-2%, -10%);
    -ms-transform: translate(-2%, -10%);
    transform: translate(-2%, -10%);
    transition: all .25s 175ms ease-in-out
}

#hd .sec-bundle figure.is-animated .hd-txt {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

#hd .sec-bundle figure.is-animated #trigger-bundle-item>a:before,
#hd .sec-bundle figure.is-animated #trigger-bundle-item>button:before {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-name: hint;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 3;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-name: hint;
    animation-timing-function: ease;
    animation-iteration-count: 3;
    animation-fill-mode: both
}

#hd .sec-bundle #trigger-bundle-item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-bundle #trigger-bundle-item>a,
#hd .sec-bundle #trigger-bundle-item>button {
    font-size: 1em;
    width: 3em;
    height: 3em;
    position: absolute;
    margin: -1.5em;
    cursor: pointer;
    pointer-events: all;
    transition: all .25s ease
}

#hd .sec-bundle #trigger-bundle-item>a:nth-child(1),
#hd .sec-bundle #trigger-bundle-item>button:nth-child(1) {
    top: 35%;
    left: 41.5%
}

#hd .sec-bundle #trigger-bundle-item>a:nth-child(2),
#hd .sec-bundle #trigger-bundle-item>button:nth-child(2) {
    top: 67%;
    left: 42%
}

#hd .sec-bundle #trigger-bundle-item>a:nth-child(3),
#hd .sec-bundle #trigger-bundle-item>button:nth-child(3) {
    top: 37.25%;
    left: 66.5%
}

#hd .sec-bundle #trigger-bundle-item>a:nth-child(4),
#hd .sec-bundle #trigger-bundle-item>button:nth-child(4) {
    top: 78%;
    left: 70%
}

#hd .sec-bundle #trigger-bundle-item>a:after,
#hd .sec-bundle #trigger-bundle-item>a:before,
#hd .sec-bundle #trigger-bundle-item>button:after,
#hd .sec-bundle #trigger-bundle-item>button:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: transform .25s ease
}

#hd .sec-bundle #trigger-bundle-item>a:after,
#hd .sec-bundle #trigger-bundle-item>button:after {
    width: 25%;
    height: 25%;
    background: #fff
}

#hd .sec-bundle #trigger-bundle-item>a.hd-active:after,
#hd .sec-bundle #trigger-bundle-item>a:focus-visible:after,
#hd .sec-bundle #trigger-bundle-item>a:hover:after,
#hd .sec-bundle #trigger-bundle-item>button.hd-active:after,
#hd .sec-bundle #trigger-bundle-item>button:focus-visible:after,
#hd .sec-bundle #trigger-bundle-item>button:hover:after {
    -webkit-transform: scale(.5, .5);
    -ms-transform: scale(.5, .5);
    transform: scale(.5, .5)
}

#hd .sec-bundle #trigger-bundle-item>a.hd-active:after,
#hd .sec-bundle #trigger-bundle-item>button.hd-active:after {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

#hd .gallery-box {
    text-align: center;
    display: none
}

#hd .gallery-box.hd-active {
    display: block
}

#hd .gallery-box .hd-top {
    position: relative
}

#hd .gallery-box h3 {
    letter-spacing: .1em;
    font-style: italic;
    color: #000 !important;
    background: linear-gradient(90deg, #0c00fc, #a1078f, #e80b40);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent
}

#hd .gallery-box .swiper {
    position: relative;
    overflow: hidden
}

#hd .gallery-box .swiper-slide {
    opacity: .75
}

#hd .gallery-box figure {
    width: 100%;
    height: 0;
    padding-bottom: 66%
}

#hd .gallery-box figure img {
    width: 100%;
    height: 100%;
    max-width: none !important;
    max-height: none !important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain
}

#hd .gallery-box hr {
    width: calc(100% - 4em);
    height: 1px;
    background-color: #0c00fc;
    background-image: -webkit-linear-gradient(-90deg, #0c00fc, #a1078f, #e80b40);
    background-image: linear-gradient(-90deg, #0c00fc, #a1078f, #e80b40);
    box-shadow: none;
    border: none;
    margin: 1em auto;
    opacity: .5
}

#hd .gallery-box .swiper-thumbnail .swiper-slide {
    padding: 0 2em
}

#hd .gallery-box .swiper-thumbnail .swiper-slide figure {
    padding-bottom: 100%;
    cursor: pointer
}

#hd .gallery-box .swiper-slide-thumb-active {
    opacity: 1
}

#hd .gallery-box .swiper-slide-thumb-active figure {
    border-style: solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(135deg, rgba(224, 31, 102, .6), #000, rgba(21, 95, 255, .6))
}

#hd .gallery-box .swiper-button-next,
#hd .gallery-box .swiper-button-prev {
    font-size: .75em;
    margin: 0 1.5em;
    color: #fff;
    background: 0 0
}

#hd .gallery-box .swiper-button-next:hover,
#hd .gallery-box .swiper-button-prev:hover {
    text-shadow: 0 0 .5em #fff
}

#hd .gallery-box .swiper-button-prev {
    left: -5em;
    right: auto
}

#hd .gallery-box .swiper-button-next {
    right: -5em;
    left: auto
}

@media screen and (max-width:1920px) {
    #hd .sec-bundle .hd-title-container {
        position: relative;
        margin-bottom: -12%
    }

    #hd .sec-bundle figure:before {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 10%;
        background-color: transparent;
        background-image: -webkit-linear-gradient(0deg, transparent, #000);
        background-image: linear-gradient(0deg, transparent, #000);
        position: absolute;
        top: 0;
        left: 0
    }
}

@media screen and (max-width:1024px) and (orientation:portrait),
screen and (max-width:768px) {
    #hd .gallery-box hr {
        width: calc(100% - 2em);
        margin: 2em auto
    }

    #hd .gallery-box .swiper-thumbnail .swiper-slide {
        padding: 0 1em
    }
}

@media screen and (max-width:768px) {
    #hd .sec-bundle figure {
        width: 150%;
        margin-left: -20%
    }

    #hd .sec-bundle #trigger-bundle-item>a:after,
    #hd .sec-bundle #trigger-bundle-item>a:before,
    #hd .sec-bundle #trigger-bundle-item>button:after,
    #hd .sec-bundle #trigger-bundle-item>button:before {
        width: 50%;
        height: 50%
    }

    #hd .sec-bundle #trigger-bundle-item>a:after,
    #hd .sec-bundle #trigger-bundle-item>button:after {
        width: 10%;
        height: 10%
    }
}

@media screen and (max-width:480px) {
    #hd .gallery-box figure {
        width: 100%;
        padding-bottom: 90%
    }

    #hd .gallery-box hr {
        width: calc(100% - 1em)
    }

    #hd .gallery-box .swiper-thumbnail .swiper-slide {
        padding: 0 .5em
    }
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8.ProductOverviewAwardsContent__black__3btYR {
    background: 0 0
}

@media screen and (max-width:480px) {

    #hd .sec-awards,
    #hd .sec-control,
    #hd .sec-coolingTech,
    #hd .sec-cpu,
    #hd .sec-designFeature,
    #hd .sec-displayIntro,
    #hd .sec-gamepass,
    #hd .sec-mux {
        background: 0 0 !important
    }
}

#hd .rtxAI__frame {
    margin-top: 60px;
    margin-bottom: 120px;
    position: relative
}

#hd .rtxAI__frame .hd-logo {
    margin: 0
}

#hd .rtxAI__frame .rtxAI {
    position: relative;
    width: 100vw;
    max-width: 2560px;
    height: 45.313vw;
    max-height: 1022px;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
    background-size: contain
}

#hd .rtxAI__frame .rtxAI {
    background-image: url(images/rtxAI_2x.webp)
}

#hd .rtxAI__frame .infoFrame {
    width: 28%;
    position: absolute;
    left: 18%;
    top: 50%;
    transform: translateY(-50%)
}

@media all and (min-width:1024px) and (max-width:1440px) {
    #hd .rtxAI__frame .infoFrame {
        width: 39%;
        left: 14%
    }
}

#hd .rtxAI__frame .infoFrame .title {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.25em;
    font-weight: 700;
    color: #fff;
    line-height: 1.2
}

@media all and (min-width:736px) and (max-width:1280px) {
    #hd .rtxAI__frame .infoFrame .title {
        font-size: 2.25em
    }
}

#hd .rtxAI__frame .infoFrame .subTitle {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    line-height: 1.2
}

#hd .rtxAI__frame .infoFrame .info {
    width: 82.7%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: auto;
    color: #fff;
    font-size: .9375em;
    line-height: 1.7
}

@media all and (min-width:736px) and (max-width:1280px) {
    #hd .rtxAI__frame .infoFrame .info {
        width: 100%
    }
}

#hd .rtxAI__frame .infoFrame .nvLogo {
    width: 200px;
    height: 58px;
    margin-left: 0;
    background-size: contain;
    background-image: url(images/nvidia-logo.svg)
}

@media all and (max-width:1280px) {
    #hd .rtxAI__frame {
        background-color: #000;
        margin-bottom: 60px;
        padding-bottom: 60px
    }
}

@media all and (min-width:736px) and (max-width:1280px) and (min-width:736px) and (max-width:1024px) {
    #hd .rtxAI__frame .rtxAI {
        width: 100vw;
        min-height: 68.313vw;
        margin-top: 60px;
        margin-bottom: 30px
    }

    #hd .rtxAI__frame .rtxAI {
        background-image: url(images/rtxAI.webp)
    }
}



@media all and (min-width:736px) and (max-width:1280px) {
    #hd .rtxAI__frame .infoFrame {
        width: 34%
    }
}

@media all and (min-width:736px) and (max-width:1280px) and (min-width:736px) and (max-width:1024px) {
    #hd .rtxAI__frame .infoFrame {
        position: relative;
        width: 82%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding-bottom: 0;
        top: 0;
        left: 0;
        transform: none
    }
}

@media all and (min-width:736px) and (max-width:1280px) {
    #hd .rtxAI__frame .infoFrame .title {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }

    #hd .rtxAI__frame .infoFrame .subTitle {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: auto
    }

    #hd .rtxAI__frame .infoFrame .info {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: auto
    }
}

@media all and (min-width:0px) and (max-width:735px) {
    #hd .rtxAI__frame {
        margin-top: 60px;
        margin-bottom: 100px
    }

    #hd .rtxAI__frame .rtxAI {
        width: 100vw;
        min-height: 68.313vw;
        margin-bottom: 20px
    }

    #hd .rtxAI__frame .rtxAI {
        background-image: url(images/rtxAI.webp);
        background-size: cover;
        background-position-x: 100%
    }
}


@media all and (min-width:0px) and (max-width:735px) {
    #hd .rtxAI__frame .infoFrame {
        position: relative;
        width: 82%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding-bottom: 0;
        top: 0;
        left: 0;
        transform: none
    }

    #hd .rtxAI__frame .infoFrame .title {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }

    #hd .rtxAI__frame .infoFrame .subTitle {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }

    #hd .rtxAI__frame .infoFrame .info {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: auto
    }
}

.clear-style .ProductOverviewAwardsItem__rewardImageBox__WQUEJ img {
    height: 100%;
}

.clear-style .ProductOverviewMediaItem__mediaImageBox__UM7Si img {
    height: 100%;
}