<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical&gt;.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-fade&gt;.swiper-wrapper {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.swiper-container-multirow&gt;.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode&gt;.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E);
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E)
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.dui-navbar.collapsed:after,
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet,
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical&gt;.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical&gt;.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal&gt;.swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-container-horizontal&gt;.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide,
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal&gt;.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical&gt;.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(360deg)
    }
}
/***********************************************************************************/


.control-btn,
span.control-arrow-left {
    display: flex;
    align-items: center;
    justify-content: center
}

span.control-arrow-left {
    vertical-align: middle;
    opacity: 0;
    position: relative;
    width: 40px;
    height: 40px
}

span.control-arrow-left .arrow-icon {
    width: 10px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA3IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPuWbvuaghy1pY29uPC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik04LjMyODMzMzE5LDEyLjUyOTIzOTUgQzguMDM2NjM0NTQsMTIuMjM2NjgxNiA4LjAzNjM4OTE0LDExLjc2Mjg4NTkgOC4zMjc1OTcsMTEuNDcwMDIzMSBMOC4zMjcyNDQzNSwxMS40Njk2Njk5IEwxMy43ODc5NDMyLDYgQzE0LjM3Mjc2ODksNi41ODU3ODY0NCAxNC4zNzI3Njg5LDcuNTM1NTMzOTEgMTMuNzg3OTQzMiw4LjEyMTMyMDM0IEw5LjkxNTYyNTE2LDEyIEwxMy43ODc5NDMyLDE1Ljg3ODY3OTcgQzE0LjM3Mjc2ODksMTYuNDY0NDY2MSAxNC4zNzI3Njg5LDE3LjQxNDIxMzYgMTMuNzg3OTQzMiwxOCBMOC4zMjcyNDQzNSwxMi41MzAzMzAxIEw4LjMyODMzMzE5LDEyLjUyOTIzOTUgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0icGMvaGVyby8xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAuMDAwMDAwLCAtMzk0LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaW1nLSstZGl2LSstc3dpcGVyLXNjcm9sbGVyLWl0ZW0tKy1uYXYtbWFpbi3okpnniYgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjExMDIzMywgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpbWciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMTg3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDYXJvdXNlbC0tLei1sOmprOeBry/pgJrmoI8tLS1XaWRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjExMDIzMywgNzUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLwn5qr5qih54mILXRlbXBsYXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLlt6bkvqfnrq3lpLQtbGVmdC1hcnJvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDQ2NC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0ibGlnaHQvYW5nbGUtbGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCAzNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJTaGFwZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

.visuallyhidden {
  /*  position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0 0 99.9% 99.9%);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0*/
    color: #fff;font-size: 26px;
}

.control-btn {
    position: absolute;
    height: 96px;
    width: 48px;
    background-color: rgba(0, 0, 0, .3);
    top: 50%;
    margin-top: -64px;
    z-index: 400;
    transition: all .4s;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer
}

.control-btn.control-btn-right {
    transform: rotate(180deg)
}

body.display-tips {
    margin-top: 40px
}

body.display-tips section.homepage-banner .cookie-tip,
section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text .eyebrow-icon {
    display: block
}

body.display-tips .dui-navbar .search-box-cover,
body.display-tips .dui-navbar .search-push {
    top: 104px
}

body.display-tips.suggest-country-show .dui-navbar .search-box-cover,
body.display-tips.suggest-country-show .dui-navbar .search-push {
    top: 168px
}

section.homepage-banner.homepage-big-banner {
    position: relative;
    width: 100%;
    height: 800px;
    background-color: none;
    z-index: 800;
    overflow: hidden;
}

section.homepage-banner .cookie-tip {
    display: none;
    position: absolute;
    height: 40px;
    left: 0;
    width: 100%;
    top: -40px;
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background-color: #535759
}

section.homepage-banner .cookie-tip .cookie-tip-content {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: center
}

section.homepage-banner .cookie-tip .cookie-tip-content a {
    color: #fff;
    text-decoration: none
}

section.homepage-banner .cookie-tip .cookie-tip-content a:hover {
    text-decoration: underline
}

section.homepage-banner .cookie-tip .cookie-tip-click {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat
}

section.homepage-banner .cookie-tip .cookie-tip-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px
}

section.homepage-banner a.banner-link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 300
}
section.homepage-sub-banner a.banner-link{
    background-color: rgba(0, 0, 0, .5);
}

section.homepage-banner .banner-content {
    box-sizing: border-box;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 0px;
    text-align: center;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ededed
}
section.homepage-big-banner .banner-content {
  
    padding-top:0;
    
}

section.homepage-banner .banner-content.theme-dark .eyebrow-text,
section.homepage-products-banner ul.products-banner-list .products-banner-text.theme-dark .eyebrow-text {
    margin-top: 10px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

section.homepage-banner .banner-content.theme-dark .banner-button .icon,
section.homepage-banner .banner-content.theme-dark .banner-button .text,
section.homepage-banner .banner-content.theme-dark .banner-slogan,
section.homepage-banner .banner-content.theme-dark h2.banner-title,
section.homepage-products-banner ul.products-banner-list .products-banner-text.theme-dark .link-box .icon,
section.homepage-products-banner ul.products-banner-list .products-banner-text.theme-dark .link-box .text,
section.homepage-products-banner ul.products-banner-list .products-banner-text.theme-dark .logo,
section.homepage-products-banner ul.products-banner-list .products-banner-text.theme-dark .subhead {
    color: rgba(255, 255, 255,.85);
    z-index: 400;
}

section.homepage-banner .banner-content.theme-dark .banner-button {
    border: 1px solid rgba(0, 0, 0, .85)
}

section.homepage-banner .banner-content.theme-dark .banner-button:hover,
section.homepage-banner .banner-content.theme-dark .dui-watch-video:hover {
    background: rgba(0, 0, 0, .04)
}

section.homepage-banner .banner-content.theme-dark .dui-watch-video {
    border: 1px solid rgba(0, 0, 0, .85);
    color: rgba(0, 0, 0, .85)
}

section.homepage-banner .banner-content.theme-dark .dui-watch-video:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTIgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c29saWQvcGxheS12aXN1YWwtY2VudGVyPC90aXRsZT4KICAgIDxnIGlkPSJIb21lIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsLW9wYWNpdHk9IjAuODUiPgogICAgICAgIDxnIGlkPSJzb2xpZC9wbGF5LXZpc3VhbC1jZW50ZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjAwMDAwMCwgLTEuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC42MjcxMDgzLDguNjU0NTEyMzQgTDUuMDg0OTY1MjQsMTMuOTg0ODI2IEM0LjcyMzQ4ODA1LDE0LjE4NzA4MTEgNC4yNjY0OTI3NSwxNC4wNTgwMDYxIDQuMDY0MjM3NjYsMTMuNjk2NTI4OSBDNC4wMDE2MjU5MSwxMy41ODQ2MjcgMy45Njg3NSwxMy40NTg1NDEgMy45Njg3NSwxMy4zMzAzMTM3IEwzLjk2ODc1LDIuNjY5Njg2MzQgQzMuOTY4NzUsMi4yNTU0NzI3OCA0LjMwNDUzNjQ0LDEuOTE5Njg2MzQgNC43MTg3NSwxLjkxOTY4NjM0IEM0Ljg0Njk3NzM2LDEuOTE5Njg2MzQgNC45NzMwNjMzOCwxLjk1MjU2MjI1IDUuMDg0OTY1MjQsMi4wMTUxNzQgTDE0LjYyNzEwODMsNy4zNDU0ODc2NiBDMTQuOTg4NTg1NSw3LjU0Nzc0Mjc1IDE1LjExNzY2MDUsOC4wMDQ3MzgwNSAxNC45MTU0MDU0LDguMzY2MjE1MjQgQzE0Ljg0Nzc3MTgsOC40ODcwOTIyOSAxNC43NDc5ODUzLDguNTg2ODc4NzUgMTQuNjI3MTA4Myw4LjY1NDUxMjM0IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

section.homepage-banner .banner-content.theme-light .eyebrow-text,
section.homepage-products-banner ul.products-banner-list .products-banner-text.theme-light .eyebrow-text {
    color: rgba(255, 255, 255, 1)
}

section.homepage-banner .banner-content.theme-light .banner-button .icon,
section.homepage-banner .banner-content.theme-light .banner-button .text,
section.homepage-banner .banner-content.theme-light .banner-slogan,
section.homepage-banner .banner-content.theme-light h2.banner-title,
section.homepage-products-banner ul.products-banner-list .products-banner-text.theme-light .link-box .icon,
section.homepage-products-banner ul.products-banner-list .products-banner-text.theme-light .link-box .text,
section.homepage-products-banner ul.products-banner-list .products-banner-text.theme-light .logo,
section.homepage-products-banner ul.products-banner-list .products-banner-text.theme-light .subhead {
    color: #fff
}

section.homepage-banner .banner-content.theme-light .banner-button {
    border: 1px solid #fff
}

section.homepage-banner .banner-content.theme-light .banner-button:hover,
section.homepage-banner .banner-content.theme-light .dui-watch-video:hover {
    background: rgba(255, 255, 255, .09)
}

section.homepage-banner .banner-content.theme-light .dui-watch-video {
    border: 1px solid #fff;
    color: #fff
}

section.homepage-banner .banner-content.theme-light .dui-watch-video:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTIgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+c29saWQvcGxheS12aXN1YWwtY2VudGVy5aSH5Lu9PC90aXRsZT4KICAgIDxnIGlkPSJIb21lIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0ic29saWQvcGxheS12aXN1YWwtY2VudGVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy4wMDAwMDAsIC0xLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8cGF0aCBkPSJNMTQuNjI3MTA4Myw4LjY1NDUxMjM0IEw1LjA4NDk2NTI0LDEzLjk4NDgyNiBDNC43MjM0ODgwNSwxNC4xODcwODExIDQuMjY2NDkyNzUsMTQuMDU4MDA2MSA0LjA2NDIzNzY2LDEzLjY5NjUyODkgQzQuMDAxNjI1OTEsMTMuNTg0NjI3IDMuOTY4NzUsMTMuNDU4NTQxIDMuOTY4NzUsMTMuMzMwMzEzNyBMMy45Njg3NSwyLjY2OTY4NjM0IEMzLjk2ODc1LDIuMjU1NDcyNzggNC4zMDQ1MzY0NCwxLjkxOTY4NjM0IDQuNzE4NzUsMS45MTk2ODYzNCBDNC44NDY5NzczNiwxLjkxOTY4NjM0IDQuOTczMDYzMzgsMS45NTI1NjIyNSA1LjA4NDk2NTI0LDIuMDE1MTc0IEwxNC42MjcxMDgzLDcuMzQ1NDg3NjYgQzE0Ljk4ODU4NTUsNy41NDc3NDI3NSAxNS4xMTc2NjA1LDguMDA0NzM4MDUgMTQuOTE1NDA1NCw4LjM2NjIxNTI0IEMxNC44NDc3NzE4LDguNDg3MDkyMjkgMTQuNzQ3OTg1Myw4LjU4Njg3ODc1IDE0LjYyNzEwODMsOC42NTQ1MTIzNCBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+)
}

section.homepage-banner .eyebrow-icon {
    margin: auto;
    display: block
}

section.homepage-banner .eyebrow-text {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    height: 30px;
    letter-spacing: 2px;
}
section.homepage-banner .banner-text .xingh{
		
	
		font-size: 32px;
    margin: 10px 0;
		margin-top: 20px;
}

section.homepage-banner img.banner-logo {
    height: 24px;
    width: auto;
    margin-top: 16px;
    margin-bottom: 16px
}

section.homepage-banner h2.banner-title {
    font-size: 40px;
    line-height: 44px;
    margin-top: 8px;
    margin-bottom: 8px
}

section.homepage-banner .banner-slogan {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500
}

section.homepage-banner .banner-text {
    margin: 0;
    width: auto;
    position: absolute;
    top: 38.5%;
    left: 11%;
    right: 0;
    transition: all .6s ease;
    z-index: 250;
    text-align: left;
}

section.homepage-banner .banner-text .banner-headline,
section.homepage-banner .banner-text .banner-slogan,
section.homepage-banner .banner-text .eyebrow {
    opacity: 0;
    transform: translateY(-60px)
}

section.homepage-banner .banner-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: all .8s;
    opacity: 0;
    transform: translateY(120px);
    z-index: 200
}

section.homepage-banner .banner-image img,
section.homepage-banner img.banner-logo {
    display: inline-block;
    vertical-align: bottom
}

section.homepage-banner .banner-btn-box {
    margin-top: 24px;
    display: inline-flex;
    justify-content: left;
    position: absolute;
    left: 18.25%;
    right: 0;
    top: 50%;
    z-index: 400;
    opacity: 0;
    transform: translateY(-60px)
}

section.homepage-banner .banner-btn-box a.banner-button {
    display: flex;
    align-items: center;
    padding: 5px 16px;
    border-radius: 64px;
    margin: 0 8px;
    transition: all .3s ease
}
section.homepage-banner .banner-btn-box a.banner-button:first-child{
    margin-left: 0;transition: all .5s;
}
section.homepage-banner .banner-btn-box a.banner-button:first-child .text{transition: all .5s;}
section.homepage-banner .banner-btn-box a.banner-button:first-child .icon{transition: all .5s;}
section.homepage-banner .banner-btn-box a.banner-button:first-child:hover{background:#fff;}
section.homepage-banner .banner-btn-box a.banner-button:first-child:hover .text{color: #000 ! important;}
section.homepage-banner .banner-btn-box a.banner-button:first-child:hover .icon{color: #000 ! important;}
section.homepage-banner .banner-btn-box a.banner-button .text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
}

section.homepage-banner .banner-btn-box a.banner-button .icon {
    margin-left: 8px;
    font-size: 14px;
    width: 14px;
    height: 14px
}

section.homepage-banner .banner-video {
    position: relative;
    transition: all .6s ease;
    z-index: 400;
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 64px
}

section.homepage-banner .banner-video .dui-watch-video {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    padding: 5px 16px;
    border-radius: 64px;
    transition: all .3s ease
}

section.homepage-banner .banner-video .dui-watch-video:after {
    display: inline-block;
    content: '';
    width: 11px;
    height: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: bottom;
    transition: all .3s ease
}

section.homepage-banner .swiper-wrapper {
    position: relative;
    z-index: 200
}

section.homepage-banner .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative;
}

section.homepage-banner .banner-swiper-container {
    position: relative;
    min-width: 1200px;
    z-index: 400
}

section.homepage-banner .banner-swiper-container:hover .swiper-control .control-arrow-left {
    opacity: 1
}

section.homepage-banner .banner-swiper-container .swiper-control .control-btn {
    background: rgba(0, 0, 0, 0)
}

section.homepage-banner .banner-swiper-container .swiper-control .control-btn:hover {
    background: rgba(0, 0, 0, .3)
}

section.homepage-banner .banner-swiper-container .swiper-control-pre .control-btn {
    left: 0
}

section.homepage-banner .banner-swiper-container .swiper-control-next .control-btn {
    right: 0
}

section.homepage-banner .swiper-slide-active .banner-text {
    z-index: 250
}

section.homepage-banner .swiper-slide-active .banner-text .eyebrow {
    transform: none;
    opacity: 1;
    transition: opacity .6s linear, transform .6s cubic-bezier(.215, .61, .355, 1)
}

section.homepage-banner .swiper-slide-active .banner-text .banner-headline {
    transition-delay: .2s;
    transform: none;
    opacity: 1;
    transition: opacity .6s linear .3s, transform .6s cubic-bezier(.215, .61, .355, 1) .3s
}

section.homepage-banner .swiper-slide-active .banner-text .banner-slogan {
    transition-delay: .4s;
    transform: none;
    opacity: 1;
    transition: opacity .6s linear .6s, transform .6s cubic-bezier(.215, .61, .355, 1) .6s
}

section.homepage-banner .swiper-slide-active .banner-btn-box {
    transition-delay: .6s;
    transform: none;
    opacity: 1;
    transition: opacity .6s linear .9s, transform .6s cubic-bezier(.215, .61, .355, 1) .9s
}

section.homepage-banner .swiper-slide-active .banner-image {
    transform: none;
    opacity: 1
}

section.homepage-banner .swiper-scroller {
    position: absolute;
    bottom: 30px;top: 70%;
    left: 50%;
    margin-left: -600px;
    z-index: 850
}

section.homepage-banner .swiper-scroller .slider {
    position: absolute;
    left: 0;
    top: 68px;
    width: 2px;
    height: 16px;
    background-color: rgba(255, 255, 255, .25);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    opacity: 0;
    overflow: hidden
}

section.homepage-banner .swiper-scroller .slider .progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #5dc1d0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    transform-origin: 0 0;
    transform: scaleY(0);
    transition: transform 0s linear
}

section.homepage-banner .swiper-scroller .slider.active {
    opacity: 1
}

section.homepage-banner .swiper-scroller .slider.active .progress {
    transform: scaleY(1);
    transition: transform 6s linear
}

section.homepage-banner .swiper-scroller .slider.origin {
    opacity: 0
}

section.homepage-banner .swiper-scroller .slider.origin .progress {
    transform: scaleY(0);
    transition: transform 0s linear
}

section.homepage-banner .swiper-scroller .slider-cancle-progress.active .progress {
    transform: scaleY(1);
    transition: transform 0s linear
}

section.homepage-banner .swiper-scroller ul {
    position: relative;
    height: 140px
}

section.homepage-banner .swiper-scroller ul li {
    position: absolute;
    transition: all .4s;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden
}

section.homepage-banner .swiper-scroller ul li a {
    padding: 6px 40px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    cursor: default;
    font-weight: 300
}

section.homepage-banner .swiper-scroller ul li:nth-child(1),
section.homepage-banner .swiper-scroller ul li:nth-child(5) {
    opacity: 0;
    visibility: visible;
    cursor: pointer
}

section.homepage-banner .swiper-scroller ul li:nth-child(1) a,
section.homepage-banner .swiper-scroller ul li:nth-child(2) a,
section.homepage-banner .swiper-scroller ul li:nth-child(4) a,
section.homepage-banner .swiper-scroller ul li:nth-child(5) a {
    cursor: pointer
}

section.homepage-banner .swiper-scroller ul li:nth-child(2),
section.homepage-banner .swiper-scroller ul li:nth-child(4) {
    opacity: .5;
    visibility: visible;
    cursor: pointer
}

section.homepage-banner .swiper-scroller ul li:nth-child(3) {
    opacity: 1;
    visibility: visible
}

section.homepage-banner .swiper-scroller ul li:nth-child(3) a {
    font-weight: 600
}

section.homepage-banner .swiper-scroller ul li:nth-child(2) {
    transform: translateY(30px)
}

section.homepage-banner .swiper-scroller ul li:nth-child(3) {
    transform: translateY(60px)
}

section.homepage-banner .swiper-scroller ul li:nth-child(4) {
    transform: translateY(90px)
}

section.homepage-banner .swiper-scroller ul li:nth-child(5) {
    transform: translateY(120px)
}

section.homepage-banner .swiper-scroller ul li:nth-child(6) {
    transform: translateY(150px)
}

section.homepage-banner .swiper-scroller ul li:nth-child(7) {
    transform: translateY(180px)
}

section.homepage-products-banner {
    margin-top: 16px;
    padding: 0 16px
}

section.homepage-products-banner ul.products-banner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

section.homepage-active-banner ul.active-banner-list li.active-banner-item,
section.homepage-products-banner ul.products-banner-list li.products-banner-item {
    position: relative;
    width: calc(50vw - 24px);
    height: 610px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

section.homepage-active-banner ul.active-banner-list li.active-banner-item:nth-child(n+3),
section.homepage-products-banner ul.products-banner-list li.products-banner-item:nth-child(n+3),
section.homepage-stories-module ul.stories-module-list li.stories-module-item:nth-child(n+3) {
    margin-top: 16px
}

section.homepage-active-banner ul.active-banner-list a.active-banner-link,
section.homepage-products-banner ul.products-banner-list a.products-banner-link,
section.homepage-stories-module ul.stories-module-list li.stories-module-item a.banner-link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 300;
    cursor: pointer;
    background: linear-gradient(to right,rgba(0,0,0,1),rgba(0,0,0,.5));
    opacity: 0;
    z-index: 10;
}
section.homepage-active-banner ul.active-banner-list li:hover a.active-banner-link,
section.homepage-products-banner ul.products-banner-list li:hover a.products-banner-link{
   /* opacity: 0.6;*/
}

section.homepage-active-banner ul.active-banner-list .active-banner-text,
section.homepage-products-banner ul.products-banner-list .products-banner-text {
    position: relative;
    max-width: 520px;
    padding-top: 25%;
    margin: auto;
    text-align: left;
    z-index: 400;
    margin-left: 9%;
    opacity: 1;
    transition: 1s;
}
section.homepage-active-banner ul.active-banner-list .active-banner-text .pro-con,
section.homepage-products-banner ul.products-banner-list .products-banner-text .pro-con{
    margin-top: 200px;
    opacity: 0;
    transition: 1s;
}
section.homepage-active-banner ul.active-banner-list li:hover .active-banner-text .pro-con,
section.homepage-products-banner ul.products-banner-list li:hover .products-banner-text .pro-con{
    opacity: 1;
    margin-top: 0px;
}

section.homepage-products-banner ul.products-banner-list .products-banner-text .eyebrow {
    font-size: 16px;
    line-height: 20px;
    text-align: left
}

section.homepage-products-banner ul.products-banner-list .products-banner-text .eyebrow-icon {
    display: block;
    margin: auto
}

section.homepage-products-banner ul.products-banner-list .products-banner-text .logo-icon {
    margin: 16px auto;
    display: block
}

section.homepage-products-banner ul.products-banner-list .products-banner-text .logo {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 44px;
    text-align: left;
    font-weight: 500
}

section.homepage-products-banner ul.products-banner-list .products-banner-text .subhead {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 500
}

section.homepage-products-banner ul.products-banner-list .products-banner-text .link-box {
    position: relative;
    z-index: 400;
    text-align: center;
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    border-radius: 64px;
    transition: all .3s ease;
    cursor: pointer;
    margin-left: 0px
}

section.homepage-products-banner ul.products-banner-list .products-banner-text .link-box:hover .text {
    text-decoration: underline
}

section.homepage-products-banner ul.products-banner-list .products-banner-text .link-box .text {
    font-size: 14px;
    line-height: 24px
}

section.homepage-products-banner ul.products-banner-list .products-banner-text .link-box .icon {
    font-size: 14px;
    width: 16px;
    height: 16px
}

section.homepage-active-banner {
    margin-top: 50px
}

section.homepage-active-banner ul.active-banner-list {
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

section.homepage-active-banner ul.active-banner-list .active-banner-text.theme-dark .eyebrow-text,
section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text.theme-dark .eyebrow-text {
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
    font-size: 14px;
    height: 22px;
}

section.homepage-active-banner ul.active-banner-list .active-banner-text.theme-dark .link-box .icon,
section.homepage-active-banner ul.active-banner-list .active-banner-text.theme-dark .link-box .text,
section.homepage-active-banner ul.active-banner-list .active-banner-text.theme-dark .logo,
section.homepage-active-banner ul.active-banner-list .active-banner-text.theme-dark .subhead,
section.homepage-child-module .child-module-list .child-module-item .text-box.theme-dark .desc,
section.homepage-child-module .child-module-list .child-module-item .text-box.theme-dark .headline,
section.homepage-child-module .child-module-list .child-module-item .text-box.theme-dark .link-box .icon,
section.homepage-child-module .child-module-list .child-module-item .text-box.theme-dark .link-box .text,
section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text.theme-dark .headline,
section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text.theme-dark .link-box .icon,
section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text.theme-dark .link-box .text {
    color: rgba(255, 255, 255, 1);
    z-index: 20;
}

section.homepage-active-banner ul.active-banner-list .active-banner-text.theme-light .eyebrow-text,
section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text.theme-light .eyebrow-text {
    color: rgba(255, 255, 255, .65)
}

section.homepage-active-banner ul.active-banner-list .active-banner-text.theme-light .link-box .icon,
section.homepage-active-banner ul.active-banner-list .active-banner-text.theme-light .link-box .text,
section.homepage-active-banner ul.active-banner-list .active-banner-text.theme-light .logo,
section.homepage-active-banner ul.active-banner-list .active-banner-text.theme-light .subhead,
section.homepage-child-module .child-module-list .child-module-item .text-box.theme-light .desc,
section.homepage-child-module .child-module-list .child-module-item .text-box.theme-light .headline,
section.homepage-child-module .child-module-list .child-module-item .text-box.theme-light .link-box .icon,
section.homepage-child-module .child-module-list .child-module-item .text-box.theme-light .link-box .text,
section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text.theme-light .headline,
section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text.theme-light .link-box .icon,
section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text.theme-light .link-box .text {
    color: #fff
}

section.homepage-active-banner ul.active-banner-list .active-banner-text .eye-brow-icon {
    margin: auto;
    display: block
}

section.homepage-active-banner ul.active-banner-list .active-banner-text .eyebrow {
    font-size: 16px;
    line-height: 20px;
    text-align: left
}

section.homepage-active-banner ul.active-banner-list .active-banner-text .logo-icon {
    margin: 16px auto;
    display: block
}

section.homepage-active-banner ul.active-banner-list .active-banner-text .logo {
    font-size: 40px;
    line-height: 44px;
    text-align: left;
    margin-top: 8px;opacity: 1;
    margin-bottom: 8px;
    font-weight: 500
}
section.homepage-stories-module .content ul.stories-module-list li.stories-module-item{background-size: auto 100%;transition:all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
section.homepage-stories-module .content ul.stories-module-list li.stories-module-item:hover{background-size: auto 103%;}
section.homepage-active-banner ul.active-banner-list .active-banner-text .logo span{font-size: 20px;}
section.homepage-active-banner ul.active-banner-list .active-banner-text .subhead span{font-size: 20px;}
section.homepage-active-banner ul.active-banner-list .active-banner-text, section.homepage-products-banner ul.products-banner-list .products-banner-text,
section.homepage-active-banner ul.active-banner-list .active-banner-text .subhead {
    font-size: 40px;
   
    text-align: left;
    font-weight: 500
}
/*section.homepage-active-banner ul.active-banner-list li:nth-child(2) .active-banner-text{margin-left: 30%;}
section.homepage-active-banner ul.active-banner-list li:nth-child(2) .active-banner-text h5{color: #2b2b2b ! important;text-align: right;}
section.homepage-active-banner ul.active-banner-list li:nth-child(3) .active-banner-text{padding-top: 15%;margin-left: 30%;}
section.homepage-active-banner ul.active-banner-list li:nth-child(3) .active-banner-text h5{text-align: right;}*/
section.homepage-active-banner ul.active-banner-list li:nth-child(2) .active-banner-text{padding-top: 40%;}
section.homepage-active-banner ul.active-banner-list li:nth-child(3) .active-banner-text{padding-top: 40%;}
section.homepage-active-banner ul.active-banner-list li:nth-child(4) .active-banner-text{padding-top: 40%;}

section.homepage-active-banner ul.active-banner-list .active-banner-text .link-box {
    position: relative;opacity: 0;display: none;
    z-index: 400;
    text-align: center;
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    border-radius: 64px;
    transition: all .3s ease;
    cursor: pointer;
    margin-left: 0px
}

section.homepage-active-banner ul.active-banner-list .active-banner-text .link-box:hover .text,
section.homepage-child-module .child-module-list .child-module-item .link-box:hover .text,
section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text .link-box:hover .text {
    text-decoration: underline
}

section.homepage-active-banner ul.active-banner-list .active-banner-text .link-box .text {
    font-size: 14px;
    line-height: 24px
}

section.homepage-active-banner ul.active-banner-list .active-banner-text .link-box .icon {
    font-size: 14px;
    width: 16px;
    height: 16px
}

section.homepage-child-module,
section.homepage-stories-module {
    margin-top: 96px
}

section.homepage-stories-module .content {
    width: 1200px;
    margin: auto
}

section.homepage-stories-module .stories-text-box {
    max-width: 693px;
    margin: auto;
    text-align: center
}

section.homepage-stories-module .stories-text-box .eyebrow-text {
    color: rgba(0, 0, 0, .45);
    font-size: 16px;
    line-height: 20px
}

section.homepage-stories-module .stories-text-box .eyebrow-text+.title,
section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text .eyebrow-text+.headline {
    margin-top: 8px
}

section.homepage-stories-module .stories-text-box .title {
    font-size: 40px;
    line-height: 44px;
    color: rgba(0, 0, 0, .85);
    text-align: center;
    font-weight: 600
}

section.homepage-stories-module .stories-text-box .desc {
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, .65)
}

section.homepage-stories-module ul.stories-module-list {
    margin-top: 48px;
    display: flex;
    justify-content: space-between
}

section.homepage-stories-module ul.stories-module-list li.stories-module-item {
    width: 592px;
    height: 592px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text {
    position: absolute;
    top: 48px;
    width: 100%;
    padding: 0 48px;
    text-align: center
}

section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text .eyebrow-text {
    font-size: 16px;
    line-height: 20px
}

section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text .headline-icon {
    display: block
}

section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text .headline {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600
}

section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text .link-box {
    position: relative;
    z-index: 400;
    text-align: center;
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    transition: all .3s ease;
    cursor: pointer
}

section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text .link-box+.link-box {
    margin-left: 8px
}

section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text .link-box .text {
    font-size: 16px;
    line-height: 24px
}

section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text .link-box .icon {
    font-size: 16px;
    width: 16px;
    height: 16px
}

section.homepage-child-module .content {
    width: 1200px;
    margin: auto;
    text-align: center
}

section.homepage-child-module .title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    color: rgba(0, 0, 0, .85);
    text-align: center
}

section.homepage-child-module .child-module-list {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

section.homepage-child-module .child-module-list .child-module-item {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

section.homepage-child-module .child-module-list .child-module-item .grid-img {
    transition: all .6s ease
}

section.homepage-child-module .child-module-list .child-module-item:hover .grid-img {
    transform: scale(1.1)
}

section.homepage-child-module .child-module-list .child-module-item .text-box {
    padding: 0 48px;
    position: absolute;
    top: 48px;
    width: 100%
}

section.homepage-child-module .child-module-list .child-module-item .headline {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    text-align: center
}

section.homepage-child-module .child-module-list .child-module-item .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    text-align: center
}

section.homepage-child-module .child-module-list .child-module-item .link-box {
    position: relative;
    z-index: 400;
    text-align: center;
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    transition: all .3s ease;
    cursor: pointer;
    margin-left: 8px
}

section.homepage-child-module .child-module-list .child-module-item .link-box .text {
    font-size: 16px;
    line-height: 24px
}

section.homepage-child-module .child-module-list .child-module-item .link-box .icon {
    font-size: 16px;
    width: 16px;
    height: 16px
}

section.homepage-child-module .child-module-list .grid-compact {
    width: 389px;
    height: 512px;
    display: block
}

section.homepage-child-module .child-module-list .grid-loose {
    width: 592px;
    height: 440px
}

section.homepage-child-module .child-module-list .grid-loose:nth-child(n+3) {
    margin-top: 16px
}

section.homepage-child-module .child-module-list .grid-hybrid:nth-child(1),
section.homepage-child-module .child-module-list .grid-hybrid:nth-child(2) {
    width: 592px;
    height: 440px
}

section.homepage-child-module .child-module-list .grid-hybrid:nth-child(n+3) {
    width: 389px;
    height: 512px;
    margin-top: 16px
}

section.homepage-service-module {
    background-color: #f7f9fa;
    margin-top: 96px;
    padding: 96px 0
}

section.homepage-service-module .content {
    width: 1092px;
    margin: auto
}

section.homepage-service-module ul.service-module-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

section.homepage-service-module ul.service-module-list li.service-module-item {
    text-align: center;
    width: 282px;
    position: relative
}

section.homepage-service-module ul.service-module-list li.service-module-item .service-banner-link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 300;
    cursor: pointer
}

section.homepage-service-module ul.service-module-list li.service-module-item .icon {
    display: block;
    height: 72px;
    margin: auto
}

section.homepage-service-module ul.service-module-list li.service-module-item .title-icon {
    display: block;
    margin: 16px auto auto
}

section.homepage-service-module ul.service-module-list li.service-module-item .title {
    font-size: 24px;
    line-height: 36px;
    color: rgba(0, 0, 0, .85);
    margin-top: 16px;
    font-weight: 500
}

section.homepage-service-module ul.service-module-list li.service-module-item .link-box {
    position: relative;
    z-index: 400;
    text-align: center;
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    border-radius: 64px;
    transition: all .3s ease;
    cursor: pointer;
    margin-left: 8px
}

section.homepage-service-module ul.service-module-list li.service-module-item .link-box:hover .text {
    text-decoration: underline
}

section.homepage-service-module ul.service-module-list li.service-module-item .link-box .text {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .85)
}

section.homepage-service-module ul.service-module-list li.service-module-item .link-box .icon {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: rgba(0, 0, 0, .85)
}

section.homepage-service-module ul.service-module-list li.service-module-item .link-box.theme-dark {
    color: rgba(0, 0, 0, .85)
}

section.homepage-service-module ul.service-module-list li.service-module-item .link-box.theme-light {
    color: #fff
}

section.homepage-skypixel-module .skypixel-container {
    margin-top: 50px;
    height: 720px;
    position: relative
}

section.homepage-skypixel-module .skypixel-banner-link {
    display: block
}

section.homepage-skypixel-module .contents-container {
    padding: 48px 24px 0;
    text-align: center;
    pointer-events: none;
    z-index: 10
}

section.homepage-skypixel-module .contents-container .content {
    position: relative;
    height: 640px
}

section.homepage-skypixel-module .contents-container,
section.homepage-skypixel-module .contents-container .slide-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

section.homepage-skypixel-module .contents-container .slide-content .desc {
    opacity: 0
}

section.homepage-skypixel-module .contents-container .slide-content.active .desc {
    opacity: 1
}

section.homepage-skypixel-module .contents-container .content .animation-text .desc {
    overflow: hidden;
    min-height: 36px
}

section.homepage-skypixel-module .contents-container .slide-content .animation-text .text {
    opacity: 0;
    transform: translateY(100%)
}

section.homepage-skypixel-module .contents-container .slide-content .animation-text .text.sp-learn-more {
    visibility: hidden
}

section.homepage-skypixel-module .contents-container .slide-content.active .author-text {
    opacity: 1
}

section.homepage-skypixel-module .contents-container .slide-content.prev .animation-text .text {
    transform: translateY(-100%)
}

section.homepage-skypixel-module .contents-container .slide-content.prev .animation-text .text.sp-learn-more {
    transition: all .3s ease
}

section.homepage-skypixel-module .contents-container .slide-content.prev .animation-text .text.product-name-text {
    transition: all .6s ease
}

section.homepage-skypixel-module .contents-container .slide-content.next .animation-text .text {
    transform: translateY(100%)
}

section.homepage-skypixel-module .contents-container .slide-content.next .animation-text .text.sp-learn-more {
    transition: all .3s ease
}

section.homepage-skypixel-module .contents-container .slide-content.next .animation-text .text.product-name-text {
    transition: all .6s ease
}

section.homepage-skypixel-module .contents-container .slide-content.active .animation-text .text {
    opacity: 1;
    transform: translateY(0)
}

section.homepage-skypixel-module .contents-container .slide-content.active .animation-text .text.sp-learn-more {
    visibility: visible;
    transition: all .6s ease .3s
}

section.homepage-skypixel-module .contents-container .slide-content.active .animation-text .text.product-name-text {
    transition: all .6s ease
}

section.homepage-skypixel-module .contents-container .sp-learn-more {
    margin-top: 16px;
    pointer-events: auto;
    position: relative
}

section.homepage-skypixel-module .contents-container .sp-learn-more:hover .sp-learn-more-text {
    text-decoration: underline
}

section.homepage-skypixel-module .contents-container .sp-learn-more-text {
    display: inline-block;
    padding-right: 16px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 100% center;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease
}

section.homepage-skypixel-module .contents-container .author-text {
    position: absolute;
    bottom: 88px;
    line-height: 24px;
    font-size: 16px;
    color: rgba(255, 255, 255, .45);
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    opacity: 0;
    transition: opacity .3s ease .3s
}

section.homepage-skypixel-module .desc,
section.homepage-skypixel-module .product-name-text {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 4px
}

section.homepage-skypixel-module .sp-learn-more {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    word-wrap: break-word;
    margin: 24px auto 0 8px;
    display: inline-flex !important;
    align-items: center
}

section.homepage-skypixel-module .sp-learn-more .learn-text {
    font-size: 16px;
    line-height: 24px
}

section.homepage-skypixel-module .sp-learn-more .icon {
    font-size: 16px;
    width: 16px;
    height: 16px
}

section.homepage-skypixel-module .sp-learn-more:hover {
    text-decoration: underline
}

section.homepage-skypixel-module .swiper-container {
    position: relative;
    height: 100%
}

section.homepage-skypixel-module .swiper-container .swiper-slide {
    width: 1200px;
    height: 720px;
    overflow: hidden
}

section.homepage-skypixel-module .swiper-container .slide-grid-img {
    width: auto;
    height: 100%
}

section.homepage-skypixel-module .swiper-container .slide-grid-content,
section.homepage-skypixel-module .swiper-container .slide-video-poster {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: transform .6s cubic-bezier(.25, .39, .25, 1), opacity .6s ease-in-out
}

section.homepage-skypixel-module .swiper-container .slide-video-poster {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

section.homepage-skypixel-module .swiper-container .slide-grid-content {
    opacity: 1
}

section.homepage-skypixel-module .swiper-container .swiper-slide-active .slide-grid-content,
section.homepage-skypixel-module .swiper-container .swiper-slide-active .slide-video-poster {
    transform: scale(1)
}

section.homepage-skypixel-module .swiper-pagination-box {
    position: absolute;
    bottom: 48px;
    padding: 0 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    width: 100%
}

section.homepage-skypixel-module .swiper-pagination-bullet {
    height: 100%;
    width: 16px;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 1
}

section.homepage-skypixel-module .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 4px
}

section.homepage-skypixel-module .swiper-pagination-bullet .progress {
    opacity: 1;
    width: 16px;
    height: 2px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 60px;
    position: relative;
    overflow: hidden
}

section.homepage-skypixel-module .swiper-pagination-bullet .progress:after {
    content: " ";
    display: block;
    height: 2px;
    width: 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

section.homepage-skypixel-module .swiper-pagination-bullet-active .progress:after {
    opacity: 1;
    width: 16px
}

section.homepage-skypixel-module .swiper-btn-next {
    right: calc((100vw - 1152px)/2)
}

section.homepage-skypixel-module .swiper-btn-next:hover {
    background-color: rgba(0, 0, 0, .3)
}

section.homepage-skypixel-module .swiper-btn-next .arrow-icon {
    transform: rotate(180deg)
}

section.homepage-skypixel-module .swiper-btn-prev {
    left: calc((100vw - 1152px)/2)
}

section.homepage-skypixel-module .swiper-btn-prev:hover {
    background-color: rgba(0, 0, 0, .3)
}

section.homepage-skypixel-module .swiper-next-area {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    height: 100%;
    width: calc((100vw - 1232px)/2)
}

section.homepage-skypixel-module .swiper-prev-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    width: calc((100vw - 1232px)/2)
}

section.homepage-skypixel-module .swiper-next-area:hover,
section.homepage-skypixel-module .swiper-prev-area:hover {
    cursor: pointer
}

section.homepage-skypixel-module .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    z-index: 9;
    cursor: pointer
}

section.homepage-skypixel-module .arrow-icon {
    width: 10px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iN3B4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA3IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPuWbvuaghy1pY29uPC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik04LjMyODMzMzE5LDEyLjUyOTIzOTUgQzguMDM2NjM0NTQsMTIuMjM2NjgxNiA4LjAzNjM4OTE0LDExLjc2Mjg4NTkgOC4zMjc1OTcsMTEuNDcwMDIzMSBMOC4zMjcyNDQzNSwxMS40Njk2Njk5IEwxMy43ODc5NDMyLDYgQzE0LjM3Mjc2ODksNi41ODU3ODY0NCAxNC4zNzI3Njg5LDcuNTM1NTMzOTEgMTMuNzg3OTQzMiw4LjEyMTMyMDM0IEw5LjkxNTYyNTE2LDEyIEwxMy43ODc5NDMyLDE1Ljg3ODY3OTcgQzE0LjM3Mjc2ODksMTYuNDY0NDY2MSAxNC4zNzI3Njg5LDE3LjQxNDIxMzYgMTMuNzg3OTQzMiwxOCBMOC4zMjcyNDQzNSwxMi41MzAzMzAxIEw4LjMyODMzMzE5LDEyLjUyOTIzOTUgWiIgaWQ9InBhdGgtMSI+PC9wYXRoPgogICAgPC9kZWZzPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0icGMvaGVyby8xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAuMDAwMDAwLCAtMzk0LjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaW1nLSstZGl2LSstc3dpcGVyLXNjcm9sbGVyLWl0ZW0tKy1uYXYtbWFpbi3okpnniYgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjExMDIzMywgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpbWciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMTg3LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDYXJvdXNlbC0tLei1sOmprOeBry/pgJrmoI8tLS1XaWRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjExMDIzMywgNzUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLwn5qr5qih54mILXRlbXBsYXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSLlt6bkvqfnrq3lpLQtbGVmdC1hcnJvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDQ2NC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0ibGlnaHQvYW5nbGUtbGVmdCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCAzNi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJTaGFwZSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)
}

section.homepage-banner .swiper-slide-active.banner-swiper-slide.swiper-slide-countdown .banner-text {
    z-index: 400
}

section.homepage-banner .swiper-slide-active.banner-swiper-slide.swiper-slide-countdown .banner-text .banner-time {
    transition-delay: .2s;
    transform: none !important;
    opacity: 1 !important;
    transition: opacity .6s linear .3s, transform .6s cubic-bezier(.215, .61, .355, 1) .3s
}

section.homepage-banner .swiper-slide-active.banner-swiper-slide.swiper-slide-countdown .banner-text .banner {
    transition-delay: .4s;
    transform: none !important;
    opacity: 1 !important;
    transition: opacity .6s linear .6s, transform .6s cubic-bezier(.215, .61, .355, 1) .6s
}

section.homepage-banner .swiper-slide-active.banner-swiper-slide.swiper-slide-countdown .banner-learn-more {
    transform: none !important;
    opacity: 1 !important;
    transition-delay: .6s;
    transition: opacity .6s linear .9s, transform .6s cubic-bezier(.215, .61, .355, 1) .9s
}

section.homepage-banner .swiper-slide-countdown .banner,
section.homepage-banner .swiper-slide-countdown .banner-learn-more,
section.homepage-banner .swiper-slide-countdown .banner-time,
section.homepage-banner .swiper-slide-countdown .eyebrow {
    opacity: 0;
    transform: translateY(-60px)
}

section.homepage-banner .swiper-slide-countdown .banner-content.theme-dark .eyebrow-text {
    color: rgba(0, 0, 0, .45)
}

section.homepage-banner .swiper-slide-countdown .banner-content.theme-dark .banner-time,
section.homepage-banner .swiper-slide-countdown .banner-content.theme-dark .banner-title {
    color: rgba(0, 0, 0, .85)
}

section.homepage-banner .swiper-slide-countdown .banner-content.theme-light .eyebrow-text {
    color: rgba(255, 255, 255, .65)
}

section.homepage-banner .swiper-slide-countdown .banner-content.theme-light .banner-time,
section.homepage-banner .swiper-slide-countdown .banner-content.theme-light .banner-title {
    color: #fff
}

section.homepage-banner .swiper-slide-countdown .banner-content.banner-vertical-align-middle .banner-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

section.homepage-banner .swiper-slide-countdown .banner-content.banner-vertical-align-top .banner-text {
    left: 50%;
    top: 112px;
    transform: translate(-50%, 0)
}

section.homepage-banner .swiper-slide-countdown .banner-text {
    position: absolute;
    z-index: 0
}

section.homepage-banner .swiper-slide-countdown .banner-text .banner-text-link {
    position: absolute;
    width: 100%;
    height: calc(100% - 48px);
    left: 0
}

section.homepage-banner .swiper-slide-countdown .banner-logo {
    margin: 8px 0 0
}

section.homepage-banner .swiper-slide-countdown .banner-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 8px;
    font-weight: 500
}

section.homepage-banner .swiper-slide-countdown .banner-logo-text {
    font-size: 40px;
    line-height: 44px
}

section.homepage-banner .swiper-slide-countdown .banner-time {
    margin-top: 0
}

section.homepage-banner .swiper-slide-countdown .banner-slogan {
    margin-top: 8px
}

section.homepage-banner .swiper-slide-countdown .eyebrow-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: lighter;
    color: rgba(0, 0, 0, .45)
}

section.homepage-banner .swiper-slide-countdown .eyebrow-text span:after {
    display: inline-block;
    content: '|';
    margin: 0 16px;
    color: #fff;
    vertical-align: top;
    font-size: 12px
}

section.homepage-banner .swiper-slide-countdown .eyebrow-text span:last-child:after {
    display: none
}

section.homepage-banner .swiper-slide-countdown .eyebrow-icon {
    display: block;
    margin: 0 auto
}

section.homepage-banner .swiper-slide-countdown .banner-video-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden
}

section.homepage-banner .swiper-slide-countdown .banner-video-bg video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    min-width: 100%
}

section.homepage-banner .swiper-slide-countdown .countdown-thumb {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 8px
}

section.homepage-banner .swiper-slide-countdown .banner-more {
    display: none;
    margin-top: 32px
}

section.homepage-banner .swiper-slide-countdown .watch-live {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    height: 24px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease
}

section.homepage-banner .swiper-slide-countdown .watch-live:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 8px;
    vertical-align: text-top;
    transition: all .3s ease
}

section.homepage-banner .swiper-slide-countdown .watch-live.active,
section.homepage-banner .swiper-slide-countdown .watch-live:hover {
    color: rgba(255, 255, 255, .7);
    text-decoration: none
}

section.homepage-banner .swiper-slide-countdown .watch-live.active:before,
section.homepage-banner .swiper-slide-countdown .watch-live:after,
section.homepage-banner .swiper-slide-countdown .watch-live:hover:before {
    background-image: url(//www4.djicdn.com/assets/images/v3/homepage/icon-video-6eec1256d5f6847b187c39b338aa4d75.svg)
}

section.homepage-banner .swiper-slide-countdown .banner-learn-more {
    height: 40px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    margin-top: 24px
}

section.homepage-banner .swiper-slide-countdown .banner-learn-more .count-down-btn {
    display: none
}

section.homepage-banner .swiper-slide-countdown .banner-learn-more.theme-dark .banner-learn-more-link {
    color: rgba(0, 0, 0, .85);
    border: 1px solid rgba(0, 0, 0, .85)
}

section.homepage-banner .swiper-slide-countdown .banner-learn-more.theme-dark .banner-learn-more-link:hover {
    background-color: rgba(0, 0, 0, .04)
}

section.homepage-banner .swiper-slide-countdown .banner-learn-more.theme-light .banner-learn-more-link {
    color: #fff;
    border: 1px solid #fff
}

section.homepage-banner .swiper-slide-countdown .banner-learn-more.theme-light .banner-learn-more-link:hover {
    background-color: rgba(255, 255, 255, .09)
}

section.homepage-banner .swiper-slide-countdown .banner-learn-more .banner-learn-more-link {
    padding: 6px 16px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    border-radius: 60px;
    transition: all .3s ease;
    display: inline-block;
    margin: 0 8px
}

section.homepage-banner .swiper-slide-countdown .banner-learn-more .banner-learn-more-link .fa {
    width: 14px;
    height: 14px;
    font-size: 14px;
    margin-left: 8px
}

.suggest-country-show .dui-navbar {
    transition: none
}

.suggest-country-show #site-header {
    top: 64px
}

.suggest-country-show #cookie-tip {
    top: -104px
}

.suggest-country-show #suggest-country-pane {
    background-color: #303233;
    color: #fff
}

.suggest-country-show #suggest-country-pane .suggest-country-jump {
    background-color: #fff;
    color: #303233;
    background-image: none
}

.suggest-country-show #suggest-country-pane .dui-btn.suggest-country-other {
    border-color: #fff;
    color: #fff
}

.suggest-country-show #suggest-country-pane .close {
    background-image: url(//www2.djicdn.com/assets/images/v3/head/close-suggest-country.svg)
}

.banner-swiper-container .banner-swiper-slide .banner-text .eyebrow-text.eyebrow{font-size: 2.5vw;font-weight: bold;}
.banner-swiper-container .banner-swiper-slide .banner-text .headline{font-size: 1.8vw;color: #9b9b9b;}
section.homepage-banner .banner-swiper-container .banner-swiper-slide .banner-btn-box{left: 11%;top: 54%;}
section.homepage-banner .banner-swiper-container .banner-swiper-slide .banner-content.theme-light .banner-button{border:1px solid #5dbfcc;    padding: 18px 25px;border-radius: 20px;}
section.homepage-banner .banner-swiper-container .banner-swiper-slide .banner-btn-box a .text{color: #5dbfcc;font-size: 1.3vw;}
section.homepage-banner .banner-swiper-container .banner-swiper-slide .banner-content.theme-light .banner-button:hover {background:#5dbfcc;}
section.homepage-banner .banner-swiper-container .banner-swiper-slide .banner-content.theme-light .banner-button:hover .text{color: #fff ! important;}
section.homepage-banner .banner-swiper-container .banner-swiper-slide .banner-btn-box  .icon{color: #5dbfcc;font-size: 0vw;display: none;}

section.homepage-banner .swiper-scroller{left: 42%;top: 80%;}
section.homepage-banner .swiper-scroller ul li:nth-child(2), section.homepage-banner .swiper-scroller ul li:nth-child(4){opacity: 0;}
section.homepage-banner .swiper-scroller ul li a{font-size: 1.3vw;}

section.homepage-banner .swiper-scroller .slider{top: 74px;width: 6px;height: 20px;border-radius: 0;left: 20px;}
section.homepage-banner .swiper-scroller .slider .progress{width: 6px;background-color: #fff;}
section.homepage-banner .swiper-scroller .slider .progress:before{content: "";display: block;position: relative;background: url(../images/sj1.png) no-repeat center;width: 8px;
    height: 15px;
    top: -20px;
    left: -1px;
    background-size: cover;}
section.homepage-banner .swiper-scroller .slider .progress:after{content: "";display: block;position: relative;background: url(../images/sj2.png) no-repeat center;width: 8px;
    height: 15px;
    top: 10px;
    left: -1px;
    background-size: cover;}
section.homepage-banner .box-bg{display: none;}
    section.homepage-banner .swiper-scroller .slider{overflow: visible;}
section.homepage-banner .swiper-scroller .slider.bai .progress{background-color: #000;}
.banner-swiper-container .swiper-scroller-list  li.bai a{color: #000;}
.banner-swiper-container .banner-swiper-slide.bai .banner-text .eyebrow-text.eyebrow{color: #000;}
.banner-swiper-container .banner-swiper-slide.bai .banner-text .headline{}
.banner-swiper-container.bai .banner-swiper-slide .banner-btn-box .banner-button{ border: 1px solid #222;}
.banner-swiper-container .banner-swiper-slide.bai .swiper-scroller ul li a{ position: relative; color: #222;}
.banner-swiper-container .banner-swiper-slide.bai .swiper-scroller ul li:nth-child(3) a:before{
    position: absolute;
    content: "";
    width: 2px;
    height: 60%;
    left: 0;
    top: 20%;
    background: #222;
    opacity: 0.8;
}
.banner-swiper-container .banner-swiper-slide.bai:hover .swiper-control .control-btn{
    background-color: rgba(0, 0, 0, .3) !important;
}

/**/
.banner-swiper-container.bai .banner-swiper-slide .banner-text .eyebrow-text{
	color: #222;
}
.banner-swiper-container.bai .banner-swiper-slide .banner-text .xingh{
	color: #222;
}
.banner-swiper-container.bai .banner-swiper-slide .banner-btn-box .banner-button{
	border: 1px solid #222;
}
.banner-swiper-container.bai .banner-swiper-slide .banner-btn-box .banner-button .text{
	color: #222;
}
.banner-swiper-container.bai .banner-swiper-slide .banner-btn-box .banner-button .icon{
	color: #222;
}
.banner-swiper-container.bai .swiper-scroller ul li a{
	position: relative;
	color: #222;
}
.banner-swiper-container.bai .swiper-scroller ul li:nth-child(3) a:before{
	position: absolute;
	content: "";
	width: 2px;
	height: 60%;
	left: 0;
	top: 20%;
	background: #222;
	opacity: 0.8;
}
.banner-swiper-container.bai:hover .swiper-control .control-btn{
	background-color: rgba(0, 0, 0, .3) !important;
}
@media screen and (max-width:768px) {
	section.homepage-banner.homepage-big-banner{
		margin-top: 6rem;
		height: 40rem;
	}
	section.homepage-banner .banner-content{
		background-position: right;
	}
	section.homepage-banner .banner-swiper-container{
		min-width: 100%;
	}
	section.homepage-banner .swiper-scroller{
		left: 0;
		margin-left: 0;
	}
	section.homepage-banner .banner-text{
		top: 18%;
		left: 10%;
	}
	section.homepage-banner .eyebrow-text{
		font-size: 2.4rem;
	}
	section.homepage-banner .banner-text .xingh{
		font-size: 2rem;
	}
	section.homepage-banner .banner-btn-box{
		top: 37%;
		left: 10%;
	}
	section.homepage-active-banner ul.active-banner-list{
		padding: 0 0;
		
	}
	section.homepage-active-banner ul.active-banner-list li,section.homepage-products-banner li{
		margin-bottom: 16px;
		width: 100% !important;
		height: 52rem;
		background-position: right !important;
	}
	section.homepage-active-banner ul.active-banner-list li.active-banner-item, section.homepage-products-banner ul.products-banner-list li.products-banner-item{
		height: 52rem;
	}
	section.homepage-active-banner ul.active-banner-list li:nth-child(2), section.homepage-products-banner li:nth-child(1){
		background-position:center !important;
	}
	section.homepage-products-banner{
		padding: 0;
		margin: 0;
	}
	section.homepage-active-banner ul.active-banner-list .active-banner-text .pro-con, section.homepage-products-banner ul.products-banner-list .products-banner-text .pro-con{
		opacity: 1;
		margin-top: 0;
	}
	section.homepage-active-banner ul.active-banner-list .active-banner-text .logo{
		font-size: 2.4rem;
	}
	section.homepage-skypixel-module .skypixel-container{
		margin-top: 0;
		height: 22rem;
	}
	section.homepage-skypixel-module .contents-container .content{
		height: 22rem;
	}
	section.homepage-skypixel-module .swiper-pagination-box{
		bottom: 10px;
	}
	section.homepage-skypixel-module .desc, section.homepage-skypixel-module .product-name-text{
		font-size: 2.4rem;
		line-height: 2.5rem;
	}
	section.homepage-skypixel-module .sp-learn-more .learn-text{
		font-size: 1.4rem;
		line-height: 2rem;
	}
	section.homepage-skypixel-module .swiper-container .swiper-slide{
		width: 100vw !important;
		height: 22rem
	}
	section.homepage-skypixel-module .swiper-btn-next {
    right: 0;
	}
	section.homepage-skypixel-module .swiper-btn-prev {
	    left: 0;
	}
	section.homepage-child-module, section.homepage-stories-module{
		margin-top: 3rem;
	}
	section.homepage-stories-module .content{
		width: 100%;
	}
	section.homepage-stories-module ul.stories-module-list{
		display: block;
		margin-top: 2rem;
	}
	section.homepage-stories-module .stories-text-box .title{
		font-size: 3rem;
	}
	section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text .headline{
		font-size: 2.4rem;
	}
	section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text .link-box .text{
		font-size: 1.4rem;
	}
	section.homepage-active-banner ul.active-banner-list a.active-banner-link, 
	section.homepage-products-banner ul.products-banner-list a.products-banner-link, 
	section.homepage-stories-module ul.stories-module-list li.stories-module-item a.banner-link{
		opacity: 0.6;
	}
	section.homepage-stories-module ul.stories-module-list li.stories-module-item{
		width: 100%;
		height: 30rem;
	}
	section.homepage-stories-module ul.stories-module-list li.stories-module-item .stories-module-text{
		top: 1rem;
	}
	section.homepage-stories-module ul.stories-module-list li.stories-module-item a.banner-link{
		z-index: 0;
	}
	section.homepage-service-module{
		margin-top: 0;
	}
	section.homepage-service-module .content{
		width: 100%;
	}
	section.homepage-service-module ul.service-module-list li.service-module-item .icon{
		height: 4.5rem;
	}
	section.homepage-service-module ul.service-module-list li.service-module-item .title{
		font-size: 1.8rem;
	}
	section.homepage-service-module ul.service-module-list li.service-module-item .link-box .text{
		font-size: 1.4rem;
	}
	
}</pre></body></html>