.hero-section {
    position: relative;
    z-index: 600;
    padding: 40px 0
}

.hero-custom {
    padding-left: 0px;
    padding-right: 0px;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
    margin-top: -8px;
    margin-left: -20px;
}

@media (min-width: 768px) {
    .hero-section {
        padding: 40px 0
    }    
}

@media (min-width: 992px) {
    .hero-section {
        padding: 110px 0 40px 
    }
}

.hero-section .container {
    overflow: hidden
}

@media (min-width: 768px) {
    .hero-section .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: grid;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

@media (min-width: 992px) {
    .hero-section .container {
        grid-template-columns: 1.3fr 3fr
    }
}

.hero-section .content {
    margin-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width: 768px) {
    .hero-section .content {
        padding-left: 0;
        padding-right: 0
    }
}

.hero-section .content h2 {
    color: #fff
}

    .hero-section .content h2 strong {
        font-size: 44px;
        line-height: 54px;
        font-family: Century Gothic;
        font-weight: 700;
        display: block
    }

@media (min-width: 768px) {
    .hero-section .content h2 strong {
        font-size: 72px;
        line-height: 1em;
        margin-bottom: 10px
    }
}

.hero-section .content h2 div {
    font-size: 54px;
    line-height: 40px;
    font-weight: 100
}

@media (min-width: 768px) {
    .hero-section .content h2 div {
        font-size: 92px;
        line-height: 69px
    }
}

.hero-section .image-container {
    max-width: 400px;
    padding: 20px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .hero-section .image-container {
        padding: unset;
        margin: unset;
        max-width: 100%
    }
}

.hero-section .images {
    width: 100%
}

    .hero-section .images .scrollable {
        width: 400px
    }

        .hero-section .images .scrollable .swiper-slide {
            width: auto
        }

        .hero-section .images .scrollable .item {
            width: auto;
            height: auto;
            width: 100%;
            position: relative
        }

@media (min-width: 768px) {
    .hero-section .images .scrollable .item {
        max-width: unset;
        width: 400px
    }
}

@media (min-width: 992px) {
    .hero-section .images .scrollable .item {
        width: 460px;
        border-radius: 20px;
        position: relative;
        overflow: hidden
    }
}

.hero-section .images .scrollable .item img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    width: 100%;
    height: 288px
}

@media (min-width: 768px) {
    .hero-section .images .scrollable .item img {
        height: 320px
    }
}

@media (min-width: 992px) {
    .hero-section .images .scrollable .item img {
        height: 368px
    }
}

.hero-section .images .scrollable .item .detail {
    margin-top: 80px;
    display: block;
    color: #fff
}

@media (min-width: 992px) {
    .hero-section .images .scrollable .item .detail {
        margin-top: 0;
        background: rgba(0,0,0,.5);
        box-shadow: 0 4px 30px #0000001a;
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
        padding: 24px;
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0;
        bottom: 0;
        transition: all .3s ease-in-out;
        border-radius: 0 0 15px 15px;
    }
}

.hero-section .images .scrollable .item .detail .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 16px
}

@media (min-width: 992px) {
    .hero-section .images .scrollable .item .detail .title {
        font-size: 24px
    }
}

.hero-section .images .scrollable .item .detail .desc {
    font-size: 20px;
    line-height: 1em
}

    .hero-section .images .scrollable .item .detail .desc svg {
        fill: #fff
    }

@media (min-width: 992px) {
    .hero-section .images .scrollable .item:hover .detail {
        opacity: 1;
        bottom: 0
    }
}

.hero-section .images .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 277px
}

@media (min-width: 768px) {
    .hero-section .images .navbar {
        max-width: 300px;
        top: 320px
    }
}

@media (min-width: 992px) {
    .hero-section .images .navbar {
        top: unset;
        position: relative !important
    }
}

.hero-section .images .navbar .page {
    width: 100%
}

    .hero-section .images .navbar .page .swiper-pagination {
        font-size: 34px;
        color: #ffffff80;
        position: static;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .hero-section .images .navbar .page .swiper-pagination-current {
        color: #fff
    }

.hero-section .images .navbar button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background-color: transparent;
    border: none;
    cursor: pointer
}

    .hero-section .images .navbar button img {
        width: 16px
    }

    .hero-section .images .navbar button:after {
        font-size: 30px;
        color: #fff
    }

.hero-section .images .navbar .page {
    line-height: 20px;
    color: #fff;
    font-size: 24px
}

@media (min-width: 768px) {
    .hero-section .images .navbar .page {
        font-size: 28px
    }
}

.special-for-you-section {
    padding: 50px 0;
    position: relative;
    z-index: 600
}

    .special-for-you-section h2 {
        color: #fff;
        font-weight: 200
    }

        .special-for-you-section h2 strong {
            font-weight: 700
        }

    .special-for-you-section .scroller {
        display: flex;
        flex-direction: row;
        gap: 20px
    }

    .special-for-you-section .promotion-category-container {
        display: grid;
        grid-template-rows: repeat(4,auto);
        grid-template-columns: auto;
        grid-auto-flow: column;
        gap: 20px
    }

        .special-for-you-section .promotion-category-container .promotion-category-item {
            max-width: 195px;
            border: 1px solid #ffffff;
            border-radius: 15px;
            width: 195px
        }

            .special-for-you-section .promotion-category-container .promotion-category-item .text {
                white-space: initial
            }

    .special-for-you-section .promotion-privileges-container {
        flex-direction: column;
        display: flex;
        gap: 20px
    }

        .special-for-you-section .promotion-privileges-container .feature-twotone-button-vertical-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            max-width: 350px
        }

            .special-for-you-section .promotion-privileges-container .feature-twotone-button-vertical-container .icon {
                padding: 24px;
                justify-content: flex-start
            }

                .special-for-you-section .promotion-privileges-container .feature-twotone-button-vertical-container .icon svg {
                    width: 49px
                }

        .special-for-you-section .promotion-privileges-container .feature-twotone-button {
            min-width: 350px
        }

            .special-for-you-section .promotion-privileges-container .feature-twotone-button .text div {
                white-space: initial
            }

            .special-for-you-section .promotion-privileges-container .feature-twotone-button .icon svg {
                max-height: 70px
            }

    .special-for-you-section .promotion-list-container {
        display: grid;
        grid-template-rows: repeat(2,auto);
        grid-template-columns: auto;
        grid-auto-flow: column;
        gap: 20px
    }

        .special-for-you-section .promotion-list-container .article-item {
            width: 240px
        }

            .special-for-you-section .promotion-list-container .article-item a {
                color: #fff
            }

                .special-for-you-section .promotion-list-container .article-item a .date span {
                    display: flex;
                    align-items: center
                }

                .special-for-you-section .promotion-list-container .article-item a .date svg {
                    width: 20px
                }

                    .special-for-you-section .promotion-list-container .article-item a .date svg path {
                        fill: #fff
                    }

        .special-for-you-section .promotion-list-container .more-item-container {
            display: grid;
            justify-content: center;
            padding-top: 20px
        }

        .special-for-you-section .promotion-list-container .more-button {
            width: 110px;
            height: 110px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            color: #fff;
            line-height: 1em;
            font-size: 22px;
            padding-top: 10px;
            border: 1px solid #ffffff;
            border-radius: 50%
        }

            .special-for-you-section .promotion-list-container .more-button:hover {
                background-color: #252525;
                border: 1px solid #252525;
                color: #fff
            }

            .special-for-you-section .promotion-list-container .more-button svg {
                margin-top: -6px;
                fill: #fff
            }

    .special-for-you-section .scoll-display-container {
        margin-bottom: 20px;
        color: #fff
    }

        .special-for-you-section .scoll-display-container .swiper-scrollbar {
            background-color: #ffffff80
        }

        .special-for-you-section .scoll-display-container .swiper-scrollbar-drag {
            background-color: #fff
        }

.card-network-section {
    margin-top: -180px;
    padding-bottom: 120px
}

@media (min-width: 768px) {
    .card-network-section {
        margin-top: -280px;
        padding-bottom: 90px
    }
}

.card-network-section h2 {
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 10px;
    color: #fff
}

@media (min-width: 768px) {
    .card-network-section h2 {
        font-size: 52px;
        line-height: 1em
    }
}

.card-network-section h3 {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 10px;
    color: #fff
}

@media (min-width: 768px) {
    .card-network-section h3 {
        font-size: 28px;
        line-height: 26px
    }
}

@media (min-width: 992px) {
    .card-network-section h3 {
        margin-bottom: 60px
    }
}

.card-network-section .article-item {
    max-width: 120px;
    background-color: #252525;
    border-radius: 10px
}

@media (min-width: 768px) {
    .card-network-section .article-item {
        max-width: 180px
    }
}

.card-network-section .article-item .logo {
    background-color: #fff;
    border: 1px solid #E5E6E6;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    text-align: center
}

@media (min-width: 768px) {
    .card-network-section .article-item .logo {
        width: 180px;
        height: 180px
    }
}

.card-network-section .article-item .logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 100%
}

.card-network-section .article-item .link {
    padding: 8px;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    text-align: left;
    font-weight: 500;
    display: flex;
    gap: 8px
}

@media (min-width: 768px) {
    .card-network-section .article-item .link {
        padding: 15px 20px;
        gap: 12px;
        font-size: 22px;
        line-height: 1em
    }
}

.card-network-section .article-item .link img {
    width: 5px;
    transition: all .2s ease-in-out
}

.card-network-section .article-item .link:hover img {
    transform: translate(2px)
}

.card-network-section .swiper-slide {
    margin-right: 30px
}

.promotion-for-you-section {
    padding: 90px 0 110px
}

    .promotion-for-you-section h2 {
        margin-bottom: 24px
    }

@media (min-width: 768px) {
    .promotion-for-you-section h2 {
        margin-bottom: 36px
    }
}

.promotion-for-you-section .promotion-entry-item .detail .date span {
    display: flex;
    align-items: center
}

.promotion-for-you-section .promotion-entry-item .detail .date svg {
    width: 20px
}

    .promotion-for-you-section .promotion-entry-item .detail .date svg path {
        fill: #666
    }

.lifestyle-stories-section {
    position: relative;
    background-color: #fff;
    padding: 60px 0 70px
}

@media (min-width: 768px) {
    .lifestyle-stories-section {
        padding: 260px 0 100px
    }
}

.lifestyle-stories-section .container {
    position: relative;
    z-index: 99
}

.lifestyle-stories-section .swiper-slide {
    margin-right: 30px
}

.lifestyle-stories-section .article-list .article-item .title {
    margin-bottom: 12px
}

.lifestyle-stories-section .article-list .article-item .desc {
    font-size: 20px;
    line-height: 1em
}

.news-article-section {
    background-color: #f4f4f4;
    padding: 60px 0 70px
}

@media (min-width: 768px) {
    .news-article-section {
        padding: 80px 0 100px
    }
}

.news-article-section .article-item .desc {
    color: #666;
    font-size: 20px;
    line-height: 1em;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news-article-section .swiper-slide {
    margin-right: 30px
}

.background-container {
    overflow: hidden;
    position: relative;
    background: #cccccc
}

.card-feature-section {
    display: grid;
    overflow: hidden;
    padding: 60px 0;
    height: 650px
}

@media (min-width: 768px) {
    .card-feature-section {
        height: unset
    }
}

@media (min-width: 992px) {
    .card-feature-section {
        padding: 0
    }
}

.card-feature-section .container {
    max-width: 400px
}

@media (min-width: 768px) {
    .card-feature-section .container {
        max-width: 1160px
    }
}

@media (min-width: 992px) {
    .card-feature-section .container {
        display: grid
    }
}

.card-feature-section .content {
    height: 800px
}

@media (min-width: 992px) {
    .card-feature-section .content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }
}

.card-feature-section .detail {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .card-feature-section .detail {
        display: flex;
        height: 800px
    }
}

.card-feature-section .detail .detail-container {
    display: grid;
    align-items: center
}

.card-feature-section .detail h2 {
    font-family: Century Gothic;
    font-weight: 700;
    font-size: 56px;
    line-height: 52px;
    background: #cccccc;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .card-feature-section .detail h2 {
        margin-bottom: 20px;
        font-size: 120px;
        line-height: 110px
    }
}

.card-feature-section .detail .desc {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .card-feature-section .detail .desc {
        margin-bottom: 80px;
        display: flex;
        -moz-column-gap: 14px;
        column-gap: 14px;
        flex-wrap: wrap
    }
}

@media (min-width: 768px) {
    .card-feature-section .detail .desc {
        margin-bottom: 0
    }
}

.card-feature-section .detail .card-txt {
    font-family: Century Gothic;
    font-size: 36px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .card-feature-section .detail .card-txt {
        font-size: 58px;
        line-height: 42px
    }
}

@media (min-width: 992px) {
    .card-feature-section .detail .card-txt {
        margin-bottom: 30px
    }
}

.card-feature-section .detail h3 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 500;
    color: #000
}

@media (min-width: 768px) {
    .card-feature-section .detail h3 {
        font-size: 42px;
        line-height: 1em
    }
}

.card-feature-section .image {
    position: relative;
    display: flex;
    align-items: center
}

    .card-feature-section .image img {
        width: 100%;
        height: auto;
        max-height: unset;
        max-width: 346px;
        transform-origin: top;
        display: block
    }

@media (min-width: 768px) {
    .card-feature-section .image img {
        max-width: 646px
    }
}

.card-feature-section {
    overflow: hidden
}

    .card-feature-section .swiper-vertical {
        height: calc(217px + 18vh);
        padding-bottom: 18vh;
        padding-top: 0;
        overflow: hidden;
        box-sizing: border-box
    }

    .card-feature-section .swiper-slide {
        height: 217px !important;
        transition: all .5s ease-in-out;
        transform-origin: center top;
        transform: scale(1) translateY(0)
    }

        .card-feature-section .swiper-slide img {
            margin-top: 20px
        }

    .card-feature-section .swiper-slide-prev {
        transform: scale(.94) translateY(217px);
        opacity: .5
    }

    .card-feature-section .swiper-slide-next {
        transition: all .5s ease-in-out;
        transform: scale(.94) translateY(20px)
    }

@media (min-width: 768px) {
    .card-feature-section .swiper-vertical {
        height: calc(400px + 40vh);
        padding-bottom: 40vh;
        padding-top: 0;
        overflow: hidden;
        box-sizing: border-box
    }

    .card-feature-section .swiper-slide {
        height: 400px !important;
        transition: all .5s ease-in-out;
        transform-origin: center top;
        transform: scale(1) translateY(0)
    }

        .card-feature-section .swiper-slide img {
            margin-top: 50px
        }

    .card-feature-section .swiper-slide-prev {
        transform: scale(.94) translateY(400px);
        opacity: .5
    }

    .card-feature-section .swiper-slide-next {
        transition: all .5s ease-in-out;
        transform: scale(.94) translateY(20px)
    }
}

@media (min-width: 992px) {
    .card-feature-section .image-container {
        padding-top: 30vh !important
    }

    .card-feature-section .swiper-vertical {
        height: calc(335px + 40vh);
        padding-bottom: 40vh;
        padding-top: 0;
        overflow: hidden;
        box-sizing: border-box
    }

    .card-feature-section .swiper-slide {
        height: 335px !important;
        transition: all .5s ease-in-out;
        transform-origin: center top;
        transform: scale(1) translateY(0)
    }

        .card-feature-section .swiper-slide img {
            margin-top: 50px
        }

    .card-feature-section .swiper-slide-prev {
        transform: scale(.94) translateY(335px);
        opacity: .5
    }

    .card-feature-section .swiper-slide-next {
        transition: all .5s ease-in-out;
        transform: scale(.94) translateY(20px)
    }
}

.card-feature-section .card-static {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 12px;
    width: 100%;
    max-width: 346px;
    height: 215px;
    background-color: #ccc;
    border-radius: 10px
}

@media (min-width: 768px) {
    .card-feature-section .card-static {
        margin-top: 50px;
        max-width: 646px;
        height: 403px
    }
}

@media (min-width: 992px) {
    .card-feature-section .card-static {
        max-width: 556px;
        height: 337px
    }
}

.card-feature-section .card-static .badge-group {
    font-weight: 700;
    font-size: 32px;
    display: flex;
    gap: 6px;
    justify-content: center;
    line-height: 56px
}

@media (min-width: 768px) {
    .card-feature-section .card-static .badge-group {
        gap: 12px;
        line-height: 110px
    }
}

.card-feature-section .card-static .badge {
    font-size: 32px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    padding: 0;
    position: relative
}

@media (min-width: 768px) {
    .card-feature-section .card-static .badge {
        width: 110px;
        height: 110px;
        font-size: 52px;
        line-height: 110px
    }
}

.card-feature-section .card-static .badge i {
    position: absolute;
    height: 5px;
    width: 5px;
    top: 16px;
    right: 13px;
    line-height: 10px;
    font-size: .7em
}

.card-feature-section .card-static .desc {
    font-size: 22px;
    line-height: 1em;
    text-align: center
}

@media (min-width: 768px) {
    .card-feature-section .card-static .desc {
        font-size: 32px
    }
}

.card-feature-section.redz .card-static {
    background: transparent linear-gradient(244deg,#FA6F26 0%,#F11A63 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

    .card-feature-section.redz .card-static .badge {
        background-color: #ed1c24
    }

.card-feature-section.luxe .card-static {
    background: transparent linear-gradient(244deg,#6E7680 0%,#000000 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

    .card-feature-section.luxe .card-static .badge {
        background-color: #0c1521
    }

.card-feature-section.black .card-static {
    background: transparent linear-gradient(238deg,#606060 0%,#000000 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

    .card-feature-section.black .card-static .badge {
        background-color: #252525
    }

.card-feature-section.the-black .card-static {
    background-color: #252525;
    color: #fff
}

    .card-feature-section.the-black .card-static .badge {
        background-color: #000
    }

.card-leading-section {
    background: #cccccc;
    padding: 120px 0 310px
}

@media (min-width: 768px) {
    .card-leading-section {
        padding: 60px 0 340px
    }
}

@media (min-width: 992px) {
    .card-leading-section {
        padding: 234px 0 400px
    }
}

.card-leading-section .container {
    max-width: 400px
}

@media (min-width: 768px) {
    .card-leading-section .container {
        max-width: 680px
    }
}

@media (min-width: 992px) {
    .card-leading-section .container {
        max-width: 1160px
    }
}

.card-leading-section .content {
    display: grid;
    grid-template-areas: "image" "detail"
}

@media (min-width: 768px) {
    .card-leading-section .content {
        grid-template-areas: "detail" "image"
    }
}

@media (min-width: 992px) {
    .card-leading-section .content {
        grid-template-areas: "detail image";
        grid-template-columns: 1fr 1fr;
        gap: 40px
    }
}

.card-leading-section .image {
    grid-area: image;
    display: grid;
    justify-content: center;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .card-leading-section .image {
        margin-bottom: 0
    }
}

.card-leading-section .image img {
    width: 100%;
    border-radius: 20px
}

@media (min-width: 768px) {
    .card-leading-section .image img {
        max-width: 100%
    }
}

.card-leading-section .image .invite-only {
    color: #fff;
    text-align: right;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px
}

.card-leading-section .detail {
    grid-area: detail
}

@media (min-width: 768px) {
    .card-leading-section .detail {
        margin-bottom: 40px
    }
}

.card-leading-section .detail h2 {
    font-family: Century Gothic;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .card-leading-section .detail h2 {
        font-size: 72px;
        line-height: 82px;
        margin-bottom: 16px
    }
}

@media (min-width: 992px) {
    .card-leading-section .detail h2 {
        margin-bottom: 50px
    }
}

.card-leading-section .detail .desc {
    font-size: 28px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .card-leading-section .detail .desc {
        font-size: 42px
    }
}

.card-leading-section .detail .more {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    line-height: 1em;
    border-bottom: 1px solid #ffffff
}

@media (min-width: 768px) {
    .card-leading-section .detail .more {
        font-size: 28px
    }
}

.card-register-section {
    background: #cccccc;
    padding: 70px 0 140px
}

    .card-register-section .container {
        max-width: 500px
    }

@media (min-width: 768px) {
    .card-register-section {
        padding: 160px 0 230px
    }

        .card-register-section .container {
            max-width: 740px
        }
}

@media (min-width: 992px) {
    .card-register-section {
        padding: 63px 0 130px
    }

        .card-register-section .container {
            max-width: 1160px
        }
}

.card-register-section h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 12px
}

@media (min-width: 768px) {
    .card-register-section h2 {
        margin-bottom: 24px;
        font-size: 52px;
        line-height: 1em
    }
}

@media (min-width: 992px) {
    .card-register-section h2 {
        margin-bottom: 28px
    }
}

.card-register-section .content {
    position: relative
}

@media (min-width: 992px) {
    .card-register-section .content .item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 42px
    }
}

@media (min-width: 1200px) {
    .card-register-section .content .item {
        grid-template-columns: 1.5fr 1fr
    }
}

.card-register-section .content .image {
    margin-bottom: 14px
}

    .card-register-section .content .image img {
        max-width: 100%;
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
        -o-object-fit: cover;
        object-fit: cover;
        height: 300px
    }

@media (min-width: 768px) {
    .card-register-section .content .image img {
        height: 400px
    }
}

@media (min-width: 992px) {
    .card-register-section .content .image img {
        height: 360px
    }
}

@media (min-width: 1199px) {
    .card-register-section .content .image img {
        height: 430px
    }
}

.card-register-section .content .navbar-container {
    position: absolute;
    width: 100%;
    top: 320px
}

@media (min-width: 768px) {
    .card-register-section .content .navbar-container {
        top: 420px
    }
}

@media (min-width: 992px) {
    .card-register-section .content .navbar-container {
        top: 0
    }
}

@media (min-width: 992px) {
    .card-register-section .content .navbar-container {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 42px
    }
}

@media (min-width: 1200px) {
    .card-register-section .content .navbar-container {
        grid-template-columns: 1.5fr 1fr
    }
}

.card-register-section .content .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

    .card-register-section .content .navbar .page {
        width: 100%
    }

        .card-register-section .content .navbar .page .swiper-pagination {
            font-size: 34px;
            color: #ffffff80;
            position: static;
            justify-content: center;
            align-items: center;
            display: flex
        }

        .card-register-section .content .navbar .page .swiper-pagination-current {
            color: #fff
        }

    .card-register-section .content .navbar button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        background-color: transparent;
        border: none;
        cursor: pointer
    }

        .card-register-section .content .navbar button img {
            width: 16px
        }

        .card-register-section .content .navbar button:after {
            font-size: 30px;
            color: #fff
        }

    .card-register-section .content .navbar .page {
        line-height: 20px;
        color: #fff;
        font-size: 24px
    }

@media (min-width: 768px) {
    .card-register-section .content .navbar .page {
        font-size: 28px
    }
}

.card-register-section .content .detail {
    margin-top: 80px;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .card-register-section .content .detail {
        margin-top: 0;
        margin-bottom: 0
    }
}

.card-register-section .content .detail h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .card-register-section .content .detail h3 {
        font-size: 42px;
        line-height: 1em
    }
}

.card-register-section .content .detail .desc {
    font-size: 22px;
    line-height: 1em;
    font-weight: 500;
    color: #fff
}

@media (min-width: 768px) {
    .card-register-section .content .detail .desc {
        font-size: 28px
    }
}

.card-register-section .content .detail .feature {
    font-size: 28px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 16px;
    color: #fff
}

@media (min-width: 768px) {
    .card-register-section .content .detail .feature {
        margin-top: 50px
    }
}

.card-register-section .content .detail .more-button {
    margin-top: 22px;
    background-color: #888;
    color: #fff;
    font-size: 26px;
    line-height: 1em;
    padding: 14px;
    border-radius: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .card-register-section .content .detail .more-button {
        padding: 14px 30px;
        font-size: 32px;
        line-height: 42px
    }
}

.card-register-section .content .detail .more-button div {
    display: grid;
    align-items: center;
    gap: 16px;
    grid-template-columns: 1fr auto
}

    .card-register-section .content .detail .more-button div span {
        display: flex;
        align-items: center;
        justify-content: center
    }

.card-register-section .content .detail .more-button img {
    width: 30px
}

@media (min-width: 768px) {
    .card-register-section .content .detail .more-button img {
        width: 42px
    }
}

.card-register-section .content .detail .more-button strong {
    font-weight: 700;
    margin-left: 10px
}

.card-register-section .content .detail .more-button:hover {
    background-color: #000
}

.card-selector-sticky-section {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 799
}

    .card-selector-sticky-section .current-card-display {
        box-shadow: 0 0 10px #00000029;
        cursor: pointer;
        display: grid;
        grid-template-columns: 1fr 1fr;
        background-color: #fff;
        min-height: 70px
    }

@media (min-width: 768px) {
    .card-selector-sticky-section .current-card-display {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.card-selector-sticky-section .current-card-display .card-display {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px
}

    .card-selector-sticky-section .current-card-display .card-display .detail {
        display: grid;
        grid-template-columns: 82px 1fr;
        gap: 16px;
        align-items: center
    }

        .card-selector-sticky-section .current-card-display .card-display .detail strong {
            font-weight: 700
        }

        .card-selector-sticky-section .current-card-display .card-display .detail .name {
            font-size: 20px;
            line-height: 18px
        }

            .card-selector-sticky-section .current-card-display .card-display .detail .name span {
                display: none
            }

@media (min-width: 992px) {
    .card-selector-sticky-section .current-card-display .card-display .detail .name span {
        display: block
    }
}

.card-selector-sticky-section .current-card-display .card-display .detail .image {
    max-width: 82px
}

    .card-selector-sticky-section .current-card-display .card-display .detail .image img {
        width: 100%;
        display: block;
        box-shadow: 0 8px 6px #00000029
    }

.card-selector-sticky-section .current-card-display .selecter {
    display: flex;
    align-items: center
}

    .card-selector-sticky-section .current-card-display .selecter .detail {
        padding: 0 16px;
        border-left: 1px solid #CCCCCC;
        font-size: 20px;
        line-height: 18px;
        min-height: 40px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        gap: 10px
    }

        .card-selector-sticky-section .current-card-display .selecter .detail .txt {
            display: flex;
            gap: 6px;
            justify-content: flex-start;
            flex-wrap: wrap
        }

            .card-selector-sticky-section .current-card-display .selecter .detail .txt .lifestyle-cate {
                display: none
            }

                .card-selector-sticky-section .current-card-display .selecter .detail .txt .lifestyle-cate span {
                    margin-right: 6px
                }

@media (min-width: 992px) {
    .card-selector-sticky-section .current-card-display .selecter .detail .txt .lifestyle-cate {
        display: flex
    }
}

.card-selector-sticky-section .current-card-display .register {
    display: none;
    background-color: #ccc;
    font-size: 20px;
    line-height: 1em;
    color: #fff;
    justify-content: center;
    align-items: center
}

@media (min-width: 768px) {
    .card-selector-sticky-section .current-card-display .register {
        display: flex
    }
}

.card-selector-sticky-section .card-preference-panel {
    box-shadow: 0 0 10px #00000029;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: 0
}

@media (min-width: 992px) {
    .card-selector-sticky-section .card-preference-panel {
        display: grid;
        grid-template-columns: 2fr 1fr
    }
}

.card-selector-sticky-section .card-preference-panel .close-btn {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 10px;
    cursor: pointer
}

    .card-selector-sticky-section .card-preference-panel .close-btn svg path {
        stroke: #000
    }

@media (min-width: 992px) {
    .card-selector-sticky-section .card-preference-panel .close-btn svg path {
        stroke: #fff
    }
}

.card-selector-sticky-section .card-preference-panel .option {
    gap: 30px;
    padding: 20px
}

@media (min-width: 992px) {
    .card-selector-sticky-section .card-preference-panel .option {
        padding: 40px;
        display: grid;
        grid-template-columns: 200px 2fr
    }
}

.card-selector-sticky-section .card-preference-panel .option .title {
    color: #666;
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 12px
}

.card-selector-sticky-section .card-preference-panel .option .card-select {
    margin-bottom: 24px
}

@media (min-width: 992px) {
    .card-selector-sticky-section .card-preference-panel .option .card-select {
        margin-bottom: unset
    }
}

.card-selector-sticky-section .card-preference-panel .option .card-select .card-lists {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start
}

@media (min-width: 992px) {
    .card-selector-sticky-section .card-preference-panel .option .card-select .card-lists {
        gap: 12px;
        justify-content: unset;
        grid-auto-flow: unset;
        grid-template-columns: 1fr 1fr
    }
}

.card-selector-sticky-section .card-preference-panel .option .card-select .card-item {
    cursor: pointer;
    width: 98px;
    margin-left: 6px;
    margin-right: 6px
}

@media (min-width: 992px) {
    .card-selector-sticky-section .card-preference-panel .option .card-select .card-item {
        margin-left: unset;
        margin-right: unset;
        width: unset
    }
}

.card-selector-sticky-section .card-preference-panel .option .card-select .card-item input:checked ~ .title {
    color: #000
}

.card-selector-sticky-section .card-preference-panel .option .card-select .card-item input:checked ~ .image {
    border: 2px solid #cccccc
}

.card-selector-sticky-section .card-preference-panel .option .card-select .card-item .title {
    color: #666;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    transition: all .2s ease-in-out;
    margin-bottom: 0
}

.card-selector-sticky-section .card-preference-panel .option .card-select .card-item .image {
    border: 2px solid #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: all .2s ease-in-out
}

    .card-selector-sticky-section .card-preference-panel .option .card-select .card-item .image img {
        max-width: 100%;
        display: block
    }

.card-selector-sticky-section .card-preference-panel .option .card-select .card-item .ps {
    font-size: 14px;
    margin-left: 4px
}

.card-selector-sticky-section .card-preference-panel .option .card-select .card-item:hover .image {
    border: 2px solid #cccccc
}

.card-selector-sticky-section .card-preference-panel .option .preference-select .check-list {
    border-bottom: 1px solid #B5B5B5
}

    .card-selector-sticky-section .card-preference-panel .option .preference-select .check-list .select-all {
        display: flex;
        font-size: 20px;
        line-height: 20px;
        align-items: center;
        color: #000;
        gap: 16px;
        margin-bottom: 24px
    }

        .card-selector-sticky-section .card-preference-panel .option .preference-select .check-list .select-all label {
            font-weight: 700
        }

        .card-selector-sticky-section .card-preference-panel .option .preference-select .check-list .select-all input:checked ~ .button {
            background-color: #ddd;
            color: #fff;
            border: 1px solid #dddddd
        }

        .card-selector-sticky-section .card-preference-panel .option .preference-select .check-list .select-all .button {
            transition: all .1s ease-in-out;
            border: 1px solid #B5B5B5;
            border-radius: 50px;
            padding: 5px 24px;
            cursor: pointer
        }

    .card-selector-sticky-section .card-preference-panel .option .preference-select .check-list .select-list {
        display: flex
    }

@media (min-width: 992px) {
    .card-selector-sticky-section .card-preference-panel .option .preference-select .check-list .select-list {
        flex-wrap: wrap
    }
}

.card-selector-sticky-section .card-preference-panel .option .preference-select .check-list .select-list input:checked ~ .icon {
    background-color: #ddd;
    border: #dddddd
}

    .card-selector-sticky-section .card-preference-panel .option .preference-select .check-list .select-list input:checked ~ .icon svg path {
        fill: #fff
    }

.card-selector-sticky-section .card-preference-panel .option .preference-select .check-list .select-list .icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #B5B5B5;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    transition: all .1s ease-in-out
}

    .card-selector-sticky-section .card-preference-panel .option .preference-select .check-list .select-list .icon svg path {
        transition: all .1s ease-in-out
    }

.card-selector-sticky-section .card-preference-panel .option .preference-select .check-list .select-list label {
    color: #666;
    width: 120px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 16px
}

.card-selector-sticky-section .card-preference-panel .option .preference-select .submit-group {
    margin-top: 32px;
    display: flex;
    gap: 32px
}

    .card-selector-sticky-section .card-preference-panel .option .preference-select .submit-group button, .card-selector-sticky-section .card-preference-panel .option .preference-select .submit-group a {
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        display: inline-block
    }

    .card-selector-sticky-section .card-preference-panel .option .preference-select .submit-group .reset {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        font-weight: 500;
        gap: 6px
    }

    .card-selector-sticky-section .card-preference-panel .option .preference-select .submit-group .button {
        line-height: 1em;
        color: #252525;
        border-radius: 50px;
        transition: all .1s ease-in-out;
        border: 1px solid #252525;
        cursor: pointer;
        padding: 6px 24px;
        font-size: 25px
    }

@media (min-width: 992px) {
    .card-selector-sticky-section .card-preference-panel .option .preference-select .submit-group .button {
        font-size: 28px;
        padding: 14px 40px
    }
}

.card-selector-sticky-section .card-preference-panel .option .preference-select .submit-group .button:hover {
    background-color: #252525;
    color: #fff
}

.card-selector-sticky-section .card-preference-panel .register {
    background-color: #ccc;
    font-size: 32px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex
}

@media (min-width: 992px) {
    .card-selector-sticky-section .card-preference-panel .register {
        padding: 50px 16px
    }
}

.card-selector-sticky-section .card-preference-panel .register .card-detail {
    text-align: center;
    width: 100%
}

.card-selector-sticky-section .card-preference-panel .register .title {
    display: none
}

@media (min-width: 992px) {
    .card-selector-sticky-section .card-preference-panel .register .title {
        display: block
    }
}

.card-selector-sticky-section .card-preference-panel .register .image {
    max-width: 198px;
    margin-top: 30px;
    margin-bottom: 38px;
    display: none
}

@media (min-width: 992px) {
    .card-selector-sticky-section .card-preference-panel .register .image {
        display: inline-block
    }
}

.card-selector-sticky-section .card-preference-panel .register .image img {
    width: 100%;
    box-shadow: 0 20px 20px #00000029;
    display: block
}

.card-selector-sticky-section .card-preference-panel .register a {
    padding: 10px 30px;
    font-size: 26px;
    line-height: 26px;
    display: block;
    transition: all .1s ease-in-out
}

@media (min-width: 992px) {
    .card-selector-sticky-section .card-preference-panel .register a {
        border-radius: 50px;
        border: 2px solid #FFFFFF;
        display: inline-block
    }

        .card-selector-sticky-section .card-preference-panel .register a:hover {
            background-color: #fff;
            color: #ccc
        }
}

.card-selector-sticky-section ~ footer {
    padding-bottom: 100px
}


/*Custom MB Carousel Banner*/

@media (max-width: 450px) {
    .hero-custom {
        padding-left: 0px;
        padding-right: 0px;
        translate: none;
        rotate: none;
        scale: none;
        transform: translate(0px, 0px);
        opacity: 1;
        margin-top: -8px;
        margin-left: 0px;
    }    
}

@media (min-width: 450px) {
    .hero-custom {
        padding-left: 192.4px !important;
        padding-right: 0px;
        translate: none;
        rotate: none;
        scale: none;
        transform: translate(0px, 0px);
        opacity: 1;
        margin-top: -8px;
    }
}

/* custom curcer ponter */
.image-pointer {
    cursor: pointer;
}