
/*add compatible logo*/
/*Image file location : ProArt PA401 Wood Edition - Metal Panel*/
#hd .sec-kv .hd-img-container:before{
    content: "50 Series Graphics Cards Ready";
    position: absolute;
    font-size: 0;
    width: 12%;
    height: 0;
    padding-top: 4.14%;
    top: 73%;
    right: 20%;
    background-image: url('https://dlcdnwebimgs.asus.com/files/media/077b90c3-9035-49b0-aa7f-63c0429cf2b7/v1/img/compatible-logo.png');
    background-size: cover;
    z-index: 2;
}
@media screen and (max-width: 620px) {
  #hd .sec-kv .hd-img-container:before{
    width: 23%;
    padding-top: 7.93%;
    top: 66%;
    right: 1%;
  }

}
@import url(../lib/swiper/swiper-bundle.min.css);
@import url("https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css");
@font-face {
    font-family: 'TTNormsProNormal';
    src: url("../fonts/TTNormsProNormal.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'TTNormsProMedium';
    src: url("../fonts/TTNormsProMedium.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

.bg-dark {
    background: #1b1d23
}

.bg-light {
    background: #2a2a32
}

.bg-calibration {
    background: #0d1116
}

#special-sectionOverview {
    margin-bottom: 100px
}

.ProductTabBar__productTabBarContainer__1e5nP,
.overviewSimpleContent,
.overviewAwardsContent,
.ProductRecommenedRelated__productRecommendRelatedContainer__3Akgf,
.ProductFooter__productFooterContainer__Z6Bel.ProductFooter__productBackgroundBlack__24n1I,
.Footer__footerContent__22G1u {
    position: relative;
    z-index: 2
}

.width-line-gray {
    background: none
}

.style-reset {
    font-family: "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background: black;
    color: white;
    font-size: 16px;
    margin: 0;
    padding: 0
}

.style-reset * {
    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
}

.style-reset * ::selection {
    background: #1d2124;
    color: #efefef
}

.style-reset * ::-moz-selection {
    background: #333333;
    color: #efefef
}

.style-reset ul,
.style-reset li,
.style-reset figure {
    margin: 0;
    padding: 0
}

.style-reset h1,
.style-reset h2,
.style-reset h3,
.style-reset h4,
.style-reset p,
.style-reset a,
.style-reset li {
    font: inherit;
    padding: 0;
    margin: 0
}

.style-reset img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0
}

.style-reset img.lazyload {
    opacity: 0;
    transition: opacity 0.5s ease
}

.style-reset iframe,
.style-reset video {
    max-width: 100%
}

.style-reset button {
    display: block;
    font: inherit;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer
}

#hd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

#hd a:focus-visible,
#hd button:focus-visible,
#hd input:focus-visible,
#hd select:focus-visible,
#hd textarea:focus-visible,
#hd [role="button"]:focus-visible,
#hd [tabindex="0"]:focus-visible {
    outline: 1px solid #cdab82
}

#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 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 {
    animation-delay: 0s;
    animation-duration: .25s;
    animation-name: fadeIn;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes slideProgress {
    0% {
        transform: scale(0, 1)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-moz-keyframes slideProgress {
    0% {
        transform: scale(0, 1)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-ms-keyframes slideProgress {
    0% {
        transform: scale(0, 1)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-o-keyframes slideProgress {
    0% {
        transform: scale(0, 1)
    }

    100% {
        transform: scale(1, 1)
    }
}

@keyframes slideProgress {
    0% {
        transform: scale(0, 1)
    }

    100% {
        transform: scale(1, 1)
    }
}

@-webkit-keyframes steps {

    0%,
    25% {
        opacity: 1
    }

    30%,
    90% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes steps {

    0%,
    25% {
        opacity: 1
    }

    30%,
    90% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes steps {

    0%,
    25% {
        opacity: 1
    }

    30%,
    90% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes steps {

    0%,
    25% {
        opacity: 1
    }

    30%,
    90% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes steps {

    0%,
    25% {
        opacity: 1
    }

    30%,
    90% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#hd {
    font-family: "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px
}

#hd h1 {
    font-family: "TTNormsProNormal", "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 5.125em;
    line-height: 1.05;
    letter-spacing: 0;
    margin-bottom: .25em
}

#hd h2,
#hd .h2 {
    font-family: "TTNormsProMedium", "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.2;
    color: #fff !important;
    letter-spacing: .06em;
    margin-bottom: .5em;
    word-break: normal;
    word-wrap: normal;
    font-stretch: normal
}

#hd h2.hd-main-title,
#hd .h2.hd-main-title {
    font-family: "TTNormsProNormal", "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 2em;
    line-height: 1.2;
    letter-spacing: .18em;
    padding-top: 0.125em
}

#hd h3,
#hd .h3 {
    font-family: "TTNormsProNormal", "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 2em;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: .75em;
    font-stretch: normal
}

#hd h3.hd-main-title,
#hd .h3.hd-main-title {
    font-family: "TTNormsProNormal", "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
    font-size: 3em;
    line-height: 1.2;
    border-left-width: .04em;
    margin-bottom: 1em
}

#hd h4,
#hd .h4 {
    font-family: "TTNormsProNormal", "Segoe UI", "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.018em;
    margin-bottom: .25em
}

#hd h5,
#hd .h5 {
    font-family: "TTNormsProNormal", "Segoe UI", "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .018em;
    margin-bottom: .5em;
    font-stretch: normal
}

#hd p,
#hd small,
#hd a,
#hd li {
    font-family: "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    letter-spacing: .018em;
    font-stretch: normal
}

#hd p,
#hd .p {
    font-family: "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.25em;
    line-height: 1.5;
    letter-spacing: 0.018em;
    font-weight: 300;
    font-stretch: normal
}

#hd b,
#hd strong {
    font-family: "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500
}

#hd small {
    font-size: .75em;
    font-weight: 400;
    letter-spacing: .018em;
    line-height: 1.75
}

#hd .txt-larger {
    font-size: 1.25em
}

#hd .align-center {
    text-align: center
}

#hd .align-left {
    text-align: left
}

#hd .align-right {
    text-align: right
}

#hd .align-italic {
    font-style: italic
}

#hd a.txt-link {
    display: inline-block;
    text-decoration: underline;
    font-weight: 400
}

#hd a.txt-link:hover {
    color: white !important
}

#hd .color-primary {
    color: #cdab82 !important
}

#hd .color-info {
    color: #2A77CF !important
}

#hd .color-grey {
    color: #aaa !important
}

#hd .color-light-grey {
    color: #eee !important
}

#hd .color-white {
    color: white !important
}

#hd .color-black {
    color: black !important
}

#hd .color-gradient {
    display: inline-block;
    color: #cdab82 !important;
    background-color: #dfc9a9;
    background-image: -moz-linear-gradient(125deg, #dfc9a9, #cdab82, #9a7a59);
    background-image: -webkit-linear-gradient(125deg, #dfc9a9, #cdab82, #9a7a59);
    background-image: linear-gradient(125deg, #dfc9a9, #cdab82, #9a7a59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#hd .color-gradient::selection,
#hd .color-gradient>*::selection {
    background: #1b1d23;
    color: #cdab82;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #cdab82
}

#hd .color-gradient::-moz-selection,
#hd .color-gradient>*::-moz-selection {
    background: #1b1d23;
    color: #cdab82;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #cdab82
}

#hd .hd-uppercase {
    text-transform: uppercase
}

@media screen and (min-width: 2560px) {
    #hd {
        font-size: 20px
    }
}

@media screen and (min-width: 3000px) {
    #hd {
        font-size: 36px
    }
}

@media screen and (max-width: 1280px) {
    #hd h1 {
        font-size: 4em
    }

    #hd h2,
    #hd .h2 {
        font-size: 2.5em
    }

    #hd h2.hd-main-title,
    #hd .h2.hd-main-title {
        font-size: 1.75em
    }

    #hd h3,
    #hd .h3 {
        font-size: 2em
    }

    #hd h3.hd-main-title,
    #hd .h3.hd-main-title {
        font-size: 2.5em
    }

    #hd h4,
    #hd .h4 {
        font-size: 1.25em
    }

    #hd p,
    #hd .p {
        font-size: 1.125em
    }
}

@media screen and (max-width: 1024px) {
    #hd h1 {
        font-size: 3.25em
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.75em
    }

    #hd h4,
    #hd .h4 {
        font-size: 1.125em
    }

    #hd p,
    #hd .p {
        font-size: 1em;
        line-height: 1.5
    }
}

@media screen and (max-width: 768px) {
    #hd h1 {
        font-size: 3em
    }

    #hd h2,
    #hd .h2 {
        font-size: 2em
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.5em
    }

    #hd h5,
    #hd .h5 {
        font-size: 1.125em
    }

    #hd .txt-larger {
        font-size: 1.125em
    }
}

@media screen and (max-width: 480px) {
    #hd h1 {
        font-size: 2.25em
    }

    #hd h2,
    #hd .h2 {
        font-size: 1.75em
    }

    #hd h2.hd-main-title,
    #hd .h2.hd-main-title {
        font-size: 1.5em
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.25em
    }

    #hd h3.hd-main-title,
    #hd .h3.hd-main-title {
        font-size: 2em
    }

    #hd h4,
    #hd .h4 {
        font-size: 1em
    }

    #hd p {
        font-size: 0.875em
    }

    #hd .txt-larger {
        font-size: 1em
    }
}

#hd .w95 {
    width: 94%;
    margin: 0 auto;
    position: relative
}

#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1366,
#hd .hd-w1600,
#hd .hd-w1680 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

#hd .hd-w900 {
    max-width: 900px
}

#hd .hd-w1000 {
    max-width: 1000px
}

#hd .hd-w1100 {
    max-width: 1100px
}

#hd .hd-w1366 {
    width: 90%;
    max-width: 1366px
}

#hd .hd-w1600 {
    width: 90%;
    max-width: 1600px
}

#hd .hd-w1680 {
    width: 90%;
    max-width: 1680px
}

#hd .hd-w2560 {
    max-width: 2560px;
    margin: 0 auto;
    position: relative
}

#hd .hd-mw900 {
    max-width: 900px
}

#hd .hd-mw1000 {
    max-width: 1000px
}

#hd .hd-mw700 {
    max-width: 700px
}

#hd .hd-col20 {
    width: 20%
}

#hd .hd-col25 {
    width: 25%
}

#hd .hd-col30 {
    width: 30%
}

#hd .hd-col33 {
    width: 33.3333%
}

#hd .hd-col40 {
    width: 40%
}

#hd .hd-col45 {
    width: 45%
}

#hd .hd-col50 {
    width: 50%
}

#hd .hd-col55 {
    width: 55%
}

#hd .hd-col60 {
    width: 60%
}

#hd .hd-col65 {
    width: 65%
}

#hd .hd-col66 {
    width: 66.6666%
}

#hd .hd-col70 {
    width: 70%
}

#hd .hd-col75 {
    width: 75%
}

#hd .hd-col80 {
    width: 80%
}

#hd .hd-col100 {
    width: 100%
}

#hd .ib-top {
    display: inline-block;
    vertical-align: top
}

#hd .ib-bottom {
    display: inline-block;
    vertical-align: bottom
}

#hd .flex-wrap {
    display: flex;
    flex-wrap: wrap
}

#hd .flex-nowrap {
    display: flex;
    flex-wrap: nowrap
}

#hd .align-items-center {
    align-items: center
}

#hd .align-items-start {
    align-items: flex-start
}

#hd .align-items-end {
    align-items: flex-end
}

#hd .justify-content-center {
    justify-content: center
}

#hd .justify-content-start {
    justify-content: flex-start
}

#hd .justify-content-end {
    justify-content: flex-end
}

#hd .justify-content-between {
    justify-content: space-between
}

#hd .justify-content-around {
    justify-content: space-around
}

#hd .flex-row-reverse {
    flex-direction: row-reverse
}

#hd .hd-d-none {
    display: none
}

#hd .hd-d-block {
    display: block
}

#hd .hd-d-ib {
    display: inline-block
}

#hd .mx-auto {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 2560px) {

    #hd .hd-w900,
    #hd .hd-w1000 {
        max-width: 1400px
    }

    #hd .hd-w1100,
    #hd .hd-w1200,
    #hd .hd-w1366 {
        max-width: 1600px
    }

    #hd .hd-w1600,
    #hd .hd-w1680 {
        width: 90%;
        max-width: 2000px
    }

    #hd .hd-mw1000 {
        max-width: 1200px
    }

    #hd .hd-mw900 {
        max-width: 1100px
    }

    #hd .hd-mw700 {
        max-width: 1000px
    }
}

@media screen and (min-width: 3000px) {

    #hd .hd-w900,
    #hd .hd-w1000 {
        max-width: 1800px
    }

    #hd .hd-w1100,
    #hd .hd-w1200,
    #hd .hd-w1366 {
        max-width: 2560px
    }

    #hd .hd-w1600,
    #hd .hd-w1680 {
        width: 90%;
        max-width: 3000px
    }
}

@media screen and (max-width: 1023px) {

    #hd .hd-w1000,
    #hd .hd-w1100,
    #hd .hd-w1200 {
        width: 90%
    }
}

@media screen and (max-width: 1023px) {
    #hd .hd-d-1023-none {
        display: none
    }

    #hd .hd-d-1023-block {
        display: block
    }

    #hd .hd-d-1023-inline-block {
        display: inline-block
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-d-768-none {
        display: none
    }

    #hd .hd-d-768-block {
        display: block
    }

    #hd .hd-d-768-flex {
        display: flex
    }
}

@media screen and (max-width: 620px) {
    #hd .hd-d-620-none {
        display: none
    }

    #hd .hd-d-620-block {
        display: block
    }
}

@media screen and (max-width: 480px) {
    #hd .hd-d-480-none {
        display: none
    }

    #hd .hd-d-480-block {
        display: block
    }
}

#hd hr {
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
    height: 2px;
    background: #cdab82;
    margin: 0 0 40px;
    transform-origin: 0 0
}

#hd .hd-feature-container {
    display: flex;
    flex-wrap: wrap
}

#hd .hd-feature-container li {
    margin-right: 2em;
    margin-bottom: 1.5em
}

#hd .hd-feature-container p {
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 0
}

#hd .hd-feature-container strong {
    display: block;
    font-family: "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 3em;
    line-height: 1;
    letter-spacing: .018em;
    margin: .125em 0
}

#hd .hd-feature-container small {
    font-family: inherit;
    font-weight: inherit;
    font-size: .75em;
    line-height: 1
}

#hd .gif-container {
    position: relative;
    overflow: hidden
}

#hd .gif-container img.hd-d-none {
    position: absolute !important;
    top: 0;
    left: 0
}

#hd .gif-container .vid-control img {
    margin: auto !important
}

#hd .gif-container.is-reduced-motion img.hd-d-none {
    display: block !important
}

#hd .tab-list {
    display: flex;
    justify-content: center;
    margin: 40px auto 100px
}

#hd .tab-list [role="tab"] {
    font-family: "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.125;
    color: #dfc9a9;
    background: black;
    border: 1px solid #dfc9a9;
    padding: .25em 1.25em .4em;
    text-align: center;
    border-radius: 2em;
    margin: 0 24px;
    cursor: pointer
}

#hd .tab-list [role="tab"]:hover,
#hd .tab-list [role="tab"]:focus-visible {
    background: #1b1d23;
    color: white
}

#hd .tab-list [role="tab"][aria-current="true"] {
    background: #dfc9a9;
    color: black
}

#hd .tab-list h4 {
    font: inherit;
    color: inherit;
    margin-bottom: 0
}

#hd .tab-content>div {
    display: none
}

#hd .tab-content>div[aria-current="true"] {
    display: block
}

@media screen and (max-width: 1280px) {
    #hd .hd-feature-container strong {
        font-size: 2.5em
    }

    #hd .tab-list [role="tab"] {
        margin: 0 10px
    }
}

@media screen and (max-width: 1024px) {
    #hd .hd-feature-container li {
        margin-right: 1em
    }

    #hd .hd-feature-container strong {
        font-size: 1.75em
    }

    #hd .tab-list [role="tab"] {
        font-size: 1.125em
    }
}

@media screen and (max-width: 768px) {
    #hd .tab-list {
        margin-bottom: 40px
    }

    #hd .tab-list [role="tab"] {
        font-size: 1em;
        margin: 0 4px
    }
}

@media screen and (max-width: 620px) {
    #hd .hd-feature-container strong {
        font-size: 1.5em
    }

    #hd .tab-list {
        flex-direction: column
    }

    #hd .tab-list [role="tab"] {
        margin-bottom: 10px
    }
}

#hd .hd-btn {
    display: inline-block;
    font-family: "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 1.125em;
    letter-spacing: 0;
    line-height: 1;
    color: white;
    background: #1b1d23;
    padding: .75em 1.25em;
    text-align: center;
    border-radius: 2em;
    margin: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: background 0.4s ease, transform 0.25s ease
}

#hd .hd-btn:hover,
#hd .hd-btn:focus-visible {
    background: #cdab82;
    color: black
}

#hd .hd-btn:active {
    color: #eee
}

#hd .hd-btn.hd-btn-primary {
    color: #cdab82;
    border: 1px solid #cdab82
}

#hd .hd-btn.hd-btn-gradient {
    font-family: "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 0.9em;
    min-width: 10.5em;
    opacity: 1;
    border: none;
    color: black !important;
    background-color: #ddc1a0;
    background-image: -moz-linear-gradient(125deg, #ddc1a0, #f7e5cf, #ddc1a0 20%, #ceb18d, #9b7754 80%);
    background-image: -webkit-linear-gradient(125deg, #ddc1a0, #f7e5cf, #ddc1a0 20%, #ceb18d, #9b7754 80%);
    background-image: linear-gradient(125deg, #ddc1a0, #f7e5cf, #ddc1a0 20%, #ceb18d, #9b7754 80%);
    background-size: 200%;
    background-position: 50% 0;
    transition: background 0.25s ease
}

#hd .hd-btn.hd-btn-gradient:hover,
#hd .hd-btn.hd-btn-gradient:focus-visible {
    background-position: 0 0
}

#hd .hd-btn.hd-btn-arrow {
    border: none;
    position: relative
}

#hd .hd-btn.hd-btn-arrow i {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon-play.svg) center no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;
    margin: -0.25em -0.25em 0 0.25em
}

#hd .hd-btn.hd-btn-arrow:hover i,
#hd .hd-btn.hd-btn-arrow:focus-visible i {
    background-image: url(../img/icon-play-dark.svg)
}

@media screen and (max-width: 1024px) {
    #hd .hd-btn {
        font-size: 1em
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-btn {
        border-width: 1px
    }
}

#hd .hd-nav {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: calc(100% - 100px);
    position: fixed;
    top: 100px;
    bottom: 0;
    right: 1em;
    margin: auto 0;
    z-index: 10;
    pointer-events: none;
    transition: transform 0.25s, opacity 0.4s
}

#hd .hd-nav.is-hidden {
    opacity: 0;
    transform: translate(20px, 0)
}

#hd .hd-nav.is-hidden:focus-within {
    opacity: 1;
    transform: translate(0, 0)
}

#hd .hd-nav a {
    display: block;
    font-size: .9em;
    letter-spacing: .04em;
    text-align: right;
    color: white;
    text-transform: uppercase;
    padding: .5em 2em .5em 1em;
    position: relative;
    pointer-events: all
}

#hd .hd-nav a:after {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    border-radius: .5em;
    background: #aaa;
    position: absolute;
    right: 0;
    top: .125em;
    bottom: 0;
    margin: auto 0;
    transition: transform 0.25s ease
}

#hd .hd-nav a:hover,
#hd .hd-nav a:focus-visible {
    color: white !important
}

#hd .hd-nav a:hover:after,
#hd .hd-nav a:focus-visible:after {
    background: white
}

#hd .hd-nav a.is-current {
    color: white !important
}

#hd .hd-nav a.is-current:after {
    background: #cdab82;
    transform: scale(1.5, 1.5)
}

#hd .hd-nav a.is-current .hd-tooltip {
    color: #cdab82
}

@media screen and (max-width: 1600px) {
    #hd .hd-nav {
        right: 10px
    }

    #hd .hd-nav a {
        font-size: .75em
    }
}

@media screen and (max-width: 1366px) {
    #hd .hd-nav {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-nav {
        display: none
    }

    #hd .hd-nav ul li .hd-tooltip {
        display: none
    }
}

body.no-scroll {
    overflow: hidden
}

#hd .hd-lightbox {
    width: 100%;
    height: 100vh;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000
}

#hd .hd-lightbox .hd-filter {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0
}

#hd .hd-lightbox .hd-box {
    width: 1280px;
    height: auto;
    max-width: 90%;
    max-height: 720px;
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 70px;
    box-sizing: border-box
}

#hd .hd-lightbox .vid-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

#hd .hd-lightbox .vid-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: contain
}

#hd .hd-lightbox .hd-close {
    width: 4em;
    height: 4em;
    position: absolute;
    bottom: 100%;
    right: 0;
    cursor: pointer;
    z-index: 2
}

#hd .hd-lightbox .hd-close>span {
    display: block;
    width: 1.5em;
    height: 2px;
    background: white;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .hd-lightbox .hd-close>span:first-child {
    transform: rotateZ(45deg)
}

#hd .hd-lightbox .hd-close>span:last-child {
    transform: rotateZ(-45deg)
}

#hd .hd-term-lightbox .hd-box {
    max-height: calc(100vh - 100px)
}

#hd .hd-term-lightbox .hd-content {
    max-height: inherit;
    padding: 40px;
    background: white;
    color: #fff;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

#hd .hd-term-lightbox .hd-content::-webkit-scrollbar {
    width: 10px
}

#hd .hd-term-lightbox .hd-content::-webkit-scrollbar-track {
    background: white
}

#hd .hd-term-lightbox .hd-content::-webkit-scrollbar-thumb {
    background: #fff
}

#hd .hd-term-lightbox .hd-content::-webkit-scrollbar-thumb:hover {
    background: #cdab82
}

#hd .trigger-play {
    cursor: pointer
}

@media (min-aspect-ratio: 16 / 9) and (max-height: 800px) {
    #hd .hd-vid-lightbox .hd-box {
        width: 90%;
        max-width: 1280px;
        height: calc(100% - 100px);
        margin-top: 50px
    }

    #hd .hd-vid-lightbox .vid-container {
        height: 100%;
        padding-bottom: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .hd-lightbox .hd-box {
        margin-top: 50px
    }

    #hd .hd-lightbox .hd-close {
        width: 2.75em;
        height: 2.75em
    }

    #hd .hd-lightbox .hd-close>span {
        width: 1.25em;
        height: 2px
    }
}

@media screen and (max-width: 620px) {
    #hd .hd-lightbox .hd-box {
        width: 100%
    }

    #hd .hd-term-lightbox .hd-content {
        padding: 20px
    }
}

#hd .trigger-video {
    cursor: pointer;
    position: relative;
    overflow: hidden
}

#hd .trigger-video .hd-cover {
    transition: transform 0.6s ease
}

#hd .trigger-video:hover .hd-cover,
#hd .trigger-video:focus-visible .hd-cover {
    transform: scale(1.05, 1.05)
}

#hd .trigger-video:active .play {
    transform: scale(.95, .95)
}

#hd .trigger-video .play {
    width: 5em;
    height: 5em;
    border-radius: 4em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: transform 0.6s ease
}

#hd .vid-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: black;
    position: relative;
    overflow: hidden
}

#hd .vid-container.trigger-video-toggle .vid-control {
    cursor: pointer
}

#hd .vid-container.trigger-video-toggle .vid-control:focus {
    opacity: 1
}

#hd .vid-container video,
#hd .vid-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity 0.25s ease
}

#hd .vid-container h2 {
    opacity: 0
}

#hd .vid-control {
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: .5em;
    transition: all 0.3s ease-out;
    z-index: 2
}

#hd .vid-control img,
#hd .vid-control svg {
    width: 30px;
    height: 30px
}

#hd .vid-control .play {
    display: none
}

#hd .vid-control.hd-active .play {
    display: block
}

#hd .vid-control.hd-active .pause {
    display: none
}

@media screen and (max-width: 768px) {
    #hd .trigger-video .play {
        width: 3em;
        height: 3em
    }

    #hd .vid-control {
        width: 44px;
        height: 44px
    }
}

#hd .swiper-button-prev,
#hd .swiper-button-next {
    --swiper-navigation-size: 4em;
    width: var(--swiper-navigation-size);
    margin: 0 1.5em 3em;
    border-radius: 50%;
    border: 1px solid #cdab82;
    color: #cdab82;
    position: absolute;
    top: auto;
    bottom: 40px;
    left: auto;
    right: auto;
    margin-left: 10px;
    margin-right: 10px;
    opacity: .75;
    transition: transform 0.25s ease
}

#hd .swiper-button-prev:after,
#hd .swiper-button-next:after {
    font-size: 1.5em;
    line-height: 1.25
}

#hd .swiper-button-prev:hover,
#hd .swiper-button-prev:focus-visible,
#hd .swiper-button-next:hover,
#hd .swiper-button-next:focus-visible {
    opacity: 1
}

#hd .swiper-button-prev:hover:after,
#hd .swiper-button-prev:focus-visible:after,
#hd .swiper-button-next:hover:after,
#hd .swiper-button-next:focus-visible:after {
    color: white
}

#hd .swiper-button-prev:active,
#hd .swiper-button-next:active {
    opacity: 1
}

#hd .swiper-button-prev.swiper-button-disabled,
#hd .swiper-button-next.swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

#hd .swiper-button-prev {
    right: 50%
}

#hd .swiper-button-prev:after {
    margin-left: -0.125em
}

#hd .swiper-button-next {
    left: 50%
}

#hd .swiper-button-next:after {
    margin-right: -0.125em
}

#hd .swiper-pagination,
#hd .swiper-pagination-bullets {
    width: auto;
    bottom: 0;
    position: relative
}

#hd .swiper-pagination-bullets {
    display: flex;
    align-items: center
}

#hd .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    border-radius: 0;
    margin: .4em;
    background: #515151;
    opacity: 1;
    position: relative;
    overflow: hidden
}

#hd .swiper-pagination-bullet:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background: #cdab82;
    transform-origin: left center;
    transform: scale(0, 1)
}

#hd .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    animation-delay: 0s;
    animation-duration: 6s;
    animation-name: slideProgress;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .swiper-pagination-bullet.swiper-paused:before {
    animation-play-state: paused !important
}

#hd .swiper-pagination-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 60px 0 20px
}

#hd .swiper-pause-btn {
    flex-shrink: 0;
    width: 2.5em;
    height: 2.5em;
    background: center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-left: 1em;
    position: relative;
    overflow: hidden;
    opacity: .7
}

#hd .swiper-pause-btn img {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .swiper-pause-btn .play {
    display: none
}

#hd .swiper-pause-btn:hover,
#hd .swiper-pause-btn:focus-visible {
    opacity: 1
}

#hd .swiper-pause-btn[aria-pressed="true"] .play {
    display: block
}

#hd .swiper-pause-btn[aria-pressed="true"] .pause {
    display: none
}

@media screen and (max-width: 1280px) {

    #hd .swiper-button-prev,
    #hd .swiper-button-next {
        --swiper-navigation-size: 3em
    }

    #hd .swiper-button-prev {
        left: 0;
        right: auto
    }

    #hd .swiper-button-next {
        right: 0;
        left: auto
    }
}

@media screen and (max-width: 1024px) {
    #hd .swiper-pagination-wrapper {
        margin-top: 20px
    }
}

@media screen and (max-width: 768px) {
    #hd .swiper-pagination-bullet {
        width: 40px
    }

    #hd .swiper-button-prev,
    #hd .swiper-button-next {
        --swiper-navigation-size: 44px;
        top: 50%;
        bottom: 0
    }
}

#hd .sec-kv .hd-img-container {
    margin-bottom: -15%;
    position: relative;
    overflow: hidden
}

#hd .sec-kv .hd-img-container .hd-pd {
    opacity: 0
}

#hd .sec-kv .hd-img-container.is-animated .hd-pd {
    animation-delay: 0s;
    animation-duration: .8s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-kv .hd-bg {
    position: relative
}

#hd .sec-kv .hd-pd {
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-kv .img-title {
    margin: 0 auto 1em
}

#hd .sec-kv .img-title .hd-main-title {
    margin: 0.45em 0 12px;
    display: inline-block;
    font-size: 1.6em;
    vertical-align: middle;
    line-height: 1;
    letter-spacing: 0.02em;
    font-family: "TTNormsProNormal", "CenturyGothicRegular", "Segoe UI", "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

#hd .sec-kv .img-title .hd-main-title span {
    display: inline-block
}

#hd .sec-kv .img-title .hd-main-title .hd-logo {
    width: 2.5em;
    margin-bottom: 0.2em;
    display: inline-block;
    vertical-align: middle
}

#hd .sec-kv .img-title small {
    font-family: "TTNormsProNormal", "Roboto", "CenturyGothicRegular", "Segoe UI", "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1;
    display: block;
    color: #986B3C
}

#hd .sec-kv .hd-content {
    margin-top: -5%;
    padding: 100px 0;
    position: relative;
    z-index: 2
}

#hd .sec-kv .hd-content h2 {
    line-height: 1.125;
    margin-bottom: 1.25em
}

#hd .sec-kv .hd-content>p {
    max-width: 52em;
    margin: 0 auto
}

#hd .sec-kv .hd-content ul {
    max-width: 54em;
    margin: 70px auto 0
}

#hd .sec-kv .hd-content li {
    padding: 10px 14px
}

#hd .sec-kv .hd-content li h3 {
    font-family: "TTNormsProNormal", "Segoe UI", "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4
}

#hd .sec-kv .hd-content li img {
    width: 120px;
    margin: 0 auto 10px
}

@media screen and (min-width: 2560px) {
    #hd .sec-kv .hd-img-container {
        margin-bottom: -12%
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-kv .hd-content {
        padding: 60px 0
    }

    #hd .sec-kv .hd-content ul {
        margin-top: 40px
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-kv .hd-content ul {
        width: 90%
    }

    #hd .sec-kv .hd-content li {
        padding: .5em .75em
    }

    #hd .sec-kv .hd-content li img {
        width: 100px
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-kv .img-title .hd-main-title {
        display: block;
        font-size: 1.25em
    }

    #hd .sec-kv .hd-logo {
        width: 9em
    }

    #hd .sec-kv .hd-content ul {
        width: 100%;
        margin: 2em auto 0
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-kv .hd-img-container {
        margin-bottom: -25%;
        padding-bottom: 40px
    }

    #hd .sec-kv .hd-img-container img {
        width: 150%;
        max-width: none !important;
        margin-left: -25%
    }

    #hd .sec-kv .hd-img-container:after {
        width: 120px;
        max-width: none;
        top: 70%;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    #hd .sec-kv .hd-content {
        padding-bottom: 0
    }

    #hd .sec-kv .hd-content ul {
        width: 100%;
        max-width: 400px;
        flex-wrap: wrap;
        margin-top: 1.5em
    }

    #hd .sec-kv .hd-content li {
        width: 50%;
        padding: .5em
    }

    #hd .sec-kv .hd-content li img {
        width: 70px
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-kv .hd-logo {
        width: 9em
    }

    #hd .sec-kv .hd-content li h3 {
        font-size: 0.875em
    }
}

#hd .sec-vid {
    overflow: hidden
}

#hd .sec-vid .vid-container {
    position: relative
}

#hd .sec-vid .vid-container video,
#hd .sec-vid .vid-container iframe {
    object-fit: cover
}

#hd .sec-vid .vid-control {
    bottom: 0;
    right: 0;
    margin: 26px
}

#hd .sec-vid .hd-bg {
    width: 100%;
    height: 42.0312vw;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
    margin-top: -27%;
    pointer-events: none;
    user-select: none
}

#hd .sec-vid .hd-btn-container {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

#hd .sec-vid .hd-btn {
    margin-bottom: 30px
}

@media screen and (max-width: 768px) {
    #hd .sec-vid .vid-container {
        padding-bottom: 0;
        height: 100%
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-vid .vid-control {
        margin: 0
    }
}

#hd .sec-natural {
    position: relative;
    overflow: hidden
}

#hd .sec-natural .hd-natural-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    pointer-events: none;
    user-select: none
}

#hd .sec-natural .hd-container {
    position: relative;
    padding: 100px 0 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#hd .sec-natural .hd-container .hd-title p {
    margin-top: 40px
}

#hd .sec-natural .hd-container .hd-pic {
    max-width: 80%;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

#hd .sec-natural .hd-container .hd-pic img {
    max-width: 220px !important;
    margin: 1%
}

#hd .sec-natural .hd-container:after {
    content: '';
    width: 100%;
    height: 10%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-image: -moz-linear-gradient(180deg, transparent, #000 100%);
    background-image: -webkit-linear-gradient(180deg, transparent, #000 100%);
    background-image: linear-gradient(180deg, transparent, #000 100%)
}

#hd .sec-natural .list-diy {
    width: 90%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto
}

#hd .sec-natural .item-diy {
    padding: 40px 20px 4.5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

#hd .sec-natural .item-diy h3 {
    margin-bottom: 10px
}

#hd .sec-natural .item-diy img {
    margin-top: 20px
}

#hd .sec-natural .item-diy.hd-col33 {
    margin: 8px;
    width: calc(33.3333% - 16px);
    position: relative
}

#hd .sec-natural .item-diy.hd-col33:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-color: #1e2224;
    background-image: -moz-linear-gradient(180deg, #1e2224, #000);
    background-image: -webkit-linear-gradient(180deg, #1e2224, #000);
    background-image: linear-gradient(180deg, #1e2224, #000);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

#hd .sec-natural .item-diy.hd-col33 p {
    padding: 0 7%
}

#hd .sec-natural .note {
    margin-bottom: 3%
}

@media screen and (min-width: 2560px) {
    #hd .sec-natural .hd-container .hd-pic img {
        width: 35%;
        max-width: 300px !important
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-natural .hd-container .hd-pic img {
        width: 50%
    }

    #hd .sec-natural .list-diy {
        width: auto;
        flex-wrap: wrap;
        margin: 10px -10px
    }

    #hd .sec-natural .item-diy.hd-col33 {
        width: 100%
    }

    #hd .sec-natural .note {
        margin-bottom: 30px
    }
}

#hd .sec-cooling {
    padding: 120px 0;
    background-color: transparent;
    background-image: -moz-linear-gradient(0deg, transparent, #000 10%);
    background-image: -webkit-linear-gradient(0deg, transparent, #000 10%);
    background-image: linear-gradient(0deg, transparent, #000 10%);
    position: relative;
    overflow: hidden;
    z-index: 3
}

#hd .sec-cooling .hd-bg {
    width: 100%;
    height: 37.7604vw;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
    user-select: none
}

#hd .sec-cooling .hd-title {
    max-width: 68em;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

#hd .sec-cooling .hd-title p {
    margin-top: -1em;
    margin-bottom: 120px
}

#hd .sec-cooling .hd-wrapper .hd-col45 {
    width: 44.6%
}

#hd .sec-cooling .hd-wrapper .hd-col55 {
    width: 55.3%;
    display: flex;
    flex-direction: column
}

#hd .sec-cooling .cooling-grill h4 {
    margin-top: auto
}

#hd .sec-cooling .cooling-fan {
    margin-bottom: auto
}

#hd .sec-cooling .cooling-fan span.font-content {
    font-family: "Roboto", "Segoe UI", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
    white-space: nowrap
}

#hd .sec-cooling .cooling-fan span.font-content.color-primary {
    display: inline-block;
    margin: 0 .6em
}

#hd .sec-cooling .cooling-airflow {
    mix-blend-mode: lighten
}

#hd .sec-cooling .cooling-airflow .hd-flow:nth-child(3) {
    animation: steps 3s -2.75s linear infinite
}

#hd .sec-cooling .cooling-airflow .hd-flow:nth-child(4) {
    animation: steps 3s -1.25s linear infinite
}

#hd .sec-cooling .cooling-airflow .hd-flow:nth-child(5) {
    animation: steps 3s -1s linear infinite
}

#hd .sec-cooling .cooling-airflow .hd-flow:nth-child(6) {
    animation: steps 3s -.75s linear infinite
}

#hd .sec-cooling .cooling-airflow .hd-flow:nth-child(7) {
    animation: steps 3s -.5s linear infinite
}

#hd .sec-cooling .cooling-airflow h4 {
    position: relative;
    z-index: 2
}

#hd .sec-cooling .cooling-airflow .is-reduced-motion .hd-flow {
    animation-play-state: paused !important
}

#hd .sec-cooling .cooling-airflow .note {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%)
}

#hd .sec-cooling .hd-img-container {
    position: relative
}

#hd .sec-cooling .hd-img-container>img {
    width: 100%
}

#hd .sec-cooling .hd-img-container>img.hd-highlight,
#hd .sec-cooling .hd-img-container>img.hd-flow {
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width: 1280px) {
    #hd .sec-cooling {
        padding: 100px 0
    }

    #hd .sec-cooling .hd-title p {
        margin-bottom: 60px
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-cooling {
        padding: 60px 0 100px
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-cooling .hd-title p {
        margin-bottom: 20px
    }

    #hd .sec-cooling .hd-wrapper {
        flex-direction: column
    }

    #hd .sec-cooling .hd-wrapper .hd-col45 {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 40px
    }

    #hd .sec-cooling .hd-wrapper .hd-col55 {
        width: 100%;
        max-width: 500px;
        margin: 0 auto
    }

    #hd .sec-cooling .cooling-fan {
        max-width: 400px;
        margin: 0 auto 40px
    }
}

#hd .sec-two {
    padding-top: 10%;
    position: relative
}

#hd .sec-two .hd-bg {
    width: 100%;
    height: 47.0312vw;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    margin-top: -27%;
    pointer-events: none;
    user-select: none
}

#hd .sec-two .hd-title p {
    margin-top: 40px
}

#hd .sec-two .hd-container {
    text-align: center
}

#hd .sec-two .hd-two-box {
    margin: 5% auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#hd .sec-two .hd-two-box .hd-two-item {
    width: 48%;
    position: relative
}

#hd .sec-two .hd-two-box .hd-two-item .hd-two-item-pic {
    width: 100%
}

#hd .sec-two .hd-two-box .hd-two-item .hd-two-item-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-two .hd-two-box .hd-two-item .hd-two-item-cover polygon {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000
}

#hd .sec-two .hd-two-box .hd-two-item.is-animated .hd-two-item-cover polygon {
    animation: dash 1.2s linear both
}

@keyframes dash {
    0% {
        opacity: 0;
        stroke-dashoffset: 2000
    }

    50% {
        opacity: 1
    }

    100% {
        stroke-dashoffset: 0
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-two .hd-two-box {
        margin: 0;
        flex-wrap: wrap
    }

    #hd .sec-two .hd-two-box .hd-two-item {
        width: 100%;
        margin: 5%
    }
}

#hd .sec-space {
    padding-top: 140px;
    position: relative;
    z-index: 2
}

#hd .sec-space .hd-title {
    max-width: 68em;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

#hd .sec-space .hd-title p {
    margin-top: -1em
}

#hd .sec-space figure {
    position: relative
}

#hd #pageContent-tab-max {
    position: relative
}

#hd #pageContent-tab-max .hd-feature-container li {
    opacity: 0;
    position: absolute;
    left: 5%;
    z-index: 2
}

#hd #pageContent-tab-max .hd-feature-container li:nth-child(1) {
    top: 17.5%
}

#hd #pageContent-tab-max .hd-feature-container li:nth-child(2) {
    top: 51%
}

#hd #pageContent-tab-max .hd-feature-container .hd-wrapper p:first-child {
    margin-right: 20px
}

#hd #pageContent-tab-max .hd-img-container {
    width: 90%;
    margin-left: auto;
    margin-right: -1%;
    position: relative
}

#hd #pageContent-tab-max .hd-img-container .illustration-only {
    position: absolute;
    bottom: 5%;
    right: 40%
}

#hd #pageContent-tab-max .hd-img-container img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd #pageContent-tab-max .hd-img-container img.hd-pd {
    position: relative
}

#hd #pageContent-tab-max .hd-highlight,
#hd #pageContent-tab-max .hd-line,
#hd #pageContent-tab-max .hd-num {
    opacity: 0
}

#hd #pageContent-tab-fan,
#hd #pageContent-tab-radiator {
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative
}

#hd #pageContent-tab-fan .illustration-only,
#hd #pageContent-tab-radiator .illustration-only {
    position: absolute;
    bottom: 5%;
    right: 50%;
    transform: translate(50%)
}

#hd #pageContent-tab-fan figure,
#hd #pageContent-tab-radiator figure {
    width: 53%;
    margin: 0 auto;
    position: relative
}

#hd #pageContent-tab-fan figure img,
#hd #pageContent-tab-radiator figure img {
    width: 100%
}

#hd #pageContent-tab-fan .pos-top,
#hd #pageContent-tab-radiator .pos-top {
    position: absolute;
    bottom: 100%;
    left: 7%;
    right: 15%;
    margin: 0 auto
}

#hd #pageContent-tab-fan .hd-tag,
#hd #pageContent-tab-radiator .hd-tag {
    font-family: "Roboto", "Segoe UI", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.25em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    padding: 0 .5em;
    margin: .5em .25em
}

#hd #pageContent-tab-fan .hd-tag.tag-frame,
#hd #pageContent-tab-radiator .hd-tag.tag-frame {
    border: 1px solid #dfc9a9;
    color: #dfc9a9
}

#hd #pageContent-tab-fan .hd-tag.tag-gradient,
#hd #pageContent-tab-radiator .hd-tag.tag-gradient {
    background-color: #dfc9a9;
    background-image: -moz-linear-gradient(90deg, #dfc9a9, #cdab82, #9a7a59);
    background-image: -webkit-linear-gradient(90deg, #dfc9a9, #cdab82, #9a7a59);
    background-image: linear-gradient(90deg, #dfc9a9, #cdab82, #9a7a59);
    background-size: 150%;
    background-position: 0 0;
    color: black
}

#hd #pageContent-tab-fan .pos-top .hd-tag {
    margin: .25em
}

#hd #pageContent-tab-fan .pos-top .tag-gradient {
    width: 33.3333%
}

#hd #pageContent-tab-fan .pos-top .tag-frame {
    width: 25%
}

#hd #pageContent-tab-fan .pos-left,
#hd #pageContent-tab-fan .pos-right {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    position: absolute;
    top: 15%;
    bottom: 5%;
    margin: auto 0
}

#hd #pageContent-tab-fan .pos-left .hd-tag,
#hd #pageContent-tab-fan .pos-right .hd-tag {
    padding: .5em 0;
    margin: .25em
}

#hd #pageContent-tab-fan .pos-left {
    right: 100%
}

#hd #pageContent-tab-fan .pos-left .tag-gradient {
    height: 33.3333%
}

#hd #pageContent-tab-fan .pos-left .tag-frame {
    height: 27%
}

#hd #pageContent-tab-fan .pos-right {
    left: 100%;
    top: 18%
}

#hd #pageContent-tab-fan .pos-right .tag-gradient {
    height: 36%
}

#hd #pageContent-tab-fan .pos-right .tag-frame {
    height: 42.5%
}

#hd #pageContent-tab-radiator .tag-gradient {
    width: 70%;
    margin-inline: auto
}

#hd #pageContent-tab-radiator .tag-frame {
    width: 80%;
    margin-inline: auto
}

#hd .is-animated #pageContent-tab-max .hd-highlight {
    animation-delay: .4s;
    animation-duration: .4s;
    animation-name: fadeIn;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .is-animated #pageContent-tab-max .hd-line,
#hd .is-animated #pageContent-tab-max .hd-num {
    animation-delay: .6s;
    animation-duration: .4s;
    animation-name: fadeInRight;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .is-animated #pageContent-tab-max .hd-feature-container li {
    animation-delay: .8s;
    animation-duration: .4s;
    animation-name: fadeInRight;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

@media screen and (max-width: 1280px) {
    #hd .sec-space {
        padding-top: 100px
    }

    #hd #pageContent-tab-max .hd-feature-container li {
        left: 2%
    }

    #hd #pageContent-tab-fan .hd-tag,
    #hd #pageContent-tab-radiator .hd-tag {
        font-size: 1.125em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-space {
        padding-top: 60px
    }

    #hd #pageContent-tab-fan figure,
    #hd #pageContent-tab-radiator figure {
        width: 60%
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-space {
        padding-bottom: 60px
    }

    #hd #pageContent-tab-max figure {
        display: flex;
        flex-direction: column-reverse;
        overflow: hidden
    }

    #hd #pageContent-tab-max .hd-img-container {
        width: 110%;
        margin-left: -10%;
        margin-right: 0
    }

    #hd #pageContent-tab-max .hd-img-container .illustration-only {
        position: absolute;
        bottom: 2%;
        right: 2%
    }

    #hd #pageContent-tab-max .hd-feature-container {
        flex-direction: column;
        max-width: 400px;
        margin: -15% 0 0;
        counter-reset: mycounter
    }

    #hd #pageContent-tab-max .hd-feature-container li {
        width: 100%;
        padding-left: 2em;
        position: relative;
        top: 0;
        left: 0
    }

    #hd #pageContent-tab-max .hd-feature-container li:before {
        counter-increment: mycounter;
        content: counter(mycounter);
        display: block;
        width: 1.5em;
        height: 1.5em;
        font-family: "Roboto", "Segoe UI", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: bold;
        line-height: 1.5em;
        text-align: center;
        border-radius: 2em;
        background: #cdab82;
        color: black;
        position: absolute;
        top: -.125em;
        left: 0;
        z-index: 2
    }

    #hd #pageContent-tab-fan,
    #hd #pageContent-tab-radiator {
        padding-top: 30px;
        padding-bottom: 0
    }

    #hd #pageContent-tab-fan figure,
    #hd #pageContent-tab-radiator figure {
        width: 70%
    }

    #hd #pageContent-tab-fan .hd-tag,
    #hd #pageContent-tab-radiator .hd-tag {
        font-size: .9em
    }
}

@media screen and (max-width: 480px) {
    #hd #pageContent-tab-max .hd-img-container {
        width: 120%;
        margin-left: -20%
    }

    #hd #pageContent-tab-fan figure,
    #hd #pageContent-tab-radiator figure {
        width: 75%
    }

    #hd #pageContent-tab-fan .hd-tag,
    #hd #pageContent-tab-radiator .hd-tag {
        font-size: .75em
    }
}

#hd .sec-design {
    padding-top: 100px;
    position: relative;
    overflow: hidden
}

#hd .sec-design:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 10%;
    background-color: #1e2224;
    background-image: -moz-linear-gradient(180deg, #1e2224, #000);
    background-image: -webkit-linear-gradient(180deg, #1e2224, #000);
    background-image: linear-gradient(180deg, #1e2224, #000);
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-design .hd-title p {
    margin-top: -1em;
    margin-bottom: 40px
}

#hd .sec-design .hd-title small {
    margin-top: 80px;
    display: block
}

#hd .sec-design .item-diy.hd-col50 {
    margin-bottom: 100px
}

#hd .sec-design .item-diy.hd-col50:nth-child(1) {
    padding-right: 36px
}

#hd .sec-design .item-diy.hd-col50:nth-child(2) {
    padding-left: 36px
}

#hd .sec-design .item-diy.hd-col33 {
    padding: 0 8px
}

#hd .sec-design .item-diy.hd-col33 .hd-bg {
    height: 100%;
    padding: 15% 0 80px;
    position: relative
}

#hd .sec-design .item-diy.hd-col33 .hd-bg:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 20%;
    background-color: #1e2224;
    background-image: -moz-linear-gradient(0deg, #1e2224, #000);
    background-image: -webkit-linear-gradient(0deg, #1e2224, #000);
    background-image: linear-gradient(0deg, #1e2224, #000);
    position: absolute;
    bottom: 0;
    left: 0
}

#hd .sec-design .item-diy.hd-col33:nth-child(4) .hd-bg:before {
    background-color: #1e2224;
    background-image: -moz-linear-gradient(180deg, #1e2224, #000);
    background-image: -webkit-linear-gradient(180deg, #1e2224, #000);
    background-image: linear-gradient(180deg, #1e2224, #000);
    bottom: auto;
    top: 0
}

#hd .sec-design .item-diy.hd-col33:nth-child(4) small {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

#hd .sec-design .vid-container {
    padding-bottom: 75%
}

#hd .sec-design .hd-img-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

#hd .sec-design .hd-img-container img {
    width: 100%;
    margin: 0 auto
}

#hd .sec-design .hd-img-container img.hd-highlight {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#hd .sec-design h4 {
    padding: 0 1em;
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 1.5em
}

#hd .sec-design .hd-feature-container {
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 10px
}

@media screen and (max-width: 1366px) {
    #hd .sec-design .fig-pwm img {
        margin-top: -5%;
        margin-bottom: 5%
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-design .hd-title p {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-design {
        padding-top: 60px
    }

    #hd .sec-design .item-diy.hd-col50:nth-child(1) {
        padding-right: 20px
    }

    #hd .sec-design .item-diy.hd-col50:nth-child(2) {
        padding-left: 20px
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-design .list-diy {
        max-width: 600px;
        margin: 0 auto
    }

    #hd .sec-design .item-diy {
        margin-bottom: 40px !important
    }

    #hd .sec-design .item-diy.hd-col50 {
        width: 100%;
        padding: 0 !important
    }

    #hd .sec-design .item-diy.hd-col33 {
        width: 100%;
        padding: 0
    }

    #hd .sec-design .item-diy.hd-col33 .hd-bg {
        padding-top: 40px;
        padding-bottom: 40px
    }

    #hd .sec-design .item-diy.hd-col33 .hd-bg:before {
        background-color: #1e2224;
        background-image: -moz-linear-gradient(180deg, #1e2224, #000);
        background-image: -webkit-linear-gradient(180deg, #1e2224, #000);
        background-image: linear-gradient(180deg, #1e2224, #000);
        top: 0;
        bottom: auto
    }

    #hd .sec-design h4 {
        margin-top: 20px
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-design .item-diy {
        margin-bottom: 40px !important
    }

    #hd .sec-design .item-diy.hd-col50 {
        width: 100%;
        padding: 0 !important
    }

    #hd .sec-design .item-diy.hd-col33 {
        width: 100%;
        padding: 0
    }

    #hd .sec-design .item-diy.hd-col33 .hd-bg {
        padding-top: 40px;
        padding-bottom: 40px
    }

    #hd .sec-design .item-diy.hd-col33 .hd-bg:before {
        background-color: #1e2224;
        background-image: -moz-linear-gradient(180deg, #1e2224, #000);
        background-image: -webkit-linear-gradient(180deg, #1e2224, #000);
        background-image: linear-gradient(180deg, #1e2224, #000);
        top: 0;
        bottom: auto
    }

    #hd .sec-design h4 {
        margin-top: 20px
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-design .item-diy {
        margin-bottom: 60px !important
    }
}

#hd .sec-connectivity {
    padding: 100px 0;
    position: relative;
    overflow: hidden
}

#hd .sec-connectivity .hd-title p {
    margin-top: -1em
}

#hd .sec-connectivity .hd-wrapper {
    display: flex;
    flex-direction: column-reverse
}

#hd .sec-connectivity ol {
    margin-left: 10px;
    position: relative;
    z-index: 2
}

#hd .sec-connectivity li {
    width: 33.3333%;
    padding: 20px 36px 10px
}

#hd .sec-connectivity li:nth-child(2) {
    width: 40%
}

#hd .sec-connectivity li p {
    font-size: 1em
}

#hd .sec-connectivity figure {
    position: relative
}

#hd .sec-connectivity figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-connectivity figure img.hd-pd {
    position: relative
}

@media screen and (max-width: 1366px) {
    #hd .sec-connectivity li {
        padding-inline: 20px
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-connectivity ol {
        margin-top: -10px
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-connectivity {
        padding: 60px 0
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-connectivity li {
        padding-top: 10px;
        padding-inline: 10px
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-connectivity ol {
        flex-direction: column;
        max-width: 400px;
        margin: -5% auto 0;
        counter-reset: mycounter
    }

    #hd .sec-connectivity li {
        width: 100%;
        padding-left: 2em;
        position: relative
    }

    #hd .sec-connectivity li:nth-child(2) {
        width: 100%
    }

    #hd .sec-connectivity li:before {
        counter-increment: mycounter;
        content: counter(mycounter);
        display: block;
        width: 1.5em;
        height: 1.5em;
        font-family: "Roboto", "Segoe UI", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-weight: bold;
        line-height: 1.5em;
        text-align: center;
        border-radius: 2em;
        background: #cdab82;
        color: black;
        position: absolute;
        top: .5em;
        left: 0;
        z-index: 2
    }
}

#hd .sec-storage {
    padding-top: 100px;
    position: relative;
    overflow: hidden
}

#hd .sec-storage .hd-container {
    position: relative;
    z-index: 2
}

#hd .sec-storage .hd-content {
    max-width: 44em;
    margin: 0 auto
}

#hd .sec-storage .hd-content>p {
    max-width: 30em;
    margin: -1em auto 1em
}

#hd .sec-storage .hd-feature-container {
    flex-wrap: nowrap
}

#hd .sec-storage .hd-feature-container li {
    padding-inline: 40px;
    margin-right: 0;
    opacity: .5;
    cursor: pointer
}

#hd .sec-storage .hd-feature-container li:hover,
#hd .sec-storage .hd-feature-container li:focus-visible {
    opacity: 0.75
}

#hd .sec-storage .hd-feature-container li.hd-active {
    opacity: 1;
    cursor: default
}

#hd .sec-storage .hd-feature-container li.hd-active strong {
    color: #cdab82
}

#hd .sec-storage figure {
    margin-top: -14%;
    position: relative
}

#hd .sec-storage figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-storage figure img.hd-bg {
    position: relative
}

#hd .sec-storage figure img.hd-hdd,
#hd .sec-storage figure img.hd-ssd {
    opacity: 0
}

#hd .sec-storage figure small {
    position: absolute;
    bottom: 70%;
    left: 34%
}

#hd .sec-storage .is-animated img.hd-hdd.hd-active,
#hd .sec-storage .is-animated img.hd-ssd.hd-active {
    animation-delay: .25s;
    animation-duration: .6s;
    animation-name: fadeIn;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

@media screen and (max-width: 1024px) {
    #hd .sec-storage {
        padding-top: 60px
    }
}

@media screen and (max-width: 1023px) {
    #hd .sec-storage figure {
        margin-top: -20%
    }

    #hd .sec-storage figure img {
        width: 140%;
        max-width: none !important;
        margin-left: -20%
    }

    #hd .sec-storage figure small {
        position: absolute;
        bottom: 70%;
        left: 28%
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-storage figure {
        margin-top: -30%
    }

    #hd .sec-storage figure img {
        width: 180%;
        margin-left: -40%
    }

    #hd .sec-storage figure small {
        position: absolute;
        bottom: 2%;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-storage .hd-feature-container li {
        padding-inline: .75em
    }
}

#hd .sec-gallery {
    padding-top: 100px;
    position: relative;
    overflow: hidden
}

#hd .sec-gallery h2 {
    margin-bottom: 1em
}

#hd .sec-gallery .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.25s ease
}

#hd .sec-gallery .swiper-slide.swiper-slide-active {
    opacity: 1
}

#hd .sec-gallery .swiper-slide.swiper-slide-prev:after,
#hd .sec-gallery .swiper-slide.swiper-slide-next:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-gallery .swiper-slide.swiper-slide-prev:after {
    background-color: transparent;
    background-image: -moz-linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.8) 60%);
    background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.8) 60%);
    background-image: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.8) 60%)
}

#hd .sec-gallery .swiper-slide.swiper-slide-next:after {
    background-color: transparent;
    background-image: -moz-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.8) 60%);
    background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.8) 60%);
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.8) 60%)
}

#pdc .pdc-space-start {
    padding-top: 4em
}

#pdc .pdc-space-end {
    padding-bottom: 2em
}

#pdc .product_gallery.active {
    margin-bottom: 0
}

@media all and (max-width: 1280px) {
    #pdc .pdc-space-start {
        padding-top: 2em
    }
}

/*# sourceMappingURL=hd-style.css.map */