@charset "utf-8"; :root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 446px;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.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 {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform,.2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-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,.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: flex;
    justify-content: 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%;
    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;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.popupzone-modal {
    display: flex;
    justify-content: center;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    z-index: 1070
}

.popupzone-open .popupzone-modal {
    visibility: visible;
    opacity: 1
}

.popupzone-innder {
    margin: auto;
    padding: 50px 0;
    width: 100%;
    max-width: 1260px;
    position: relative;
    z-index: 1080
}

.popupzone-logo {
    display: block;
    width: 253px;
    height: 40px;
}

.popupzone-logo span {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='247' height='38' viewBox='0 0 247 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.2 30.88H34.32V34.52H0.2V30.88H15.16V24.44H2.48V12.12H28.16V6.76H2.48V3.24H32.08V15.52H6.44V20.92H32.6V24.44H19.2V30.88ZM66.3966 25.76V6.92H40.7566V3.2H70.5166V25.76H66.3966ZM55.4766 30.8H72.7966V34.52H38.6766V30.8H51.3966V15.56H55.4766V30.8ZM80.3531 38H76.1931L90.8331 0.599999H94.9931L80.3531 38ZM134.162 15.84V19.64H129.362V36.16H125.402V2H129.362V15.84H134.162ZM113.202 3C113.162 8.32 112.722 13.08 111.842 17.2L122.602 31.76L119.402 34.04L110.602 21.84C108.162 29.28 104.042 33.72 98.7222 34.12V30.12C105.562 29.04 109.122 17.2 109.162 2.84L113.202 3ZM164.839 36.16V2H168.839V36.16H164.839ZM148.719 34.56C142.639 34.56 138.359 29.52 138.359 18.68C138.359 7.84 142.639 2.8 148.719 2.8C154.759 2.8 159.039 7.84 159.039 18.68C159.039 29.52 154.759 34.56 148.719 34.56ZM148.719 30.92C152.279 30.92 155.079 27.36 155.079 18.68C155.079 10.04 152.279 6.44 148.719 6.44C145.079 6.44 142.319 10.04 142.319 18.68C142.319 27.36 145.079 30.92 148.719 30.92ZM207.795 21.52V25.08H177.675V3.24H207.275V6.8H181.635V12.4H206.835V15.88H181.635V21.52H207.795ZM175.395 30.88H209.515V34.52H175.395V30.88ZM242.112 20.88V15.84H236.512V12.4H242.112V8.44H236.512V5H242.112V2H246.032V20.88H242.112ZM234.512 2.84V18.92H215.312V2.84H234.512ZM230.592 15.52V6.2H219.192V15.52H230.592ZM231.552 22C239.832 22 246.352 23.96 246.352 29.08C246.352 34.2 239.832 36.16 231.552 36.16C223.272 36.16 216.792 34.2 216.792 29.08C216.792 23.96 223.272 22 231.552 22ZM231.552 32.88C237.432 32.88 242.112 31.72 242.112 29.08C242.112 26.48 237.432 25.28 231.552 25.28C225.672 25.28 220.992 26.48 220.992 29.08C220.992 31.72 225.672 32.88 231.552 32.88Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50%;
}

.popupzone-list {
    position: relative
}

.popupzone-modal .slide-container {
    overflow: hidden;
    margin: 0
}

.popupzone-modal .slide-container .swiper-slide {
    padding: 0 1.5rem;
    width: calc(100% / 3)
}

.popupzone-modal .slide-desc {
    width: 100%;
    height: 100%;
    background-color: #fafafa
}

.popupzone-modal .slide-desc a,.popupzone .slide-desc img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.popupzone-modal .slide-move {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    color: #fff;
    transform: translatey(-50%);
    z-index: 2;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: 50%
}

.popupzone-modal .slide-move[data-move="prev"] {
    right: calc(100% + 2rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
}

.popupzone-modal .slide-move[data-move="next"] {
    left: calc(100% + 2rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
}

.popupzone-control {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 19px;
    margin-top: 34px;
    padding: 0 35px;
}

.popupzone-control > * {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 0px 10px;
    font-size: 18px;
    height: 55px;
    border-radius: 0;
    /* border:1px solid #fff; */
    color: #fff
}

.popupzone-close {
    height: 52px;
    position: relative
}

.popupzone-close:after {
    content: '';
    display: inline-block;
    margin-left: 6px;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(250,250,250,1)'%3E%3Cpath d='M10.5859 12L2.79297 4.20706L4.20718 2.79285L12.0001 10.5857L19.793 2.79285L21.2072 4.20706L13.4143 12L21.2072 19.7928L19.793 21.2071L12.0001 13.4142L4.20718 21.2071L2.79297 19.7928L10.5859 12Z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 19px auto;
}

.popupzone-modal .blind-background {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    transition: .5s opacity,visibility .5s;
    z-index: 1070
}

.popupzone-open .popupzone-modal .blind-background {
    visibility: visible;
    opacity: 1
}


.popupzone-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

#popupzone-modal.popupzone-modal .slide-move, #popupzone-modal .swiper-pagination-fraction {
    position: static;
}

#popupzone-modal .swiper-pagination-fraction {
    margin-right: 20px;
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.3px;
}

#popupzone-modal .swiper-pagination-fraction span {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    line-height: 150%;
    /* 30px */
    letter-spacing: -0.3px;
}

#popupzone-modal .swiper-pagination-fraction span.swiper-pagination-current {
    color: #fff;
}

#popupzone-modal .silide-control {
    display: flex;
    align-items: center;
    justify-content: center;
}

#popupzone-modal.popupzone-modal .slide-move, #popupzone-modal.popupzone-modal .slide-play,#popupzone-modal.popupzone-modal .slide-stop {
    display: block;
    width: 48px;
    flex: 0 0 48px;
    margin: 0 4px;
    height: 48px;
    transform: translate(0,0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border: 1px solid rgba(255,255,255,.4);
    background-color: transparent;
    ; transition: all .4s ;
    border-radius: 50%;
}

#popupzone-modal.popupzone-modal .slide-move:hover, #popupzone-modal.popupzone-modal .slide-play:hover,#popupzone-modal.popupzone-modal .slide-stop:hover {
    background-color: rgba(255,255,255,.2);
}

#popupzone-modal.popupzone-modal .slide-move[data-move="prev"] {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 15L6.5 10L11.5 5' stroke='white' stroke-width='1.2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#popupzone-modal.popupzone-modal .slide-move[data-move="next"] {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 15L13.5 10L8.5 5' stroke='white' stroke-width='1.2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#popupzone-modal.popupzone-modal .slide-play {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.22751 5.05137L14.1524 9.67423C14.3323 9.77914 14.3931 10.0101 14.2882 10.19C14.2554 10.2461 14.2086 10.2929 14.1524 10.3257L6.22751 14.9486C6.04762 15.0535 5.81671 14.9927 5.71177 14.8128C5.67812 14.7551 5.6604 14.6896 5.6604 14.6229V5.3771C5.6604 5.16883 5.82924 5 6.0375 5C6.10427 5 6.16984 5.01772 6.22751 5.05137Z' fill='white'/%3E%3C/svg%3E%0A");
    display: none;
}

#popupzone-modal.popupzone-modal .slide-stop {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66666 5.41675V14.5834M13.3333 5.41675V14.5834' stroke='white' stroke-width='1.2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

#popupzone-modal.popupzone-modal .slide-container .swiper-slide {
    padding: 0 35px;
}

#popupzone-modal.popupzone-modal .slide-desc {
    border-radius: 40px;
    overflow: hidden;
}

#popupzone-modal.popupzone-modal .slide-desc a, #popupzone-modal .popupzone .slide-desc img {
    display: block;
    /* height: auto; */
}
#popupzone-modal.popupzone-modal .slide-desc a{
  display: flex;
  align-items: center;
  justify-content: center;
}
#popupzone-modal.popupzone-modal .slide-desc a img {
    display: block;
    width: auto;
    height: 100%;
}

.popupzone-logo {
    width: auto;
    height: auto;
    ; display: flex;
    align-items: center;
    justify-content: flex-start;
}

.popupzone-logo em {
    color: #FFF;
    font-family: "Elice DX Neolli";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.4px;
    margin-left: 8px;
}

.popupzone-logo span {
    width: 251px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg width='251' height='38' viewBox='0 0 251 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2206_5018)'%3E%3Cpath d='M20.0001 1C29.8859 1 37.9162 9.06355 37.9162 19V34.833C37.9162 36.0306 36.9479 37 35.7613 37H4.23889C3.05226 37 2.08398 36.0306 2.08398 34.833V19C2.08398 9.06355 10.1142 1 20.0001 1Z' fill='url(%23paint0_linear_2206_5018)' stroke='white'/%3E%3Cpath d='M35.8538 37.4951H4.13448C1.84888 37.4951 -0.00585938 35.6319 -0.00585938 33.3359H39.9941C39.9941 35.634 38.1394 37.4951 35.8538 37.4951Z' fill='white'/%3E%3Cpath opacity='0.5' d='M4.64624 32.271C4.64624 32.271 8.07464 29.3175 12.3689 32.7512L11.6713 33.0253L5.21046 32.8543L4.64624 32.271Z' fill='white'/%3E%3Cpath d='M-0.00585938 31.747C-0.00585938 31.747 2.35155 29.2923 4.65561 31.0257C4.65561 31.0257 7.06431 33.0002 9.30682 32.2293V33.3361H-0.00585938V31.747Z' fill='white'/%3E%3Cpath opacity='0.5' d='M36.5819 32.4851C36.5819 32.4851 29.9816 28.2599 27.5195 32.7509L28.2171 33.0251L34.6779 32.854L36.5799 32.4851H36.5819Z' fill='white'/%3E%3Cpath d='M39.995 31.747C39.995 31.747 38.2079 29.5479 35.7459 31.3781C35.7459 31.3781 33.0828 33.5154 30.5879 32.2293V33.3361H39.9929V31.747H39.995Z' fill='white'/%3E%3Cpath d='M33.0803 33.339H29.4324H7.58789V28.8047H33.0803V33.339Z' fill='%23293376' stroke='%23EACF5E' stroke-width='0.208166' stroke-miterlimit='10'/%3E%3Cpath d='M17.2812 28.8047V33.339' stroke='%23EACF5E' stroke-width='0.208166' stroke-miterlimit='10'/%3E%3Cpath d='M25.7793 28.8047V33.339' stroke='%23EACF5E' stroke-width='0.208166' stroke-miterlimit='10'/%3E%3Cpath d='M7.58789 31.6367H17.2781' stroke='%23EACF5E' stroke-width='0.208166' stroke-miterlimit='10'/%3E%3Cpath d='M12.2773 28.8047V31.6386' stroke='%23EACF5E' stroke-width='0.105114' stroke-miterlimit='10'/%3E%3Cpath d='M13.2988 28.8047V31.6386' stroke='%23EACF5E' stroke-width='0.105114' stroke-miterlimit='10'/%3E%3Cpath d='M14.2949 28.8047V31.6386' stroke='%23EACF5E' stroke-width='0.105114' stroke-miterlimit='10'/%3E%3Cpath d='M15.2617 28.7832V31.6171' stroke='%23EACF5E' stroke-width='0.105114' stroke-miterlimit='10'/%3E%3Cpath d='M16.1797 28.7832V31.6171' stroke='%23EACF5E' stroke-width='0.105114' stroke-miterlimit='10'/%3E%3Cpath d='M16.1797 31.6543V33.332' stroke='%23EACF5E' stroke-width='0.080381' stroke-miterlimit='10'/%3E%3Cpath d='M15.7051 31.6543V33.332' stroke='%23EACF5E' stroke-width='0.080381' stroke-miterlimit='10'/%3E%3Cpath d='M15.2207 31.6543V33.332' stroke='%23EACF5E' stroke-width='0.080381' stroke-miterlimit='10'/%3E%3Cpath d='M14.6934 31.6543V33.332' stroke='%23EACF5E' stroke-width='0.080381' stroke-miterlimit='10'/%3E%3Cpath d='M14.1855 31.6543V33.332' stroke='%23EACF5E' stroke-width='0.080381' stroke-miterlimit='10'/%3E%3Cpath d='M13.7012 31.6543V33.332' stroke='%23EACF5E' stroke-width='0.080381' stroke-miterlimit='10'/%3E%3Cpath d='M29.6172 33.3369V31.3789H32.1572V33.3369' stroke='%23EACF5E' stroke-width='0.208166' stroke-miterlimit='10'/%3E%3Cpath d='M30.4141 31.3789V33.3369' stroke='%23EACF5E' stroke-width='0.208166' stroke-miterlimit='10'/%3E%3Cpath d='M31.3711 31.3008V33.2588' stroke='%23EACF5E' stroke-width='0.208166' stroke-miterlimit='10'/%3E%3Cpath d='M23.043 33.3369L25.7799 31.3789' stroke='%23EACF5E' stroke-width='0.208166' stroke-miterlimit='10'/%3E%3Cpath d='M19.3145 33.2578V30.6836H24.0293V32.6313' stroke='%23EACF5E' stroke-width='0.239082' stroke-miterlimit='10'/%3E%3Cpath d='M20.8809 30.6836V33.3362' stroke='%23EACF5E' stroke-width='0.239082' stroke-miterlimit='10'/%3E%3Cpath d='M22.4512 30.6836V33.3362' stroke='%23EACF5E' stroke-width='0.239082' stroke-miterlimit='10'/%3E%3Cpath d='M27.5211 29.5898H26.9199V30.1814H27.5211V29.5898Z' fill='%23E4E415'/%3E%3Cpath d='M28.4156 29.5898H27.8145V30.1814H28.4156V29.5898Z' fill='%23E4E415'/%3E%3Cpath d='M29.2867 29.5898H28.6855V30.1814H29.2867V29.5898Z' fill='%23E4E415'/%3E%3Cpath d='M30.1383 29.5898H29.5371V30.1814H30.1383V29.5898Z' fill='%23E4E415'/%3E%3Cpath d='M30.9488 29.5898H30.3477V30.1814H30.9488V29.5898Z' fill='%23E4E415'/%3E%3Cpath d='M31.7867 29.5898H31.1855V30.1814H31.7867V29.5898Z' fill='%23E4E415'/%3E%3Cpath d='M25.2656 10.9316L25.4297 11.2614L25.7929 11.315L25.5302 11.5726L25.5918 11.9374L25.2656 11.7664L24.9414 11.9374L25.003 11.5726L24.7383 11.315L25.1035 11.2614L25.2656 10.9316Z' fill='white'/%3E%3Cpath d='M4.35346 25.8164L4.51554 26.1482L4.88075 26.2018L4.61608 26.4595L4.67968 26.8243L4.35346 26.6532L4.02724 26.8243L4.08879 26.4595L3.82617 26.2018L4.19137 26.1482L4.35346 25.8164Z' fill='white'/%3E%3Cpath d='M31.9134 15.2422L32.1597 15.7451L32.7116 15.8255L32.3115 16.215L32.4059 16.7674L31.9134 16.5077L31.419 16.7674L31.5134 16.215L31.1133 15.8255L31.6652 15.7451L31.9134 15.2422Z' fill='white'/%3E%3Cpath d='M35.5418 22.166L35.8003 22.4298L36.1614 22.3659L35.9931 22.6936L36.1655 23.0193L35.8023 22.9595L35.5459 23.2254L35.4925 22.8606L35.1602 22.6978L35.4905 22.5329L35.5418 22.166Z' fill='white'/%3E%3Cpath d='M13.5354 17.6827C13.5354 17.6827 12.9609 16.2956 12.6121 16.5471C12.6121 16.5471 12.2203 16.6089 12.7065 17.9486C12.7065 17.9486 13.5026 20.4672 14.7069 20.3229C14.7069 20.3229 15.5071 20.2137 15.8025 18.6555C15.8025 18.6555 16.3442 16.2894 15.7656 16.1781C15.7656 16.1781 15.4353 16.0648 15.3163 16.8026C15.3163 16.8026 15.0126 18.6143 14.7274 19.1564C14.7274 19.1564 14.553 19.5603 14.2248 19.0512C14.2248 19.0512 13.9642 18.6081 13.5354 17.6848V17.6827Z' fill='%23F1DB2B'/%3E%3Cpath d='M10.7107 13.7333C10.7107 13.7333 12.0135 12.9996 11.7263 12.6801C11.7263 12.6801 11.6196 12.2968 10.3517 12.9378C10.3517 12.9378 7.95321 14.026 8.2384 15.2111C8.2384 15.2111 8.44152 15.9964 10.0152 16.1097C10.0152 16.1097 12.4177 16.3756 12.4608 15.7841C12.4608 15.7841 12.5347 15.4419 11.7899 15.4069C11.7899 15.4069 9.96183 15.3142 9.39556 15.0936C9.39556 15.0936 8.97701 14.9679 9.4407 14.5804C9.4407 14.5804 9.84899 14.2671 10.7107 13.7354V13.7333Z' fill='%2347ADD9'/%3E%3Cpath d='M16.8742 10.3508C16.8742 10.3508 15.5365 11.0206 15.436 10.6022C15.436 10.6022 15.1795 10.2992 16.4208 9.60466C16.4208 9.60466 18.6654 8.22376 19.4799 9.1265C19.4799 9.1265 20.0133 9.73657 19.2193 11.1072C19.2193 11.1072 18.0868 13.2507 17.578 12.9559C17.578 12.9559 17.2538 12.8261 17.6457 12.1872C17.6457 12.1872 18.5977 10.6166 18.7351 10.021C18.7351 10.021 18.8664 9.6026 18.2879 9.76955C18.2879 9.76955 17.8016 9.93237 16.8763 10.3487L16.8742 10.3508Z' fill='%236DB94E'/%3E%3Cpath d='M18.4651 14.4488C18.4651 14.4488 17.353 13.4472 17.7039 13.1978C17.7039 13.1978 17.8906 12.8474 18.9882 13.7501C18.9882 13.7501 21.0912 15.3392 20.5557 16.4316C20.5557 16.4316 20.1864 17.1529 18.6271 16.918C18.6271 16.918 16.2266 16.65 16.3128 16.0647C16.3128 16.0647 16.3149 15.7143 17.0494 15.8442C17.0494 15.8442 18.8528 16.1554 19.454 16.0647C19.454 16.0647 19.891 16.0338 19.5217 15.5536C19.5217 15.5536 19.1914 15.1578 18.4651 14.4488Z' fill='%23DF4F90'/%3E%3Cpath d='M13.3947 9.87817C13.3947 9.87817 14.4185 10.9726 14.6565 10.614C14.6565 10.614 15.0012 10.4182 14.078 9.33611C14.078 9.33611 12.4489 7.26064 11.3718 7.8233C11.3718 7.8233 10.6619 8.21078 10.9327 9.771C10.9327 9.771 11.2569 12.1762 11.8375 12.0753C11.8375 12.0753 12.1863 12.0649 12.0386 11.3312C12.0386 11.3312 11.6877 9.52779 11.7636 8.91978C11.7636 8.91978 11.7842 8.48078 12.2704 8.8394C12.2704 8.8394 12.6705 9.16299 13.3947 9.87405V9.87817Z' fill='%239ED7CB'/%3E%3Cpath d='M14.7158 17.6658C14.7527 17.8596 14.6255 18.0471 14.4326 18.0842C14.2398 18.1213 14.0531 17.9935 14.0161 17.7998C13.9792 17.6061 14.1064 17.4185 14.2993 17.3814C14.4921 17.3443 14.6788 17.4721 14.7158 17.6658Z' fill='white'/%3E%3Cpath d='M17.2852 18.741H16.5117C16.3742 18.741 16.2634 18.6297 16.2634 18.4916C16.2634 18.3535 16.3742 18.2422 16.5117 18.2422H17.2852C17.4226 18.2422 17.5334 18.3535 17.5334 18.4916C17.5334 18.6297 17.4226 18.741 17.2852 18.741Z' fill='%23F1DB2B'/%3E%3Cpath d='M17.2854 19.6706H16.5119C16.3745 19.6706 16.2637 19.5594 16.2637 19.4213C16.2637 19.2832 16.3745 19.1719 16.5119 19.1719H17.2854C17.4229 19.1719 17.5337 19.2832 17.5337 19.4213C17.5337 19.5594 17.4229 19.6706 17.2854 19.6706Z' fill='%23F1DB2B'/%3E%3Cpath d='M18.2463 20.4074C18.1088 20.4074 17.998 20.2961 17.998 20.158V18.0248C17.998 17.8867 18.1088 17.7754 18.2463 17.7754C18.3838 17.7754 18.4946 17.8867 18.4946 18.0248V20.158C18.4946 20.2961 18.3838 20.4074 18.2463 20.4074Z' fill='%23F1DB2B'/%3E%3Cpath d='M21.0097 25.7296C21.0097 25.7296 20.9932 25.7296 20.983 25.7296C17.729 25.3855 16.2066 24.5342 16.143 24.4992C15.4844 24.1571 15.1746 23.7984 15.2074 23.4089C15.2567 22.8236 16.0938 22.535 16.1902 22.5041C17.056 22.2341 17.212 22.0053 17.2366 21.9559C17.2304 21.9353 17.2263 21.9167 17.2263 21.8961C17.214 21.6282 16.3851 21.354 15.6486 21.2757C15.5131 21.2613 15.4147 21.1376 15.427 21.0016C15.4413 20.8656 15.5624 20.7646 15.6998 20.7811C16.024 20.8161 17.6243 21.0263 17.7167 21.8301C17.7372 21.8982 17.7495 22.0033 17.7003 22.1331C17.5751 22.4546 17.1299 22.7329 16.3379 22.9802C16.0815 23.0647 15.7142 23.2749 15.6998 23.4522C15.6896 23.5717 15.864 23.7964 16.3769 24.0643C16.3995 24.0767 17.8952 24.9052 21.0322 25.2371C21.1676 25.2515 21.2682 25.3731 21.2538 25.5112C21.2394 25.639 21.1328 25.7338 21.0076 25.7338L21.0097 25.7296Z' fill='white'/%3E%3Cpath d='M26.4982 21.9313C26.4859 21.9313 26.4715 21.9313 26.4592 21.9272C26.1371 21.8757 24.5511 21.5809 24.4998 20.773C24.4834 20.705 24.4752 20.5978 24.5326 20.4721C24.6742 20.1567 25.1338 19.9032 25.936 19.6971C26.1966 19.627 26.5741 19.4354 26.5987 19.2602C26.6151 19.1406 26.453 18.9077 25.9524 18.613C25.9299 18.5986 24.4814 17.6938 21.3648 17.1971C21.2294 17.1765 21.1371 17.0487 21.1596 16.9126C21.1802 16.7766 21.3074 16.6839 21.4428 16.7065C24.6742 17.2218 26.1514 18.1513 26.2109 18.1905C26.8511 18.5677 27.1424 18.9407 27.0891 19.3303C27.0091 19.9135 26.1576 20.1567 26.0612 20.1815C25.183 20.4061 25.0148 20.6267 24.9881 20.6741C24.9922 20.6947 24.9963 20.7153 24.9943 20.7338C24.9943 21.0018 25.8068 21.3192 26.5372 21.4366C26.6726 21.4593 26.7649 21.585 26.7423 21.7211C26.7239 21.8427 26.6172 21.9313 26.4982 21.9313Z' fill='white'/%3E%3Cpath d='M27.3126 22.9441H23.8596C23.7221 22.9441 23.6113 22.8328 23.6113 22.6947C23.6113 22.5566 23.7221 22.4453 23.8596 22.4453H27.3126C27.4501 22.4453 27.5609 22.5566 27.5609 22.6947C27.5609 22.8328 27.4501 22.9441 27.3126 22.9441Z' fill='white'/%3E%3Cpath d='M25.7209 25.7243C25.5834 25.7243 25.4727 25.613 25.4727 25.4749V22.847C25.4727 22.709 25.5834 22.5977 25.7209 22.5977C25.8584 22.5977 25.9692 22.709 25.9692 22.847V25.4749C25.9692 25.613 25.8584 25.7243 25.7209 25.7243Z' fill='white'/%3E%3Cpath d='M19.6018 21.7038C19.4643 21.7038 19.3535 21.5925 19.3535 21.4544V19.8138C19.3535 19.6757 19.4643 19.5645 19.6018 19.5645C19.7392 19.5645 19.85 19.6757 19.85 19.8138V21.4544C19.85 21.5925 19.7392 21.7038 19.6018 21.7038Z' fill='white'/%3E%3Cpath d='M21.5237 21.7038H20.4897C20.3994 21.7038 20.3153 21.6544 20.2722 21.574C20.2291 21.4936 20.2312 21.3967 20.2804 21.3205L20.7974 20.5002C20.98 20.2302 21.0047 20.1044 21.0067 20.0632H20.2209C20.0834 20.0632 19.9727 19.9519 19.9727 19.8138C19.9727 19.6757 20.0834 19.5645 20.2209 19.5645H21.0067C21.1483 19.5645 21.3473 19.6304 21.4478 19.82C21.5689 20.0509 21.493 20.3641 21.2119 20.7743L20.9411 21.205H21.5237C21.6612 21.205 21.772 21.3163 21.772 21.4544C21.772 21.5925 21.6612 21.7038 21.5237 21.7038Z' fill='white'/%3E%3Cpath d='M22.2854 21.9359C22.1479 21.9359 22.0371 21.8246 22.0371 21.6865V19.4193C22.0371 19.2812 22.1479 19.1699 22.2854 19.1699C22.4228 19.1699 22.5336 19.2812 22.5336 19.4193V21.6865C22.5336 21.8246 22.4228 21.9359 22.2854 21.9359Z' fill='white'/%3E%3Cpath d='M22.998 20.7956H22.3928C22.2553 20.7956 22.1445 20.6844 22.1445 20.5463C22.1445 20.4082 22.2553 20.2969 22.3928 20.2969H22.998C23.1355 20.2969 23.2463 20.4082 23.2463 20.5463C23.2463 20.6844 23.1355 20.7956 22.998 20.7956Z' fill='white'/%3E%3Cpath d='M22.5235 24.6328L22.7985 25.1955L23.4181 25.2862L22.9708 25.7252L23.0755 26.3435L22.5235 26.0508L21.9696 26.3435L22.0742 25.7252L21.627 25.2862L22.2466 25.1955L22.5235 24.6328Z' fill='white'/%3E%3Cpath d='M28.0442 20.2734L28.2925 20.7763L28.8444 20.8567L28.4443 21.2463L28.5387 21.7986L28.0442 21.5389L27.5518 21.7986L27.6462 21.2463L27.2461 20.8567L27.798 20.7763L28.0442 20.2734Z' fill='white'/%3E%3Cpath d='M4.87864 22.1914V21.9544H5.2541V21.6102H4.91557C4.86018 21.8348 4.7699 22.0286 4.64064 22.1955C4.51139 22.3625 4.34315 22.5067 4.13798 22.6304L3.94922 22.4243C4.06411 22.3583 4.16465 22.2841 4.25082 22.2038C4.33699 22.1234 4.41085 22.0389 4.47035 21.9482C4.52985 21.8575 4.57499 21.7647 4.60782 21.6679C4.64064 21.571 4.66116 21.4721 4.66937 21.3731H4.10104V21.1279H4.97097C4.97097 21.1712 4.97097 21.2124 4.96686 21.2515C4.96481 21.2907 4.96071 21.3299 4.95866 21.369H5.25821V20.998H5.52287V23.1209H5.25821V22.1893H4.88274L4.87864 22.1914ZM5.96809 23.2054H5.70343V20.9609H5.96809V23.2054Z' fill='white'/%3E%3Cpath d='M6.03711 22.4209V22.1901H6.66493V22.0108H6.41052V21.3987H7.52459V21.2544H6.40847V21.0215H7.79952V21.6316H6.68545V21.7779H7.85492V22.0108H7.58204V22.1901H8.18114V22.4209H6.03711ZM7.73182 22.9341C7.73182 23.0578 7.67642 23.1609 7.56358 23.2454C7.45278 23.3299 7.30096 23.3731 7.11015 23.3731C6.91934 23.3731 6.76341 23.3299 6.65262 23.2454C6.54183 23.1609 6.48643 23.0557 6.48643 22.9341C6.48643 22.8125 6.54183 22.7095 6.65262 22.6229C6.76341 22.5384 6.91524 22.4951 7.11015 22.4951C7.30506 22.4951 7.45484 22.5384 7.56358 22.6229C7.67642 22.7095 7.73182 22.8125 7.73182 22.9341ZM7.45278 22.9341C7.45278 22.9032 7.44458 22.8744 7.42611 22.8476C7.40765 22.8208 7.38303 22.7961 7.3543 22.7754C7.32353 22.7548 7.2866 22.7383 7.24556 22.728C7.20453 22.7177 7.15734 22.7115 7.1081 22.7115C7.05886 22.7115 7.01372 22.7177 6.97063 22.728C6.9296 22.7383 6.89267 22.7548 6.86189 22.7754C6.83112 22.7961 6.8065 22.8208 6.79008 22.8476C6.77367 22.8744 6.76341 22.9032 6.76341 22.9341C6.76341 22.9671 6.77162 22.996 6.79008 23.0248C6.80855 23.0537 6.83317 23.0764 6.86189 23.0949C6.89267 23.1155 6.9296 23.1299 6.97063 23.1402C7.01167 23.1506 7.05886 23.1567 7.1081 23.1567C7.15734 23.1567 7.20042 23.1506 7.24351 23.1402C7.2866 23.1299 7.32353 23.1135 7.3543 23.0949C7.38508 23.0743 7.4097 23.0516 7.42611 23.0248C7.44253 22.998 7.45278 22.9671 7.45278 22.9341ZM6.94191 22.1901H7.30096V22.0108H6.94191V22.1901Z' fill='white'/%3E%3Cpath d='M9.40877 22.651C9.35133 22.616 9.29388 22.5727 9.23848 22.5253C9.18309 22.4779 9.12974 22.4243 9.08255 22.3686C9.03331 22.313 8.99023 22.2573 8.95124 22.1976C8.91226 22.1378 8.88354 22.078 8.86302 22.0203C8.8384 22.0821 8.80763 22.144 8.7707 22.2058C8.73376 22.2676 8.69068 22.3254 8.64144 22.3831C8.5922 22.4387 8.5409 22.4923 8.48346 22.5418C8.42601 22.5912 8.36651 22.6366 8.30291 22.6757L8.13672 22.4655C8.21263 22.4202 8.28649 22.3625 8.3542 22.2965C8.42396 22.2305 8.48551 22.1522 8.53885 22.0657C8.5922 21.9791 8.63323 21.8843 8.66606 21.7854C8.69889 21.6844 8.7153 21.5772 8.7153 21.4577V21.0867H8.99843V21.4535C8.99843 21.5669 9.0128 21.672 9.04357 21.7689C9.07435 21.8657 9.11333 21.9564 9.16462 22.0409C9.21797 22.1254 9.27747 22.1996 9.34722 22.2676C9.41698 22.3336 9.48879 22.3913 9.56881 22.4366L9.40877 22.6551V22.651ZM9.81296 20.9609H10.0879V23.2054H9.81296V20.9609Z' fill='white'/%3E%3Cpath d='M9.26385 25.29C9.15101 25.2488 9.04637 25.1952 8.94994 25.1251C8.85351 25.0571 8.77554 24.9849 8.71604 24.9066C8.66065 24.9829 8.58268 25.0591 8.4842 25.1333C8.38572 25.2075 8.27698 25.2673 8.15388 25.3147L8 25.1045C8.0636 25.0798 8.12721 25.0509 8.19491 25.0138C8.26262 24.9767 8.32212 24.9355 8.37751 24.886C8.43291 24.8407 8.47805 24.7891 8.51293 24.7356C8.5478 24.682 8.56627 24.6243 8.56627 24.5645V24.5315H8.10874V24.2986H9.3213V24.5315H8.85761V24.5604C8.85761 24.6181 8.87608 24.6737 8.91096 24.7273C8.94584 24.7809 8.99097 24.8283 9.04842 24.8736C9.10382 24.919 9.16332 24.9602 9.22897 24.9973C9.29463 25.0324 9.36028 25.0612 9.42388 25.0818L9.2659 25.29H9.26385ZM8.33238 24.1605V23.9297H9.09561V24.1605H8.33238ZM9.25154 25.3353C9.3295 25.3353 9.40542 25.3477 9.47928 25.3704C9.55314 25.393 9.61879 25.426 9.67624 25.4693C9.73369 25.5126 9.78088 25.5641 9.81576 25.628C9.85064 25.6919 9.8691 25.762 9.8691 25.8403C9.8691 25.9186 9.85064 25.9928 9.81576 26.0546C9.78088 26.1165 9.73369 26.1701 9.67624 26.2133C9.61879 26.2566 9.55314 26.2896 9.47928 26.3123C9.40542 26.3349 9.3295 26.3473 9.25154 26.3473C9.17357 26.3473 9.09766 26.3349 9.0238 26.3123C8.94994 26.2896 8.88428 26.2566 8.82684 26.2133C8.76939 26.1701 8.7222 26.1185 8.68732 26.0546C8.65244 25.9928 8.63398 25.9207 8.63398 25.8403C8.63398 25.7599 8.65244 25.6898 8.68732 25.628C8.7222 25.5641 8.76939 25.5126 8.82684 25.4693C8.88428 25.426 8.94994 25.393 9.0238 25.3704C9.09766 25.3477 9.17357 25.3353 9.25154 25.3353ZM9.25154 25.5682C9.2064 25.5682 9.16126 25.5744 9.12228 25.5888C9.08125 25.6033 9.04637 25.6218 9.01559 25.6445C8.98482 25.6692 8.9602 25.6981 8.94173 25.731C8.92327 25.764 8.91506 25.8011 8.91506 25.8403C8.91506 25.8815 8.92327 25.9186 8.94173 25.9516C8.9602 25.9846 8.98482 26.0134 9.01559 26.0381C9.04637 26.0629 9.08125 26.0814 9.12228 26.0938C9.16332 26.1062 9.2064 26.1123 9.25154 26.1123C9.29668 26.1123 9.34181 26.1062 9.3808 26.0938C9.42183 26.0814 9.45671 26.0629 9.48748 26.0381C9.51826 26.0134 9.54288 25.9846 9.55929 25.9516C9.57776 25.9186 9.58597 25.8815 9.58597 25.8403C9.58597 25.7991 9.57776 25.764 9.55929 25.731C9.54083 25.6981 9.51621 25.6692 9.48748 25.6445C9.45671 25.6197 9.42183 25.6012 9.3808 25.5888C9.33976 25.5744 9.29668 25.5682 9.25154 25.5682ZM9.66803 23.94H9.94296V25.3456H9.66803V24.8963H9.25154V24.6614H9.66803V23.94Z' fill='white'/%3E%3Cpath d='M10.0801 25.9369V25.706H11.0116V25.1578H11.2906V25.706H12.2241V25.9369H10.0801ZM11.1531 24.6775C11.0793 24.8074 10.9767 24.9228 10.8413 25.0238C10.7058 25.1248 10.5561 25.2093 10.3919 25.2753L10.234 25.0671C10.3201 25.0362 10.4084 24.9949 10.4986 24.9414C10.5889 24.8878 10.673 24.8259 10.7489 24.7538C10.8228 24.6858 10.8823 24.6116 10.9315 24.5292C10.9808 24.4488 11.0033 24.3643 11.0033 24.2756V24.0098H11.2988V24.2756C11.2988 24.3622 11.3214 24.4467 11.3685 24.5292C11.4137 24.6095 11.4752 24.6858 11.5532 24.7538C11.6291 24.8259 11.7132 24.8878 11.8035 24.9414C11.8938 24.9949 11.982 25.0362 12.0723 25.0671L11.9143 25.2753C11.7502 25.2093 11.6004 25.1248 11.465 25.0217C11.3296 24.9208 11.2249 24.8053 11.1531 24.6775Z' fill='white'/%3E%3Cpath d='M13.6229 25.1266C13.4588 25.1617 13.27 25.1843 13.0546 25.1988C12.8392 25.2132 12.6094 25.2173 12.3652 25.2111V24.0487H12.6402V24.9659C12.7981 24.9659 12.9623 24.9617 13.1326 24.9494C13.2187 24.9411 13.3008 24.9308 13.3767 24.9205C13.4526 24.9102 13.5244 24.8978 13.5901 24.8855L13.6229 25.1246V25.1266ZM14.1769 26.2375H12.7592V25.4502H13.0402V26.0046H14.1769V26.2375ZM13.8507 24.5866V24.4094H13.2208V24.1888H13.8507V23.9395H14.1256V25.6151H13.8507V24.8072H13.2167V24.5866H13.8507Z' fill='white'/%3E%3Cpath d='M29.3525 25.2936C29.2643 25.2317 29.1863 25.1678 29.1207 25.0978C29.055 25.0297 28.9955 24.9473 28.9442 24.8484C28.8888 24.9514 28.8273 25.0421 28.7575 25.1204C28.6878 25.1988 28.6036 25.2709 28.5072 25.3389L28.3164 25.1534C28.3821 25.1101 28.4436 25.0607 28.5011 25.005C28.5585 24.9494 28.6098 24.8875 28.6549 24.8236C28.7001 24.7577 28.737 24.6856 28.7637 24.6052C28.7904 24.5248 28.8027 24.43 28.8027 24.3228V24.0611H29.0817V24.3125C29.0817 24.4114 29.094 24.5001 29.1207 24.5804C29.1453 24.6608 29.1802 24.7309 29.2253 24.7948C29.2704 24.8566 29.3197 24.9123 29.373 24.9638C29.4284 25.0133 29.4838 25.0586 29.5413 25.0957L29.3525 25.2936ZM30.3907 26.2375H28.9217V25.4749H29.2027V26.0026H30.3907V26.2355V26.2375ZM29.9085 25.5862H29.6439V24.7227H29.332V24.4836H29.6439V23.9786H29.9085V25.5862ZM30.3702 25.6254H30.1055V23.9395H30.3702V25.6254Z' fill='white'/%3E%3Cpath d='M30.6074 24.0961H31.6538V24.3311H30.8823V24.6979H31.5533V24.9329H30.8823V25.343C30.9603 25.343 31.0424 25.343 31.1286 25.3368C31.2147 25.3307 31.3009 25.3265 31.3871 25.3183C31.4732 25.3101 31.5594 25.2997 31.6456 25.2874C31.7297 25.275 31.8138 25.2626 31.8938 25.2462L31.9267 25.4791C31.7215 25.5203 31.5061 25.5471 31.2865 25.5615C31.065 25.5759 30.8393 25.5801 30.6074 25.5759V24.092V24.0961ZM32.4396 23.9395V26.1839H32.1647V24.902H31.6723V24.6649H32.1647V23.9395H32.4396Z' fill='white'/%3E%3Cpath d='M27.3242 22.6875H35.3997' stroke='white' stroke-width='0.154579' stroke-miterlimit='10'/%3E%3C/g%3E%3Cpath d='M65.493 29.663H63.309V11.288H65.493V29.663ZM56.526 21.368V19.436H59.613V16.622H56.82C56.372 18.456 55.616 20.059 54.552 21.431C53.488 22.789 52.109 23.972 50.415 24.98L48.861 23.3C49.799 22.754 50.625 22.152 51.339 21.494C52.053 20.836 52.655 20.143 53.145 19.415C53.635 18.673 54.013 17.903 54.279 17.105C54.545 16.307 54.713 15.502 54.783 14.69H50.1V12.674H57.261C57.261 13.024 57.247 13.36 57.219 13.682C57.205 14.004 57.184 14.326 57.156 14.648H59.613V11.603H61.797V28.991H59.613V21.368H56.526ZM74.5634 21.347H77.5244V19.877H74.5634V21.347ZM78.7634 27.437C78.7634 27.185 78.6864 26.947 78.5324 26.723C78.3924 26.499 78.1964 26.303 77.9444 26.135C77.6924 25.967 77.3914 25.841 77.0414 25.757C76.7054 25.659 76.3344 25.61 75.9284 25.61C75.5224 25.61 75.1444 25.659 74.7944 25.757C74.4584 25.841 74.1644 25.967 73.9124 26.135C73.6604 26.303 73.4574 26.499 73.3034 26.723C73.1634 26.947 73.0934 27.185 73.0934 27.437C73.0934 27.703 73.1634 27.948 73.3034 28.172C73.4574 28.396 73.6604 28.585 73.9124 28.739C74.1644 28.907 74.4584 29.033 74.7944 29.117C75.1444 29.215 75.5224 29.264 75.9284 29.264C76.3204 29.264 76.6914 29.215 77.0414 29.117C77.3914 29.033 77.6924 28.907 77.9444 28.739C78.1964 28.585 78.3924 28.396 78.5324 28.172C78.6864 27.948 78.7634 27.703 78.7634 27.437ZM81.0524 27.437C81.0524 28.445 80.5904 29.292 79.6664 29.978C78.7564 30.678 77.5104 31.028 75.9284 31.028C74.3324 31.028 73.0794 30.678 72.1694 29.978C71.2594 29.278 70.8044 28.431 70.8044 27.437C70.8044 26.443 71.2594 25.596 72.1694 24.896C73.0794 24.196 74.3324 23.846 75.9284 23.846C77.5104 23.846 78.7564 24.196 79.6664 24.896C80.5904 25.596 81.0524 26.443 81.0524 27.437ZM67.1084 23.237V21.347H72.2744V19.877H70.1744V14.858H79.3304V13.682H70.1534V11.771H81.5984V16.769H72.4424V17.966H82.0604V19.877H79.8134V21.347H84.7484V23.237H67.1084ZM95.8767 25.127C95.4007 24.833 94.9317 24.49 94.4697 24.098C94.0077 23.706 93.5807 23.279 93.1887 22.817C92.7827 22.369 92.4187 21.9 92.0967 21.41C91.7887 20.92 91.5507 20.437 91.3827 19.961C91.1867 20.465 90.9347 20.969 90.6267 21.473C90.3187 21.977 89.9617 22.46 89.5557 22.922C89.1637 23.384 88.7297 23.818 88.2537 24.224C87.7917 24.63 87.3017 24.994 86.7837 25.316L85.4187 23.594C86.0487 23.216 86.6437 22.754 87.2037 22.208C87.7777 21.662 88.2887 21.032 88.7367 20.318C89.1707 19.604 89.5207 18.841 89.7867 18.029C90.0527 17.203 90.1857 16.307 90.1857 15.341V12.296H92.5167V15.299C92.5167 16.223 92.6357 17.084 92.8737 17.882C93.1257 18.68 93.4617 19.422 93.8817 20.108C94.3157 20.794 94.8127 21.41 95.3727 21.956C95.9467 22.502 96.5557 22.964 97.1997 23.342L95.8767 25.127ZM99.1947 11.288H101.463V29.663H99.1947V11.288ZM114.04 22.712C114.684 22.712 115.307 22.81 115.909 23.006C116.525 23.188 117.071 23.454 117.547 23.804C118.023 24.154 118.401 24.588 118.681 25.106C118.975 25.624 119.122 26.205 119.122 26.849C119.122 27.507 118.975 28.088 118.681 28.592C118.401 29.11 118.023 29.544 117.547 29.894C117.071 30.244 116.525 30.51 115.909 30.692C115.307 30.888 114.684 30.986 114.04 30.986C113.396 30.986 112.766 30.888 112.15 30.692C111.548 30.51 111.009 30.244 110.533 29.894C110.057 29.544 109.672 29.11 109.378 28.592C109.098 28.088 108.958 27.507 108.958 26.849C108.958 26.205 109.098 25.624 109.378 25.106C109.672 24.588 110.057 24.154 110.533 23.804C111.009 23.454 111.548 23.188 112.15 23.006C112.766 22.81 113.396 22.712 114.04 22.712ZM114.145 22.334C113.221 21.998 112.36 21.55 111.562 20.99C110.764 20.43 110.12 19.835 109.63 19.205C109.168 19.835 108.531 20.451 107.719 21.053C106.921 21.655 106.018 22.152 105.01 22.544L103.75 20.822C104.268 20.626 104.8 20.381 105.346 20.087C105.906 19.779 106.41 19.429 106.858 19.037C107.306 18.659 107.677 18.253 107.971 17.819C108.265 17.371 108.412 16.902 108.412 16.412V16.139H104.653V14.228H114.628V16.139H110.806V16.37C110.806 16.846 110.946 17.301 111.226 17.735C111.52 18.169 111.898 18.568 112.36 18.932C112.808 19.31 113.305 19.646 113.851 19.94C114.397 20.234 114.929 20.465 115.447 20.633L114.145 22.334ZM117.463 11.288H119.731V22.796H117.463V19.121H114.04V17.189H117.463V11.288ZM114.04 24.623C113.662 24.623 113.305 24.679 112.969 24.791C112.633 24.903 112.339 25.057 112.087 25.253C111.835 25.449 111.632 25.687 111.478 25.967C111.338 26.233 111.268 26.527 111.268 26.849C111.268 27.185 111.338 27.486 111.478 27.752C111.632 28.032 111.835 28.27 112.087 28.466C112.339 28.662 112.633 28.809 112.969 28.907C113.305 29.019 113.662 29.075 114.04 29.075C114.418 29.075 114.775 29.019 115.111 28.907C115.447 28.809 115.741 28.662 115.993 28.466C116.245 28.27 116.441 28.032 116.581 27.752C116.735 27.486 116.812 27.185 116.812 26.849C116.812 26.527 116.735 26.233 116.581 25.967C116.441 25.687 116.245 25.449 115.993 25.253C115.741 25.057 115.447 24.903 115.111 24.791C114.775 24.679 114.418 24.623 114.04 24.623ZM106.48 13.094V11.204H112.759V13.094H106.48ZM121.913 27.647V25.757H129.578V21.263H131.867V25.757H139.553V27.647H121.913ZM130.733 17.336C130.131 18.4 129.277 19.345 128.171 20.171C127.065 20.997 125.833 21.683 124.475 22.229L123.173 20.528C123.887 20.276 124.615 19.933 125.357 19.499C126.099 19.065 126.785 18.554 127.415 17.966C128.017 17.406 128.514 16.797 128.906 16.139C129.312 15.467 129.515 14.774 129.515 14.06V11.876H131.951V14.06C131.951 14.774 132.14 15.467 132.518 16.139C132.896 16.797 133.4 17.406 134.03 17.966C134.66 18.554 135.346 19.065 136.088 19.499C136.83 19.933 137.565 20.276 138.293 20.528L136.991 22.229C135.647 21.683 134.415 20.997 133.295 20.171C132.175 19.331 131.321 18.386 130.733 17.336ZM154 16.58V15.131H148.813V13.325H154V11.288H156.268V25.001H154V18.386H148.792V16.58H154ZM152.131 21.011C150.787 21.291 149.226 21.487 147.448 21.599C145.67 21.711 143.78 21.746 141.778 21.704V12.191H144.046V19.709C145.348 19.723 146.699 19.681 148.099 19.583C148.813 19.513 149.478 19.436 150.094 19.352C150.724 19.268 151.312 19.17 151.858 19.058L152.131 21.011ZM156.688 30.104H145.033V23.657H147.343V28.193H156.688V30.104ZM159.626 20.633V11.834H161.894V14.522H166.493V11.834H168.74V13.619H172.247V11.288H174.536V21.473H172.247V19.205H168.74V20.633H159.626ZM163.553 30.545V25.547H172.268V24.308H163.532V22.439H174.536V27.353H165.8V28.655H174.998V30.545H163.553ZM166.493 18.722V16.454H161.894V18.722H166.493ZM168.74 15.551V17.273H172.247V15.551H168.74ZM192.091 11.288V17.231H195.199V19.163H192.091V29.663H189.823V11.288H192.091ZM177.769 24.14V12.569H186.82V24.14H177.769ZM184.573 14.48H180.037V22.229H184.573V14.48ZM202.694 30.104V24.497H195.008V22.607H212.627V24.497H204.983V30.104H202.694ZM197.948 21.032V15.53H207.314V13.913H197.927V12.002H209.603V17.441H200.237V19.121H210.065V21.032H197.948ZM229.971 30.104H217.896V23.867H220.206V28.193H229.971V30.104ZM226.002 24.77H223.818V17.693H221.256V15.74H223.818V11.603H226.002V24.77ZM229.803 25.085H227.619V11.288H229.803V25.085ZM221.424 22.376C220.696 21.872 220.059 21.34 219.513 20.78C218.967 20.22 218.484 19.541 218.064 18.743C217.616 19.583 217.105 20.325 216.531 20.969C215.957 21.613 215.271 22.208 214.473 22.754L212.898 21.242C213.444 20.892 213.948 20.486 214.41 20.024C214.886 19.562 215.313 19.065 215.691 18.533C216.069 18.001 216.363 17.406 216.573 16.748C216.797 16.09 216.909 15.32 216.909 14.438V12.296H219.198V14.354C219.198 15.166 219.303 15.901 219.513 16.559C219.723 17.203 220.01 17.784 220.374 18.302C220.738 18.806 221.144 19.268 221.592 19.688C222.04 20.094 222.502 20.451 222.978 20.759L221.424 22.376ZM247.862 11.288V29.663H245.594V19.163H241.541V17.231H245.594V11.288H247.862ZM232.784 12.569H241.394V14.501H235.052V17.504H240.575V19.436H235.052V22.796C235.696 22.796 236.368 22.782 237.068 22.754C237.782 22.726 238.496 22.677 239.21 22.607C239.924 22.537 240.631 22.453 241.331 22.355C242.031 22.257 242.71 22.145 243.368 22.019L243.641 23.93C241.947 24.266 240.19 24.49 238.37 24.602C236.55 24.714 234.688 24.756 232.784 24.728V12.569Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2206_5018' x1='20.0001' y1='37.5639' x2='20.0001' y2='0.563894' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F5CE39'/%3E%3Cstop offset='0.16' stop-color='%23F7983C'/%3E%3Cstop offset='0.2' stop-color='%23F38C54'/%3E%3Cstop offset='0.27' stop-color='%23EE787F'/%3E%3Cstop offset='0.33' stop-color='%23EB6B9A'/%3E%3Cstop offset='0.36' stop-color='%23EA67A4'/%3E%3Cstop offset='0.49' stop-color='%23A4549C'/%3E%3Cstop offset='0.74' stop-color='%232A3390'/%3E%3Cstop offset='0.76' stop-color='%2329308A'/%3E%3Cstop offset='1' stop-color='%23221D58'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_2206_5018'%3E%3Crect width='40' height='37' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media (max-width: 1279px) {
.swiper-slide{height: auto;}
.popupzone-modal .slide-desc{
aspect-ratio:350/446 ;height: auto;
}
}
@media (max-width: 1023px) {
  #popupzone-modal.popupzone-modal .slide-container .swiper-slide {
    padding: 0px 15px;
}
.popupzone-innder{
  padding:  30px;
}
}
@media (max-width: 768px) {
  .popupzone-modal .slide-container .swiper-slide{
        width: calc(100% / 2);
  }
  .silide-control{
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .popupzone-header{
    justify-content: center;
  }
  .popupzone-logo{
    margin-bottom: 20px;
  }
  #popupzone-modal .swiper-pagination-fraction{
    margin: 0;
    margin-bottom: 20px;
  }
  .popupzone-control{
    padding: 0;
    align-content: center;
    align-items: center;
    gap: 0;
    
  }
  .popupzone-close{
    height: 40px;
  }
  
}
@media (max-width: 480px) {
  .popupzone-innder{
    padding:  15px;
    padding-bottom: 80px;
  }
  .popupzone-header{
    margin-bottom: 20px;
  }
  .popupzone-logo{
    margin-bottom: 10px;
  }
  .popupzone-logo em{
    font-size: 22px;
  }
  .popupzone-logo span{width: 180px;background-size: 100% auto; background-position: left center;}
  #popupzone-modal .swiper-pagination-fraction{
    margin-bottom: 10px;
  }
  #popupzone-modal.popupzone-modal .slide-move, #popupzone-modal.popupzone-modal .slide-play, #popupzone-modal.popupzone-modal .slide-stop{
    width: 36px;
    height: 36px;
    flex:0 0 36px
  }
  .popupzone-control{
    
    margin-top: 20px;
  }
  .popupzone-control > *{
    font-size: 16px;
  }
  .popupzone-close:after{
    background-size: 15px auto;
  }
  #popupzone-modal.popupzone-modal .slide-container .swiper-slide{
    padding:  0 30px;
        width: 100%;
  }
}
/*@media (max-width: 1140px) {
.popupzone-innder{padding-left:8rem;padding-right:8rem}
.popupzone-modal .slide-move[data-move="prev"]{right:calc(100% + 2rem)}
.popupzone-modal .slide-move[data-move="next"]{left:calc(100% + 2rem)}
}
@media (max-width: 1023px) {
.popupzone-logo{font-size:4rem}
.popupzone-modal .slide-container{margin:3.5rem -1rem 0}
.popupzone-modal .slide-container .swiper-slide{padding:0 1rem}
.popupzone-control{margin-top:5rem}
}
@media (max-width: 767px) {
.popupzone-modal .slide-container{margin:3rem -1rem 0}
.popupzone-modal .slide .swiper-slide{width:calc(100% / 2)}
.popupzone-control{margin-top:3.5rem}
.popupzone-control > *{padding:0 2rem;height:4.5rem}
}*/