.rk3-main {
    --rk3-max: 1300px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: #222;

}

section {
    margin-bottom: 0px;
}

.rk3-main>section {
    margin-bottom: 0 !important;
}

.rk3-main img {
    display: block;
    max-width: 100%;
    height: auto
}

.rk3-main a:focus-visible,
.rk3-main button:focus-visible {
    outline: 3px solid #8057ff;
    outline-offset: 3px
}

.rk3-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.rk3-hero {
    width: min(var(--rk3-max), calc(100% - 40px));
    margin: 40px auto 0
}

.rk3-hero-swiper,
.rk3-hero-swiper picture,
.rk3-hero-swiper a {
    display: block;
    width: 100%
}

.rk3-hero-swiper img {
    width: 100%
}

.rk3-hero-controls {
    position: absolute;
    right: 20px;
    bottom: 14px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(24, 67, 92, .55);
    font-size: 14px;
    line-height: 1;
    backdrop-filter: blur(4px)
}

.rk3-hero-controls button {
    min-width: 24px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    cursor: pointer
}

.rk3-quick {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 18px;
    width: min(1200px, calc(100% - 40px));
    margin: 34px auto 70px;
    padding-top: 20px;
}

.rk3-quick a {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease
}

.rk3-main .top-banner {
    position: relative;
    height: auto;
    overflow: visible;
}

.rk3-main .mainSwiper {
    position: relative;
    left: auto;
    width: 95%;
    height: auto;
    max-height: none;
    overflow: hidden
}

.rk3-main .mainSwiper .swiper-wrapper,
.rk3-main .mainSwiper .swiper-slide {
    height: auto
}

.rk3-main .mainSwiper .swiper-slide a,
.rk3-main .mainSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    position: static;
    object-fit: contain
}

.rk3-main .mainSwiper .visual-nav {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    width: 100%
}

.mbAll_modal.is-open {
    display: block;
    z-index: 10000;
    overflow: auto
}

.rk3-main .mb_all,
.rk3-main .mb_all_m {
    position: relative;
    z-index: 30;
    pointer-events: auto !important;
    touch-action: manipulation;
    cursor: pointer
}

.mbAll_modal .mbAll_modal_inner {
    height: auto;
    min-height: 100%;
    padding: 20px;
    background: #fff
}

.mbAll_modal .mb_close_btn button {
    float: right;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer
}

.mbAll_modal .mb_close_btn::after {
    display: block;
    clear: both;
    content: ''
}

.rk3-banner-modal-open {
    overflow: hidden
}

@media(max-width:900px) {
    .rk3-main .mainSwiper.view_M .banner-pagination {
        width: auto !important;
        min-width: 76px;
        padding: 0 8px;
        flex-wrap: nowrap;
        white-space: nowrap
    }

    .rk3-main .mainSwiper.view_M .banner-pagination>div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 2px;
        white-space: nowrap
    }

    .rk3-main .mainSwiper.view_M .mb_all_m {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        margin-left: 3px
    }

    .rk3-main .mainSwiper.view_M .banner-pagination .mb_all_m img {
        position: static;
        width: 18px;
        height: 18px;
        margin: 0;
        aspect-ratio: 1;
        object-fit: contain
    }
}

.rk3-quick img {
    width: 100%
}

.rk3-quick span {
    display: block;
    margin-top: 8px;
    font-size: 12.8px;
    line-height: 1.35;
    white-space: nowrap
}

.rk3-quick a:hover {
    transform: translateY(-3px)
}

.rk3-time-deal {
    width: min(var(--rk3-max), calc(100% - 40px));
    margin: 0 auto 70px
}

.rk3-time-deal-heading {
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.rk3-time-deal h2 {
    text-align: center
}

.rk3-roadmap {
    width: min(var(--rk3-max), calc(100% - 40px));
    margin: 30px auto 30px
}

.rk3-roadmap-shell {
    position: relative;
    margin-bottom: 20px;
}

.rk3-roadmap-picture,
.rk3-roadmap-picture img {
    display: block;
    width: 100%
}

.rk3-roadmap-desktop-links {
    position: absolute;
    left: 2.3%;
    right: 2.3%;
    bottom: 1.3%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.7%;
    height: 26.8%;
    z-index: 2;
    pointer-events: auto
}

.rk3-roadmap-desktop-links a,
.rk3-roadmap-desktop-links button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: transparent;
    cursor: pointer;
    pointer-events: auto
}

.rk3-program-grid {
    display: none
}

.rk3-program-grid button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer
}

.rk3-media-modal {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, .9)
}

.rk3-media-modal[hidden] {
    display: none
}

.rk3-media-modal.is-open {
    display: flex !important
}

.rk3-media-dialog {
    position: relative;
    width: min(1100px, 100%);
    max-height: calc(100vh - 48px)
}

.rk3-media-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 180px
}

.rk3-media-stage iframe {
    display: block;
    width: 100%;
    border: 0;
    aspect-ratio: 16/9;
    background: #000
}

.rk3-media-stage img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 48px);
    object-fit: contain
}

.rk3-media-close {
    position: absolute;
    top: -48px;
    right: 0;
    z-index: 2;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .65);
    font-size: 30px;
    line-height: 38px;
    cursor: pointer
}

body.rk3-media-open {
    overflow: hidden
}

.rk3-reviews {
    padding: 72px 0 85px;
    background: #c9f3ff
}

.rk3-review-title {
    width: min(var(--rk3-max), calc(100% - 40px));
    margin: 0 auto 32px
}

.rk3-review-track {
    display: flex;
    gap: 22px;
    width: 100%;
    padding: 0 max(20px, calc((100vw - var(--rk3-max))/2));
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: none;
    scroll-behavior: auto !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-inline: contain
}

.rk3-review-track::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.rk3-review-track img {
    flex: 0 0 270px;
    width: 270px
}

.rk3-free {
    padding: 65px 20px 85px;
    text-align: center;
    background: #fde5ff
}

.rk3-free picture,
.rk3-free>picture>img {
    display: block;
    width: min(var(--rk3-max), 100%);
    margin: 0 auto
}

.rk3-free-button {
    display: block;
    width: min(657px, 75%);
    margin: 22px auto 0;
    border-radius: 999px
}

.rk3-free-button img {
    width: 100%
}

.rk3-popups {
    position: fixed;
    top: 120px;
    left: 20px;
    z-index: 1000;
    display: flex;
    gap: 15px;
    max-width: calc(100vw - 40px)
}

.rk3-popup {
    position: relative;
    width: min(360px, calc(100vw - 40px));
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18)
}

.rk3-popup img {
    display: block;
    width: 100%;
    height: auto
}

.rk3-popup-close {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    font-size: 24px;
    line-height: 30px;
    cursor: pointer
}

.rk3-popup label {
    display: block;
    padding: 8px 12px 0;
    font-size: 13px
}

@media(max-width:767px) {
    .rk3-main .top-banner {
        margin-top: 0
    }

    .rk3-main .mainSwiper {
        width: 100%
    }

    .rk3-main .mainSwiper .visual-nav {
        bottom: 10px
    }

    .mbAll_modal .mbAll_modal_inner {
        width: 100%;
        margin: 0;
        padding: 12px
    }

    .mb_banner_all_m .mb_banner {
        width: 100%;
        margin: 0 0 10px
    }


    .rk3-hero {
        width: 100%;
        margin-top: 0
    }

    .rk3-hero-controls {
        right: 10px;
        bottom: 8px;
        padding: 5px 8px;
        font-size: 12px
    }

    .rk3-quick {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        width: calc(100% - 20px);
        margin: 18px auto 42px
    }

    .rk3-quick a {
        border-radius: 9px
    }

    .rk3-quick span {
        margin-top: 4px;
        font-size: clamp(8px, 2.24vw, 10.4px);
        letter-spacing: -.04em
    }

    .rk3-quick a:hover {
        transform: none
    }

    .rk3-roadmap {
        width: 100%;
        margin-bottom: 32px
    }

    .rk3-roadmap-shell {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin
    }

    .rk3-roadmap-picture {
        display: block;
        width: 760px;
        max-width: none;
        scroll-snap-align: start
    }

    .rk3-roadmap-picture img {
        width: 760px;
        max-width: none
    }

    .rk3-roadmap-desktop-links {
        display: none
    }

    .rk3-program-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 22px 12px 0
    }

    .rk3-program-grid a,
    .rk3-program-grid button,
    .rk3-program-grid img {
        display: block;
        width: 100%
    }

    .rk3-media-modal {
        padding: 54px 12px 12px
    }

    .rk3-media-close {
        top: -46px
    }

    .rk3-reviews {
        padding: 38px 0 48px
    }

    .rk3-review-title {
        width: calc(100% - 28px);
        margin-bottom: 18px
    }

    .rk3-review-track {
        gap: 12px;
        padding: 0 12px
    }

    .rk3-review-track img {
        flex-basis: 190px;
        width: 190px
    }

    .rk3-free {
        padding: 38px 12px 55px
    }

    .rk3-free-button {
        width: min(540px, 88%);
        margin-top: 12px
    }

    .rk3-popups {
        top: 80px;
        left: 50%;
        display: block;
        transform: translateX(-50%)
    }

    .rk3-popup:not(:first-of-type) {
        display: none
    }
}

@media(prefers-reduced-motion:reduce) {
    .rk3-quick a {
        transition: none
    }
}