@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-face {
    font-family: 'TTNormsProMedium';
    src: url("../fonts/TTNormsProMedium.ttf");
    font-weight: normal;
    font-style: normal;
}
#special-sectionOverview {
    margin-bottom: 100px
}

.width-line-gray {
    background: none
}

#hd {
    font-family: "Roboto", "Segoe UI", "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background: white;
    color: black;
    font-size: 16px;
    margin: 0;
    padding: 0
}

#hd * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word
}

#hd * ::selection {
    background: #1d2124;
    color: #01c1fd
}

#hd * ::-moz-selection {
    background: #1d2124;
    color: #01c1fd
}

#hd ul,
#hd li,
#hd figure {
    margin: 0;
    padding: 0
}

#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
    font: inherit;
    padding: 0;
    margin: 0
}

#hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0 auto
}

#hd img.lazyload {
    opacity: 0;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

#hd img.lazyload.lazyloaded {
    height: auto;
    opacity: 1
}

#hd video {
    max-width: 100%
}

#hd button {
    background: none;
    border: none;
    outline: none
}

#hd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

#hd a:focus-visible,
#hd button:focus-visible,
#hd input:focus-visible,
#hd select:focus-visible,
#hd textarea:focus-visible,
#hd [role="button"]:focus-visible,
#hd [tabindex="0"]:focus-visible {
    outline: 1px solid #01c1fd
}

#hd a:focus:not(:focus-visible),
#hd button:focus:not(:focus-visible),
#hd input:focus:not(:focus-visible),
#hd select:focus:not(:focus-visible),
#hd textarea:focus:not(:focus-visible),
#hd [role="button"]:focus:not(:focus-visible),
#hd [tabindex="0"]:focus:not(:focus-visible) {
    outline: none
}

@-webkit-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@-moz-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@-ms-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@-o-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

.hd-colorrun {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 4s;
    -webkit-animation-name: colorrun;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 4s;
    -moz-animation-name: colorrun;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 4s;
    -o-animation-name: colorrun;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 4s;
    animation-name: colorrun;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

@-webkit-keyframes playSpriteH {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -moz-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-moz-keyframes playSpriteH {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -moz-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-ms-keyframes playSpriteH {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -moz-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-o-keyframes playSpriteH {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -moz-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes playSpriteH {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    100% {
        -moz-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-webkit-keyframes triggerable {
    0% {
        border-width: 3px;
        -moz-transform: scale(.1, .1);
        -o-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 1
    }

    40% {
        opacity: .9
    }

    90%,
    100% {
        border-width: 1px;
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0
    }
}

@-moz-keyframes triggerable {
    0% {
        border-width: 3px;
        -moz-transform: scale(.1, .1);
        -o-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 1
    }

    40% {
        opacity: .9
    }

    90%,
    100% {
        border-width: 1px;
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0
    }
}

@-ms-keyframes triggerable {
    0% {
        border-width: 3px;
        -moz-transform: scale(.1, .1);
        -o-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 1
    }

    40% {
        opacity: .9
    }

    90%,
    100% {
        border-width: 1px;
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0
    }
}

@-o-keyframes triggerable {
    0% {
        border-width: 3px;
        -moz-transform: scale(.1, .1);
        -o-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 1
    }

    40% {
        opacity: .9
    }

    90%,
    100% {
        border-width: 1px;
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0
    }
}

@keyframes triggerable {
    0% {
        border-width: 3px;
        -moz-transform: scale(.1, .1);
        -o-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 1
    }

    40% {
        opacity: .9
    }

    90%,
    100% {
        border-width: 1px;
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0
    }
}

@-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
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes filter {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -moz-transform: translate(0, 12%);
        -o-transform: translate(0, 12%);
        -ms-transform: translate(0, 12%);
        -webkit-transform: translate(0, 12%);
        transform: translate(0, 12%)
    }

    100% {
        -moz-transform: translate(-20%, 12%);
        -o-transform: translate(-20%, 12%);
        -ms-transform: translate(-20%, 12%);
        -webkit-transform: translate(-20%, 12%);
        transform: translate(-20%, 12%)
    }
}

@-moz-keyframes filter {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -moz-transform: translate(0, 12%);
        -o-transform: translate(0, 12%);
        -ms-transform: translate(0, 12%);
        -webkit-transform: translate(0, 12%);
        transform: translate(0, 12%)
    }

    100% {
        -moz-transform: translate(-20%, 12%);
        -o-transform: translate(-20%, 12%);
        -ms-transform: translate(-20%, 12%);
        -webkit-transform: translate(-20%, 12%);
        transform: translate(-20%, 12%)
    }
}

@-ms-keyframes filter {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -moz-transform: translate(0, 12%);
        -o-transform: translate(0, 12%);
        -ms-transform: translate(0, 12%);
        -webkit-transform: translate(0, 12%);
        transform: translate(0, 12%)
    }

    100% {
        -moz-transform: translate(-20%, 12%);
        -o-transform: translate(-20%, 12%);
        -ms-transform: translate(-20%, 12%);
        -webkit-transform: translate(-20%, 12%);
        transform: translate(-20%, 12%)
    }
}

@-o-keyframes filter {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -moz-transform: translate(0, 12%);
        -o-transform: translate(0, 12%);
        -ms-transform: translate(0, 12%);
        -webkit-transform: translate(0, 12%);
        transform: translate(0, 12%)
    }

    100% {
        -moz-transform: translate(-20%, 12%);
        -o-transform: translate(-20%, 12%);
        -ms-transform: translate(-20%, 12%);
        -webkit-transform: translate(-20%, 12%);
        transform: translate(-20%, 12%)
    }
}

@keyframes filter {
    0% {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -moz-transform: translate(0, 12%);
        -o-transform: translate(0, 12%);
        -ms-transform: translate(0, 12%);
        -webkit-transform: translate(0, 12%);
        transform: translate(0, 12%)
    }

    100% {
        -moz-transform: translate(-20%, 12%);
        -o-transform: translate(-20%, 12%);
        -ms-transform: translate(-20%, 12%);
        -webkit-transform: translate(-20%, 12%);
        transform: translate(-20%, 12%)
    }
}

@-webkit-keyframes static {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes static {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes static {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes static {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes static {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes breathing {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@-moz-keyframes breathing {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@-ms-keyframes breathing {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@-o-keyframes breathing {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@keyframes breathing {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@-webkit-keyframes strobing {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-moz-keyframes strobing {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-ms-keyframes strobing {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-o-keyframes strobing {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@keyframes strobing {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-webkit-keyframes music {
    0% {
        opacity: 1
    }

    10% {
        opacity: .3
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .3
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@-moz-keyframes music {
    0% {
        opacity: 1
    }

    10% {
        opacity: .3
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .3
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@-ms-keyframes music {
    0% {
        opacity: 1
    }

    10% {
        opacity: .3
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .3
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@-o-keyframes music {
    0% {
        opacity: 1
    }

    10% {
        opacity: .3
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .3
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@keyframes music {
    0% {
        opacity: 1
    }

    10% {
        opacity: .3
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .3
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@-webkit-keyframes cycle {
    0% {
        background-color: red
    }

    15% {
        background-color: orange
    }

    30% {
        background-color: yellow
    }

    45% {
        background-color: #00CB07
    }

    60% {
        background-color: #07A9FF
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: #a12fd9
    }

    100% {
        background-color: red
    }
}

@-moz-keyframes cycle {
    0% {
        background-color: red
    }

    15% {
        background-color: orange
    }

    30% {
        background-color: yellow
    }

    45% {
        background-color: #00CB07
    }

    60% {
        background-color: #07A9FF
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: #a12fd9
    }

    100% {
        background-color: red
    }
}

@-ms-keyframes cycle {
    0% {
        background-color: red
    }

    15% {
        background-color: orange
    }

    30% {
        background-color: yellow
    }

    45% {
        background-color: #00CB07
    }

    60% {
        background-color: #07A9FF
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: #a12fd9
    }

    100% {
        background-color: red
    }
}

@-o-keyframes cycle {
    0% {
        background-color: red
    }

    15% {
        background-color: orange
    }

    30% {
        background-color: yellow
    }

    45% {
        background-color: #00CB07
    }

    60% {
        background-color: #07A9FF
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: #a12fd9
    }

    100% {
        background-color: red
    }
}

@keyframes cycle {
    0% {
        background-color: red
    }

    15% {
        background-color: orange
    }

    30% {
        background-color: yellow
    }

    45% {
        background-color: #00CB07
    }

    60% {
        background-color: #07A9FF
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: #a12fd9
    }

    100% {
        background-color: red
    }
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@-moz-keyframes rainbow {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@-ms-keyframes rainbow {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@-o-keyframes rainbow {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes rainbow {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes smart {

    0%,
    28% {
        background-color: red
    }

    30%,
    58% {
        background-color: yellow
    }

    60%,
    88% {
        background-color: #42ca42
    }

    90%,
    98% {
        background-color: yellow
    }

    100% {
        background-color: red
    }
}

@-moz-keyframes smart {

    0%,
    28% {
        background-color: red
    }

    30%,
    58% {
        background-color: yellow
    }

    60%,
    88% {
        background-color: #42ca42
    }

    90%,
    98% {
        background-color: yellow
    }

    100% {
        background-color: red
    }
}

@-ms-keyframes smart {

    0%,
    28% {
        background-color: red
    }

    30%,
    58% {
        background-color: yellow
    }

    60%,
    88% {
        background-color: #42ca42
    }

    90%,
    98% {
        background-color: yellow
    }

    100% {
        background-color: red
    }
}

@-o-keyframes smart {

    0%,
    28% {
        background-color: red
    }

    30%,
    58% {
        background-color: yellow
    }

    60%,
    88% {
        background-color: #42ca42
    }

    90%,
    98% {
        background-color: yellow
    }

    100% {
        background-color: red
    }
}

@keyframes smart {

    0%,
    28% {
        background-color: red
    }

    30%,
    58% {
        background-color: yellow
    }

    60%,
    88% {
        background-color: #42ca42
    }

    90%,
    98% {
        background-color: yellow
    }

    100% {
        background-color: red
    }
}

@-webkit-keyframes comet {
    0% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(250%);
        -o-transform: skewX(68deg) translateX(250%);
        -ms-transform: skewX(68deg) translateX(250%);
        -webkit-transform: skewX(68deg) translateX(250%);
        transform: skewX(68deg) translateX(250%)
    }

    100% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(-250%);
        -o-transform: skewX(68deg) translateX(-250%);
        -ms-transform: skewX(68deg) translateX(-250%);
        -webkit-transform: skewX(68deg) translateX(-250%);
        transform: skewX(68deg) translateX(-250%)
    }
}

@-moz-keyframes comet {
    0% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(250%);
        -o-transform: skewX(68deg) translateX(250%);
        -ms-transform: skewX(68deg) translateX(250%);
        -webkit-transform: skewX(68deg) translateX(250%);
        transform: skewX(68deg) translateX(250%)
    }

    100% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(-250%);
        -o-transform: skewX(68deg) translateX(-250%);
        -ms-transform: skewX(68deg) translateX(-250%);
        -webkit-transform: skewX(68deg) translateX(-250%);
        transform: skewX(68deg) translateX(-250%)
    }
}

@-ms-keyframes comet {
    0% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(250%);
        -o-transform: skewX(68deg) translateX(250%);
        -ms-transform: skewX(68deg) translateX(250%);
        -webkit-transform: skewX(68deg) translateX(250%);
        transform: skewX(68deg) translateX(250%)
    }

    100% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(-250%);
        -o-transform: skewX(68deg) translateX(-250%);
        -ms-transform: skewX(68deg) translateX(-250%);
        -webkit-transform: skewX(68deg) translateX(-250%);
        transform: skewX(68deg) translateX(-250%)
    }
}

@-o-keyframes comet {
    0% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(250%);
        -o-transform: skewX(68deg) translateX(250%);
        -ms-transform: skewX(68deg) translateX(250%);
        -webkit-transform: skewX(68deg) translateX(250%);
        transform: skewX(68deg) translateX(250%)
    }

    100% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(-250%);
        -o-transform: skewX(68deg) translateX(-250%);
        -ms-transform: skewX(68deg) translateX(-250%);
        -webkit-transform: skewX(68deg) translateX(-250%);
        transform: skewX(68deg) translateX(-250%)
    }
}

@keyframes comet {
    0% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(250%);
        -o-transform: skewX(68deg) translateX(250%);
        -ms-transform: skewX(68deg) translateX(250%);
        -webkit-transform: skewX(68deg) translateX(250%);
        transform: skewX(68deg) translateX(250%)
    }

    100% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(-250%);
        -o-transform: skewX(68deg) translateX(-250%);
        -ms-transform: skewX(68deg) translateX(-250%);
        -webkit-transform: skewX(68deg) translateX(-250%);
        transform: skewX(68deg) translateX(-250%)
    }
}

@-webkit-keyframes adaptive {
    0% {
        background-color: white
    }

    30% {
        background-color: #01c1fd
    }

    45% {
        background-color: #07A9FF
    }

    60% {
        background-color: #42ca42
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: yellow
    }

    100% {
        background-color: white
    }
}

@-moz-keyframes adaptive {
    0% {
        background-color: white
    }

    30% {
        background-color: #01c1fd
    }

    45% {
        background-color: #07A9FF
    }

    60% {
        background-color: #42ca42
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: yellow
    }

    100% {
        background-color: white
    }
}

@-ms-keyframes adaptive {
    0% {
        background-color: white
    }

    30% {
        background-color: #01c1fd
    }

    45% {
        background-color: #07A9FF
    }

    60% {
        background-color: #42ca42
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: yellow
    }

    100% {
        background-color: white
    }
}

@-o-keyframes adaptive {
    0% {
        background-color: white
    }

    30% {
        background-color: #01c1fd
    }

    45% {
        background-color: #07A9FF
    }

    60% {
        background-color: #42ca42
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: yellow
    }

    100% {
        background-color: white
    }
}

@keyframes adaptive {
    0% {
        background-color: white
    }

    30% {
        background-color: #01c1fd
    }

    45% {
        background-color: #07A9FF
    }

    60% {
        background-color: #42ca42
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: yellow
    }

    100% {
        background-color: white
    }
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url("../fonts/TTNormsPro-Regular.eot");
    src: url("../fonts/TTNormsPro-Regular.eot?#iefix") format("embedded-opentype"), 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.eot");
    src: url("../fonts/TTNormsPro-Light.eot?#iefix") format("embedded-opentype"), 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
}

#hd {
    font-size: 16px
}

#hd h2 {
    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: 3em;
    letter-spacing: .06em;
    line-height: 1.25;
    color: black;
    margin-bottom: .5em;
    text-transform: uppercase
}

#hd h2+h3 {
    margin-top: -.5em
}

#hd 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: 1.75em;
    font-weight: bold;
    letter-spacing: .26em;
    line-height: 1.25;
    margin-bottom: .5em;
    color: black;
    text-transform: uppercase
}

#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: 3em;
    letter-spacing: .06em;
    line-height: 1.25;
    color: black;
    margin-bottom: .5em;
    text-transform: normal
}

#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.5em;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    text-transform: uppercase
}

#hd h6 {
    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: 400;
    line-height: 1.5;
    color: black
}

#hd p,
#hd small,
#hd a,
#hd li {
    font-family: "Roboto", "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 p {
    font-size: 1.25em;
    line-height: 1.6;
    font-weight: 400
}

#hd b,
#hd strong {
    font-weight: bold
}

#hd small {
    font-size: .875em;
    letter-spacing: 0.018em
}

#hd .align-center {
    text-align: center
}

#hd .align-left {
    text-align: left
}

#hd .align-italic {
    font-style: italic
}

#hd a.txt-link {
    display: inline-block;
    text-decoration: underline;
    font-weight: 400
}

#hd a.txt-link:hover {
    color: #01c1fd
}

#hd .color-txt {
    color: black
}

#hd .color-primary {
    color: #01c1fd
}

#hd .color-white {
    color: white
}

#hd .color-grey {
    color: #707070
}

@media screen and (min-width: 2560px) {
    #hd {
        font-size: 20px
    }
}

@media screen and (min-width: 3000px) {
    #hd {
        font-size: 28px
    }
}

@media screen and (max-width: 1440px) {
    #hd p {
        font-size: 1.125em
    }
}

@media screen and (max-width: 1280px) {
    #hd h2 {
        font-size: 2em
    }

    #hd h4 {
        font-size: 2.5em
    }

    #hd h3 {
        font-size: 1.25em
    }
}

@media screen and (max-width: 1024px) {
    #hd {
        font-size: 14px
    }

    #hd h2,
    #hd h4 {
        font-size: 2em
    }

    #hd h3 {
        font-size: 1.25em;
        margin-bottom: 1em
    }

    #hd p {
        font-size: 1em;
        line-height: 1.66
    }
}

#hd .w95 {
    width: 94%;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000,
#hd .hd-w1200,
#hd .hd-w1366,
#hd .hd-w1400 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000 {
    max-width: 1000px
}

#hd .hd-w1366 {
    max-width: 1366px
}

#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-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-ib {
    display: inline-block
}

#hd .mx-auto {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 2560px) {
    #hd .hd-w1000 {
        max-width: 1200px
    }

    #hd .hd-w1200 {
        max-width: 1400px
    }

    #hd .hd-w1366 {
        max-width: 1600px
    }

    #hd .hd-w1400 {
        max-width: 1600px
    }
}

@media screen and (min-width: 3000px) {
    #hd .hd-w1000 {
        max-width: 2000px
    }

    #hd .hd-w1200 {
        max-width: 2560px
    }

    #hd .hd-w1366 {
        max-width: 2560px
    }

    #hd .hd-w1400 {
        max-width: 2560px
    }
}

@media screen and (max-width: 1023px) {

    #hd .hd-w1000,
    #hd .hd-w1200,
    #hd .hd-w1366,
    #hd .hd-w1400 {
        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
    }
}

@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 .hd-nav {
    position: fixed;
    z-index: 999999;
    top: 50%;
    opacity: 1;
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

#hd .hd-nav.left {
    left: 10px
}

#hd .hd-nav.right {
    right: 10px
}

#hd .hd-nav ul {
    margin: 0;
    padding: 0
}

#hd .hd-nav ul li {
    display: block;
    position: relative
}

#hd .hd-nav ul li a {
    display: block;
    padding: 10px 6px;
    z-index: 1;
    cursor: pointer;
    text-decoration: none
}

#hd .hd-nav ul li a span {
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    border: 1px solid #01c1fd;
    opacity: .5;
    z-index: 1;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out
}

#hd .hd-nav ul li a:hover span,
#hd .hd-nav ul li a.active span {
    background: #01c1fd;
    opacity: 1
}

#hd .hd-nav ul li .hd-tooltip {
    height: 1.5em;
    font-size: 14px;
    font-family: "Roboto", arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    color: #01c1fd;
    overflow: hidden;
    display: block;
    margin: auto 0;
    position: absolute;
    top: 5px;
    bottom: 0;
    text-transform: uppercase
}

#hd .hd-nav ul li .hd-tooltip.right {
    right: 20px
}

#hd .hd-nav ul li .hd-tooltip .left {
    left: 20px
}

#hd .hd-nav ul li:hover .hd-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#hd .hd-nav.fp-show-active a.active+.hd-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#hd .scroll-up {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #01c1fd;
    opacity: 0;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

#hd .scroll-up.hd-show {
    opacity: 1
}

#hd .scroll-up svg {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    fill: #01c1fd;
    -webkit-transform: rotateZ(270deg);
    -moz-transform: rotateZ(270deg);
    -ms-transform: rotateZ(270deg);
    -o-transform: rotateZ(270deg);
    transform: rotateZ(270deg)
}

#hd .scroll-up:hover {
    background-color: #01c1fd
}

#hd .scroll-up:hover svg {
    fill: white
}

@media screen and (max-width: 1440px) {
    #hd .hd-nav ul li a {
        padding: 6px
    }

    #hd .hd-nav ul li .hd-tooltip {
        opacity: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .hd-nav.left {
        left: 20px
    }

    #hd .hd-nav.right {
        right: 20px
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-nav {
        display: none !important
    }

    #hd .hd-nav ul li .hd-tooltip {
        display: none !important
    }
}

@media screen and (max-width: 480px) {
    #hd .scroll-up {
        bottom: 15px;
        right: 15px
    }
}

#hd .show-slider {
    position: relative;
    overflow: hidden
}

#hd .show-slider .owl-stage-outer {
    overflow: visible
}

#hd .show-slider .owl-item {
    padding-left: 2.5%;
    padding-right: 2.5%;
    opacity: .4;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

#hd .show-slider .owl-item.active {
    opacity: 1
}

#hd .owl-nav {
    width: 100%;
    height: 2em;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    pointer-events: none
}

#hd .owl-nav .owl-prev,
#hd .owl-nav .owl-next {
    width: 2em;
    height: 2em;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    pointer-events: all;
    opacity: 0.8;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

#hd .owl-nav .owl-prev.disabled,
#hd .owl-nav .owl-next.disabled {
    opacity: 0;
    pointer-events: none
}

#hd .owl-nav .owl-prev:hover,
#hd .owl-nav .owl-next:hover {
    opacity: 1
}

#hd .owl-nav .owl-prev {
    right: 100%;
    border-left: 3px solid #01c1fd;
    border-bottom: 3px solid #01c1fd
}

#hd .owl-nav .owl-next {
    left: 100%;
    border-top: 3px solid #01c1fd;
    border-right: 3px solid #01c1fd
}

#hd .owl-dots {
    width: 100%;
    margin: 1em auto 0;
    text-align: center;
    position: relative;
    z-index: 2
}

#hd .owl-dots .owl-dot {
    display: inline-block;
    width: 3.75em;
    height: 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 10px
}

#hd .owl-dots .owl-dot:first-child {
    margin-left: 0
}

#hd .owl-dots .owl-dot.active {
    background: #01c1fd
}

#hd .owl-dots p {
    font-size: 1em;
    text-align: center;
    margin-top: 1em;
    line-height: 1.125
}

@media screen and (max-width: 1024px) {
    #hd .hd-nav {
        height: 1.5em
    }

    #hd .hd-nav .owl-prev,
    #hd .hd-nav .owl-next {
        width: 1.5em;
        height: 1.5em
    }
}

@media screen and (max-width: 768px) {
    #hd .show-slider .owl-item {
        padding-left: 0;
        padding-right: 0
    }
}

#hd section,
#hd .sec-intro {
    min-height: 100vh;
    padding-top: 100px;
    background: white;
    padding: 3em 0
}

.trigger-video-toggle {
    position: relative
}

.vid-control {
    width: 80px;
    position: absolute;
    right: 1em;
    bottom: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    z-index: 3
}

.vid-control .play {
    display: none
}

.vid-control.hd-active .play {
    display: block
}

.vid-control.hd-active .pause {
    display: none
}

.vid-control:focus {
    opacity: 1
}

#hd .hd-col40,
#hd .hd-col50,
#hd .hd-col75 {
    padding: 0 15px
}

#hd .hd-scroller {
    height: 900vh !important;
    position: relative
}

#hd .hd-scroller.hd-active .sec-reveal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

#hd .hd-scroller.hd-active .sec-reveal:first-child {
    opacity: 1 !important;
    visibility: visible !important
}

#hd .hd-scroller.hd-active .sec-reveal:nth-child(n+1) {
    opacity: 0;
    visibility: hidden
}

#hd .hd-scroller.hd-active .main-kv figure {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0
}

#hd .main-kv {
    width: 100%;
    padding-top: 1px;
    padding-bottom: 0;
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

#hd .main-kv h2 {
    font-size: 7em;
    letter-spacing: 0;
    line-height: 1;
    color: white;
    margin-bottom: 0;
    word-break: normal;
    word-wrap: normal
}

#hd .main-kv .vid-control {
    bottom: 20%
}

#hd .hd-title-container {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    z-index: 2
}

#hd .hd-title-container h2 {
    width: 100%;
    font-size: 4.45vw;
    letter-spacing: .05em
}

#hd .hd-title-container p {
    width: 100%;
    font-size: 2.65vw;
    letter-spacing: .1em
}

#hd .hd-title-container.hd-d-none {
    display: none
}

#hd .hd-title-container.hd-d-none h2,
#hd .hd-title-container.hd-d-none p {
    opacity: 0
}

#hd .sec-intro {
    background: transparent;
    padding: 0 !important;
    z-index: 2
}

#hd .sec-intro .hd-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2
}

#hd .sec-intro .bg-cover {
    width: 100%;
    height: 100%;
    background: white;
    position: relative;
    overflow: hidden;
    z-index: 2
}

#hd .sec-intro .hd-content {
    max-width: 66em;
    align-content: center
}

#hd .sec-bg {
    background: white;
    position: relative;
    z-index: 2
}

#hd .sec-bg .hd-bg {
    background: white center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

#hd .sec-bg .hd-bg.bg-bottom {
    background: url(../img/bg-bottom.jpg) center bottom;
    background-size: cover
}

#hd .sec-bg .hd-bg.bg-top {
    background: url(../img/bg-top.jpg) center top;
    background-size: cover
}

#hd .sec-bg .hd-bg.bg-center {
    background: url(../img/bg-center.jpg) center center;
    background-size: cover
}

#hd .sec-bg .hd-bg.bg-top-center {
    background: url(../img/bg-top-center.jpg) center top;
    background-size: cover
}

#hd .sec-bg .hd-bg.bg-middle {
    background: url(../img/bg-middle.jpg) center center;
    background-size: cover
}

#hd .sec-mesh figure {
    position: relative
}

#hd .sec-mesh figure img {
    width: 100%
}

#hd .sec-mesh figure .hd-cover {
    position: absolute;
    top: 0;
    left: 20%
}

#hd .sec-airflow p {
    position: relative;
    z-index: 2
}

#hd .sec-airflow .hd-img-container {
    padding-right: 8%;
    margin-top: -5%
}

#hd .sec-airflow figure {
    margin: 0 auto;
    position: relative
}

#hd .sec-airflow figure .hd-pd {
    width: 100%;
    position: relative;
    z-index: 2
}

#hd .sec-airflow figure.is-animated .hd-wrapper {
    animation: playSpriteH 3s steps(24) infinite;
    -ms-animation: playSpriteH 3s steps(24) infinite;
    -webkit-animation: playSpriteH 3s steps(24) infinite
}

#hd .sec-airflow .hd-flow-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

#hd .sec-airflow .hd-flow-container .hd-wrapper {
    width: 2400%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-airflow .hd-flow-container img {
    width: 4.16666%
}

#hd .sec-airflow .vid-control {
    right: auto;
    left: 100%
}

#hd .sec-filter figure {
    position: relative;
    margin: 0 auto
}

#hd .sec-filter figure img {
    width: 100%
}

#hd .sec-filter figure .hd-pd {
    position: relative;
    z-index: 2;
    -moz-transition: transform 1s 0.25s ease;
    -o-transition: transform 1s 0.25s ease;
    -webkit-transition: transform 1s 0.25s ease;
    transition: transform 1s 0.25s ease
}

#hd .sec-filter figure .hd-cover {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease
}

#hd .sec-filter figure.is-animated .hd-pd {
    -moz-transform: translate(10%, 0);
    -o-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0)
}

#hd .sec-filter figure.is-animated .hd-cover {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: filter;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 2s;
    -moz-animation-name: filter;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: 2s;
    -o-animation-name: filter;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: filter;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-spatial .hd-content {
    margin-bottom: 1em
}

#hd .sec-spatial figure {
    position: relative;
    margin: 0 auto
}

#hd .sec-spatial figure img {
    width: 100%
}

#hd .sec-spatial figure .hd-pd {
    position: relative
}

#hd .sec-spatial figure .hd-cover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-transition: transform 0.6s ease, opacity 0.4s ease;
    -o-transition: transform 0.6s ease, opacity 0.4s ease;
    -webkit-transition: transform 0.6s ease, opacity 0.4s ease;
    transition: transform 0.6s ease, opacity 0.4s ease
}

#hd .sec-spatial figure .hd-cover.hd-active {
    opacity: 1
}

#hd .sec-spatial .feature-list {
    margin: 1.5em auto 1em
}

#hd .sec-spatial .feature-list li {
    padding: 0 1em;
    margin-bottom: 1em;
    margin-left: .5em
}

#hd .sec-spatial .feature-list li.color-primary h4 {
    font-size: 2em;
    color: #01c1fd
}

#hd .sec-spatial .feature-list li.color-primary h4 strong {
    display: inline-block;
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: -.175em;
    margin-right: 0
}

#hd .sec-spatial .feature-list li.color-primary p {
    color: white
}

#hd .sec-spatial .feature-list li.trigger-item {
    cursor: pointer;
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease
}

#hd .sec-spatial .feature-list li.trigger-item.hd-active {
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

#hd .sec-spatial .feature-list h4 {
    font-size: 1.5em;
    letter-spacing: .018em;
    line-height: 1.125;
    text-transform: none;
    margin-bottom: 0;
    white-space: nowrap
}

#hd .sec-spatial .feature-list h4 strong {
    font: inherit;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    margin-right: .125em
}

#hd .sec-spatial .feature-list h4 small {
    font: inherit;
    font: inherit;
    font-size: .75em
}

#hd .sec-spatial .feature-list h4 sub {
    font-size: .5em;
    vertical-align: baseline;
    margin-top: -1em
}

#hd .sec-spatial .feature-list p {
    font-size: 1em;
    line-height: 1.25;
    opacity: .75
}

#hd .sec-side figure {
    position: relative
}

#hd .sec-side figure img {
    width: 100%;
    -moz-transition: opacity 1s 0.8s ease;
    -o-transition: opacity 1s 0.8s ease;
    -webkit-transition: opacity 1s 0.8s ease;
    transition: opacity 1s 0.8s ease
}

#hd .sec-side figure img.hd-cover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

#hd .sec-side figure.is-animated .hd-pd {
    opacity: 0
}

#hd .sec-side figure.is-animated .hd-cover {
    opacity: 1
}

#hd .sec-cable figure {
    width: 70%;
    margin-right: -5%;
    position: relative
}

#hd .sec-cable figure img {
    width: 100%
}

#hd .sec-cable figure .hd-arrow {
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-cable figure p {
    position: absolute;
    left: 53%;
    top: 81%
}

#hd .sec-front figure {
    position: relative
}

#hd .sec-front figure img {
    width: 100%
}

#hd .sec-front figure img.hd-cover {
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-color .hd-content {
    margin-bottom: 1em
}

#hd .sec-color figure {
    margin: 0 auto
}

@media screen and (max-width: 1440px) {
    #hd .sec-mesh figure {
        width: 50%
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-mesh figure {
        width: 47%
    }
}

@media screen and (max-width: 1024px) {

    #hd section,
    #hd .sec-intro {
        padding-top: 50px
    }

    #hd .main-kv figure {
        position: relative;
        overflow: hidden
    }

    #hd .main-kv figure img {
        max-width: none !important;
        width: 120%;
        margin-left: -8%
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    #hd .main-kv figure img {
        width: 150%
    }

    #hd .hd-title-container {
        width: 100%;
        top: 40vw;
        right: 0;
        bottom: 0;
        left: 0;
        margin-bottom: 5em;
        text-align: center
    }

    #hd .sec-intro .hd-w1200 {
        width: 50%;
        min-width: 200px;
        margin-top: 50%
    }
}

@media screen and (max-width: 1023px) {

    #hd .hd-col40,
    #hd .hd-col50,
    #hd .hd-col75 {
        padding: 0 10px
    }

    #hd .main-kv figure img {
        width: 150%
    }

    #hd .hd-title-container {
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        align-content: flex-end;
        text-align: center;
        margin-bottom: 3em;
        text-shadow: none
    }

    #hd .hd-title-container h2,
    #hd .hd-title-container p {
        color: black
    }

    #hd .sec-mesh .hd-container,
    #hd .sec-airflow .hd-container,
    #hd .sec-filter .hd-container,
    #hd .sec-spatial .hd-container,
    #hd .sec-side .hd-container,
    #hd .sec-front .hd-container,
    #hd .sec-cable .hd-container {
        flex-direction: column
    }

    #hd .sec-mesh .hd-content,
    #hd .sec-airflow .hd-content,
    #hd .sec-filter .hd-content,
    #hd .sec-spatial .hd-content,
    #hd .sec-side .hd-content,
    #hd .sec-front .hd-content,
    #hd .sec-cable .hd-content {
        width: 100%;
        text-align: center;
        padding: 2em 0
    }

    #hd .sec-mesh figure,
    #hd .sec-airflow figure,
    #hd .sec-filter figure,
    #hd .sec-spatial figure,
    #hd .sec-side figure,
    #hd .sec-front figure,
    #hd .sec-cable figure {
        width: 65%;
        margin: 0 auto
    }

    #hd .sec-cable figure {
        width: 75%
    }

    #hd .sec-spatial .hd-content {
        padding-top: 1em;
        margin-bottom: 0
    }

    #hd .sec-spatial .feature-list {
        margin: .5em auto
    }
}

@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    #hd .hd-title-container {
        top: 77vw;
        align-content: flex-start
    }

    #hd .sec-intro .hd-w1200 {
        width: 80%;
        min-width: 200px;
        margin-top: 30%
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-title-container h2 {
        font-size: 5em
    }

    #hd .hd-title-container p {
        font-size: 2.9em;
        padding-right: 0
    }

    #hd .sec-intro .hd-content {
        min-height: 0;
        padding: 3em 0;
        margin-top: 35%;
        justify-content: center;
        text-align: center
    }
}

@media screen and (max-width: 767px) {

    #hd section,
    #hd .sec-intro {
        min-height: 0
    }
}

@media screen and (max-width: 620px) {
    #hd .hd-scroller {
        height: auto !important
    }

    #hd .hd-scroller .main-kv {
        padding-top: 73%;
        position: relative
    }

    #hd .hd-scroller .main-kv figure {
        position: absolute;
        top: 57px
    }

    #hd .hd-scroller .sec-reveal:nth-child(n+1) {
        opacity: 1;
        visibility: visible
    }

    #hd .hd-scroller.hd-active .main-kv figure {
        position: fixed;
        width: 100%;
        top: 57px;
        left: 0
    }

    #hd .hd-scroller.hd-active .sec-reveal {
        position: relative;
        height: auto
    }

    #hd .hd-scroller.hd-active .sec-reveal:nth-child(n+1) {
        opacity: 1;
        visibility: visible
    }

    #hd .main-kv .vid-control {
        bottom: 0;
        right: 0
    }

    #hd .hd-title-container {
        position: relative;
        margin-top: 0;
        margin-bottom: 3.5em
    }

    #hd .hd-title-container h2 {
        font-size: 4.5em
    }

    #hd .hd-title-container p {
        font-size: 2.65em
    }

    #hd .hd-title-container.hd-d-620-none {
        display: none
    }

    #hd .hd-title-container.hd-d-620-block {
        display: block
    }

    #hd .hd-title-container.hd-d-620-block h2,
    #hd .hd-title-container.hd-d-620-block p {
        opacity: 1
    }

    #hd .sec-intro .hd-content {
        margin-top: 0
    }

    #hd .hd-video video {
        opacity: 1 !important;
        visibility: visible !important
    }
}

@media screen and (max-width: 480px) {

    #hd section,
    #hd .sec-intro {
        padding: 2em 0
    }

    #hd .hd-scroller {
        height: auto !important;
        position: relative;
        overflow: hidden
    }

    #hd .hd-scroller .sec-reveal {
        height: auto;
        position: relative
    }

    #hd .hd-scroller .sec-reveal:nth-child(n+1) {
        opacity: 1 !important;
        visibility: visible !important
    }

    #hd .hd-title-container h2 {
        font-size: 12.5vw;
        margin-bottom: 0
    }

    #hd .hd-title-container p {
        font-size: 8.75vw
    }

    #hd .sec-filter figure,
    #hd .sec-side figure,
    #hd .sec-cable figure,
    #hd .sec-front figure,
    #hd .sec-color figure {
        width: 100%
    }

    #hd .sec-mesh figure {
        width: 90%;
        margin-left: -5%
    }

    #hd .sec-airflow figure {
        width: 80%
    }

    #hd .sec-spatial figure {
        width: 100%
    }

    #hd .sec-spatial .feature-list li {
        padding: 0 .25em
    }

    #hd .sec-spatial .feature-list h4 {
        font-size: 1.25em
    }

    #hd .sec-spatial .feature-list p {
        font-size: .875em
    }
}

#hd .color-adobe {
    color: #5e11dd
}

#hd .sec-adobe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8em 0;
    background: white;
    color: black
}

#hd .sec-adobe 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: 2.5em;
    color: black !important;
    margin-bottom: .5em
}

#hd .sec-adobe p {
    font-family: "Roboto", "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;
    line-height: 1.125
}

#hd .sec-adobe .hd-bg {
    width: 100%;
    margin: -8% 0 -8.5%
}

#hd .sec-adobe .list-feature li {
    padding: 0 1em;
    margin-bottom: 3em
}

#hd .sec-adobe .list-feature 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.5em;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: .125em
}

#hd .sec-adobe .hd-btn {
    font-family: "Roboto", "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;
    padding: .5em 2em;
    margin: .25em 1em;
    background: #25282f;
    color: white
}

#hd .sec-adobe .hd-btn:hover {
    filter: brightness(120%)
}

#hd .sec-adobe .hd-btn.btn-adobe {
    background: #5e11dd
}

#hd .sec-adobe .hd-btn.btn-adobe:hover {
    filter: brightness(120%)
}

#hd .sec-adobe small {
    font-family: "Roboto", "Segoe UI", "Roboto", "Noto Sans TC", "Microsoft Jhenghei", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

@media screen and (max-width: 1280px) {
    #hd .sec-adobe {
        padding: 4em 0
    }

    #hd .sec-adobe .hd-bg {
        margin: -6% 0 -8%
    }

    #hd .sec-adobe .list-feature li {
        margin-bottom: 1.5em
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 1023px) {
    #hd .sec-adobe {
        padding: 4em 0
    }

    #hd .sec-adobe .hd-bg {
        margin: -2% 0
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-adobe {
        position: relative;
        overflow: hidden
    }

    #hd .sec-adobe .hd-bg {
        width: 120%;
        max-width: none !important;
        margin-left: -10%
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-adobe h3 {
        font-size: 2em
    }

    #hd .sec-adobe .list-feature {
        margin-bottom: 2em
    }

    #hd .sec-adobe .list-feature li {
        width: 100%
    }

    #hd .sec-adobe .hd-btn {
        margin: .25em
    }
}

#hd .sec-nvSFF {
    padding: 40px 0;
    min-height: 0;
    background: black;
    color: white;
    position: relative;
    overflow: hidden
}

#hd .sec-nvSFF h2 {
    color: white !important
}

#hd .sec-nvSFF .hd-container {
    width: 90%;
    display: flex;
    align-items: center
}

#hd .sec-nvSFF .hd-fig {
    width: 73%;
    margin-right: -13%;
    margin-bottom: -2%
}

#hd .sec-nvSFF .hd-logo {
    width: 10em;
    position: absolute;
    bottom: 0;
    right: 0
}

@media screen and (min-width: 2560px) {
    #hd .sec-nvSFF .hd-fig {
        margin-block: -3% -8%
    }
}

@media screen and (max-width: 1600px) {
    #hd .sec-nvSFF {
        padding: 0 0 20px
    }
}

@media screen and (max-width: 1440px) {
    #hd .sec-nvSFF h2 {
        margin-bottom: .5em
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 1023px) {
    #hd .sec-nvSFF {
        padding-bottom: 0;
        position: relative;
        overflow: hidden
    }

    #hd .sec-nvSFF .hd-container {
        max-width: 40em;
        flex-direction: column;
        padding: 4em 0 2em;
        position: relative
    }

    #hd .sec-nvSFF .hd-content {
        width: 100%;
        margin: 0 auto
    }

    #hd .sec-nvSFF .hd-fig {
        width: 110%;
        max-width: none !important;
        margin: 0 -15% -5% 5%
    }

    #hd .sec-nvSFF .hd-logo {
        right: auto;
        left: 0;
        bottom: 1em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-nvSFF .hd-logo {
        width: 6.5em;
        margin-bottom: 1.5em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-nvAI .hd-content {
        text-align: left
    }

    #hd .sec-nvAI h3 {
        font-size: 1.25em
    }

    #hd .sec-nvAI .hd-logo {
        margin-left: 0
    }

    #hd .sec-nvAI .hd-img-container {
        width: 160%;
        margin-left: -60%
    }
}

/*# sourceMappingURL=hd-style.css.map */