.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../images/slick.svg#slick) format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-text-size-adjust: none
}

body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    font-weight: 400
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption {
    margin: 0;
    padding: 0;
    outline: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

*,
*:before,
*:after {
    box-sizing: border-box
}

img {
    max-width: 100%
}

p {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

ul li {
    list-style: none
}

.search-down {
    display: none !important
}

@font-face {
    font-family: 'Hisense Sans Alfabet';
    src: url("../fonts/HisenseSansAlfabet-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Hisense Sans Alfabet';
    src: url("../fonts/HisenseSansAlfabet-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Hisense Sans Alfabet';
    src: url("../fonts/HisenseSansAlfabet-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Hisense Sans Alfabet';
    src: url("../fonts/HisenseSansAlfabet-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    color: #1D1D1F;
    line-height: 150%;
    background: #fff;
    background-color: #fff;
    font-family: "Hisense Sans Alfabet", Arial, "Helvetica Neue", Helvetica, sans-serif
}

body {
    font-size: 1.6rem
}

body:before {
    content: 'desktop';
    display: none
}

@media (max-width: 767px) {
    body:before {
        content: 'mobile'
    }
}

body.overflow {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 100%
}

@media (min-width: 768px) {
    .mobile-only {
        display: none !important
    }
}

@media (max-width: 767px) {
    .desktop-only {
        display: none !important
    }
}

.page-wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 80px;
    -webkit-transition: padding-top 0.5s ease-out;
    -moz-transition: padding-top 0.5s ease-out;
    -o-transition: padding-top 0.5s ease-out;
    -ms-transition: padding-top 0.5s ease-out;
    transition: padding-top 0.5s ease-out
}

@media (max-width: 1023px) {
    .page-wrapper {
        padding-top: 60px
    }
}

@media (max-width: 767px) {
    .page-wrapper {
        overflow: hidden
    }
}

.page-wrapper .main-container {
    min-height: 500px;
    background: #fff;
    -webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0
}

img.lazy {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease, transform 0.6s ease, min-height 0.6s ease;
    -moz-transition: opacity 0.6s ease, transform 0.6s ease, min-height 0.6s ease;
    -o-transition: opacity 0.6s ease, transform 0.6s ease, min-height 0.6s ease;
    -ms-transition: opacity 0.6s ease, transform 0.6s ease, min-height 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, min-height 0.6s ease
}

img.lazy.loaded {
    opacity: 1
}

[data-track] {
    opacity: 0;
    -webkit-transition: opacity 0.8s ease, transform 0.8s ease;
    -moz-transition: opacity 0.8s ease, transform 0.8s ease;
    -o-transition: opacity 0.8s ease, transform 0.8s ease;
    -ms-transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease
}

[data-track].trackin {
    opacity: 1;
    transform: translateY(0) !important
}

.mfp-bg {
    -webkit-transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    -ms-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease
}

.mfp-bg.mfp-ready {
    background-color: rgba(255, 255, 255, 0.7) !important
}

.mfp-bg.mfp-removing {
    background-color: rgba(255, 255, 255, 0) !important
}

.mfp-wrap {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease
}

.mfp-wrap.mfp-ready {
    opacity: 1
}

.mfp-wrap.mfp-removing {
    opacity: 0
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: 1
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: none;
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.btn-hisense {
    text-align: center;
    min-width: 210px;
    line-height: 100%;
    font-weight: 400;
    display: inline-block;
    padding: 30px;
    height: 72px;
    flex-shrink: 0;
    text-transform: none !important;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
    color: #fff;
    background: #6DEBE6;
    background: -webkit-linear-gradient(0deg, #6DEBE6 0%, #39D5CE 10%, #00AAA6 40%, #067977 60%);
    background: linear-gradient(90deg, #6DEBE6 0%, #39D5CE 10%, #00AAA6 40%, #067977 60%);
    background-size: 200%;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
}

@media screen and (min-width: 1025px) {
    .btn-hisense:hover {
        background-position: 0% 0%;
        background-size: 400%
    }
}

@media screen and (max-width: 1200px) {
    .btn-hisense {
        padding: 20px;
        min-width: 200px;
        height: 52px
    }
}

.btn-detail {
    text-align: center;
    min-width: 346px;
    line-height: 100%;
    font-weight: 400;
    display: inline-block;
    padding: 30px;
    height: 72px;
    text-transform: none !important;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    border-radius: 36px;
    color: #fff;
    background-color: #707070;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
}

@media screen and (min-width: 1025px) {
    .btn-detail:hover {
        background-color: #00AAA6
    }
}

.btn-detail.small {
    min-width: 168px;
    height: 60px;
    padding: 23px
}

@media screen and (min-width: 1025px) {
    .btn-detail.small:hover {
        background-color: #DDD
    }
}

.btn-detail.white {
    background-color: #FFF;
    color: #1D1D1F
}

@media screen and (max-width: 767px) {
    .btn-hisense {
        min-width: none;
        display: flex;
        padding: 0 30px;
        align-items: center;
        justify-content: center;
        height: 56px;
        font-size: 14px
    }
}

.hidden {
    display: none !important
}

.mfp-wrap {
    pointer-events: none
}

.video-lightbox .mfp-inline-holder {
    padding-left: 15px;
    padding-right: 15px
}

.video-lightbox .mfp-inline-holder .mfp-content {
    width: auto;
    pointer-events: auto;
    height: 90%
}

.video-lightbox .mfp-inline-holder .mfp-content .cookie-consent-wrap {
    height: 100%;
    overflow: scroll
}

.video-lightbox .video-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1182px
}

.video-lightbox .video-wrap video {
    display: block;
    width: 100%;
    height: auto
}

.video-lightbox .close {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    border: none;
    background: #EDEDED;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease
}

.video-lightbox .close:hover {
    background: #00CCCC
}

.video-lightbox .close:hover:before,
.video-lightbox .close:hover:after {
    border-color: #FFF
}

.video-lightbox .close:before,
.video-lightbox .close:after {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 20px;
    border-top: 1px solid #00CCCC;
    content: '';
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    -ms-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease
}

.video-lightbox .close:before {
    transform: translateX(-50%) rotate(45deg)
}

.video-lightbox .close:after {
    transform: translateX(-50%) rotate(135deg)
}

img.b2t {
    opacity: 0;
    position: fixed;
    max-width: 120px;
    bottom: 120px;
    right: 20px;
    z-index: 99999;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    cursor: pointer;
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none
}

img.b2t.show {
    opacity: 1;
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: visible
}

@media screen and (max-width: 767px) {
    img.b2t {
        max-width: 85px;
        bottom: 17px;
        right: 12px
    }
}

.btn-backtotop {
    position: fixed;
    right: 100px;
    bottom: 24px;
    z-index: 11;
    width: 75px;
    height: 42px;
    background-color: #BFBFBF;
    text-indent: -999px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    border-radius: 21px;
    -webkit-transition: background-color 0.3s ease, transform 0.6s ease;
    -moz-transition: background-color 0.3s ease, transform 0.6s ease;
    -o-transition: background-color 0.3s ease, transform 0.6s ease;
    -ms-transition: background-color 0.3s ease, transform 0.6s ease;
    transition: background-color 0.3s ease, transform 0.6s ease;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    background-image: url(../images/common/icon-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    overflow: hidden
}

@media screen and (min-width: 1025px) {
    .btn-backtotop:hover {
        background-color: #00AAA6
    }
}

.scroll-up .btn-backtotop {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width: 1024px) {
    .btn-backtotop {
        width: 42px;
        right: 10px;
        bottom: 10px;
        background-size: 20px
    }
}

.form-message {
    font-size: 14px;
    line-height: 120%
}

.form-message.success {
    color: #00B3AC !important
}

.form-message.error {
    color: #F00 !important
}

.form-message.error a {
    color: #F00 !important
}

.product-highlight-points {
    margin: 10px 0
}

.product-highlight-points .product-highlight-point {
    margin: 4px 0;
    display: flex;
    align-items: center
}

.product-highlight-points .product-highlight-point *+* {
    margin-left: 10px
}

.product-highlight-points .product-highlight-point .product-highlight-text {
    flex-grow: 1;
    font-size: 24px;
    font-weight: 400
}

@media (max-width: 767px) {
    .product-highlight-points .product-highlight-point .product-highlight-text {
        font-size: 18px
    }
}

p .highlight {
    color: #00B3AC
}

.slick-loading .slick-list {
    background-image: none !important
}

.model-3d-lightbox .mfp-inline-holder {
    padding-left: 50px;
    padding-right: 50px
}

@media screen and (max-width: 1023px) {
    .model-3d-lightbox .mfp-inline-holder {
        padding-left: 0;
        padding-right: 0
    }
}

.model-3d-lightbox .mfp-inline-holder .mfp-content {
    width: 100%;
    pointer-events: auto
}

.model-3d-lightbox .model-3d-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1338px;
    height: 100%;
    background: #F8F7F7
}

.model-3d-lightbox .model-3d-wrap canvas {
    width: 100%;
    height: 100%;
    min-height: 500px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.model-3d-lightbox .model-3d-wrap canvas.ready {
    cursor: url(../images/common/cursor-drag.svg) 15 15, auto
}

.model-3d-lightbox .model-3d-wrap canvas:focus {
    outline: none
}

.model-3d-lightbox .model-3d-wrap .icon-3d-model {
    position: absolute;
    left: 15px;
    top: 25px;
    background: url(../images/common/icon-3d-model.svg) no-repeat left center;
    color: #00B3AC;
    font-weight: 700;
    padding-left: 35px
}

.model-3d-lightbox .model-3d-wrap .icon-3d-model {
    font-size: 16px
}

@media screen and (min-width: 1023px) {
    .model-3d-lightbox .model-3d-wrap .icon-3d-model {
        font-size: calc(16px + 4 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .model-3d-lightbox .model-3d-wrap .icon-3d-model {
        font-size: 20px
    }
}

@media screen and (max-width: 1023px) {
    .model-3d-lightbox .model-3d-wrap .icon-3d-model {
        left: 15px;
        top: 20px;
        padding-left: 30px
    }
}

.model-3d-lightbox .model-3d-wrap aside {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.model-3d-lightbox .model-3d-wrap aside .ui-btn {
    margin-bottom: 20px
}

.model-3d-lightbox .model-3d-wrap aside .ui-btn path {
    -webkit-transition: fill 0.4s ease-out;
    -moz-transition: fill 0.4s ease-out;
    -o-transition: fill 0.4s ease-out;
    -ms-transition: fill 0.4s ease-out;
    transition: fill 0.4s ease-out
}

.model-3d-lightbox .model-3d-wrap aside .ui-btn:last-child {
    margin-bottom: 0
}

@media (hover: hover),
(-ms-high-contrast: none) {
    .model-3d-lightbox .model-3d-wrap aside .ui-btn:hover path {
        fill: #FFF
    }
}

.model-3d-lightbox .model-3d-wrap nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn {
    float: left;
    margin-right: 20px
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 4px solid #4D4D4D;
    border-right: 4px solid #4D4D4D;
    top: 20px;
    -webkit-transition: border-color 0.4s ease-out;
    -moz-transition: border-color 0.4s ease-out;
    -o-transition: border-color 0.4s ease-out;
    -ms-transition: border-color 0.4s ease-out;
    transition: border-color 0.4s ease-out
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn:last-child {
    margin-right: 0
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn.rotate-left {
    left: 20px
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn.rotate-left::before {
    left: 22px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn.rotate-right {
    right: 20px
}

.model-3d-lightbox .model-3d-wrap nav .ui-btn.rotate-right::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (hover: hover),
(-ms-high-contrast: none) {
    .model-3d-lightbox .model-3d-wrap nav .ui-btn:hover::before {
        border-top-color: #FFF;
        border-right-color: #FFF
    }
}

.model-3d-lightbox .model-3d-wrap .ui-btn {
    display: block;
    width: 55px;
    height: 55px;
    background-color: #D0D0D0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    -ms-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out
}

@media (hover: hover),
(-ms-high-contrast: none) {
    .model-3d-lightbox .model-3d-wrap .ui-btn:hover {
        background-color: #00B3AC
    }
}

.model-3d-lightbox .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 86px;
    height: 77px;
    border: none;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.model-3d-lightbox .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.model-3d-lightbox .close:before,
.model-3d-lightbox .close:after {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 36px;
    border-top: 1px solid #777;
    content: ''
}

.model-3d-lightbox .close:before {
    transform: translateX(-50%) rotate(45deg)
}

.model-3d-lightbox .close:after {
    transform: translateX(-50%) rotate(135deg)
}

@keyframes ldio-zqabwc1m7ko {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ldio-zqabwc1m7ko div {
    left: 94px;
    top: 48px;
    position: absolute;
    animation: ldio-zqabwc1m7ko linear 1s infinite;
    width: 12px;
    height: 24px;
    border-radius: 6px / 12px;
    transform-origin: 6px 52px
}

.ldio-zqabwc1m7ko div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.9166666666666666s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333333333334s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.75s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.6666666666666666s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.5833333333333334s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.5s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.4166666666666667s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.3333333333333333s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.25s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.16666666666666666s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.08333333333333333s;
    background: #dddddd
}

.ldio-zqabwc1m7ko div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
    background: #dddddd
}

.loadingio-spinner-spinner-jkngpq2zy4 {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out
}

.loadingio-spinner-spinner-jkngpq2zy4.fade-out {
    opacity: 0;
    pointer-events: none
}

.ldio-zqabwc1m7ko {
    width: 200px;
    height: 200px;
    position: relative;
    transform: translateZ(0) scale(0.8);
    backface-visibility: hidden
}

.ldio-zqabwc1m7ko div {
    box-sizing: content-box
}

.two-box-image-carousel .slick-slide>div {
    display: flex;
    height: 100%
}

#latest-news h4 {
    font-size: 32px
}

@media screen and (max-width: 768px) {
    #latest-news h4 {
        font-size: 24px;
        margin-bottom: 18px
    }
}

#latest-news .news-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0
}

@media screen and (max-width: 768px) {
    #latest-news .news-info {
        display: block;
        text-align: center
    }
}

#latest-news .list-no-result {
    display: none;
    text-align: center
}

#latest-news .list-no-result.show {
    display: block
}

#latest-news .main-visual {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch
}

#latest-news .main-visual .slide-item {
    width: 32%;
    display: inline-block;
    height: auto;
    vertical-align: top
}

@media screen and (max-width: 1162px) {
    #latest-news .main-visual .slide-item {
        width: 48%
    }
}

@media screen and (max-width: 820px) {
    #latest-news .main-visual .slide-item {
        width: 100%
    }
}

#latest-news .main-visual .slide-item .text-box-with-image {
    height: 298px
}

#latest-news .main-visual .slide-item a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10
}

#latest-news .main-visual .text-box {
    position: relative;
    color: #000;
    padding: 20px 0 0 0;
    margin-bottom: 48px
}

@media screen and (max-width: 820px) {
    #latest-news .main-visual .text-box {
        margin-bottom: 30px
    }
}

#latest-news .main-visual .text-box .news-topics {
    color: #00B3AC;
    margin-bottom: 13px
}

@media screen and (max-width: 820px) {
    #latest-news .main-visual .text-box .news-topics {
        margin-bottom: 7px
    }
}

#latest-news .main-visual .text-box h4 {
    font-size: 22px;
    height: 140px;
    padding-right: 30px
}

@media screen and (max-width: 820px) {
    #latest-news .main-visual .text-box h4 {
        height: auto
    }
}

#latest-news .main-visual .text-box .news-date {
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000
}

@media screen and (max-width: 820px) {
    #latest-news .main-visual .text-box .news-date {
        margin-top: 36px
    }
}

.search-down {
    display: none !important
}

.component-wrapper {
    width: 100%;
    padding: 20px;
    border: 1px solid #CCC;
    margin-bottom: 20px
}

header nav.main-nav {
    z-index: 1001
}

.d-none {
    display: none
}

.about-hisense .second-nav {
    display: block
}

header.hide .second-nav {
    -webkit-transform: translateY(-67px);
    -moz-transform: translateY(-67px);
    -ms-transform: translateY(-67px);
    transform: translateY(-67px);
    opacity: 0
}

.second-nav {
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #FFFFFF;
    pointer-events: none;
    border-bottom: 1px solid #FFFFFF;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

.second-nav li.active a {
    font-weight: 500
}

.second-nav li.active a:before {
    width: 100%
}

.second-nav li a {
    pointer-events: all;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    padding: 21px 0;
    color: #FFFFFF;
    position: relative;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

.second-nav li a:hover:before {
    width: 100%
}

.second-nav li a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    border-bottom: 2px solid #12DDD7;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.second-nav-items {
    display: flex;
    justify-content: space-between;
    padding: 21px 3.5%
}

.second-nav-items ul {
    display: flex;
    justify-content: space-between;
    flex: 0 1 40%
}

.second-nav-items ul:first-child {
    flex: 0 1 50%
}

@media (max-width: 1023px) {
    .second-nav-items {
        min-width: 375px;
        padding: 16.75px 15px
    }

    .second-nav-items ul {
        flex: 0 1 100%
    }

    .second-nav-items ul:first-child {
        display: none
    }

    .second-nav {
        overflow-x: auto;
        pointer-events: all
    }

    .second-nav li a {
        font-size: 12px;
        padding: 16.75px 0
    }
}

body.menu-in {
    overflow: hidden
}

@media (max-width: 1023px) {
    body.menu-in header:after {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #000;
        top: 0;
        left: 0;
        z-index: 100
    }
}

@media (max-width: 1023px) {
    body.menu-in header nav.main-nav .navigations {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

header {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    color: #1D1D1F;
    background: #FFF;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

@media (max-width: 1023px) {
    header:after {
        content: '';
        background-color: #FFF;
        -webkit-transition: background-color 0.3s ease-out;
        -moz-transition: background-color 0.3s ease-out;
        -o-transition: background-color 0.3s ease-out;
        -ms-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out
    }
}

header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E8E8E8
}

header.hide {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    margin-top: 0 !important
}

@media (max-width: 1023px) {
    header.hide {
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        transform: translateY(-60px)
    }
}

header nav.main-nav {
    width: 100%;
    height: 80px;
    padding: 0 3.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media (max-width: 1023px) {
    header nav.main-nav {
        height: 60px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 1024px) {
    header nav.main-nav {
        padding: 0 2%
    }
}

header nav.main-nav a.logo {
    display: block;
    min-width: 117px;
    width: 117px;
    background: url(../images/common/logo.svg) no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    margin-right: 2.5vw
}

@media (max-width: 1600px) {
    header nav.main-nav a.logo {
        margin-right: 2.2vw
    }
}

@media (max-width: 1440px) {
    header nav.main-nav a.logo {
        margin-right: 1.4vw
    }
}

@media (max-width: 1200px) {
    header nav.main-nav a.logo {
        margin-right: 0.6vw
    }
}

@media (max-width: 1024px) {
    header nav.main-nav a.logo {
        margin-right: 1vw
    }
}

@media (max-width: 1023px) {
    header nav.main-nav a.logo {
        min-width: 92px;
        width: 92px;
        font-size: 0;
        line-height: 1;
        height: 19px;
        margin-right: 0
    }
}

header nav.main-nav a.icon-search {
    display: block;
    min-width: 22px;
    width: 22px;
    height: 22px;
    background: url(../images/common/icon-search.svg) no-repeat 0 0;
    background-size: 100% auto;
    text-indent: -9999px;
    margin-left: 2.3vw
}

@media (max-width: 1600px) {
    header nav.main-nav a.icon-search {
        margin-left: 2.2vw
    }
}

@media (max-width: 1440px) {
    header nav.main-nav a.icon-search {
        margin-left: 1.4vw
    }
}

@media (max-width: 1200px) {
    header nav.main-nav a.icon-search {
        margin-left: 0.6vw
    }
}

@media (max-width: 1024px) {
    header nav.main-nav a.icon-search {
        margin-left: 1vw
    }
}

@media (max-width: 1023px) {
    header nav.main-nav a.icon-search {
        margin-left: 0;
        margin-right: 55px
    }
}

header nav.main-nav a.icon-region {
    display: block;
    min-width: 22px;
    width: 22px;
    height: 22px;
    background: url(../images/common/icon-worldwide.svg) no-repeat 0 0;
    background-size: 100% auto;
    text-indent: -9999px;
    margin-left: 2.5vw
}

@media (max-width: 1600px) {
    header nav.main-nav a.icon-region {
        margin-left: 2.2vw
    }
}

@media (max-width: 1440px) {
    header nav.main-nav a.icon-region {
        margin-left: 1.4vw
    }
}

@media (max-width: 1200px) {
    header nav.main-nav a.icon-region {
        margin-left: 0.6vw
    }
}

@media (max-width: 1024px) {
    header nav.main-nav a.icon-region {
        margin-left: 1vw
    }
}

@media (max-width: 1023px) {
    header nav.main-nav a.icon-region {
        margin-left: 0;
        margin-right: 25px
    }
}

header nav.main-nav .navbar {
    flex: 1 1 auto;
    height: 100%
}

header nav.main-nav .mobile-nav-toggle {
    display: none
}

@media (max-width: 1023px) {
    header nav.main-nav .mobile-nav-toggle {
        display: block;
        background-color: transparent;
        position: absolute;
        width: 25px;
        height: 15px;
        top: 22px;
        right: 15px;
        padding: 0;
        outline: 0;
        border: none;
        -moz-outline-style: none;
        z-index: 200
    }
}

header nav.main-nav .mobile-nav-toggle.active .navbar-toggler-icon {
    transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s;
    transform: rotate(45deg)
}

header nav.main-nav .mobile-nav-toggle.active .navbar-toggler-icon:before {
    top: 0;
    transition: top ease .42s, opacity 75ms ease .42s;
    opacity: 0
}

header nav.main-nav .mobile-nav-toggle.active .navbar-toggler-icon:after {
    bottom: 0;
    transition: bottom ease 0.42s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.42s;
    transform: rotate(-90deg)
}

header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon,
header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon:before,
header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon:after {
    display: block;
    position: absolute;
    width: 25px;
    height: 1px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #1B1B1D
}

header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 75ms
}

header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon:before,
header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon:after {
    content: ""
}

header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
    top: -7px
}

header nav.main-nav .mobile-nav-toggle .navbar-toggler-icon:after {
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    bottom: -7px
}

header nav.main-nav .navigations {
    display: flex;
    justify-content: space-between;
    height: 100%
}

@media (max-width: 1023px) {
    header nav.main-nav .navigations {
        display: block;
        position: fixed;
        width: calc(100% - 60px);
        height: 100vh;
        padding-top: 60px;
        top: 0;
        right: 0;
        background-color: #FFF;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        z-index: 110;
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}

header nav.main-nav ul {
    display: inline-flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1023px) {
    header nav.main-nav ul {
        display: block
    }
}

@media (max-width: 1023px) {
    header nav.main-nav ul.left {
        width: auto
    }
}

@media (max-width: 1023px) {
    header nav.main-nav ul.right {
        width: auto;
        margin-top: 50px;
        margin-bottom: 30px
    }
}

header nav.main-nav ul li {
    display: flex;
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    align-items: center;
    justify-content: center
}

@media (min-width: 1024px) {
    header nav.main-nav ul li {
        height: 100%
    }
}

@media (max-width: 1600px) {
    header nav.main-nav ul li {
        padding-right: 2.2vw;
        padding-left: 2.2vw
    }
}

@media (max-width: 1440px) {
    header nav.main-nav ul li {
        padding-right: 1.4vw;
        padding-left: 1.4vw
    }
}

@media (max-width: 1200px) {
    header nav.main-nav ul li {
        padding-right: 0.6vw;
        padding-left: 0.6vw
    }
}

@media (max-width: 1024px) {
    header nav.main-nav ul li {
        padding-right: 1vw;
        padding-left: 1vw
    }
}

@media (max-width: 1023px) {
    header nav.main-nav ul li {
        padding-right: 0;
        padding-left: 0
    }
}

header nav.main-nav ul li:last-of-type {
    margin-right: 0
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    header nav.main-nav ul li.hover {
        cursor: pointer
    }

    header nav.main-nav ul li.hover a {
        color: #00B3AC
    }
}

@media (hover: hover) and (max-width: 1023px),
screen and (-ms-high-contrast: active) and (max-width: 1023px),
(-ms-high-contrast: none) and (max-width: 1023px) {
    header nav.main-nav ul li.hover a {
        color: #1D1D1F
    }
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    header nav.main-nav ul li.hover a::before {
        width: 100%
    }

    header nav.main-nav ul li.hover .dropdown-menu {
        pointer-events: auto;
        opacity: 1
    }
}

@media (hover: hover) and (max-width: 1023px),
screen and (-ms-high-contrast: active) and (max-width: 1023px),
(-ms-high-contrast: none) and (max-width: 1023px) {
    header nav.main-nav ul li.hover .dropdown-menu {
        pointer-events: none;
        opacity: 0
    }
}

header nav.main-nav ul li:hover {
    cursor: pointer
}

header nav.main-nav ul li:hover .dropdown-menu {
    pointer-events: auto;
    opacity: 1
}

@media (max-width: 1023px) {
    header nav.main-nav ul li:hover .dropdown-menu {
        pointer-events: none;
        opacity: 0
    }
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (pointer: fine) {
    header nav.main-nav ul li:hover a {
        color: #00B3AC
    }
}

@media (hover: hover) and (max-width: 1023px),
screen and (-ms-high-contrast: active) and (max-width: 1023px),
(-ms-high-contrast: none) and (pointer: fine) and (max-width: 1023px) {
    header nav.main-nav ul li:hover a {
        color: #1D1D1F
    }
}

@media (hover: hover),
screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (pointer: fine) {
    header nav.main-nav ul li:hover a::before {
        width: 100%
    }
}

header nav.main-nav ul li.active>a:first-of-type {
    color: #00B3AC
}

header nav.main-nav ul li.active>a:first-of-type::before {
    width: 100%
}

header nav.main-nav ul li a {
    font-size: 16px;
    color: #1D1D1F;
    position: relative;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out
}

@media (max-width: 1200px) {
    header nav.main-nav ul li a {
        font-size: 14px
    }
}

@media (max-width: 1023px) {
    header nav.main-nav ul li a {
        font-size: 16px;
        flex: 1 1 auto;
        display: block;
        padding-left: 36px;
        padding-top: 12px;
        padding-bottom: 12px
    }
}

header nav.main-nav ul li a.toggle-dropdown {
    display: none
}

@media (max-width: 1023px) {
    header nav.main-nav ul li a.toggle-dropdown {
        display: block;
        flex: 1 1 0%;
        max-width: 30px;
        width: 30px;
        height: 30px;
        margin-right: 13px;
        padding-left: 7px;
        padding-top: 3px;
        padding-bottom: 0
    }

    header nav.main-nav ul li a.toggle-dropdown:after {
        content: '';
        border: solid #707070;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 4.5px;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: border-color 0.3s ease-out;
        -moz-transition: border-color 0.3s ease-out;
        -o-transition: border-color 0.3s ease-out;
        -ms-transition: border-color 0.3s ease-out;
        transition: border-color 0.3s ease-out
    }
}

header nav.main-nav ul li a::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 0;
    border-bottom: 1px solid #00B3AC;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

@media (max-width: 1023px) {
    header nav.main-nav ul li a::before {
        display: none !important
    }
}

header nav.main-nav ul li .dropdown-menu {
    pointer-events: none;
    opacity: 0;
    cursor: auto;
    background-color: #FFF;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 176px;
    display: flex;
    justify-content: center;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        flex-direction: column;
        justify-content: flex-start;
        position: fixed;
        height: 100%;
        top: 0;
        z-index: 1;
        pointer-events: auto !important;
        opacity: 1 !important;
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out
    }
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu.menu-in {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

header nav.main-nav ul li .dropdown-menu .mobile-back {
    display: none
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu .mobile-back {
        display: block;
        border: none;
        background-color: transparent;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 16px;
        left: 25px;
        padding: 0;
        outline: 0;
        border: none;
        -moz-outline-style: none
    }
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu .mobile-back .navbar-back-icon {
        display: block;
        max-width: 30px;
        width: 30px;
        height: 30px;
        padding-left: 6px;
        padding-top: 8px
    }

    header nav.main-nav ul li .dropdown-menu .mobile-back .navbar-back-icon:after {
        content: '';
        border: solid #1B1B1D;
        border-width: 1px 0 0 1px;
        display: inline-block;
        padding: 6px;
        transform-origin: 50% 50%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: border-color 0.3s ease-out;
        -moz-transition: border-color 0.3s ease-out;
        -o-transition: border-color 0.3s ease-out;
        -ms-transition: border-color 0.3s ease-out;
        transition: border-color 0.3s ease-out
    }
}

header nav.main-nav ul li .dropdown-menu .section-title {
    display: none
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu .section-title {
        display: flex;
        background-color: #FFF;
        min-height: 120px;
        align-items: flex-end;
        padding: 0 35px 15px 35px
    }
}

header nav.main-nav ul li .dropdown-menu .sub-menu {
    display: flex;
    width: 100%;
    justify-content: center
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu .sub-menu {
        padding: 0 35px 170px 35px;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        max-height: calc(100% - 120px);
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

header nav.main-nav ul li .dropdown-menu a {
    width: 159px;
    padding-left: 20px;
    padding-right: 20px;
    color: #1D1D1F;
    text-align: center;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu a {
        width: 50%;
        flex: 0 1 auto;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (hover: hover) and (pointer: fine) {

    header nav.main-nav ul li .dropdown-menu a:hover,
    header nav.main-nav ul li .dropdown-menu a.active {
        color: #FFF;
        background-color: #00B3AC
    }
}

@media (hover: hover) and (pointer: fine) and (max-width: 1023px) {

    header nav.main-nav ul li .dropdown-menu a:hover,
    header nav.main-nav ul li .dropdown-menu a.active {
        background-color: transparent;
        color: #1D1D1F
    }
}

header nav.main-nav ul li .dropdown-menu a.air-conditioner {
    display: none
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu a.air-conditioner {
        display: flex
    }
}

header nav.main-nav ul li .dropdown-menu a::before {
    display: none
}

header nav.main-nav ul li .dropdown-menu a .thumbnail {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu a .thumbnail {
        flex: 0 1 auto
    }
}

header nav.main-nav ul li .dropdown-menu a .thumbnail .img {
    width: 100%
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu a .thumbnail .img {
        height: 100%;
        justify-content: center
    }
}

header nav.main-nav ul li .dropdown-menu a .thumbnail img {
    display: block;
    max-height: 100%;
    margin: auto
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu a .thumbnail img {
        max-height: none
    }
}

header nav.main-nav ul li .dropdown-menu a .title {
    font-size: 12px;
    line-height: 1.2;
    height: 45px;
    max-height: 45px
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu a .title {
        font-size: 14px;
        height: auto;
        max-height: none;
        margin-top: 10px
    }
}

header nav.main-nav ul li .dropdown-menu .home,
header nav.main-nav ul li .dropdown-menu .air-conditioner-type,
header nav.main-nav ul li .dropdown-menu .kitchen {
    display: flex;
    width: 44.44444%;
    justify-content: flex-end
}

@media (max-width: 1023px) {

    header nav.main-nav ul li .dropdown-menu .home,
    header nav.main-nav ul li .dropdown-menu .air-conditioner-type,
    header nav.main-nav ul li .dropdown-menu .kitchen {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

header nav.main-nav ul li .dropdown-menu .home .sub-section-title,
header nav.main-nav ul li .dropdown-menu .air-conditioner-type .sub-section-title,
header nav.main-nav ul li .dropdown-menu .kitchen .sub-section-title {
    display: none
}

@media (max-width: 1023px) {

    header nav.main-nav ul li .dropdown-menu .home .sub-section-title,
    header nav.main-nav ul li .dropdown-menu .air-conditioner-type .sub-section-title,
    header nav.main-nav ul li .dropdown-menu .kitchen .sub-section-title {
        display: block;
        color: #969696;
        padding-top: 20px;
        width: 100%
    }
}

header nav.main-nav ul li .dropdown-menu .kitchen {
    width: 33.33333%;
    justify-content: flex-start;
    position: relative
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu .kitchen {
        width: 100%;
        margin-top: 20px
    }
}

header nav.main-nav ul li .dropdown-menu .air-conditioner-type {
    width: 11.11111%;
    justify-content: center;
    position: relative
}

@media (max-width: 1023px) {
    header nav.main-nav ul li .dropdown-menu .air-conditioner-type {
        display: none
    }
}

header nav.main-nav ul li .dropdown-menu .air-conditioner-type .air-conditioner {
    display: flex
}

header nav.main-nav ul li .dropdown-menu .air-conditioner-type:before,
header nav.main-nav ul li .dropdown-menu .kitchen:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 125px;
    background-color: #E8E8E8;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

@media (max-width: 1023px) {

    header nav.main-nav ul li .dropdown-menu .air-conditioner-type:before,
    header nav.main-nav ul li .dropdown-menu .kitchen:before {
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        height: 1px
    }
}

.searchbox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: -200%;
    z-index: 101
}

.searchbox .searchBg {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.searchbox .searchbar {
    margin: 0 auto;
    width: 50%;
    height: 100%;
    position: relative;
    top: -100%;
    z-index: 2
}

.searchbox .searchbar .searchInput {
    padding: 10px 30px;
    background: #00B3AC;
    width: 100%;
    position: relative;
    z-index: 2
}

.searchbox .searchbar .searchInput input[type="search"] {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 300;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: #fff url(../images/common/icon-search.svg) no-repeat 29px center;
    background-size: auto 50%;
    border-radius: 30px;
    padding-left: 75px
}

.searchbox .searchbar .searchInput input[type="search"]::-webkit-search-decoration,
.searchbox .searchbar .searchInput input[type="search"]::-webkit-search-cancel-button {
    display: none
}

.searchbox .searchbar .searchBg {
    background: none
}

.searchbox .search-down {
    display: none;
    background: #fff;
    width: 100%;
    max-height: calc(100% - 60px);
    overflow: auto;
    position: relative;
    z-index: 2
}

.searchbox .search-down.downOpen {
    display: block
}

.searchbox .related-list {
    position: relative
}

.searchbox .related-list:before {
    content: "";
    display: block;
    height: 1px;
    background: #D5D5D5;
    position: absolute;
    left: 55px;
    right: 55px;
    top: 0
}

.searchbox .text-list,
.searchbox .related-list {
    padding: 12px
}

.searchbox .text-list dt,
.searchbox .text-list .title,
.searchbox .related-list dt,
.searchbox .related-list .title {
    font-size: 12px;
    padding-left: 42px;
    font-weight: 300
}

.searchbox .text-list dd,
.searchbox .related-list dd {
    font-weight: 300
}

.searchbox .text-list dd a,
.searchbox .related-list dd a {
    display: block;
    line-height: 40px;
    padding-left: 42px;
    font-size: 16px;
    color: #1D1D1F
}

.searchbox .text-list dd a:hover,
.searchbox .related-list dd a:hover {
    background-color: #F0F0F0
}

.searchbox .text-list dd.arrow a,
.searchbox .related-list dd.arrow a {
    padding-left: 42px;
    background: url(../images/common/icon-arrow.svg) no-repeat 75px center;
    background-size: 16px auto;
    color: #686871
}

.searchbox .text-list dd.arrow a:hover,
.searchbox .related-list dd.arrow a:hover {
    background-color: #F0F0F0
}

.searchbox .text-list dd .s,
.searchbox .related-list dd .s {
    color: #000
}

.searchbox .pt-list {
    display: flex;
    padding-left: 40px
}

.searchbox .pt-list .image {
    width: 100px
}

.searchbox .pt-list .image img {
    width: 100%
}

.searchbox .pt-list .detail {
    align-self: center
}

.searchbox .pt-list .detail h3 {
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0
}

.searchbox .pt-list .detail h4 {
    font-size: 14px;
    color: #686871;
    font-weight: 300
}

.searchbox .pt-list .detail h4 .item {
    margin-right: 20px
}

.searchbox .pt-list .detail h4 .s {
    color: #00B3AC
}

@media (max-width: 1023px) {
    .searchbox .searchbar {
        width: 100%
    }

    .searchbox .searchbar .searchInput {
        padding: 10px 16px;
        display: flex
    }

    .searchbox .searchbar a.close {
        display: block;
        width: 14px;
        height: 14px;
        background: url(../images/search/icon-close.svg) no-repeat;
        background-size: 100%;
        margin: 25px 0 0 15px
    }

    .searchbox .related-list:before {
        left: 12px;
        right: 12px
    }

    .searchbox .text-list dt,
    .searchbox .text-list .title,
    .searchbox .related-list dt,
    .searchbox .related-list .title {
        font-size: 16px;
        padding-left: 4px
    }

    .searchbox .text-list dd a,
    .searchbox .related-list dd a {
        padding-left: 32px;
        font-size: 18px
    }

    .searchbox .text-list dd.arrow a,
    .searchbox .related-list dd.arrow a {
        padding-left: 55px;
        background: url(../images/common/icon-arrow.svg) no-repeat 32px center;
        background-size: 16px auto;
        color: #686871
    }

    .searchbox .text-list dd.arrow a:hover,
    .searchbox .related-list dd.arrow a:hover {
        background-color: #F0F0F0
    }

    .searchbox .pt-list {
        padding-left: 0
    }
}

.cookie-consent {
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 30px 30px 25px 30px;
    max-width: 430px;
    width: calc(100% - 20px);
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: none
}

.cookie-consent.show {
    display: block
}

.cookie-consent p {
    color: #5C5C5C;
    line-height: 150%;
    margin-bottom: 20px
}

.cookie-consent p {
    font-size: 14px
}

@media screen and (min-width: 1023px) {
    .cookie-consent p {
        font-size: calc(14px + 2 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .cookie-consent p {
        font-size: 16px
    }
}

.cookie-consent .btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.cookie-consent .btn-container a {
    display: block;
    color: #00B3AC
}

.cookie-consent .btn-container a {
    font-size: 14px
}

@media screen and (min-width: 1023px) {
    .cookie-consent .btn-container a {
        font-size: calc(14px + 2 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .cookie-consent .btn-container a {
        font-size: 16px
    }
}

.cookie-consent .btn-container a:hover {
    text-decoration: underline
}

.cookie-consent .btn-container a:first-child {
    margin-right: 40px
}

a.button {
    display: block;
    color: #FFF !important;
    padding: 8px 20px;
    background-color: #00B3AC;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

a.button {
    font-size: 14px
}

@media screen and (min-width: 1023px) {
    a.button {
        font-size: calc(14px + 2 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    a.button {
        font-size: 16px
    }
}

a.button:hover {
    background-color: #39D5CE;
    text-decoration: none !important
}

.cookie-consent-wrap {
    padding: 30px 40px;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 20px auto;
    width: 100%;
    max-width: 990px
}

@media (max-width: 767px) {
    .cookie-consent-wrap {
        padding: 30px 20px;
        line-height: 120%
    }
}

.cookie-consent-wrap .heading-container {
    padding: 0 10px 10px 10px
}

.cookie-consent-wrap .content-container {
    padding: 30px 30px 10px 30px;
    border: 1px solid #4AA7A5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.cookie-consent-wrap h2 {
    color: #1D1D1F;
    font-weight: bold;
    margin-bottom: 30px
}

.cookie-consent-wrap h2 {
    font-size: 16px
}

@media screen and (min-width: 1023px) {
    .cookie-consent-wrap h2 {
        font-size: calc(16px + 2 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .cookie-consent-wrap h2 {
        font-size: 18px
    }
}

.cookie-consent-wrap h3 {
    color: #1D1D1F;
    margin-bottom: 20px
}

.cookie-consent-wrap h3 {
    font-size: 16px
}

@media screen and (min-width: 1023px) {
    .cookie-consent-wrap h3 {
        font-size: calc(16px + 2 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .cookie-consent-wrap h3 {
        font-size: 18px
    }
}

.cookie-consent-wrap p {
    font-size: 12px;
    color: #1D1D1F;
    margin-bottom: 20px
}

.cookie-consent-wrap label {
    display: flex;
    align-items: center
}

.cookie-consent-wrap label input {
    margin-right: 15px
}

.cookie-consent-wrap .btn-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px
}

.cookie-consent-wrap input[type=checkbox] {
    position: relative;
    margin-right: 20px;
    padding: 0;
    width: 30px;
    height: 30px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    transition: all .3s;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer
}

.cookie-consent-wrap input[type=checkbox]:focus {
    border: 1px solid #1D1D1F
}

.cookie-consent-wrap input[type=checkbox]:checked {
    background: #00B3AC;
    border-color: #00B3AC;
    -webkit-appearance: none;
    appearance: none
}

.cookie-consent-wrap input[type=checkbox]:checked:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/support/check-white.svg);
    background-size: 100%;
    transform: translate(-50%, -50%);
    content: ''
}

.mfp-bg.mfp-ready.video-lightbox {
    background-color: rgba(0, 0, 0, 0.5) !important
}

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-text-size-adjust: none
}

body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    font-weight: 400
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
figcaption {
    margin: 0;
    padding: 0;
    outline: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

*,
*:before,
*:after {
    box-sizing: border-box
}

img {
    max-width: 100%
}

p {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

ul li {
    list-style: none
}

.search-down {
    display: none !important
}

footer .social-media-container {
    padding: 65px 0 40px 0;
    margin: 0 11%;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    justify-content: space-between
}

@media (max-width: 1023px) {
    footer .social-media-container {
        margin-left: 0;
        margin-right: 0;
        padding: 30px 15px 30px 15px;
        flex-direction: column;
        margin-bottom: 40px
    }
}

footer .social-media-container a.logo {
    display: block;
    width: 185px;
    height: 30px;
    background: url(../images/common/logo.svg) no-repeat;
    background-size: 100% auto;
    text-indent: -9999px
}

@media (max-width: 1023px) {
    footer .social-media-container a.logo {
        margin-bottom: 45px;
        width: 146px;
        height: 24px
    }
}

footer .social-media-container .social-media {
    display: flex
}

@media (max-width: 767px) {
    footer .social-media-container .social-media {
        justify-content: space-between
    }
}

footer .social-media-container .social-media a.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F3F3F3;
    margin-right: 12px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

@media (max-width: 1023px) {
    footer .social-media-container .social-media a.social-btn {
        width: 56px;
        height: 56px
    }
}

footer .social-media-container .social-media a.social-btn:last-child {
    margin-right: 0
}

footer .social-media-container .social-media a.social-btn:hover {
    background-color: #DDD
}

footer .social-media-container .social-media a.social-btn.fb {
    background-image: url(../images/common/icon-fb.svg);
    background-size: auto 50%
}

footer .social-media-container .social-media a.social-btn.twitter {
    background-image: url(../images/common/icon-twitter.svg)
}

footer .social-media-container .social-media a.social-btn.ig {
    background-image: url(../images/common/icon-ig.svg)
}

footer .social-media-container .social-media a.social-btn.youtube {
    background-image: url(../images/common/icon-youtube.svg)
}

footer .social-media-container .social-media a.social-btn.linkedin {
    background-image: url(../images/common/icon-linkedin.svg)
}

footer .footer-links-container {
    padding: 40px 11% 20px 11%;
    display: flex
}

@media (max-width: 1023px) {
    footer .footer-links-container {
        padding: 0;
        flex-direction: column
    }
}

footer .footer-links-container .subscribe-container {
    width: 35%;
    padding: 0 10% 0 0
}

@media (max-width: 1023px) {
    footer .footer-links-container .subscribe-container {
        width: 100%;
        padding: 0 15px 0 15px
    }
}

footer .footer-links-container .subscribe-container h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000
}

@media (max-width: 1023px) {
    footer .footer-links-container .subscribe-container h3 {
        margin-bottom: 20px
    }
}

footer .footer-links-container .subscribe-container p {
    color: #909090;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px
}

@media (max-width: 1023px) {
    footer .footer-links-container .subscribe-container p {
        margin-bottom: 20px
    }
}

footer .footer-links-container .subscribe-container a.subscribe-link {
    display: block;
    color: #00B3AC;
    font-size: 16px
}

footer .footer-links-container .subscribe-container a.subscribe-link:hover {
    text-decoration: underline
}

footer .footer-links-container .subscribe-container input {
    width: 100%;
    font-size: 16px;
    background: none;
    color: #1D1D1F;
    line-height: 200%;
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #1D1D1F
}

footer .footer-links-container .subscribe-container input::placeholder {
    color: #EDEDED
}

footer .footer-links-container .subscribe-container .btn-subscribe {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    font-size: 16px;
    color: #00B3AC;
    background: #F8F8F8;
    padding: 12px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

footer .footer-links-container .subscribe-container .btn-subscribe:hover {
    background-color: #DDD
}

footer .footer-links-container .footer-links {
    width: 100%;
    display: flex;
    justify-content: space-between
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links {
        display: block;
        width: auto
    }
}

footer .footer-links-container .footer-links ul.col {
    padding-right: 10px
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col {
        padding-right: 0
    }
}

footer .footer-links-container .footer-links ul.col:last-of-type {
    padding-right: 0
}

footer .footer-links-container .footer-links ul.col li.row {
    margin-bottom: 40px
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col li.row {
        display: block;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        border-bottom: 1px solid #E2E2E2;
        overflow: hidden;
        position: relative;
        -webkit-transition: max-height 0.3s ease-out;
        -moz-transition: max-height 0.3s ease-out;
        -o-transition: max-height 0.3s ease-out;
        -ms-transition: max-height 0.3s ease-out;
        transition: max-height 0.3s ease-out
    }
}

@media (min-width: 1024px) {
    footer .footer-links-container .footer-links ul.col li.row {
        max-height: none !important
    }
}

footer .footer-links-container .footer-links ul.col li.row.show .accordion-toggle:after {
    height: 0;
    top: 13px
}

footer .footer-links-container .footer-links ul.col li.row .accordion-toggle {
    display: none
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col li.row .accordion-toggle {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 13px;
        right: 12px
    }

    footer .footer-links-container .footer-links ul.col li.row .accordion-toggle:before,
    footer .footer-links-container .footer-links ul.col li.row .accordion-toggle:after {
        content: '';
        position: absolute;
        display: inline-block;
        background: #333
    }

    footer .footer-links-container .footer-links ul.col li.row .accordion-toggle:before {
        top: 14px;
        right: 8px;
        width: 14px;
        height: 2px
    }

    footer .footer-links-container .footer-links ul.col li.row .accordion-toggle:after {
        top: 8px;
        right: 14px;
        width: 2px;
        height: 14px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out
    }
}

footer .footer-links-container .footer-links ul.col li.row dl {
    font-size: 14px;
    color: #1D1D1F
}

footer .footer-links-container .footer-links ul.col li.row dl dt {
    font-weight: 500;
    margin-bottom: 20px
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col li.row dl dt {
        margin-bottom: 0
    }
}

.isIE footer .footer-links-container .footer-links ul.col li.row dl dt {
    font-weight: bold !important
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col li.row dl dt a {
        display: block;
        padding: 17px 15px;
        min-height: 58px
    }
}

footer .footer-links-container .footer-links ul.col li.row dl dd {
    font-weight: 300;
    margin-bottom: 5px
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col li.row dl dd {
        margin-bottom: 0
    }
}

@media (max-width: 1023px) {
    footer .footer-links-container .footer-links ul.col li.row dl dd a {
        display: block;
        padding: 0px 15px 10px 15px
    }
}

footer .footer-links-container .footer-links ul.col li.row dl dd .external:after {
    content: '';
    display: inline-block;
    background: url(../images/common/icon-external.svg) no-repeat 0 0;
    width: 11px;
    height: 11px;
    margin-left: 15px
}

footer .footer-links-container .footer-links ul.col li.row dl a {
    display: block;
    color: #1D1D1F
}

footer .footer-links-container .footer-links ul.col li.row dl a:hover {
    text-decoration: underline
}

footer .bottom-links-container {
    background: #F5F5F5;
    padding: 40px 11%;
    display: flex;
    justify-content: space-between
}

@media (max-width: 1023px) {
    footer .bottom-links-container {
        display: block;
        padding: 20px 15px
    }
}

footer .bottom-links-container ul.bottom-links {
    display: flex;
    width: 65%;
    justify-content: space-between
}

@media (max-width: 1023px) {
    footer .bottom-links-container ul.bottom-links {
        display: block;
        width: auto
    }
}

@media (max-width: 1023px) {
    footer .bottom-links-container ul.bottom-links li {
        margin-bottom: 20px
    }
}

footer .bottom-links-container ul.bottom-links li:last-child {
    margin-right: 0
}

@media (max-width: 1023px) {
    footer .bottom-links-container ul.bottom-links li:last-child {
        margin-bottom: 0
    }
}

footer .bottom-links-container ul.bottom-links li a {
    display: inline-block;
    font-size: 15px;
    color: #888889
}

@media (max-width: 1023px) {
    footer .bottom-links-container ul.bottom-links li a {
        font-weight: 300
    }
}

footer .bottom-links-container ul.bottom-links li a:hover {
    text-decoration: underline
}

footer .bottom-links-container ul.bottom-links li.copyright {
    color: #B4B4B4;
    white-space: nowrap
}

@media (max-width: 1023px) {
    footer .bottom-links-container ul.bottom-links li.copyright {
        font-weight: 300;
        padding-top: 20px
    }
}

@media screen and (max-width: 767px) {
    footer {
        overflow: hidden
    }
}

footer a.icon-region,
.sitemap-container a.icon-region {
    display: inline-block;
    font-size: 15px;
    color: #1D1D1F;
    background: url(../images/common/icon-worldwide-green.svg) no-repeat 0 5px;
    background-size: 20px auto;
    padding: 3px 0 0 30px;
    font-weight: 500
}

@media (max-width: 1023px) {

    footer a.icon-region,
    .sitemap-container a.icon-region {
        min-height: 33px;
        font-size: 14px;
        font-weight: 400;
        background-position: 0 0;
        background-size: 33px auto;
        padding-top: 5px;
        padding-left: 50px;
        margin-bottom: 35px
    }
}

footer a.icon-region:hover,
.sitemap-container a.icon-region:hover {
    text-decoration: underline
}

.product-wrapper {
    position: relative
}

.product-wrapper>.sticky-nav {
    opacity: 1;
    position: sticky;
    mix-blend-mode: difference;
    top: 0;
    padding-left: 100%;
    margin-left: -70px;
    padding-top: 90px;
    pointer-events: none;
    width: 20px;
    height: 100vh;
    z-index: 5
}

.product-wrapper>.sticky-nav+* {
    margin-top: -100vh
}

.product-wrapper>.sticky-nav .sticky-nav-main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 15px;
    pointer-events: all
}

.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button {
    display: block;
    color: #fff;
    white-space: nowrap;
    position: relative;
    height: 54px;
    width: 54px;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -ms-transition: height 0.5s ease;
    transition: height 0.5s ease
}

.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button * {
    pointer-events: none
}

.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button:before {
    opacity: 0;
    display: block;
    content: '';
    position: absolute;
    box-shadow: inset 0 0 0 14px rgba(255, 255, 255, 0.25);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transform: scale(0.33);
    -moz-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button:after {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #666;
    top: 22px;
    left: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease
}

.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button svg {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    color: #fff;
    z-index: 2;
    -webkit-transform: scale(0.33);
    -moz-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    transition: transform 0.5s ease
}

.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button svg circle {
    stroke: #fff;
    stroke-width: 14px;
    fill: none;
    stroke-linecap: butt;
    stroke-dasharray: 360;
    stroke-dashoffset: 360;
    -webkit-transition: stroke 0.5s ease;
    -moz-transition: stroke 0.5s ease;
    -o-transition: stroke 0.5s ease;
    -ms-transition: stroke 0.5s ease;
    transition: stroke 0.5s ease;
    -webkit-transform: rotate(90deg) scaleX(-1);
    -moz-transform: rotate(90deg) scaleX(-1);
    -ms-transform: rotate(90deg) scaleX(-1);
    transform: rotate(90deg) scaleX(-1);
    transform-origin: center
}

.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button span {
    padding: 60px 15px 30px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    writing-mode: vertical-rl;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button.current:before,
.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button:hover:before {
    opacity: 1;
    background: transparent;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button.current:after,
.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button:hover:after {
    background: #fff
}

.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button.current svg,
.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button:hover svg {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button.current span,
.product-wrapper>.sticky-nav .sticky-nav-main a.sticky-nav-button:hover span {
    opacity: 1
}

@media screen and (max-width: 767px) {
    .product-wrapper>.sticky-nav {
        display: none
    }

    .product-wrapper>.sticky-nav+* {
        margin-top: auto
    }
}

.component-supportlink {
    padding: 0 15px;
    background: #191919;
    color: #FFF
}

@media (max-width: 1440px) {

    .component-supportlink.total-1 .content-container .icon-wrap,
    .component-supportlink.total-2 .content-container .icon-wrap {
        max-width: calc(33.3333% - 48px)
    }
}

@media (max-width: 1023px) {

    .component-supportlink.total-1 .content-container .icon-wrap,
    .component-supportlink.total-2 .content-container .icon-wrap {
        max-width: calc(50% - 48px)
    }
}

@media (max-width: 767px) {

    .component-supportlink.total-1 .content-container .icon-wrap,
    .component-supportlink.total-2 .content-container .icon-wrap {
        max-width: none
    }
}

.component-supportlink .content-wrapper {
    margin: 0 auto;
    padding: 60px 0 70px
}

@media (max-width: 767px) {
    .component-supportlink .content-wrapper {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.component-supportlink .content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.component-supportlink .content-container .icon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 48px;
    width: 100%;
    max-width: calc(25% - 48px)
}

@media (max-width: 1023px) {
    .component-supportlink .content-container .icon-wrap {
        max-width: calc(50% - 48px)
    }
}

@media (max-width: 767px) {
    .component-supportlink .content-container .icon-wrap {
        margin-bottom: 42px;
        margin-right: 0;
        max-width: none
    }

    .component-supportlink .content-container .icon-wrap:last-child {
        margin-bottom: 0
    }
}

.component-supportlink .content-container .icon-wrap:last-child,
.component-supportlink .content-container .icon-wrap:nth-child(4n) {
    margin-right: 0
}

.component-supportlink .content-container .icon-wrap:nth-child(n+5) {
    margin-top: 42px
}

.component-supportlink .content-container .icon-wrap .image img {
    display: block;
    max-height: 58px
}

.component-supportlink .content-container .icon-wrap .content {
    margin: 0 auto;
    max-width: 80%
}

.component-supportlink .content-container .icon-wrap .content .title {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px
}

.component-supportlink .content-container .icon-wrap .content .desc {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px
}

@media (max-width: 767px) {
    .component-supportlink .content-container .icon-wrap .content .desc {
        margin-top: 10px
    }
}

.component-supportlink .content-container .icon-wrap .content .link {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #00B3AC
}

@media (max-width: 767px) {
    .component-supportlink .content-container .icon-wrap .content .link {
        margin-top: 18px;
        font-size: 18px;
        line-height: 40px
    }
}

.component-specification {
    padding: 0 15px;
    background: #121212;
    color: #FFF
}

.component-specification .content-wrapper {
    margin: 0 auto;
    max-width: 1100px;
    border-bottom: 1px solid #3C3C3C
}

.component-specification .content-container {
    padding: 60px 0 50px;
    text-align: center
}

@media (max-width: 767px) {
    .component-specification .content-container {
        padding: 12px 25px 25px
    }
}

.component-specification .content-container .sectionTitle {
    font-size: 20px;
    line-height: 23px;
    color: #707070
}

@media (max-width: 767px) {
    .component-specification .content-container .sectionTitle {
        font-size: 16px;
        line-height: 32px
    }
}

.component-specification .content-container .title {
    margin-top: 12px;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase
}

.component-specification .content-container .title {
    font-size: 28px
}

@media screen and (min-width: 1023px) {
    .component-specification .content-container .title {
        font-size: calc(28px + 12 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .component-specification .content-container .title {
        font-size: 40px
    }
}

@media screen and (min-width: 1440px) {
    .component-specification .content-container .title {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .component-specification .content-container .title {
        font-size: 24px;
        line-height: 32px
    }
}

.component-specification .spec-wrapper {
    margin: 0 auto;
    max-width: 1100px;
    padding-top: 48px;
    padding-bottom: 15px;
    font-weight: 300;
    line-height: 130%
}

.component-specification .spec-wrapper {
    font-size: 16px
}

@media screen and (min-width: 1023px) {
    .component-specification .spec-wrapper {
        font-size: calc(16px + 4 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .component-specification .spec-wrapper {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .component-specification .spec-wrapper {
        padding-top: 32px;
        padding-bottom: 32px;
        font-size: 16px
    }
}

.component-specification .spec-wrapper.with-image {
    display: flex
}

@media (max-width: 767px) {
    .component-specification .spec-wrapper.with-image {
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .component-specification .spec-wrapper.with-image .image-container {
        order: -1
    }
}

.component-specification .spec-wrapper.with-image .spec-container {
    flex: 1
}

@media (max-width: 767px) {
    .component-specification .spec-wrapper.with-image .spec-container {
        flex: auto
    }
}

.component-specification .spec-wrapper.with-image .spec-container .spec {
    max-width: none
}

.component-specification .spec-wrapper.with-image .spec-container .spec:nth-child(even) {
    margin-right: 20px
}

.component-specification .spec-wrapper .image-container {
    flex: 1
}

@media (max-width: 767px) {
    .component-specification .spec-wrapper .image-container {
        flex: auto;
        margin-bottom: 50px
    }
}

.component-specification .spec-wrapper .image-container .title {
    font-weight: 700
}

@media (max-width: 767px) {
    .component-specification .spec-wrapper .image-container .title {
        font-size: 18px
    }
}

.component-specification .spec-wrapper .image-container img {
    margin-top: 20px;
    display: block
}

.component-specification .spec-wrapper .spec-container {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .component-specification .spec-wrapper .spec-container {
        flex-direction: column
    }
}

.component-specification .spec-wrapper .spec-container .spec {
    display: flex;
    margin-bottom: 50px;
    margin-right: 20px;
    width: 100%;
    max-width: calc(50% - 20px);
    align-items: center;
    gap: 10px;
}

.component-specification .spec-wrapper .spec-container .spec .spce-image {
    max-width: 60px;
}

@media (max-width: 767px) {
    .component-specification .spec-wrapper .spec-container .spec {
        flex-direction: column;
        margin-bottom: 42px;
        margin-right: 0;
        max-width: none
    }

    .component-specification .spec-wrapper .spec-container .spec:nth-of-type(1n+3) {
        display: none
    }

    .component-specification .spec-wrapper .spec-container .spec:last-child {
        margin-bottom: 0
    }
}

.component-specification .spec-wrapper .spec-container .spec:nth-child(even) {
    margin-right: 0
}

.component-specification .spec-wrapper .spec-container .spec .title {
    flex: 2;
    font-weight: 700
}

@media (max-width: 767px) {
    .component-specification .spec-wrapper .spec-container .spec .title {
        font-size: 18px
    }
}

.component-specification .spec-wrapper .spec-container .spec .desc {
    flex: 3
}

@media (max-width: 767px) {
    .component-specification .spec-wrapper .spec-container .spec .desc {
        margin-top: 15px
    }
}

.component-specification .spec-wrapper .spec-container .spec .desc ul {
    display: flex;
    flex-direction: column;
    padding-left: 22px
}

.component-specification .spec-wrapper .spec-container .spec .desc ul li {
    list-style-type: disc
}

.component-specification .spec-wrapper .spec-container .spec .desc ol {
    display: flex;
    flex-direction: column;
    padding-left: 15px
}

.component-specification .spec-wrapper .spec-container .spec .desc ol li {
    list-style-type: decimal
}

.component-specification .spec-wrapper .spec-container.expanded .spec {
    display: flex
}

.component-specification .spec-wrapper .spec-container .btn-view-more {
    display: none
}

@media (max-width: 767px) {
    .component-specification .spec-wrapper .spec-container .btn-view-more.show {
        display: inline-flex;
        background-color: #FFF;
        width: 190px;
        padding-left: 15px;
        padding-right: 15px;
        height: 50px;
        border-radius: 25px;
        color: #1D1D1F;
        align-items: center;
        justify-content: center;
        font-weight: 400
    }
}

.component-specification .spec-wrapper .spec-container .btn-view-more.expanded {
    display: none
}

.component-specification .spec-wrapper .spec-container .btn-view-more.expanded span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px
}

.component-specification .spec-wrapper .spec-container .btn-view-more span {
    position: relative
}

.component-specification .spec-wrapper .spec-container .btn-view-more span:after {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    border-top: #1D1D1F 1px solid;
    border-right: #1D1D1F 1px solid;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -6px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.component-specification .footnote-wrapper {
    margin: 0 auto;
    max-width: 1100px;
    border-top: 1px solid #3C3C3C
}

.component-specification .footnote-container {
    padding-top: 30px;
    padding-bottom: 80px
}

@media (max-width: 767px) {
    .component-specification .footnote-container {
        padding-bottom: 40px
    }
}

.component-specification .footnote-container .footnote {
    font-size: 12px;
    font-weight: 300;
    line-height: 120%;
    color: #909090
}

.component-gallery {
    overflow: hidden;
    padding-top: 16%;
    padding-bottom: 30px;
    margin-bottom: -14vw
}

.component-gallery .component-gallery-inner {
    position: relative;
    width: 1440px;
    max-width: 100%;
    margin: auto
}

.component-gallery .component-gallery-inner .component-gallery-content {
    position: absolute;
    top: 0;
    width: 45%;
    margin-top: 28%;
    margin-left: 50%;
    padding-top: 43%;
    color: #fff
}

.component-gallery .component-gallery-inner .component-gallery-content .component-gallery-content-inner {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.component-gallery .component-gallery-inner .component-gallery-content .component-gallery-content-inner .component-gallery-category {
    font-size: 1.4vw;
    color: #B4B4B4
}

@media screen and (min-width: 1440px) {
    .component-gallery .component-gallery-inner .component-gallery-content .component-gallery-content-inner .component-gallery-category {
        font-size: 18px
    }
}

.component-gallery .component-gallery-inner .component-gallery-content .component-gallery-content-inner .component-gallery-text {
    font-size: 2.8vw;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 800;
    line-height: 110%;
    color: #fff
}

@media screen and (min-width: 1440px) {
    .component-gallery .component-gallery-inner .component-gallery-content .component-gallery-content-inner .component-gallery-text {
        font-size: 40px
    }
}

.component-gallery .component-gallery-inner .component-gallery-img {
    background-size: cover;
    position: relative;
    background-position: center center;
    line-height: 0
}

.component-gallery .component-gallery-inner .component-gallery-img img {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px
}

.component-gallery .component-gallery-inner .component-gallery-img:nth-child(1) {
    width: 37%;
    margin-left: 50%;
    padding-top: 28%
}

.component-gallery .component-gallery-inner .component-gallery-img:nth-child(2) {
    width: 45%;
    margin-top: -10%;
    padding-top: 60%;
    margin-left: 3.26%
}

.component-gallery .component-gallery-inner .component-gallery-img:nth-child(3) {
    width: 53%;
    padding-top: 45%;
    margin-top: -7%;
    margin-left: 43%
}

.component-gallery .component-gallery-inner .component-gallery-img:nth-child(4) {
    width: 29%;
    padding-top: 40%;
    margin-top: -28%;
    margin-left: 11.3%
}

.component-gallery .component-gallery-inner .component-gallery-img:nth-child(5) {
    margin-left: 8.5%;
    width: 83%;
    margin-top: 12%
}

.component-gallery .component-gallery-inner .component-gallery-img:nth-child(5) img {
    position: relative;
    top: auto;
    left: auto
}

@media screen and (max-width: 767px) {
    .component-gallery {
        padding: 80px 15px 0
    }

    .component-gallery .component-gallery-inner {
        display: flex;
        flex-direction: column
    }

    .component-gallery .component-gallery-inner .component-gallery-content {
        position: relative;
        top: auto;
        width: 100%;
        margin-top: 0 !important;
        margin-left: 0 !important;
        padding-top: 0;
        height: auto;
        order: -3
    }

    .component-gallery .component-gallery-inner .component-gallery-content .component-gallery-content-inner {
        position: relative;
        left: auto;
        top: auto
    }

    .component-gallery .component-gallery-inner .component-gallery-content .component-gallery-content-inner .component-gallery-category {
        font-size: 16px
    }

    .component-gallery .component-gallery-inner .component-gallery-content .component-gallery-content-inner .component-gallery-text {
        font-size: 32px;
        line-height: 130%
    }

    .component-gallery .component-gallery-inner .component-gallery-img img {
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px
    }

    .component-gallery .component-gallery-inner .component-gallery-img:nth-child(1) {
        width: 74%;
        margin-left: auto;
        padding-top: 133%;
        margin-left: 0;
        margin-top: -10%;
        order: -1
    }

    .component-gallery .component-gallery-inner .component-gallery-img:nth-child(2) {
        width: 100%;
        margin-top: 2%;
        padding-top: 75%;
        order: -2
    }

    .component-gallery .component-gallery-inner .component-gallery-img:nth-child(3) {
        width: 87.8%;
        padding-top: 75%;
        margin-top: -25%;
        margin-left: 12.4%
    }

    .component-gallery .component-gallery-inner .component-gallery-img:nth-child(4) {
        width: 47.8%;
        padding-top: 66%;
        margin-top: -10%;
        margin-left: 0
    }

    .component-gallery .component-gallery-inner .component-gallery-img:nth-child(5) {
        margin-left: 5.8%;
        width: 88.4%;
        margin-top: -4%
    }
}

.where-to-buy {
    background: #F5F5F5;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    width: 1048px;
    z-index: 1003
}

@media screen and (max-width: 1200px) {
    .where-to-buy {
        width: 80%
    }
}

@media screen and (max-width: 500px) {
    .where-to-buy {
        width: 100% !important
    }
}

.where-to-buy.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.where-to-buy a:not(.btn-hisense):hover {
    text-decoration: underline
}

.where-to-buy>.where-to-buy-content {
    background-color: #fff
}

.where-to-buy>.where-to-buy-content>.where-to-buy-container {
    display: flex;
    align-items: center
}

.where-to-buy .where-to-buy-container {
    padding: 0 52px
}

@media screen and (max-width: 500px) {
    .where-to-buy .where-to-buy-container {
        padding: 0 16px
    }
}

.where-to-buy .where-to-buy-container h3 {
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold
}

.where-to-buy .where-to-buy-near-by {
    height: calc(100% - 130px);
    overflow-x: scroll
}

.where-to-buy .where-to-buy-near-by .where-to-buy-container h3 {
    text-transform: uppercase
}

.where-to-buy .where-to-buy-near-by .where-to-buy-container:first-child h3 {
    margin-left: 31px;
    position: relative
}

.where-to-buy .where-to-buy-near-by .where-to-buy-container:first-child h3:before {
    background: url(../images/others/icon-geo.svg) no-repeat;
    height: 17px;
    position: absolute;
    width: 17px;
    content: '';
    left: -31px;
    bottom: 2px
}

.where-to-buy .where-to-buy-near-by .where-to-buy-container:first-child .where-to-buy-content {
    align-items: center
}

.where-to-buy .where-to-buy-near-by .where-to-buy-container:first-child .where-to-buy-content>div:first-child {
    width: calc(100% - 160px)
}

@media screen and (max-width: 500px) {
    .where-to-buy .where-to-buy-near-by .where-to-buy-container:first-child .where-to-buy-content>div:first-child {
        width: calc(100% - 92px)
    }
}

.where-to-buy .where-to-buy-near-by .where-to-buy-container:first-child .where-to-buy-content>div:first-child>a {
    font-size: 18px;
    font-weight: bold
}

@media screen and (max-width: 500px) {
    .where-to-buy .where-to-buy-near-by .where-to-buy-container:first-child .where-to-buy-content>div:first-child>a {
        font-size: 14px
    }
}

.where-to-buy .where-to-buy-near-by .where-to-buy-container:first-child .where-to-buy-content>div:last-child {
    width: 160px
}

@media screen and (max-width: 500px) {
    .where-to-buy .where-to-buy-near-by .where-to-buy-container:first-child .where-to-buy-content>div:last-child {
        width: 92px
    }
}

.where-to-buy .where-to-buy-near-by .btn-hisense {
    height: 60px;
    min-width: 160px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 60px;
    font-weight: 300
}

@media screen and (max-width: 500px) {
    .where-to-buy .where-to-buy-near-by .btn-hisense {
        height: 50px;
        min-width: 92px;
        line-height: 120%;
        font-size: 12px;
        padding: 0
    }
}

.where-to-buy .where-to-buy-near-by .where-to-buy-content {
    border-radius: 30px;
    background: #EAEAEA;
    padding: 25px 28px 25px 35px;
    display: flex
}

@media screen and (max-width: 500px) {
    .where-to-buy .where-to-buy-near-by .where-to-buy-content {
        padding: 20px
    }
}

.where-to-buy .where-to-buy-img {
    margin-right: 20px
}

.where-to-buy .where-to-buy-img img {
    height: 105px;
    width: auto
}

.where-to-buy .where-to-buy-desc {
    padding: 38px 0
}

.where-to-buy .where-to-buy-desc h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    padding-top: 0;
    margin-bottom: 2px
}

.where-to-buy .where-to-buy-desc h2 {
    font-size: 26px;
    line-height: 120%;
    font-weight: bold
}

.where-to-buy .where-to-buy-close {
    position: absolute;
    right: 40px;
    top: 40px
}

@media screen and (max-width: 1023px) {
    .where-to-buy .where-to-buy-close {
        right: 35px;
        top: 20px
    }
}

.where-to-buy .where-to-buy-close a.btn-close {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

@media (max-width: 1023px) {
    .where-to-buy .where-to-buy-close a.btn-close {
        position: absolute;
        width: 16px;
        height: 16px
    }
}

.where-to-buy .where-to-buy-close a.btn-close:before,
.where-to-buy .where-to-buy-close a.btn-close:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    left: 9px;
    top: -2px;
    background-color: #707070;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width: 1023px) {

    .where-to-buy .where-to-buy-close a.btn-close:before,
    .where-to-buy .where-to-buy-close a.btn-close:after {
        height: 20px;
        left: 9px;
        top: -2px
    }
}

.where-to-buy .where-to-buy-close a.btn-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.where-to-buy .where-to-buy-close a.btn-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.where-to-buy .where-to-buy-area {
    background: #fff
}

.where-to-buy .where-to-buy-area ul {
    padding: 25px 0
}

.where-to-buy .where-to-buy-area ul li {
    width: 30%;
    display: inline-block;
    padding: 25px 0
}

@media screen and (max-width: 850px) {
    .where-to-buy .where-to-buy-area ul li {
        width: 49%
    }
}

.where-to-buy .country,
.where-to-buy .currentCountry {
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    color: #1D1D1F
}

.where-to-buy .country img,
.where-to-buy .currentCountry img {
    width: 50px;
    height: auto;
    margin-right: 25px
}

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

    .where-to-buy .country img,
    .where-to-buy .currentCountry img {
        margin-right: 10px
    }
}

.where-to-buy .country,
.where-to-buy .currentCountry,
.where-to-buy img {
    display: flex;
    flex-direction: row;
    align-items: center
}

@media screen and (max-width: 570px) {
    .where-to-buy .where-to-buy-area img {
        padding-bottom: 10px
    }
}

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

    .where-to-buy .where-to-buy-area .country,
    .where-to-buy .where-to-buy-area img {
        display: block;
        text-align: center;
        margin: auto
    }
}

.where-to-buy-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1002;
    background: rgba(0, 0, 0, 0.5)
}

.feature-keyvisual {
    overflow: hidden
}

.feature-keyvisual.parallax .banner-container .image-wrap {
    transform: none !important
}

.feature-keyvisual.parallax .banner-container .image-wrap.inited>img {
    display: none
}

.feature-keyvisual.parallax .banner-container .image-wrap.inited>div {
    -webkit-clip-path: none !important;
    clip-path: none !important
}

.feature-keyvisual.parallax .banner-container .video-wrap.inited>video {
    display: none
}

.feature-keyvisual.parallax .banner-container .video-wrap.inited>div {
    -webkit-clip-path: none !important;
    clip-path: none !important
}

.feature-keyvisual.parallax .banner-container .video-wrap.inited video {
    height: auto !important
}

.feature-keyvisual .banner-container {
    position: relative;
    width: 100%
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container {
        display: flex;
        flex-direction: column
    }
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .image-wrap {
        position: relative
    }
}

.feature-keyvisual .banner-container .image-wrap img {
    display: block;
    width: 100%;
    max-width: 100%
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .image-wrap .productlogo {
        padding-top: 0;
        padding-bottom: 0;
        background: transparent
    }
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .image-wrap .productlogo .overlay.type-productlogo {
        position: absolute
    }
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .image-wrap .productlogo .overlay.type-productlogo.topleft {
        top: 10px !important;
        left: 0 !important
    }
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .image-wrap .productlogo .overlay.type-productlogo.topright {
        top: 10px !important;
        right: 0 !important
    }
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .image-wrap .productlogo .overlay.type-productlogo.topright .icon-wrap {
        transform-origin: 100% 50%
    }
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .image-wrap .productlogo .overlay.type-productlogo.bottomleft {
        bottom: 10px !important;
        left: 0 !important
    }
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .image-wrap .productlogo .overlay.type-productlogo.bottomright {
        bottom: 10px !important;
        right: 0 !important
    }
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .image-wrap .productlogo .overlay.type-productlogo.bottomright .icon-wrap {
        transform-origin: 100% 50%
    }
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .image-wrap .productlogo .overlay.type-productlogo .icon-wrap {
        transform: scale(0.7);
        transform-origin: 0 50%
    }
}

.feature-keyvisual .banner-container .image-wrap .productlogo .overlay.type-productlogo .icon-wrap .icon img {
    width: auto
}

.feature-keyvisual .banner-container .video-wrap {
    position: relative;
    background-color: #000
}

.feature-keyvisual .banner-container .video-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    content: ''
}

.feature-keyvisual .banner-container .video-wrap video {
    display: block;
    width: 100%
}

@media (max-width: 1023px) {
    .feature-keyvisual .banner-container .overlay-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
        background: #000
    }
}

@media (max-width: 1023px) {
    .feature-keyvisual .banner-container .overlay-wrapper.text {
        order: -1
    }

    .feature-keyvisual .banner-container .overlay-wrapper.text+.footnote {
        padding-top: 0
    }
}

.feature-keyvisual .banner-container .overlay-wrapper.text .overlay.centerleft .icon-wrap,
.feature-keyvisual .banner-container .overlay-wrapper.text .overlay.centerright .icon-wrap,
.feature-keyvisual .banner-container .overlay-wrapper.text .overlay.topleft .icon-wrap,
.feature-keyvisual .banner-container .overlay-wrapper.text .overlay.topright .icon-wrap,
.feature-keyvisual .banner-container .overlay-wrapper.text .overlay.bottomleft .icon-wrap,
.feature-keyvisual .banner-container .overlay-wrapper.text .overlay.bottomright .icon-wrap {
    justify-content: left
}

@media (max-width: 1023px) {

    .feature-keyvisual .banner-container .overlay-wrapper.text .overlay.centerleft .icon-wrap,
    .feature-keyvisual .banner-container .overlay-wrapper.text .overlay.centerright .icon-wrap,
    .feature-keyvisual .banner-container .overlay-wrapper.text .overlay.topleft .icon-wrap,
    .feature-keyvisual .banner-container .overlay-wrapper.text .overlay.topright .icon-wrap,
    .feature-keyvisual .banner-container .overlay-wrapper.text .overlay.bottomleft .icon-wrap,
    .feature-keyvisual .banner-container .overlay-wrapper.text .overlay.bottomright .icon-wrap {
        justify-content: flex-start !important;
        flex-wrap: wrap
    }
}

.feature-keyvisual .banner-container .overlay-wrapper.text .overlay.centerleft .icon-wrap .icon,
.feature-keyvisual .banner-container .overlay-wrapper.text .overlay.centerright .icon-wrap .icon,
.feature-keyvisual .banner-container .overlay-wrapper.text .overlay.topleft .icon-wrap .icon,
.feature-keyvisual .banner-container .overlay-wrapper.text .overlay.topright .icon-wrap .icon,
.feature-keyvisual .banner-container .overlay-wrapper.text .overlay.bottomleft .icon-wrap .icon,
.feature-keyvisual .banner-container .overlay-wrapper.text .overlay.bottomright .icon-wrap .icon {
    margin: 0 15px 0 0
}

.feature-keyvisual .banner-container .overlay-wrapper.text .overlay .icon-wrap {
    justify-content: center
}

@media (max-width: 1023px) {
    .feature-keyvisual .banner-container .overlay-wrapper.text .overlay .icon-wrap {
        justify-content: flex-start !important;
        flex-wrap: wrap
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay {
    position: absolute;
    display: inline-block;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 500px
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.type-footnote {
    margin-top: 20px
}

@media (max-width: 1023px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay {
        position: relative;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.type-productlogo {
    width: auto !important;
    max-width: none !important
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.topleft {
    top: 9.98%;
    left: 6%
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.topleft.type-footnote,
.feature-keyvisual .banner-container .overlay-wrapper .overlay.topleft.type-productlogo {
    top: 30px
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.topcenter {
    top: 9.98%;
    left: 50%;
    align-items: center;
    text-align: center;
    max-width: 760px;
    transform: translateX(-50%);
    justify-content: center
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.topcenter.trackin {
    transform: translateX(-50%) !important
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay.topcenter.trackin {
        transform: inherit !important
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.topcenter.type-text .desc ul,
.feature-keyvisual .banner-container .overlay-wrapper .overlay.topcenter.type-text .desc ol {
    align-items: center
}

@media (max-width: 767px) {

    .feature-keyvisual .banner-container .overlay-wrapper .overlay.topcenter.type-text .desc ul,
    .feature-keyvisual .banner-container .overlay-wrapper .overlay.topcenter.type-text .desc ol {
        align-items: flex-start;
        display: table;
        margin: auto
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.topcenter.type-footnote,
.feature-keyvisual .banner-container .overlay-wrapper .overlay.topcenter.type-productlogo {
    top: 30px;
    max-width: 600px
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.topright {
    top: 9.98%;
    right: 6%
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.topright.type-footnote,
.feature-keyvisual .banner-container .overlay-wrapper .overlay.topright.type-productlogo {
    top: 30px
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay.topright .icon-wrap {
        justify-content: flex-start
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.centerleft {
    top: 50%;
    left: 6%;
    transform: translateY(-50%)
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.centerleft.trackin {
    transform: translateY(-50%) !important
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay.centerleft.trackin {
        transform: inherit !important
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.centercenter {
    top: 50%;
    left: 50%;
    align-items: center;
    text-align: center;
    max-width: 760px;
    transform: translate(-50%, -50%)
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.centercenter.trackin {
    transform: translate(-50%, -50%) !important
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay.centercenter.trackin {
        transform: inherit !important
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.centercenter.type-text .desc ul,
.feature-keyvisual .banner-container .overlay-wrapper .overlay.centercenter.type-text .desc ol {
    align-items: center
}

@media (max-width: 767px) {

    .feature-keyvisual .banner-container .overlay-wrapper .overlay.centercenter.type-text .desc ul,
    .feature-keyvisual .banner-container .overlay-wrapper .overlay.centercenter.type-text .desc ol {
        align-items: flex-start;
        display: table;
        margin: auto
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.centercenter .icon-wrap {
    justify-content: center;
    margin: auto
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.centercenter.type-footnote,
.feature-keyvisual .banner-container .overlay-wrapper .overlay.centercenter.type-productlogo {
    max-width: 600px
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.centerright {
    top: 50%;
    right: 6%;
    transform: translateY(-50%)
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.centerright.trackin {
    transform: translateY(-50%) !important
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay.centerright.trackin {
        transform: inherit !important
    }
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay.centerright .icon-wrap {
        justify-content: flex-start
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomleft {
    bottom: 9.98%;
    left: 6%
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomleft.type-footnote,
.feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomleft.type-productlogo {
    bottom: 30px
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomcenter {
    bottom: 9.98%;
    left: 50%;
    align-items: center;
    text-align: center;
    max-width: 760px;
    transform: translateX(-50%)
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomcenter.trackin {
    transform: translateX(-50%) !important
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomcenter.trackin {
        transform: inherit !important
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomcenter.type-text .desc ul,
.feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomcenter.type-text .desc ol {
    align-items: center
}

@media (max-width: 767px) {

    .feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomcenter.type-text .desc ul,
    .feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomcenter.type-text .desc ol {
        align-items: flex-start;
        display: table;
        margin: auto
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomcenter.type-footnote,
.feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomcenter.type-productlogo {
    bottom: 30px;
    max-width: 600px
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomright {
    bottom: 9.98%;
    right: 6%
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomright.type-footnote,
.feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomright.type-productlogo {
    bottom: 30px
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay.bottomright .icon-wrap {
        justify-content: flex-end
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .icon-wrap {
    display: flex
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .icon-wrap+* {
    margin-top: 30px
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .icon-wrap .icon {
    margin: 0 15px
}

@media (max-width: 1023px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .icon-wrap .icon {
        margin-right: 30px
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .icon-wrap .icon:last-child {
    margin-right: 0
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .icon-wrap .icon img {
    display: block;
    max-height: 58px
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .icon-wrap .icon img {
        max-width: 100%;
        max-height: 48px;
        margin-bottom: 6px
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .sectionTitle,
.feature-keyvisual .banner-container .overlay-wrapper .overlay .minitext {
    width: 100%;
    line-height: 200%
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .sectionTitle,
.feature-keyvisual .banner-container .overlay-wrapper .overlay .minitext {
    font-size: 14px
}

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

    .feature-keyvisual .banner-container .overlay-wrapper .overlay .sectionTitle,
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .minitext {
        font-size: calc(14px + 4 * ((100vw - 1023px) / 417))
    }
}

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

    .feature-keyvisual .banner-container .overlay-wrapper .overlay .sectionTitle,
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .minitext {
        font-size: 18px
    }
}

@media (max-width: 767px) {

    .feature-keyvisual .banner-container .overlay-wrapper .overlay .sectionTitle,
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .minitext {
        font-size: 16px;
        line-height: 36px
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .sectionTitle+*,
.feature-keyvisual .banner-container .overlay-wrapper .overlay .minitext+* {
    margin-top: 10px
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .title {
    width: 100%;
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
    margin-top: 30px !important
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .title .large {
    font-size: 4.2vw;
    display: block;
    line-height: 115%
}

@media screen and (min-width: 1440px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .title {
        font-size: 42px
    }

    .feature-keyvisual .banner-container .overlay-wrapper .overlay .title .large {
        font-size: 60px
    }
}

@media screen and (max-width: 1280px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .title {
        font-size: 32px
    }


}

@media (max-width: 768px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .title {
        font-size: 28px;
        line-height: 40px
    }

    .feature-keyvisual .banner-container .overlay-wrapper .overlay .title .large {
        font-size: 35px
    }
}

@media (max-width: 700px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .title {
        font-size: 23px;
        line-height: 1.3;
    }

    .feature-keyvisual .banner-container .overlay-wrapper .overlay .title .large {
        font-size: 26px
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .title .gradient {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .subtitle {
    margin-top: 12px;
    width: 100%;
    font-weight: 700;
    line-height: 134%;
    overflow: hidden
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .subtitle {
    font-size: 16px
}

@media screen and (min-width: 1023px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .subtitle {
        font-size: calc(16px + 8 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .subtitle {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .subtitle {
        font-size: 18px;
        line-height: 26px
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .desc {
    margin-top: 22px;
    width: 100%;
    font-weight: 300;
    line-height: 145%
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .desc {
    font-size: 14px
}

@media screen and (min-width: 1023px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .desc {
        font-size: calc(14px + 4 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .desc {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .overlay-wrapper .overlay .desc {
        font-size: 16px;
        line-height: 24px
    }
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .desc ul {
    display: flex;
    flex-direction: column;
    padding-left: 22px
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .desc ul li {
    list-style-type: disc
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .desc ol {
    display: flex;
    flex-direction: column;
    padding-left: 15px
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .desc ol li {
    list-style-type: decimal
}

.feature-keyvisual .banner-container .overlay-wrapper .overlay .footnote {
    font-size: 12px;
    font-weight: 300;
    color: #909090;
    line-height: 120%
}

.feature-keyvisual .banner-container .videobtn-wrapper {
    position: absolute;
    bottom: 9.98%;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .videobtn-wrapper {
        bottom: 6%
    }
}

.feature-keyvisual .banner-container .videobtn-wrapper .videobtn {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 20px 42px 18px 68px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    line-height: 1;
    border: none;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    white-space: nowrap
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .videobtn-wrapper .videobtn {
        font-size: 14px;
        padding: 16px 22px 14px 48px
    }
}

.feature-keyvisual .banner-container .videobtn-wrapper .videobtn:before {
    position: absolute;
    top: 50%;
    left: 42px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #000;
    transform: translateY(-50%);
    content: ''
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .videobtn-wrapper .videobtn:before {
        left: 27px
    }
}

.feature-keyvisual .banner-container .videobtn-wrapper .videobtn:after {
    position: absolute;
    top: 50%;
    left: 35px;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    transform: translateY(-50%);
    content: ''
}

@media (max-width: 767px) {
    .feature-keyvisual .banner-container .videobtn-wrapper .videobtn:after {
        left: 20px
    }
}

.feature-list-grid {
    margin: 80px auto 85px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1180px
}

@media (max-width: 767px) {
    .feature-list-grid {
        margin-top: 40px;
        margin-bottom: 0
    }
}

.feature-list-grid>.content-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.feature-list-grid>.content-container>.feature-block {
    margin-bottom: 100px;
    margin-right: 45px;
    width: 100%;
    max-width: calc(50% - 45px)
}

@media (max-width: 767px) {
    .feature-list-grid>.content-container>.feature-block {
        margin-bottom: 20px;
        margin-right: 0;
        max-width: none
    }
}

.feature-list-grid>.content-container>.feature-block:nth-child(even) {
    margin-right: 0
}

.feature-list-grid>.content-container>.feature-block>.content-wrapper>.content-container {
    padding-top: 45px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 767px) {
    .feature-list-grid>.content-container>.feature-block>.content-wrapper>.content-container {
        padding-bottom: 45px;
        padding-left: 25px;
        padding-right: 25px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px
    }
}

.feature-list-grid>.content-container>.feature-block>.feature-keyvisual {
    flex: 1 1 auto;
    overflow: hidden
}

.feature-list-grid>.content-container>.feature-block>.feature-keyvisual .banner-container .image-wrap,
.feature-list-grid>.content-container>.feature-block>.feature-keyvisual .banner-container .video-wrap {
    border-radius: 30px;
    overflow: hidden
}

@media (max-width: 767px) {

    .feature-list-grid>.content-container>.feature-block>.feature-keyvisual .banner-container .image-wrap,
    .feature-list-grid>.content-container>.feature-block>.feature-keyvisual .banner-container .video-wrap {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

.feature-list-leftright {
    padding-top: 80px;
    padding-bottom: 85px
}

@media (max-width: 767px) {
    .feature-list-leftright {
        padding-top: 40px;
        padding-bottom: 0
    }
}

.feature-list-leftright>.content-container {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 80px;
    padding-left: 11%;
    padding-right: 11%;
    max-width: 1305px
}

@media (max-width: 767px) {
    .feature-list-leftright>.content-container {
        padding-bottom: 42px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.feature-list-leftright>.content-container .title {
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    text-align: center
}

@media (max-width: 767px) {
    .feature-list-leftright>.content-container .title {
        font-size: 32px !important;
        line-height: 40px
    }
}

.feature-list-leftright>.block-container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1305px
}

.feature-list-leftright>.block-container>.feature-block {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 68px
}

@media (max-width: 767px) {
    .feature-list-leftright>.block-container>.feature-block {
        flex-direction: column-reverse !important;
        margin-bottom: 30px
    }
}

.feature-list-leftright>.block-container>.feature-block:nth-child(odd)>.content-wrapper>.content-container {
    padding-left: 15.8%
}

@media (max-width: 767px) {
    .feature-list-leftright>.block-container>.feature-block:nth-child(odd)>.content-wrapper>.content-container {
        padding-left: 25px
    }
}

.feature-list-leftright>.block-container>.feature-block:nth-child(even) {
    flex-direction: row
}

.feature-list-leftright>.block-container>.feature-block>.content-wrapper {
    flex: 1;
    width: 100%
}

@media (max-width: 767px) {
    .feature-list-leftright>.block-container>.feature-block>.content-wrapper {
        flex: auto
    }
}

@media (max-width: 767px) {
    .feature-list-leftright>.block-container>.feature-block>.content-wrapper {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px
    }
}

.feature-list-leftright>.block-container>.feature-block>.content-wrapper>.content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 62px;
    padding-right: 82px
}

@media (max-width: 767px) {
    .feature-list-leftright>.block-container>.feature-block>.content-wrapper>.content-container {
        padding-top: 30px;
        padding-bottom: 40px;
        padding-left: 25px !important;
        padding-right: 25px !important;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        background-color: #EDEDED
    }
}

.feature-list-leftright>.block-container>.feature-block>.feature-keyvisual {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 767px) {
    .feature-list-leftright>.block-container>.feature-block>.feature-keyvisual {
        flex: auto
    }
}

.feature-list-leftright>.block-container>.feature-block>.feature-keyvisual .banner-container .image-wrap,
.feature-list-leftright>.block-container>.feature-block>.feature-keyvisual .banner-container .video-wrap {
    border-radius: 30px;
    overflow: hidden
}

@media (max-width: 767px) {

    .feature-list-leftright>.block-container>.feature-block>.feature-keyvisual .banner-container .image-wrap,
    .feature-list-leftright>.block-container>.feature-block>.feature-keyvisual .banner-container .video-wrap {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

.feature-list-leftright>.block-container>.feature-block>.feature-keyvisual .banner-container .overlay-wrapper .overlay {
    width: auto;
    max-width: none
}

.feature-list-leftright>.block-container>.feature-block>.feature-keyvisual .banner-container .overlay-wrapper .overlay .footnote {
    font-size: 14px;
    line-height: 120%
}

.feature-block+.component-icon {
    padding-top: 20px
}

.feature-block.upsidedown {
    display: flex;
    flex-direction: column-reverse
}

.feature-block .content-container {
    padding: 60px 30px 40px;
    width: 88%;
    margin: auto
}

@media (max-width: 767px) {
    .feature-block .content-container {
        padding-top: 40px;
        padding-bottom: 40px;
        width: auto
    }
}

.feature-block .content-container.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

@media (max-width: 767px) {
    .feature-block .content-container.center .icon-wrap {
        justify-content: center
    }
}

@media (max-width: 767px) {
    .feature-block .content-container.center .icon-wrap .icon {
        margin-right: 0
    }
}

.feature-block .content-container.center .desc ul,
.feature-block .content-container.center .desc ol {
    align-items: center
}

.feature-block .content-container .sectionTitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px
}

.feature-block .content-container .sectionTitle+.title {
    margin-top: 20px
}

@media (max-width: 767px) {
    .feature-block .content-container .sectionTitle {
        margin-bottom: 20px;
        font-size: 16px
    }
}

.feature-block .content-container .title {
    margin-top: 30px;
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
    max-width: 1050px;
    width: 100%
}

@media screen and (min-width: 1440px) {
    .feature-block .content-container .title {
        font-size: 52px
    }
}

@media (max-width: 767px) {
    .feature-block .content-container .title {
        font-size: 32px;
        line-height: 40px
    }
}

.feature-block .content-container .title .gradient {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

.feature-block .content-container .subtitle {
    margin-top: 12px;
    font-weight: 700;
    line-height: 120%;
    max-width: 1050px;
    width: 100%
}

.feature-block .content-container .subtitle {
    font-size: 28px
}

@media screen and (min-width: 1023px) {
    .feature-block .content-container .subtitle {
        font-size: calc(28px + 12 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .feature-block .content-container .subtitle {
        font-size: 40px
    }
}

@media screen and (min-width: 1440px) {
    .feature-block .content-container .subtitle {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .feature-block .content-container .subtitle {
        font-size: 24px;
        line-height: 32px
    }
}

.feature-block .content-container .subsubtitle {
    margin-top: 12px;
    font-weight: 700;
    line-height: 135%;
    max-width: 1050px;
    width: 100%
}

.feature-block .content-container .subsubtitle {
    font-size: 20px
}

@media screen and (min-width: 1023px) {
    .feature-block .content-container .subsubtitle {
        font-size: calc(20px + 6 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .feature-block .content-container .subsubtitle {
        font-size: 26px
    }
}

@media screen and (min-width: 1440px) {
    .feature-block .content-container .subsubtitle {
        font-size: 26px
    }
}

@media (max-width: 767px) {
    .feature-block .content-container .subsubtitle {
        font-size: 18px;
        line-height: 26px
    }
}

.feature-block .content-container .desc {
    margin-top: 22px;
    font-weight: 300;
    line-height: 145%;
    max-width: 1050px;
    width: 100%
}

.feature-block .content-container .desc {
    font-size: 14px
}

@media screen and (min-width: 1023px) {
    .feature-block .content-container .desc {
        font-size: calc(14px + 4 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .feature-block .content-container .desc {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .feature-block .content-container .desc {
        font-size: 16px;
        line-height: 24px
    }
}

.feature-block .content-container .desc ul {
    display: flex;
    flex-direction: column;
    padding-left: 22px
}

.feature-block .content-container .desc ul li {
    list-style-type: disc
}

.feature-block .content-container .desc ol {
    display: flex;
    flex-direction: column;
    padding-left: 15px
}

.feature-block .content-container .desc ol li {
    list-style-type: decimal
}

.feature-block .content-container .footnote {
    margin-top: 45px;
    font-size: 12px;
    font-weight: 300;
    color: #909090;
    line-height: 120%
}

@media (max-width: 767px) {
    .feature-block .content-container .footnote {
        margin-top: 20px
    }
}

.feature-block .content-container .icon-wrap {
    display: flex;
    margin: -5px -15px 0
}

@media (max-width: 767px) {
    .feature-block .content-container .icon-wrap {
        width: 100%;
        flex-wrap: wrap
    }
}

.feature-block .content-container .icon-wrap.bottom {
    margin-top: 20px
}

.feature-block .content-container .icon-wrap .icon {
    margin: 5px 15px
}

.feature-block .content-container .icon-wrap .icon:last-child {
    margin-right: 0
}

.feature-block .content-container .icon-wrap .icon img {
    display: block;
    max-height: 58px
}

@media (max-width: 767px) {
    .feature-block .content-container .icon-wrap .icon img {
        margin: auto
    }
}

@media (max-width: 767px) {
    .product-wrapper>.feature-block .content-container.center .icon-wrap .icon {
        margin-right: 0
    }
}

@media screen and (min-width: 1440px) {
    .feature-list-leftright .feature-block .title {
        font-size: 40px
    }
}

.feature-content-column .content-wrapper {
    margin: 0 auto;
    max-width: 1440px
}

.feature-content-column .content-container {
    padding: 75px 168px 60px
}

@media (max-width: 767px) {
    .feature-content-column .content-container {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.feature-content-column .content-container.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.feature-content-column .content-container .title {
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase
}

@media screen and (min-width: 1440px) {
    .feature-content-column .content-container .title {
        font-size: 52px
    }
}

@media (max-width: 767px) {
    .feature-content-column .content-container .title {
        font-size: 32px !important;
        line-height: 40px
    }
}

.feature-content-column .content-container .subtitle {
    margin-top: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase
}

.feature-content-column .content-container .subtitle {
    font-size: 28px
}

@media screen and (min-width: 1023px) {
    .feature-content-column .content-container .subtitle {
        font-size: calc(28px + 12 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .feature-content-column .content-container .subtitle {
        font-size: 40px
    }
}

@media screen and (min-width: 1440px) {
    .feature-content-column .content-container .subtitle {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .feature-content-column .content-container .subtitle {
        font-size: 32px;
        line-height: 40px
    }
}

.feature-content-column .column-wrapper {
    margin: 0 auto;
    max-width: 1440px
}

.feature-content-column .column-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 15px 0
}

@media (max-width: 767px) {
    .feature-content-column .column-container {
        padding-top: 50px;
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.feature-content-column .column-container .column {
    position: relative;
    margin-bottom: 100px;
    margin-right: 20px;
    max-width: calc(50% - 20px)
}

@media (max-width: 767px) {
    .feature-content-column .column-container .column {
        margin-bottom: 50px;
        margin-right: 0;
        max-width: none
    }
}

.feature-content-column .column-container .column:nth-child(even) {
    margin-right: 0
}

.feature-content-column .column-container .column .minitext {
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px
}

@media (max-width: 767px) {
    .feature-content-column .column-container .column .minitext {
        left: 0
    }
}

.feature-content-column .column-container .column .title {
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase
}

.feature-content-column .column-container .column .title {
    font-size: 28px
}

@media screen and (min-width: 1023px) {
    .feature-content-column .column-container .column .title {
        font-size: calc(28px + 12 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .feature-content-column .column-container .column .title {
        font-size: 40px
    }
}

@media screen and (min-width: 1440px) {
    .feature-content-column .column-container .column .title {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .feature-content-column .column-container .column .title {
        padding-left: 30px;
        font-size: 24px;
        line-height: 32px
    }
}

.feature-content-column .column-container .column .desc {
    font-weight: 300;
    line-height: 145%
}

.feature-content-column .column-container .column .desc {
    font-size: 14px
}

@media screen and (min-width: 1023px) {
    .feature-content-column .column-container .column .desc {
        font-size: calc(14px + 4 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .feature-content-column .column-container .column .desc {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .feature-content-column .column-container .column .desc {
        font-size: 16px;
        line-height: 24px
    }
}

.feature-content-column .column-container .column .desc ul {
    display: flex;
    flex-direction: column;
    padding-left: 22px
}

.feature-content-column .column-container .column .desc ul li {
    list-style-type: disc
}

.feature-content-column .column-container .column .desc ol {
    display: flex;
    flex-direction: column;
    padding-left: 15px
}

.feature-content-column .column-container .column .desc ol li {
    list-style-type: decimal
}

.component-icon {
    padding: 20px 15px
}

@media (max-width: 767px) {
    .component-icon {
        padding: 20px 15px
    }
}

.component-icon .slick-list {
    width: 100%
}

.component-icon.type-2 .content-container .icon-wrap .icon-container {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 767px) {
    .component-icon.type-2 .content-container .icon-wrap .icon-container {
        justify-content: flex-start
    }
}

.component-icon.type-2 .content-container .icon-wrap .image {
    margin-right: 30px
}

.component-icon.type-2 .content-container .icon-wrap .image img {
    max-width: none
}

.component-icon.type-2 .content-container .icon-wrap .title {
    line-height: 120%;
    margin-top: 0
}

.component-icon.type-2 .content-container .icon-wrap .title {
    font-size: 28px
}

@media screen and (min-width: 1023px) {
    .component-icon.type-2 .content-container .icon-wrap .title {
        font-size: calc(28px + 12 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .component-icon.type-2 .content-container .icon-wrap .title {
        font-size: 40px
    }
}

@media screen and (min-width: 1440px) {
    .component-icon.type-2 .content-container .icon-wrap .title {
        font-size: 40px
    }
}

.component-icon.type-2 .content-container .icon-wrap .desc {
    margin-top: 0
}

@media (max-width: 767px) {
    .component-icon.type-3 .content-container {
        padding: 0
    }
}

.component-icon.type-3 .content-container.slick-slider .icon-wrap {
    max-width: none
}

.component-icon.type-3 .content-container.slick-slider .slick-slide:last-child .icon-wrap {
    border-right: none
}

.component-icon.type-3 .content-container .icon-wrap {
    max-width: 25%;
    border-right: 1px solid #707070;
    justify-content: center;
    text-align: center
}

@media (max-width: 767px) {
    .component-icon.type-3 .content-container .icon-wrap {
        margin-bottom: 0;
        border-right: none
    }
}

.component-icon.type-3 .content-container .icon-wrap .icon-container {
    padding-left: 5%;
    padding-right: 5%
}

.component-icon.type-3 .content-container .icon-wrap .title {
    font-size: 28px
}

@media screen and (min-width: 1023px) {
    .component-icon.type-3 .content-container .icon-wrap .title {
        font-size: calc(28px + 12 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .component-icon.type-3 .content-container .icon-wrap .title {
        font-size: 40px
    }
}

@media screen and (min-width: 1440px) {
    .component-icon.type-3 .content-container .icon-wrap .title {
        font-size: 40px
    }
}

.component-icon.type-3 .content-container .icon-wrap .desc {
    font-size: 18px;
    line-height: 36px
}

.component-icon .content-wrapper {
    margin: 0 auto;
    max-width: 1100px
}

.component-icon .content-container {
    display: flex;
    justify-content: space-evenly;
    padding: 40px 5px;
    background: #F7F7F7;
    border-radius: 30px
}

@media (max-width: 767px) {
    .component-icon .content-container {
        flex-wrap: wrap;
        padding: 40px 30px
    }
}

.component-icon .content-container .icon-wrap {
    display: flex;
    justify-content: space-around;
    width: 100%
}

@media (max-width: 767px) {
    .component-icon .content-container .icon-wrap {
        justify-content: flex-start;
        margin-bottom: 62px;
        text-align: left
    }

    .component-icon .content-container .icon-wrap:last-child {
        margin-bottom: 0
    }
}

.component-icon .content-container .icon-wrap .icon-container {
    padding-left: 10%;
    padding-right: 10%;
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    max-width: 100%
}

@media (max-width: 767px) {
    .component-icon .content-container .icon-wrap .icon-container {
        padding-left: 0;
        padding-right: 0;
        display: block
    }
}

.component-icon .content-container .icon-wrap .image img {
    display: block;
    max-height: 58px
}

.component-icon .content-container .icon-wrap .title {
    margin-top: 23px;
    font-size: 26px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .component-icon .content-container .icon-wrap .title {
        font-size: 24px !important;
        line-height: 32px
    }
}

.component-icon .content-container .icon-wrap .desc {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px
}

.component-icon .content-container .icon-wrap .desc ul {
    display: flex;
    flex-direction: column;
    padding-left: 22px
}

.component-icon .content-container .icon-wrap .desc ul li {
    list-style-type: disc
}

.component-icon .content-container .icon-wrap .desc ol {
    display: flex;
    flex-direction: column;
    padding-left: 15px
}

.component-icon .content-container .icon-wrap .desc ol li {
    list-style-type: decimal
}

.component-icon .content-container .icon-wrap .disclaimer {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: #909090
}

.component-icon .content-container-dots {
    margin-top: -30px
}

.content-container-dots {
    margin-bottom: 30px
}

.content-container-dots .slick-dots {
    position: relative;
    display: flex;
    justify-content: center
}

.content-container-dots .slick-dots li {
    position: relative
}

.content-container-dots .slick-dots li button {
    width: 18px;
    height: 18px;
    opacity: 0
}

.content-container-dots .slick-dots li:after {
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #E2E2E2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out
}

.content-container-dots .slick-dots li.slick-active:after {
    width: 12px;
    height: 12px;
    background-color: #4A4A4A;
    top: 3px;
    left: 3px
}

@keyframes animate {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 300% 300%
    }
}

.top-banner {
    overflow: hidden
}

.top-banner .top-banner-inner {
    max-width: 100%;
    margin: auto;
    display: flex;
    align-items: center
}

.top-banner .top-banner-inner .top-banner-gallery {
    position: relative;
    width: 50%
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img {
    position: relative;
    -webkit-transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    -ms-transition: height 0.4s ease;
    transition: height 0.4s ease
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab {
    padding: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: opacity 0.4s ease, transform 0.4s ease, height 0.4s ease;
    -moz-transition: opacity 0.4s ease, transform 0.4s ease, height 0.4s ease;
    -o-transition: opacity 0.4s ease, transform 0.4s ease, height 0.4s ease;
    -ms-transition: opacity 0.4s ease, transform 0.4s ease, height 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, height 0.4s ease
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab:not(.current) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab:not(.current) img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab.ready-out {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab.ready-out img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab .itl {
    text-align: center;
    opacity: 0
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab .itl:not(.first) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab .itl.display {
    opacity: 1
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab.top-360 {
    cursor: pointer
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab.top-360:after {
    display: block;
    content: '';
    position: absolute;
    width: 200px;
    height: 46px;
    background: url(../images/common/icon-360.svg) no-repeat center;
    background-size: contain;
    pointer-events: none;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab.model-3d .icon-3d-model {
    position: absolute;
    left: 30px;
    top: 35px;
    background: url(../images/common/icon-3d-model.svg) no-repeat left center;
    color: #00B3AC;
    font-weight: 700;
    padding-left: 35px
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab.model-3d .icon-3d-model {
    font-size: 16px
}

@media screen and (min-width: 1023px) {
    .top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab.model-3d .icon-3d-model {
        font-size: calc(16px + 4 * ((100vw - 1023px) / 417))
    }
}

@media screen and (min-width: 1440px) {
    .top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab.model-3d .icon-3d-model {
        font-size: 20px
    }
}

@media screen and (max-width: 1023px) {
    .top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab.model-3d .icon-3d-model {
        left: 15px;
        top: 20px;
        padding-left: 30px
    }
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img img {
    width: 100%;
    -webkit-transition: opacity 0.6s ease, transform 0.6s ease;
    -moz-transition: opacity 0.6s ease, transform 0.6s ease;
    -o-transition: opacity 0.6s ease, transform 0.6s ease;
    -ms-transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
    transform-origin: center center;
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-thumb {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (min-width: 1440px) {
    .top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-thumb {
        bottom: 20px
    }
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-thumb .top-banner-gallery-thumb-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px;
    width: 46px;
    height: 46px;
    overflow: hidden;
    border: 1px #ddd solid;
    background-color: #FFF;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    transition: border 0.3s ease
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-thumb .top-banner-gallery-thumb-tab.current {
    border-color: #01CCCC
}

.top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-thumb .top-banner-gallery-thumb-tab img {
    pointer-events: none;
    width: 100%
}

.top-banner .top-banner-inner .top-banner-info {
    padding: 2vw 2vw 2vw 4vw;
    width: 40%;
    line-height: 130%;
    font-size: 16px;
    font-weight: 300
}

@media screen and (min-width: 1440px) {
    .top-banner .top-banner-inner .top-banner-info {
        padding: 44px 40px 44px 80px
    }
}

.top-banner .top-banner-inner .top-banner-info .top-banner-category,
.top-banner .top-banner-inner .top-banner-info .top-banner-logo {
    font-size: 20px;
    font-weight: 700
}

.top-banner .top-banner-inner .top-banner-info .top-banner-category+*,
.top-banner .top-banner-inner .top-banner-info .top-banner-logo+* {
    margin-top: 20px
}

.top-banner .top-banner-inner .top-banner-info .top-banner-category img,
.top-banner .top-banner-inner .top-banner-info .top-banner-logo img {
    max-height: 60px
}

.top-banner .top-banner-inner .top-banner-info h1 {
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase
}

@media screen and (min-width: 1440px) {
    .top-banner .top-banner-inner .top-banner-info h1 {
        font-size: 52px
    }
}

.top-banner .top-banner-inner .top-banner-info h1+* {
    margin-top: 16px
}

.top-banner .top-banner-inner .top-banner-info h1+.top-banner-colors {
    margin-top: 36px
}

.top-banner .top-banner-inner .top-banner-info .top-banner-colors {
    line-height: 100%;
    display: flex
}

.top-banner .top-banner-inner .top-banner-info .top-banner-colors .top-banner-color {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 3.5vw;
    height: 3.5vw;
    background-size: cover;
    background-position: center
}

@media screen and (min-width: 1440px) {
    .top-banner .top-banner-inner .top-banner-info .top-banner-colors .top-banner-color {
        width: 68px;
        height: 68px
    }
}

.top-banner .top-banner-inner .top-banner-info .top-banner-colors .top-banner-colors-image {
    display: none
}

.top-banner .top-banner-inner .top-banner-info .top-banner-colors>*+* {
    margin-left: 10px
}

.top-banner .top-banner-inner .top-banner-info .top-banner-colors+* {
    margin-top: 36px
}

.top-banner .top-banner-inner .top-banner-info .top-banner-spec {
    line-height: 160%;
    display: flex
}

.top-banner .top-banner-inner .top-banner-info .top-banner-spec>*+* {
    margin-left: 10px;
    padding-top: 6px
}

.top-banner .top-banner-inner .top-banner-info .top-banner-spec .icon {
    max-width: 35px
}

.top-banner .top-banner-inner .top-banner-info *+.btn-hisense {
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .top-banner {
        padding-bottom: 30px
    }

    .top-banner .top-banner-inner {
        display: block
    }

    .top-banner .top-banner-inner .top-banner-gallery {
        width: auto;
        padding-bottom: 58px
    }

    .top-banner .top-banner-inner .top-banner-gallery .top-banner-gallery-img .top-banner-gallery-img-tab.top-360:after {
        width: 140px;
        height: 33px;
        bottom: 10px
    }

    .top-banner .top-banner-inner .top-banner-info {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
        text-align: center
    }

    .top-banner .top-banner-inner .top-banner-info .top-banner-logo {
        text-align: left
    }

    .top-banner .top-banner-inner .top-banner-info .top-banner-category {
        font-size: 12px;
        text-align: left
    }

    .top-banner .top-banner-inner .top-banner-info .top-banner-category+* {
        margin-top: 10px
    }

    .top-banner .top-banner-inner .top-banner-info h1 {
        font-size: 32px;
        text-align: left
    }

    .top-banner .top-banner-inner .top-banner-info h1+* {
        margin-top: 10px
    }

    .top-banner .top-banner-inner .top-banner-info .top-banner-spec {
        text-align: left
    }

    .top-banner .top-banner-inner .top-banner-info .top-banner-colors .top-banner-color {
        width: 34px;
        height: 34px
    }

    .top-banner .top-banner-inner .top-banner-info .top-banner-colors+* {
        margin-top: 20px
    }

    .top-banner .top-banner-inner .top-banner-info .btn-hisense {
        display: inline-block;
        padding: 20px 30px;
        align-items: center;
        justify-content: center;
        height: auto;
        font-size: 14px;
        width: auto
    }
}

.mfp-content {
    width: 80% !important;
    text-align: center;
    padding: 10px
}

.mfp-content .top-banner-colors-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #F8F7F7;
    padding: 10px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mfp-content .mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 86px;
    height: 77px;
    border: none;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.mfp-content .mfp-close:before,
.mfp-content .mfp-close:after {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 36px;
    border-top: 1px solid #777;
    content: ''
}

.mfp-content .mfp-close:before {
    transform: translateX(-50%) rotate(45deg)
}

.mfp-content .mfp-close:after {
    transform: translateX(-50%) rotate(135deg)
}

body:not(.scroll-down) .info-bar {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.info-bar {
    z-index: 11;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    font-size: 15px;
    -webkit-transition: transform 0.3s ease-out, height 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out, height 0.3s ease-out;
    -o-transition: transform 0.3s ease-out, height 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out, height 0.3s ease-out;
    transition: transform 0.3s ease-out, height 0.3s ease-out
}

.info-bar>*+* {
    margin-left: 10px
}

.info-bar .info-bar-category {
    display: flex;
    justify-content: center;
    align-items: center
}

.info-bar .info-bar-category img {
    width: auto;
    height: 25px
}

.info-bar .info-bar-title {
    line-height: 110%;
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 300
}

.info-bar .anchor-menu {
    position: relative
}

.info-bar .anchor-menu select {
    font-size: 12px;
    -webkit-appearance: none;
    border: none;
    padding-right: 24px;
    outline: none;
    direction: rtl;
    background-color: transparent
}

.info-bar .anchor-menu select:focus {
    outline: none
}

.info-bar .anchor-menu:before,
.info-bar .anchor-menu:after {
    pointer-events: none;
    display: block;
    content: '';
    position: absolute;
    position: absolute;
    top: 50%;
    background-color: #707070;
    width: 1px;
    height: 9px;
    right: 10px;
    transform-origin: center bottom
}

.info-bar .anchor-menu:before {
    -webkit-transform: translateY(-7px) rotate(-50deg);
    -moz-transform: translateY(-7px) rotate(-50deg);
    -ms-transform: translateY(-7px) rotate(-50deg);
    transform: translateY(-7px) rotate(-50deg)
}

.info-bar .anchor-menu:after {
    -webkit-transform: translateY(-7px) rotate(50deg);
    -moz-transform: translateY(-7px) rotate(50deg);
    -ms-transform: translateY(-7px) rotate(50deg);
    transform: translateY(-7px) rotate(50deg)
}

.info-bar .btn-hisense {
    line-height: 100%;
    padding: 0 30px;
    min-width: 0;
    height: 25px;
    color: #fff;
    background-color: #01CCCC;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 12.5px;
    -moz-border-radius: 12.5px;
    -ms-border-radius: 12.5px;
    border-radius: 12.5px;
    height: 42px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    border-radius: 21px
}

@media screen and (max-width: 767px) {
    .info-bar {
        font-size: 12px;
        height: 40px
    }

    .info-bar .btn-hisense {
        height: 25px;
        padding: 0 12px;
        -webkit-border-radius: 12.5px;
        -moz-border-radius: 12.5px;
        -ms-border-radius: 12.5px;
        border-radius: 12.5px;
        background: #01CCCC;
        font-size: 12px
    }
}

.product-carousell {
    padding: 38px 15px;
    overflow: hidden
}

.product-carousell .product-carousell-inner {
    width: 1150px;
    max-width: 100%;
    margin: auto
}

.product-carousell .product-carousell-inner .product-carousell-mover {
    position: relative;
    display: flex
}

.product-carousell .product-carousell-inner .product-carousell-mover .product-carousell-tab {
    flex-shrink: 0;
    flex-grow: 0;
    width: 575px;
    padding: 22px;
    max-width: 50%
}

.product-carousell .product-carousell-inner .product-carousell-mover .product-carousell-tab .product-carousell-img {
    pointer-events: none
}

.product-carousell .product-carousell-inner .product-carousell-mover .product-carousell-tab .product-carousell-img img {
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}

.product-carousell .product-carousell-inner .product-carousell-mover .product-carousell-tab .product-carousell-img+* {
    margin-top: 30px
}

.product-carousell .product-carousell-inner .product-carousell-mover .product-carousell-tab h3 {
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase
}

.product-carousell .product-carousell-inner .product-carousell-mover .product-carousell-tab h3+* {
    margin-top: 16px
}

.product-carousell .product-carousell-inner .product-carousell-mover .product-carousell-tab h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase
}

.product-carousell .product-carousell-inner .product-carousell-mover .product-carousell-tab h4+* {
    margin-top: 16px
}

.product-carousell .product-carousell-inner .product-carousell-mover .product-carousell-tab .product-carousell-text {
    font-weight: 300
}

.product-carousell .product-carousell-control {
    display: flex;
    justify-content: center;
    align-items: center
}

.product-carousell .product-carousell-control .product-carousell-bullet {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.product-carousell .product-carousell-control .product-carousell-bullet:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 6px;
    height: 6px;
    background-color: #1D1D1F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    opacity: .7;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.product-carousell .product-carousell-control .product-carousell-bullet:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: solid 3px #1D1D1F;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

@media screen and (max-width: 767px) {
    .product-carousell .product-carousell-control .product-carousell-bullet:after {
        top: -3px;
        left: -3px
    }
}

@media (hover: hover) and (pointer: fine) {
    .product-carousell .product-carousell-control .product-carousell-bullet:hover:before {
        opacity: 1;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.product-carousell .product-carousell-control .product-carousell-bullet.current:before {
    opacity: 1
}

.product-carousell .product-carousell-control .product-carousell-bullet.current:after {
    opacity: .5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media screen and (min-width: 768px) {
    .product-carousell .product-carousell-inner {
        transform: translateX(25%)
    }

    .product-carousell[data-no='1'] .product-carousell-inner .product-carousell-mover .product-carousell-tab,
    .product-carousell[data-no='2'] .product-carousell-inner .product-carousell-mover .product-carousell-tab {
        transform: translateX(0) !important
    }

    .product-carousell[data-no='1'] .product-carousell-control,
    .product-carousell[data-no='2'] .product-carousell-control {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .product-carousell {
        padding: 10px 0
    }

    .product-carousell .product-carousell-inner .product-carousell-mover .product-carousell-tab {
        width: 100%;
        max-width: none;
        padding: 15px
    }

    .product-carousell .product-carousell-inner .product-carousell-mover .product-carousell-tab .product-carousell-img+* {
        margin-top: 16px
    }

    .product-carousell .product-carousell-inner .product-carousell-mover .product-carousell-tab h3 {
        font-size: 24px
    }

    .product-carousell .product-carousell-inner .product-carousell-mover .product-carousell-tab h4 {
        font-size: 18px
    }

    .product-carousell .product-carousell-control .product-carousell-bullet {
        position: relative;
        width: 24px;
        height: 24px
    }

    .product-carousell .product-carousell-control .product-carousell-bullet:before {
        display: block;
        content: '';
        position: absolute;
        top: 8px;
        left: 8px;
        width: 8px;
        height: 8px;
        background-color: #1D1D1F;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        opacity: .3;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out
    }
}

.component-top-features {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 64px;
    padding-bottom: 70px;
    background-color: #EDEDED
}

.component-top-features h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    margin-bottom: 24px
}

.component-top-features .component-top-features-tabholder {
    margin: auto
}

.component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -11px;
    margin-right: -11px;
    margin-top: -11px;
    margin-bottom: -11px
}

@media screen and (max-width: 1440px) {
    .component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner {
        margin-left: -.7vw;
        margin-right: -.7vw;
        margin-top: -.7vw;
        margin-bottom: -.7vw
    }
}

.component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab {
    position: relative;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 188px;
    font-size: 12px
}

.component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab>* {
    max-width: 100%;
    position: relative
}

.component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab:before {
    display: block;
    content: '';
    position: absolute;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    left: 11px;
    right: 11px;
    top: 11px;
    bottom: 11px;
    background-color: #fff
}

@media screen and (max-width: 1440px) {
    .component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab:before {
        left: .7vw;
        right: .7vw;
        top: .7vw;
        bottom: .7vw
    }
}

.component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab.invert-mode {
    color: #fff
}

.component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab.invert-mode:before {
    background-color: #333333
}

.component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab .component-top-features-img {
    line-height: 0;
    overflow: hidden
}

.component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab .component-top-features-img img {
    max-width: 100%
}

.component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab .component-top-features-img+* {
    margin-top: 2px
}

.component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab .component-top-features-text {
    font-weight: 300;
    line-height: 130%;
    overflow: hidden
}

.component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab .component-top-features-text h4 {
    font-size: 1.52vw;
    font-weight: 500;
    line-height: 110%;
    margin: 6px auto;
    text-transform: uppercase;
    word-break: break-word
}

@media screen and (min-width: 1440px) {
    .component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab .component-top-features-text h4 {
        font-size: 22px
    }
}

.component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab .component-top-features-text p {
    margin: 6px auto
}

.component-top-features.features-ten .component-top-features-tabholder {
    max-width: 1210px
}

.component-top-features.features-ten .component-top-features-tabholder .component-top-features-tab {
    width: 20%
}

.component-top-features.features-eight .component-top-features-tabholder {
    max-width: 1210px
}

.component-top-features.features-eight .component-top-features-tabholder .component-top-features-tab {
    width: 20%
}

.component-top-features.features-eight .component-top-features-tabholder .component-top-features-tab:nth-child(1) {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%
}

.component-top-features.features-eight .component-top-features-tabholder .component-top-features-tab:nth-child(2) {
    width: 40%;
    margin-left: 20%;
    flex-direction: row;
    justify-content: flex-start
}

.component-top-features.features-eight .component-top-features-tabholder .component-top-features-tab:nth-child(2) .component-top-features-img {
    flex: 0 0 43%
}

.component-top-features.features-eight .component-top-features-tabholder .component-top-features-tab:nth-child(2) .component-top-features-text {
    text-align: left;
    margin-left: 30px;
    margin-top: 0 !important
}

.component-top-features.features-eight .component-top-features-tabholder .component-top-features-tab:nth-child(5) {
    margin-left: 20%
}

.component-top-features.features-six .component-top-features-tabholder {
    max-width: 968px
}

.component-top-features.features-six .component-top-features-tabholder .component-top-features-tab {
    width: 25%
}

.component-top-features.features-six .component-top-features-tabholder .component-top-features-tab:nth-child(1) {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%
}

.component-top-features.features-six .component-top-features-tabholder .component-top-features-tab:nth-child(2) {
    width: 50%;
    margin-left: 25%;
    flex-direction: row;
    justify-content: flex-start
}

.component-top-features.features-six .component-top-features-tabholder .component-top-features-tab:nth-child(2) .component-top-features-img {
    flex: 0 0 43%
}

.component-top-features.features-six .component-top-features-tabholder .component-top-features-tab:nth-child(2) .component-top-features-text {
    text-align: left;
    margin-left: 30px;
    margin-top: 0 !important
}

.component-top-features.features-six .component-top-features-tabholder .component-top-features-tab:nth-child(4) {
    margin-left: 25%
}

.component-top-features.features-four .component-top-features-tabholder {
    max-width: 704px
}

.component-top-features.features-four .component-top-features-tabholder .component-top-features-tab {
    width: 33.3333333333333333333333333333%
}

.component-top-features.features-four .component-top-features-tabholder .component-top-features-tab:nth-child(1) {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%
}

.component-top-features.features-four .component-top-features-tabholder .component-top-features-tab:nth-child(2) {
    width: 66.6666666666666666666666666666%;
    margin-left: 33.3333333333333333333333333333%;
    flex-direction: row;
    justify-content: flex-start
}

.component-top-features.features-four .component-top-features-tabholder .component-top-features-tab:nth-child(2) .component-top-features-img {
    flex: 0 0 43%
}

.component-top-features.features-four .component-top-features-tabholder .component-top-features-tab:nth-child(2) .component-top-features-text {
    text-align: left;
    margin-left: 30px;
    margin-top: 0 !important
}

.component-top-features.features-four .component-top-features-tabholder .component-top-features-tab:nth-child(3) {
    margin-left: 33.3333333333333333333333333333%
}

@media screen and (max-width: 767px) {
    .component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab:before {

        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;

    }

    .component-top-features {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .component-top-features h2 {
        font-size: 32px
    }

    .component-top-features .component-top-features-tabholder {
        width: 375px !important;
        max-width: 100% !important
    }

    .component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab .component-top-features-text {
        text-align: center
    }

    .component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab .component-top-features-text h4 {
        font-size: 16px
    }

    .component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab:nth-child(1) .component-top-features-text,
    .component-top-features .component-top-features-tabholder .component-top-features-tabholder-inner .component-top-features-tab:nth-child(4) .component-top-features-text {
        text-align: left
    }

    .component-top-features.features-ten .component-top-features-tabholder .component-top-features-tab {
        width: 50%
    }

    .component-top-features.features-ten .component-top-features-tabholder .component-top-features-tab:nth-child(1) .component-top-features-text,
    .component-top-features.features-ten .component-top-features-tabholder .component-top-features-tab:nth-child(4) .component-top-features-text {
        text-align: center
    }

    .component-top-features.features-eight .component-top-features-tabholder .component-top-features-tab {
        width: 50%
    }

    .component-top-features.features-eight .component-top-features-tabholder .component-top-features-tab:nth-child(1) {
        left: 0;
        top: 0;
        position: absolute;
        height: 40%
    }

    .component-top-features.features-eight .component-top-features-tabholder .component-top-features-tab:nth-child(2) {
        width: 100%;
        margin-left: 0
    }

    .component-top-features.features-eight .component-top-features-tabholder .component-top-features-tab:nth-child(3) {
        margin-left: 50%;
        order: -1
    }

    .component-top-features.features-eight .component-top-features-tabholder .component-top-features-tab:nth-child(4) {
        margin-left: 50%;
        order: -1
    }

    .component-top-features.features-eight .component-top-features-tabholder .component-top-features-tab:nth-child(4) .component-top-features-text {
        text-align: center
    }

    .component-top-features.features-eight .component-top-features-tabholder .component-top-features-tab:nth-child(5) {
        margin-left: 0
    }

    .component-top-features.features-six .component-top-features-tabholder .component-top-features-tab {
        width: 50%
    }

    .component-top-features.features-six .component-top-features-tabholder .component-top-features-tab:nth-child(1) {
        left: 0;
        top: 0;
        position: absolute;
        height: 50%
    }

    .component-top-features.features-six .component-top-features-tabholder .component-top-features-tab:nth-child(2) {
        width: 100%;
        margin-left: 0
    }

    .component-top-features.features-six .component-top-features-tabholder .component-top-features-tab:nth-child(3) {
        margin-left: 50%;
        order: -1
    }

    .component-top-features.features-six .component-top-features-tabholder .component-top-features-tab:nth-child(4) {
        margin-left: 50%;
        order: -1
    }

    .component-top-features.features-six .component-top-features-tabholder .component-top-features-tab:nth-child(4) .component-top-features-text {
        text-align: center
    }

    .component-top-features.features-six .component-top-features-tabholder .component-top-features-tab:nth-child(5) {
        margin-left: 0
    }

    .component-top-features.features-four .component-top-features-tabholder .component-top-features-tab {
        width: 50%
    }

    .component-top-features.features-four .component-top-features-tabholder .component-top-features-tab:nth-child(1) {
        left: 0;
        top: 0;
        position: absolute;
        height: 66.6666666666666666666666666666%
    }

    .component-top-features.features-four .component-top-features-tabholder .component-top-features-tab:nth-child(2) {
        width: 100%;
        margin-left: 0
    }

    .component-top-features.features-four .component-top-features-tabholder .component-top-features-tab:nth-child(3) {
        margin-left: 50%;
        order: -1
    }

    .component-top-features.features-four .component-top-features-tabholder .component-top-features-tab:nth-child(4) {
        margin-left: 50%;
        order: -1
    }

    .component-top-features.features-four .component-top-features-tabholder .component-top-features-tab:nth-child(4) .component-top-features-text {
        text-align: center
    }
}