@import url(../lib/swiper/swiper-bundle.min.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ProductTabBar__productTabBarContainer__1e5nP,
.overviewSimpleContent,
.overviewAwardsContent,
.ProductRecommenedRelated__productRecommendRelatedContainer__3Akgf,
.ProductFooter__productFooterContainer__Z6Bel.ProductFooter__productBackgroundBlack__24n1I,
.Footer__footerContent__22G1u {
    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: none
}

#hd {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    background: black;
    color: white;
    font-size: 16px;
    margin: 0;
    padding: 0
}

#hd * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word
}

#hd * ::selection {
    background: #1d2124;
    color: #ff2575
}

#hd * ::-moz-selection {
    background: #1d2124;
    color: #ff2575
}

#hd ul,
#hd li,
#hd figure {
    margin: 0;
    padding: 0
}

#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
    font: inherit;
    padding: 0;
    margin: 0
}

#hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0
}

#hd img.lazyload {
    opacity: 0;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

#hd iframe,
#hd video {
    max-width: 100%
}

#hd button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

#hd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

#hd a:focus-visible,
#hd button:focus-visible,
#hd input:focus-visible,
#hd select:focus-visible,
#hd textarea:focus-visible,
#hd [role="button"]:focus-visible,
#hd [tabindex="0"]:focus-visible {
    outline: 1px solid #ff2575
}

#hd a:focus:not(:focus-visible),
#hd button:focus:not(:focus-visible),
#hd input:focus:not(:focus-visible),
#hd select:focus:not(:focus-visible),
#hd textarea:focus:not(:focus-visible),
#hd [role="button"]:focus:not(:focus-visible),
#hd [tabindex="0"]:focus:not(:focus-visible) {
    outline: none
}

@-webkit-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }
    100% {
        filter: hue-rotate(359deg)
    }
}

@-moz-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }
    100% {
        filter: hue-rotate(359deg)
    }
}

@-ms-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }
    100% {
        filter: hue-rotate(359deg)
    }
}

@-o-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }
    100% {
        filter: hue-rotate(359deg)
    }
}

@keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }
    100% {
        filter: hue-rotate(359deg)
    }
}

@-webkit-keyframes breathing {
    50% {
        opacity: 1
    }
}

@-moz-keyframes breathing {
    50% {
        opacity: 1
    }
}

@-ms-keyframes breathing {
    50% {
        opacity: 1
    }
}

@-o-keyframes breathing {
    50% {
        opacity: 1
    }
}

@keyframes breathing {
    50% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#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;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .25s;
    -moz-animation-name: fadeIn;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: .25s;
    -o-animation-name: fadeIn;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: 1;
    -o-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;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes wind {
    0% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    35%,
    100% {
        opacity: 0
    }
}

@-moz-keyframes wind {
    0% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    35%,
    100% {
        opacity: 0
    }
}

@-ms-keyframes wind {
    0% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    35%,
    100% {
        opacity: 0
    }
}

@-o-keyframes wind {
    0% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    35%,
    100% {
        opacity: 0
    }
}

@keyframes wind {
    0% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
    35%,
    100% {
        opacity: 0
    }
}

@-webkit-keyframes showDesignFeature {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes showDesignFeature {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes showDesignFeature {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes showDesignFeature {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes showDesignFeature {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes audiowave1 {
    0% {
        padding: 0 0
    }
    25% {
        padding: .5em 0
    }
    50% {
        padding: 5em 0
    }
    75% {
        padding: 2em 0
    }
    100% {
        padding: 0 0
    }
}

@-moz-keyframes audiowave1 {
    0% {
        padding: 0 0
    }
    25% {
        padding: .5em 0
    }
    50% {
        padding: 5em 0
    }
    75% {
        padding: 2em 0
    }
    100% {
        padding: 0 0
    }
}

@-ms-keyframes audiowave1 {
    0% {
        padding: 0 0
    }
    25% {
        padding: .5em 0
    }
    50% {
        padding: 5em 0
    }
    75% {
        padding: 2em 0
    }
    100% {
        padding: 0 0
    }
}

@-o-keyframes audiowave1 {
    0% {
        padding: 0 0
    }
    25% {
        padding: .5em 0
    }
    50% {
        padding: 5em 0
    }
    75% {
        padding: 2em 0
    }
    100% {
        padding: 0 0
    }
}

@keyframes audiowave1 {
    0% {
        padding: 0 0
    }
    25% {
        padding: .5em 0
    }
    50% {
        padding: 5em 0
    }
    75% {
        padding: 2em 0
    }
    100% {
        padding: 0 0
    }
}

@-webkit-keyframes audiowave2 {
    0% {
        padding: 0 0
    }
    25% {
        padding: 2em 0
    }
    50% {
        padding: 1em 0
    }
    75% {
        padding: 2em 0
    }
    100% {
        padding: 0 0
    }
}

@-moz-keyframes audiowave2 {
    0% {
        padding: 0 0
    }
    25% {
        padding: 2em 0
    }
    50% {
        padding: 1em 0
    }
    75% {
        padding: 2em 0
    }
    100% {
        padding: 0 0
    }
}

@-ms-keyframes audiowave2 {
    0% {
        padding: 0 0
    }
    25% {
        padding: 2em 0
    }
    50% {
        padding: 1em 0
    }
    75% {
        padding: 2em 0
    }
    100% {
        padding: 0 0
    }
}

@-o-keyframes audiowave2 {
    0% {
        padding: 0 0
    }
    25% {
        padding: 2em 0
    }
    50% {
        padding: 1em 0
    }
    75% {
        padding: 2em 0
    }
    100% {
        padding: 0 0
    }
}

@keyframes audiowave2 {
    0% {
        padding: 0 0
    }
    25% {
        padding: 2em 0
    }
    50% {
        padding: 1em 0
    }
    75% {
        padding: 2em 0
    }
    100% {
        padding: 0 0
    }
}

@-webkit-keyframes audiowave3 {
    0% {
        padding: 0 0
    }
    25% {
        padding: 1em 0
    }
    50% {
        padding: .5em 0
    }
    75% {
        padding: 4em 0
    }
    100% {
        padding: 0 0
    }
}

@-moz-keyframes audiowave3 {
    0% {
        padding: 0 0
    }
    25% {
        padding: 1em 0
    }
    50% {
        padding: .5em 0
    }
    75% {
        padding: 4em 0
    }
    100% {
        padding: 0 0
    }
}

@-ms-keyframes audiowave3 {
    0% {
        padding: 0 0
    }
    25% {
        padding: 1em 0
    }
    50% {
        padding: .5em 0
    }
    75% {
        padding: 4em 0
    }
    100% {
        padding: 0 0
    }
}

@-o-keyframes audiowave3 {
    0% {
        padding: 0 0
    }
    25% {
        padding: 1em 0
    }
    50% {
        padding: .5em 0
    }
    75% {
        padding: 4em 0
    }
    100% {
        padding: 0 0
    }
}

@keyframes audiowave3 {
    0% {
        padding: 0 0
    }
    25% {
        padding: 1em 0
    }
    50% {
        padding: .5em 0
    }
    75% {
        padding: 4em 0
    }
    100% {
        padding: 0 0
    }
}

@-webkit-keyframes audiowaveMove {
    0% {
        -moz-transform: translate(-7050%, 0);
        -o-transform: translate(-7050%, 0);
        -ms-transform: translate(-7050%, 0);
        -webkit-transform: translate(-7050%, 0);
        transform: translate(-7050%, 0)
    }
    100% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-moz-keyframes audiowaveMove {
    0% {
        -moz-transform: translate(-7050%, 0);
        -o-transform: translate(-7050%, 0);
        -ms-transform: translate(-7050%, 0);
        -webkit-transform: translate(-7050%, 0);
        transform: translate(-7050%, 0)
    }
    100% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-ms-keyframes audiowaveMove {
    0% {
        -moz-transform: translate(-7050%, 0);
        -o-transform: translate(-7050%, 0);
        -ms-transform: translate(-7050%, 0);
        -webkit-transform: translate(-7050%, 0);
        transform: translate(-7050%, 0)
    }
    100% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-o-keyframes audiowaveMove {
    0% {
        -moz-transform: translate(-7050%, 0);
        -o-transform: translate(-7050%, 0);
        -ms-transform: translate(-7050%, 0);
        -webkit-transform: translate(-7050%, 0);
        transform: translate(-7050%, 0)
    }
    100% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes audiowaveMove {
    0% {
        -moz-transform: translate(-7050%, 0);
        -o-transform: translate(-7050%, 0);
        -ms-transform: translate(-7050%, 0);
        -webkit-transform: translate(-7050%, 0);
        transform: translate(-7050%, 0)
    }
    100% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes static {
    0% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes static {
    0% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes static {
    0% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes static {
    0% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes static {
    0% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes breathing {
    0% {
        opacity: 1
    }
    70% {
        opacity: 0
    }
}

@-moz-keyframes breathing {
    0% {
        opacity: 1
    }
    70% {
        opacity: 0
    }
}

@-ms-keyframes breathing {
    0% {
        opacity: 1
    }
    70% {
        opacity: 0
    }
}

@-o-keyframes breathing {
    0% {
        opacity: 1
    }
    70% {
        opacity: 0
    }
}

@keyframes breathing {
    0% {
        opacity: 1
    }
    70% {
        opacity: 0
    }
}

@-webkit-keyframes strobing {
    0% {
        opacity: 1
    }
    50% {
        opacity: .3
    }
}

@-moz-keyframes strobing {
    0% {
        opacity: 1
    }
    50% {
        opacity: .3
    }
}

@-ms-keyframes strobing {
    0% {
        opacity: 1
    }
    50% {
        opacity: .3
    }
}

@-o-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
    }
}

@-moz-keyframes flashStrobing {
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    70% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes flashStrobing {
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    70% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-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: 0.3
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 0.3
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 0.3
    }
}

@-moz-keyframes music {
    0% {
        opacity: 1
    }
    10% {
        opacity: 0.3
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 0.3
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 0.3
    }
}

@-ms-keyframes music {
    0% {
        opacity: 1
    }
    10% {
        opacity: 0.3
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 0.3
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 0.3
    }
}

@-o-keyframes music {
    0% {
        opacity: 1
    }
    10% {
        opacity: 0.3
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 0.3
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 0.3
    }
}

@keyframes music {
    0% {
        opacity: 1
    }
    10% {
        opacity: 0.3
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 0.3
    }
    70% {
        opacity: 1
    }
    100% {
        opacity: 0.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
    }
}

@-moz-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
    }
}

@-ms-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
    }
}

@-o-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
    }
}

@-moz-keyframes rainbow {
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: 0 0
    }
}

@-ms-keyframes rainbow {
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: 0 0
    }
}

@-o-keyframes rainbow {
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: 0 0
    }
}

@keyframes rainbow {
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes cpu {
    0% {
        background-color: red
    }
    30% {
        background-color: #ff0
    }
    60% {
        background-color: green
    }
    90% {
        background-color: yellow
    }
}

@-moz-keyframes cpu {
    0% {
        background-color: red
    }
    30% {
        background-color: #ff0
    }
    60% {
        background-color: green
    }
    90% {
        background-color: yellow
    }
}

@-ms-keyframes cpu {
    0% {
        background-color: red
    }
    30% {
        background-color: #ff0
    }
    60% {
        background-color: green
    }
    90% {
        background-color: yellow
    }
}

@-o-keyframes cpu {
    0% {
        background-color: red
    }
    30% {
        background-color: #ff0
    }
    60% {
        background-color: green
    }
    90% {
        background-color: yellow
    }
}

@keyframes cpu {
    0% {
        background-color: red
    }
    30% {
        background-color: #ff0
    }
    60% {
        background-color: green
    }
    90% {
        background-color: yellow
    }
}

@font-face {
    font-family: 'ROGFonts';
    src: url("/fonts/ROGFonts-Regular_ES.eot") format("embedded-opentype"), url("fonts/ROGFonts-Regular_ES.otf") format("opentype"), url("fonts/ROGFonts-Regular_ES.ttf") format("truetype"), url("fonts/ROGFonts-Regular_ES.woff") format("woff"), url("fonts/ROGFonts-Regular_ES.woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'TradeGothicLTPro';
    src: url("fonts/TradeGothicLTPro-Bold.ttf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'GeForce';
    src: url("fonts/GeForce-Bold.eot") format("embedded-opentype"), url("fonts/GeForce-Bold.otf") format("opentype"), url("fonts/GeForce-Bold.ttf") format("truetype"), url("fonts/GeForce-Bold.woff") format("woff"), url("fonts/GeForce-Bold.woff2");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'DINPro';
    src: url("fonts/DINPro-Bold.eot") format("embedded-opentype"), url("fonts/DINPro-Bold.otf") format("opentype"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.woff2");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'DINPro';
    src: url("fonts/DINPro-Light.otf") format("opentype"), url("fonts/DINPro-Light.woff") format("woff"), url("fonts/DINPro-Light.woff2");
    font-weight: 300;
    font-style: normal
}

#hd {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 16px
}

#hd h2 {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.875em;
    letter-spacing: 0;
    line-height: 1.125;
    color: #ffffff !important;
    word-break: normal;
    word-wrap: normal;
    margin-bottom: .5em
}

#hd h2.color-primary {
    color: #ff2575 !important
}

#hd h2+p {
    margin-top: 1em;
    margin-bottom: 3em
}

#hd .hd-title span {
    display: inline;
    padding-top: .25em;
    background: black;
    box-shadow: 10px 0 0 black, -10px 0 0 black
}

#hd .hd-title.hd-indent {
    padding-left: .75em
}

#hd .hd-title.hd-indent span {
    margin-left: -.75em
}

#hd .hd-title.color-black {
    color: black !important
}

#hd .hd-title.color-black span {
    background: white;
    box-shadow: 10px 0 0 white, -10px 0 0 white
}

#hd h3 {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.3125em;
    color: #ffffff !important;
    letter-spacing: .018em;
    line-height: 1.25;
    margin-bottom: .25em
}

#hd h3 sup {
    display: inline-block;
    margin-top: -.25em
}

#hd h4,
#hd .h4 {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.875em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 0
}

#hd h5,
#hd .h5 {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    letter-spacing: .018em;
    font-weight: 500;
    line-height: 1.125
}

#hd h6 {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

#hd p,
#hd small,
#hd a,
#hd li {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif
}

#hd p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .02em;
    font-weight: 300
}

#hd b {
    font-weight: bold
}

#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 a.txt-link {
    display: inline-block;
    text-decoration: underline;
    font-weight: 400;
    margin-top: .5em
}

#hd a.txt-link:hover {
    color: white
}

#hd .color-primary {
    color: #ff2575
}

#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-gradient {
    color: #ff2575 !important;
    background-color: #ff2575;
    background-image: -moz-linear-gradient(90deg, #ff2575, #e524eb, #155fff);
    background-image: -webkit-linear-gradient(90deg, #ff2575, #e524eb, #155fff);
    background-image: linear-gradient(90deg, #ff2575, #e524eb, #155fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#hd .font-rog {
    font-family: "ROGFonts", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif
}

#hd .font-geforce {
    font-family: "GeForce", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif
}

#hd .font-geforce-content {
    font-family: "DINPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: 300;
    letter-spacing: 0
}

#hd .hd-uppercase {
    text-transform: uppercase
}

_:-ms-fullscreen,
:root #hd .color-gradient {
    background: transparent !important
}

@media screen and (min-width: 2560px) {
    #hd {
        font-size: 20px
    }
}

@media screen and (min-width: 3000px) {
    #hd {
        font-size: 28px
    }
}

@media screen and (max-width: 1440px) {
    #hd h2+p {
        margin-top: .5em;
        margin-bottom: 2em
    }
    #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 {
        font-size: 2em
    }
}

@media screen and (max-width: 1024px) {
    #hd {
        font-size: 14px
    }
    #hd h2 {
        font-size: 2.5em
    }
    #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 .hd-title.hd-indent {
        padding-left: 0
    }
    #hd .hd-title.hd-indent span {
        margin-left: 0
    }
    #hd h3 {
        font-size: 1.75em
    }
    #hd h4,
    #hd .h4 {
        font-size: 1.125em
    }
}

#hd .w95 {
    width: 94%;
    margin: 0 auto;
    position: relative
}

#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1366,
#hd .hd-w1520,
#hd .hd-w1680 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

#hd .hd-w900 {
    max-width: 900px
}

#hd .hd-w1000 {
    max-width: 1000px
}

#hd .hd-w1100 {
    max-width: 1100px
}

#hd .hd-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-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-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 Condensed", "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 white inset;
    color: white;
    background: transparent;
    position: relative;
    overflow: hidden;
    -moz-transition: transform 0.8s 3s ease;
    -o-transition: transform 0.8s 3s ease;
    -webkit-transition: transform 0.8s 3s ease;
    transition: transform 0.8s 3s ease;
    -moz-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%)
}

#hd .hd-btn:after {
    content: attr(title);
    display: block;
    padding: inherit;
    background: #ff2575;
    background-color: #ff2575;
    background-image: -moz-linear-gradient(125deg, #ff2575 25%, #155fff 75%);
    background-image: -webkit-linear-gradient(125deg, #ff2575 25%, #155fff 75%);
    background-image: linear-gradient(125deg, #ff2575 25%, #155fff 75%);
    font: inherit;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    box-shadow: 0 0 0 2px #ff2575;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: clip-path 0.25s ease;
    -o-transition: clip-path 0.25s ease;
    -webkit-transition: clip-path 0.25s ease;
    transition: clip-path 0.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
    }
}

#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: transparent
}

#hd .hd-lightbox::-webkit-scrollbar-thumb {
    background: #A7A7A7
}

#hd .hd-lightbox::-webkit-scrollbar-thumb:hover {
    background: #ff2575
}

#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;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeIn;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeIn;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-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, 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;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-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:before,
#hd .hd-lightbox .hd-close:hover:after {
    background: #ff2575
}

#hd .hd-lightbox .hd-close:before,
#hd .hd-lightbox .hd-close:after {
    content: '';
    display: block;
    width: .125em;
    height: 1.5em;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .hd-lightbox .hd-close:before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#hd .hd-lightbox .hd-close:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-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: .1em;
    line-height: 1.25
}

#hd .feature-container h3 {
    font-size: 1.75em;
    line-height: 1.125;
    letter-spacing: 0;
    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-container {
    overflow: visible
}

#hd .swiper-button-prev,
#hd .swiper-button-next {
    width: 3.875em;
    height: 3.875em;
    color: black;
    background: white;
    border-radius: 50%;
    margin: 0 1.5em 3em;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease
}

#hd .swiper-button-prev:after,
#hd .swiper-button-next:after {
    font-size: 2.25em;
    font-weight: bold
}

#hd .swiper-button-prev:hover,
#hd .swiper-button-prev:focus-visible,
#hd .swiper-button-next:hover,
#hd .swiper-button-next:focus-visible {
    background-color: #ff2575;
    background-image: -moz-linear-gradient(270deg, #ff2575, #e524eb, #155fff);
    background-image: -webkit-linear-gradient(270deg, #ff2575, #e524eb, #155fff);
    background-image: linear-gradient(270deg, #ff2575, #e524eb, #155fff);
    background-position: 0;
    background-size: 130%
}

#hd .swiper-button-prev:active,
#hd .swiper-button-next:active {
    -moz-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9)
}

#hd .swiper-button-prev.swiper-button-disabled,
#hd .swiper-button-next.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

#hd .swiper-button-prev {
    left: auto;
    right: 100%
}

#hd .swiper-button-prev:after {
    margin-right: .125em
}

#hd .swiper-button-next {
    right: auto;
    left: 100%
}

#hd .swiper-button-next:after {
    margin-left: .125em
}

#hd .swiper-pagination {
    margin: 2em 0 1em;
    position: relative
}

#hd .swiper-pagination-bullet {
    width: .6em;
    height: .6em;
    margin: 0 .5em;
    background: white;
    opacity: 1
}

#hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff2575
}

@media screen and (max-width: 1024px) {
    #hd .swiper-button-prev,
    #hd .swiper-button-next {
        width: 3.5em;
        height: 3.5em
    }
    #hd .swiper-button-prev:after,
    #hd .swiper-button-next:after {
        font-size: 2em
    }
}

@media screen and (max-width: 768px) {
    #hd .swiper-button-prev,
    #hd .swiper-button-next {
        width: 3.14em;
        height: 3.14em;
        margin: 0
    }
    #hd .swiper-button-prev:after,
    #hd .swiper-button-next:after {
        font-size: 2em
    }
}

@media screen and (max-width: 480px) {
    #hd .swiper-button-prev,
    #hd .swiper-button-next {
        display: none
    }
}

#hd .hd-switch {
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    width: 3.25em;
    height: 1.5em;
    margin-top: .5em;
    background: transparent;
    position: relative
}

#hd .hd-switch input[type="checkbox"] {
    height: 100%;
    width: 100%;
    border-radius: 2em;
    border: 2px solid #444444;
    margin: 0;
    background-color: #A7A7A7;
    background-image: -moz-linear-gradient(180deg, #A7A7A7, #444);
    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: -moz-linear-gradient(180deg, #8fe700, #56ad02);
    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: -moz-linear-gradient(180deg, #3c3a3a, #2b2c2c);
    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: white;
    transform: translateX(0);
    transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none
}

#hd .hd-switch p span.on {
    display: none
}

#hd .hd-video {
    position: relative;
    overflow: hidden
}

#hd .hd-video.trigger-video-toggle:hover .vid-control {
    opacity: 1
}

#hd .hd-video.trigger-video-toggle .vid-control {
    cursor: pointer
}

#hd .hd-video.trigger-video-toggle .vid-control:focus {
    opacity: 1
}

#hd .hd-video .vid-control {
    width: 3.25em;
    height: 3.25em;
    margin: 1.5em 1.25em;
    position: absolute;
    right: 0;
    bottom: 0;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    opacity: 0
}

#hd .hd-video .vid-control .play {
    display: none
}

#hd .hd-video .vid-control.hd-active .play {
    display: block
}

#hd .hd-video .vid-control.hd-active .pause {
    display: none
}

@media screen and (max-width: 480px) {
    #hd .hd-video .vid-control {
        margin: 1em .75em;
        padding: .5em
    }
}

#hd .sec-kv {
    padding-bottom: 3em;
    background: black;
    position: relative;
    z-index: 4
}

#hd .sec-kv figure {
    position: relative;
    overflow: hidden
}

#hd .sec-kv figure img {
    margin-bottom: -8%
}

#hd .sec-kv figure:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 15%;
    background-color: #000;
    background-image: -moz-linear-gradient(0deg, #000 15%, transparent);
    background-image: -webkit-linear-gradient(0deg, #000 15%, transparent);
    background-image: linear-gradient(0deg, #000 15%, transparent);
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0
}

#hd .sec-kv .hd-container {
    width: 90%;
    max-width: 42em;
    margin: -4% auto 2em;
    position: relative;
    z-index: 2
}

#hd .sec-kv li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 33.3333%;
    padding: 0 1em;
    margin-bottom: 1.5em
}

#hd .sec-kv li picture {
    flex-shrink: 0
}

#hd .sec-kv li img {
    width: 6.5em;
    margin-right: .75em;
    flex-shrink: 0
}

#hd .sec-kv .rtx-container {
    padding-top: 2em
}

#hd .sec-kv .rtx-container img {
    height: 3em;
    margin: 1em
}

#hd .sec-kv .rtx-container img:last-child {
    height: 2em
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 768px) {
    #hd .sec-kv li {
        width: 50%
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-kv figure {
        position: relative;
        overflow: hidden
    }
    #hd .sec-kv figure img {
        width: 120%;
        max-width: none !important;
        margin-left: -10%
    }
    #hd .sec-kv li {
        padding: 0 .5em
    }
    #hd .sec-kv li img {
        width: 4.5em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-kv figure img {
        margin-bottom: 0
    }
    #hd .sec-kv .hd-container {
        margin-bottom: 3em
    }
    #hd .sec-kv li {
        width: 100%;
        padding: 0;
        margin-bottom: 1em
    }
    #hd .sec-kv li img {
        width: 5em
    }
}

.webp #hd .sec-awards {
    background-image: url(images/bg-awards.webp)
}

.webp #hd .sec-performance {
    background-image: url(images/bg-performance.webp)!important;
}

.webp #hd .sec-performance figure {
    background-image: url(images/bg-small.webp)
}

.webp #hd .sec-performance figure:before {
    background-image: url(images/txt-performance.webp)
}

.webp #hd .sec-performance .hd-stripe:before,
.webp #hd .sec-performance .hd-stripe:after {
    background-image: url(images/texture.webp)
}

.webp #hd .sec-cpu {
    background-image: url(images/bg-cpu.webp)
}

.webp #hd .sec-mux {
    background-image: url(images/bg-mux.webp)
}

.webp #hd .sec-nvidia {
    background-image: url(images/bg-cpu.webp)
}

.no-webp #hd .sec-awards {
    background-image: url(images/bg-awards.jpg)
}

.no-webp #hd .sec-performance {
    background-image: url(images/bg-performance.jpg)
}

.no-webp #hd .sec-performance figure {
    background-image: url(images/bg-small.png)
}

.no-webp #hd .sec-performance figure:before {
    background-image: url(images/txt-performance.png)
}

.no-webp #hd .sec-performance .hd-stripe:before,
.no-webp #hd .sec-performance .hd-stripe:after {
    background-image: url(images/texture.png)
}

.no-webp #hd .sec-cpu {
    background-image: url(images/bg-cpu.jpg)
}

.no-webp #hd .sec-mux {
    background-image: url(images/bg-mux.jpg)
}

.no-webp #hd .sec-nvidia {
    background-image: url(images/bg-cpu.jpg)
}

#hd .sec-awards {
    padding: 4em 0;
    text-align: center;
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto
}

#hd .sec-performance {
    /* min-height: 100vh; */
    padding: 4em 0 10em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

#hd .sec-performance .hd-content {
    padding-right: 2em;
    position: relative;
    z-index: 2
}

#hd .sec-performance .feature-container {
    margin-left: -3%
}

#hd .sec-performance .feature-container li {
    margin-bottom: 2em;
    width: 50%
}

#hd .sec-performance .feature-container li.hd-col33 {
    width: 33.3333%
}

#hd .sec-performance .feature-container img {
    margin-top: .75em;
    max-width: 7em !important
}

#hd .sec-performance figure {
    width: 75%;
    margin-right: -20%;
    background: right center;
    background-repeat: no-repeat;
    background-size: 85%;
    position: relative
}

#hd .sec-performance figure:before {
    content: '';
    display: block;
    width: 15.5%;
    height: 115%;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 19%;
    left: 4.5%
}

#hd .sec-performance figure .hd-pd {
    width: 118%;
    max-width: none !important;
    margin-left: -26%;
    margin-top: 7%;
    margin-bottom: -7%;
    position: relative;
    z-index: 2
}

#hd .sec-performance .hd-stripe {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: .08em;
    white-space: nowrap;
    padding: .5em .5em .25em;
    position: absolute;
    overflow: hidden;
    pointer-events: none
}

#hd .sec-performance .hd-stripe:before,
#hd .sec-performance .hd-stripe:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    background-repeat: repeat;
    mix-blend-mode: luminosity
}

#hd .sec-performance .hd-stripe span {
    display: block;
    position: relative;
    z-index: 2
}

#hd .sec-performance .hd-stripe.stripe-white {
    background: white;
    color: black;
    transform-origin: right bottom;
    -moz-transform: rotate(71deg);
    -o-transform: rotate(71deg);
    -ms-transform: rotate(71deg);
    -webkit-transform: rotate(71deg);
    transform: rotate(71deg);
    text-shadow: 0 0 1px black;
    bottom: -1%;
    right: 86%
}

#hd .sec-performance .hd-stripe.stripe-gradient {
    background-color: #ff2575;
    background-image: -moz-linear-gradient(270deg, #ff2575, #e524eb, #155fff);
    background-image: -webkit-linear-gradient(270deg, #ff2575, #e524eb, #155fff);
    background-image: linear-gradient(270deg, #ff2575, #e524eb, #155fff);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
    left: -1%;
    bottom: 15%
}

#hd .sec-cpu {
    padding: 8em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

#hd .sec-cpu li {
    padding: 0 1em
}

#hd .sec-cpu .hd-content {
    padding: 1.5em .5em 1em 0
}

#hd .sec-mux {
    padding: 8em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#hd .sec-mux .hd-content {
    padding-right: 3.5em;
    position: relative;
    z-index: 2
}

#hd .sec-mux .hd-frame {
    padding: 2.5em 1.5em 2.5em 2.5em;
    background: black;
    position: relative;
    z-index: 2
}

#hd .sec-mux .bg-deco {
    width: calc(100% - 3.5em);
    height: 100%;
    position: absolute;
    top: -.25em;
    left: -.5em;
    background: #8fe700
}

#hd .sec-nvidia {
    /* padding: 8em 0; */
    padding: 3em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-attachent: fixed
}

#hd .sec-nvidia h2 {
    font-size: 3.75em;
    margin-bottom: 0
}

#hd .sec-nvidia h2 sup {
    font-size: .5em;
    margin-top: 0;
    margin-left: .125em
}

#hd .sec-nvidia h3 {
    margin-bottom: 1.5em
}

#hd .sec-nvidia .h5 {
    margin-bottom: .4em
}

#hd .sec-nvidia li {
    padding: 0 2em;
    background: rgba(0, 0, 0, 0.6);
    margin-bottom: 2em
}

#hd .sec-nvidia .hd-content {
    padding: 1em .25em
}

#hd .sec-nvidia .hd-logo {
    width: 9.5em;
    margin: 2em 0 -2em auto
}

@media screen and (min-width: 2560px) {
    #hd .sec-performance .hd-content {
        width: 40%
    }
    #hd .sec-performance figure {
        width: 80%
    }
}

@media screen and (max-width: 1440px) {
    #hd .sec-performance .feature-container li {
        margin-bottom: 1em
    }
    #hd .sec-performance figure {
        width: 60%;
        margin-right: -5%
    }
    #hd .sec-performance figure .hd-pd {
        width: 119%
    }
    #hd .sec-performance .hd-stripe.stripe-white {
        bottom: -2%
    }
    #hd .sec-performance .hd-stripe.stripe-gradient {
        bottom: 18%;
        left: -2%
    }
    #hd .sec-cpu li {
        padding: 0 .5em
    }
    #hd .sec-cpu li:first-child {
        margin-right: 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-performance figure .hd-pd {
        width: 115%;
        margin-left: -15%
    }
    #hd .sec-performance .hd-stripe.stripe-gradient {
        bottom: 22%
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 768px) {
    #hd .sec-performance {
        padding-bottom: 6em
    }
    #hd .sec-performance .hd-content {
        width: 100%;
        padding-right: 0
    }
    #hd .sec-performance .hd-content h2 {
        margin-right: 0
    }
    #hd .sec-performance .feature-container {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
    #hd .sec-performance .feature-container li {
        min-width: 7em
    }
    #hd .sec-performance .feature-container li:nth-child(1),
    #hd .sec-performance .feature-container li:nth-child(2) {
        width: 50%
    }
    #hd .sec-performance figure {
        width: 100%;
        margin-right: 0;
        margin-top: -5%
    }
    #hd .sec-performance figure:before {
        left: -5%;
        bottom: auto;
        top: 0
    }
    #hd .sec-performance figure .hd-pd {
        width: 100%;
        margin-left: -5%;
        margin-top: 0;
        margin-bottom: 0
    }
    #hd .sec-performance .hd-stripe.stripe-gradient {
        bottom: 15%
    }
    #hd .sec-cpu ul {
        flex-wrap: wrap
    }
    #hd .sec-cpu li {
        margin-bottom: 2em
    }
    #hd .sec-cpu li:first-child {
        width: 100%;
        margin-right: 0
    }
    #hd .sec-cpu li:nth-child(n+2) {
        width: 50%
    }
    #hd .sec-mux .hd-container {
        flex-direction: column-reverse
    }
    #hd .sec-mux .hd-content,
    #hd .sec-mux figure {
        width: 100%
    }
    #hd .sec-mux .hd-content {
        padding-right: 0
    }
    #hd .sec-mux .bg-deco {
        width: 100%
    }
    #hd .sec-nvidia .hd-container {
        width: 90%
    }
    #hd .sec-nvidia li {
        padding: 0 .5em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-performance figure:before {
        display: none
    }
    #hd .sec-performance .hd-stripe.stripe-gradient {
        bottom: 19%;
        left: -4%
    }
    #hd .sec-nvidia li {
        padding: 0 .25em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-performance .feature-container {
        justify-content: flex-start
    }
    #hd .sec-performance .feature-container li:nth-child(n) {
        width: 50%
    }
    #hd .sec-performance .feature-container li:nth-child(1),
    #hd .sec-performance .feature-container li:nth-child(2) {
        width: 100%
    }
    #hd .sec-cpu {
        padding: 4em 0
    }
    #hd .sec-cpu ul {
        flex-wrap: wrap
    }
    #hd .sec-cpu li {
        margin-bottom: 2em
    }
    #hd .sec-cpu li:first-child {
        width: 100%;
        margin-right: 0
    }
    #hd .sec-cpu li:nth-child(n+2) {
        width: 100%;
        padding: 0
    }
    #hd .sec-cpu .hd-content {
        padding-right: 0;
        padding-bottom: 0
    }
    #hd .sec-mux {
        padding: 4em 0
    }
    #hd .sec-mux .hd-frame {
        padding: 2em 1em 2em 1.5em
    }
    #hd .sec-nvidia li {
        width: 100%;
        padding: 0;
        margin-bottom: 2em
    }
    #hd .sec-nvidia .hd-content {
        padding: 1em
    }
}

.webp #hd .sec-cooling .hd-bg .hd-left {
    background-image: url(images/bg-left.webp)
}

.webp #hd .sec-coolingTech {
    background-image: url(images/bg-tech.webp)
}

.webp #hd .sec-coolingFeature {
    background-image: url(images/bg-feature.webp)
}

.webp #hd .sec-coolingFeature .hd-bg {
    background-image: url(images/bg-strix-g.webp)
}

.no-webp #hd .sec-cooling .hd-bg .hd-left {
    background-image: url(images/bg-left.jpg)
}

.no-webp #hd .sec-coolingTech {
    background-image: url(images/bg-tech.jpg)
}

.no-webp #hd .sec-coolingFeature {
    background-image: url(images/bg-feature.jpg)
}

.no-webp #hd .sec-coolingFeature .hd-bg {
    background-image: url(images/bg-strix-g.png)
}

#hd .sec-cooling {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* min-height: calc(100vh - 56px); */
    padding: 4em 0;
    position: relative;
    overflow: hidden
}

#hd .sec-cooling .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

#hd .sec-cooling .hd-bg img {
    position: absolute;
    top: 0
}

#hd .sec-cooling .hd-bg .hd-dot {
    width: 60%;
    left: 30%
}

#hd .sec-cooling .hd-bg .hd-web {
    width: 45%;
    right: 0;
    opacity: 0;
    -moz-transition: transform 3s ease-in-out, opacity 0.4s ease;
    -o-transition: transform 3s ease-in-out, opacity 0.4s ease;
    -webkit-transition: transform 3s ease-in-out, opacity 0.4s ease;
    transition: transform 3s ease-in-out, opacity 0.4s ease;
    -moz-transform: translate(10%, -10%);
    -o-transform: translate(10%, -10%);
    -ms-transform: translate(10%, -10%);
    -webkit-transform: translate(10%, -10%);
    transform: translate(10%, -10%)
}

#hd .sec-cooling .hd-bg .hd-left {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

#hd .sec-cooling .hd-bg .hd-left span {
    display: block;
    width: 1.2em;
    height: 200%;
    margin-left: .2em;
    margin-right: .7em;
    background-color: transparent;
    background-image: -moz-linear-gradient(0deg, transparent, #000 70%);
    background-image: -webkit-linear-gradient(0deg, transparent, #000 70%);
    background-image: linear-gradient(0deg, transparent, #000 70%);
    background-color: transparent;
    -moz-transition: transform 2s ease-in-out, opacity 0.4s ease;
    -o-transition: transform 2s ease-in-out, opacity 0.4s ease;
    -webkit-transition: transform 2s ease-in-out, opacity 0.4s ease;
    transition: transform 2s ease-in-out, opacity 0.4s ease;
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

#hd .sec-cooling .hd-bg .hd-left span:nth-child(1) {
    transition-delay: .25s
}

#hd .sec-cooling .hd-bg .hd-left span:nth-child(2) {
    transition-delay: .5s
}

#hd .sec-cooling .hd-bg .hd-left span:nth-child(3) {
    transition-delay: .75s
}

#hd .sec-cooling .hd-bg .hd-left span:nth-child(4) {
    transition-delay: 1s
}

#hd .sec-cooling .hd-txt {
    width: 45%;
    position: absolute;
    bottom: 5%;
    right: 0;
    margin: 1em;
    pointer-events: none;
    z-index: 2
}

#hd .sec-cooling .hd-content {
    padding-left: 2em;
    position: relative;
    z-index: 3
}

#hd .sec-cooling .hd-content h2 img {
    width: 11.5em
}

#hd .sec-cooling .hd-content small {
    display: block;
    margin-top: .5em
}

#hd .sec-cooling .feature-container {
    margin-left: -3%;
    margin-right: -5em
}

#hd .sec-cooling .feature-container li {
    width: 33.3333%
}

#hd .sec-cooling figure {
    width: 82%;
    margin-top: 12%;
    margin-bottom: -5%;
    margin-left: -21%;
    margin-right: -6%;
    position: relative
}

#hd .sec-cooling figure .hd-pd {
    width: 100%;
    position: relative
}

#hd .sec-cooling figure .hd-wind img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: screen;
    opacity: 0
}

#hd .sec-cooling figure.is-animated .wind-in picture:nth-child(1) img {
    -webkit-animation-delay: .3s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: wind;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .3s;
    -moz-animation-duration: 2s;
    -moz-animation-name: wind;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .3s;
    -o-animation-duration: 2s;
    -o-animation-name: wind;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: .3s;
    animation-duration: 2s;
    animation-name: wind;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .sec-cooling figure.is-animated .wind-in picture:nth-child(2) img {
    -webkit-animation-delay: .4s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: wind;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .4s;
    -moz-animation-duration: 2s;
    -moz-animation-name: wind;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .4s;
    -o-animation-duration: 2s;
    -o-animation-name: wind;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: .4s;
    animation-duration: 2s;
    animation-name: wind;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .sec-cooling figure.is-animated .wind-in picture:nth-child(3) img {
    -webkit-animation-delay: .5s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: wind;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .5s;
    -moz-animation-duration: 2s;
    -moz-animation-name: wind;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .5s;
    -o-animation-duration: 2s;
    -o-animation-name: wind;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: .5s;
    animation-duration: 2s;
    animation-name: wind;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .sec-cooling figure.is-animated .wind-in picture:nth-child(4) img {
    -webkit-animation-delay: .6s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: wind;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .6s;
    -moz-animation-duration: 2s;
    -moz-animation-name: wind;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .6s;
    -o-animation-duration: 2s;
    -o-animation-name: wind;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: .6s;
    animation-duration: 2s;
    animation-name: wind;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .sec-cooling figure.is-animated .wind-in picture:nth-child(5) img {
    -webkit-animation-delay: .7s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: wind;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .7s;
    -moz-animation-duration: 2s;
    -moz-animation-name: wind;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .7s;
    -o-animation-duration: 2s;
    -o-animation-name: wind;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: .7s;
    animation-duration: 2s;
    animation-name: wind;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .sec-cooling figure.is-animated .wind-out picture:nth-child(1) img {
    -webkit-animation-delay: 1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: wind;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 1s;
    -moz-animation-duration: 2s;
    -moz-animation-name: wind;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 1s;
    -o-animation-duration: 2s;
    -o-animation-name: wind;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-name: wind;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .sec-cooling figure.is-animated .wind-out picture:nth-child(2) img {
    -webkit-animation-delay: 1.1s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: wind;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 1.1s;
    -moz-animation-duration: 2s;
    -moz-animation-name: wind;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 1.1s;
    -o-animation-duration: 2s;
    -o-animation-name: wind;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: 1.1s;
    animation-duration: 2s;
    animation-name: wind;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .sec-cooling figure.is-animated .wind-out picture:nth-child(3) img {
    -webkit-animation-delay: 1.2s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: wind;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 1.2s;
    -moz-animation-duration: 2s;
    -moz-animation-name: wind;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 1.2s;
    -o-animation-duration: 2s;
    -o-animation-name: wind;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: 1.2s;
    animation-duration: 2s;
    animation-name: wind;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .sec-cooling figure.is-animated .wind-out picture:nth-child(4) img {
    -webkit-animation-delay: 1.3s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: wind;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 1.3s;
    -moz-animation-duration: 2s;
    -moz-animation-name: wind;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 1.3s;
    -o-animation-duration: 2s;
    -o-animation-name: wind;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: 1.3s;
    animation-duration: 2s;
    animation-name: wind;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .sec-cooling.is-animated .hd-bg .hd-web {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

#hd .sec-cooling.is-animated .hd-bg .hd-left span {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

#hd .sec-coolingTech {
    padding: 1em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#hd .sec-coolingTech .hd-row {
    padding: 1.5em 0
}

#hd .sec-coolingTech .hd-row figure {
    width: 65%;
    margin-right: -10%
}

#hd .sec-coolingTech .hd-row .hd-content {
    padding: 2em;
    padding-left: 0;
    padding-right: 4em
}

#hd .sec-coolingTech .hd-row.flex-row-reverse figure {
    margin-right: 0;
    margin-left: -10%
}

#hd .sec-coolingTech .hd-row.flex-row-reverse .hd-content {
    padding-right: 0;
    padding-left: 4em
}

#hd .sec-coolingFeature {
    padding: 4em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

#hd .sec-coolingFeature .hd-bg {
    width: 120%;
    height: 120%;
    position: absolute;
    top: -10%;
    left: -10%;
    background-position: center;
    background-repeat: repeat;
    background-size: cover
}

#hd .sec-coolingFeature .swiper-container {
    width: 100%;
    padding-left: 20%;
    position: relative
}

#hd .sec-coolingFeature .swiper-slide {
    padding: 1em 2em
}

#hd .sec-coolingFeature .hd-frame {
    position: relative
}

#hd .sec-coolingFeature .hd-frame:hover figure:before,
#hd .sec-coolingFeature .hd-frame:focus-visible figure:before {
    opacity: 1;
    -moz-transform: translate(.5em, .5em);
    -o-transform: translate(.5em, .5em);
    -ms-transform: translate(.5em, .5em);
    -webkit-transform: translate(.5em, .5em);
    transform: translate(.5em, .5em)
}

#hd .sec-coolingFeature .hd-frame:hover figure:after,
#hd .sec-coolingFeature .hd-frame:focus-visible figure:after {
    border-image-source: linear-gradient(to bottom, #ff2575, #e524eb, #155fff)
}

#hd .sec-coolingFeature .hd-frame:hover .hd-content,
#hd .sec-coolingFeature .hd-frame:focus-visible .hd-content {
    opacity: 1
}

#hd .sec-coolingFeature .hd-frame:hover .hd-content>*,
#hd .sec-coolingFeature .hd-frame:focus-visible .hd-content>* {
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .25s;
    -moz-animation-duration: .6s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .25s;
    -o-animation-duration: .6s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: .6s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-coolingFeature figure {
    position: relative;
    z-index: 2
}

#hd .sec-coolingFeature figure:before,
#hd .sec-coolingFeature figure:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#hd .sec-coolingFeature figure:before {
    background: #8fe700;
    box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: -1
}

#hd .sec-coolingFeature figure:after {
    border-style: solid;
    border-image-slice: 1;
    border-width: 1.4em;
    border-color: black;
    z-index: 2
}

#hd .sec-coolingFeature .hd-content {
    width: calc(100% - 2.7em);
    height: calc(100% - 2.7em);
    padding: 3em;
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow-y: auto;
    opacity: 0;
    z-index: 3
}

#hd .sec-coolingFeature .hd-content::-webkit-scrollbar {
    width: 4px
}

#hd .sec-coolingFeature .hd-content::-webkit-scrollbar-track {
    background: transparent
}

#hd .sec-coolingFeature .hd-content::-webkit-scrollbar-thumb {
    background: #e524eb
}

#hd .sec-coolingFeature .hd-content::-webkit-scrollbar-thumb:hover {
    background: #ff2575
}

#hd .sec-coolingFeature .hd-content>* {
    opacity: 0
}

#hd .sec-coolingFeature .swiper-button-prev,
#hd .sec-coolingFeature .swiper-button-next {
    background: rgba(0, 0, 0, 0.5);
    color: white
}

#hd .sec-coolingFeature .swiper-button-prev:hover,
#hd .sec-coolingFeature .swiper-button-prev:focus-visible,
#hd .sec-coolingFeature .swiper-button-next:hover,
#hd .sec-coolingFeature .swiper-button-next:focus-visible {
    background: #000
}

#hd .sec-coolingFeature .swiper-button-prev {
    right: auto;
    left: 5%
}

#hd .sec-coolingFeature .swiper-button-next {
    left: auto;
    right: 5%
}

@media screen and (max-width: 1600px) {
    #hd .sec-cooling .hd-bg .hd-left span {
        width: 1em;
        margin-left: .1em;
        margin-right: .6em
    }
    #hd .sec-cooling figure {
        width: 70%;
        margin-left: -12%
    }
}

@media screen and (max-width: 1440px) {
    #hd .sec-cooling .hd-bg .hd-left span {
        margin-right: .5em
    }
    #hd .sec-cooling .feature-container {
        margin-right: -2em
    }
    #hd .sec-cooling .feature-container li {
        width: 50%
    }
    #hd .sec-coolingFeature .swiper-slide {
        padding: 1em
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-coolingFeature .hd-content {
        padding: 2em
    }
    #hd .sec-coolingTech .hd-row figure {
        width: 60%;
        margin-right: -5%
    }
    #hd .sec-coolingTech .hd-row.flex-row-reverse figure {
        margin-left: -5%
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-coolingTech .hd-row .hd-content {
        padding: 1em 0;
        padding-right: 2em
    }
    #hd .sec-coolingTech .hd-row.flex-row-reverse .hd-content {
        padding-right: 0;
        padding-left: 2em
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 768px) {
    .webp #hd .sec-coolingFeature {
        background-image: url(images/bg-feature-m.webp)
    }
    .webp #hd .sec-coolingFeature .hd-bg {
        background-image: url(images/bg-strix-g-m.webp)
    }
    .no-webp #hd .sec-coolingFeature {
        background-image: url(images/bg-feature-m.jpg)
    }
    .no-webp #hd .sec-coolingFeature .hd-bg {
        background-image: url(images/bg-strix-g-m.png)
    }
    #hd .sec-cooling .hd-bg .hd-dot {
        display: none
    }
    #hd .sec-cooling .hd-bg .hd-web {
        width: 60%
    }
    #hd .sec-cooling .hd-bg .hd-left:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-image: -moz-linear-gradient(0deg, transparent 25%, #000);
        background-image: -webkit-linear-gradient(0deg, transparent 25%, #000);
        background-image: linear-gradient(0deg, transparent 25%, #000);
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0
    }
    #hd .sec-cooling .hd-txt {
        width: 70%;
        bottom: 0
    }
    #hd .sec-cooling .hd-container {
        flex-direction: column
    }
    #hd .sec-cooling .hd-content {
        width: 100%;
        padding-left: 0
    }
    #hd .sec-cooling .feature-container {
        margin-left: auto;
        margin-right: auto
    }
    #hd .sec-cooling .feature-container li {
        width: 33.3333%;
        min-width: 7em
    }
    #hd .sec-cooling figure {
        width: 110%;
        margin: 0 -5%
    }
    #hd .sec-coolingTech .hd-row {
        flex-direction: column-reverse
    }
    #hd .sec-coolingTech .hd-row figure {
        width: 100%;
        margin: 0 !important
    }
    #hd .sec-coolingTech .hd-row .hd-content {
        width: 100%;
        padding: 2em !important;
        background: rgba(0, 0, 0, 0.5)
    }
    #hd .sec-coolingFeature .swiper-container {
        padding-left: 0%
    }
    #hd .sec-coolingFeature .swiper-wrapper {
        align-items: stretch
    }
    #hd .sec-coolingFeature .swiper-slide.swiper-slide-active figure:after {
        border-image-source: linear-gradient(to bottom, #ff2575, #e524eb, #155fff)
    }
    #hd .sec-coolingFeature .hd-frame {
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        pointer-events: none
    }
    #hd .sec-coolingFeature figure:before {
        display: none
    }
    #hd .sec-coolingFeature figure:after {
        border-width: 1em
    }
    #hd .sec-coolingFeature .hd-content {
        width: 100%;
        height: auto;
        padding: 2em 2em 1em;
        background: none;
        position: relative;
        opacity: 1
    }
    #hd .sec-coolingFeature .hd-content>* {
        opacity: 1;
        animation-name: none !important
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-cooling .hd-bg .hd-left {
        display: none
    }
    #hd .sec-cooling .feature-container li:nth-child(n) {
        width: 100%
    }
    #hd .sec-coolingTech {
        padding: 3em 0
    }
    #hd .sec-coolingTech .hd-row {
        padding: 1em 0
    }
    #hd .sec-coolingTech .hd-row .hd-content {
        padding: 2em 1em !important
    }
    #hd .sec-coolingFeature .swiper-slide {
        padding: 1em .25em
    }
    #hd .sec-coolingFeature .hd-content {
        padding: 1.5em 1em 1em
    }
}

.webp #hd .sec-design {
    background-image: url(images/bg-color.webp)
}

.webp #hd .sec-design .panel-grey figure .hd-frame {
    background-image: url(images/frame-grey.webp)
}

.webp #hd .sec-design .panel-green figure .hd-frame {
    background-image: url(images/frame-green.webp)
}

.webp #hd .sec-design .panel-pink figure .hd-frame {
    background-image: url(images/frame-pink.webp)
}

.no-webp #hd .sec-design {
    background-image: url(images/bg-color.jpg)
}

.no-webp #hd .sec-design .panel-grey figure .hd-frame {
    background-image: url(images/frame-grey.jpg)
}

.no-webp #hd .sec-design .panel-green figure .hd-frame {
    background-image: url(images/frame-green.jpg)
}

.no-webp #hd .sec-design .panel-pink figure .hd-frame {
    background-image: url(images/frame-pink.jpg)
}

#hd .sec-design {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#hd .sec-design .hd-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4em 0;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

#hd .sec-design .hd-panel.panel-grey {
    position: relative
}

#hd .sec-design .panel-grey .hd-title span {
    background: #A7A7A7;
    box-shadow: 10px 0 0 #A7A7A7, -10px 0 0 #A7A7A7
}

#hd .sec-design .panel-grey figure p {
    color: #A7A7A7
}

#hd .sec-design .panel-grey figure .hd-deco-top,
#hd .sec-design .panel-grey figure .hd-deco-bottom {
    border-color: #A7A7A7
}

#hd .sec-design .panel-green .hd-title span {
    background: #8fe700;
    box-shadow: 10px 0 0 #8fe700, -10px 0 0 #8fe700
}

#hd .sec-design .panel-green figure p {
    color: #8fe700
}

#hd .sec-design .panel-green figure .hd-deco-top,
#hd .sec-design .panel-green figure .hd-deco-bottom {
    border-color: #8fe700
}

#hd .sec-design .panel-pink .hd-title span {
    background: #ea326e;
    box-shadow: 10px 0 0 #ea326e, -10px 0 0 #ea326e
}

#hd .sec-design .panel-pink figure p {
    color: #ea326e
}

#hd .sec-design .panel-pink figure .hd-deco-top,
#hd .sec-design .panel-pink figure .hd-deco-bottom {
    border-color: #ea326e
}

#hd .sec-design .hd-txt {
    width: 7%;
    position: absolute;
    top: 2.5%;
    left: 5%
}

#hd .sec-design .hd-circle {
    width: 16%;
    position: absolute;
    bottom: 2.5%;
    right: 6.5%
}

#hd .sec-design figure {
    width: 68%;
    margin-left: -10%;
    margin-right: 1%;
    position: relative
}

#hd .sec-design figure .hd-frame-container {
    width: 69%;
    height: 0;
    padding-bottom: 77%;
    position: absolute;
    top: 0;
    right: 15%;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .sec-design figure .hd-frame-container p {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: .08em;
    position: absolute;
    top: 7%;
    left: 9%
}

#hd .sec-design figure .hd-frame {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: center center no-repeat;
    background-size: contain
}

#hd .sec-design figure .hd-deco-top,
#hd .sec-design figure .hd-deco-bottom {
    display: block;
    width: 74%;
    height: 51%;
    border: 1px solid #ea326e;
    position: absolute
}

#hd .sec-design figure .hd-deco-top {
    opacity: .75;
    top: -3%;
    left: -3.25%
}

#hd .sec-design figure .hd-deco-bottom {
    right: -5%;
    bottom: -4%
}

#hd .sec-design figure .hd-pd {
    position: relative;
    z-index: 3
}

#hd .sec-design .hd-content {
    padding-left: 3em;
    position: relative;
    z-index: 2
}

#hd .sec-design .hd-title {
    text-shadow: 2px 2px black
}

#hd .sec-designFeature {
    padding: 10em 0;
    background: url(images/bg-feature.jpg) center no-repeat;
    background-size: cover
}

#hd .sec-designFeature img {
    width: 100%
}

#hd .sec-designFeature figure {
    margin: 1em .5em;
    position: relative
}

#hd .sec-designFeature figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    z-index: 3
}

#hd .sec-designFeature figure .hd-cover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

#hd .sec-designFeature figure:hover {
    z-index: 4
}

#hd .sec-designFeature figure:hover .hd-cover {
    opacity: 1
}

#hd .sec-designFeature figure:hover .hd-content {
    display: block;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .25s;
    -webkit-animation-name: showDesignFeature;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .25s;
    -moz-animation-name: showDesignFeature;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: .25s;
    -o-animation-name: showDesignFeature;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .25s;
    animation-name: showDesignFeature;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-designFeature figure:hover .hd-content h3 {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .6s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: .6s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .6s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-designFeature figure:hover .hd-content p {
    -webkit-animation-delay: .15s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .15s;
    -moz-animation-duration: .6s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .15s;
    -o-animation-duration: .6s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .15s;
    animation-duration: .6s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-designFeature .hd-content {
    display: none;
    padding: 1.5em 1.5em 3em 3em;
    background: black;
    border-style: solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to left, #ff2575, #e524eb, #155fff);
    position: absolute;
    z-index: 2
}

#hd .sec-designFeature .hd-content h3,
#hd .sec-designFeature .hd-content p {
    opacity: 0
}

#hd .sec-designFeature .hd-left {
    width: 60%
}

#hd .sec-designFeature .hd-left figure:after {
    width: 5em;
    height: 2.125em;
    background-color: #ff2575;
    background-image: -moz-linear-gradient(90deg, #ff2575, #e524eb, #155fff);
    background-image: -webkit-linear-gradient(90deg, #ff2575, #e524eb, #155fff);
    background-image: linear-gradient(90deg, #ff2575, #e524eb, #155fff);
    right: -1em
}

#hd .sec-designFeature .hd-left .hd-content {
    width: 60%;
    top: 0;
    left: calc(100% - 1.5em)
}

#hd .sec-designFeature .hd-right {
    width: 40%;
    margin-top: 1em
}

#hd .sec-designFeature .hd-right figure:after {
    width: 2.125em;
    height: 5em;
    background-color: #ff2575;
    background-image: -moz-linear-gradient(0deg, #ff2575, #e524eb, #155fff);
    background-image: -webkit-linear-gradient(0deg, #ff2575, #e524eb, #155fff);
    background-image: linear-gradient(0deg, #ff2575, #e524eb, #155fff);
    left: 0
}

#hd .sec-designFeature .hd-right .hd-content {
    width: 80%;
    top: 0;
    right: calc(100% - 1.5em)
}

@media screen and (max-width: 1600px) {
    #hd .sec-design .hd-txt {
        left: 2%
    }
    #hd .sec-design figure {
        width: 60%;
        margin-left: -5%;
        margin-right: 3%
    }
    #hd .sec-design .hd-content {
        padding-left: 2em
    }
}

@media screen and (max-width: 1440px) {
    #hd .sec-design .hd-txt {
        left: 0
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-designFeature {
        padding: 6em 0
    }
    #hd .sec-designFeature .hd-content {
        padding: 3em 1.5em 2em 2em
    }
    #hd .sec-designFeature .hd-left figure:after {
        width: 3.75em;
        height: 1.75em
    }
    #hd .sec-designFeature .hd-left .hd-content {
        width: 70%
    }
    #hd .sec-designFeature .hd-right figure:after {
        width: 1.75em;
        height: 3.75em
    }
    #hd .sec-designFeature .hd-right .hd-content {
        width: 90%
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 768px) {
    #hd .sec-design .hd-txt {
        width: 12.5%
    }
    #hd .sec-design .hd-circle {
        width: 21%;
        bottom: 1.5%;
        right: 3.5%
    }
    #hd .sec-design .hd-container {
        flex-direction: column
    }
    #hd .sec-design .hd-content {
        width: 90%;
        padding-left: 0;
        margin: 0 auto 3em
    }
    #hd .sec-design figure {
        width: 90%;
        margin: 0 auto 5% 0
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-designFeature .hd-container {
        flex-wrap: wrap
    }
    #hd .sec-designFeature figure {
        display: flex;
        flex-direction: column-reverse
    }
    #hd .sec-designFeature figure .hd-cover {
        opacity: 1;
        top: auto;
        bottom: 0;
        right: 0;
        margin: 0 auto
    }
    #hd .sec-designFeature figure:after {
        top: 0;
        left: 0 !important
    }
    #hd .sec-designFeature .hd-content {
        display: block;
        width: 90% !important;
        padding: 3em 1em 2em 2em;
        background: rgba(0, 0, 0, 0.7);
        position: relative;
        left: 0 !important;
        right: 0 !important;
        animation: none !important;
        border: none;
        margin: 0 auto
    }
    #hd .sec-designFeature .hd-content h3,
    #hd .sec-designFeature .hd-content p {
        opacity: 1;
        animation: none !important
    }
    #hd .sec-designFeature .hd-left {
        width: 100%
    }
    #hd .sec-designFeature .hd-left img {
        width: 95%;
        margin-left: 0
    }
    #hd .sec-designFeature .hd-right {
        width: 100%
    }
    #hd .sec-designFeature .hd-right figure:after {
        width: 3.75em;
        height: 1.75em;
        right: -1em;
        background-color: #ff2575;
        background-image: -moz-linear-gradient(90deg, #ff2575, #e524eb, #155fff);
        background-image: -webkit-linear-gradient(90deg, #ff2575, #e524eb, #155fff);
        background-image: linear-gradient(90deg, #ff2575, #e524eb, #155fff)
    }
    #hd .sec-designFeature .hd-right img {
        width: 90%;
        margin: 0 auto
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-design .hd-circle {
        width: 25%
    }
    #hd .sec-design figure {
        width: 100%
    }
    #hd .sec-design .hd-content {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-designFeature {
        padding: 4em 0;
        background-size: 150% auto;
        background-repeat: repeat-y
    }
    #hd .sec-designFeature figure {
        margin: 1em 0
    }
    #hd .sec-designFeature .hd-content {
        padding: 3em 0 2em
    }
}

.webp #hd .sec-displayIntro {
    background-image: url(images/bg-intro.webp)
}

.webp #hd .sec-displayIntro .hd-container:after {
    background-image: url(images/tape.webp)
}

.no-webp #hd .sec-displayIntro {
    background-image: url(images/bg-intro.jpg)
}

.no-webp #hd .sec-displayIntro .hd-container:after {
    background-image: url(images/tape.png)
}

#hd .sec-displayIntro {
    padding: 6em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

#hd .sec-displayIntro .hd-txt {
    width: 24%;
    max-width: calc(100% - 880px) !important;
    position: absolute;
    top: 5%;
    right: 0
}

#hd .sec-displayIntro .hd-container {
    width: 70%;
    padding: 4em 2em 2em;
    background: black;
    border-left: 0 solid #ea326e;
    -moz-transition: border 0.25s 0s ease;
    -o-transition: border 0.25s 0s ease;
    -webkit-transition: border 0.25s 0s ease;
    transition: border 0.25s 0s ease;
    position: relative;
    z-index: 2
}

#hd .sec-displayIntro .hd-container:before {
    content: '';
    display: block;
    width: 100%;
    height: .125em;
    background-color: #ff2575;
    background-image: -moz-linear-gradient(90deg, #ff2575, #e524eb, #155fff);
    background-image: -webkit-linear-gradient(90deg, #ff2575, #e524eb, #155fff);
    background-image: linear-gradient(90deg, #ff2575, #e524eb, #155fff);
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left bottom;
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transition: transform 0.25s 0s ease;
    -o-transition: transform 0.25s 0s ease;
    -webkit-transition: transform 0.25s 0s ease;
    transition: transform 0.25s 0s ease;
    z-index: -1
}

#hd .sec-displayIntro .hd-container:after {
    content: '';
    display: block;
    width: 24%;
    height: 0;
    padding-bottom: 13.35%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -5%;
    margin-bottom: -6.5%
}

#hd .sec-displayIntro .hd-container.is-animated {
    border-width: .25em
}

#hd .sec-displayIntro .hd-container.is-animated:before {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

#hd .sec-displayIntro p {
    max-width: 38em;
    margin-left: auto;
    margin-right: auto
}

#hd .sec-display {
    background: url(images/bg-display.jpg) center no-repeat;
    background-size: cover;
    position: relative
}

#hd .sec-display .hd-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8em 0 6em;
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

#hd .sec-display .hd-panel.panel-fhd {
    position: relative
}

#hd .sec-display .hd-cover,
#hd .sec-display .hd-screen {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none
}

#hd .sec-display .hd-video,
#hd .sec-display figure {
    background: black;
    position: absolute;
    width: 79.7%;
    height: 0;
    padding-bottom: 45%;
    top: 1.8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden
}

#hd .sec-display .hd-video video,
#hd .sec-display figure video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-display .hd-circle {
    position: absolute;
    width: 11%;
    top: 5%
}

#hd .sec-display .hd-content {
    font-size: 2.5vw;
    position: absolute;
    bottom: 5%;
    overflow: hidden
}

#hd .sec-display .hd-content h2 {
    font-size: 2.6em;
    letter-spacing: 0;
    margin-bottom: -.125em
}

#hd .sec-display .hd-content h3 {
    font-size: 1.5em;
    letter-spacing: .16em;
    line-height: 1.1;
    padding-left: .2em;
    margin: 0;
    color: rgba(255, 255, 255, 0.75) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.75);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white
}

#hd .sec-display button {
    position: absolute;
    cursor: pointer
}

#hd .sec-display button p {
    width: 5em;
    font-size: 2.4em;
    font-weight: 500;
    color: white;
    padding: .15em 1em .12em;
    text-align: center;
    transform: rotate(-90deg) !important;
    border-style: solid;
    border-image-slice: 1;
    border-width: .1em;
    border-image-source: linear-gradient(to left, #ff2575, #e524eb, #155fff);
    position: relative;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#hd .sec-display button p:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 1em;
    background: url(images/arrow.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 82%;
    left: 0;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: margin 0.4s ease;
    -o-transition: margin 0.4s ease;
    -webkit-transition: margin 0.4s ease;
    transition: margin 0.4s ease
}

#hd .sec-display button span {
    display: block
}

#hd .sec-display button span.color-green {
    color: #8fe700
}

#hd .sec-display button.btn-next {
    left: 92%;
    bottom: 22%
}

#hd .sec-display button.btn-next p {
    transform-origin: 16% 42%
}

#hd .sec-display button.btn-next span {
    text-align: left;
    padding-left: 1em
}

#hd .sec-display button.btn-prev {
    right: 93%;
    top: 20%
}

#hd .sec-display button.btn-prev p {
    transform-origin: 50% -50%
}

#hd .sec-display button.btn-prev p:after {
    -moz-transform: rotate(90deg) scale(-1, 1);
    -o-transform: rotate(90deg) scale(-1, 1);
    -ms-transform: rotate(90deg) scale(-1, 1);
    -webkit-transform: rotate(90deg) scale(-1, 1);
    transform: rotate(90deg) scale(-1, 1);
    top: auto;
    bottom: 80%
}

#hd .sec-display button.btn-prev span {
    text-align: right
}

#hd .sec-display button.btn-prev:hover p:after {
    margin-bottom: .25em
}

#hd .sec-display button:hover p {
    background-color: #ff2575;
    background-image: -moz-linear-gradient(-90deg, #ff2575, #e524eb, #155fff);
    background-image: -webkit-linear-gradient(-90deg, #ff2575, #e524eb, #155fff);
    background-image: linear-gradient(-90deg, #ff2575, #e524eb, #155fff);
    box-shadow: -0.1em 0.1em #8fe700
}

#hd .sec-display button:hover p:after {
    margin-top: .25em
}

#hd .sec-display .panel-fhd .hd-circle {
    right: 4%
}

#hd .sec-display .panel-fhd .hd-content {
    left: 4%
}

#hd .sec-display .panel-wqhd .hd-circle {
    left: 4%
}

#hd .sec-display .panel-wqhd .hd-content {
    display: flex;
    flex-direction: column;
    right: 3%
}

#hd .sec-display .panel-wqhd .hd-content h3 {
    max-width: 5em;
    margin-left: auto
}

#hd .sec-display .panel-wqhd .vid-control {
    right: auto;
    left: 0
}

#hd .sec-display .panel-dolby .hd-content {
    width: 30%;
    left: 5%;
    bottom: 8%;
    padding-bottom: .5em;
    text-align: center
}

#hd .sec-display .panel-dolby .hd-cover {
    opacity: 0;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

#hd .sec-display .panel-dolby .hd-cover.hd-active {
    opacity: 1
}

@media screen and (max-width: 1280px) {
    #hd .sec-display .hd-panel {
        padding: 4em 0 2em
    }
    #hd .sec-display .hd-container {
        width: 65%
    }
    #hd .sec-display button p {
        font-size: 2em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-displayIntro .hd-txt {
        width: 26%;
        max-width: none !important;
        z-index: 2
    }
    #hd .sec-displayIntro .hd-container {
        max-width: 550px;
        padding: 3em 2em 1em
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 768px) {
    #hd .sec-display .hd-container {
        width: 80%
    }
    #hd .sec-display button p {
        font-size: 1.75em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-displayIntro {
        display: flex;
        flex-direction: column-reverse;
        padding: 4em 0
    }
    #hd .sec-displayIntro .hd-txt {
        width: 40%;
        position: relative;
        margin: -1em auto 0 5%
    }
    #hd .sec-displayIntro .hd-container {
        width: 90%;
        padding: 2em 1em 0
    }
    #hd .sec-displayIntro .hd-container:after {
        display: none
    }
    #hd .sec-display .hd-container {
        width: 95%
    }
    #hd .sec-display .hd-content {
        font-size: 1.25em;
        top: 110% !important;
        width: 70% !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        margin: 0 auto;
        text-align: center
    }
    #hd .sec-display .hd-content br {
        display: none
    }
    #hd .sec-display .hd-content h3 {
        max-width: none !important;
        margin-left: 0 !important
    }
    #hd .sec-display .hd-circle {
        width: 15%;
        top: -28%;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto
    }
    #hd .sec-display button {
        display: none
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-displayIntro .hd-txt {
        width: 60%
    }
    #hd .sec-display .hd-circle {
        width: 25%;
        top: -45%
    }
}

.webp #hd .sec-audio {
    background-image: url(images/bg-audio.webp)
}

.webp #hd .sec-audio .hd-container:before {
    background-image: url(images/bg-small.webp)
}

.webp #hd .sec-audioFeature {
    background-image: url(images/bg-feature.webp)!important;
}

.webp #hd .sec-audioFeature .hd-content:before {
    background-image: url(images/audio-features-hover.webp)
}

.no-webp #hd .sec-audio {
    background-image: url(images/bg-audio.jpg)
}

.no-webp #hd .sec-audio .hd-container:before {
    background-image: url(images/bg-small.png)
}

.no-webp #hd .sec-audioFeature {
    background-image: url(images/bg-feature.jpg)
}

.no-webp #hd .sec-audioFeature .hd-content:before {
    background-image: url(images/audio-features-hover.png)
}

#hd .sec-audio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10em 0 8em;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

#hd .sec-audio .hd-container {
    position: relative;
    z-index: 2
}

#hd .sec-audio .hd-container:before {
    content: '';
    display: block;
    width: 115%;
    height: 115%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -15%;
    top: -5%;
    z-index: -1
}

#hd .sec-audio .hd-txt {
    width: 30%;
    position: absolute
}

#hd .sec-audio .hd-txt.hd-top {
    top: -10%;
    left: 5%
}

#hd .sec-audio .hd-txt.hd-bottom {
    bottom: -32%;
    right: 2%;
    mix-blend-mode: difference;
    z-index: 3
}

#hd .sec-audio figure {
    width: 70%;
    margin-left: -12%;
    margin-right: 2%;
    position: relative
}

#hd .sec-audio .hd-content {
    position: relative;
    z-index: 2
}

#hd .sec-audio .feature-container {
    margin-top: 2em;
    max-width: 26em
}

#hd .sec-audio .feature-container li {
    width: 100%;
    margin-bottom: 1em
}

#hd .sec-audio .feature-container li:nth-child(3) img {
    width: 14.2em;
    margin: .25em 0
}

#hd .sec-audio .feature-container li:nth-child(4) img {
    width: 4em;
    margin-left: 0
}

#hd .sec-audio .hd-circle {
    width: 25%;
    position: absolute;
    top: -10%;
    right: -25%
}

#hd .sec-audio .wave-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 78%;
    height: 61.9%;
    position: absolute;
    top: 1.8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden
}

#hd .sec-audio .wave-container:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff1cff;
    background-image: -moz-linear-gradient(90deg, #ff1cff, #8c3fd7, #01e3ed 55%, #438ff3, #8749e1);
    background-image: -webkit-linear-gradient(90deg, #ff1cff, #8c3fd7, #01e3ed 55%, #438ff3, #8749e1);
    background-image: linear-gradient(90deg, #ff1cff, #8c3fd7, #01e3ed 55%, #438ff3, #8749e1);
    mix-blend-mode: darken
}

#hd .sec-audio .wave-container span {
    display: block;
    flex-shrink: 0;
    width: .375em;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    max-height: 100%;
    margin: 0 .25em;
    background: linear-gradient(to bottom, transparent 50%, #fff 50%, #fff 100%);
    background-size: .75em .75em, 100% .75em;
    background-position: center
}

#hd .sec-audio .wave-container span:nth-child(30n+1) {
    height: .375em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave1 6s -1.1s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+2) {
    height: 1.125em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave2 6s -.15s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+3) {
    height: 1.875em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave3 6s -4.2s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+4) {
    height: 1.125em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave1 6s -3.45s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+5) {
    height: 2.625em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave2 6s -2.55s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+6) {
    height: 1.875em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave3 6s -3.75s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+7) {
    height: 1.125em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave1 6s -2.8s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+8) {
    height: 5.625em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave2 6s -3.5s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+9) {
    height: 4.5em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave3 6s -2.25s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+10) {
    height: 3.375em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave1 6s -1.55s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+11) {
    height: 1.125em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave2 6s -1.6s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+12) {
    height: 1.875em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave3 6s -1.65s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+13) {
    height: .375em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave1 6s -3.7s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+14) {
    height: 1.125em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave2 6s -1.75s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+15) {
    height: 3.375em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave3 6s -1.8s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+16) {
    height: 2.625em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave1 6s -1.85s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+17) {
    height: 1.125em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave2 6s -2.1s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+18) {
    height: 2.625em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave3 6s -1.1s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+19) {
    height: 4.5em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave1 6s -4.1s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+20) {
    height: 1.875em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave2 6s -2.1s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+21) {
    height: 1.125em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave3 6s -1.6s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+22) {
    height: 1.875em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave1 6s -1.65s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+23) {
    height: .375em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave2 6s -3.7s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+24) {
    height: 1.125em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave3 6s -1.75s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+25) {
    height: 3.375em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave1 6s -1.8s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+26) {
    height: 2.625em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave2 6s -1.85s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+27) {
    height: 1.875em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave3 6s -4.2s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+28) {
    height: 1.125em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave1 6s -2.45s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+29) {
    height: 4.5em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave2 6s -4.1s ease infinite
}

#hd .sec-audio .wave-container span:nth-child(30n+30) {
    height: 3.375em;
    animation: audiowaveMove 5s 0s linear infinite, audiowave3 6s -1.55s ease infinite
}

#hd .sec-audioFeature {
    padding: 6em 0 8em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#hd .sec-audioFeature .hd-container {
    width: 90%;
    margin: 0 auto
}

#hd .sec-audioFeature li {
    padding: 0 1.25em
}

#hd .sec-audioFeature figure {
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    position: relative;
    z-index: 2
}

#hd .sec-audioFeature figure:before,
#hd .sec-audioFeature figure:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#hd .sec-audioFeature figure:before {
    background: #8fe700;
    z-index: -1
}

#hd .sec-audioFeature figure:after {
    border: 2px solid #8fe700
}

#hd .sec-audioFeature figure img {
    width: 100%
}

#hd .sec-audioFeature figure .hd-cover {
    position: absolute;
    bottom: 0;
    left: 0
}

#hd .sec-audioFeature figure:hover,
#hd .sec-audioFeature figure:focus-visible {
    -moz-transform: scale(.98, .98);
    -o-transform: scale(.98, .98);
    -ms-transform: scale(.98, .98);
    -webkit-transform: scale(.98, .98);
    transform: scale(.98, .98)
}

#hd .sec-audioFeature figure:hover:before,
#hd .sec-audioFeature figure:hover:after,
#hd .sec-audioFeature figure:focus-visible:before,
#hd .sec-audioFeature figure:focus-visible:after {
    opacity: 1
}

#hd .sec-audioFeature figure:hover:before,
#hd .sec-audioFeature figure:focus-visible:before {
    -moz-transform: rotate(-2.5deg);
    -o-transform: rotate(-2.5deg);
    -ms-transform: rotate(-2.5deg);
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg)
}

#hd .sec-audioFeature figure:hover:after,
#hd .sec-audioFeature figure:focus-visible:after {
    -moz-transform: rotate(2.5deg);
    -o-transform: rotate(2.5deg);
    -ms-transform: rotate(2.5deg);
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg)
}

#hd .sec-audioFeature figure:hover .hd-cover,
#hd .sec-audioFeature figure:focus-visible .hd-cover {
    opacity: 0 !important
}

#hd .sec-audioFeature figure:hover .hd-content,
#hd .sec-audioFeature figure:focus-visible .hd-content {
    opacity: 1;
    pointer-events: all
}

#hd .sec-audioFeature figure:hover .hd-content h3,
#hd .sec-audioFeature figure:focus-visible .hd-content h3 {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .6s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: .6s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .6s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-audioFeature figure:hover .hd-content p,
#hd .sec-audioFeature figure:focus-visible .hd-content p {
    -webkit-animation-delay: .15s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .15s;
    -moz-animation-duration: .6s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .15s;
    -o-animation-duration: .6s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .15s;
    animation-duration: .6s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-audioFeature .hd-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 3em 10%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    overflow-x: hidden;
    overflow-y: auto
}

#hd .sec-audioFeature .hd-content::-webkit-scrollbar {
    width: 4px
}

#hd .sec-audioFeature .hd-content::-webkit-scrollbar-track {
    background: transparent
}

#hd .sec-audioFeature .hd-content::-webkit-scrollbar-thumb {
    background: #A7A7A7
}

#hd .sec-audioFeature .hd-content::-webkit-scrollbar-thumb:hover {
    background: #ff2575
}

#hd .sec-audioFeature .hd-content:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

#hd .sec-audioFeature .hd-content h3 {
    margin-bottom: .5em
}

#hd .sec-audioFeature .hd-content h3,
#hd .sec-audioFeature .hd-content p {
    opacity: 0
}

@media screen and (max-width: 1600px) {
    #hd .sec-audio .hd-circle {
        width: 20%;
        right: -15%
    }
    #hd .sec-audio .hd-container:before {
        width: 110%;
        height: 110%;
        right: -10%
    }
}

@media screen and (max-width: 1440px) {
    #hd .sec-audio .hd-circle {
        width: 15%;
        right: -12%
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-audio .hd-circle {
        top: -25%
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-audio .wave-container {
        font-size: 16px
    }
    #hd .sec-audioFeature li {
        padding: 0 .75em
    }
    #hd .sec-audioFeature .hd-content {
        padding: 2.5em 1.5em
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 1023px) {
    #hd .sec-audio .hd-container {
        flex-direction: column
    }
    #hd .sec-audio .hd-container:before {
        display: none
    }
    #hd .sec-audio .hd-txt.hd-top {
        top: 0
    }
    #hd .sec-audio .hd-txt.hd-bottom {
        bottom: -11%
    }
    #hd .sec-audio .hd-circle {
        width: 20%;
        top: -15%;
        right: 2.5%;
        z-index: 2
    }
    #hd .sec-audio figure {
        width: 100%;
        margin: 0 auto;
        z-index: 2
    }
    #hd .sec-audio .hd-content {
        width: 100%;
        max-width: 40em;
        padding: 2em 1em
    }
    #hd .sec-audio .hd-content:before {
        content: '';
        display: block;
        width: 115%;
        height: 115%;
        background: url(images/bg-small.png) center no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: -10%;
        top: -5%;
        z-index: -1
    }
    #hd .sec-audio .feature-container {
        max-width: none
    }
    #hd .sec-audio .feature-container li {
        margin-bottom: 2em;
        text-align: center
    }
    #hd .sec-audio .feature-container li img {
        margin: 0 auto !important
    }
    #hd .sec-audioFeature li {
        width: 100%;
        padding: 0;
        margin-bottom: 2em
    }
    #hd .sec-audioFeature figure {
        display: flex;
        flex-direction: column-reverse
    }
    #hd .sec-audioFeature figure:hover .hd-cover,
    #hd .sec-audioFeature figure:focus-visible .hd-cover {
        opacity: 1 !important
    }
    #hd .sec-audioFeature .hd-content {
        padding: 2.5em;
        opacity: 1;
        background: black;
        position: relative;
        height: auto;
        overflow: visible
    }
    #hd .sec-audioFeature .hd-content h3,
    #hd .sec-audioFeature .hd-content p {
        opacity: 1 !important;
        animation-name: none !important
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-audioFeature {
        padding: 4em 0
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-audio {
        padding: 4em 0;
        background-position: left bottom;
        background-size: 280%
    }
    #hd .sec-audio .hd-container {
        position: static
    }
    #hd .sec-audio .hd-txt {
        width: 40%
    }
    #hd .sec-audio .hd-circle {
        width: 20%;
        top: 0%
    }
    #hd .sec-audio .hd-content {
        padding: 2em 0
    }
    #hd .sec-audio .hd-content:before {
        display: none
    }
    #hd .sec-audio .feature-container li {
        margin-bottom: 1em;
        text-align: left
    }
    #hd .sec-audio .feature-container li:nth-child(1),
    #hd .sec-audio .feature-container li:nth-child(2) {
        width: 100%
    }
    #hd .sec-audio .feature-container li img {
        margin-left: 0 !important
    }
    #hd .sec-audio .wave-container {
        font-size: 8px
    }
    #hd .sec-audioFeature .hd-content {
        padding: 2em 1em 1.5em 1.5em
    }
}

.webp #hd .sec-control {
    background-image: url(images/bg-control.webp)
}

.no-webp #hd .sec-control {
    background-image: url(images/bg-control.jpg)
}

#hd .sec-control {
    padding-top: 15%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

#hd .sec-control .hd-container {
    padding-bottom: 3%;
    position: relative
}

#hd .sec-control .hd-txt {
    width: 13%;
    position: absolute;
    bottom: 8%;
    left: 104%
}

#hd .sec-control .hd-lighting {
    width: 70%;
    margin-right: -12%;
    margin-left: 2%;
    position: relative;
    z-index: 2
}

#hd .sec-control .hd-content {
    margin-top: -2%;
    position: relative;
    z-index: 3
}

#hd .sec-control .hd-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -1em;
    margin-left: -5%;
    padding-bottom: 120px;
    text-align: center;
    position: relative
}

#hd .sec-control .hd-controls li {
    display: block;
    width: 25%;
    cursor: pointer;
    opacity: .75;
    margin-bottom: 1em
}

#hd .sec-control .hd-controls li img {
    display: block;
    width: 4em;
    height: 4em;
    margin: 0 auto;
    -webkit-filter: brightness(2.5) grayscale(1);
    filter: brightness(2.5) grayscale(1)
}

#hd .sec-control .hd-controls li:hover,
#hd .sec-control .hd-controls li:focus,
#hd .sec-control .hd-controls li.hd-active,
#hd .sec-control .hd-controls li:focus-visible {
    opacity: 1
}

#hd .sec-control .hd-controls li:hover img,
#hd .sec-control .hd-controls li:focus img,
#hd .sec-control .hd-controls li.hd-active img,
#hd .sec-control .hd-controls li:focus-visible img {
    -webkit-filter: brightness(1) grayscale(0);
    filter: brightness(1) grayscale(0)
}

#hd .sec-control #pageContent-colorpicker {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 80%;
    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: 51% !important;
    height: 51% !important;
    left: 0 !important;
    top: 0 !important;
    right: 0;
    bottom: 0;
    margin: auto
}

#hd .sec-control #pageContent-colorpicker .farbtastic-solid,
#hd .sec-control #pageContent-colorpicker .farbtastic-mask,
#hd .sec-control #pageContent-colorpicker .farbtastic-overlay {
    left: 0
}

#hd .sec-control #pageContent-color,
#hd .sec-control #pageContent-greybg {
    width: 72%;
    height: 0;
    padding-bottom: 52%;
    position: absolute;
    top: 11.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1
}

#hd .sec-control #pageContent-color:before {
    content: '';
    display: block;
    width: 112%;
    height: 0;
    padding-bottom: 27%;
    position: absolute;
    bottom: 0;
    left: -6%;
    background: inherit;
    filter: blur(15px)
}

#hd .sec-control #pageContent-greybg {
    background-color: #1c1c1c;
    z-index: -2
}

#hd .sec-control .hd-bottom {
    /* padding: 4em 0 */
}

#hd .sec-control .hd-bottom li {
    margin: 0 2em;
    position: relative
}

#hd .sec-control .hd-bottom li:hover h3,
#hd .sec-control .hd-bottom li:focus-visible h3 {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .6s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: .6s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .6s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-control .hd-bottom li:hover p,
#hd .sec-control .hd-bottom li:focus-visible p {
    -webkit-animation-delay: .15s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .15s;
    -moz-animation-duration: .6s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .15s;
    -o-animation-duration: .6s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .15s;
    animation-duration: .6s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-control .hd-bottom img {
    width: 100%
}

#hd .sec-control .hd-bottom h3 {
    position: absolute;
    bottom: 100%;
    left: 0;
    opacity: 0
}

#hd .sec-control .hd-bottom p {
    width: calc(100% + 2em);
    height: 40%;
    padding: .5em 1em;
    background-color: #184ece;
    background-image: -moz-linear-gradient(180deg, #184ece, #b922c1);
    background-image: -webkit-linear-gradient(180deg, #184ece, #b922c1);
    background-image: linear-gradient(180deg, #184ece, #b922c1);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto
}

#hd .sec-control .hd-bottom p::-webkit-scrollbar {
    width: 4px
}

#hd .sec-control .hd-bottom p::-webkit-scrollbar-track {
    background: transparent
}

#hd .sec-control .hd-bottom p::-webkit-scrollbar-thumb {
    background: #A7A7A7
}

#hd .sec-control .hd-bottom p::-webkit-scrollbar-thumb:hover {
    background: #ff2575
}

@media screen and (max-width: 1440px) {
    #hd .sec-control .hd-txt {
        width: 12%;
        bottom: 21%;
        left: 97.5%
    }
    #hd .sec-control .hd-container {
        padding-bottom: 0
    }
    #hd .sec-control .hd-lighting {
        width: 65%;
        margin-right: -5%;
        margin-left: 0;
        z-index: 2
    }
    #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 .hd-bottom li {
        margin: 0 1em
    }
    #hd .sec-control .hd-bottom p {
        width: calc(100% + 1em)
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-control .hd-content {
        margin-top: -8%
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-control {
        padding-top: 4em
    }
    #hd .sec-control .hd-container {
        flex-direction: column
    }
    #hd .sec-control .hd-txt {
        left: auto;
        right: -7%;
        width: 15%
    }
    #hd .sec-control .hd-content {
        width: 100%;
        margin-top: 0
    }
    #hd .sec-control .hd-controls {
        max-width: 36em;
        padding-bottom: 2em
    }
    #hd .sec-control .hd-lighting {
        width: 100%
    }
    #hd .sec-control #pageContent-colorpicker {
        top: auto;
        bottom: 5em
    }
    #hd .sec-control .hd-bottom {
        flex-direction: column
    }
    #hd .sec-control .hd-bottom li {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        width: 100%;
        margin: 0 0 1em
    }
    #hd .sec-control .hd-bottom li:hover h3,
    #hd .sec-control .hd-bottom li:hover p,
    #hd .sec-control .hd-bottom li:focus-visible h3,
    #hd .sec-control .hd-bottom li:focus-visible p {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -ms-animation-name: none;
        -o-animation-name: none;
        animation-name: none
    }
    #hd .sec-control .hd-bottom img {
        width: 10em
    }
    #hd .sec-control .hd-bottom .hd-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: calc(100% - 10em);
        align-self: stretch;
        max-height: 100%;
        padding: 2em 1.5em;
        background-color: #184ece;
        background-image: -moz-linear-gradient(180deg, #184ece, #b922c1);
        background-image: -webkit-linear-gradient(180deg, #184ece, #b922c1);
        background-image: linear-gradient(180deg, #184ece, #b922c1);
        position: relative;
        overflow-x: hidden;
        overflow-y: auto
    }
    #hd .sec-control .hd-bottom .hd-info::-webkit-scrollbar {
        width: 4px
    }
    #hd .sec-control .hd-bottom .hd-info::-webkit-scrollbar-track {
        background: transparent
    }
    #hd .sec-control .hd-bottom .hd-info::-webkit-scrollbar-thumb {
        background: #A7A7A7
    }
    #hd .sec-control .hd-bottom .hd-info::-webkit-scrollbar-thumb:hover {
        background: #ff2575
    }
    #hd .sec-control .hd-bottom p {
        width: 100%;
        padding: 0;
        background: none;
        opacity: 1 !important;
        position: relative;
        height: auto;
        overflow: visible
    }
    #hd .sec-control .hd-bottom h3 {
        opacity: 1 !important;
        position: relative;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-control .hd-controls {
        padding-bottom: 120px
    }
    #hd .sec-control #pageContent-colorpicker {
        bottom: 0;
        right: 0;
        margin: 0 0 1em auto
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-control .hd-bottom li {
        flex-direction: column-reverse;
        margin-bottom: 2em;
        position: relative;
        overflow: hidden
    }
    #hd .sec-control .hd-bottom img {
        width: 100%;
        margin-top: -15%;
        margin-bottom: -45%
    }
    #hd .sec-control .hd-bottom .hd-info {
        justify-content: flex-start;
        width: 100%;
        max-height: 40%;
        padding: 1em
    }
}

#hd .hd-rainbow {
    background-color: #fd46a6;
    background-image: -moz-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: -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: #ff2575 !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;
    -moz-animation-delay: .2;
    -moz-animation-duration: 5s;
    -moz-animation-name: flashStrobing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .2;
    -o-animation-duration: 5s;
    -o-animation-name: flashStrobing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-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 .starry_night_back {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 86%;
    left: 0;
    background: #ff2575;
    display: none
}

#hd .starry_night_color {
    content: '';
    display: block;
    width: 100%;
    height: 5%;
    position: absolute;
    top: 86%;
    left: 0;
    background: #ff0000;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: flashStrobing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0;
    -moz-animation-duration: 3s;
    -moz-animation-name: flashStrobing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0;
    -o-animation-duration: 3s;
    -o-animation-name: flashStrobing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: 0;
    animation-duration: 3s;
    animation-name: flashStrobing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

#hd .starry_night {
    display: none
}

#hd .starry_night li {
    width: 6%;
    height: 0;
    padding-bottom: 6%;
    background-color: #ff2575;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    position: absolute;
    z-index: 2
}

#hd .starry_night li:nth-child(1) {
    left: 50.5%;
    top: 16%;
    -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;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 2s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: 2s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-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: 14.4%;
    top: 16%;
    -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;
    -moz-animation-delay: -.25s;
    -moz-animation-duration: 2s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: -.25s;
    -o-animation-duration: 2s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-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: 27.8%;
    top: 40.5%;
    -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;
    -moz-animation-delay: -1s;
    -moz-animation-duration: 2s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: -1s;
    -o-animation-duration: 2s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-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: 66.5%;
    top: 8%;
    -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;
    -moz-animation-delay: -2s;
    -moz-animation-duration: 2s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: -2s;
    -o-animation-duration: 2s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-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.5%;
    top: 32.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;
    -moz-animation-delay: -1.5s;
    -moz-animation-duration: 2s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: -1.5s;
    -o-animation-duration: 2s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-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: 71.25%;
    top: 24%;
    -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;
    -moz-animation-delay: -.25s;
    -moz-animation-duration: 2s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: -.25s;
    -o-animation-duration: 2s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-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: 92%;
    top: 49%;
    -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;
    -moz-animation-delay: -2.5s;
    -moz-animation-duration: 2s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: -2.5s;
    -o-animation-duration: 2s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-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
}

.webp #hd .sec-battery .battery-pd {
    background-image: url(images/battery/bg.webp)
}

.no-webp #hd .sec-battery .battery-pd {
    background-image: url(images/battery/bg.jpg)
}

#hd .sec-battery {
    position: relative
}

#hd .sec-battery .hd-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 56px);
    overflow: hidden
}

#hd .sec-battery .hd-panel.battery-pd,
#hd .sec-battery .hd-panel.battery-intro {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-battery .battery-txt .hd-wrapper {
    background: black
}

#hd .sec-battery .battery-txt p {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 6vw;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.25;
    position: relative;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 3px
}

#hd .sec-battery .battery-txt p:nth-child(1) {
    -webkit-text-stroke-color: #155fff
}

#hd .sec-battery .battery-txt p:nth-child(1) .fill-container span {
    -webkit-text-fill-color: #155fff
}

#hd .sec-battery .battery-txt p:nth-child(2) {
    -webkit-text-stroke-color: #e524eb
}

#hd .sec-battery .battery-txt p:nth-child(2) .fill-container span {
    -webkit-text-fill-color: #e524eb
}

#hd .sec-battery .battery-txt p:nth-child(3) {
    -webkit-text-stroke-color: #ff2575
}

#hd .sec-battery .battery-txt p:nth-child(3) .fill-container span {
    -webkit-text-fill-color: #ff2575
}

#hd .sec-battery .battery-txt p .fill-container {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    font: inherit;
    overflow: hidden
}

#hd .sec-battery .battery-txt p .fill-container span {
    font: inherit;
    color: white;
    -webkit-text-fill-color: white;
    width: 100%;
    height: auto;
    max-height: none;
    position: absolute;
    bottom: 0;
    left: 0
}

#hd .sec-battery .battery-txt .hd-fill {
    width: 100%;
    height: 100%;
    background-color: #155fff;
    background-image: -moz-linear-gradient(180deg, #155fff, #e524eb, #ff2575);
    background-image: -webkit-linear-gradient(180deg, #155fff, #e524eb, #ff2575);
    background-image: linear-gradient(180deg, #155fff, #e524eb, #ff2575);
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: darken
}

#hd .sec-battery .battery-intro .hd-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 6em 0 3em;
    background-color: #155fff;
    background-image: -moz-linear-gradient(180deg, #155fff, #e524eb, #ff2575);
    background-image: -webkit-linear-gradient(180deg, #155fff, #e524eb, #ff2575);
    background-image: linear-gradient(180deg, #155fff, #e524eb, #ff2575)
}

#hd .sec-battery .battery-intro .hd-content {
    font-size: 1.25em
}

#hd .sec-battery .battery-intro .feature-container {
    max-width: 40em;
    margin: 0 auto
}

#hd .sec-battery .battery-intro .feature-container li {
    width: 33.3333%
}

#hd .sec-battery .battery-pd {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

#hd .sec-battery .battery-pd .hd-bg {
    height: 100%;
    max-width: none !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto
}

#hd .sec-battery .battery-pd figure {
    padding-right: 3%
}

#hd .sec-battery .battery-pd .hd-pd {
    margin-top: 5%;
    width: 84%
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 768px) {
    #hd .sec-battery .battery-txt p {
        font-size: 8vw;
        -webkit-text-stroke-width: 2px
    }
    #hd .sec-battery .battery-intro .feature-container {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
    #hd .sec-battery .battery-intro .feature-container li {
        min-width: 7em
    }
}

@media screen and (max-width: 767px) {
    #hd .sec-battery .battery-intro .hd-wrapper {
        padding: 4em 0
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-battery .battery-txt p {
        font-size: 10vw;
        -webkit-text-stroke-width: 1px
    }
    #hd .sec-battery .battery-intro .hd-container {
        width: 90%;
        text-align: left
    }
    #hd .sec-battery .battery-intro .hd-content {
        font-size: 1em
    }
    #hd .sec-battery .battery-intro .feature-container {
        text-align: left
    }
    #hd .sec-battery .battery-intro .feature-container li:nth-child(n) {
        width: 50%
    }
    #hd .sec-battery .battery-intro .feature-container li:last-child {
        width: 100%
    }
}

.webp #hd .sec-connectivity .hd-bg {
    background-image: url(images/connectivity/bg-connectivity.webp)
}

.webp #hd .sec-connectivity .hd-bg .hd-bg-dark {
    background-image: url(images/connectivity/bg-connectivity-dark.webp)
}

.webp #hd .sec-connectivity .hd-content:before {
    background-image: url(images/connectivity/frame-top.webp)
}

.webp #hd .sec-connectivity .hd-content:after {
    background-image: url(images/connectivity/frame-bottom.webp)
}

.no-webp #hd .sec-connectivity .hd-bg {
    background-image: url(images/connectivity/bg-connectivity.jpg)
}

.no-webp #hd .sec-connectivity .hd-bg .hd-bg-dark {
    background-image: url(images/connectivity/bg-connectivity-dark.jpg)
}

.no-webp #hd .sec-connectivity .hd-content:before {
    background-image: url(images/connectivity/frame-top.png)
}

.no-webp #hd .sec-connectivity .hd-content:after {
    background-image: url(images/connectivity/frame-bottom.png)
}

#hd .sec-connectivity {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 2em 0 4em;
    position: relative;
    overflow: hidden
}

#hd .sec-connectivity .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#hd .sec-connectivity .hd-bg .hd-bg-dark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(70%);
    opacity: 0
}

#hd .sec-connectivity .hd-bg .hd-left {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

#hd .sec-connectivity .hd-bg .hd-right {
    height: 100%;
    max-width: none !important;
    position: absolute;
    bottom: 0;
    right: 0
}

#hd .sec-connectivity .hd-bg .hd-txt {
    width: 45%;
    position: absolute;
    top: 10%;
    right: 7%;
    mix-blend-mode: soft-light
}

#hd .sec-connectivity .hd-content {
    width: 43%;
    padding: 2em 4% 3em 5%;
    background: #f8f8f8;
    position: relative
}

#hd .sec-connectivity .hd-content:before,
#hd .sec-connectivity .hd-content:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0
}

#hd .sec-connectivity .hd-content:before {
    padding-bottom: 20%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: calc(100% - 1px)
}

#hd .sec-connectivity .hd-content:after {
    padding-bottom: 12%;
    background-position: 0 bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    top: calc(100% - 1px)
}

#hd .sec-connectivity .hd-content h2,
#hd .sec-connectivity .hd-content h3,
#hd .sec-connectivity .hd-content p {
    color: black !important
}

#hd .sec-connectivity .hd-content p {
    font-weight: 400
}

#hd .sec-connectivity .hd-content h2 {
    margin-bottom: .25em
}

#hd .sec-connectivity .hd-content h2+p {
    margin-top: 0
}

#hd .sec-connectivity .hd-logo {
    max-width: 8em !important;
    margin-bottom: .5em
}

#hd .sec-connectivity .feature-container li {
    width: 50%;
    max-width: 16em;
    align-self: center
}

#hd .sec-connectivity figure {
    width: 75%;
    margin-bottom: -5%;
    margin-right: -19%;
    padding-left: 2.5em;
    position: relative
}

#hd .sec-connectivity figure .spec-container {
    opacity: 0;
    pointer-events: none
}

#hd .sec-connectivity figure .hd-line {
    width: calc(100% - 2.5em);
    position: absolute;
    top: 0;
    right: 0
}

#hd .sec-connectivity figure li {
    white-space: nowrap;
    position: absolute;
    text-align: right
}

#hd .sec-connectivity figure li:nth-child(1) {
    top: 84%;
    right: 76%
}

#hd .sec-connectivity figure li:nth-child(2) {
    top: 89%;
    right: 72.5%
}

#hd .sec-connectivity figure li:nth-child(3) {
    top: 96.5%;
    right: 68%
}

#hd .sec-connectivity figure li:nth-child(4) {
    top: 100.5%;
    right: 62%
}

#hd .sec-connectivity figure li:nth-child(5) {
    top: 93%;
    left: 82.5%
}

#hd .sec-connectivity figure li:nth-child(6) {
    top: 88%;
    left: 85%
}

#hd .sec-connectivity figure li:nth-child(7) {
    top: 83%;
    left: 87.5%
}

#hd .sec-connectivity figure li:nth-child(n+5) {
    text-align: left;
    margin-right: -2em
}

#hd .sec-connectivity .hd-info {
    position: absolute;
    right: 0;
    top: 22%
}

@media screen and (min-width: 2560px) {
    #hd .sec-connectivity .hd-info {
        top: 15%
    }
}

@media screen and (max-width: 1440px) {
    #hd .sec-connectivity .hd-bg .hd-left {
        left: -10%
    }
    #hd .sec-connectivity .hd-content {
        padding-left: 3%;
        padding-right: 1em
    }
    #hd .sec-connectivity .hd-content:before {
        padding-bottom: 16%
    }
    #hd .sec-connectivity figure {
        width: 65%;
        margin-right: -9%;
        padding-left: 1em
    }
    #hd .sec-connectivity figure .hd-line {
        width: calc(100% - 1em)
    }
    #hd .sec-connectivity figure li {
        font-size: .9em;
        margin-right: 1em
    }
    #hd .sec-connectivity .hd-info {
        top: 15%
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-connectivity figure {
        width: 60%;
        margin-right: -4%;
        margin-bottom: 0
    }
    #hd .sec-connectivity figure li {
        margin-right: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-connectivity {
        padding-top: 20% !important
    }
    #hd .sec-connectivity .hd-container {
        width: 90%
    }
    #hd .sec-connectivity .hd-bg .hd-txt {
        width: 80%;
        top: 3%
    }
    #hd .sec-connectivity .hd-bg .hd-right {
        display: none
    }
    #hd .sec-connectivity .hd-content {
        width: 100%;
        padding-left: 2em;
        padding-right: 2em
    }
    #hd .sec-connectivity figure {
        width: 100%;
        padding-left: 0;
        margin: 0 0 2em;
        z-index: 2
    }
    #hd .sec-connectivity figure .hd-line {
        width: 100%
    }
    #hd .sec-connectivity figure ol {
        display: flex;
        flex-wrap: wrap;
        counter-reset: mycounter
    }
    #hd .sec-connectivity figure li:nth-child(n) {
        font-size: 1.25em;
        width: 50%;
        padding-left: 2em;
        margin: 0 0 1em;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        text-align: left
    }
    #hd .sec-connectivity figure li:nth-child(n):before {
        counter-increment: mycounter;
        content: counter(mycounter);
        display: block;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5em;
        text-align: center;
        border-radius: 1em;
        background: #ff2575;
        color: white;
        position: absolute;
        top: 0;
        left: 0
    }
    #hd .sec-connectivity figure li:nth-child(1) {
        order: 1
    }
    #hd .sec-connectivity figure li:nth-child(2) {
        order: 3
    }
    #hd .sec-connectivity figure li:nth-child(3) {
        order: 5
    }
    #hd .sec-connectivity figure li:nth-child(4) {
        order: 7
    }
    #hd .sec-connectivity figure li:nth-child(5) {
        order: 2
    }
    #hd .sec-connectivity figure li:nth-child(6) {
        order: 4
    }
    #hd .sec-connectivity figure li:nth-child(7) {
        order: 6
    }
    #hd .sec-connectivity .hd-info {
        width: 100%;
        position: relative
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-connectivity figure ol {
        display: flex;
        flex-wrap: wrap;
        counter-reset: mycounter
    }
    #hd .sec-connectivity figure li:nth-child(n) {
        width: 100%;
        order: 1
    }
    #hd .sec-connectivity .feature-container li {
        width: 100%
    }
}

.webp #hd .sec-software .hd-bg {
    background-image: url(images/software/bg-software.webp)
}

.webp #hd .sec-software .hd-bg-dark {
    background-image: url(images/software/bg-software-dark.webp)
}

.no-webp #hd .sec-software .hd-bg {
    background-image: url(images/software/bg-software.jpg)
}

.no-webp #hd .sec-software .hd-bg-dark {
    background-image: url(images/software/bg-software-dark.jpg)
}

#hd .sec-software {
    position: relative;
    overflow: hidden
}

#hd .sec-software .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

#hd .sec-software .hd-bg-dark {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#hd .sec-software .hd-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 56px);
    padding: 4em 0
}

#hd .sec-software .hd-panel.panel-ui {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

#hd .sec-software .hd-txt {
    width: 22%;
    position: absolute;
    top: 3%;
    left: 13%;
    z-index: 3
}

#hd .sec-software .hd-circle {
    width: 8%;
    position: absolute;
    bottom: 3%;
    left: 2.5%;
    z-index: 3
}

#hd .sec-software .hd-deco {
    width: 12%;
    position: absolute;
    right: 2.5%;
    top: 4%;
    z-index: 3
}

#hd .sec-software .panel-main .hd-content {
    padding-left: 2em;
    padding-right: 3em;
    position: relative;
    z-index: 3
}

#hd .sec-software .panel-main figure {
    width: 65%;
    margin-right: -5%;
    position: relative;
    z-index: 2
}

#hd .sec-software .panel-main figure:before {
    content: '';
    display: block;
    width: 108%;
    height: 115%;
    position: absolute;
    top: -10%;
    left: -4%;
    background: url(images/software/ui-frame.png) center no-repeat;
    background-size: contain;
    z-index: -1
}

#hd .sec-software .panel-ui .swiper-container {
    padding: .25em;
    overflow: hidden
}

#hd .sec-software .panel-ui .hd-content {
    padding-left: 3em
}

#hd .sec-software .panel-ui .hd-content p {
    margin-bottom: 0
}

#hd .sec-software .panel-ui figure {
    padding: 0 .1em
}

#hd .sec-software .panel-ui figure img {
    box-shadow: -0.1em -0.1em 0 0.2em #8fe700
}

#hd .sec-software .swiper-button-prev,
#hd .sec-software .swiper-button-next {
    margin-top: -3em;
    background: url(images/software/arrow-right.png) center no-repeat;
    background-size: 50%
}

#hd .sec-software .swiper-button-prev:after,
#hd .sec-software .swiper-button-next:after {
    display: none
}

#hd .sec-software .swiper-button-prev {
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

#hd .sec-software .swiper-pagination-bullet {
    background: none;
    border: 1px solid white
}

#hd .sec-software .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #8fe700;
    border-color: #8fe700
}

#hd .sec-gamepass {
    padding: 8em 0;
    background: url(images/software/bg-gamepass.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed
}

#hd .sec-gamepass .hd-content {
    padding-right: 2em
}

#hd .sec-gamepass .hd-content h3 {
    line-height: 1.25;
    margin-bottom: -.125em
}

#hd .sec-gamepass .hd-content h4 {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.75em;
    font-weight: 500;
    line-height: 1.125;
    margin-bottom: .75em
}

#hd .sec-gamepass .hd-content small {
    display: block;
    margin: 1em 0
}

@media screen and (max-width: 1600px) {
    #hd .sec-software .hd-deco {
        width: 10%
    }
    #hd .sec-software .panel-main figure {
        width: 57%;
        margin-right: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-software .hd-txt {
        left: 5%
    }
    #hd .sec-software .hd-deco {
        width: 12%;
        right: 1%
    }
    #hd .sec-software .panel-main .hd-content {
        padding-left: 1em
    }
    #hd .sec-gamepass {
        padding: 4em 0
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-software .hd-panel.panel-main {
        padding: 30% 0 4em;
        background: url(images/software/bg-software.jpg) 0 0 no-repeat;
        background-size: cover
    }
    #hd .sec-software .hd-panel.panel-ui {
        padding: 4em 0 15%;
        position: relative
    }
    #hd .sec-software .hd-bg {
        display: none
    }
    #hd .sec-software .hd-txt {
        width: 40%
    }
    #hd .sec-software .hd-deco {
        width: 18%;
        top: 2.5%;
        right: 5%
    }
    #hd .sec-software .hd-circle {
        width: 15%;
        bottom: 2%
    }
    #hd .sec-software .panel-main .hd-content {
        width: 100%;
        background: rgba(0, 0, 0, 0.75);
        padding: 2em;
        z-index: 1
    }
    #hd .sec-software .panel-main figure {
        width: 100%
    }
    #hd .sec-software .panel-ui .hd-content {
        width: 100%;
        background: rgba(0, 0, 0, 0.75);
        padding: 2em
    }
    #hd .sec-software .panel-ui figure {
        width: 100%
    }
    #hd .sec-software .swiper-button-prev,
    #hd .sec-software .swiper-button-next {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-gamepass .hd-content,
    #hd .sec-gamepass figure {
        width: 100%
    }
    #hd .sec-gamepass .hd-content {
        padding-right: 0;
        margin-bottom: 1em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-software .hd-circle {
        width: 25%;
        bottom: 1%
    }
    #hd .sec-software .panel-main .hd-content {
        padding: 2em 1em
    }
    #hd .sec-software .panel-ui .hd-content {
        padding: 2em 1em
    }
}

#hd .sec-gallery {
    position: relative;
    overflow: hidden
}

#hd .sec-gallery .hd-title-container {
    padding: 4em 0 2em
}

#hd .sec-gallery .hd-title-container p {
    max-width: 50em;
    margin-left: auto;
    margin-right: auto
}

#hd .sec-gallery .filter-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 30em;
    margin: 0 auto
}

#hd .sec-gallery .filter-tab li {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    padding: .75em 1em .5em;
    border: 1px solid #A7A7A7;
    color: #A7A7A7;
    transform-origin: center bottom;
    cursor: pointer
}

#hd .sec-gallery .filter-tab li:nth-child(2) {
    border-color: #8fe700;
    color: #8fe700
}

#hd .sec-gallery .filter-tab li:nth-child(3) {
    border-color: #ea326e;
    color: #ea326e
}

#hd .sec-gallery .filter-tab li:hover,
#hd .sec-gallery .filter-tab li.hd-active {
    background: #A7A7A7;
    color: black !important
}

#hd .sec-gallery .filter-tab li:hover:nth-child(2),
#hd .sec-gallery .filter-tab li.hd-active:nth-child(2) {
    background: #8fe700
}

#hd .sec-gallery .filter-tab li:hover:nth-child(3),
#hd .sec-gallery .filter-tab li.hd-active:nth-child(3) {
    background: #ea326e
}

#hd .sec-gallery .filter-tab li.hd-active {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

#hd .sec-gallery .filter-tab li.hd-active span {
    -moz-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

#hd .sec-gallery .filter-tab li span {
    display: block
}

#hd .sec-gallery .tab-content>div {
    display: none
}

#hd .sec-gallery .tab-content>div.hd-active {
    display: block
}

#hd .sec-gallery .tab-content figure {
    position: relative
}

#hd .sec-gallery .trigger-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-gallery .trigger-container>div,
#hd .sec-gallery .trigger-container>a {
    width: 1.8em;
    height: 1.8em;
    border-radius: 2em;
    border: 2px solid white;
    position: absolute;
    cursor: pointer;
    pointer-events: all;
    opacity: .75;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

#hd .sec-gallery .trigger-container>div:before,
#hd .sec-gallery .trigger-container>div:after,
#hd .sec-gallery .trigger-container>a:before,
#hd .sec-gallery .trigger-container>a:after {
    content: '';
    display: block;
    width: 58%;
    height: 2px;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease
}

#hd .sec-gallery .trigger-container>div:before,
#hd .sec-gallery .trigger-container>a:before {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

#hd .sec-gallery .trigger-container>div:after,
#hd .sec-gallery .trigger-container>a:after {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#hd .sec-gallery .trigger-container>div:hover,
#hd .sec-gallery .trigger-container>div.hd-active,
#hd .sec-gallery .trigger-container>a:hover,
#hd .sec-gallery .trigger-container>a.hd-active {
    opacity: 1;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

#hd .sec-gallery .trigger-container>div.hd-active:before,
#hd .sec-gallery .trigger-container>a.hd-active:before {
    -moz-transform: rotateZ(45deg) scale(0.9);
    -o-transform: rotateZ(45deg) scale(0.9);
    -ms-transform: rotateZ(45deg) scale(0.9);
    -webkit-transform: rotateZ(45deg) scale(0.9);
    transform: rotateZ(45deg) scale(0.9)
}

#hd .sec-gallery .trigger-container>div.hd-active:after,
#hd .sec-gallery .trigger-container>a.hd-active:after {
    -moz-transform: rotateZ(135deg) scale(0.9);
    -o-transform: rotateZ(135deg) scale(0.9);
    -ms-transform: rotateZ(135deg) scale(0.9);
    -webkit-transform: rotateZ(135deg) scale(0.9);
    transform: rotateZ(135deg) scale(0.9)
}

#hd .sec-gallery .tab-gray .trigger-container>div:nth-child(1),
#hd .sec-gallery .tab-gray .trigger-container>a:nth-child(1) {
    top: 24%;
    left: 41.5%
}

#hd .sec-gallery .tab-gray .trigger-container>div:nth-child(2),
#hd .sec-gallery .tab-gray .trigger-container>a:nth-child(2) {
    top: 32%;
    left: 55%
}

#hd .sec-gallery .tab-gray .trigger-container>div:nth-child(3),
#hd .sec-gallery .tab-gray .trigger-container>a:nth-child(3) {
    top: 58.25%;
    left: 65.5%
}

#hd .sec-gallery .tab-gray .trigger-container>div:nth-child(4),
#hd .sec-gallery .tab-gray .trigger-container>a:nth-child(4) {
    top: 76%;
    left: 68%
}

#hd .sec-gallery .tab-green .trigger-container>div:nth-child(1),
#hd .sec-gallery .tab-green .trigger-container>a:nth-child(1) {
    top: 24%;
    left: 41.5%
}

#hd .sec-gallery .tab-green .trigger-container>div:nth-child(2),
#hd .sec-gallery .tab-green .trigger-container>a:nth-child(2) {
    top: 32%;
    left: 55%
}

#hd .sec-gallery .tab-green .trigger-container>div:nth-child(3),
#hd .sec-gallery .tab-green .trigger-container>a:nth-child(3) {
    top: 58.25%;
    left: 65.5%
}

#hd .sec-gallery .tab-green .trigger-container>div:nth-child(4),
#hd .sec-gallery .tab-green .trigger-container>a:nth-child(4) {
    top: 76%;
    left: 68%
}

#hd .sec-gallery .tab-pink .trigger-container>div:nth-child(1),
#hd .sec-gallery .tab-pink .trigger-container>a:nth-child(1) {
    top: 24%;
    left: 41.5%
}

#hd .sec-gallery .tab-pink .trigger-container>div:nth-child(2),
#hd .sec-gallery .tab-pink .trigger-container>a:nth-child(2) {
    top: 32%;
    left: 55%
}

#hd .sec-gallery .tab-pink .trigger-container>div:nth-child(3),
#hd .sec-gallery .tab-pink .trigger-container>a:nth-child(3) {
    top: 60%;
    left: 67.5%
}

#hd .sec-gallery .tab-pink .trigger-container>div:nth-child(4),
#hd .sec-gallery .tab-pink .trigger-container>a:nth-child(4) {
    top: 75%;
    left: 68%
}

#hd .sec-gallery .tab-pink .trigger-container>div:nth-child(5),
#hd .sec-gallery .tab-pink .trigger-container>a:nth-child(5) {
    top: 66%;
    left: 31.5%
}

#hd .sec-gallery .tab-pink .trigger-container>div:nth-child(6),
#hd .sec-gallery .tab-pink .trigger-container>a:nth-child(6) {
    top: 87%;
    left: 56%
}

#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: black !important;
    background: linear-gradient(90deg, #ff2575, #e524eb, #155fff);
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent
}

#hd .gallery-box .swiper-container {
    position: relative;
    overflow: hidden
}

#hd .gallery-box .swiper-slide {
    opacity: 0.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: #ff2575;
    background-image: -moz-linear-gradient(-90deg, #ff2575, #e524eb, #155fff);
    background-image: -webkit-linear-gradient(-90deg, #ff2575, #e524eb, #155fff);
    background-image: linear-gradient(-90deg, #ff2575, #e524eb, #155fff);
    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(255, 37, 117, 0.6), #000, rgba(21, 95, 255, 0.6))
}

#hd .gallery-box .swiper-button-prev,
#hd .gallery-box .swiper-button-next {
    font-size: .75em;
    margin: 0 1.5em;
    color: white;
    background: none
}

#hd .gallery-box .swiper-button-prev:hover,
#hd .gallery-box .swiper-button-next:hover {
    text-shadow: 0 0 .5em white
}

#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: 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-gallery .tab-content figure {
        width: 150%;
        margin-left: -25%
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-gallery .filter-tab li {
        padding-left: 1.5em;
        padding-right: 1.5em
    }
    #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
    }
}

#hd .ProductAwards__productAwardPage__2BPhI {
    width: 100%;
    min-height: calc(100vh - 120px);
    overflow: hidden
}

[data-dirtype] #hd .ProductAwards__productAwardPage__2BPhI {
    padding-bottom: 67px
}

[data-dirtype] #hd .ProductAwards__productAwardPagePadding__25Bd5 {
    padding: 0 65px
}

#hd .ProductAwards__rewardContainer__1EsHR {
    max-width: 1520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-dirtype] #hd .ProductAwards__rewardContainer__1EsHR {
    margin: 0 auto;
    padding-bottom: 15px
}

#hd .ProductAwards__rewardContainer__1EsHR.ProductAwards__rewardItemLessThanThree__1TFwP {
    justify-content: center
}

#hd .ProductAwards__rewardMoreContainer__3E-Qx {
    max-width: 1520px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductAwards__rewardMoreContainer__3E-Qx {
    margin: 0 auto
}

#hd .ProductAwards__rewardMoreContainer__3E-Qx.ProductAwards__isActive__3eR3M {
    min-height: 426px;
    height: 100%
}

#hd .ProductAwards__reviewMediaContainer__37WLr {
    max-width: 1520px;
    display: flex;
    flex-wrap: wrap;
    transition: all .4s ease;
    overflow: hidden
}

[data-dirtype] #hd .ProductAwards__reviewMediaContainer__37WLr {
    margin: 0 auto
}

#hd .ProductAwards__reviewMediaContainer__37WLr.ProductAwards__mediaItemLessThanThree__3XG7m {
    justify-content: center
}

#hd .ProductAwards__reviewMediaMoreContainer__1_-g_ {
    max-width: 1520px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductAwards__reviewMediaMoreContainer__1_-g_ {
    margin: 0 auto
}

#hd .ProductAwards__reviewMediaMoreContainer__1_-g_.ProductAwards__isActive__3eR3M {
    min-height: 426px;
    height: 100%
}

#hd .ProductAwards__awardTabs__2C1Vo {
    max-width: 1520px;
    width: 100%
}

[data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo {
    margin: 80px auto 0
}

#hd .ProductAwards__awardTabs__2C1Vo ul {
    display: flex;
    justify-content: center
}

#hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf {
    color: #202020;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    height: 24px
}

[data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf {
    margin: 0 12.5px;
    padding: 0 8px;
    cursor: pointer
}

#hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR {
    color: #fff
}

[data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR {
    background-color: #e30017
}

#hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0
}

[data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:before {
    border-style: solid
}

[data-dirtype=ltr] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:before {
    border-width: 0 12px 24px 0;
    border-color: transparent #e30017 transparent transparent;
    left: -12px
}

[data-dirtype=rtl] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:before {
    border-width: 0 0 24px 12px;
    border-color: transparent transparent transparent #e30017;
    right: -12px
}

#hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0
}

[data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:after {
    border-style: solid
}

[data-dirtype=ltr] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:after {
    border-width: 24px 0 0 12px;
    border-color: transparent transparent transparent #e30017;
    right: -12px
}

[data-dirtype=rtl] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:after {
    border-width: 24px 12px 0 0;
    border-color: transparent #e30017 transparent transparent;
    left: -12px
}

#hd .ProductAwards__awardTitle__1M5sA {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductAwards__awardTitle__1M5sA {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 55px
}

#hd .ProductAwards__awardTitle__1M5sA h2 {
    color: #202020;
    display: inline-block;
    font-family: tradegothicltpro, Microsoft JhengHei, sans-serif;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductAwards__awardTitle__1M5sA h2 {
    margin: 0 auto
}

#hd .ProductAwards__awardTitle__1M5sA span {
    font-family: tradegothicltpro, Microsoft JhengHei, sans-serif
}

#hd .ProductAwards__awardTitle__1M5sA .ProductAwards__nowPage__yqwu7 {
    color: #202020;
    font-size: 14px;
    display: inline-block
}

[data-dirtype] #hd .ProductAwards__videoWrapper__3UQ57 {
    padding: 100px 0 30px
}

#hd .ProductAwards__videoWrapper__3UQ57 .ProductAwards__videoContainer__2sjY1 {
    max-width: 1520px;
    display: flex;
    flex-wrap: wrap
}

[data-dirtype] #hd .ProductAwards__videoWrapper__3UQ57 .ProductAwards__videoContainer__2sjY1 {
    margin: 0 auto
}

[data-dirtype=ltr] #hd .ProductAwards__videoWrapper__3UQ57 .ProductAwards__videoContainer__2sjY1 .ProductAwards__videoReviewItem__3nZOl {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductAwards__videoWrapper__3UQ57 .ProductAwards__videoContainer__2sjY1 .ProductAwards__videoReviewItem__3nZOl {
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductAwards__videoWrapper__3UQ57 .ProductAwards__videoContainer__2sjY1 .ProductAwards__videoReviewItem__3nZOl:nth-child(3) {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductAwards__videoWrapper__3UQ57 .ProductAwards__videoContainer__2sjY1 .ProductAwards__videoReviewItem__3nZOl:nth-child(3) {
    margin-left: 0
}

#hd .ProductAwards__videoReviewTitle__2fqpe {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductAwards__videoReviewTitle__2fqpe {
    margin: 0 auto;
    padding-bottom: 62px
}

#hd .ProductAwards__videoReviewTitle__2fqpe h2 {
    color: #202020;
    display: inline-block;
    font-family: tradegothicltpro, condensed;
    text-transform: uppercase;
    line-height: 24px
}

[data-dirtype] #hd .ProductAwards__videoReviewTitle__2fqpe h2 {
    margin: 0 auto
}

#hd .ProductAwards__line__2cgU0 {
    width: 100%;
    height: 1px;
    max-width: 1520px
}

[data-dirtype] #hd .ProductAwards__line__2cgU0 {
    margin: 0 auto;
    background-color: #bfbfbf
}

#hd .ProductAwards__rewardMoreButton__1Q--p {
    width: 100%
}

[data-dirtype] #hd .ProductAwards__rewardMoreButton__1Q--p {
    margin-bottom: 55px
}

#hd .ProductAwards__pageNumbers__1QgW3 {
    max-width: 1520px;
    height: 105px;
    display: flex;
    justify-content: center
}

[data-dirtype] #hd .ProductAwards__pageNumbers__1QgW3 {
    margin: 38px auto 0
}

#hd .ProductAwards__pageNumbers__1QgW3 i {
    color: #202020;
    height: 26px;
    line-height: 26px
}

#hd .ProductAwards__pageNumbers__1QgW3 ul {
    display: flex
}

[data-dirtype] #hd .ProductAwards__pageNumbers__1QgW3 ul {
    margin: 0 28px
}

#hd .ProductAwards__pageNumbers__1QgW3 ul li {
    color: #202020;
    width: 42px;
    height: 26px;
    line-height: 26px;
    position: relative;
    z-index: 1
}

[data-dirtype] #hd .ProductAwards__pageNumbers__1QgW3 ul li {
    cursor: pointer;
    text-align: center
}

#hd .ProductAwards__pageNumbers__1QgW3 ul li.ProductAwards__active__1IrBR {
    color: #fff
}

#hd .ProductAwards__pageNumbers__1QgW3 ul li.ProductAwards__active__1IrBR:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

[data-dirtype] #hd .ProductAwards__pageNumbers__1QgW3 ul li.ProductAwards__active__1IrBR:before {
    background-color: #e30017
}

[data-dirtype=ltr] #hd .ProductAwards__pageNumbers__1QgW3 ul li.ProductAwards__active__1IrBR:before {
    left: 0;
    transform: skew(-12deg)
}

[data-dirtype=rtl] #hd .ProductAwards__pageNumbers__1QgW3 ul li.ProductAwards__active__1IrBR:before {
    right: 0;
    transform: skew(12deg)
}

@media (max-width: 1200px) {
    [data-dirtype] #hd .ProductAwards__productAwardPagePadding__25Bd5 {
        padding: 0 45px
    }
    [data-dirtype] #hd .ProductAwards__videoWrapper__3UQ57 {
        padding: 50px 45px 105px
    }
}

@media (max-width: 1024px) {
    [data-dirtype] #hd .ProductAwards__productAwardPage__2BPhI {
        padding-bottom: 0
    }
    [data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo {
        margin-top: 20px
    }
    [data-dirtype=ltr] #hd .ProductAwards__awardTabs__2C1Vo {
        padding-left: 20px
    }
    [data-dirtype=rtl] #hd .ProductAwards__awardTabs__2C1Vo {
        padding-right: 20px
    }
    #hd .ProductAwards__awardTabs__2C1Vo ul {
        justify-content: flex-start
    }
    [data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo ul {
        margin: 0 auto
    }
}

@media (max-width: 780px) {
    #hd .ProductAwards__rewardContainer__1EsHR {
        flex-direction: column
    }
    [data-dirtype] #hd .ProductAwards__rewardContainer__1EsHR {
        padding: 0
    }
    [data-dirtype] #hd .ProductAwards__productAwardPagePadding__25Bd5 {
        padding: 0 20px
    }
    #hd .ProductAwards__awardTabs__2C1Vo {
        overflow: scroll;
        overflow-y: hidden;
        width: 100%
    }
    [data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo {
        margin-top: 20px
    }
    [data-dirtype=ltr] #hd .ProductAwards__awardTabs__2C1Vo {
        padding-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductAwards__awardTabs__2C1Vo {
        padding-right: 10px
    }
    #hd .ProductAwards__awardTitle__1M5sA {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto
    }
    [data-dirtype] #hd .ProductAwards__awardTitle__1M5sA {
        padding-top: 30px;
        padding-bottom: 25px
    }
    #hd .ProductAwards__awardTitle__1M5sA h2,
    .ProductAwards__reviewWrapper__2Yudk h2 {
        font-size: 22px
    }
    [data-dirtype] #hd .ProductAwards__reviewWrapper__2Yudk h2 {
        padding: 50px 0
    }
    #hd .ProductAwards__reviewMediaContainer__37WLr {
        height: 560px
    }
    [data-dirtype] #hd .ProductAwards__reviewMediaContainer__37WLr {
        margin: 0
    }
    #hd .ProductAwards__videoContentScroll__lBcWo {
        overflow: auto;
        width: 100%
    }
}

#hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
    width: 100%;
    max-width: 360px;
    color: #fff
}

[data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
    padding: 30px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk {
    margin-left: 0;
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk {
    margin-right: 0;
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk:last-child {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk:last-child {
    margin-left: 0
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__lessItem__Bb9ec:last-child {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__lessItem__Bb9ec:last-child {
    margin-left: 0
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__rewardItemLessThanThree__2SA3Z {
    margin-left: 0;
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__rewardItemLessThanThree__2SA3Z {
    margin-right: 0;
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__rewardItemLessThanThree__2SA3Z:last-child {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__rewardItemLessThanThree__2SA3Z:last-child {
    margin-left: 0
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__threeItem__3Bn-X:last-child {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__threeItem__3Bn-X:last-child {
    margin-left: 0
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__oneItem__2Pr6f {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__oneItem__2Pr6f {
    margin-left: 0
}

#hd .ProductOverviewAwardsItem__rewardItem__XdJSB:hover .ProductOverviewAwardsItem__rewardItemName__1lQ70 {
    color: #e30017 !important
}

#hd .ProductOverviewAwardsItem__rewardItem__XdJSB:hover a {
    color: #e30017 !important
}

#hd .ProductOverviewAwardsItem__rewardItem__XdJSB a {
    color: #fff !important;
    display: inline-block
}

#hd .ProductOverviewAwardsItem__rewardItem__XdJSB .ProductOverviewAwardsItem__rewardItemName__1lQ70 {
    color: #fff;
    font-family: condensed;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

[data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB .ProductOverviewAwardsItem__rewardItemName__1lQ70 {
    text-align: center;
    margin: 0 0 15px
}

#hd .ProductOverviewAwardsItem__rewardItem__XdJSB p {
    overflow: hidden;
    font-family: roboto, Microsoft JhengHei, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

[data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB p {
    text-align: center;
    margin-bottom: 0
}

#hd .ProductOverviewAwardsItem__rewardImageWrapper__-eHmF {
    max-width: 290px;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center
}

[data-dirtype] #hd .ProductOverviewAwardsItem__rewardImageWrapper__-eHmF {
    margin: 0 auto 15px
}

#hd .ProductOverviewAwardsItem__rewardImageBox__WQUEJ {
    max-width: 250px;
    height: 150px;
    display: flex;
    align-items: center
}

[data-dirtype] #hd .ProductOverviewAwardsItem__rewardImageBox__WQUEJ {
    margin: 0 auto;
    background: transparent no-repeat 50%/contain
}

#hd .ProductOverviewAwardsItem__rewardImageBox__WQUEJ img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

#hd .ProductOverviewAwardsItem__noRewardImage__16hxc {
    max-width: 250px;
    height: 150px;
    display: flex;
    align-items: center
}

[data-dirtype] #hd .ProductOverviewAwardsItem__noRewardImage__16hxc {
    margin: 0 auto 20px
}

#hd .ProductOverviewAwardsItem__noRewardImage__16hxc svg {
    fill: #fff;
    width: 120px
}

[data-dirtype] #hd .ProductOverviewAwardsItem__noRewardImage__16hxc svg {
    margin: 0 auto
}

#hd .ProductOverviewAwardsItem__rewardItemUrlDate__2gaRc {
    display: flex;
    justify-content: space-between
}

[data-dirtype] #hd .ProductOverviewAwardsItem__rewardBottom__1YJW0 {
    border-top: 1px solid #bababa;
    margin-top: 20px;
    padding-top: 20px
}

@media (max-width: 1540px) {
    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        width: calc(25vw - 50px)
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        margin-right: 40px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        margin-left: 40px
    }
}

@media (max-width: 1024px) {
    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        width: calc(33.33333vw - 40px)
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        margin-right: 10px;
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        margin-left: 10px;
        margin-right: 10px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk {
        margin-right: 10px;
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk {
        margin-left: 10px;
        margin-right: 10px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk:last-child {
        margin-right: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk:last-child {
        margin-left: 0
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__lessItem__Bb9ec {
        margin-right: 10px;
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__lessItem__Bb9ec {
        margin-left: 10px;
        margin-right: 10px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__lessItem__Bb9ec:last-child {
        margin-right: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__lessItem__Bb9ec:last-child {
        margin-left: 0
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__threeItem__3Bn-X {
        margin-right: 10px;
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__threeItem__3Bn-X {
        margin-left: 10px;
        margin-right: 10px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__threeItem__3Bn-X:last-child {
        margin-right: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__threeItem__3Bn-X:last-child {
        margin-left: 0
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__oneItem__2Pr6f {
        margin-right: 10px;
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__oneItem__2Pr6f {
        margin-left: 10px;
        margin-right: 10px
    }
    #hd .ProductOverviewAwardsItem__rewardImageBox__WQUEJ {
        width: 100%
    }
}

@media (max-width: 780px) {
    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        height: auto;
        width: calc(50vw - 80px);
        max-width: calc(50vw - 80px)
    }
    [data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        padding: 15px 10px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        margin-right: 10px;
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        margin-left: 10px;
        margin-right: 10px
    }
    [data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__rewardItemLessThanThree__2SA3Z {
        margin: 0 0 10px
    }
    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB .ProductOverviewAwardsItem__awardName__3069a {
        height: 28px
    }
    [data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB .ProductOverviewAwardsItem__awardName__3069a {
        margin: 20px 0
    }
    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB h3 {
        font-size: 21.5px;
        -webkit-line-clamp: 1;
        max-height: 28px
    }
    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB p {
        font-size: 13.5px;
        max-width: 280px
    }
    [data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB p {
        margin: 0 auto
    }
}

@media (max-width: 540px) {
    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        height: auto;
        width: 240px;
        max-width: none;
        min-width: 240px
    }
}

#hd .ProductOverviewMediaItem__mediaItem__bpiwv {
    width: 100%;
    max-width: 350px;
    color: #fff
}

[data-dirtype] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
    padding: 30px
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__moreItem__3NBAp {
    margin-left: 0;
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__moreItem__3NBAp {
    margin-right: 0;
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA {
    margin-left: 0;
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA {
    margin-right: 0;
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA:last-child {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA:last-child {
    margin-left: 0
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy {
    margin-left: 0;
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy {
    margin-right: 0;
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy:last-child {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy:last-child {
    margin-left: 0
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__oneItem__GMSV_ {
    margin-left: 0;
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__oneItem__GMSV_ {
    margin-right: 0;
    margin-left: 0
}

#hd .ProductOverviewMediaItem__mediaItem__bpiwv:hover .ProductOverviewMediaItem__mediaItemName__1V_vU {
    color: #e30017 !important
}

#hd .ProductOverviewMediaItem__mediaItem__bpiwv:hover a {
    color: #e30017 !important
}

#hd .ProductOverviewMediaItem__mediaItem__bpiwv a {
    color: #fff !important;
    display: inline-block
}

#hd .ProductOverviewMediaItem__mediaItem__bpiwv .ProductOverviewMediaItem__mediaItemName__1V_vU {
    color: #fff;
    font-family: segoeui-bold;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

[data-dirtype] #hd .ProductOverviewMediaItem__mediaItem__bpiwv .ProductOverviewMediaItem__mediaItemName__1V_vU {
    text-align: center;
    margin: 0 0 15px
}

#hd .ProductOverviewMediaItem__mediaItem__bpiwv p {
    font-family: roboto, Microsoft JhengHei, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden
}

[data-dirtype] #hd .ProductOverviewMediaItem__mediaItem__bpiwv p {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0
}

#hd .ProductOverviewMediaItem__mediaImageBox__UM7Si {
    max-width: 250px;
    height: 150px;
    display: flex;
    align-items: center
}

[data-dirtype] #hd .ProductOverviewMediaItem__mediaImageBox__UM7Si {
    margin: 0 auto 20px;
    background: transparent no-repeat 50%/contain
}

#hd .ProductOverviewMediaItem__mediaImageBox__UM7Si img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

#hd .ProductOverviewMediaItem__noMediaImage__2xg5n {
    max-width: 250px;
    height: 150px;
    display: flex;
    align-items: center
}

[data-dirtype] #hd .ProductOverviewMediaItem__noMediaImage__2xg5n {
    margin: 0 auto 20px
}

#hd .ProductOverviewMediaItem__noMediaImage__2xg5n svg {
    fill: #fff;
    width: 120px
}

[data-dirtype] #hd .ProductOverviewMediaItem__noMediaImage__2xg5n svg {
    margin: 0 auto
}

@media (max-width: 1540px) {
    #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        width: calc(25vw - 50px)
    }
    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-right: 25px;
        margin-left: 25px
    }
    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-left: 25px;
        margin-right: 25px
    }
}

@media (max-width: 1200px) {
    #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        width: calc(25vw - 40px)
    }
    [data-dirtype] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        padding: 30px 20px 45px
    }
    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-right: 20px;
        margin-left: 20px
    }
    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (max-width: 1024px) {
    #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        width: calc(33.33333vw - 40px)
    }
    [data-dirtype] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        padding: 15px 10px
    }
    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-right: 10px;
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-left: 10px;
        margin-right: 10px
    }
    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__moreItem__3NBAp {
        margin-right: 10px;
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__moreItem__3NBAp {
        margin-left: 10px;
        margin-right: 10px
    }
    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA {
        margin-right: 10px;
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA {
        margin-left: 10px;
        margin-right: 10px
    }
    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA:last-child {
        margin-right: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA:last-child {
        margin-left: 0
    }
    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy {
        margin-right: 10px;
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy {
        margin-left: 10px;
        margin-right: 10px
    }
    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy:last-child {
        margin-right: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy:last-child {
        margin-left: 0
    }
    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__oneItem__GMSV_ {
        margin-left: 0;
        margin-right: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__oneItem__GMSV_ {
        margin-right: 0;
        margin-left: 0
    }
    #hd .ProductOverviewMediaItem__mediaImageBox__UM7Si {
        width: 100%
    }
}

@media (max-width: 780px) {
    #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        height: auto;
        width: calc(50vw - 80px);
        max-width: calc(50vw - 80px)
    }
    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-right: 10px;
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-left: 10px;
        margin-right: 10px
    }
    #hd .ProductOverviewMediaItem__mediaItem__bpiwv p {
        font-size: 13.5px;
        max-width: 280px
    }
    [data-dirtype] #hd .ProductOverviewMediaItem__mediaItem__bpiwv p {
        margin: 0 auto
    }
}

@media (max-width: 540px) {
    #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        height: auto;
        width: 240px;
        max-width: none;
        min-width: 240px
    }
}

#hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 {
    width: 100%;
    position: relative
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 {
    background-color: #202020;
    padding-top: 55px
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8.ProductOverviewAwardsContent__black__3btYR {
    background-color: #000
}

#hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2 {
    font-size: 36px !important;
    font-family: tradegothicltpro, Microsoft JhengHei, sans-serif;
    text-transform: uppercase;
    color: #fff !important
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2 {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important
}

#hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2.ProductOverviewAwardsContent__vnRogFontSize__XazXH {
    font-size: 64px !important
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardBorderLine__1qE2Y {
    border-bottom: 1px solid #343434
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ {
    max-width: 1520px;
    position: relative
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ {
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
    position: absolute;
    top: 50%;
    left: -80px;
    font-size: 45px;
    width: 45px
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: 0
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw svg {
    fill: #e30017
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw:hover>svg {
    fill: #c20013;
    transition: 0.25s ease-in
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw:hover>svg {
    transform: scale(1.05)
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
    position: absolute;
    top: 50%;
    right: -80px;
    font-size: 45px;
    width: 45px
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: 0
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF svg {
    fill: #e30017
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF:hover>svg {
    fill: #c20013;
    transition: 0.25s ease-in
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF:hover>svg {
    transform: scale(1.05)
}

#hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
    position: relative;
    overflow: hidden;
    max-width: 1520px;
    box-sizing: content-box !important
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
    margin: 0 auto;
    padding: 55px 0;
    border-bottom: 1px solid #343434
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5.ProductOverviewAwardsContent__productMediaContainer__1j0sS {
    padding: 55px 0
}

#hd .ProductOverviewAwardsContent__rewardContainer__1BqAB {
    position: relative;
    display: flex;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB {
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productVideoColum__1wcn9 {
    flex-direction: column;
    flex-wrap: wrap;
    height: 700px
}

#hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productAwardItemLessThanThree__HyRH6,
.ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productVideoItemLessThanThree__2dJEn {
    position: relative;
    display: flex;
    justify-content: center
}

#hd .ProductOverviewAwardsContent__rewardMoreContainer__2ShDa {
    max-width: 1520px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductOverviewAwardsContent__rewardMoreContainer__2ShDa {
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__rewardMoreContainer__2ShDa.ProductOverviewAwardsContent__isActive__1us7I {
    min-height: 426px;
    height: 100%
}

[data-dirtype] #hd .ProductOverviewAwardsContent__rewardMoreContainer__2ShDa.ProductOverviewAwardsContent__isActive__1us7I {
    padding-bottom: 56px
}

#hd .ProductOverviewAwardsContent__reviewWrapper__21ygO {
    display: flex;
    flex-direction: column
}

[data-dirtype] #hd .ProductOverviewAwardsContent__reviewWrapper__21ygO {
    background-color: #f5f5f5
}

#hd .ProductOverviewAwardsContent__reviewWrapper__21ygO h2 {
    color: #202020;
    display: block;
    font-family: tradegothicltpro, condensed;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwardsContent__reviewWrapper__21ygO h2 {
    padding: 105px 0 72px;
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__reviewMediaContainer__Dr0hW {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    height: 375px;
    transition: all .4s ease;
    overflow: hidden
}

[data-dirtype] #hd .ProductOverviewAwardsContent__reviewMediaContainer__Dr0hW {
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__reviewMediaContainer__Dr0hW.ProductOverviewAwardsContent__showMoreMedia__180St {
    height: 100%
}

#hd .ProductOverviewAwardsContent__awardTitle__k1Zox {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductOverviewAwardsContent__awardTitle__k1Zox {
    margin: 0 auto;
    padding-top: 105px;
    padding-bottom: 30px
}

#hd .ProductOverviewAwardsContent__awardTitle__k1Zox h2 {
    color: #202020;
    display: inline-block;
    font-family: tradegothicltpro, Microsoft JhengHei, sans-serif;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwardsContent__awardTitle__k1Zox h2 {
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__awardTitle__k1Zox span {
    font-family: tradegothicltpro, Microsoft JhengHei, sans-serif
}

#hd .ProductOverviewAwardsContent__awardTitle__k1Zox .ProductOverviewAwardsContent__nowPage__2ies6 {
    color: #202020;
    font-size: 14px;
    display: inline-block
}

[data-dirtype] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 {
    padding: 105px 0 135px
}

#hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 .ProductOverviewAwardsContent__videoContainer__2zyaT {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap
}

[data-dirtype] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 .ProductOverviewAwardsContent__videoContainer__2zyaT {
    margin: 0 auto
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 .ProductOverviewAwardsContent__videoContainer__2zyaT .ProductOverviewAwardsContent__videoReviewItem__26xGB {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 .ProductOverviewAwardsContent__videoContainer__2zyaT .ProductOverviewAwardsContent__videoReviewItem__26xGB {
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 .ProductOverviewAwardsContent__videoContainer__2zyaT .ProductOverviewAwardsContent__videoReviewItem__26xGB:nth-child(3) {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 .ProductOverviewAwardsContent__videoContainer__2zyaT .ProductOverviewAwardsContent__videoReviewItem__26xGB:nth-child(3) {
    margin-left: 0
}

#hd .ProductOverviewAwardsContent__videoReviewTitle__SIhZl {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductOverviewAwardsContent__videoReviewTitle__SIhZl {
    margin: 0 auto;
    padding-bottom: 62px
}

#hd .ProductOverviewAwardsContent__videoReviewTitle__SIhZl h2 {
    color: #202020;
    display: inline-block;
    font-family: tradegothicltpro, condensed;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwardsContent__videoReviewTitle__SIhZl h2 {
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__rewardMoreButton__2u6Oy {
    width: 100%
}

[data-dirtype] #hd .ProductOverviewAwardsContent__rewardMoreButton__2u6Oy {
    margin-bottom: 62px
}

#hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 {
    max-width: 1520px;
    height: 105px;
    display: flex;
    justify-content: center
}

[data-dirtype] #hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 {
    margin: 38px auto 0
}

#hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 i {
    color: #202020;
    height: 26px;
    line-height: 26px
}

#hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul {
    display: flex
}

[data-dirtype] #hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul {
    margin: 0 28px
}

#hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li {
    color: #202020;
    width: 42px;
    height: 26px;
    line-height: 26px;
    position: relative;
    z-index: 1
}

[data-dirtype] #hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li {
    cursor: pointer;
    text-align: center
}

#hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li.ProductOverviewAwardsContent__active__3bB_u {
    color: #fff
}

#hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li.ProductOverviewAwardsContent__active__3bB_u:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

[data-dirtype] #hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li.ProductOverviewAwardsContent__active__3bB_u:before {
    background-color: #e30017
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li.ProductOverviewAwardsContent__active__3bB_u:before {
    left: 0;
    transform: skew(-12deg)
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li.ProductOverviewAwardsContent__active__3bB_u:before {
    right: 0;
    transform: skew(12deg)
}

@media (max-width: 1730px) {
    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ {
        max-width: 100%
    }
    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        left: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        right: 0
    }
    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        right: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        left: 0
    }
}

@media (max-width: 1540px) {
    #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        max-width: calc(100vw - 200px)
    }
    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        left: 20px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        right: 20px
    }
    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        right: 20px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        left: 20px
    }
}

@media (max-width: 1200px) {
    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPagePadding__3vu8C {
        padding: 55px 45px
    }
    [data-dirtype] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 {
        padding: 50px 45px 105px
    }
    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        left: 40px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        right: 40px
    }
    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        right: 40px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        left: 40px
    }
}

@media (max-width: 1024px) {
    #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productVideoItemLessThanThree__2dJEn {
        justify-content: flex-start
    }
    #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productVideoItemOnlyOne__Uh19o {
        justify-content: center
    }
    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 {
        padding-top: 50px
    }
    #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        max-width: calc(100vw - 40px);
        height: auto;
        overflow-x: scroll
    }
    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        padding: 40px 0 50px;
        margin: 0
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        margin-left: 40px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        margin-right: 40px
    }
    #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5.ProductOverviewAwardsContent__productMediaContainer__1j0sS {
        height: auto
    }
    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5.ProductOverviewAwardsContent__productMediaContainer__1j0sS {
        padding: 40px 0
    }
    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw,
    .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        display: none
    }
}

@media (max-width: 780px) {
    [data-dirtype] #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB {
        padding: 0
    }
    #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productAwardItemLessThanThree__HyRH6 {
        display: flex;
        justify-content: flex-start
    }
    #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productAwardItemOnlyOne__KddKT {
        justify-content: center
    }
    #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2 {
        font-size: 28px !important
    }
    #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        max-width: calc(100vw - 10px)
    }
    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        padding: 40px 0 55px;
        margin: 0
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        margin-right: 10px
    }
    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5.ProductOverviewAwardsContent__productMediaContainer__1j0sS {
        padding: 40px 0
    }
    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        top: 50%;
        width: 30px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        left: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        right: 0
    }
    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        top: 50%;
        width: 30px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        right: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        left: 0
    }
    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPagePadding__3vu8C {
        padding: 55px 20px
    }
    #hd .ProductOverviewAwardsContent__awardTitle__k1Zox {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto
    }
    [data-dirtype] #hd .ProductOverviewAwardsContent__awardTitle__k1Zox {
        padding-top: 30px;
        padding-bottom: 25px
    }
    #hd .ProductOverviewAwardsContent__awardTitle__k1Zox h2,
    .ProductOverviewAwardsContent__reviewWrapper__21ygO h2 {
        font-size: 22px
    }
    [data-dirtype] #hd .ProductOverviewAwardsContent__reviewWrapper__21ygO h2 {
        padding: 50px 0
    }
    #hd .ProductOverviewAwardsContent__reviewMediaContainer__Dr0hW {
        height: 560px
    }
    [data-dirtype] #hd .ProductOverviewAwardsContent__reviewMediaContainer__Dr0hW {
        margin: 0
    }
}

@media (max-width: 540px) {
    #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productAwardItemOnlyOne__KddKT {
        justify-content: center
    }
    #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2 {
        font-size: 22px !important
    }
    #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        max-width: calc(100vw - 10px)
    }
    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        padding: 40px 0 50px;
        margin: 0
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        margin-right: 10px
    }
}

#hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 22
}

[data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
    padding: 0;
    margin-top: 10px;
    transform: translatez(0)
}

[data-dirtype=ltr] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
    left: 0
}

[data-dirtype=rtl] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
    right: 0
}

[data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ {
    padding-bottom: 20px
}

[data-dirtype=ltr] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ {
    padding-left: 24px
}

[data-dirtype=rtl] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ {
    padding-right: 24px
}

#hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__active__1KHrT .ProductAwardVideoContent__actionTitle__PPqmY {
    color: #e30017
}

#hd .ProductAwardVideoContent__actionTitle__PPqmY {
    font-family: roboto, Microsoft JhengHei, sans-serif;
    color: #fff;
    font-size: 16px;
    width: 100%;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

[data-dirtype] #hd .ProductAwardVideoContent__actionTitle__PPqmY {
    margin-bottom: 0
}

#hd .ProductAwardVideoContent__actionText__1kqan {
    color: #fff;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (max-width: 1300px) {
    #hd .ProductAwardVideoContent__actionTitle__PPqmY {
        font-size: 18px
    }
    #hd .ProductAwardVideoContent__actionText__1kqan {
        font-size: 14px
    }
}

@media (max-width: 1200px) {
    [data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
        margin-top: 10px
    }
}

@media (max-width: 1024px) {
    #hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
        position: relative;
        color: #fff
    }
    [data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
        padding: 0;
        margin-top: 8px
    }
    [data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ {
        padding: 0 10px 10px
    }
    #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ .ProductAwardVideoContent__actionTitle__PPqmY {
        color: #fff;
        height: 20px;
        line-height: 20px;
        font-family: roboto, Microsoft JhengHei, sans-serif
    }
    [data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ .ProductAwardVideoContent__actionTitle__PPqmY {
        margin: 0
    }
    #hd .ProductAwardVideoContent__actionTitle__PPqmY {
        font-size: 18px
    }
    #hd .ProductAwardVideoContent__actionText__1kqan {
        font-size: 16px
    }
}

@media (max-width: 540px) {
    [data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ {
        padding: 0 10px 10px
    }
}

#hd .AwardVideo__actionVideoContent__27K7P {
    position: relative;
    max-width: 480px
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P {
    cursor: pointer
}

[data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P {
    margin-left: 40px
}

#hd .AwardVideo__actionVideoContent__27K7P:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0
}

[data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P:before {
    left: 0
}

[data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P:before {
    right: 0
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__actionVideo__3qTNw {
    width: calc((100% - 20px)/2);
    height: 405px
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__actionVideo__3qTNw .AwardVideo__videoImage__2aDRv {
    width: 100%;
    height: 100%
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__actionVideo__3qTNw .AwardVideo__videoImage__2aDRv {
    background-position: 50%;
    background-size: contain
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__productVideo__2smGD {
    width: calc((100% - 40px)/3);
    height: 575px
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__productVideo__2smGD .AwardVideo__videoImage__2aDRv {
    width: 100%;
    height: 100%
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__productVideo__2smGD .AwardVideo__videoImage__2aDRv {
    background-position: 50%;
    background-size: cover
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
    width: calc((100% - 156px)/3);
    height: 290px
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
    margin-bottom: 30px
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 .AwardVideo__videoImage__2aDRv {
    width: 100%;
    height: calc(100% - 30px)
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 .AwardVideo__videoImage__2aDRv {
    background-position: 50%;
    background-size: 100%
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
    width: calc((100vw - 280px)/3);
    height: 290px
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
    margin-bottom: 30px
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft .AwardVideo__videoImage__2aDRv {
    width: 100%;
    height: calc(100% - 30px)
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft .AwardVideo__videoImage__2aDRv {
    background-position: 50%;
    background-size: 100%
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft .AwardVideo__videoBtn__1PwDN {
    top: calc(50% - 15px)
}

[data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft .AwardVideo__videoBtn__1PwDN {
    left: 50%;
    transform: translate(-50%, -50%)
}

[data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft .AwardVideo__videoBtn__1PwDN {
    right: 50%;
    transform: translate(50%, -50%)
}

#hd .AwardVideo__actionVideoContent__27K7P .AwardVideo__actionsItemContent__2h3aw {
    position: relative
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P .AwardVideo__actionsItemContent__2h3aw {
    padding: 0
}

#hd .AwardVideo__actionVideoContent__27K7P img {
    width: 100%
}

#hd .AwardVideo__actionVideoContent__27K7P .AwardVideo__videoBtn__1PwDN {
    position: absolute;
    top: 50%
}

[data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P .AwardVideo__videoBtn__1PwDN {
    left: 50%;
    transform: translate(-50%, -50%)
}

[data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P .AwardVideo__videoBtn__1PwDN {
    right: 50%;
    transform: translate(50%, -50%)
}

@media (max-width: 1540px) {
    [data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-right: 40px
    }
    [data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-left: 40px
    }
    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft,
    .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        width: calc((100vw - 280px)/3)
    }
}

@media (max-width: 1200px) {
    [data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-right: 20px
    }
    [data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-left: 20px
    }
    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft,
    .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        width: calc((100vw - 200px)/3 - 20px);
        height: 194px
    }
}

@media (max-width: 1024px) {
    .AwardVideo__actionVideoContent__27K7P {
        height: 100%;
        align-items: center
    }
    [data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-right: 20px
    }
    [data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-left: 20px
    }
    #hd .AwardVideo__actionVideoContent__27K7P .AwardVideo__videoBtn__1PwDN {
        top: calc(50% - 2px)
    }
    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        width: 80vw;
        height: 212px
    }
    [data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        margin-bottom: 0
    }
    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
        width: 80vw;
        height: 212px
    }
    [data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
        margin-bottom: 0
    }
}

@media (max-width: 780px) {
    [data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-right: 10px;
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-left: 10px;
        margin-right: 10px
    }
    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        width: 80vw;
        height: 212px
    }
    [data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        margin-bottom: 0
    }
    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
        width: 80vw;
        height: 212px
    }
    [data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
        margin-bottom: 0
    }
}

@media (max-width: 540px) {
    .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        width: 80vw;
        height: 212px
    }
    [data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        margin-bottom: 0
    }
    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
        width: 80vw;
        height: 212px
    }
    [data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
        margin-bottom: 0
    }
}

#hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU {
    width: 100%;
    position: relative
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU {
    background-color: #000;
    padding-top: 52px
}

#hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU h2 {
    font-size: 36px !important;
    font-family: tradegothicltpro, Microsoft JhengHei, sans-serif;
    text-transform: uppercase;
    color: #fff !important
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU h2 {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important
}

#hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU h2.ProductOverviewAwardsVideoContent__vnRogFontSize__36Lfz {
    font-size: 64px !important
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 {
    max-width: 1520px;
    position: relative
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 {
    margin: 0 auto
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
    position: absolute;
    top: 50%;
    left: -65px;
    font-size: 45px;
    width: 45px
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: 0
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM svg {
    fill: #e30017
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM:hover>svg {
    fill: #c20013;
    transition: 0.25s ease-in
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM:hover>svg {
    transform: scale(1.05)
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
    position: absolute;
    top: 50%;
    right: -65px;
    font-size: 45px;
    width: 45px
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: 0
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW svg {
    fill: #e30017
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW:hover>svg {
    fill: #c20013;
    transition: 0.25s ease-in
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW:hover>svg {
    transform: scale(1.05)
}

#hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35 {
    position: relative;
    overflow: hidden;
    max-width: 1520px;
    height: 280px;
    box-sizing: content-box !important
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35 {
    padding: 55px 0 65px;
    margin: 0 auto
}

#hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__productVideoContainer__X2j-r {
    height: 640px
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
    border-bottom: 1px solid #343434
}

#hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx {
    position: absolute;
    display: flex;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx {
    margin: 0 auto
}

#hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h {
    flex-wrap: wrap;
    height: 700px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
    margin-left: 0
}

#hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoColum__26qdj {
    flex-direction: column;
    flex-wrap: wrap;
    height: 700px
}

#hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productAwardItemLessThanThree__2w2HP,
.ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoItemLessThanThree__PAcr7,
.ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoItemOnlyOne__31o8m {
    position: relative;
    display: flex;
    justify-content: center
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoItemOnlyOne__31o8m .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoItemOnlyOne__31o8m .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
    margin-left: 0
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh {
    padding: 105px 0 135px
}

#hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 {
    margin: 0 auto
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3) {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3) {
    margin-left: 0
}

#hd .ProductOverviewAwardsVideoContent__videoReviewTitle__1VyTu {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__videoReviewTitle__1VyTu {
    margin: 0 auto;
    padding-bottom: 62px
}

#hd .ProductOverviewAwardsVideoContent__videoReviewTitle__1VyTu h2 {
    color: #202020;
    display: inline-block;
    font-family: tradegothicltpro, condensed;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__videoReviewTitle__1VyTu h2 {
    margin: 0 auto
}

@media (max-width: 1730px) {
    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 {
        max-width: 100%
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        left: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        right: 0
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        right: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        left: 0
    }
}

@media (max-width: 1540px) {
    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35 {
        max-width: calc(100vw - 200px)
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-right: 40px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-left: 40px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
        margin-right: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
        margin-left: 0
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        left: 40px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        right: 40px
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        right: 40px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        left: 40px
    }
}

@media (max-width: 1200px) {
    #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoColum__26qdj {
        height: 450px
    }
    #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h {
        height: 388px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-right: 20px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-left: 20px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
        margin-right: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
        margin-left: 0
    }
    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPagePadding__2oAtV {
        padding: 55px 45px
    }
    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh {
        padding: 50px 45px 105px
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__productVideoContainer__X2j-r {
        height: 450px
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        left: 40px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        right: 40px
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        right: 40px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        left: 40px
    }
}

@media (max-width: 1024px) {
    #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoColum__26qdj,
    .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h {
        flex-direction: row;
        flex-wrap: nowrap;
        height: auto
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-right: 20px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-left: 20px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
        margin-right: 20px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
        margin-left: 20px
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35 {
        max-width: calc(100vw - 40px);
        overflow-x: scroll
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        height: 210px
    }
    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        padding: 40px 0 50px;
        margin: 0
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        margin-left: 40px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        margin-right: 40px
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM,
    .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        display: none
    }
}

@media (max-width: 780px) {
    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx {
        padding: 0
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU h2 {
        font-size: 28px !important
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35 {
        max-width: calc(100vw - 20px)
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        height: 240px
    }
    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        padding: 40px 0 50px;
        margin: 0
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        margin-left: 20px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        margin-right: 20px
    }
    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPagePadding__2oAtV {
        padding: 55px 20px
    }
    #hd .ProductOverviewAwardsVideoContent__awardTitle__1cFTF {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto
    }
    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__awardTitle__1cFTF {
        padding-top: 30px;
        padding-bottom: 25px
    }
    #hd .ProductOverviewAwardsVideoContent__awardTitle__1cFTF h2 {
        font-family: tradegothicltpro, Microsoft JhengHei, sans-serif;
        font-size: 22px
    }
    #hd .ProductOverviewAwardsVideoContent__reviewWrapper__1Ot8T h2 {
        font-size: 22px
    }
    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__reviewWrapper__1Ot8T h2 {
        padding: 50px 0
    }
    #hd .ProductOverviewAwardsVideoContent__reviewMediaContainer__sTtTK {
        height: 560px
    }
    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__reviewMediaContainer__sTtTK {
        margin: 0
    }
    #hd .ProductOverviewAwardsVideoContent__videoContentScroll__m3u_h {
        overflow-x: auto;
        width: 100%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh {
        padding: 50px 0 50px 20px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh {
        padding: 50px 20px 50px 0
    }
    #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        width: 300px;
        height: 197px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-right: 20px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-left: 20px
    }
    #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoReviewTitle__1VyTu h2 {
        font-size: 22px
    }
}

@media (max-width: 540px) {
    #hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU h2 {
        font-size: 22px !important
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35 {
        max-width: calc(100vw - 10px)
    }
    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        height: 210px
    }
    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        padding: 40px 0 50px;
        margin: 0
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        margin-left: 10px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        margin-right: 10px
    }
}

#hd .ProductOverviewAwards__productOverviewAwards__1MI5n {
    position: relative
}

#hd .ProductOverviewAwards__productAwardContainer__sJSAK {
    width: 100%;
    position: relative
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardContainer__sJSAK {
    background-color: #2d2d2d;
    padding-top: 45px
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardContainer__sJSAK.ProductOverviewAwards__black__1y43g {
    background-color: #000
}

#hd .ProductOverviewAwards__productAwardContainer__sJSAK h2 {
    font-size: 36px;
    font-family: tradegothicltpro, Microsoft JhengHei, sans-serif;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardContainer__sJSAK h2 {
    text-align: center;
    margin: 0
}

#hd .ProductOverviewAwards__productAwardPage__1nmod {
    max-width: 1520px;
    position: relative
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardPage__1nmod {
    margin: 0 auto
}

#hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
    position: absolute;
    top: 50%;
    left: -50px;
    font-size: 45px;
    width: 45px
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
    transform: translateY(-50%);
    cursor: pointer
}

#hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq svg {
    fill: #e30017
}

#hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq:hover>svg {
    fill: #c20013;
    transition: 0.25s ease-in
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq:hover>svg {
    transform: scale(1.05)
}

#hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
    position: absolute;
    top: 50%;
    right: -50px;
    font-size: 45px;
    width: 45px
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
    transform: translateY(-50%);
    cursor: pointer
}

#hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO svg {
    fill: #e30017
}

#hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO:hover>svg {
    fill: #c20013;
    transition: 0.25s ease-in
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO:hover>svg {
    transform: scale(1.05)
}

#hd .ProductOverviewAwards__productAwardWrapper__2x5lO {
    position: relative;
    overflow: hidden;
    max-width: 1520px;
    height: 400px
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardWrapper__2x5lO {
    padding: 55px 0 65px;
    margin: 0 auto
}

#hd .ProductOverviewAwards__rewardContainer__2qEJH {
    width: 1520px;
    position: absolute;
    display: flex;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductOverviewAwards__rewardContainer__2qEJH {
    margin: 0 auto
}

#hd .ProductOverviewAwards__rewardContainer__2qEJH.ProductOverviewAwards__rewardItemLessThanThree__2gdPW {
    justify-content: center
}

#hd .ProductOverviewAwards__rewardMoreContainer__Y_lnS {
    max-width: 1520px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductOverviewAwards__rewardMoreContainer__Y_lnS {
    margin: 0 auto
}

#hd .ProductOverviewAwards__rewardMoreContainer__Y_lnS.ProductOverviewAwards__isActive__vAU5X {
    min-height: 426px;
    height: 100%
}

[data-dirtype] #hd .ProductOverviewAwards__rewardMoreContainer__Y_lnS.ProductOverviewAwards__isActive__vAU5X {
    padding-bottom: 56px
}

#hd .ProductOverviewAwards__reviewWrapper__dOpZd {
    display: flex;
    flex-direction: column
}

[data-dirtype] #hd .ProductOverviewAwards__reviewWrapper__dOpZd {
    background-color: #f5f5f5
}

#hd .ProductOverviewAwards__reviewWrapper__dOpZd h2 {
    color: #202020;
    display: block;
    font-family: tradegothicltpro, condensed;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwards__reviewWrapper__dOpZd h2 {
    padding: 105px 0 72px;
    margin: 0 auto
}

#hd .ProductOverviewAwards__reviewMediaContainer__3IxKt {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    height: 375px;
    transition: all .4s ease;
    overflow: hidden
}

[data-dirtype] #hd .ProductOverviewAwards__reviewMediaContainer__3IxKt {
    margin: 0 auto
}

#hd .ProductOverviewAwards__reviewMediaContainer__3IxKt.ProductOverviewAwards__showMoreMedia__2pDtV {
    height: 100%
}

#hd .ProductOverviewAwards__awardTitle__2FM_z {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductOverviewAwards__awardTitle__2FM_z {
    margin: 0 auto;
    padding-top: 105px;
    padding-bottom: 30px
}

#hd .ProductOverviewAwards__awardTitle__2FM_z h2 {
    color: #202020;
    display: inline-block;
    font-family: tradegothicltpro, Microsoft JhengHei, sans-serif;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwards__awardTitle__2FM_z h2 {
    margin: 0 auto
}

#hd .ProductOverviewAwards__awardTitle__2FM_z span {
    font-family: tradegothicltpro, Microsoft JhengHei, sans-serif
}

#hd .ProductOverviewAwards__awardTitle__2FM_z .ProductOverviewAwards__nowPage__2m94D {
    color: #202020;
    font-size: 14px;
    display: inline-block
}

[data-dirtype] #hd .ProductOverviewAwards__videoWrapper__1tQxN {
    padding: 105px 0 135px
}

#hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap
}

[data-dirtype] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD {
    margin: 0 auto
}

[data-dirtype=ltr] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI {
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI:nth-child(3) {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI:nth-child(3) {
    margin-left: 0
}

#hd .ProductOverviewAwards__videoReviewTitle__1I2Zc {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductOverviewAwards__videoReviewTitle__1I2Zc {
    margin: 0 auto;
    padding-bottom: 62px
}

#hd .ProductOverviewAwards__videoReviewTitle__1I2Zc h2 {
    color: #202020;
    display: inline-block;
    font-family: tradegothicltpro, condensed;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwards__videoReviewTitle__1I2Zc h2 {
    margin: 0 auto
}

#hd .ProductOverviewAwards__rewardMoreButton__OHH5q {
    width: 100%
}

[data-dirtype] #hd .ProductOverviewAwards__rewardMoreButton__OHH5q {
    margin-bottom: 62px
}

#hd .ProductOverviewAwards__pageNumbers__3DhdU {
    max-width: 1520px;
    height: 105px;
    display: flex;
    justify-content: center
}

[data-dirtype] #hd .ProductOverviewAwards__pageNumbers__3DhdU {
    margin: 38px auto 0
}

#hd .ProductOverviewAwards__pageNumbers__3DhdU i {
    color: #202020;
    height: 26px;
    line-height: 26px
}

#hd .ProductOverviewAwards__pageNumbers__3DhdU ul {
    display: flex
}

[data-dirtype] #hd .ProductOverviewAwards__pageNumbers__3DhdU ul {
    margin: 0 28px
}

#hd .ProductOverviewAwards__pageNumbers__3DhdU ul li {
    color: #202020;
    width: 42px;
    height: 26px;
    line-height: 26px;
    position: relative;
    z-index: 1
}

[data-dirtype] #hd .ProductOverviewAwards__pageNumbers__3DhdU ul li {
    cursor: pointer;
    text-align: center
}

#hd .ProductOverviewAwards__pageNumbers__3DhdU ul li.ProductOverviewAwards__active__1hRdY {
    color: #fff
}

#hd .ProductOverviewAwards__pageNumbers__3DhdU ul li.ProductOverviewAwards__active__1hRdY:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

[data-dirtype] #hd .ProductOverviewAwards__pageNumbers__3DhdU ul li.ProductOverviewAwards__active__1hRdY:before {
    background-color: #e30017
}

[data-dirtype=ltr] #hd .ProductOverviewAwards__pageNumbers__3DhdU ul li.ProductOverviewAwards__active__1hRdY:before {
    left: 0;
    transform: skew(-12deg)
}

[data-dirtype=rtl] #hd .ProductOverviewAwards__pageNumbers__3DhdU ul li.ProductOverviewAwards__active__1hRdY:before {
    right: 0;
    transform: skew(12deg)
}

@media (max-width: 1730px) {
    #hd .ProductOverviewAwards__productAwardPage__1nmod {
        max-width: 100%
    }
    #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        left: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        right: 0
    }
    #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        right: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        left: 0
    }
}

@media (max-width: 1540px) {
    #hd .ProductOverviewAwards__productAwardWrapper__2x5lO {
        max-width: calc(100vw - 200px)
    }
    #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        left: 20px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        right: 20px
    }
    #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        top: 50%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        right: 20px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        left: 20px
    }
}

@media (max-width: 1200px) {
    [data-dirtype] #hd .ProductOverviewAwards__productAwardPagePadding__2YKBX {
        padding: 55px 45px
    }
    [data-dirtype] #hd .ProductOverviewAwards__videoWrapper__1tQxN {
        padding: 50px 45px 105px
    }
}

@media (max-width: 1024px) {
    #hd .ProductOverviewAwards__productAwardWrapper__2x5lO {
        max-width: calc(100vw - 120px)
    }
    #hd .ProductOverviewAwards__productAwardWrapper__2x5lO.ProductOverviewAwards__videoAwardWrapper__NxBO0 {
        height: 300px
    }
}

@media (max-width: 780px) {
    [data-dirtype] #hd .ProductOverviewAwards__rewardContainer__2qEJH {
        padding: 0
    }
    #hd .ProductOverviewAwards__productAwardWrapper__2x5lO {
        max-width: calc(100vw - 80px)
    }
    #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        top: 50%;
        width: 30px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        left: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        right: 0
    }
    #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        top: 50%;
        width: 30px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        right: 0
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        left: 0
    }
    [data-dirtype] #hd .ProductOverviewAwards__productAwardPagePadding__2YKBX {
        padding: 55px 20px
    }
    #hd .ProductOverviewAwards__awardTitle__2FM_z {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto
    }
    [data-dirtype] #hd .ProductOverviewAwards__awardTitle__2FM_z {
        padding-top: 30px;
        padding-bottom: 25px
    }
    #hd .ProductOverviewAwards__awardTitle__2FM_z h2,
    .ProductOverviewAwards__reviewWrapper__dOpZd h2 {
        font-size: 22px
    }
    [data-dirtype] #hd .ProductOverviewAwards__reviewWrapper__dOpZd h2 {
        padding: 50px 0
    }
    #hd .ProductOverviewAwards__reviewMediaContainer__3IxKt {
        height: 560px
    }
    [data-dirtype] #hd .ProductOverviewAwards__reviewMediaContainer__3IxKt {
        margin: 0
    }
    #hd .ProductOverviewAwards__videoContentScroll__5RM9K {
        overflow-x: auto;
        width: 100%
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwards__videoWrapper__1tQxN {
        padding: 50px 0 50px 20px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwards__videoWrapper__1tQxN {
        padding: 50px 20px 50px 0
    }
    #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI {
        width: 300px;
        height: 197px
    }
    [data-dirtype=ltr] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI {
        margin-right: 20px
    }
    [data-dirtype=rtl] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI {
        margin-left: 20px
    }
    #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoReviewTitle__1I2Zc h2 {
        font-size: 22px
    }
}

@media (max-width: 540px) {
    #hd .ProductOverviewAwards__productAwardContainer__sJSAK h2 {
        font-size: 28px
    }
    #hd .ProductOverviewAwards__productAwardWrapper__2x5lO {
        max-width: calc(100vw - 80px)
    }
    #hd .ProductOverviewAwards__productAwardWrapper__2x5lO.ProductOverviewAwards__videoAwardWrapper__NxBO0 {
        height: 360px
    }
    [data-dirtype] #hd .ProductOverviewAwards__productAwardWrapper__2x5lO.ProductOverviewAwards__videoAwardWrapper__NxBO0 {
        padding: 20px 0
    }
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8.ProductOverviewAwardsContent__black__3btYR {
    background: none
}

@media screen and (max-width: 480px) {
    #hd .sec-awards,
    #hd .sec-cpu,
    #hd .sec-mux,
    #hd .sec-coolingTech,
    #hd .sec-designFeature,
    #hd .sec-displayIntro,
    #hd .sec-control,
    #hd .sec-gamepass {
        background: none !important
    }
}


/*# sourceMappingURL=hd-style.css.map */