.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

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

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-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;
    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: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
    background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

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

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

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

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -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;
    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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%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-next,.swiper-container-rtl .swiper-button-prev {
    /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%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-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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%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-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%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-lock {
    display: none
}

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

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33)
}

.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;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

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

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top,.2s -webkit-transform;
    -o-transition: .2s top,.2s -webkit-transform;
    transition: .2s top,.2s -webkit-transform;
    -o-transition: .2s transform,.2s top;
    -webkit-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
    -o-transition: .2s transform,.2s top,.2s -webkit-transform;
    transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left,.2s -webkit-transform;
    -o-transition: .2s left,.2s -webkit-transform;
    transition: .2s left,.2s -webkit-transform;
    -o-transition: .2s transform,.2s left;
    -webkit-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
    -o-transition: .2s transform,.2s left,.2s -webkit-transform;
    transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    -webkit-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right,.2s -webkit-transform;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

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

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

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

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

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

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

.swiper-container-vertical>.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,0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

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

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    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%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-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%;
    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 {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

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

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

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.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;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

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

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

.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;
    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-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

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

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

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

.ev9 {
    color: #05141f;
    overflow-x: hidden
}

.ev9 .l-wrap {
    padding: 0 30px;
    max-width: 1060px
}

.ev9 .l-wrap.l-small {
    max-width: 720px
}

.ev9 .l-wrap.l-nerrow {
    max-width: 960px
}

.ev9 .l-wrap.l-wide {
    max-width: 1280px !important
}

@media (min-width: 75em) {
    .ev9 .l-wrap {
        padding:0
    }
}

@media (max-width: 59.99em) {
    .ev9 .l-wrap .video-box {
        margin-left:-30px;
        margin-right: -30px
    }
}

@media (max-width: 59.99em) {
    .ev9 .footer {
        overflow:hidden;
        position: relative;
        bottom: 0;
        z-index: 2;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #fff
    }

    .ev9 .footer .cpy {
        color: #05141f
    }
}

.ev9 .bg-visual {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ev9 .bg-visual .video-rwd {
    width: 100%;
    height: 100%
}

.ev9 .bg-visual img,.ev9 .bg-visual video {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

.no-objectfit .ev9 .bg-visual img,.no-objectfit .ev9 .bg-visual video {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    min-width: 100%;
    min-height: 100%;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
    transform: translate3d(-50%, -50%, 0) !important
}

.ev9 .eyebrow {
    margin-bottom: 1rem;
    text-align: center
}

@media (min-width: 60em) {
    .ev9 .eyebrow {
        margin-bottom:2.5rem;
        font-size: 1.6rem
    }
}

.ev9 .title {
    margin: 0;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center
}

.ev9 .title--sm {
    font-size: 2.2rem
}

@media (min-width: 60em) {
    .ev9 .title {
        font-size:4.2rem
    }

    .ev9 .title--sm {
        font-size: 2.8rem
    }
}

.ev9-message {
    padding: 4rem 1rem;
    color: #05141f;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: #ece5dd
}

.ev9-message__p {
    display: block;
    width: 100%;
    color: #05141f
}

.ev9-message__p span {
    display: inline-block
}

.ev9-message__p strong {
    color: #05141f
}

.ev9-message__p strong:after {
    content: '\ea01';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin-top: 2rem;
    font-size: 1rem;
    font-weight: bold
}

@media (max-width: 59.99em) {
    .ev9-message {
        height:auto;
        visibility: visible !important;
        opacity: 1 !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important
    }

    .ev9-message__p span {
        display: block
    }

    .ev9-message__p strong {
        margin-bottom: 0.5rem;
        font-size: 120%
    }
}

@media (min-width: 60em) {
    .ev9-message {
        position:fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 50;
        width: auto;
        height: auto;
        padding-top: 1.2em;
        padding-bottom: 1em
    }

    .ev9-message__p strong::after {
        display: inline-block;
        margin-top: 0;
        margin-left: 1rem
    }
}

.e-gmp {
    position: relative;
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 10rem;
    background-color: #F6F2ED
}

@media (min-width: 60em) {
    .e-gmp {
        padding-top:10rem;
        padding-bottom: 14rem
    }
}

.e-gmp__cont {
    margin-bottom: 6rem
}

.e-gmp__h {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4
}

.e-gmp__h span {
    display: inline-block
}

.e-gmp__h small {
    font-size: 70%
}

.e-gmp__h[lang="kr"] small {
    font-size: 60%
}

@media (min-width: 45em) {
    .e-gmp__h {
        font-size:3rem
    }
}

@media (min-width: 60em) {
    .e-gmp__h {
        font-size:4.2rem
    }
}

.e-gmp__p {
    font-size: 1.5rem;
    margin: 3rem 0 0
}

.e-gmp__p span {
    display: inline-block
}

@media (max-width: 44.99em) {
    .e-gmp__p {
        margin:2rem 0 0;
        text-align: left
    }
}

@media (min-width: 60em) {
    .e-gmp__p {
        font-size:1.6rem;
        margin: 4rem 0 0
    }
}

.e-gmp .video-box {
    margin-bottom: 3rem
}

@media (max-width: 44.99em) {
    .e-gmp .video-box {
        margin-bottom:2rem
    }
}

@media (min-width: 60em) {
    .e-gmp .video-box {
        margin-bottom:4rem
    }
}

.e-gmp__item .item {
    position: relative
}

.e-gmp__item .item+.item {
    margin-top: 3rem
}

.e-gmp__item .item .video-box {
    margin-bottom: 0 !important
}

.e-gmp__item .item__desc {
    position: absolute;
    left: 2.5rem;
    bottom: 1.5rem;
    color: #fff;
    font-size: 1.5rem;
    margin: 0
}

@media (max-width: 44.99em) {
    .e-gmp__item .item+.item {
        margin-top:2rem
    }

    .e-gmp__item .item__desc {
        left: 0
    }
}

@media (min-width: 45em) {
    .e-gmp__item {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2rem;
        margin-right: -2rem
    }

    .e-gmp__item .item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 2rem;
        margin-right: 2rem
    }

    .e-gmp__item .item+.item {
        margin-top: 0rem
    }

    .e-gmp__item .item__desc {
        font-size: 1.6rem
    }
}

.envisioning {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 10rem
}

@media (min-width: 60em) {
    .envisioning {
        padding-top:10rem;
        padding-bottom: 14rem
    }
}

.envisioning+.envisioning {
    padding-top: 0 !important
}

.envisioning__cont {
    text-align: center;
    margin-bottom: 6rem
}

.envisioning__foot {
    text-align: center;
    margin-top: 4rem
}

.envisioning__foot-inner {
    display: inline-block;
    text-align: left
}

.envisioning__h {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4
}

.envisioning__h span {
    display: inline-block
}

@media (min-width: 45em) {
    .envisioning__h {
        font-size:3rem
    }
}

@media (min-width: 60em) {
    .envisioning__h {
        font-size:4.2rem
    }
}

.envisioning__p {
    font-size: 1.5rem;
    margin: 3rem 0 0
}

.envisioning__p span {
    display: inline-block
}

@media (max-width: 44.99em) {
    .envisioning__p {
        margin:2rem 0 0;
        text-align: left
    }
}

@media (min-width: 60em) {
    .envisioning__p {
        font-size:1.6rem;
        margin: 4rem 0 0
    }
}

.envisioning__desc {
    font-size: 1.1rem;
    opacity: 0.8
}

.envisioning__desc span {
    display: inline-block
}

@media (max-width: 44.99em) {
    .envisioning__desc {
        text-align:left
    }
}

.hero {
    position: relative;
    overflow: hidden;
    height: calc(var(--vh, 1vh) * 100)
}

.hero .swiper-container {
    height: 100%
}

.hero__bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0,0,0,0.2)));
    background: -o-linear-gradient(bottom, transparent, rgba(0,0,0,0.2));
    background: linear-gradient(to top, transparent, rgba(0,0,0,0.2))
}

.hero__cont {
    position: absolute;
    z-index: 11;
    left: 50%;
    bottom: 10%;
    width: 100%;
    padding: 0 2rem;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hero__title {
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1
}

.hero__title span {
    display: inline-block;
    line-height: 1.4
}

@media (max-width: 59.99em) {
    .hero__title small {
        font-size:65%
    }
}

@media (min-width: 60em) {
    .hero__title {
        font-size:4.2rem
    }
}

.hero__desc {
    color: #fff;
    font-size: 1.8rem;
    opacity: 0.6;
    margin: 1.5rem 0 0
}

.hero__desc span {
    display: inline-block
}

@media (min-width: 60em) {
    .hero__desc {
        font-size:2.6rem
    }
}

.hero__btn {
    margin-top: 2rem
}

.hero__premiere .hero__cont {
    bottom: 18%
}

@media (min-width: 75em) {
    .hero__premiere .hero__cont {
        bottom:15%
    }
}

.hero .btn-play,.hero .btn-guide-arrow {
    z-index: 20
}

.hero .swiper-controller {
    bottom: 10%
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hero {
        height: 100vh
    }
}

.highway {
    position: relative;
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 10rem
}

@media (min-width: 60em) {
    .highway {
        padding-top:10rem;
        padding-bottom: 14rem
    }
}

.highway+.envisioning {
    padding-top: 0 !important
}

.highway__cont {
    text-align: center;
    margin-bottom: 6rem
}

.highway__h {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4
}

.highway__h span {
    display: inline-block
}

@media (min-width: 45em) {
    .highway__h {
        font-size:3rem
    }
}

@media (min-width: 60em) {
    .highway__h {
        font-size:4.2rem
    }
}

.highway__p {
    font-size: 1.5rem;
    margin: 3rem 0 0
}

.highway__p span {
    display: inline-block
}

@media (max-width: 44.99em) {
    .highway__p {
        margin:2rem 0 0;
        text-align: left
    }
}

@media (min-width: 60em) {
    .highway__p {
        font-size:1.6rem;
        margin: 4rem 0 0
    }
}

.highway__item .item {
    position: relative
}

.highway__item .item+.item {
    margin-top: 3rem
}

@media (max-width: 44.99em) {
    .highway__item .item+.item {
        margin-top:2rem
    }
}

@media (min-width: 60em) {
    .highway__item {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -2rem;
        margin-right: -2rem
    }

    .highway__item .item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 2rem;
        margin-right: 2rem
    }

    .highway__item .item+.item {
        margin-top: 0rem
    }
}

.date-open {
    text-align: center;
    background-color: #f0f0f0
}

@media (min-width: 60em) {
    .date-open {
        margin-top:4rem;
        background-color: transparent
    }
}

.date-open__btn {
    color: #05141f;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 2rem 0
}

.date-open__btn span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    line-height: 1;
    vertical-align: middle
}

.date-open__btn span::before {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid #05141f;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width: 60em) {
    .date-open__btn {
        display:none
    }
}

.date-open__cont {
    display: inline-block;
    text-align: left
}

@media (max-width: 59.99em) {
    .date-open__cont {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        visibility: hidden;
        max-height: 0;
        opacity: 0;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        -webkit-transition: visibility 0s 0.4s, max-height 0.4s, opacity 0.4s;
        -o-transition: visibility 0s 0.4s, max-height 0.4s, opacity 0.4s;
        transition: visibility 0s 0.4s, max-height 0.4s, opacity 0.4s
    }
}

.date-open__desc {
    font-size: 1.1rem;
    opacity: 0.8;
    margin: 0;
    padding-bottom: 2rem
}

.date-open.is-opened .date-open__btn span::before {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.date-open.is-opened .date-open__cont {
    visibility: visible;
    max-height: 1000px;
    opacity: 1;
    -webkit-transition: visibility 0s 0s, max-height 0.4s, opacity 0.4s;
    -o-transition: visibility 0s 0s, max-height 0.4s, opacity 0.4s;
    transition: visibility 0s 0s, max-height 0.4s, opacity 0.4s
}

.images {
    position: relative;
    padding: 2rem 0 2rem 20px;
    background-color: #f6f2ed
}

.modal+.images {
    background-color: #f6f3ee
}

@media (min-width: 60em) {
    .images {
        padding:5rem 0 5rem 20px
    }

    .images .btn-play {
        width: 50px;
        height: 50px
    }

    .images .btn-play.btn-play::before {
        left: 2px;
        font-size: 2rem
    }
}

@media (min-width: 75em) {
    .images {
        padding: 5rem 0 2rem 40px;
    }
}

.images .swiper-container {
    width: 68%;
    padding-right: 32%;
    padding-bottom: 20px;
    margin: 0
}
.images .images__swiper{
    position: relative;
}
.images .swiper-pagination {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 2px
}

.images .swiper-container-horizontal .swiper-pagination-progressbar,.images .swiper-container-horizontal .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 2px
}

.images .swiper-pagination-progressbar-fill {
    background: #05141f
}

@media (min-width: 60em) {
    .images .swiper-container {
        padding-bottom:30px
    }

    .images .swiper-pagination {
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media (min-width: 75em) {
    .images .swiper-container {
        width:28%;
        padding-right: 72%;
        padding-bottom: 40px
    }

    .images .swiper-pagination {
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.images__title {
    color: #05141f;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1.5rem
}

@media (min-width: 60em) {
    .images__title {
        font-size:2.6rem;
        margin-bottom: 2.5rem
    }
}

@media (min-width: 75em) {
    .images__title {
        font-size:2.8rem;
        margin-bottom: 3.5rem
    }
}

.images .thumb-box {
    position: relative;
    cursor: pointer
}
.images .thumb-box i {
    font-size: 80px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.images .thumb-box .title {
    font-size: 1.4rem;
    font-weight: 400;
    direction: rtl;
    font-family: 'KiaSignatureRegular', 'Almoni' !important;
    bottom: 5%;
    top: auto;
    position: relative;
    text-align: center;
    width: calc(100% - 40px);
    color: #000;
    padding: 10px 20px;
}
@media (max-width: 60em) {
    .images .thumb-box .title {
        font-size: 1.2rem;
    }
    .images .thumb-box i {
        font-size: 50px;
    }
}
.sign-up {
    position: relative;
    overflow: hidden;
    height: 70vh
}

.sign-up__bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.sign-up__cont {
    z-index: 25;
    padding: 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.sign-up__cont-inner {
    width: 100%
}

.sign-up__h {
    display: block;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4
}

.sign-up__h span {
    display: inline-block
}

@media (min-width: 45em) {
    .sign-up__h {
        font-size:3.4rem
    }
}

@media (min-width: 60em) {
    .sign-up__h {
        font-size:4.2rem
    }
}

.sign-up__sh {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.4
}

.sign-up__sh span {
    display: inline-block
}

@media (min-width: 45em) {
    .sign-up__sh {
        font-size:2.2rem
    }
}

@media (min-width: 60em) {
    .sign-up__sh {
        font-size:2.6rem
    }
}

.sign-up__p {
    color: rgba(255,255,255,0.7);
    font-size: 1.6rem;
    margin: 3rem 0 0
}

.sign-up__p span {
    display: inline-block
}

@media (min-width: 45em) {
    .sign-up__p {
        font-size:2rem
    }
}

@media (min-width: 60em) {
    .sign-up__p {
        font-size:2.2rem
    }
}

.sign-up__desc {
    color: rgba(255,255,255,0.7);
    font-size: 1.4rem;
    margin: 2rem 0 0
}

.sign-up__desc span {
    display: inline-block
}

@media (min-width: 45em) {
    .sign-up__desc {
        font-size:1.6rem
    }
}

@media (min-width: 60em) {
    .sign-up__desc {
        font-size:1.8rem
    }
}

.images-swiper-modal.tingle-modal {
    background-color: #000
}

.images-swiper-modal .tingle-modal__close {
    display: none
}

.images-swiper-modal .tingle-modal-box {
    width: 100%;
    height: 100%;
    background-color: transparent
}

.images-swiper-modal .tingle-modal-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.images-swiper-modal .modal-popup {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent
}

.images-swiper-modal .modal-body {
    position: relative;
    max-height: none;
    margin: 0 auto;
    overflow-y: inherit;
    padding: 0
}

@media (min-width: 45em) {
    .images-swiper-modal .modal-body {
        width:720px
    }
}

@media (min-width: 60em) {
    .images-swiper-modal .modal-body {
        width:960px
    }
}

@media (min-width: 75em) {
    .images-swiper-modal .modal-body {
        width:1100px
    }
}

@media (min-width: 100em) {
    .images-swiper-modal .modal-body {
        width:1300px
    }
}

.images-swiper-modal .modal__close::before {
    position: static
}

.images-swiper-modal .modal__close:before {
    content: '\ea02';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    width: auto;
    height: auto;
    color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
    font-size: 20px
}

.images-swiper-modal .modal__close::after {
    display: none
}

.images-swiper-modal .swiper-container {
    padding-top: 3rem
}

.images-swiper-modal .swiper-controller {
    position: static;
    bottom: 0;
    margin-top: 3rem
}

@media (max-width: 59.99em) {
    .images-swiper-modal .swiper-wrapper {
        height:auto
    }
}

@media (max-width: 59.99em) {
    .images-swiper-modal .swiper-slide {
        width:100%
    }
}

.images-swiper-modal .swiper-button-prev,.images-swiper-modal .swiper-button-next {
    padding: 10px;
    text-align: center
}

.images-swiper-modal .swiper-button-prev:before,.images-swiper-modal .swiper-button-next:before {
    content: '\ea01';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    font-size: 14px
}

.images-swiper-modal .swiper-button-prev::after,.images-swiper-modal .swiper-button-next::after {
    display: none
}

.images-swiper-modal .swiper-button-prev {
    left: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.images-swiper-modal .swiper-button-next {
    right: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width: 74.99em) {
    .images-swiper-modal .swiper-button-prev,.images-swiper-modal .swiper-button-next {
        height:25px;
        background-color: rgba(0,0,0,0.5)
    }
}

@media (min-width: 75em) {
    .images-swiper-modal .swiper-button-prev {
        left:-60px
    }

    .images-swiper-modal .swiper-button-next {
        right: -60px
    }
}

@media (min-width: 100em) {
    .images-swiper-modal .swiper-button-prev {
        left:-100px
    }

    .images-swiper-modal .swiper-button-next {
        right: -100px
    }
}

.swiper-controller {
    position: absolute;
    bottom: 12%;
    width: 100%;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper-controller--invert .swiper-button-prev,.swiper-controller--invert .swiper-button-next,.swiper-controller--invert .swiper-button-play,.swiper-controller--invert .swiper-button-pause,.swiper-controller--invert .swiper-pagination {
    color: #fff
}

.swiper-controller--invert .swiper-button-pause::before,.swiper-controller--invert .swiper-button-pause::after {
    background: #fff
}

.swiper-controller--invert .swiper-pagination-bullet {
    border-color: #fff
}

.no-touchevents .swiper-controller--invert .swiper-pagination-bullet:hover,.no-touchevents .swiper-controller--invert .swiper-pagination-bullet:focus {
    background-color: #fff
}

.swiper-controller--invert .swiper-pagination-bullet-active {
    background-color: #fff
}

.swiper-pagination {
    position: relative;
    z-index: 15
}

.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 5px 6px;
    opacity: 1;
    border: 2px solid #05141f;
    background-color: transparent;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s
}

.no-touchevents .swiper-pagination-bullet:hover,.no-touchevents .swiper-pagination-bullet:focus {
    background-color: #05141f
}

.swiper-pagination-bullet-active {
    background-color: #05141f
}

.no-touchevents .swiper-pagination-bullet-active:hover,.no-touchevents .swiper-pagination-bullet-active:focus {
    background-color: #05141f
}

.swiper-button-prev,.swiper-button-next {
    width: auto;
    height: auto;
    background-image: none;
    text-align: center;
    font-size: 0
}

.swiper-button-prev::before,.swiper-button-next::before {
    font-size: 20px
}

@media (min-width: 60em) {
    .swiper-button-prev::before,.swiper-button-next::before {
        font-size:50px
    }
}

.swiper-button-prev {
    left: 0px
}

.swiper-button-prev:before {
    content: '\ea0e';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none
}

.swiper-button-next {
    right: 0px
}

.swiper-button-next:before {
    content: '\ea0b';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none
}

.swiper-button-play,.swiper-button-pause {
    display: none;
    width: 28px;
    height: 28px;
    z-index: 1;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s
}

.swiper-button-play--invert,.swiper-button-pause--invert {
    color: #fff
}

.is-pause .swiper-button-play {
    display: block !important
}

.swiper-button-play:before {
    content: '\ea0d';
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    font-size: 13px
}

.swiper-button-pause {
    position: relative
}

.swiper-container-initialized .swiper-button-pause {
    display: block
}

.is-pause .swiper-button-pause {
    display: none !important
}

.swiper-button-pause::after,.swiper-button-pause::before {
    content: '';
    position: absolute;
    top: 5px;
    display: block;
    width: 3px;
    height: 13px;
    background: #05141f
}

.swiper-button-pause::before {
    left: 8px
}

.swiper-button-pause::after {
    right: 8px
}

.technology {
    position: relative;
    z-index: 10;
    background: #000
}

.technology .eyebrow {
    color: #fff
}

@media (min-width: 60em) {
    .technology .eyebrow {
        text-align:left
    }
}

.technology__item {
    position: relative
}

@media (min-width: 60em) {
    .technology__item {
        min-height:100vh
    }
}

.technology__cont {
    position: relative;
    z-index: 8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8rem 30px;
    color: #fff;
    text-align: center
}

@media (min-width: 60em) {
    .technology__cont {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        padding: 5rem 4rem;
        text-align: left
    }
}

@media (min-width: 75em) {
    .technology__cont {
        padding:8rem
    }
}

@media screen and (min-width: 75em) and (max-height: 700px) {
    .technology__cont {
        padding-left:3rem;
        padding-right: 3rem
    }
}

.technology__h {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4
}

.technology__h span {
    display: inline-block
}

@media (min-width: 45em) {
    .technology__h {
        font-size:3rem
    }
}

@media (min-width: 60em) {
    .technology__h {
        font-size:4.2rem;
        text-align: left
    }
}

.technology__p {
    font-size: 1.6rem;
    margin: 3rem 0 0
}

.technology__p span {
    display: inline-block
}

@media (max-width: 44.99em) {
    .technology__p {
        margin:2rem 0 0;
        text-align: left
    }
}

@media (min-width: 60em) {
    .technology__p {
        font-size:1.8rem;
        margin: 4rem 0 0
    }
}

.technology__cover {
    position: relative;
    z-index: 8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem 30px 8rem;
    color: #fff;
    text-align: center
}

@media (min-width: 60em) {
    .technology__cover {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        padding: 0 4rem 10rem 4rem;
        text-align: right
    }
}

@media (min-width: 75em) {
    .technology__cover {
        padding:0 8rem 12rem 8rem
    }
}

@media screen and (min-width: 75em) and (max-height: 700px) {
    .technology__cover {
        padding-left:3rem;
        padding-right: 3rem
    }
}

.technology__desc {
    font-size: 1.6rem;
    margin: 3rem 0 0
}

.technology__desc span {
    display: inline-block
}

@media (max-width: 44.99em) {
    .technology__desc {
        margin:2rem 0 0;
        text-align: left
    }
}

@media (min-width: 60em) {
    .technology__desc {
        font-size:1.8rem;
        margin: 0
    }
}

.technology__bg {
    overflow: hidden
}

.technology__bg img {
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.no-objectfit .technology__bg img {
    display: none
}

.technology__bg-sm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    bottom: 20%;
    z-index: 1
}

.technology__bg-sm img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.technology__img-sm {
    position: relative;
    z-index: 5
}

.technology__img-lg,.technology__bg-lg {
    display: none
}

@media (min-width: 60em) {
    .technology__spacer {
        position:relative;
        width: 100%;
        height: 70vh
    }

    .technology__bg-sm {
        bottom: 0
    }

    .technology__bg-sm,.technology__img-sm,.technology__img-lg,.technology__bg-lg {
        display: block
    }

    .technology__bg-sm .video-box,.technology__img-sm .video-box,.technology__img-lg .video-box,.technology__bg-lg .video-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5
    }

    .technology__bg-sm img,.technology__bg-sm video,.technology__img-sm img,.technology__img-sm video,.technology__img-lg img,.technology__img-lg video,.technology__bg-lg img,.technology__bg-lg video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .no-objectfit .technology__bg-sm img,.no-objectfit .technology__img-sm img,.no-objectfit .technology__img-lg img,.no-objectfit .technology__bg-lg img {
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        min-width: 100%;
        min-height: 100%;
        width: auto !important;
        height: auto !important;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }

    .technology__img-sm,.technology__img-lg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        left: 50%;
        z-index: 5;
        overflow: hidden
    }

    .technology__img-sm .pad,.technology__img-lg .pad {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden
    }

    .technology__bg-lg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1
    }

    .technology__bg-lg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background-color: rgba(0,0,0,0.2)
    }

    .technology__bg-lg,.technology__img-lg,.technology__spacer {
        display: none
    }

    .technology[data-pin] {
        height: 100vh;
        overflow: hidden
    }

    .technology[data-pin] .technology__cont {
        position: absolute;
        top: 10%;
        left: 50%;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }

    .technology[data-pin] .technology__cover {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }

    .technology[data-pin] .technology__item {
        position: static;
        min-height: auto
    }

    .technology[data-pin] .technology__bg-sm,.technology[data-pin] .technology__img-sm {
        display: none
    }

    .technology[data-pin] .technology__bg-lg,.technology[data-pin] .technology__img-lg,.technology[data-pin] .technology__spacer {
        display: block
    }
}

.visualizer {
    background-color: #323232
}

.visualizer__inner {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

.touchevents .visualizer__inner {
    padding-bottom: 177.77778%
}

@media only screen and (orientation: landscape) {
    .touchevents .visualizer__inner {
        padding-bottom:56.25%
    }
}

.visualizer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.visualizer__bg iframe {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.tingle-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background: rgba(0,0,0,0.6);
    opacity: 0
}

.tingle-modal__close {
    overflow: hidden;
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 320;
    padding: 5px;
    width: 24px;
    height: 24px;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer
}

.tingle-modal__close svg {
    display: none
}

.tingle-modal__close:before {
    content: "\ea02";
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none
}

.tingle-modal__closeIcon {
    display: none
}

.tingle-modal__closeLabel {
    position: absolute;
    font-size: 1px;
    visibility: hidden
}

.tingle-modal-box {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: #fff;
    opacity: 1;
    cursor: auto;
    will-change: transform, opacity
}

.tingle-modal-box .modal {
    display: block
}

.tingle-modal.tingle-enabled {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden
}

.tingle-modal.tingle-modal--visible {
    visibility: visible;
    opacity: 1
}

.tingle-modal.tingle-modal--visible .tingle-modal-box__footer {
    padding: 15px;
    bottom: 0;
    background-color: #f0f0f0;
    text-align: center
}

.tingle-modal.tingle-modal--visible .tingle-modal-box {
    -webkit-animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards
}

.tingle-modal.tingle-modal--overflow {
    overflow-y: scroll
}

@-webkit-keyframes scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width: 44.99em) {
    .tingle-modal {
        background:#fff
    }

    .tingle-modal-box {
        width: 100%;
        height: calc(100% - 1px);
        margin-top: 0
    }

    .tingle-modal-box__content {
        height: 100%
    }
}

.modal {
    display: none;
    position: relative;
    width: 100%;
    height: 100%
}

.js .modal-template {
    display: none
}

.modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    padding-left: 30px;
    background-color: #f7f7f7
}

.modal__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6rem;
    height: 100%
}

.modal__body--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100% - 56px);
    padding-bottom: 50px;
    text-align: center
}

.modal__body--center .modal__pad {
    overflow: visible
}

.modal ::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.modal ::-webkit-scrollbar-thumb {
    background: #d8d8d8
}

.modal ::-webkit-scrollbar-track {
    background: white
}

.modal .modal__pad {
    scrollbar-face-color:#d8d8d8;scrollbar-arrow-color:#d8d8d8;scrollbar-track-color:white}

.modal__pad {
    height: calc(100% - 55px);
    overflow-y: auto
}

.modal__close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 21px;
    padding: 10px;
    z-index: 320
}

.modal__close::before,.modal__close::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 7px;
    width: 27px;
    height: 1px;
    background-color: #05141f;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.modal__close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal__close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width: 45em) {
    .modal {
        width:440px
    }

    .modal__body--center {
        padding-top: 20px
    }

    .modal__pad {
        max-height: calc(490px - 55px)
    }
}

@media (min-width: 60em) {
    .modal__close {
        width:26px;
        height: 26px
    }

    .modal__close::before,.modal__close::after {
        top: 22px;
        left: 7px;
        width: 32px;
        height: 2px
    }
}

.modal-popup {
    position: relative;
    z-index: 10;
    width: 100%;
    min-width: 360px;
    background: #fff
}

.no-hiddenscroll .modal-popup ::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.no-hiddenscroll .modal-popup ::-webkit-scrollbar-thumb {
    background: #d8d8d8
}

.no-hiddenscroll .modal-popup ::-webkit-scrollbar-track {
    background: white
}

.no-hiddenscroll .modal-popup .modal-body {
    scrollbar-face-color:#d8d8d8;scrollbar-arrow-color:#d8d8d8;scrollbar-track-color:white}

.modal-header {
    width: 100%;
    text-align: center;
    height: 40px;
    padding-top: 30px
}

.modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
    color: #0a0a0a;
    font-size: 30px
}

.modal-close:before {
    content: "\ea02";
    display: inline-block;
    font-family: 'icon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none
}

.modal-body {
    font-size: 1.4rem;
    padding: 0 30px;
    max-height: calc(100vh - 40px - 30px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.modal-footer {
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 20px 0;
    background: #fff
}

.modal--full-video .tingle-modal-box {
    background-color: #000
}

.modal--full-video .tingle-modal-box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}