@import url(../lib/nouislider.min.css);

#special-sectionOverview {
    margin-bottom: 100px
}

.ProductTabBar__productTabBarContainer__1e5nP,
.overviewSimpleContent,
.overviewAwardsContent,
.ProductRecommenedRelated__productRecommendRelatedContainer__3Akgf,
.ProductFooter__productFooterContainer__Z6Bel.ProductFooter__productBackgroundBlack__24n1I,
.Footer__footerContent__22G1u {
    position: relative;
    z-index: 2
}

.width-line-gray {
    background: none
}

#hd {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    background: black;
    color: white;
    font-size: 16px;
    margin: 0;
    padding: 0
}

#hd * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word
}

#hd * ::selection {
    background: #1d2124;
    color: #f51928
}

#hd * ::-moz-selection {
    background: #1d2124;
    color: #f51928
}

#hd ul,
#hd li,
#hd figure {
    margin: 0;
    padding: 0
}

#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
    font: inherit;
    padding: 0;
    margin: 0
}

#hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0
}

#hd img.lazyload {
    opacity: 0;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

#hd iframe,
#hd video {
    max-width: 100%
}

#hd button {
    display: block;
    font: inherit;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer
}

#hd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

#hd a:focus-visible,
#hd button:focus-visible,
#hd input:focus-visible,
#hd select:focus-visible,
#hd textarea:focus-visible,
#hd [role="button"]:focus-visible,
#hd [tabindex="0"]:focus-visible {
    outline: 1px solid #f51928
}

#hd a:focus:not(:focus-visible),
#hd button:focus:not(:focus-visible),
#hd input:focus:not(:focus-visible),
#hd select:focus:not(:focus-visible),
#hd textarea:focus:not(:focus-visible),
#hd [role="button"]:focus:not(:focus-visible),
#hd [tabindex="0"]:focus:not(:focus-visible) {
    outline: none
}

@-webkit-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@-moz-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@-ms-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@-o-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#hd .fadeIn {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .25s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .25s;
    -moz-animation-name: fadeIn;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: .25s;
    -o-animation-name: fadeIn;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .25s;
    animation-name: fadeIn;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(50px);
        -o-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    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(50px);
        -o-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    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(50px);
        -o-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    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(50px);
        -o-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    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(50px);
        -o-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-50px);
        -o-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(50px);
        -o-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(50px);
        -o-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(50px);
        -o-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(50px);
        -o-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(50px);
        -o-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes glitch {
    0% {
        transform: translateX(-0.1em)
    }

    80% {
        transform: none
    }
}

@-moz-keyframes glitch {
    0% {
        transform: translateX(-0.1em)
    }

    80% {
        transform: none
    }
}

@-ms-keyframes glitch {
    0% {
        transform: translateX(-0.1em)
    }

    80% {
        transform: none
    }
}

@-o-keyframes glitch {
    0% {
        transform: translateX(-0.1em)
    }

    80% {
        transform: none
    }
}

@keyframes glitch {
    0% {
        transform: translateX(-0.1em)
    }

    80% {
        transform: none
    }
}

@-webkit-keyframes kvPdIn {
    0% {
        opacity: 0;
        -moz-transform: translateY(5%);
        -o-transform: translateY(5%);
        -ms-transform: translateY(5%);
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes kvPdIn {
    0% {
        opacity: 0;
        -moz-transform: translateY(5%);
        -o-transform: translateY(5%);
        -ms-transform: translateY(5%);
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes kvPdIn {
    0% {
        opacity: 0;
        -moz-transform: translateY(5%);
        -o-transform: translateY(5%);
        -ms-transform: translateY(5%);
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes kvPdIn {
    0% {
        opacity: 0;
        -moz-transform: translateY(5%);
        -o-transform: translateY(5%);
        -ms-transform: translateY(5%);
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes kvPdIn {
    0% {
        opacity: 0;
        -moz-transform: translateY(5%);
        -o-transform: translateY(5%);
        -ms-transform: translateY(5%);
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes showFrame {
    0% {
        opacity: 0;
        -moz-transform: scale(.95, .95);
        -o-transform: scale(.95, .95);
        -ms-transform: scale(.95, .95);
        -webkit-transform: scale(.95, .95);
        transform: scale(.95, .95)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-moz-keyframes showFrame {
    0% {
        opacity: 0;
        -moz-transform: scale(.95, .95);
        -o-transform: scale(.95, .95);
        -ms-transform: scale(.95, .95);
        -webkit-transform: scale(.95, .95);
        transform: scale(.95, .95)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-ms-keyframes showFrame {
    0% {
        opacity: 0;
        -moz-transform: scale(.95, .95);
        -o-transform: scale(.95, .95);
        -ms-transform: scale(.95, .95);
        -webkit-transform: scale(.95, .95);
        transform: scale(.95, .95)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-o-keyframes showFrame {
    0% {
        opacity: 0;
        -moz-transform: scale(.95, .95);
        -o-transform: scale(.95, .95);
        -ms-transform: scale(.95, .95);
        -webkit-transform: scale(.95, .95);
        transform: scale(.95, .95)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes showFrame {
    0% {
        opacity: 0;
        -moz-transform: scale(.95, .95);
        -o-transform: scale(.95, .95);
        -ms-transform: scale(.95, .95);
        -webkit-transform: scale(.95, .95);
        transform: scale(.95, .95)
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-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: #f51928
    }

    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: #f51928
    }

    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: #f51928
    }

    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: #f51928
    }

    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: #f51928
    }

    45% {
        background-color: #07A9FF
    }

    60% {
        background-color: #42ca42
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: yellow
    }

    100% {
        background-color: white
    }
}

@font-face {
    font-family: 'TradeGothicLTPro';
    src: url("../fonts/TradeGothicLTPro-Bold.ttf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'ROGFonts';
    src: url("../fonts/ROGFonts-Regular.otf") format("embedded-opentype"), url("../fonts/ROGFonts-Regular.ttf") format("opentype"), url("../fonts/ROGFonts-Regular.woff"), url("../fonts/ROGFonts-Regular.woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

#hd {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 16px
}

#hd h2,
#hd .h2 {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 3em;
    letter-spacing: 0;
    line-height: 1.25;
    color: #ffffff !important;
    word-break: normal;
    word-wrap: normal;
    margin-bottom: .13em
}

#hd .txt-larger {
    font-size: 1.75em
}

#hd h3,
#hd .h3 {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.25em;
    color: #ffffff !important;
    letter-spacing: .01em;
    line-height: 1.25;
    margin-bottom: .5em
}

#hd h4,
#hd .h4 {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff !important;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 0
}

#hd h5,
#hd .h5 {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    letter-spacing: .04em;
    font-weight: 400;
    line-height: 1.25
}

#hd h6,
#hd .h6 {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5
}

#hd p,
#hd small,
#hd a,
#hd li {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif
}

#hd p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .018em;
    font-weight: 400
}

#hd b {
    font-weight: bold
}

#hd small {
    font: inherit;
    font-size: .875em
}

#hd .align-center {
    text-align: center
}

#hd .align-left {
    text-align: left
}

#hd .align-right {
    text-align: right
}

#hd .align-italic {
    font-style: italic
}

#hd a.txt-link {
    display: inline-block;
    text-decoration: underline;
    font-weight: 400
}

#hd a.txt-link:hover {
    color: white !important
}

#hd .color-primary {
    color: #f51928 !important
}

#hd .color-info {
    color: #00baff !important
}

#hd .color-grey {
    color: #c8c8c8 !important
}

#hd .color-white {
    color: white !important
}

#hd .color-black {
    color: black !important
}

#hd .color-gradient {
    display: inline-block;
    color: #f51928 !important;
    background-color: #fd2e85;
    background-image: -moz-linear-gradient(90deg, #fd2e85, #826aaf, #1eb7f7);
    background-image: -webkit-linear-gradient(90deg, #fd2e85, #826aaf, #1eb7f7);
    background-image: linear-gradient(90deg, #fd2e85, #826aaf, #1eb7f7);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#hd .color-gradient::selection,
#hd .color-gradient>*::selection {
    color: #f51928;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #f51928
}

#hd .color-gradient::-moz-selection,
#hd .color-gradient>*::-moz-selection {
    color: #f51928;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #f51928
}

#hd .font-rog {
    font-family: "ROGFonts", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif
}

#hd .font-title {
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: bold
}

#hd .hd-uppercase {
    text-transform: uppercase
}

#hd .title-deco {
    display: inline-block;
    margin-bottom: .5em;
    position: relative
}

#hd .title-deco:before {
    content: '';
    display: block;
    width: .35em;
    height: .75em;
    background: #f51928;
    margin-right: .75em;
    position: absolute;
    right: 100%;
    top: .05em
}

#hd .title-deco .txt-smaller {
    font-size: .9em
}

#hd .txt-stroke {
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f51928
}

#hd .txt-stroke.stroke-white {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.2)
}

_:-ms-fullscreen,
:root #hd .color-gradient {
    background: transparent !important
}

@media screen and (min-width: 2560px) {
    #hd {
        font-size: 20px
    }
}

@media screen and (min-width: 3000px) {
    #hd {
        font-size: 28px
    }
}

@media screen and (max-width: 1440px) {

    #hd h2,
    #hd .h2 {
        font-size: 3em
    }

    #hd h3,
    #hd .h3 {
        font-size: 2em
    }
}

@media screen and (max-width: 1280px) {
    #hd .txt-larger {
        font-size: 1.5em
    }

    #hd h5,
    #hd .h5 {
        font-size: 1.125em;
        letter-spacing: .04em
    }

    #hd .title-deco {
        font-size: 0.1 0.25em;
        margin-bottom: .25em
    }
}

@media screen and (max-width: 1024px) {

    #hd h2,
    #hd .h2 {
        font-size: 2.25em;
        line-height: 1.1
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.75em
    }

    #hd h4,
    #hd .h4 {
        font-size: 1.25em
    }
}

@media screen and (max-width: 480px) {

    #hd h2,
    #hd .h2 {
        font-size: 1.75em;
        line-height: 1.25
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.25em;
        line-height: 1.2
    }

    #hd h5,
    #hd .h5 {
        font-size: 1em;
        letter-spacing: .02em
    }

    #hd p {
        font-size: 15px
    }

    #hd .title-deco {
        font-size: 1em;
        margin-bottom: 0
    }
}

#hd .w95 {
    width: 94%;
    margin: 0 auto;
    position: relative
}

#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1366,
#hd .hd-w1520,
#hd .hd-w1680 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

#hd .hd-w900 {
    max-width: 900px
}

#hd .hd-w1000 {
    max-width: 1000px
}

#hd .hd-w1100 {
    max-width: 1100px
}

#hd .hd-w1366 {
    width: 90%;
    max-width: 1366px
}

#hd .hd-w1520 {
    width: 90%;
    max-width: 1520px
}

#hd .hd-w1680 {
    width: 90%;
    max-width: 1680px
}

#hd .hd-w2560 {
    max-width: 2560px;
    margin: 0 auto;
    position: relative
}

#hd .hd-mw900 {
    max-width: 900px
}

#hd .hd-mw1000 {
    max-width: 1000px
}

#hd .hd-mw700 {
    max-width: 700px
}

#hd .hd-col20 {
    width: 20%
}

#hd .hd-col25 {
    width: 25%
}

#hd .hd-col30 {
    width: 30%
}

#hd .hd-col33 {
    width: 33.3333%
}

#hd .hd-col40 {
    width: 40%
}

#hd .hd-col45 {
    width: 45%
}

#hd .hd-col50 {
    width: 50%
}

#hd .hd-col55 {
    width: 55%
}

#hd .hd-col60 {
    width: 60%
}

#hd .hd-col65 {
    width: 65%
}

#hd .hd-col66 {
    width: 66.6666%
}

#hd .hd-col70 {
    width: 70%
}

#hd .hd-col75 {
    width: 75%
}

#hd .hd-col80 {
    width: 80%
}

#hd .hd-col100 {
    width: 100%
}

#hd .ib-top {
    display: inline-block;
    vertical-align: top
}

#hd .ib-bottom {
    display: inline-block;
    vertical-align: bottom
}

#hd .flex-wrap {
    display: flex;
    flex-wrap: wrap
}

#hd .flex-nowrap {
    display: flex;
    flex-wrap: nowrap
}

#hd .align-items-center {
    align-items: center
}

#hd .align-items-start {
    align-items: flex-start
}

#hd .align-items-end {
    align-items: flex-end
}

#hd .justify-content-center {
    justify-content: center
}

#hd .justify-content-start {
    justify-content: flex-start
}

#hd .justify-content-end {
    justify-content: flex-end
}

#hd .justify-content-between {
    justify-content: space-between
}

#hd .justify-content-around {
    justify-content: space-around
}

#hd .flex-row-reverse {
    flex-direction: row-reverse
}

#hd .hd-d-none {
    display: none
}

#hd .hd-d-ib {
    display: inline-block
}

#hd .mx-auto {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 2560px) {

    #hd .hd-w900,
    #hd .hd-w1000 {
        max-width: 1400px
    }

    #hd .hd-w1100,
    #hd .hd-w1200,
    #hd .hd-w1366 {
        max-width: 1600px
    }

    #hd .hd-w1520,
    #hd .hd-w1680 {
        width: 90%;
        max-width: 2000px
    }

    #hd .hd-mw1000 {
        max-width: 1200px
    }

    #hd .hd-mw900 {
        max-width: 1100px
    }

    #hd .hd-mw700 {
        max-width: 1000px
    }
}

@media screen and (min-width: 3000px) {

    #hd .hd-w900,
    #hd .hd-w1000 {
        max-width: 1800px
    }

    #hd .hd-w1100,
    #hd .hd-w1200,
    #hd .hd-w1366 {
        max-width: 2560px
    }

    #hd .hd-w1520,
    #hd .hd-w1680 {
        width: 90%;
        max-width: 3000px
    }
}

@media screen and (max-width: 1023px) {

    #hd .hd-w1000,
    #hd .hd-w1100,
    #hd .hd-w1200 {
        width: 90%
    }
}

@media screen and (max-width: 1023px) {
    #hd .hd-d-1023-none {
        display: none
    }

    #hd .hd-d-1023-block {
        display: block
    }

    #hd .hd-d-1023-inline-block {
        display: inline-block
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-d-768-none {
        display: none
    }

    #hd .hd-d-768-block {
        display: block
    }

    #hd .hd-d-768-flex {
        display: flex
    }
}

@media screen and (max-width: 620px) {
    #hd .hd-d-620-none {
        display: none
    }

    #hd .hd-d-620-block {
        display: block
    }
}

@media screen and (max-width: 480px) {
    #hd .hd-d-480-none {
        display: none
    }

    #hd .hd-d-480-block {
        display: block
    }
}

#hd .hd-main-title {
    padding: 5em 0 1em;
    position: relative
}

#hd .hd-main-title.no-deco h2 {
    padding: 0 0 0 1.25em
}

#hd .hd-main-title h2 {
    line-height: 1.1;
    padding: 0 5.25em 0 6.5em;
    position: relative
}

#hd .hd-main-title .txt-larger {
    font-size: 2em;
    letter-spacing: .04em;
    position: relative
}

#hd .hd-main-title .txt-larger:before {
    content: '';
    display: block;
    width: .35em;
    height: .875em;
    background: #f51928;
    margin-right: .4em;
    position: absolute;
    right: 100%;
    top: -.1em
}

#hd .hd-main-title .hd-deco {
    width: auto;
    height: 1.4em;
    position: absolute;
    top: .1em;
    right: 0
}

#hd .hd-frame {
    border: 1px solid rgba(255, 255, 255, 0.5)
}

#hd .hd-frame.frame-primary {
    border-color: #f51928
}

#hd .hd-corner {
    position: relative
}

#hd .hd-corner .corner-top,
#hd .hd-corner .corner-bottom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

#hd .hd-corner .corner-top:before,
#hd .hd-corner .corner-top:after,
#hd .hd-corner .corner-bottom:before,
#hd .hd-corner .corner-bottom:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    will-change: transform;
    -moz-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
    -moz-transition: transform 0.4s ease, opacity 0.25s ease;
    -o-transition: transform 0.4s ease, opacity 0.25s ease;
    -webkit-transition: transform 0.4s ease, opacity 0.25s ease;
    transition: transform 0.4s ease, opacity 0.25s ease
}

#hd .hd-corner .corner-top:before {
    border-top: 1px solid #f51928;
    border-left: 1px solid #f51928;
    top: 0;
    left: 0
}

#hd .hd-corner .corner-top:after {
    border-top: 1px solid #f51928;
    border-right: 1px solid #f51928;
    top: 0;
    right: 0
}

#hd .hd-corner .corner-bottom:before {
    border-bottom: 1px solid #f51928;
    border-left: 1px solid #f51928;
    bottom: 0;
    left: 0
}

#hd .hd-corner .corner-bottom:after {
    border-bottom: 1px solid #f51928;
    border-right: 1px solid #f51928;
    bottom: 0;
    right: 0
}

#hd .hd-corner.is-animated .corner-top:before,
#hd .hd-corner.is-animated .corner-top:after,
#hd .hd-corner.is-animated .corner-bottom:before,
#hd .hd-corner.is-animated .corner-bottom:after {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

@media screen and (max-width: 1280px) {
    #hd .hd-main-title h2 {
        padding: 0 5em
    }
}

@media screen and (max-width: 1024px) {
    #hd .hd-main-title {
        padding: 2em 0 0
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-main-title h2 {
        padding: 0 0 0 .5em
    }

    #hd .hd-main-title .txt-larger {
        font-size: 1.5em
    }

    #hd .hd-main-title .hd-deco {
        display: none
    }
}

@media screen and (max-width: 620px) {

    #hd .hd-corner .corner-top:before,
    #hd .hd-corner .corner-top:after,
    #hd .hd-corner .corner-bottom:before,
    #hd .hd-corner .corner-bottom:after {
        width: 1em;
        height: 1em
    }
}

@media screen and (max-width: 480px) {
    #hd .hd-main-title.no-deco h2 {
        padding: 0
    }
}

#hd .hd-btn {
    display: inline-flex;
    flex-wrap: nowrap;
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.25;
    outline: none;
    background: black;
    color: #f51928;
    border: 1px solid rgba(245, 25, 40, 0.9);
    border-radius: 0;
    padding: .6em 1.5em .4em;
    margin: .25em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease
}

#hd .hd-btn i {
    width: 1.1em;
    height: 1.1em;
    background: #f51928;
    border-radius: 2em;
    margin: 0 -.75em 0 .75em;
    position: relative;
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    z-index: 2
}

#hd .hd-btn i:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.28em 0 0.28em .42em;
    border-color: transparent transparent transparent white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .hd-btn:hover,
#hd .hd-btn.focus-visible {
    background: #0f0f0f
}

#hd .hd-btn:hover i,
#hd .hd-btn.focus-visible i {
    -moz-transform: translate(3px, 0);
    -o-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0)
}

#hd .hd-btn:active {
    background: black
}

#hd .hd-btn:active i {
    -moz-transform: translate(-1px, 0);
    -o-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    -webkit-transform: translate(-1px, 0);
    transform: translate(-1px, 0)
}

@media screen and (max-width: 1280px) {
    #hd .hd-btn {
        font-size: 1.25em
    }
}

@media screen and (max-width: 480px) {
    #hd .hd-btn {
        font-size: 1.125em;
        padding-left: 1em;
        padding-right: 1em
    }

    #hd .hd-btn i {
        margin-left: .5em;
        margin-right: -.5em
    }
}

#hd .hd-nav {
    height: calc(100% - 100px);
    position: fixed;
    top: 100px;
    bottom: 0;
    margin: auto 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
    right: 0;
    z-index: 10
}

#hd .hd-nav a {
    display: block;
    font-size: .75em;
    letter-spacing: .018em;
    text-align: right;
    color: #c8c8c8;
    padding: .75em 4em .75em 1em;
    margin-bottom: 1.25em;
    position: relative;
    pointer-events: auto
}

#hd .hd-nav a:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
    transform-origin: right top;
    -moz-transform: scale(.3, 1);
    -o-transform: scale(.3, 1);
    -ms-transform: scale(.3, 1);
    -webkit-transform: scale(.3, 1);
    transform: scale(.3, 1);
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease
}

#hd .hd-nav a.is-current {
    color: white
}

#hd .hd-nav a.is-current:before {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-color: #fd2e85;
    background-image: -moz-linear-gradient(90deg, #fd2e85, #826aaf, #1eb7f7);
    background-image: -webkit-linear-gradient(90deg, #fd2e85, #826aaf, #1eb7f7);
    background-image: linear-gradient(90deg, #fd2e85, #826aaf, #1eb7f7)
}

#hd .hd-nav a.is-current span:before {
    content: '';
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .25s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .25s;
    -moz-animation-name: fadeInRight;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: .25s;
    -o-animation-name: fadeInRight;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .25s;
    animation-name: fadeInRight;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .hd-nav a span {
    display: inline-block;
    position: relative;
    padding-left: 1.6em
}

#hd .hd-nav a span:before {
    display: block;
    width: 1.4em;
    height: 1.4em;
    background: 0 0 no-repeat;
    background-image: url(../img/square-nav.svg);
    background-size: contain;
    position: absolute;
    top: -.125em;
    left: -1em;
    z-index: -1
}

@media screen and (max-width: 1600px) {
    #hd .hd-nav a {
        padding: .5em 1em .5em .5em;
        margin-bottom: 1em
    }

    #hd .hd-nav a span {
        padding-left: 1em
    }
}

@media screen and (max-width: 1280px) {
    #hd .hd-nav {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-nav {
        display: none
    }

    #hd .hd-nav ul li .hd-tooltip {
        display: none
    }
}

#hd .hd-lightbox {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11
}

#hd .hd-lightbox.hd-active {
    display: flex;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeIn;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeIn;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .4s;
    animation-name: fadeIn;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

#hd .hd-lightbox .hd-filter {
    width: 100%;
    height: 100%;
    padding: 100px 3em 20px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto
}

#hd .hd-lightbox .hd-filter::-webkit-scrollbar {
    width: 4px
}

#hd .hd-lightbox .hd-filter::-webkit-scrollbar-track {
    background: transparent
}

#hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb {
    background: #c8c8c8
}

#hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb:hover {
    background: #f51928
}

#hd .hd-lightbox .hd-box {
    width: 90%;
    max-width: 800px;
    background: black;
    position: relative;
    margin: 0 auto;
    z-index: 2
}

#hd .hd-lightbox .hd-box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .hd-lightbox .hd-box h2 {
    margin-bottom: .25em
}

#hd .hd-lightbox .vid-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden
}

#hd .hd-lightbox .vid-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .hd-lightbox .hd-close {
    font-size: 1em;
    width: 2.5em;
    height: 2.5em;
    border: 1px solid rgba(255, 255, 255, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    margin: .75em;
    pointer-events: all;
    cursor: pointer
}

#hd .hd-lightbox .hd-close:before,
#hd .hd-lightbox .hd-close:after {
    content: '';
    display: block;
    width: 2.25em;
    height: 1px;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

#hd .hd-lightbox .hd-close:before {
    -moz-transform: translate(0, 0) rotate(-45deg);
    -o-transform: translate(0, 0) rotate(-45deg);
    -ms-transform: translate(0, 0) rotate(-45deg);
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg)
}

#hd .hd-lightbox .hd-close:after {
    -moz-transform: translate(0, 0) rotate(45deg);
    -o-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    -webkit-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg)
}

#hd .hd-lightbox .hd-close:hover:before,
#hd .hd-lightbox .hd-close:hover:after {
    background: #f51928
}

@media screen and (min-width: 2560px) {
    #hd .hd-lightbox .hd-box {
        max-width: 1020px
    }
}

@media screen and (min-width: 3000px) {
    #hd .hd-lightbox .hd-box {
        max-width: 1400px
    }
}

@media screen and (max-width: 1024px) {
    #hd .hd-lightbox .hd-filter {
        padding: 50px 2em 20px
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-lightbox .hd-filter {
        padding: 50px 2em
    }

    #hd .hd-lightbox .hd-box {
        width: 100%
    }

    #hd .hd-lightbox .hd-box iframe {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    #hd .hd-lightbox .hd-filter {
        padding: 50px .5em
    }

    #hd .hd-lightbox .hd-box {
        padding: 4em 1.5em
    }
}

#hd .feature-list {
    margin-top: 1.875em
}

#hd .feature-list li {
    margin-right: 1.875em;
    margin-bottom: 1.75em
}

#hd .feature-list h4 {
    font-size: 2.25em
}

#hd .feature-list p {
    font-size: .875em;
    opacity: .6
}

@media screen and (max-width: 1440px) {
    #hd .feature-list h4 {
        font-size: 2em
    }
}

@media screen and (max-width: 1024px) {
    #hd .feature-list li {
        margin-bottom: 1.5em
    }

    #hd .feature-list h4 {
        font-size: 1.75em
    }
}

@media screen and (max-width: 768px) {
    #hd .feature-list li {
        margin-bottom: .5em;
        margin-right: 2em
    }
}

@media screen and (max-width: 480px) {
    #hd .feature-list li {
        margin-right: 1.25em;
        margin-bottom: .25em
    }

    #hd .feature-list h4 {
        font-size: 1.25em
    }
}

#hd .tab-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 72em;
    text-align: center;
    border-bottom: 1px solid #f51928;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875em;
    position: relative;
    z-index: 2
}

#hd .tab-filter li {
    padding: .75em 1.5em 0;
    opacity: 1;
    position: relative;
    cursor: pointer
}

#hd .tab-filter li:hover h3,
#hd .tab-filter li:focus-visible h3 {
    color: white !important
}

#hd .tab-filter li.hd-active h3 {
    color: white !important
}

#hd .tab-filter li.hd-active h3:after {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

#hd .tab-filter li h3 {
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1.25em;
    letter-spacing: 0;
    color: #c8c8c8 !important;
    padding: 0 1em 1px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease
}

#hd .tab-filter li h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #f51928;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

#hd .tab-filter.filter-block {
    max-width: 60em
}

#hd .tab-filter.filter-block li {
    padding: 0 1em
}

#hd .tab-filter.filter-block li:after {
    display: none
}

#hd .tab-filter.filter-block li h3 {
    position: relative
}

#hd .tab-filter.filter-block li.hd-active h3 {
    display: inline-block;
    padding: .4em 1em 0;
    background: white;
    color: #1eb7f7 !important
}

#hd .tab-filter.filter-block li.hd-active h3:after {
    content: '';
    display: block;
    width: .4em;
    height: calc(100% - 2px);
    border: 1px solid white;
    position: absolute;
    top: 0;
    left: 100%
}

#hd .tab-filter.filter-block li.hd-active h3:before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 2px);
    background: white;
    -moz-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
    position: absolute;
    top: 0;
    left: calc(100% + .25em)
}

#hd .tab-content {
    display: none
}

#hd .tab-content.hd-active {
    display: block
}

@media screen and (max-width: 768px) {
    #hd .tab-filter {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100%;
        position: relative;
        overflow-y: hidden;
        overflow-x: auto
    }

    #hd .tab-filter::-webkit-scrollbar {
        height: 2px
    }

    #hd .tab-filter::-webkit-scrollbar-track {
        background: #111
    }

    #hd .tab-filter::-webkit-scrollbar-thumb {
        background: #333
    }

    #hd .tab-filter::-webkit-scrollbar-thumb:hover {
        background: #555
    }

    #hd .tab-filter li {
        padding: .5em .5em 0;
        flex-shrink: 0
    }

    #hd .tab-filter.filter-block {
        padding-bottom: 0
    }
}

@media screen and (max-width: 480px) {
    #hd .tab-filter li h3 {
        font-size: 1em
    }

    #hd .tab-content {
        padding: 0 .5em
    }
}

#hd .trigger-video-toggle {
    position: relative
}

#hd .vid-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden
}

#hd .vid-container video,
#hd .vid-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

#hd .vid-control {
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    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;
    z-index: 3;
    pointer-events: all;
    cursor: pointer;
    position: absolute
}

#hd .vid-control svg,
#hd .vid-control img {
    width: 90%;
    height: 90%;
    max-width: 30px !important;
    max-height: 30px !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .vid-control .play {
    display: none
}

#hd .vid-control.hd-active .play {
    display: block
}

#hd .vid-control.hd-active .pause {
    display: none
}

@media screen and (min-width: 2560px) {

    #hd .vid-control svg,
    #hd .vid-control img {
        max-width: 42 !important;
        max-height: 42 !important
    }
}

@media screen and (max-width: 1280px) {
    #hd .vid-control {
        width: 44px;
        height: 44px
    }
}

#hd .bg-x .hd-bg {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    margin: 0 auto -100vh
}

#hd .bg-x .hd-bg img {
    width: 90%;
    height: 95vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: contain
}

#hd .sec-kv {
    padding-bottom: 6em;
    position: relative;
    overflow: hidden
}

#hd .sec-kv .panel-intro {
    position: relative
}

#hd .sec-kv .pin-vid {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh !important;
    max-height: none !important
}

#hd .sec-kv .hd-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50vh;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none
}

#hd .sec-kv .hd-title h2 {
    font-size: 4vw;
    letter-spacing: .16em;
    pointer-events: auto
}

#hd .sec-kv .vid-control {
    bottom: 0;
    right: 0;
    margin: 1em
}

#hd .sec-kv .hd-content h2 {
    line-height: 1.125;
    margin-top: .5em
}

#hd .sec-kv .hd-content p {
    max-width: 54em;
    margin: 0 auto
}

@media screen and (max-width: 1280px) {
    #hd .sec-kv {
        padding-bottom: 4em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-kv .hd-title h2 {
        font-size: 5vw
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-kv .vid-control {
        margin: 0
    }
}

#hd .sec-intro {
    padding: 8em 0 12em;
    position: relative;
    overflow: hidden
}

#hd .sec-intro .bg-dot {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    margin-top: 0em;
    pointer-events: none;
    z-index: 0
}

#hd .sec-intro .hd-content {
    position: relative;
    z-index: 2
}

#hd .sec-intro .hd-content .hd-panel.panel-white {
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-intro h2 {
    margin-bottom: .5em
}

#hd .sec-intro figure {
    margin-left: -3%;
    margin-right: 3%
}

#hd .sec-intro figure .hd-img-container {
    position: relative
}

#hd .sec-intro figure img {
    width: 100%;
    max-height: calc(90vh - 100px);
    max-width: 332px !important;
    object-fit: contain
}

#hd .sec-intro figure .img-white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

@media screen and (max-width: 1440px) {
    #hd .sec-intro figure {
        padding: 0 5%
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-intro {
        padding: 6em 0 8em
    }

    #hd .sec-intro figure {
        padding: 0 8%
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-intro {
        padding: 6em 0
    }

    /* #hd .sec-intro .bg-dot {
        width: 40%;
        left: 0;
        margin-top: 0
    } */

    #hd .sec-intro .hd-container {
        flex-direction: column
    }

    #hd .sec-intro .hd-content {
        width: 100%;
        text-align: center;
        margin-bottom: 2em
    }

    #hd .sec-intro figure {
        width: 90%;
        max-width: 400px;
        padding: 0 5% 0 0;
        margin: 2em auto 0;
        position: relative
    }

    #hd .sec-intro figure img {
        max-height: calc(90vh - 100px - 8em)
    }
}

#hd .sec-structure {
    padding: 5em 0 4em
}

#hd .sec-structure .hd-content {
    max-width: 66em;
    margin: 0 auto 3em
}

@media screen and (max-width: 1280px) {
    #hd .sec-structure {
        padding: 2em 0
    }

    #hd .sec-structure .hd-content {
        margin-bottom: 2em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-structure .hd-content {
        margin-bottom: 1em
    }
}

#hd .sec-airflow {
    padding: 5em 0 4em
}

#hd .sec-airflow .hd-content {
    max-width: 66em;
    margin: 0 auto 3em
}

#hd .sec-airflow figure {
    position: relative
}

#hd .sec-airflow figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

#hd .sec-airflow figure img.hd-active {
    opacity: 1
}

#hd .sec-airflow figure .hd-bg {
    position: relative
}

#hd .sec-airflow ul {
    margin-left: 5%;
    margin-right: -5%;
    position: relative;
    z-index: 2
}

#hd .sec-airflow li {
    margin: 4em 0;
    opacity: .36;
    cursor: pointer
}

#hd .sec-airflow li.hd-active {
    opacity: 1;
    cursor: default
}

#hd .sec-airflow li.hd-active h3 {
    color: #f51928 !important
}

#hd .sec-airflow h3 {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap
}

#hd .sec-airflow h3 strong {
    display: block;
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    font-size: 1.875em;
    color: white !important;
    line-height: 1;
    padding-top: .25em;
    margin: -.125em 0
}

@media screen and (max-width: 1280px) {
    #hd .sec-airflow {
        padding: 4em 0 2em
    }

    #hd .sec-airflow .hd-content {
        margin-bottom: 2em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-airflow .hd-wrapper {
        flex-direction: column
    }

    #hd .sec-airflow figure {
        width: 100%
    }

    #hd .sec-airflow ul {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 2em 0 0
    }

    #hd .sec-airflow li {
        max-width: 50%;
        padding: 0 1.5em;
        margin: 0;
        text-align: center
    }

    #hd .sec-airflow h3 {
        font-size: 1.5em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-airflow .hd-content {
        margin-bottom: 1em
    }

    #hd .sec-airflow ul {
        margin-top: 1em
    }

    #hd .sec-airflow li {
        padding: 0 1em
    }

    #hd .sec-airflow h3 {
        font-size: 1.25em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-airflow h3 {
        font-size: 1em
    }

    #hd .sec-airflow h3 strong {
        font-size: 1.5em
    }
}

#hd .sec-space {
    position: relative;
    overflow: hidden
}

#hd .sec-space .bg-space-container {
    position: relative
}

#hd .sec-space .bg-space {
    width: 100%;
    position: absolute;
    top: 8em;
    left: 0
}

#hd .sec-space .bg-space .bg-main {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    margin: 0 auto
}

#hd .sec-space .bg-space .bg-main img {
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 0;
    left: -1.75%;
    bottom: 0;
    margin: auto 0;
    opacity: .7;
    object-fit: cover;
    object-position: center left
}

#hd .sec-space h2 span {
    position: relative
}

#hd .sec-space h2 span:before {
    content: '';
    display: block;
    width: 1em;
    height: .75em;
    background: url(../img/title-deco-left.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 100%;
    top: 0
}

@media screen and (max-width: 768px) {
    #hd .sec-space .bg-space .bg-main img {
        height: 40vh
    }
}

#hd .sec-device {
    padding: 5em 0 12em
}

#hd .sec-device .hd-content {
    margin-bottom: 5em
}

#hd .sec-device li {
    padding: 0 .4em
}

#hd .sec-device li.is-animated figure img {
    opacity: 1 !important
}

#hd .sec-device li.is-animated figure h3 {
    opacity: 1 !important
}

#hd .sec-device figure {
    font-size: 1.1em;
    background: black;
    position: relative
}

#hd .sec-device figure:before,
#hd .sec-device figure:after {
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    background: white;
    position: absolute;
    margin: -1px;
    z-index: 2;
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -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-device figure:before {
    top: 0;
    right: 0;
    transform-origin: right top
}

#hd .sec-device figure:after {
    bottom: 0;
    left: 0;
    transform-origin: left bottom
}

#hd .sec-device figure img {
    opacity: .5;
    -moz-transition: opacity 0.8s 0s ease;
    -o-transition: opacity 0.8s 0s ease;
    -webkit-transition: opacity 0.8s 0s ease;
    transition: opacity 0.8s 0s ease
}

#hd .sec-device figure h3 {
    opacity: .75;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-transition: opacity 0.25s 0.4s ease;
    -o-transition: opacity 0.25s 0.4s ease;
    -webkit-transition: opacity 0.25s 0.4s ease;
    transition: opacity 0.25s 0.4s ease
}

#hd .sec-device h3 {
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: .25em .5em .25em;
    margin: 0;
    z-index: 3
}

@media screen and (max-width: 1280px) {
    #hd .sec-device {
        padding: 2em 0 8em
    }

    #hd .sec-device .hd-content {
        margin-bottom: 3em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-device {
        padding-bottom: 6em
    }

    #hd .sec-device li {
        padding: 0 .25em
    }

    #hd .sec-device figure {
        font-size: 1em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-device {
        padding-bottom: 4em
    }

    #hd .sec-device .hd-content {
        margin-bottom: 1em
    }

    #hd .sec-device ul {
        flex-direction: column
    }

    #hd .sec-device li {
        width: 100%;
        max-width: 500px;
        padding: .25em 0;
        margin: 0 auto
    }

    #hd .sec-device figure {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-around;
        overflow: hidden
    }

    #hd .sec-device figure:after {
        content: '';
        display: block;
        width: 15%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 14em;
        left: auto;
        z-index: 2;
        background-color: transparent;
        background-image: -moz-linear-gradient(90deg, transparent, #000);
        background-image: -webkit-linear-gradient(90deg, transparent, #000);
        background-image: linear-gradient(90deg, transparent, #000);
        background-color: transparent;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    #hd .sec-device figure img {
        width: calc(100% - 14em);
        margin-bottom: -15%
    }

    #hd .sec-device h3 {
        width: 8em;
        flex-shrink: 0;
        padding: 1em;
        position: relative;
        text-align: left
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-device figure:after {
        right: 10em
    }

    #hd .sec-device figure img {
        width: calc(100% - 10em)
    }
}

#hd .sec-card {
    padding: 5em 0 12em;
    position: relative;
    overflow: hidden
}

#hd .sec-card .hd-content {
    max-width: 66em;
    margin: 0 auto 3em
}

#hd .sec-card figure {
    width: 90%;
    padding: 6em 0 0;
    margin: 0 auto
}

#hd .sec-card figure.is-animated .hd-highlight {
    opacity: 1
}

#hd .sec-card figure.is-animated h3.txt-left {
    -webkit-animation-delay: .2s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .2s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .2s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .2s;
    animation-duration: .4s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-card figure.is-animated h3.txt-right {
    -webkit-animation-delay: .4s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .4s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .4s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .4s;
    animation-duration: .4s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-card .hd-img-container {
    position: relative
}

#hd .sec-card .hd-img-container img {
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

#hd .sec-card .hd-img-container img.hd-bg {
    position: relative
}

#hd .sec-card .hd-img-container .hd-highlight {
    opacity: 0;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease
}

#hd .sec-card .hd-txt {
    width: 85%;
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 2em auto
}

#hd .sec-card h3 {
    max-width: 50%;
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
    opacity: 0
}

#hd .sec-card h3 strong {
    display: block;
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2em;
    font-weight: bold;
    padding-top: .35em;
    margin: -.125em 0
}

#hd .sec-card h3 small {
    display: block;
    font-weight: bold;
    line-height: 1
}

@media screen and (max-width: 1280px) {
    #hd .sec-card {
        padding: 2em 0 8em
    }

    #hd .sec-card figure {
        padding-top: 4em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-card {
        padding-bottom: 6em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-card .hd-txt {
        width: 90%;
        margin: 1em auto
    }

    #hd .sec-card h3 strong {
        font-size: 1.75em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-card {
        padding-bottom: 4em
    }

    #hd .sec-card .hd-content {
        margin-bottom: 1em
    }

    #hd .sec-card figure {
        width: 100%;
        padding-top: 2em;
        padding-bottom: 1em
    }

    #hd .sec-card h3 {
        margin-top: -1rem
    }

    #hd .sec-card h3 strong {
        font-size: 1.5em
    }

    #hd .sec-card h3 small {
        font-size: .5em !important
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-card .hd-img-container img {
        width: 100%
    }

    #hd .sec-card .hd-txt {
        margin: 2em auto
    }

    #hd .sec-card h3 strong {
        font-size: 1.25em
    }
}

#hd .sec-cable {
    padding: 5em 0 12em;
    position: relative;
    overflow: hidden
}

#hd .sec-cable .hd-content {
    max-width: 66em;
    margin: 0 auto 3em
}

#hd .sec-cable figure {
    width: 90%;
    padding: 2em 0 0;
    margin: 0 auto
}

#hd .sec-cable figure.is-animated .line-left {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInLeft;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInLeft;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .4s;
    animation-name: fadeInLeft;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-cable figure.is-animated .line-right {
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .25s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInRight;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .25s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInRight;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: .4s;
    animation-name: fadeInRight;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-cable figure.is-animated h3.txt-left {
    -webkit-animation-delay: .2s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .2s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInLeft;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .2s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInLeft;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .2s;
    animation-duration: .4s;
    animation-name: fadeInLeft;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-cable figure.is-animated h3.txt-right {
    -webkit-animation-delay: .4s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .4s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInRight;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .4s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInRight;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .4s;
    animation-duration: .4s;
    animation-name: fadeInRight;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-cable .hd-img-container {
    position: relative
}

#hd .sec-cable .hd-img-container img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-cable .hd-img-container img.hd-bg {
    position: relative
}

#hd .sec-cable .hd-line {
    opacity: 0
}

#hd .sec-cable h3 {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    opacity: 0
}

#hd .sec-cable h3 strong {
    display: block;
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2em;
    font-weight: bold;
    padding-top: .35em;
    margin: -.125em 0
}

#hd .sec-cable h3 .hd-underline {
    display: block;
    font-size: .75em;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .125em
}

#hd .sec-cable h3 small {
    display: block;
    font-size: .85em;
    font-weight: bold;
    line-height: 1
}

#hd .sec-cable h3.txt-left {
    top: 36%;
    right: 72%
}

#hd .sec-cable h3.txt-left small {
    margin-right: -2em
}

#hd .sec-cable h3.txt-right {
    top: 56%;
    left: 68%
}

@media screen and (max-width: 1280px) {
    #hd .sec-cable {
        padding: 2em 0 8em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-cable {
        padding-bottom: 6em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-cable h3 strong {
        font-size: 1.75em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-cable {
        padding-bottom: 4em
    }

    #hd .sec-cable .hd-content {
        margin-bottom: 1em
    }

    #hd .sec-cable figure {
        width: 100%;
        padding-bottom: 2em
    }

    #hd .sec-cable h3 {
        margin-top: -1rem
    }

    #hd .sec-cable h3 strong {
        font-size: 1.5em
    }

    #hd .sec-cable h3 small {
        font-size: .5em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-cable h3 strong {
        font-size: 1.25em
    }

    #hd .sec-cable h3.txt-left {
        top: 40%;
        right: 65%
    }
}

#hd .sec-convenience {
    padding-top: 2em;
    position: relative
}

#hd .sec-convenience .deco-left {
    width: 7.5%;
    height: 100vh;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2
}

#hd .sec-convenience .deco-left img {
    width: 35%;
    margin: 5em 2em 0 auto
}

#hd .sec-convenience .txt-gamer {
    width: 14em;
    position: absolute;
    top: 5em;
    right: 5%;
    pointer-events: none;
    z-index: 2
}

#hd .sec-convenience .bg-convenience {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg-stripe.jpg) 0 0 repeat;
    background-size: 50px
}

@media screen and (max-width: 1440px) {
    #hd .sec-convenience .txt-gamer {
        display: none
    }

    #hd .sec-convenience .deco-left img {
        margin-right: 1em
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-convenience .deco-left img {
        width: 50%
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-convenience .deco-left {
        display: none
    }
}

#hd .sec-features .deco-dots,
#hd .sec-features .deco-dots .deco-dot {
    position: relative
}

#hd .sec-features .deco-dots:before,
#hd .sec-features .deco-dots .deco-dot:before,
#hd .sec-features .deco-dots:after,
#hd .sec-features .deco-dots .deco-dot:after {
    content: '';
    display: block;
    width: .4em;
    height: .4em;
    background: #f51928;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0
}

#hd .sec-features {
    padding: 4em 0;
    position: relative;
    overflow: hidden
}

#hd .sec-features .hd-container {
    width: 75%;
    max-width: 56em
}

#hd .sec-features .hd-panel {
    padding-bottom: 6em
}

#hd .sec-features .hd-panel:nth-child(2n-1) .hd-content {
    padding-left: 3.5em
}

#hd .sec-features .hd-panel:nth-child(2n) .hd-content {
    text-align: right;
    padding-right: 0;
    padding-left: 1em
}

#hd .sec-features .hd-panel:nth-child(2n) h2 {
    display: inline-block
}

#hd .sec-features .hd-panel:nth-child(2n) h2:before {
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

#hd .sec-features .hd-panel:last-child {
    padding-bottom: 4em
}

#hd .sec-features .vid-container {
    overflow: visible
}

#hd .sec-features .vid-container:before,
#hd .sec-features .vid-container:after {
    content: '';
    display: block;
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    will-change: transform;
    opacity: 0;
    -moz-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -moz-transition: transform 0.4s 0.25s ease, opacity 0.25s 0.25s ease;
    -o-transition: transform 0.4s 0.25s ease, opacity 0.25s 0.25s ease;
    -webkit-transition: transform 0.4s 0.25s ease, opacity 0.25s 0.25s ease;
    transition: transform 0.4s 0.25s ease, opacity 0.25s 0.25s ease;
    z-index: 2
}

#hd .sec-features .vid-container:before {
    border-top: 3px solid #f51928;
    border-left: 3px solid #f51928;
    top: 0;
    left: 0
}

#hd .sec-features .vid-container:after {
    border-bottom: 3px solid #f51928;
    border-right: 3px solid #f51928;
    bottom: 0;
    right: 0
}

#hd .sec-features .vid-container .deco-frame {
    width: calc(100% - 1.5em);
    height: calc(100% - 1.5em);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: .75em;
    z-index: 2
}

#hd .sec-features .vid-container .deco-frame .deco-v:before,
#hd .sec-features .vid-container .deco-frame .deco-v:after,
#hd .sec-features .vid-container .deco-frame .deco-h:before,
#hd .sec-features .vid-container .deco-frame .deco-h:after {
    content: '';
    display: block;
    background: #f51928;
    opacity: .5;
    position: absolute;
    -moz-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
    transition: transform 1s ease
}

#hd .sec-features .vid-container .deco-frame .deco-v:before,
#hd .sec-features .vid-container .deco-frame .deco-v:after {
    width: 1px;
    height: 100%;
    top: 0;
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

#hd .sec-features .vid-container .deco-frame .deco-v:before {
    left: 0;
    transform-origin: left bottom
}

#hd .sec-features .vid-container .deco-frame .deco-v:after {
    right: 0;
    transform-origin: right top
}

#hd .sec-features .vid-container .deco-frame .deco-h:before,
#hd .sec-features .vid-container .deco-frame .deco-h:after {
    width: 100%;
    height: 1px;
    left: 0;
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

#hd .sec-features .vid-container .deco-frame .deco-h:before {
    top: 0;
    transform-origin: left top
}

#hd .sec-features .vid-container .deco-frame .deco-h:after {
    bottom: 0;
    transform-origin: right bottom
}

#hd .sec-features .vid-container.is-animated:before,
#hd .sec-features .vid-container.is-animated:after {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

#hd .sec-features .vid-container.is-animated .deco-frame .deco-v:before,
#hd .sec-features .vid-container.is-animated .deco-frame .deco-v:after,
#hd .sec-features .vid-container.is-animated .deco-frame .deco-h:before,
#hd .sec-features .vid-container.is-animated .deco-frame .deco-h:after {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

#hd .sec-features .vid-control {
    margin: 1em
}

#hd .sec-features .hd-content {
    padding: 2em 1em 0 0
}

#hd .sec-features h2 {
    margin-bottom: .25em;
    position: relative;
    z-index: 2
}

#hd .sec-features h2:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .7em .7em 0 0;
    border-color: #f51928 transparent transparent transparent;
    position: absolute;
    top: .125em;
    right: 100%;
    margin-right: .5em
}

#hd .sec-features .deco-dots {
    width: 75%;
    max-width: 70em;
    margin: 3em auto 0
}

#hd .sec-features .deco-dots:before {
    left: 10%
}

#hd .sec-features .deco-dots:after {
    right: 10%
}

#hd .sec-features .deco-dots .deco-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-features .deco-dots .deco-dot:before {
    left: 26%
}

#hd .sec-features .deco-dots .deco-dot:after {
    right: 26%
}

#hd .sec-features .deco-dots .deco-dot:last-child:before {
    left: 42%
}

#hd .sec-features .deco-dots .deco-dot:last-child:after {
    right: 42%
}

@media screen and (max-width: 1280px) {
    #hd .sec-features .hd-panel {
        padding-bottom: 4em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-features {
        padding: 2em 0 4em
    }

    #hd .sec-features .hd-container {
        width: 80%
    }

    #hd .sec-features .hd-panel:nth-child(2n-1) .hd-content {
        padding-left: 3em
    }

    #hd .sec-features .deco-dots {
        margin-top: 1em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-features .deco-dots {
        width: 100%;
        margin-top: 0
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-features .hd-container {
        width: 90%
    }

    #hd .sec-features .hd-content {
        padding-top: 1em;
        padding-right: 0
    }

    #hd .sec-features .hd-panel {
        padding-bottom: 2em
    }

    #hd .sec-features .hd-panel:nth-child(2n-1) .hd-content {
        padding-left: 2em
    }

    #hd .sec-features h2:before {
        border-width: .5em .5em 0 0;
        top: .125em;
        right: 100%;
        margin-right: .25em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-features .hd-panel:nth-child(2n-1) .hd-content {
        padding-left: 1.5em
    }
}

#hd .sec-hub {
    padding: 5em 0 10em;
    position: relative;
    overflow: hidden
}

#hd .sec-hub .hd-content {
    max-width: 58em;
    padding-left: 3.5em;
    margin: 0 auto 4em
}

#hd .sec-hub h2 {
    margin-bottom: .25em;
    position: relative;
    z-index: 2
}

#hd .sec-hub h2:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .7em .7em 0 0;
    border-color: #f51928 transparent transparent transparent;
    position: absolute;
    top: .125em;
    right: 100%;
    margin-right: .5em
}

#hd .sec-hub figure {
    width: 85%;
    margin: 0 auto;
    position: relative
}

#hd .sec-hub figure.is-animated h3.txt-left {
    -webkit-animation-delay: .2s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .2s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .2s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .2s;
    animation-duration: .4s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-hub figure.is-animated h3.txt-right {
    -webkit-animation-delay: .4s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .4s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .4s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .4s;
    animation-duration: .4s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-hub .hd-img-container {
    position: relative;
    mix-blend-mode: lighten
}

#hd .sec-hub .hd-img-container img {
    width: 80%;
    margin: 0 auto
}

#hd .sec-hub .hd-txt {
    width: 85%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 2em
}

#hd .sec-hub h3 {
    max-width: 50%;
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    line-height: 1;
    margin-bottom: 0;
    opacity: 0
}

#hd .sec-hub h3 strong {
    display: block;
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2em;
    font-weight: bold;
    padding-top: .35em;
    margin: -.125em 0
}

#hd .sec-hub h3 small {
    display: block;
    font-weight: bold;
    line-height: 1
}

#hd .sec-hub h3.txt-left {
    padding-right: 3em
}

@media screen and (max-width: 1280px) {
    #hd .sec-hub {
        padding: 2em 0 6em
    }

    #hd .sec-hub .hd-content {
        margin-bottom: 2em
    }

    #hd .sec-hub .hd-txt {
        margin-bottom: 1em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-hub {
        padding-bottom: 6em
    }

    #hd .sec-hub .hd-container {
        width: 80%;
        max-width: 56em
    }

    #hd .sec-hub h3.txt-left {
        padding-right: 0
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-hub .hd-img-container img {
        width: 100%
    }

    #hd .sec-hub .hd-txt {
        width: 90%;
        margin: 1em auto
    }

    #hd .sec-hub h3 strong {
        font-size: 1.75em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-hub {
        padding-bottom: 4em
    }

    #hd .sec-hub .hd-container {
        width: 90%
    }

    #hd .sec-hub .hd-content {
        padding-left: 2em;
        margin-bottom: 2em
    }

    #hd .sec-hub h2:before {
        border-width: .5em .5em 0 0;
        top: .125em;
        right: 100%;
        margin-right: .25em
    }

    #hd .sec-hub figure {
        width: 100%
    }

    #hd .sec-hub h3 {
        margin-top: -1rem
    }

    #hd .sec-hub h3 strong {
        font-size: 1.5em
    }

    #hd .sec-hub h3 small {
        font-size: .5em !important
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-hub .hd-img-container img {
        width: 100%
    }

    #hd .sec-hub .hd-content {
        padding-left: 1.5em
    }

    #hd .sec-hub .hd-txt {
        margin: 2em auto 1em
    }

    #hd .sec-hub h3 strong {
        font-size: 1.25em
    }
}

#hd .sec-power {
    position: relative;
    overflow: hidden
}

#hd .sec-power .bg-power-container {
    position: relative
}

#hd .sec-power .bg-power {
    width: 105%;
    max-width: none !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .75
}

#hd .sec-usbc {
    padding: 5em 0 10em;
    position: relative;
    overflow: hidden
}

#hd .sec-usbc .hd-content {
    max-width: 64em;
    margin: 0 auto 3em
}

#hd .sec-usbc figure {
    width: 100%;
    margin: 0 auto;
    position: relative
}

#hd .sec-usbc figure.is-animated h3.txt-left {
    -webkit-animation-delay: .2s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .2s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .2s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .2s;
    animation-duration: .4s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-usbc figure.is-animated h3.txt-right {
    -webkit-animation-delay: .4s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .4s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .4s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .4s;
    animation-duration: .4s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-usbc .hd-img-container {
    margin-top: -15%;
    position: relative
}

#hd .sec-usbc .hd-img-container img {
    width: 100%
}

#hd .sec-usbc .hd-txt {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 2em;
    position: relative;
    z-index: 2
}

#hd .sec-usbc h3 {
    max-width: 50%;
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    line-height: 1;
    margin-bottom: 0;
    opacity: 0
}

#hd .sec-usbc h3 strong {
    display: block;
    font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2em;
    font-weight: bold;
    padding-top: .35em;
    margin: -.125em 0 0
}

#hd .sec-usbc h3 small {
    display: block;
    font-weight: bold;
    line-height: 1
}

@media screen and (max-width: 1280px) {
    #hd .sec-usbc {
        padding: 2em 0 6em
    }

    #hd .sec-usbc .hd-content {
        margin-bottom: 2em
    }

    #hd .sec-usbc .hd-txt {
        margin-bottom: 1em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-usbc {
        padding-bottom: 4em
    }

    #hd .sec-usbc h3.txt-left {
        padding-right: 0
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-usbc .hd-txt {
        width: 90%;
        margin: 1em auto
    }

    #hd .sec-usbc h3 strong {
        font-size: 1.75em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-usbc {
        padding-bottom: 2em
    }

    #hd .sec-usbc .hd-content {
        margin-bottom: 2em
    }

    #hd .sec-usbc h2:before {
        border-width: .5em .5em 0 0;
        top: .125em;
        right: 100%;
        margin-right: .25em
    }

    #hd .sec-usbc h3 {
        margin-top: -1rem
    }

    #hd .sec-usbc h3 strong {
        font-size: 1.5em
    }

    #hd .sec-usbc h3 small {
        font-size: .5em !important
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-usbc .hd-txt {
        margin: 2em auto 1em
    }

    #hd .sec-usbc h3 strong {
        font-size: 1.25em
    }
}

#hd .sec-frame {
    padding: 5em 0 4em;
    position: relative;
    overflow: hidden
}

#hd .sec-frame .hd-content {
    max-width: 66em;
    margin: 0 auto 6em
}

#hd .sec-frame figure {
    width: 100%;
    position: relative
}

#hd .sec-frame figure.is-animated .hd-highlight {
    opacity: 1
}

#hd .sec-frame figure .bg-plus {
    width: 90%;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .22
}

#hd .sec-frame .hd-img-container {
    position: relative
}

#hd .sec-frame .hd-img-container img {
    width: 82%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

#hd .sec-frame .hd-img-container img.hd-bg {
    position: relative
}

#hd .sec-frame .hd-img-container .hd-highlight {
    opacity: 0;
    -moz-transition: opacity 0.8s 0.4s ease;
    -o-transition: opacity 0.8s 0.4s ease;
    -webkit-transition: opacity 0.8s 0.4s ease;
    transition: opacity 0.8s 0.4s ease
}

@media screen and (max-width: 1280px) {
    #hd .sec-frame {
        padding: 2em 0
    }

    #hd .sec-frame .hd-content {
        margin-bottom: 3em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-frame .hd-content {
        margin-bottom: 2em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-frame .hd-content {
        margin-bottom: 1em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-frame .hd-img-container img {
        width: 100%
    }
}

#hd .sec-panel {
    position: relative;
    overflow: hidden;
    padding: 2em 0
}

#hd .sec-panel .hd-container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2
}

#hd .sec-panel .hd-content {
    margin-left: auto;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5)
}

#hd .sec-panel h2 {
    margin-bottom: .5em
}

#hd .sec-panel h2 .txt-larger {
    font-size: 1.25em
}

#hd .sec-panel img {
    width: 90.4%;
    margin-left: -3%;
    position: relative
}

@media screen and (max-width: 768px) {
    #hd .sec-panel h2 .txt-larger {
        font-size: 1.125em
    }

    #hd .sec-panel img {
        width: 100%;
        margin-left: -8%
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-panel .hd-container {
        position: relative
    }

    #hd .sec-panel .hd-content {
        width: 100%;
        margin-bottom: 1em
    }

    #hd .sec-panel img {
        margin-left: 0
    }
}

#hd .sec-aura .hd-txt {
    padding: 1.25em 1em;
    margin: 0 0 0 2.5em;
    background-color: transparent;
    background-image: -moz-linear-gradient(180deg, transparent, transparent 0.75em, rgba(0, 0, 0, 0.85) 0.75em, rgba(0, 0, 0, 0.85) 3.75em, transparent 3.75em, transparent);
    background-image: -webkit-linear-gradient(180deg, transparent, transparent 0.75em, rgba(0, 0, 0, 0.85) 0.75em, rgba(0, 0, 0, 0.85) 3.75em, transparent 3.75em, transparent);
    background-image: linear-gradient(180deg, transparent, transparent 0.75em, rgba(0, 0, 0, 0.85) 0.75em, rgba(0, 0, 0, 0.85) 3.75em, transparent 3.75em, transparent);
    position: relative;
    overflow: hidden
}

#hd .sec-aura .hd-txt:before,
#hd .sec-aura .hd-txt:after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - .75em + 3px);
    position: absolute;
    z-index: 2
}

#hd .sec-aura .hd-txt:before {
    top: 0;
    left: 0;
    background: #f51928
}

#hd .sec-aura .hd-txt:after {
    bottom: 0;
    right: 0;
    background: #1eb7f7
}

#hd .sec-aura .hd-txt>span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

#hd .sec-aura .hd-txt>span:before,
#hd .sec-aura .hd-txt>span:after {
    content: '';
    display: block;
    width: calc(100% - 2px);
    height: calc(.75em + 1px);
    border: 1px solid;
    border-image: linear-gradient(to right, #fd2e85, #826aaf, #1eb7f7) 1 100%;
    border-image-slice: 1;
    -moz-transform: skew(45deg, 0deg);
    -o-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    -webkit-transform: skew(45deg, 0deg);
    transform: skew(45deg, 0deg);
    position: absolute
}

#hd .sec-aura .hd-txt>span:before {
    top: 0;
    right: 1px;
    border-left-width: 0;
    border-bottom-width: 0;
    border-right: 2px solid #1eb7f7
}

#hd .sec-aura .hd-txt>span:after {
    bottom: 0;
    left: 1px;
    border-right-width: 0;
    border-top-width: 0;
    border-left: 2px solid #f51928
}

#hd .sec-aura {
    padding: 12em 0 10em;
    position: relative;
    overflow: hidden
}

#hd .sec-aura .hd-content {
    max-width: 64em;
    margin: 0 auto 2em;
    position: relative;
    z-index: 2
}

#hd .sec-aura .hd-txt {
    border: none;
    padding: .5em 1em;
    margin-top: 20%;
    margin-left: -10%;
    position: relative;
    z-index: 2
}

#hd .sec-aura .hd-txt>div {
    padding: .5em 0
}

#hd .sec-aura .hd-colorpicker-container {
    min-width: 120px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    margin-right: .5em
}

#hd .sec-aura .hd-colorpicker-container+div {
    max-width: calc(100% - 120px - .5em)
}

#hd .sec-aura .hd-colorpicker {
    width: 110px;
    margin: 1.25em auto 0
}

#hd .sec-aura .hd-controls {
    padding: 0 .5em;
    position: relative;
    z-index: 2
}

#hd .sec-aura .hd-controls button {
    width: 25%;
    padding: .5em;
    cursor: pointer
}

#hd .sec-aura .hd-controls button:hover .hd-icon,
#hd .sec-aura .hd-controls button.hd-active .hd-icon {
    background-position: 0 0
}

#hd .sec-aura .hd-controls .hd-icon {
    width: 100%;
    max-width: 3.25em;
    height: 0;
    padding-bottom: 100%;
    margin: 0 auto;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: 100% 0
}

#hd .sec-aura .hd-controls .hd-icon.hd-icon-static {
    background-image: url(../img/aura/static.png)
}

#hd .sec-aura .hd-controls .hd-icon.hd-icon-breathing {
    background-image: url(../img/aura/breathing.png)
}

#hd .sec-aura .hd-controls .hd-icon.hd-icon-strobing {
    background-image: url(../img/aura/strobing.png)
}

#hd .sec-aura .hd-controls .hd-icon.hd-icon-cycle {
    background-image: url(../img/aura/cycle.png)
}

#hd .sec-aura .hd-controls .hd-icon.hd-icon-music {
    background-image: url(../img/aura/music.png)
}

#hd .sec-aura .hd-controls .hd-icon.hd-icon-smart {
    background-image: url(../img/aura/smart.png)
}

#hd .sec-aura .hd-controls .hd-icon.hd-icon-starry {
    background-image: url(../img/aura/starry.png)
}

#hd .sec-aura .hd-controls .hd-icon.hd-icon-rainbow {
    background-image: url(../img/aura/rainbow.png)
}

#hd .sec-aura .hd-controls .hd-icon.hd-icon-dark {
    background-image: url(../img/aura/dark.png)
}

#hd .sec-aura .hd-controls .hd-icon.hd-icon-adaptive {
    background-image: url(../img/aura/adaptive.png)
}

#hd .sec-aura .hd-controls .hd-icon.hd-icon-comet {
    background-image: url(../img/aura/comet.png)
}

#hd .sec-aura .hd-controls-name {
    padding: 0 0 0 1em
}

#hd .sec-aura .hd-controls-name li {
    display: none
}

#hd .sec-aura .hd-controls-name li.hd-active {
    display: block;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .4s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

#hd .sec-aura .hd-controls-name p {
    font-size: 14px
}

#hd .sec-aura figure {
    margin-left: -10%
}

#hd .sec-aura figure .hd-img-container {
    width: 100%;
    height: 0;
    padding-bottom: 76.7764%;
    position: relative;
    overflow: hidden;
    z-index: 2
}

#hd .sec-aura figure .vid-control {
    right: 15%;
    bottom: 12%
}

#hd .sec-aura .hd-pd,
#hd .sec-aura .hd-color,
#hd .sec-aura .hd-greybg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#hd .sec-aura .hd-color,
#hd .sec-aura .hd-greybg {
    width: 98%;
    height: 98%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: -1
}

#hd .sec-aura .hd-greybg {
    background-color: #353535;
    z-index: -2
}

#hd .sec-aura .hd-rainbow {
    background-color: #fd46a6;
    background-image: -moz-linear-gradient(135deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6);
    background-image: -webkit-linear-gradient(135deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6);
    background-image: linear-gradient(135deg, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6, #ef212c, #ff7233, #ffd832, #d0f945, #77f168, #3ce448, #4eefac, #63e7ec, #3594f5, #253eda, #5216c1, #d748de, #fd46a6);
    background-size: 290% 100%
}

#hd .sec-aura .hd-dark {
    opacity: 0
}

#hd .sec-aura .hd-starryNight .starry_night {
    display: block
}

#hd .sec-aura .starry_night {
    display: none
}

#hd .sec-aura .starry_night span {
    width: 10%;
    height: 0;
    padding-bottom: 10%;
    background-color: #FFF;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%);
    position: absolute;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 3s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 3s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

#hd .sec-aura .starry_night span:nth-child(1) {
    top: 12%;
    left: 35%
}

#hd .sec-aura .starry_night span:nth-child(2) {
    top: 46%;
    left: 67%;
    -webkit-animation-delay: -1s;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: -1s;
    -moz-animation-duration: 3s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: -1s;
    -o-animation-duration: 3s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: -1s;
    animation-duration: 3s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

#hd .sec-aura .starry_night span:nth-child(3) {
    top: 31%;
    left: 57%;
    -webkit-animation-delay: -2s;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: -2s;
    -moz-animation-duration: 3s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: -2s;
    -o-animation-duration: 3s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: -2s;
    animation-duration: 3s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

#hd .sec-aura .starry_night span:nth-child(4) {
    top: 39%;
    left: 45%;
    -webkit-animation-delay: -1s;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: -1s;
    -moz-animation-duration: 3s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: -1s;
    -o-animation-duration: 3s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: -1s;
    animation-duration: 3s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

#hd .sec-aura .starry_night span:nth-child(5) {
    top: 59%;
    left: 41%;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 3s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 3s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

#hd .sec-aura .starry_night span:nth-child(6) {
    top: 12%;
    left: 50%;
    -webkit-animation-delay: -2s;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: -2s;
    -moz-animation-duration: 3s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: -2s;
    -o-animation-duration: 3s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: -2s;
    animation-duration: 3s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

#hd .sec-aura .starry_night span:nth-child(7) {
    top: 32%;
    left: 31%;
    -webkit-animation-delay: -3s;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: breathing;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: -3s;
    -moz-animation-duration: 3s;
    -moz-animation-name: breathing;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: -3s;
    -o-animation-duration: 3s;
    -o-animation-name: breathing;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: -3s;
    animation-duration: 3s;
    animation-name: breathing;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

#hd .sec-aura .hd-comet {
    width: 20%;
    box-shadow: 0 0 200px #333333 inset
}

#hd .sec-aura .smart-control {
    text-align: left
}

#hd .sec-aura .smart-control .h5 {
    font-size: 1em
}

#hd .sec-aura .hd-smartcolor {
    text-align: left
}

#hd .sec-aura .hd-smartcolor ul {
    margin: 1em 0
}

#hd .sec-aura .hd-smartcolor li {
    padding: .25em 0
}

#hd .sec-aura .hd-smartcolor li>span {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-top: 5px;
    margin-right: 5px
}

#hd .sec-aura .hd-smartcolor li>p {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 24px);
    font-size: .875em;
    white-space: nowrap
}

#hd .sec-aura .hd-smartcolor li:first-child>span {
    background: green
}

#hd .sec-aura .hd-smartcolor li:last-child>span {
    background: yellow
}

#hd .sec-aura .noUi-horizontal {
    width: 90%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

#hd .sec-aura .noUi-horizontal .noUi-connects {
    border-radius: 0
}

#hd .sec-aura .noUi-horizontal .noUi-connect:nth-child(1) {
    background: green
}

#hd .sec-aura .noUi-horizontal .noUi-connect:nth-child(2) {
    background: yellow
}

#hd .sec-aura .noUi-horizontal .noUi-connect:nth-child(3) {
    background: red
}

#hd .sec-aura .noUi-horizontal .noUi-handle {
    width: 5px;
    height: 18px;
    right: -2px;
    top: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: #c8c8c8 auto 1px
}

#hd .sec-aura .noUi-horizontal .noUi-handle:before,
#hd .sec-aura .noUi-horizontal .noUi-handle:after {
    display: none
}

#hd .sec-aura .noUi-horizontal .noUi-handle:focus {
    outline-color: #f51928
}

#hd .sec-aura .noUi-horizontal .noUi-tooltip {
    bottom: auto;
    top: 100%;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    color: white
}

#hd .sec-aura .noUi-horizontal .noUi-tooltip:before {
    content: '';
    display: block;
    width: 1px;
    height: 8px;
    background: white;
    margin: 2px auto 0
}

#hd .sec-aura .noUi-horizontal .noUi-marker-large {
    width: 1px;
    height: 8px;
    margin: 2px 0
}

@media screen and (max-width: 1440px) {
    #hd .sec-aura {
        padding: 8em 0 6em
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-aura {
        padding: 6em 0 4em
    }

    #hd .sec-aura .hd-controls .hd-icon {
        width: 50px;
        height: 50px;
        padding-bottom: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-aura figure {
        margin-left: -15%
    }

    #hd .sec-aura .hd-txt {
        width: 55%;
        margin-left: -5%
    }
}

@media screen and (max-width: 1023px) {
    #hd .sec-aura {
        padding: 4em 0 2em
    }

    #hd .sec-aura .hd-wrapper {
        flex-direction: column-reverse
    }

    #hd .sec-aura .hd-txt {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 2em
    }

    #hd .sec-aura figure {
        width: 100%;
        margin-left: -10%
    }

    #hd .sec-aura .hd-colorpicker-container {
        border-right: none;
        text-align: left
    }

    #hd .sec-aura .hd-controls button {
        padding-left: 0
    }

    #hd .sec-aura .hd-controls .hd-icon {
        margin-left: 0
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-aura .hd-content {
        margin-bottom: 1em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-aura .hd-txt {
        margin-left: -1em;
        margin-right: -1em;
        padding-right: 0
    }

    #hd .sec-aura .hd-controls button {
        width: 33.3333%
    }

    #hd .sec-aura .hd-controls .hd-icon {
        width: 44px;
        height: 44px
    }
}

#hd .sec-shroud {
    padding: 4em 0 0;
    position: relative;
    overflow: hidden
}

#hd .sec-shroud .hd-content {
    max-width: 66em;
    margin: 0 auto 3em
}

#hd .sec-shroud img {
    width: 106%;
    max-width: none !important;
    margin-left: -6%
}

@media screen and (max-width: 1280px) {
    #hd .sec-shroud .hd-content {
        margin-bottom: 2em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-shroud img {
        width: 130%;
        margin-left: -15%
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-shroud .hd-content {
        margin-bottom: 1em
    }

    #hd .sec-shroud img {
        width: 165%;
        margin-left: -35%
    }
}

#hd .sec-white {
    background: #ddd;
    color: black;
    position: relative;
    overflow: hidden;
    padding: 2em 0
}

#hd .sec-white .hd-container {
    width: 80%;
    align-items: stretch
}

#hd .sec-white .hd-content {
    display: flex;
    flex-direction: column;
    padding-right: 2%;
    margin-left: auto
}

#hd .sec-white .hd-content h2 {
    color: black !important;
    margin-top: auto
}

#hd .sec-white .hd-content p {
    max-width: 30em;
    margin-bottom: 2em
}

#hd .sec-white .hd-content img {
    width: 80%;
    max-width: 30em !important;
    margin-top: auto;
    margin-bottom: 2%
}

#hd .sec-white .hd-main-title h2 {
    color: #ddd !important;
    -webkit-text-fill-color: #ddd
}

#hd .sec-white figure {
    position: relative;
    overflow: hidden
}

#hd .sec-white figure .hd-cover {
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width: 1280px) {
    #hd .sec-white .hd-content p {
        margin-bottom: 1em
    }
}

@media screen and (max-width: 1023px) {
    #hd .sec-white .hd-container {
        width: 90%;
        flex-direction: column
    }

    #hd .sec-white .hd-content {
        display: block;
        width: 100%;
        margin-bottom: 2em;
        text-align: center
    }

    #hd .sec-white .hd-content p {
        max-width: none
    }

    #hd .sec-white .hd-content img {
        width: 100%;
        max-width: none !important
    }

    #hd .sec-white figure {
        width: 100%
    }

    #hd .sec-white figure img {
        width: 110%;
        max-width: none !important;
        margin-left: -5%
    }
}

/*# sourceMappingURL=hd-style.css.map */