@import url(../lib/swiper/swiper-bundle.min.css);

#hd {
    font-family: "MyriadPro", "Segoe UI", "Roboto", "Helvetica Neue", "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;
    position: relative
}

#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: #121d38;
    color: #8dc3ff
}

#hd ::-moz-selection {
    background: #121d38;
    color: #8dc3ff
}

#hd ul,
#hd li,
#hd figure,
#hd p {
    margin: 0;
    padding: 0
}

#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
    font: inherit
}

#hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0 auto
}

#hd img.lazyLoad {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 50vh
}

#hd img.lazyLoad.lazyLoaded {
    height: auto;
    opacity: 1
}

#hd button {
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

#hd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

#hd a:focus-visible,
#hd button:focus-visible,
#hd input:focus-visible,
#hd select:focus-visible,
#hd textarea:focus-visible,
#hd [role="button"]:focus-visible,
#hd [tabindex="0"]:focus-visible {
    outline: 1px solid #8dc3ff
}

#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 kvZoom {
    0% {
        -ms-transform: rotate(80deg) scale(2.5);
        -webkit-transform: rotate(80deg) scale(2.5);
        transform: rotate(80deg) scale(2.5)
    }

    100% {
        -ms-transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
}

@keyframes kvZoom {
    0% {
        -ms-transform: rotate(80deg) scale(2.5);
        -webkit-transform: rotate(80deg) scale(2.5);
        transform: rotate(80deg) scale(2.5)
    }

    100% {
        -ms-transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }
}

@-webkit-keyframes kvBlur {
    50% {
        filter: blur(1px)
    }
}

@keyframes kvBlur {
    50% {
        filter: blur(1px)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }

    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes zoomOut {
    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -ms-transform: scale(1.6);
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -ms-transform: scale(1.6);
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-webkit-keyframes rocket {
    0% {
        -ms-transform: translateX(-29%);
        -webkit-transform: translateX(-29%);
        transform: translateX(-29%)
    }

    100% {
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes rocket {
    0% {
        -ms-transform: translateX(-29%);
        -webkit-transform: translateX(-29%);
        transform: translateX(-29%)
    }

    100% {
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes car {
    0% {
        -ms-transform: translateX(-30%);
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%)
    }

    100% {
        -ms-transform: translateX(6%);
        -webkit-transform: translateX(6%);
        transform: translateX(6%)
    }
}

@keyframes car {
    0% {
        -ms-transform: translateX(-30%);
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%)
    }

    100% {
        -ms-transform: translateX(6%);
        -webkit-transform: translateX(6%);
        transform: translateX(6%)
    }
}

@-webkit-keyframes bike {
    0% {
        -ms-transform: translateX(-20%);
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%)
    }

    100% {
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes bike {
    0% {
        -ms-transform: translateX(-20%);
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%)
    }

    100% {
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes slideProgress {
    0% {
        -ms-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes slideProgress {
    0% {
        -ms-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes showTable {
    100% {
        filter: drop-shadow(0 0 1em #000)
    }
}

@keyframes showTable {
    100% {
        filter: drop-shadow(0 0 1em #000)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@font-face {
    font-family: 'MyriadPro';
    src: url("../fonts/MyriadPro-Regular.woff"), url("../fonts/MyriadPro-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'MyriadPro';
    src: url("../fonts/MyriadPro-Light.woff"), url("../fonts/MyriadPro-Light.ttf");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url("../fonts/TTNormsPro-Regular.woff2") format("woff2"), url("../fonts/TTNormsPro-Regular.woff") format("woff"), url("../fonts/TTNormsPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url("../fonts/TTNormsPro-Light.woff2") format("woff2"), url("../fonts/TTNormsPro-Light.woff") format("woff"), url("../fonts/TTNormsPro-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url("../fonts/TTNormsPro-Medium.woff2") format("woff2"), url("../fonts/TTNormsPro-Medium.woff") format("woff"), url("../fonts/TTNormsPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

#hd {
    font-size: 16px
}

#hd h1 {
    font-family: "TT Norms Pro", "MyriadPro", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 3.25em;
    letter-spacing: 0;
    line-height: 1.125;
    margin-bottom: 1em
}

#hd h2,
#hd .h2 {
    font-family: "TT Norms Pro", "MyriadPro", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 3.3em;
    font-weight: 400;
    line-height: 1;
    color: white !important;
    letter-spacing: 0;
    margin-bottom: .7em;
    word-break: normal;
    word-wrap: normal
}

#hd h3,
#hd .h3 {
    font-family: "TT Norms Pro", "MyriadPro", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.65em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.024em;
    color: white;
    margin-bottom: .5em
}

#hd h4,
#hd .h4 {
    font-family: "TT Norms Pro", "MyriadPro", "Segoe UI", "Roboto", "Helvetica Neue", "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: 400;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: .35em;
    color: white
}

#hd h5,
#hd .h5 {
    font-family: "TT Norms Pro", "MyriadPro", "Segoe UI", "Roboto", "Helvetica Neue", "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: 600;
    letter-spacing: .018em;
    color: white;
    margin-bottom: .5em
}

#hd p,
#hd small,
#hd a,
#hd li {
    font-family: "MyriadPro", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

#hd p {
    font-family: "TT Norms Pro", "MyriadPro", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: .018em;
    font-weight: 400
}

#hd b,
#hd strong {
    font: inherit;
    font-weight: bold
}

#hd small {
    font-size: .875em;
    font-weight: 400;
    letter-spacing: .04em
}

#hd .align-center {
    text-align: center
}

#hd .align-left {
    text-align: left
}

#hd .align-italic {
    font-style: italic
}

#hd a.txt-link {
    display: inline-block;
    font-weight: 400;
    margin-top: .5em
}

#hd .hd-underline {
    text-decoration: underline
}

#hd .hd-uppercase {
    text-transform: uppercase
}

#hd a.txt-link:hover {
    color: white
}

#hd .color-title-grey {
    color: #4a4a4a !important
}

#hd .color-primary {
    color: #8dc3ff !important
}

#hd .color-primary-dark {
    color: #0A6CFF !important
}

#hd .color-secondary {
    color: #0A6CFF !important
}

#hd .color-secondary-light {
    color: #9ed2fe !important
}

#hd .color-secondary-dark {
    color: #0047f4 !important
}

#hd .color-highlight {
    color: #e50019 !important
}

#hd .color-light-grey {
    color: #cdcdcd !important
}

#hd .color-light {
    color: #8e8e8e !important
}

#hd .color-grey {
    color: #838383 !important
}

#hd .color-white {
    color: white !important
}

#hd .color-black {
    color: black !important
}

@media screen and (min-width: 2560px) {
    #hd {
        font-size: 20px
    }
}

@media screen and (min-width: 3000px) {
    #hd {
        font-size: 34px
    }
}

@media screen and (max-width: 1280px) {
    #hd h1 {
        font-size: 2.75em
    }

    #hd h2,
    #hd .h2 {
        font-size: 2.25em
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.5em
    }
}

@media screen and (max-width: 1024px) {

    #hd h2,
    #hd .h2 {
        font-size: 2em
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.25em
    }

    #hd p {
        line-height: 1.5
    }
}

@media screen and (max-width: 768px) {
    #hd h1 {
        margin-bottom: .5em
    }
}

@media screen and (max-width: 480px) {

    #hd h2,
    #hd .h2 {
        font-size: 1.875em
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.2em
    }
}

#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1300,
#hd .hd-w1400,
#hd .hd-w1600 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000 {
    max-width: 1000px
}

#hd .hd-w1100 {
    max-width: 1100px
}

#hd .hd-w1300 {
    max-width: 1300px
}

#hd .hd-w1400 {
    max-width: 1400px
}

#hd .hd-w1600 {
    max-width: 1600px
}

#hd .hd-col20 {
    width: 20%
}

#hd .hd-col25 {
    width: 25%
}

#hd .hd-col33 {
    width: 33.3333%
}

#hd .hd-col35 {
    width: 35%
}

#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-col66 {
    width: 66.6666%
}

#hd .hd-col65 {
    width: 65%
}

#hd .hd-col70 {
    width: 70%
}

#hd .hd-col75 {
    width: 75%
}

#hd .hd-col80 {
    width: 80%
}

#hd .hd-col90 {
    width: 90%
}

#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 .flex-row-reverse {
    flex-direction: row-reverse
}

#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 .ml-auto {
    margin-left: auto
}

#hd .mr-auto {
    margin-right: auto
}

#hd .mx-auto {
    margin-left: auto;
    margin-right: auto
}

#hd .hd-d-none {
    display: none !important
}

@media screen and (min-width: 2560px) {
    #hd .hd-w1000 {
        max-width: 1200px
    }

    #hd .hd-w1100 {
        max-width: 1400px
    }

    #hd .hd-w1200 {
        max-width: 1500px
    }

    #hd .hd-w1300 {
        max-width: 1600px
    }

    #hd .hd-w1400 {
        max-width: 1800px
    }

    #hd .hd-w1600 {
        max-width: 2000px
    }
}

@media screen and (min-width: 3000px) {
    #hd .hd-w1000 {
        max-width: 1800px
    }

    #hd .hd-w1100 {
        max-width: 2000px
    }

    #hd .hd-w1200 {
        max-width: 2200px
    }

    #hd .hd-w1300 {
        max-width: 2400px
    }

    #hd .hd-w1400 {
        max-width: 2600px
    }

    #hd .hd-w1600 {
        max-width: 2800px
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 1023px) {
    #hd .hd-d-portrait-none {
        display: none !important
    }

    #hd .hd-d-portrait-block {
        display: block !important
    }
}

@media screen and (max-width: 1023px) {
    #hd .hd-d-1023-none {
        display: none !important
    }

    #hd .hd-d-1023-block {
        display: block !important
    }

    #hd .hd-d-1023-inline-block {
        display: inline-block !important
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-d-768-none {
        display: none !important
    }

    #hd .hd-d-768-block {
        display: block !important
    }
}

@media screen and (max-width: 620px) {
    #hd .hd-d-620-none {
        display: none !important
    }

    #hd .hd-d-620-block {
        display: block !important
    }
}

@media screen and (max-width: 480px) {
    #hd .hd-d-480-none {
        display: none !important
    }

    #hd .hd-d-480-block {
        display: block !important
    }
}

#hd .vid-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #060606;
    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 {
    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;
    transition: all 0.3s ease-out;
    z-index: 2
}

#hd .vid-control img,
#hd .vid-control svg {
    width: 50%;
    height: 50%
}

#hd .vid-control .play {
    display: none
}

#hd .vid-control.hd-active .play {
    display: block
}

#hd .vid-control.hd-active .pause {
    display: none
}

#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
}

@media screen and (max-width: 768px) {
    #hd .vid-control {
        width: 44px;
        height: 44px
    }
}

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: 90%;
    height: auto;
    max-width: 1280px;
    max-height: 720px;
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 50px;
    box-sizing: border-box
}

#hd .hd-lightbox .vid-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

#hd .hd-lightbox .vid-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .hd-lightbox .hd-close {
    width: 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 {
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

#hd .hd-lightbox .hd-close>span:last-child {
    -ms-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

#hd .trigger-play {
    cursor: pointer
}

@media screen and (max-width: 1024px) {
    #hd .hd-lightbox .hd-box {
        margin-top: 20px
    }

    #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 .bg-black {
    background: #020202;
    color: white
}

#hd .bg-black h3 {
    color: white !important
}

#hd .bg-white {
    background: white;
    color: #060606
}

#hd .bg-white h3 {
    color: #060606 !important
}

#hd .bg-dark {
    background: #121d38;
    color: white
}

#hd .bg-dark h3 {
    color: white !important
}

#hd .bg-primary {
    background: #fcf6ef
}

#hd .bg-primary-light {
    background: #f8f6f4
}

#hd .bg-rice {
    background: #fdf8f5
}

#hd .bg-secondary {
    background: #ebf4fe
}

#hd .bg-gradient {
    background-color: #f8f6f4;
    background-image: -moz-linear-gradient(180deg, #f8f6f4 50%, #fff);
    background-image: -webkit-linear-gradient(180deg, #f8f6f4 50%, #fff);
    background-image: linear-gradient(180deg, #f8f6f4 50%, #fff)
}

#hd .main-tab-container {
    position: sticky;
    top: 0;
    z-index: 5
}

#hd .main-tab {
    background: #f5f5f5;
    position: relative;
    overflow: hidden
}

#hd .main-tab li {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: calc(50% - .5em);
    max-width: 42em;
    background: #838383;
    border-radius: .75em;
    margin: 0 -.75em;
    cursor: pointer
}

#hd .main-tab li:hover h2:after,
#hd .main-tab li:focus-visible h2:after {
    -ms-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0)
}

#hd .main-tab li.hd-active {
    cursor: default;
    z-index: 2
}

#hd .main-tab li.hd-active h2:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#hd .main-tab li.hd-active:first-child {
    background: #0A6CFF;
    background-color: #0A6CFF;
    background-image: -moz-linear-gradient(90deg, #0A6CFF 75%, #8dc3ff);
    background-image: -webkit-linear-gradient(90deg, #0A6CFF 75%, #8dc3ff);
    background-image: linear-gradient(90deg, #0A6CFF 75%, #8dc3ff)
}

#hd .main-tab li.hd-active:last-child {
    background: #0047f4;
    background-color: #0047f4;
    background-image: -moz-linear-gradient(270deg, #0047f4 75%, #0A6CFF);
    background-image: -webkit-linear-gradient(270deg, #0047f4 75%, #0A6CFF);
    background-image: linear-gradient(270deg, #0047f4 75%, #0A6CFF)
}

#hd .main-tab h2 {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1;
    color: white !important;
    padding: .6em 2em .5em;
    margin-bottom: 0;
    position: relative
}

#hd .main-tab h2:after {
    content: '';
    display: block;
    width: .6em;
    height: .6em;
    background: url(../img/arrow-right-white.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: transform 0.25s ease
}

#hd .trigger-video {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

#hd .trigger-video>img {
    width: 100%;
    transition: transform 0.8s ease
}

#hd .trigger-video .hd-play {
    width: 5em;
    height: 5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: transform 0.25s ease
}

#hd .trigger-video:hover>img,
#hd .trigger-video:focus-visible>img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

#hd .trigger-video:active .hd-play {
    -ms-transform: scale(.9, .9);
    -webkit-transform: scale(.9, .9);
    transform: scale(.9, .9)
}

#hd .hd-dot {
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    margin: -1.5vw;
    opacity: .8;
    position: absolute;
    z-index: 2
}

#hd .hd-dot.dot-primary {
    background: #C5B69E
}

#hd .hd-dot.dot-secondary {
    background: #719ED2
}

#hd .is-animated .hd-dot {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: dotHint;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: dotHint;
    animation-timing-function: ease;
    animation-iteration-count: 2;
    animation-fill-mode: both
}

#hd figure:hover .hd-dot {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: dotHint;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: dotHint;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

@media screen and (max-width: 1280px) {
    #hd .main-tab li {
        border-radius: .5em;
        margin: 0 -.5em
    }

    #hd .main-tab h2 {
        font-size: 1.25em
    }
}

@media screen and (max-width: 768px) {
    #hd .main-tab li {
        width: calc(50% + 1em)
    }

    #hd .main-tab li:nth-child(n) {
        padding: 0 .5em
    }
}

@media screen and (max-width: 620px) {
    #hd .main-tab h2 {
        font-size: 1.125em;
        padding: .75em 1.5em .5em
    }

    #hd .hd-dot {
        width: 10vw;
        height: 10vw;
        margin: -5vw
    }
}

@media screen and (max-width: 480px) {
    #hd .trigger-video .hd-play {
        width: 3.5em;
        height: 3.5em
    }
}

#hd .hd-nav {
    font-size: 14px;
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 56px;
    opacity: 1;
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

#hd .hd-nav ul {
    margin: 0;
    padding: 0
}

#hd .hd-nav ul li {
    display: block;
    margin: 1em 0;
    position: relative
}

#hd .hd-nav ul li a {
    text-decoration: none;
    display: block;
    z-index: 1;
    cursor: pointer
}

#hd .hd-nav ul li a span {
    display: block;
    width: .7em;
    height: .7em;
    background: transparent;
    border: 1px solid white;
    z-index: 1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: transform 0.1s ease-in-out, background 0.6s ease
}

#hd .hd-nav ul li a:hover span {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: white
}

#hd .hd-nav ul li a.hd-active span {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: white
}

#hd .hd-nav ul li .hd-tooltip {
    display: block;
    max-width: 220px;
    height: 1.5em;
    font-family: "MyriadPro", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-transform: uppercase;
    font-size: .875rem;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    -ms-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0)
}

#hd .hd-nav ul li:hover .hd-tooltip {
    width: auto;
    opacity: 1;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: opacity 0.2s ease-in, transform 0.4s ease
}

#hd .scroll-up {
    position: fixed;
    right: 55px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #8dc3ff;
    transition: opacity 0.4s ease;
    z-index: 9
}

#hd .scroll-up svg {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    fill: #8dc3ff;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

#hd .scroll-up:hover {
    background-color: #8dc3ff
}

#hd .scroll-up:hover svg {
    fill: white
}

@media screen and (min-width: 2560px) {
    #hd .hd-nav {
        font-size: 16px;
        right: 100px
    }
}

@media screen and (max-width: 1440px) {
    #hd .hd-nav {
        right: 40px
    }

    #hd .scroll-up {
        right: 40px
    }
}

@media screen and (max-width: 1024px) {
    #hd .hd-nav {
        font-size: 12px;
        right: 30px
    }

    #hd .scroll-up {
        right: 30px
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-nav {
        display: none
    }

    #hd .hd-nav ul li .hd-tooltip {
        display: none
    }

    #hd .scroll-up {
        right: 10px
    }
}

@media screen and (max-width: 480px) {
    #hd .scroll-up {
        bottom: 15px;
        right: 10px
    }
}

#hd .hd-btn {
    display: inline-block;
    width: 9.5em;
    font-family: "TT Norms Pro", "MyriadPro", "Segoe UI", "Roboto", "Helvetica Neue", "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: 1.4em;
    letter-spacing: .1em;
    color: white;
    background: #838383;
    padding: .4em 2em .4em 1.25em;
    border-radius: 0;
    margin: .3em;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: background 0.4s ease, transform 0.25s ease
}

#hd .hd-btn.btn-primary {
    background: #0A6CFF
}

#hd .hd-btn.btn-primary:before {
    background: #7e6246
}

#hd .hd-btn.btn-secondary {
    background: #0A6CFF
}

#hd .hd-btn.btn-secondary:before {
    background: #0047f4
}

#hd .hd-btn.btn-secondary-frame {
    background: transparent;
    box-shadow: 0 0 0 2px #0A6CFF inset;
    color: #0A6CFF
}

#hd .hd-btn.btn-secondary-frame:before {
    display: none
}

@media screen and (max-width: 1024px) {
    #hd .hd-btn {
        font-size: 1.25em
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-btn {
        font-size: 1.125em
    }
}

@media screen and (max-width: 480px) {
    #hd .hd-btn {
        width: 8em;
        margin: .125em .3em
    }
}

#hd .hd-icon-plus {
    display: inline-block;
    vertical-align: top;
    width: 1.25em;
    height: 1.25em;
    border-radius: 1em;
    border: 1px solid #8dc3ff;
    margin: .125em .5em -.125em 0;
    position: relative
}

#hd .hd-icon-plus:before,
#hd .hd-icon-plus:after {
    content: '';
    display: block;
    width: .65em;
    height: 1px;
    background: #8dc3ff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .hd-icon-plus:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#hd .hd-active>.hd-icon-plus:after {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

#hd .swiper-button-prev,
#hd .swiper-button-next {
    width: 3.875em;
    height: 3.875em;
    margin: 0 1.5em 3em;
    border-radius: 50%;
    background: url(../img/arrow-right.svg);
    background-size: contain;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    margin: .5em 3.5em .5em .5em;
    opacity: .7;
    transition: transform 0.25s ease
}

#hd .swiper-button-prev:after,
#hd .swiper-button-next:after {
    display: none
}

#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:active,
#hd .swiper-button-next:active {
    opacity: .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%;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#hd .swiper-button-next {
    right: auto;
    left: 100%
}

#hd .swiper-pagination,
#hd .swiper-pagination-bullets {
    width: auto;
    bottom: 0;
    position: relative
}

#hd .swiper-pagination-bullets {
    display: flex;
    align-items: center
}

#hd .swiper-pagination-bullet {
    width: .6em;
    height: .6em;
    border-radius: .5em;
    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: #8dc3ff;
    transform-origin: left center;
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

#hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4em
}

#hd .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 6s;
    -webkit-animation-name: slideProgress;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    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: 2em 0 1em
}

#hd .swiper-pause-btn {
    flex-shrink: 0;
    width: 2.5em;
    height: 2.5em;
    background: center no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-left: 1em;
    position: relative;
    overflow: hidden;
    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 {
        width: 3em;
        height: 3em
    }
}

@media screen and (max-width: 768px) {

    #hd .swiper-button-prev,
    #hd .swiper-button-next {
        width: 3.14em;
        height: 3.14em;
        margin: 0
    }
}

@media screen and (max-width: 480px) {

    #hd .swiper-button-prev,
    #hd .swiper-button-next {
        display: none
    }
}

#hd .sec-kv {
    position: relative;
    overflow: hidden
}

#hd .sec-kv figure {
    width: 100%;
    height: 100vh;
    position: relative;
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    transition: transform 3.5s 0s cubic-bezier(0.27, 0.11, 0.04, 0.99)
}

#hd .sec-kv figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    transition: transform 2s 0s ease
}

#hd .sec-kv figure img.hd-bg {
    position: relative
}

#hd .sec-kv figure img.hd-cover {
    opacity: 0;
    transition: transform 2.2s 0s ease, opacity 0.8s 0.4s ease
}

#hd .sec-kv .hd-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2
}

#hd .sec-kv .h1 {
    font-size: 11.5vw;
    font-weight: 500;
    letter-spacing: .018em;
    line-height: 1.125;
    margin-bottom: .05em
}

#hd .sec-kv .h1 small {
    display: block;
    font-family: inherit;
    font-size: 3vw;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1;
    word-spacing: .15em;
    color: white !important
}

#hd .sec-kv .h1 small span {
    letter-spacing: .1em
}

#hd .sec-kv .h1 small.v2 {
    font-size: 2.25vw;
    letter-spacing: .04em;
    word-spacing: .1em
}

#hd .sec-kv .h1,
#hd .sec-kv .h1 small {
    opacity: 0
}

#hd .sec-kv.is-animated figure {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-name: kvBlur;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: 1.2s;
    animation-name: kvBlur;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-kv.is-animated figure img {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

#hd .sec-kv.is-animated .hd-cover {
    opacity: 1
}

#hd .sec-kv.is-animated .h1 {
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: zoomIn;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: 1s;
    animation-name: zoomIn;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-kv.is-animated .h1 small {
    -webkit-animation-delay: .55s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: zoomIn;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .55s;
    animation-duration: 1s;
    animation-name: zoomIn;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

@media screen and (max-width: 768px) {
    #hd .sec-kv .h1 {
        font-size: 14vw
    }

    #hd .sec-kv .h1 small {
        font-size: 5vw
    }

    #hd .sec-kv .h1 small.v2 {
        letter-spacing: .1em
    }
}

#hd .sec-intro {
    padding: 10em 0 2em;
    position: relative;
    overflow: hidden
}

#hd .sec-intro .hd-content,
#hd .sec-intro .hd-note {
    position: relative;
    z-index: 2
}

#hd .sec-intro h2+p {
    max-width: 46em;
    margin: 0 auto
}

#hd .sec-intro h2+p small {
    display: block;
    line-height: 1.25em;
    margin-top: 0.5em
}

#hd .sec-intro figure {
    margin: -15% 0 -8%;
    padding: 25% 0 20.5%;
    position: relative
}

#hd .sec-intro figure .hd-bg {
    width: 102%;
    height: 100%;
    max-width: none !important;
    margin-left: -1%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain
}

#hd .sec-intro ul {
    width: 90%;
    max-width: 52em;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

#hd .sec-intro li {
    padding: 2.5em .5em 2em;
    border-radius: 1.25em;
    background-color: #6717cd;
    background-image: -moz-linear-gradient(165deg, #6717cd, #2871fa 80%);
    background-image: -webkit-linear-gradient(165deg, #6717cd, #2871fa 80%);
    background-image: linear-gradient(165deg, #6717cd, #2871fa 80%);
    margin: .25em
}

#hd .sec-intro h3 {
    font-size: 1.75em;
    font-weight: 400;
    color: black !important;
    margin-bottom: 0
}

#hd .sec-intro h3 strong {
    display: block;
    font-size: 1.8em;
    font-weight: 500;
    color: white;
    margin-bottom: .05em
}

@media screen and (max-width: 1280px) {
    #hd .sec-intro {
        padding-top: 6em
    }

    #hd .sec-intro figure {
        margin: -18% 0 -12%
    }

    #hd .sec-intro h3 {
        font-size: 1.5em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-intro figure .hd-bg {
        width: 120%;
        margin-left: -10%
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-intro figure .hd-bg {
        width: 130%;
        height: 110%;
        margin-left: -15%
    }

    #hd .sec-intro ul {
        width: 100%
    }

    #hd .sec-intro h3 strong {
        font-size: 1.5em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-intro li {
        border-radius: .75em
    }

    #hd .sec-intro h3 {
        font-size: 1.125em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-intro figure {
        margin: -2em 0 -1em;
        padding: 4em 0 3em
    }

    #hd .sec-intro figure .hd-bg {
        height: 160%
    }

    #hd .sec-intro ul {
        flex-direction: column
    }

    #hd .sec-intro li {
        width: 100%;
        max-width: 12em;
        padding: 1.5em .25em 1em;
        margin: .25em auto
    }

    #hd .sec-intro h3 {
        font-size: 1.25em
    }
}

#hd .sec-how {
    padding: 6em 0;
    position: relative;
    overflow: hidden
}

#hd .sec-how .deco-title {
    width: 2em;
    margin: 0 auto 3.5em 0
}

#hd .sec-how h2 {
    margin-bottom: .75em
}

#hd .sec-how .hd-panel {
    padding: 5em 0 3em;
    position: relative;
    z-index: 2
}

#hd .sec-how .hd-panel:before {
    content: '';
    display: block;
    width: 136%;
    height: 100%;
    background-color: #0b0b23;
    background-image: -moz-linear-gradient(-90deg, #0b0b23 25%, #000 90%);
    background-image: -webkit-linear-gradient(-90deg, #0b0b23 25%, #000 90%);
    background-image: linear-gradient(-90deg, #0b0b23 25%, #000 90%);
    position: absolute;
    top: 0;
    left: -18%;
    pointer-events: none;
    z-index: -1
}

#hd .sec-how .hd-panel.flex-row-reverse:before {
    background-color: #0b0b23;
    background-image: -moz-linear-gradient(90deg, #0b0b23 25%, #000 90%);
    background-image: -webkit-linear-gradient(90deg, #0b0b23 25%, #000 90%);
    background-image: linear-gradient(90deg, #0b0b23 25%, #000 90%)
}

#hd .sec-how .hd-content p {
    margin-bottom: 1.5em;
    margin-right: -1em
}

#hd .sec-how .hd-content small {
    display: block;
    line-height: 1.125
}

#hd .sec-how .panel-1 .hd-col66 {
    padding-left: 2%;
    padding-right: 10%
}

#hd .sec-how .panel-1 figure {
    position: relative
}

#hd .sec-how .panel-1 figure img {
    width: 100%
}

#hd .sec-how .panel-1 figure.fig-1 {
    margin-bottom: 4em
}

#hd .sec-how .panel-1 figure.fig-2 .h4 {
    width: 88%;
    margin-left: auto
}

#hd .sec-how .panel-2 {
    padding-top: 8em
}

#hd .sec-how .panel-2 .hd-content {
    padding-left: 6%;
    padding-right: 4%
}

#hd .sec-how .panel-2 figure {
    margin-left: 3%;
    margin-right: -8%
}

#hd .sec-how .panel-2 figure>div {
    padding: 0 4%
}

#hd .sec-how .panel-2 .h4 {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: .04em;
    white-space: nowrap;
    width: 78%;
    margin: 0 0 .5em auto
}

#hd .sec-how .panel-2 .hd-img-container {
    position: relative
}

#hd .sec-how .panel-2 .hd-img-container img {
    width: 100%
}

#hd .sec-how .panel-2 .hd-img-container .hd-focus {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 25%;
    -ms-transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5);
    opacity: 0;
    transition: all 0.25s ease
}

#hd .sec-how .panel-2 .hd-img-container.is-animated .hd-focus {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

#hd .sec-how .panel-3 {
    padding: 6em 0
}

#hd .sec-how .panel-3 figure {
    padding-right: 4%;
    margin-left: -3%;
    margin-right: 3%
}

#hd .sec-how .panel-3 .hd-content {
    padding-left: 5%
}

#hd .sec-how .panel-3 .hd-content p {
    max-width: 26em
}

#hd .sec-how .panel-4 .deco-title {
    margin-bottom: 1.5em
}

#hd .sec-how .panel-4 .hd-content {
    padding-left: 6%;
    padding-right: 4%
}

#hd .sec-how .panel-4 figure {
    margin-left: 3%;
    margin-right: -5%
}

#hd .sec-how .panel-4 figure>div {
    padding: 0 4%
}

#hd .sec-how .panel-4 figure img {
    width: 100%
}

#hd .sec-how .panel-4 .h4 {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: .04em
}

#hd .sec-how .panel-4 .h4 img {
    display: inline-block;
    width: .75em;
    margin-left: .25em
}

#hd .sec-how .panel-4 .hd-img-container {
    margin-bottom: 4.5em;
    position: relative
}

#hd .sec-how .panel-4 .hd-img-container:last-child {
    margin-bottom: 0
}

#hd .sec-how .panel-5 figure {
    margin-right: 2%;
    position: relative
}

#hd .sec-how .panel-5 figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-how .panel-5 figure img.hd-base {
    position: relative
}

#hd .sec-how .panel-5 figure .hd-line,
#hd .sec-how .panel-5 figure .hd-icons {
    opacity: 0;
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: all 0.4s ease
}

#hd .sec-how .panel-5 figure .hd-icons {
    transition: all 0.4s 0.15s ease
}

#hd .sec-how .panel-5 figure.is-animated .hd-line,
#hd .sec-how .panel-5 figure.is-animated .hd-icons {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

#hd .sec-how .panel-5 .hd-content {
    padding-left: 8%;
    max-width: 32em
}

@media screen and (min-width: 3000px) {
    #hd .sec-how .panel-4 .hd-content {
        padding-left: 0
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-how .hd-panel {
        padding: 3em 0 2em
    }

    #hd .sec-how .panel-1 .hd-content {
        width: 40%
    }

    #hd .sec-how .panel-1 .hd-col66 {
        width: 60%;
        padding-left: 2%;
        padding-right: 5%
    }

    #hd .sec-how .panel-1 .h4 {
        font-size: 1.25em
    }

    #hd .sec-how .panel-2 .hd-content {
        width: 40%;
        padding-left: 0;
        padding-right: 5%
    }

    #hd .sec-how .panel-2 figure {
        width: 65%;
        margin-left: 0
    }

    #hd .sec-how .panel-2 figure>div {
        padding: 0 2%
    }

    #hd .sec-how .panel-2 .h4 {
        font-size: 1.25em
    }

    #hd .sec-how .panel-3 figure {
        margin-left: 0;
        margin-right: 0
    }

    #hd .sec-how .panel-4 .hd-content {
        width: 40%;
        padding-left: 0;
        padding-right: 5%
    }

    #hd .sec-how .panel-4 figure {
        width: 65%;
        margin-left: 0
    }

    #hd .sec-how .panel-4 figure>div {
        padding: 0 2%
    }

    #hd .sec-how .panel-4 .h4 {
        font-size: 1.25em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-how {
        padding: 4em 0
    }

    #hd .sec-how .deco-title {
        margin-bottom: 2em
    }

    #hd .sec-how .panel-1 .hd-col66 {
        padding-left: 0
    }

    #hd .sec-how .panel-1 figure.fig-1 {
        margin-bottom: 2em
    }

    #hd .sec-how .panel-3 figure {
        padding-right: 0
    }
}

@media screen and (max-width: 1023px) {
    #hd .sec-how .hd-panel {
        flex-direction: column;
        max-width: 40em
    }

    #hd .sec-how .hd-panel:before {
        background-color: #0b0b23;
        background-image: -moz-linear-gradient(180deg, #0b0b23 25%, #000 90%);
        background-image: -webkit-linear-gradient(180deg, #0b0b23 25%, #000 90%);
        background-image: linear-gradient(180deg, #0b0b23 25%, #000 90%)
    }

    #hd .sec-how .hd-panel.flex-row-reverse:before {
        background-color: #0b0b23;
        background-image: -moz-linear-gradient(180deg, #0b0b23 25%, #000 90%);
        background-image: -webkit-linear-gradient(180deg, #0b0b23 25%, #000 90%);
        background-image: linear-gradient(180deg, #0b0b23 25%, #000 90%)
    }

    #hd .sec-how .hd-content {
        width: 100%;
        margin-bottom: 2em
    }

    #hd .sec-how .hd-content p {
        margin-right: 0
    }

    #hd .sec-how .panel-1 .hd-content {
        width: 100%
    }

    #hd .sec-how .panel-1 .hd-col66 {
        width: 100%;
        padding-right: 0
    }

    #hd .sec-how .panel-2 .hd-content {
        width: 100%;
        padding: 0
    }

    #hd .sec-how .panel-2 figure {
        width: 105%;
        margin: 0 0 0 -5%
    }

    #hd .sec-how .panel-3 .hd-content {
        width: 100%;
        padding: 0
    }

    #hd .sec-how .panel-3 .hd-content p {
        max-width: none
    }

    #hd .sec-how .panel-3 figure {
        width: 100%
    }

    #hd .sec-how .panel-4 .hd-content {
        width: 100%;
        padding: 0
    }

    #hd .sec-how .panel-4 figure {
        width: 100%;
        margin: 0
    }

    #hd .sec-how .panel-4 .hd-img-container {
        margin-bottom: 2em
    }

    #hd .sec-how .panel-5 .hd-content {
        width: 100%;
        max-width: none;
        padding: 0
    }

    #hd .sec-how .panel-5 figure {
        width: 90%;
        margin: 0 auto
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-how .panel-1 .h4 {
        font-size: 3.5vw
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-how {
        padding-bottom: 2em
    }

    #hd .sec-how .panel-1 .h4 {
        font-size: 4vw
    }

    #hd .sec-how .panel-2 .h4 {
        font-size: 1em
    }
}

#hd .sec-info {
    padding: 12em 0 6em;
    position: relative
}

#hd .sec-info .hd-bg {
    width: auto;
    height: 23em;
    position: absolute;
    top: -4em;
    left: 0;
    right: 0;
    margin: 0 auto;
    object-fit: contain
}

#hd .sec-info h2 {
    margin-bottom: .5em;
    position: relative;
    z-index: 2
}

#hd .sec-info figure {
    margin-bottom: 1em;
    position: relative;
    overflow: hidden;
    opacity: .5
}

#hd .sec-info figure .hd-play {
    width: 3.5em;
    height: 3.5em
}

#hd .sec-info .hd-content {
    background: black;
    padding: .5em 1em 0
}

#hd .sec-info .hd-content h3 {
    font-size: 1.875em;
    font-weight: 400
}

#hd .sec-info .hd-content p {
    max-width: 27em;
    margin: 0 auto;
    color: #cdcdcd;
    text-align: left
}

#hd .sec-info .swiper-slide {
    opacity: .75
}

#hd .sec-info .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: opacity 0.4s 0.2s ease, transform 0.4s ease;
    position: relative;
    z-index: 2
}

#hd .sec-info .swiper-slide.swiper-slide-active figure {
    opacity: 1;
    transition: opacity 0.4s 0.2s ease
}

#hd .sec-info .swiper-slide.swiper-slide-active .hd-content p {
    color: white
}

#hd .sec-info .swiper-button-prev,
#hd .sec-info .swiper-button-next {
    width: 3.5em;
    height: 3.5em;
    top: calc(55% - 3.5em)
}

#hd .sec-info .swiper-button-prev {
    left: auto;
    right: 63%
}

#hd .sec-info .swiper-button-next {
    right: auto;
    left: 63%
}

@media screen and (max-width: 1280px) {
    #hd .sec-info {
        padding: 8em 0 4em
    }

    #hd .sec-info .hd-bg {
        height: 18em
    }

    #hd .sec-info h2 {
        margin-bottom: 1em
    }
}

@media screen and (max-width: 1024px) {

    #hd .sec-info .swiper-button-prev,
    #hd .sec-info .swiper-button-next {
        top: calc(50% - 3.5em)
    }

    #hd .sec-info .swiper-button-prev {
        right: 70%
    }

    #hd .sec-info .swiper-button-next {
        left: 70%
    }
}

@media screen and (max-width: 1023px) {

    #hd .sec-info .swiper-button-prev,
    #hd .sec-info .swiper-button-prev {
        right: 80%
    }

    #hd .sec-info .swiper-button-next {
        left: 80%
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-info {
        padding-bottom: 2em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-info figure {
        margin-bottom: .25em
    }

    #hd .sec-info .hd-content h3 {
        font-size: 1.5em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-info {
        padding-top: 6em
    }

    #hd .sec-info .hd-bg {
        top: -6em
    }
}

#hd .sec-table {
    padding: 6em 0 12em;
    position: relative
}

#hd .sec-table:before {
    content: '';
    display: block;
    width: 100%;
    height: 150%;
    background-color: rgba(0, 19, 74, 0);
    background-image: -moz-linear-gradient(180deg, rgba(0, 19, 74, 0), #00134a);
    background-image: -webkit-linear-gradient(180deg, rgba(0, 19, 74, 0), #00134a);
    background-image: linear-gradient(180deg, rgba(0, 19, 74, 0), #00134a);
    position: absolute;
    bottom: 0;
    left: 0
}

#hd .sec-table h2 {
    margin-bottom: 2em
}

#hd .sec-table h2 strong {
    font-weight: inherit
}

#hd .sec-table table {
    width: 100%;
    border-collapse: collapse
}

#hd .sec-table table th,
#hd .sec-table table td {
    font-family: "TT Norms Pro", "MyriadPro", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    letter-spacing: .018em;
    padding: 1em 0.5em
}

#hd .sec-table table th {
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: .02em
}

#hd .sec-table table strong {
    display: block;
    font-weight: inherit;
    -ms-transform: translateY(4px) scale(1.2);
    -webkit-transform: translateY(4px) scale(1.2);
    transform: translateY(4px) scale(1.2);
    transition: transform 0.4s ease
}

#hd .sec-table table thead th {
    padding: .75em .25em .25em;
    border-left: 4px solid black;
    border-right: 4px solid black;
    border-top-left-radius: 1.5em;
    border-top-right-radius: 1.5em;
    margin: 0 .125em
}

#hd .sec-table table thead th:nth-child(2) {
    background: #2c54ff;
    border: none
}

#hd .sec-table table thead th:nth-child(3) {
    background: #0e189e;
    border-left: none
}

#hd .sec-table table thead th:nth-child(4) {
    background: #270077
}

#hd .sec-table table thead th:nth-child(5) {
    background: #006c87
}

#hd .sec-table table tbody th {
    font-size: 1.125em;
    color: #8dc3ff;
    text-align: left;
    padding-left: 1.5em
}

#hd .sec-table table tbody td {
    text-align: center
}

#hd .sec-table table tbody td:nth-child(2) {
    background: #0a3870;
    clip-path: inset(0px -2em 0px -2em)
}

#hd .sec-table table tbody td:last-child:not([colspan]) {
    border-left: 4px solid black
}

#hd .sec-table table tbody tr:nth-child(2n) th {
    background: #001261
}

#hd .sec-table table tbody tr:nth-child(2n) td:nth-child(2) {
    background: #0744c5
}

#hd .sec-table table tbody tr:nth-child(2n) td:nth-child(3) {
    background: #270077
}

#hd .sec-table table tbody tr:nth-child(2n) td:nth-child(4) {
    background: #006c87
}

#hd .sec-table table tbody tr:nth-child(2n) td[colspan="2"] {
    background-color: #0e189e;
    background-image: -moz-linear-gradient(90deg, #0e189e, #270077);
    background-image: -webkit-linear-gradient(90deg, #0e189e, #270077);
    background-image: linear-gradient(90deg, #0e189e, #270077)
}

#hd .sec-table table tbody tr:nth-child(2n) td[colspan="3"] {
    background-color: #0e189e;
    background-image: -moz-linear-gradient(90deg, #0e189e, #270077, #006c87);
    background-image: -webkit-linear-gradient(90deg, #0e189e, #270077, #006c87);
    background-image: linear-gradient(90deg, #0e189e, #270077, #006c87)
}

#hd .sec-table table tfoot td {
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em
}

#hd .sec-table table tfoot td:nth-child(2) {
    background: #0a3870;
    clip-path: inset(0px -2em -2em -2em)
}

#hd .sec-table .is-animated strong {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

#hd .sec-table .is-animated thead th:nth-child(2) {
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: showTable;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: .8s;
    animation-name: showTable;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-table .is-animated tbody td:nth-child(2) {
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: showTable;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: .8s;
    animation-name: showTable;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-table .is-animated tfoot td:nth-child(2) {
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: showTable;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: .8s;
    animation-name: showTable;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

@media screen and (max-width: 1280px) {
    #hd .sec-table {
        padding-bottom: 8em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-table {
        padding: 4em 0 8em
    }

    #hd .sec-table h2 {
        margin-bottom: 1.5em
    }

    #hd .sec-table table tbody th {
        padding-left: 1em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-table .hd-container {
        width: 100%
    }

    #hd .sec-table h2 {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    #hd .sec-table table th,
    #hd .sec-table table td {
        padding: 0.75em 0.5em
    }

    #hd .sec-table table th {
        font-size: 1em
    }

    #hd .sec-table table td {
        font-size: .9em
    }

    #hd .sec-table table tbody th {
        font-size: 1em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-table .hd-scroller {
        position: relative;
        overflow-x: auto
    }

    #hd .sec-table table {
        min-width: 140vw
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-table {
        padding-bottom: 6em
    }

    #hd .sec-table table {
        min-width: 200vw
    }
}

#hd .sec-products {
    padding: 8em 0;
    position: relative
}

#hd .sec-products .hd-bg {
    width: 100%;
    height: 0;
    padding-bottom: 43.164%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    mix-blend-mode: screen;
    pointer-events: none
}

#hd .sec-products .hd-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
    position: absolute;
    bottom: 0;
    left: 0
}

#hd .sec-products h2 {
    font-weight: 500;
    margin-bottom: 1em
}

#hd .sec-products .pd-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 2em;
    grid-column-gap: .75em;
    margin-bottom: 2em
}

#hd .sec-products .pd-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ebf4fe;
    color: #060606;
    border-radius: 2.5em;
    padding: 1.5em 2em 2em;
    position: relative;
    overflow: hidden
}

#hd .sec-products .pd-item figure {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    margin: 0 auto 1em;
    position: relative
}

#hd .sec-products .pd-item figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain
}

#hd .sec-products .pd-item h3 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    color: #060606 !important;
    text-align: center;
    margin-bottom: 1em
}

#hd .sec-products .pd-item ul {
    margin-bottom: 1.5em
}

#hd .sec-products .pd-item li {
    font-family: "TT Norms Pro", "MyriadPro", "Segoe UI", "Roboto", "Helvetica Neue", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: .9em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    padding-left: 1.25em;
    margin-bottom: .25em;
    position: relative
}

#hd .sec-products .pd-item li:before {
    content: '';
    display: block;
    width: .3em;
    height: 2px;
    background: #404040;
    position: absolute;
    left: .25em;
    top: .6em
}

#hd .sec-products .pd-item .btn-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: auto -.25em 0
}

#hd .sec-products .pd-item .hd-btn {
    width: 50%;
    font-size: 1.1em;
    line-height: 1.125;
    letter-spacing: .018em;
    text-align: center;
    padding: .875em 1.5em .875em .5em;
    margin: .125em;
    border-radius: 0
}

#hd .sec-products .pd-item .hd-btn i {
    width: 1em;
    height: 1em;
    background: url(../img/arrow-right.svg) center no-repeat;
    background-size: contain;
    margin-left: 1em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto 0;
    transition: transform 0.25s ease
}

#hd .sec-products .pd-item .hd-btn.btn-secondary i {
    background-image: url(../img/arrow-right-white.svg)
}

#hd .sec-products .pd-item .hd-btn:hover i,
#hd .sec-products .pd-item .hd-btn:focus-visible i {
    -ms-transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0)
}

#hd .sec-products .pd-item .hd-btn:active i {
    -ms-transform: translate(3px, 0);
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0)
}

#hd .sec-products .pd-item .coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0047f4;
    font-size: 2em;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

@media screen and (max-width: 1280px) {
    #hd .sec-products {
        padding: 6em 0
    }

    #hd .sec-products .pd-item {
        border-radius: 1.5em;
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    #hd .sec-products .pd-item h3 {
        font-size: 1.25em
    }

    #hd .sec-products .pd-item .hd-btn {
        font-size: 1em;
        letter-spacing: 0
    }

    #hd .sec-products .pd-item .hd-btn i {
        right: .5em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-products .pd-container {
        grid-row-gap: 1em;
        grid-column-gap: .5em
    }

    #hd .sec-products .pd-item {
        border-radius: 1em;
        padding: 1em 1.5em 1.5em
    }

    #hd .sec-products .pd-item h3 {
        font-size: 1.125em
    }

    #hd .sec-products .pd-item li {
        font-size: .9em
    }
}

@media screen and (max-width: 1023px) {
    #hd .sec-products .pd-container {
        grid-template-columns: repeat(2, 1fr)
    }

    #hd .sec-products .pd-item {
        padding-left: 2em;
        padding-right: 2em
    }

    #hd .sec-products .pd-item ul {
        margin-bottom: 1em
    }

    #hd .sec-products .pd-item .hd-btn i {
        right: 1em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-products .hd-container {
        max-width: 600px
    }

    #hd .sec-products .pd-item {
        padding-left: 1.5em;
        padding-right: 1.5em
    }

    #hd .sec-products .pd-item figure {
        width: 80%;
        padding-bottom: 50%
    }

    #hd .sec-products .pd-item .hd-btn {
        padding: .75em .25em
    }

    #hd .sec-products .pd-item .hd-btn i {
        display: none
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-products .hd-container {
        max-width: 320px
    }

    #hd .sec-products .pd-container {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: .5em
    }
}

#hd .sec-faq {
    padding: 6% 0
}

#hd .sec-faq .txt-larger {
    font-size: 1.25em
}

#hd .sec-faq .list-faq {
    max-width: 56em;
    margin: 0 auto
}

#hd .sec-faq .list-faq>li {
    padding-bottom: 1em;
    position: relative
}

#hd .sec-faq .list-faq>li.hd-active span:after {
    display: none
}

#hd .sec-faq .list-faq button {
    border-bottom: 1px solid #000;
    padding: 1.5em 5em 1.5em .5em;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1em;
    position: relative;
    cursor: pointer
}

#hd .sec-faq .list-faq button span {
    position: absolute;
    width: 2.125em;
    height: 2.125em;
    top: 1.4em;
    right: 1.5em;
    background: #ebf4fe;
    border-radius: 1.5em;
    cursor: pointer;
    border: 1.5px solid #0A6CFF;
    box-sizing: border-box; 
}

#hd .sec-faq .list-faq button span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1.125em;
    height: 4px;
    border-radius: 2px;
    background-color: #0A6CFF;
}

#hd .sec-faq .list-faq button span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1.125em;
    width: 4px;
    border-radius: 2px;
    background-color: #0A6CFF;
}

#hd .sec-faq .list-faq .faq-a {
    display: none;
}

#hd .sec-faq .list-faq h3 {
    font-size: 1.75em;
    line-height: 1.25;
    margin-bottom: 0;
    color: black !important;
    text-indent: -2em;
    padding-left: 2em;
}

#hd .sec-faq .list-faq p {
    padding: 1em 3em 1em .75em;
    color: #626262;
}

#hd .sec-faq .list-faq p strong {
    font-weight: 400;
}

@media screen and (max-width: 1280px) {
    #hd .sec-faq .list-faq h3 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-faq {
        padding: 10% 0;
    }

    #hd .sec-faq .list-faq h3 {
        font-size: 1.25em;
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-faq {
        padding: 15% 0;
    }

    #hd .sec-faq .list-faq button {
        padding: 1em 3.5em 1em .5em;
    }

    #hd .sec-faq .list-faq button span {
        font-size: 0.9em;
        top: .7em;
        right: 0.5em;
    }

    #hd .sec-faq .list-faq h3 {
        font-size: 1.125em;
    }

    #hd .sec-faq .list-faq p {
        font-size: 1em;
        padding-inline: 0.5em;
    }
}

#pageContent-sec-faq .hd-btn {
    display: inline-block;
    font-family: "TTNormsProMedium", "Roboto", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    color: #0A6CFF;
    background: white;
    width: auto;
    font-weight: 400;
    letter-spacing: 0;
    padding: .875em 1.5em .875em .5em;
    border-radius: 0;
    margin: 1.25em .5em;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: background 0.4s ease, transform 0.25s ease;
}

#pageContent-sec-faq .hd-btn:hover,
#pageContent-sec-faq .hd-btn:focus-visible {
    color: white;
    background: #0A6CFF;
}

#pageContent-sec-faq .hd-btn.hd-btn-frame {
    border: 1.5px solid #0A6CFF;
    color: #0A6CFF;
    background: #ebf4fe;
}

#pageContent-sec-faq .hd-btn.hd-btn-frame:hover,
#pageContent-sec-faq .hd-btn.hd-btn-frame:focus-visible {
    color: white;
    border-color: #0A6CFF;
    background: #0A6CFF;
}

#pageContent-sec-faq .hd-btn.hd-btn-dark {
    border: 1px solid #0A6CFF;
    background: #0A6CFF;
    color: white;
}

#pageContent-sec-faq .hd-btn.hd-btn-dark:hover,
#pageContent-sec-faq .hd-btn.hd-btn-dark:focus-visible {
    color: ##0A6CFF;
    background: white;
}

@media screen and (max-width: 1024px) {
    #pageContent-sec-faq .hd-btn {
        font-size: 1.125em;
        padding-inline: 1.25em;
        margin: 1em .25em;
    }
}

@media screen and (max-width: 620px) {
    #pageContent-sec-faq .hd-btn {
        font-size: 1em;
        padding-inline: .75em;
        margin: .5em .25em;
    }
}

/*# sourceMappingURL=hd-style.css.map */