.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(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 {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    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;
    -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: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%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0, -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%;
    -webkit-transform: translateY(-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;
    -webkit-transition: .2s transform, .2s top;
    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%;
    -webkit-transform: translateX(-50%);
    transform: translate(-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 {
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    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%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    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
}

.toast-wrapper[data-v-c8ca3721] {
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2.9rem;
    color: #fff;
    font-size: .16rem
}

.toast-wrapper .toast-content[data-v-c8ca3721] {
    height: 100%
}

.toast-wrapper .toast-content > span[data-v-c8ca3721] {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 12px;
    background: rgba(51, 51, 51, .9)
}

.toast-wrapper.mobile[data-v-c8ca3721] {
    height: auto !important;
    width: 5.8rem !important;
    font-size: .32rem
}

.toast-wrapper.mobile .toast-content > span[data-v-c8ca3721] {
    padding: .3rem .48rem .24rem;
    border-radius: .16rem
}

.language-select[data-v-c6e5c9be] {
    pointer-events: all;
    position: relative;
    margin-right: .14rem;
    font-size: .15rem;
    letter-spacing: 0px;
    color: #fff;
    cursor: pointer
}

.language-select .current-lang[data-v-c6e5c9be] {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.language-select .current-lang > img[data-v-c6e5c9be] {
    width: .32rem;
    height: .32rem
}

.language-select .current-lang > div[data-v-c6e5c9be]:nth-of-type(1) {
    margin: 0px .08rem
}

.language-select .current-lang .triangle[data-v-c6e5c9be] {
    width: .12rem;
    height: .07rem;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.language-select .current-lang .triangle-rotate[data-v-c6e5c9be] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.language-select .lang-list[data-v-c6e5c9be] {
    position: absolute;
    width: 100%;
    min-width: 1.34rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: calc(100% + .05rem);
    color: #737373;
    left: -.5rem
}

.language-select .lang-list a[data-v-c6e5c9be] {
    color: currentColor;
    text-decoration: none;
    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: .3rem;
    cursor: pointer
}

.language-select .lang-list a[data-v-c6e5c9be]:hover, .language-select .lang-list a[data-v-c6e5c9be]:active {
    color: #fff;
    background-color: #c4ac7d
}

.language-select .lang-list div[data-v-c6e5c9be] {
    height: .22rem;
    text-align: 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
}

.m-language-select[data-v-c6e5c9be] {
    font-size: .28rem;
    position: absolute;
    bottom: 1rem;
    right: .2rem
}

.m-language-select .current-lang[data-v-c6e5c9be] {
    border-width: .012rem
}

.m-language-select .current-lang img[data-v-c6e5c9be] {
    width: .56rem;
    height: .56rem
}

.m-language-select .lang-list[data-v-c6e5c9be] {
    top: -4.5rem;
    padding: .1rem 0
}

.m-language-select .lang-list a[data-v-c6e5c9be] {
    height: .6rem
}

.mobile-current-lang[data-v-c6e5c9be] {
    background: #c4ac7d
}

.mobile-current-lang div[data-v-c6e5c9be] {
    color: #fff
}

.cookies-modal[data-v-9d3c4d6c] {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    width: 50%;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .2rem;
    font-size: 16px;
    z-index: 10000;
    color: #3c4355;
    border-radius: 8px
}

.cookies-modal .content-box[data-v-9d3c4d6c] {
    margin: 0 .2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cookies-modal .content-box .privacy-policy[data-v-9d3c4d6c] {
    color: #3c8be7
}

.cookies-modal .on-ok[data-v-9d3c4d6c] {
    letter-spacing: .02rem;
    margin: 0 .2rem;
    width: 1rem;
    padding: .04rem .16rem;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .2rem;
    background: #333333;
    color: #fff;
    border-radius: .04rem;
    cursor: pointer;
    outline: none;
    border: none
}

.cookies-modal-mobile[data-v-9d3c4d6c] {
    width: 92%;
    bottom: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cookies-modal-mobile .content-box[data-v-9d3c4d6c] {
    margin: 0 .2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: .2rem
}

.cookies-modal-mobile .content-box .privacy-policy[data-v-9d3c4d6c] {
    font-size: .2rem;
    color: #3c8be7
}

.cookies-modal-mobile .on-ok[data-v-9d3c4d6c] {
    margin-top: .1rem;
    outline: none;
    border: none;
    font-size: .25rem;
    padding: .1rem 0;
    letter-spacing: .02rem;
    width: 1.5rem;
    background: #333333;
    color: #fff;
    border-radius: .04rem;
    cursor: pointer
}
