.wb_scrollable-wrapper.ps--active-y {
    padding-right: 20px;
}
.section-2 .swiper-control {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    align-items: center;
}
.section-2 .swiper-pagination {
    position: relative;
    display: flex;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 10px !important;
    width: auto !important;
}
.section-2 .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    margin: 0 10px !important;
}
.section-2 .site2-scope .swiper-pagination-bullet {
    background: #fff;
}
.section-2 .swiper-pagination-bullet-active {
    background: rgba(59, 40, 21, .8) !important;
}
.section-2 .site2-scope .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, .8) !important;
}
.section-2 .swiper-button-next, .section-2 .swiper-button-prev {
    position: relative;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    color: #000;
}
.section-2 .site2-scope.swiper-button-next, .section-2 .site2-scope.swiper-button-prev {
    color: #fff;
}
.section-2 .swiper-button-next:after, .section-2 .swiper-button-prev:after {
    font-size: 20px;
    position: absolute;
    top: 50%;
}

.swiper.kv {
    width: 100%;
    height: 100%;
}

.menu-list-item-link-main.header-scope {
    text-align: center;
}

html[lang="default"] .menu-list-item-link-main.header-scope {
    font-size: 0.7vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
html .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
html .swiper-pagination-bullet-active {
    background: #000;
}
html .swiper-pagination-bullet-active {
    background: #000;
}
html .swiper-horizontal>.swiper-pagination-bullets {
    left: 0;
    right: 0;
    width: 200px;
    margin: auto;
}
html .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
html .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}
.video-wrapper video {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .menu-list-item-link-main {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .menu-list-item-link-main {
        font-size: 1.6rem;
    }
    .side-menu-list-wrapper.main-menu {
        width: 80%;
    }
}
@media screen and (max-width: 400px) {
    .menu-list-item-link-main {
        font-size: 1.4rem;
    }
}

.wb_bg_img.desktop.pos-top {
    object-position: 50% 0%;
}
.wb-footer-disclaimer a{
    color: #c6c6c6;
}


@media screen and (min-width: 1620px){
    .wb_footer {
        background-size: 100% 100%;
    }
}

.wb_toggle-disclaimer-2.shift-up {
    bottom: 60px;
    transition: 0.5s;
}
.wb_toggle-disclaimer-2.shift-up.active {
    background-color: rgb(0 0 0 / 69%);
}
@media screen and (max-width: 767px){
    .wb_toggle-disclaimer-2.shift-up {
        bottom: 10px;
    }
}