@charset "UTF-8";

.league-gothic {
    font-family: League Gothic, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 400
}

:root {
    --width-container: 1285px
}

body.popup-open {
    overflow: hidden
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit
}

button {
    background-color: transparent;
    border: none
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media (max-width:768px) and (orientation:portrait) {
    .slide-dt {
        display: none
    }
}

.slide-mb {
    display: none
}

@media (max-width:768px) and (orientation:portrait) {
    .slide-mb {
        display: block
    }
}

.main {
    margin-top: -112px
}

@media (max-width:768px) and (orientation:portrait) {
    .main {
        margin-top: -35%
    }
}

.group-left {
    align-items: center;
    background: url(../../../images/web/header/bg_right_nav.png) no-repeat 50%/100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 6px 95px;
    pointer-events: all;
    position: absolute;
    right: 5px;
    top: 140px;
    transition: transform .3s ease;
    width: 120px;
    z-index: 100
}

@media (max-width:768px) and (orientation:portrait) {
    .group-left {
        display: none
    }
}

.group-left .control-common,
.group-left .group-left__control,
.group-left .group-left__control--action {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 64px;
    left: -23px;
    position: absolute;
    top: 12px;
    width: 25px;
    z-index: 99
}

.group-left__control {
    background-image: url(../../../images/web/header/btn-slide-close.png)
}

.group-left__android,
.group-left__ios {
    display: block;
    padding-top:5px;
    transform: scale(1.2);
    width: 80%;
    z-index: 1
}

.group-left__qr {
    margin-top: 15px;
    transform: scale(1.2);
    width: 80%;
    margin-bottom:5px;
}

.group-left__qr img {
    border-radius: 5px
}

.group-left__woman {
    bottom: -34px;
    position: absolute;
    width: 80%
}

.group-left__woman img {
    transform: scale(1);
    transition: transform 3s ease
}

.group-left__woman .active,
.group-left__woman:hover .inactive {
    display: none
}

.group-left__woman:hover .active {
    display: initial
}

.group-left__woman:hover img.active {
    transform: scale(1)
}

.group-left__control--action {
    background-image: url(../../../images/web/header/btn-slide-open.png)
}

.group-left__giftcode {
    bottom: -120px;
    position: absolute;
    width: 100%
}

.group-left--transition {
    right: 5px;
    transform: translateX(85%)
}

.btn-hover__status .active,
.btn-hover__status:hover .inactive {
    display: none
}

.btn-hover__status:hover .active {
    display: initial
}

#menu {
    align-items: center;
    background-color: #170000;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 32px;
    justify-content: center;
    padding: 0 6px;
    position: absolute;
    right: 0;
    top: 70px;
    transition: all .4s;
    width: 100%;
    width: 50%;
    z-index: 99999;
    z-index: 4
}

#menu li {
    border-bottom: .1vw solid #fff;
    width: 100%
}

#menu li:hover {
    background-color: #453333
}

#menu li:last-child {
    border-bottom: 0
}

#menu li a {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 3.5% 0;
    width: 100%
}

.menu-open {
    transform: translateX(0)
}

.menu-closed {
    transform: translateX(100%)
}

.floating {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.floating .dropdown {
    background-color: rgba(0, 0, 0, .8);
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1
}

.floating .dropdown__item .header__link {
    padding: 12px 38px
}

.fix-float {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    left: 0;
    margin-left: 0;
    pointer-events: all;
    position: absolute;
    top: 0;
    transform: scale(var(--scale-ratio));
    transform-origin: left top;
    z-index: 9
}

@media (min-width:769px) or (orientation:landscape) {
    .fix-float {
        width: var(--width-desktop)
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .fix-float {
        width: var(--width-mobile)
    }
}

.swiper-wrapper .swiper-slide>a {
    display: inline-block;
    height: 100%;
    width: 100%
}

.swiper-pagination-bullet {
    background-color: #000 !important;
    opacity: 1 !important
}

.swiper-pagination-bullet-active.swiper-pagination-bullet {
    background-color: #a40000 !important;
    opacity: 1 !important
}

@media (min-width:769px) or (orientation:landscape) {
    .header {
        height: 751px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .header {
        height: 512px;
        padding-top: 70px
    }
}

.header__nav {
    pointer-events: all;
    z-index: 100
}

@media (min-width:769px) or (orientation:landscape) {
    .header__nav {
        background-color: rgba(0, 0, 0, .7)
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .header__nav {
        background-color: #170000;
        height: auto
    }
}

.header__container {
    margin: 0 auto
}

@media (min-width:769px) or (orientation:landscape) {
    .header__container {
        align-items: center;
        display: flex
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .header__container {
        display: none
    }
}

.header__container-mb {
    padding: 0 8px
}

@media (min-width:769px) or (orientation:landscape) {
    .header__container-mb {
        display: none
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .header__container-mb {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
}

.header__avatar-mb {
    aspect-ratio: 1/1;
    width: 13.5%
}

.header__avatar-mb:hover {
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(255, 185, 185))
}

.header__click-mb {
    background-image: url(../../../images/web/mobile/header/btn_mb.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 32px;
    padding: 16px;
    text-align: center;
    width: 35%
}

.header__click-mb:hover {
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(255, 185, 185))
}

.header__link-mb {
    background: linear-gradient(180deg, #000 30%, #af0000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.header__menu-mb {
    width: 9%
}

.header__menu-mb:hover {
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(255, 185, 185))
}

@media (min-width:769px) or (orientation:landscape) {
    .header__container-menu {
        bottom: 12%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .header__container-menu {
        bottom: -8%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1
    }
}

@media (min-width:769px) or (orientation:landscape) {
    .header__list {
        color: #fff;
        font-size: 36px;
        justify-content: space-between;
        margin: 0 auto;
        width: 1024px
    }

    .header__link,
    .header__list {
        align-items: center;
        display: flex
    }

    .header__link {
        justify-content: center;
        padding: 10px 38px
    }
}

.header__link:hover {
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(255, 185, 185))
}

@media (max-width:768px) and (orientation:portrait) {
    .header__link {
        padding: 0 12px
    }
}

@media (min-width:769px) or (orientation:landscape) {
    .header__link-home {
        padding: 0 48px;
        position: relative
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .header__link-home {
        padding: 0 30px
    }
}

.header__link-home:before {
    /* background-image: url(../../../images/web/header/tab-redeem.html\ 1.png); */
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 101px;
    position: absolute;
    z-index: -1
}

@media (min-width:769px) or (orientation:landscape) {
    .header__link-home:before {
        width: 180px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .header__link-home:before {
        width: 100px
    }
}

.header__item-dropdown {
    position: relative
}

.header__item-dropdown:hover .dropdown {
    display: block
}

@media (min-width:769px) or (orientation:landscape) {
    .header__tag {
        padding-left: 20px;
        position: absolute;
        top: 4px;
        width: 152px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .header__tag {
        display: none;
        width: 20%
    }
}

.header-menu {
    align-items: center;
    aspect-ratio: 500/156;
    background-image: url(../../../images/web/header/frame.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    gap: 2.2%;
    justify-content: center;
    padding-left: 24px;
    position: relative;
    width: 529px
}

@media (max-width:768px) and (orientation:portrait) {
    .header-menu {
        background-image: url(../../../images/web/header/frame_mobile.png);
        width: 380px;
        margin-top: -225px
    }
}

.header-menu__pc {
    display: flex;
    transform: scale(1.3);
    width: 18%;
    padding-left: 10px;
}

@media (max-width:768px) and (orientation:portrait) {
    .header-menu__pc {
        width: 28%
    }
}

.header-menu__pc img {
    border-radius: 5px
}

.header-menu__app {
    display: flex;
    flex-direction: column;
    width: 25%
}

@media (max-width:768px) and (orientation:portrait) {
    .header-menu__app {
        display: none
    }
}

.header-menu__android{
    display: flex;
    transform: scale(1.3);
    width: 100%;
    margin-left: 25px;
    margin-bottom: 8px;

}
.header-menu__ios {
    display: flex;
    transform: scale(1.3);
    width: 100%;
    margin-left: 25px;
    margin-top: 5px;
}

.header-menu__qr {
    display: flex;
    transform: scale(1.1);
    margin-left: 40px;
    width: 19%
}

@media (max-width:768px) and (orientation:portrait) {
    .header-menu__qr {
        display: none
    }
}

.header-menu__item .active,
.header-menu__item:hover .inactive {
    display: none
}

.header-menu__item:hover .active {
    display: initial
}

.header-menu__item.recharge img {
    transform: scale(1.5);
    transition: transform 3s ease
}

.header-menu__item.recharge:hover img.active {
    transform: scale(1.6)
}

.header-menu__card {
    align-self: self-start;
    position: relative;
    width: 22%;
    margin-left: -6px;
    margin-top : -5px;
    top:5%;
    transform: scale(.6)
}

@media (max-width:768px) and (orientation:portrait) {
    .header-menu__card {
        top: -10%;
        width: 45%;
        display: none;
    }
}

.header-menu__card:hover {
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(255, 185, 185))
}


.header-menu__tkhoancard {
    align-self: self-start;
    position: relative;
    width: 28%;
    padding-left: 42px;
    top:5%;
    transform: scale(.70);
    display: none;
}

@media (max-width:768px) and (orientation:portrait) {
    .header-menu__tkhoancard {
        display: flex;
        top: -10%;
        width: 45%
    }
}

.header-menu__tkhoancard:hover {
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(255, 185, 185))
}

.header-menu__register {
    bottom: -5%;
    left: 1.5%;
    position: absolute;
    width: 35%
}

@media (max-width:768px) and (orientation:portrait) {
    .header-menu__register {
        bottom: -29%;
        left: 4%;
        width: 45%
    }
}

.header-menu__giftcode {
    bottom: -5%;
    position: absolute;
    right: -2%;
    width: 35%
}

@media (max-width:768px) and (orientation:portrait) {
    .header-menu__giftcode {
        bottom: -29%;
        right: 1%;
        width: 45%
    }
}

.header-banner,
.swiper-header {
    aspect-ratio: 1440/751;
    margin: 0 auto;
    width: 100%;
    z-index: 0;
    position: relative;
    overflow: hidden;
}

.header-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper-header {
    background-image: url(../../../../../base_zt2/storage/photos/1/Banner/main.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:768px) and (orientation:portrait) {
    .header-banner,
    .swiper-header {
        aspect-ratio: unset;
        height: calc(100% - 70px);
    }
    
    .swiper-header {
        background-image: url(../../../../../base_zt2/storage/photos/1/Banner/main.png);
    }
    
    .header-banner {
        /* Background sẽ được set bằng JavaScript khi lazyload */
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .header-banner img {
        display: none;
    }
}

.swiper-header .swiper-slide a img {
    height: 100%
}

.swiper-header .swiper-pagination {
    align-items: center;
    display: flex;
    gap: 25px;
    justify-content: center
}

@media (min-width:769px) or (orientation:landscape) {
    .swiper-header .swiper-pagination {
        padding-bottom: 3%
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .swiper-header .swiper-pagination {
        padding-bottom: 3%
    }
}

.swiper-header .swiper-pagination-bullet {
    height: 15px !important;
    width: 15px !important
}

.slogan-mb {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1000
}

@media (max-width:768px) and (orientation:portrait) {
    .slogan-mb {
        align-items: center;
        display: flex;
        gap: 8px;
        justify-content: center
    }
}

.slogan-mb__woman {
    width: 40%
}

.slogan-mb__woman img {
    transform: scale(1.2);
    transition: transform 3s ease
}

.slogan-mb__woman .active,
.slogan-mb__woman:hover .inactive {
    display: none
}

.slogan-mb__woman:hover .active {
    display: initial
}

.slogan-mb__woman:hover img.active {
    transform: scale(1.25)
}

.slogan-mb__nap-the {
    width: 47%
}

.preload-open {
    overflow: hidden
}

.preload-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: .9;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

.preload-banner {
    left: 50%;
    max-width: 100%;
    padding: 35px;
    position: fixed;
    text-align: center;
    top: 10%;
    transform: translateX(-50%);
    width: 1440px;
    z-index: 99999
}

.preload-banner .banner-content {
    height: 100%;
    position: relative;
    width: 100%
}

.preload-banner .banner-content a {
    display: inline-block;
    height: 100%;
    width: 100%
}

.preload-banner img {
    max-height: 85vh;
    width: 100%
}

.preload-banner .preload-x-btn {
    align-items: center;
    background-color: red;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 28px;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: -15px;
    transform: translate(50%, -50%);
    transition: all .2s ease;
    width: 36px
}

.preload-banner .preload-x-btn:hover {
    transform: translate(50%, -50%) scale(1.05)
}

@media only screen and (max-width:1024px) {
    .preload-banner {
        padding: 15px;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 98%
    }

    .preload-banner .preload-x-btn {
        right: 5px
    }
}

.news {
    background-position: 50%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    pointer-events: none;
    position: relative
}

@media (min-width:769px) or (orientation:landscape) {
    .news {
        background-image: url(../../../images/web/main/news/bg-news.png);
        padding: 140px 0 40px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news {
        background-image: url(../../../images/web/mobile/main/news/bg-news.png);
        padding: 250px 0 56px
    }
}

.news__inner {
    gap: 10px;
    margin: 0 auto;
    pointer-events: all;
    position: relative
}

@media (min-width:769px) or (orientation:landscape) {
    .news__inner {
        align-items: center;
        align-items: start;
        display: flex;
        height: 462px;
        justify-content: space-between;
        max-width: var(--width-container)
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news__inner {
        display: block;
        height: 920px;
        max-width: none;
        width: 95%;
        margin-top: -100px
    }
}

.news__title {
    margin: 32px auto 0;
    padding: 0 24px
}

@media (min-width:769px) or (orientation:landscape) {
    .news__title {
        display: none
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news__title {
        display: block;
        width: 367px
    }
}

@media (min-width:769px) or (orientation:landscape) {
    .news__container {
        flex: auto;
        font-size: 32px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news__container {
        font-size: 24px;
        margin-top: 18px;
        width: 95%
    }
}

.news__button-list {
    align-items: center;
    display: flex;
}

@media (min-width:769px) or (orientation:landscape) {
    .news__button-list {
        margin: 0 auto;
        width: 90%
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news__button-list {
        justify-content: space-evenly
    }
}

.news__more {
    transition: all .3s
}

.news__more:hover {
    transform: rotate(180deg) scale(1.15)
}

@media (min-width:769px) or (orientation:landscape) {
    .news__more {
        padding: 0
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news__more {
        width: 24px
    }
}

@media (min-width:769px) or (orientation:landscape) {
    .news__button-more {
        display: block;
        width: 32px
    }
}

.news__button {
    cursor: pointer;
    text-align: center
}

@media (min-width:769px) or (orientation:landscape) {
    .news__button {
        width: 114px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news__button {
        width: 90px
    }
}

.news__button-active {
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.news__button--active .news__button-active,
.news__button:hover .news__button-active {
    display: block
}

@media (min-width:769px) or (orientation:landscape) {
    .news__deco {
        background-color: #000;
        height: 2px;
        margin: 24px auto 0;
        width: 90%
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news__deco {
        display: none
    }
}

.news__deco2 {
    background-color: #000;
    height: 2px;
    margin: 4px auto 0;
    width: 90%
}

@media (min-width:769px) or (orientation:landscape) {
    .news__deco2 {
        display: none
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news__deco2 {
        display: block
    }
}

.news__heading {
    color: #a40000;
    text-align: center
}

@media (min-width:769px) or (orientation:landscape) {
    .news__heading {
        margin-top: 10px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news__heading {
        margin-top: 28px
    }
}

.news .swiper-pagination-2 {
    bottom: -10%;
    display: flex;
    gap: 10px
}

@media (min-width:769px) or (orientation:landscape) {
    .news .swiper-pagination-2 {
        justify-content: end
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news .swiper-pagination-2 {
        justify-content: center
    }
}

@media (min-width:769px) or (orientation:landscape) {
    .news .swiper-pagination-2 .swiper-pagination-bullet {
        height: 10px !important;
        width: 10px !important
    }
}

.swiper-container {
    flex: 1
}

@media (min-width:769px) or (orientation:landscape) {
    .swiper-container {
        width: 660px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .swiper-container {
        padding: 0 4px;
        width: 100%
    }
}

.swiper-news {
    width: 100%
}

.swiper-news .swiper-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.swiper-news .swiper-slide img {
    aspect-ratio: 16/9;
    border-radius: 15px;
    display: inline-block;
    height: 100%;
    width: 100%
}

.content-news {
    font-size: 24px;
    margin-top: 28px
}

@media (max-width:768px) and (orientation:portrait) {
    .content-news {
        width: 95%
    }
}

.content-news__img {
    width: 84px
}

.content-news.fade-in {
    animation: fadeIn .8s forwards
}

.content-news.slide-in {
    animation: slideIn .8s forwards
}

.content-news__list {
    display: flex;
    flex-direction: column
}

@media (min-width:769px) or (orientation:landscape) {
    .content-news__list {
        gap: 8px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .content-news__list {
        gap: 15px
    }
}

.content-news__item {
    align-items: center;
    display: flex;
    justify-content: center;
    justify-content: start;
    transition: all .3s
}

.content-news__item:hover {
    transform: translateX(10px)
}

.content-news__img {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 80px
}

@media (max-width:768px) and (orientation:portrait) {
    .content-news__img {
        min-width: 80px
    }
}

.content-news__desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    overflow: hidden
}

.characters {
    background-position: 50%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding-bottom: 40px;
    width: 100%
}

@media (min-width:769px) or (orientation:landscape) {
    .characters {
        background-image: url(../../../images/web/main/characters/bg-characters.png)
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .characters {
        background-image: url(../../../images/web/mobile/main/characters/bg-characters.png);
        padding-bottom: 0;
        margin-top: -250px
    }
}

.characters__inner {
    margin: 0 auto;
    max-width: 1058px;
    position: relative
}

@media (min-width:769px) or (orientation:landscape) {
    .characters__inner {
        height: 690px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .characters__inner {
        height: 740px
    }
}

.characters__system {
    margin-top: -20px
}

@media (min-width:769px) or (orientation:landscape) {
    .characters__title {
        width: 300px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .characters__title {
        margin: auto;
        padding: 0 24px;
        width: 367px
    }
}

.characters__choice {
    animation: updown 1.5s linear infinite alternate;
    top: 10%;
    width: 42%
}

.characters__description {
    right: 0;
    top: 10%;
    width: 24%
}

.characters .swiper-form {
    margin-top: -15px;
    width: 58%
}

@media (max-width:768px) and (orientation:portrait) {
    .characters .swiper-form {
        margin-top: -64px;
        padding: 0 8px;
        position: relative;
        width: 100%
    }
}

.characters .swiper-form .wrap-slide {
    aspect-ratio: 1/1;
    width: 100%
}

.characters .swiper-form .wrap-slide img {
    height: 113px;
    width: 109px
}

@media (max-width:768px) and (orientation:portrait) {
    .characters .swiper-form .wrap-slide img {
        height: 132px;
        width: 128px
    }
}

.characters .swiper-form .swiper-slide {
    cursor: pointer
}

.characters .swiper-form .swiper-slide .swiper--active {
    display: none
}

.characters .swiper-form .swiper-slide .swiper--inactive,
.characters .swiper-form .swiper-slide:hover .swiper--active {
    display: block
}

.characters .swiper-form .swiper-slide:hover .swiper--inactive {
    display: none
}

.characters .swiper-form .swiper-slide-thumb-active .swiper--active {
    display: block
}

.characters .swiper-form .swiper-slide-thumb-active .swiper--inactive {
    display: none
}

.characters .swiper-form__title {
    font-size: 24px;
    text-align: center
}

.characters .swiper-character {
    width: 100%
}

.characters .swiper-character .group-characters {
    align-items: center;
    align-items: start;
    display: flex;
    height: 510px;
    justify-content: space-between
}

@media (max-width:768px) and (orientation:portrait) {
    .characters .swiper-character .group-characters {
        height: 580px
    }
}

.characters .swiper-character .group-characters__avatar {
    animation: updown 1.5s linear infinite alternate;
    width: 510px
}

@media (max-width:768px) and (orientation:portrait) {
    .characters .swiper-character .group-characters__avatar {
        margin-left: -90px;
        max-width: 602px;
        width: 602px
    }
}

.characters .swiper-character .group-characters__desc {
    width: 320px
}

@media (max-width:768px) and (orientation:portrait) {
    .characters .swiper-character .group-characters__desc {
        display: none
    }
}

.characters .swiper-character .group-characters .video {
    aspect-ratio: 1/1;
    background-color: #4d0000;
    border-radius: 50%;
    left: 56%;
    padding: 2px;
    position: absolute;
    transform: translateX(-50%);
    width: 38%;
    z-index: -1
}

@media (max-width:768px) and (orientation:portrait) {
    .characters .swiper-character .group-characters .video {
        display: none
    }
}

.characters .swiper-character .group-characters .video>div {
    background-color: #d9d9d9;
    border-radius: 50%;
    height: 100%;
    padding: 5px;
    width: 100%
}

.characters .swiper-character .group-characters .video>div>div {
    background: rgba(100, 0, 0, 0);
    border: 3px solid #9b0000;
    border-radius: 50%;
    height: 100%;
    position: relative;
    width: 100%
}

.characters .swiper-character .group-characters .video>div>div video {
    aspect-ratio: 1/1;
    border-radius: 50%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width:768px) and (orientation:portrait) {
    .characters .swiper-character .group-characters .video>div>div video {
        display: none
    }
}

@keyframes updown {
    0% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(10px)
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .characters .swiper-character {
        position: static
    }
}

.swiper-pagination-4 {
    position: absolute
}

@media (min-width:769px) or (orientation:landscape) {
    .swiper-pagination-4 {
        display: none
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .swiper-pagination-4 {
        bottom: -28px !important;
        display: block
    }
}

.swiper-pagination-4 .swiper-pagination-bullet {
    height: 10px !important;
    width: 10px !important
}

.skills {
    text-wrap: nowrap;
    background-position: 50%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 24px;
    padding-top: 20px;
    width: 100%
}

@media (min-width:769px) or (orientation:landscape) {
    .skills {
        background-image: url(../../../images/web/main/skills/bg-skills.png);
        font-size: 24px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .skills {
        background-image: url(../../../images/web/mobile/main/skills/bg-skills.png);
        font-size: 20px
    }
}

.skills__inner {
    margin: 0 auto;
    max-width: var(--width-container);
    padding-top: 20px;
    position: relative
}

@media (min-width:769px) or (orientation:landscape) {
    .skills__inner {
        height: 742px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .skills__inner {
        height: 480px
    }
}

.skills__title {
    aspect-ratio: 188/43
}

@media (min-width:769px) or (orientation:landscape) {
    .skills__title {
        margin-left: auto;
        width: 300px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .skills__title {
        margin: 0 auto;
        width: 367px
    }
}

.skills .swiper-skills-image {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

@media (min-width:769px) or (orientation:landscape) {
    .skills .swiper-skills-image {
        padding: 0 80px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .skills .swiper-skills-image {
        margin: 12px auto 0
    }
}

.skills .swiper-skills-image .swiper-slide {
    align-items: center;
    display: flex
}

@media (min-width:769px) or (orientation:landscape) {
    .skills .swiper-skills-image .swiper-slide {
        height: 530px;
        width: 75%
    }

    .skills .swiper-skills-image .swiper-slide.swiper-slide-prev img {
        transform: translateX(54%)
    }

    .skills .swiper-skills-image .swiper-slide.swiper-slide-next img {
        transform: translateX(-54%)
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .skills .swiper-skills-image .swiper-slide {
        padding: 0 10px;
        width: 100%
    }
}

.skills .swiper-skills-image .swiper-slide img {
    aspect-ratio: 1704/959;
    border-radius: 20px
}

@media (min-width:769px) or (orientation:landscape) {
    .skills .swiper-skills-image .swiper-slide img {
        filter: drop-shadow(0 4px 12px #000)
    }
}

.skills .swiper-skills-image .swiper-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.skills .swiper-skills-image .swiper-button-prev {
    aspect-ratio: 5/6;
    background: url(../../../images/web/icons/slide_prev.png) no-repeat 50%/contain;
    height: auto
}

@media (min-width:769px) or (orientation:landscape) {
    .skills .swiper-skills-image .swiper-button-prev {
        width: 75px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .skills .swiper-skills-image .swiper-button-prev {
        width: 35px
    }
}

.skills .swiper-skills-image .swiper-button-prev:after {
    content: none
}

.skills .swiper-skills-image .swiper-button-prev:hover {
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(255, 185, 185));
    transform: scale(.95)
}

.skills .swiper-skills-image .swiper-button-next {
    aspect-ratio: 5/6;
    background: url(../../../images/web/icons/slide_next.png) no-repeat 50%/contain;
    height: auto
}

@media (min-width:769px) or (orientation:landscape) {
    .skills .swiper-skills-image .swiper-button-next {
        width: 75px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .skills .swiper-skills-image .swiper-button-next {
        width: 35px
    }
}

.skills .swiper-skills-image .swiper-button-next:after {
    content: none
}

.skills .swiper-skills-image .swiper-button-next:hover {
    filter: brightness(1.15) drop-shadow(1px 2px 3px rgb(255, 185, 185));
    transform: scale(.95)
}

.skills .swiper-skills-image .feature__swiper-pagination {
    bottom: -1%
}

.swiper-skills {
    margin: 23px auto 0;
    text-align: center
}

@media (min-width:769px) or (orientation:landscape) {
    .swiper-skills {
        max-width: 1100px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .swiper-skills {
        max-width: 375px
    }
}

.swiper-skills .swiper-slide {
    cursor: pointer;
    padding: 12px;
    width: 120px
}

@media (max-width:768px) and (orientation:portrait) {
    .swiper-skills .swiper-slide {
        padding: 10px;
        width: 90px
    }
}

.swiper-skills .swiper-slide-thumb-active {
    background-image: url(../../../images/web/main/news/news-tab-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.swiper-skills__group {
    --swiper-navigation-size: 24px;
    position: relative
}

.swiper-skills__group .swiper-button-next,
.swiper-skills__group .swiper-button-prev {
    color: #000
}

.footer {
    background: var(--footer-background);
    padding: 16px 10px 3px
}

.news-page {
    background-position: 50%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1800px;
    pointer-events: none;
    position: relative
}

@media (min-width:769px) or (orientation:landscape) {
    .news-page {
        background-image: url(../../../images/web/news/bg_news.png);
        margin: -112px auto 0;
        padding: 140px 40px 56px 56px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news-page {
        background-image: url(../../../images/web/news/bg_news_mb.png);
        margin: -125px auto 0;
        padding: 220px 0 56px
    }
}

.news-page__inner {
    margin: 0 auto;
    padding: 0 38px;
    pointer-events: all
}

@media (max-width:768px) and (orientation:portrait) {
    .news-page__inner {
        padding: 0 12px
    }
}

.news-page__title {
    margin: 32px auto 0;
    width: 367px
}

@media (max-width:768px) and (orientation:portrait) {
    .news-page__title {
        padding: 0 24px
    }
}

.news-page__container {
    margin: 0 auto
}

@media (min-width:769px) or (orientation:landscape) {
    .news-page__container {
        font-size: 36px;
        width: 75%
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news-page__container {
        font-size: 24px;
        margin-top: 18px;
        width: 95%
    }
}

.news-page__button-list {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media (min-width:769px) or (orientation:landscape) {
    .news-page__button-list {
        font-size: 36px;
        justify-content: space-around;
        margin: 0 auto;
        padding-top: 30px;
        width: 90%
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news-page__button-list {
        font-size: 20px;
        justify-content: space-evenly;
        padding-top: 20px
    }
}

@media (min-width:769px) or (orientation:landscape) {
    .news-page__more {
        padding: 0
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news-page__more {
        display: none
    }
}

@media (min-width:769px) or (orientation:landscape) {
    .news-page__button-more {
        aspect-ratio: 1/1;
        display: block;
        width: 32px
    }
}

.news-page__button {
    text-align: center
}

@media (min-width:769px) or (orientation:landscape) {
    .news-page__button {
        width: 130px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news-page__button {
        width: 92px
    }
}

.news-page__button-active {
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.news-page__button--active .news-page__button-active,
.news-page__button:hover .news-page__button-active {
    display: block
}

@media (min-width:769px) or (orientation:landscape) {
    .news-page__deco {
        background-color: #000;
        height: 2px;
        margin: 24px auto 0;
        width: 90%
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news-page__deco {
        display: none
    }
}

.news-page__deco2 {
    background-color: #000;
    height: 2px;
    margin: 4px auto 0;
    width: 90%
}

@media (min-width:769px) or (orientation:landscape) {
    .news-page__deco2 {
        display: none
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news-page__deco2 {
        display: block
    }
}

.news-page__heading {
    color: #a40000;
    text-align: center
}

@media (min-width:769px) or (orientation:landscape) {
    .news-page__heading {
        font-size: 36px;
        margin-top: 10px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news-page__heading {
        font-size: 20px;
        margin-top: 28px
    }
}

.news-page .content-news {
    font-size: 24px;
    margin-top: 28px
}

@media (max-width:768px) and (orientation:portrait) {
    .news-page .content-news {
        width: 95%
    }
}

.news-page .content-news.fade-in {
    animation: fadeIn .8s forwards
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.news-page .content-news.slide-in {
    animation: slideIn .8s forwards
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.news-page .content-news__list {
    display: flex;
    flex-direction: column
}

@media (min-width:769px) or (orientation:landscape) {
    .news-page .content-news__list {
        gap: 10px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .news-page .content-news__list {
        gap: 15px
    }
}

.news-page .content-news__item {
    align-items: center;
    display: flex;
    justify-content: center;
    justify-content: start;
    transition: all .3s
}

.news-page .content-news__item:hover {
    transform: translateX(10px)
}

.news-page .content-news__img {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 84px
}

@media (max-width:768px) and (orientation:portrait) {
    .news-page .content-news__img {
        min-width: 80px
    }
}

.news-page .content-news__desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    display: -webkit-box;
    overflow: hidden
}

.detail {
    background-position: center -1px;
    background-size: 100% auto;
    pointer-events: none;
    position: relative
}

@media (min-width:769px) or (orientation:landscape) {
    .detail {
        background-image: url(../../../images/web/news/bg_news.png);
        margin: -112px auto 0;
        padding: 140px 40px 56px 56px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .detail {
        background-image: url(../../../images/web/news/bg_news_mb.png);
        margin: -125px auto 0;
        padding: 220px 0 56px
    }
}

.detail__inner {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 120px;
    pointer-events: all
}

@media (max-width:768px) and (orientation:portrait) {
    .detail__inner {
        padding: 0 12px;
        margin-top: -80px
    }
}

.detail__title {
    margin: 32px auto 0;
    width: 367px
}

@media (max-width:768px) and (orientation:portrait) {
    .detail__title {
        padding: 0 24px
    }
}

.detail__deco {
    background-color: #000;
    height: 2px;
    margin: 24px auto 0;
    width: 90%
}

@media (min-width:769px) or (orientation:landscape) {
    .detail__deco {
        display: none
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .detail__deco {
        display: block
    }
}

.detail__deco2 {
    margin: 0 auto 20px;
    width: 28%
}

.detail__heading {
    color: #6f0000;
    margin-top: 5px
}

@media (min-width:769px) or (orientation:landscape) {
    .detail__heading {
        font-size: 48px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .detail__heading {
        font-size: 24px
    }
}

.detail__group {
    align-items: center;
    display: flex;
    font-size: 28px;
    gap: 4px;
    justify-content: center;
    justify-content: start;
    margin-top: 10px;
	margin-bottom: 50px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:768px) and (orientation:portrait) {
    .detail__group {
        font-size: 16px
    }
}

.detail__group img {
    margin-top: -8px;
    width: 47px
}

@media (max-width:768px) and (orientation:portrait) {
    .detail__group img {
        width: 23px
    }
}

.detail__group:after {
    background-color: #000;
    bottom: -1px;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}

.detail__slide {
    margin-top: 30px;
    width: 100%
}

@media (min-width:769px) or (orientation:landscape) {
    .detail__slide {
        margin-left: auto;
        margin-right: auto;
        max-width: 75%
    }

    .detail__content {
        font-size: 28px;
        margin: 38px auto;
        max-width: 75%
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .detail__content {
        font-size: 20px;
        margin: 12px auto;
        width: 100%
    }
}

.detail__content audio,
.detail__content canvas,
.detail__content embed,
.detail__content iframe,
.detail__content img,
.detail__content object,
.detail__content svg,
.detail__content video {
    display: initial
}

.detail__content dd,
.detail__content dl,
.detail__content figure,
.detail__content h1,
.detail__content h2,
.detail__content h3,
.detail__content h4,
.detail__content h5,
.detail__content h6,
.detail__content hr,
.detail__content p,
.detail__content pre {
    margin: initial
}

.detail__content strong {
    font-weight: 600
}

.detail__content h1,
.detail__content h2,
.detail__content h3,
.detail__content h4,
.detail__content h5,
.detail__content h6 {
    font-weight: 400;
    line-height: 1.2
}

.detail__content h1 {
    font-size: 1.8em
}

.detail__content h2 {
    font-size: 1.68em
}

.detail__content h3 {
    font-size: 1.36em
}

.detail__content h4 {
    font-size: 1.2em
}

.detail__content h5 {
    font-size: 1em
}

.detail__content blockquote {
    display: block;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-end: 40px;
    margin-inline-start: 40px
}

.detail__content menu {
    list-style: initial;
    margin: initial;
    padding: initial
}

.detail__content ol {
    list-style-type: decimal
}

.detail__content ol,
.detail__content ul {
    display: block;
    margin-block-end: 1em;
    margin-block-start: 1em;
    margin-inline-end: 0;
    margin-inline-start: 0;
    padding-inline-start: 40px
}

.detail__content ul {
    list-style-type: disc
}

.detail__content a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline
}

.detail__content img {
    height: auto !important;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto
}

.detail__content table {
    border-collapse: separate
}

.detail__content td,
.detail__content th {
    border: 1px solid;
    border-color: initial
}

.detail .formatted blockquote,
.detail .formatted ol,
.detail .formatted p,
.detail .formatted pre,
.detail .formatted ul {
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: .8em;
    padding-top: .2em
}

.detail .formatted h1 {
    font-size: 2.36em;
    line-height: 1.33em;
    margin-bottom: 1.67em;
    padding-top: 1em
}

.detail .formatted h1+dl {
    margin-top: 1em
}

@media only screen and (max-width:640px) {
    .detail .formatted h1 {
        font-size: 1.9em
    }
}

.detail .formatted dd {
    margin-bottom: 1em
}

.detail .formatted h1:first-of-type {
    margin-bottom: 1.17em;
    padding-top: .5em;
    width: 100%
}

.detail .formatted h1:first-of-type+h2 {
    padding-top: 0
}

.detail .formatted h2 {
    border-bottom: 1px solid #e9e9e9;
    font-size: 1.68em;
    font-weight: 400;
    line-height: 1.68em;
    margin-bottom: .4em;
    padding-bottom: .2em;
    padding-top: .8em
}

@media only screen and (max-width:640px) {
    .detail .formatted h2 {
        font-size: 1.5em
    }
}

.detail .formatted h2:first-of-type {
    clear: both
}

.detail .formatted h3 {
    font-size: 1.36em;
    line-height: 1.5em
}

.detail .formatted h3,
.detail .formatted h4 {
    font-weight: 400;
    margin-bottom: .2em;
    padding-top: .8em
}

.detail .formatted h4 {
    font-size: 1.2em;
    line-height: 1.4em
}

.detail .formatted h5 {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: .8em;
    padding-top: .2em
}

.detail .formatted .info-box>h2,
.detail .formatted .info-box>h3,
.detail .formatted .info-box>h4 {
    padding-top: 0
}

.detail .formatted b,
.detail .formatted strong {
    font-weight: 600
}

.detail .formatted em,
.detail .formatted i {
    font-style: italic
}

.detail .formatted pre {
    overflow: hidden
}

.detail .formatted code {
    font-family: Monaco, Menlo, Consolas, Roboto Mono, Courier New, Ubuntu Mono, monospace;
    font-size: .866666em;
    padding: 1.333em
}

.detail .formatted :not(pre)>code:not(.highlight) {
    background: hsla(204, 5%, 80%, .3);
    border-radius: 3px;
    padding: .1em .25em
}

.detail .formatted :not(pre)>code:not(.highlight):after,
.detail .formatted :not(pre)>code:not(.highlight):before {
    content: " ";
    letter-spacing: -1em
}

.detail .formatted a code:not(.highlight) {
    color: #1b3af2
}

.detail .formatted .highlight {
    background: #2b2c26;
    color: #f8f8f2
}

.detail .formatted .highlight a {
    color: #fff
}

.detail .formatted .highlight code {
    background: none;
    font-size: 1em;
    padding: 0
}

.detail .formatted blockquote {
    border-left: 1px solid #bdbdbd;
    font-style: italic;
    padding-left: 10px;
    padding-top: 0
}

.detail .formatted kbd {
    background: #f5f5f5;
    border: 1px solid #b5c6d2;
    border-bottom-color: #97afbf;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 #97afbf;
    display: inline-block;
    font-size: .866666em;
    line-height: 1em;
    padding: .25em .5em;
    vertical-align: middle
}

.detail .formatted ol,
.detail .formatted ul {
    margin-bottom: .8em;
    margin-left: 2.666em
}

@media only screen and (max-width:640px) {

    .detail .formatted ol,
    .detail .formatted ul {
        margin-left: 1.333em
    }
}

.detail .formatted ol ol,
.detail .formatted ol ul,
.detail .formatted ul ol,
.detail .formatted ul ul {
    margin-bottom: 0;
    padding-top: 0
}

.detail .formatted ol ol:last-of-type,
.detail .formatted ol ul:last-of-type,
.detail .formatted ul ol:last-of-type,
.detail .formatted ul ul:last-of-type {
    margin-bottom: .3333333333em
}

.detail .formatted ol li:last-of-type,
.detail .formatted ul li:last-of-type {
    margin-bottom: 0
}

.detail .formatted p img {
    box-sizing: content-box
}

.detail .formatted iframe:not(.cke_wysiwyg_frame),
.detail .formatted p img {
    display: block;
    margin: 1.5em auto
}

.detail .formatted ol {
    list-style-type: decimal
}

.detail .formatted table {
    margin: 1.5em 0;
    width: 100%
}

.detail .formatted table code {
    white-space: normal;
    word-break: break-word
}

.detail .formatted td,
.detail .formatted th {
    border: 1px solid #e9e9e9;
    padding: 6px 12px
}

.detail .formatted th {
    font-weight: 700
}

.detail .formatted abbr {
    border-bottom: 1px dotted #000;
    cursor: default;
    position: relative;
    text-decoration: none
}

.detail .formatted abbr:before {
    background: #000;
    border-radius: 3px;
    bottom: calc(-100% - 15px);
    color: #fff;
    content: attr(title);
    font-size: .9em;
    font-weight: 700;
    padding: 3px 5px;
    white-space: nowrap
}

.detail .formatted abbr:after,
.detail .formatted abbr:before {
    display: none;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.detail .formatted abbr:after {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0 5px 5px;
    bottom: -5px;
    content: "";
    height: 0;
    width: 0
}

.detail .formatted abbr:hover:after,
.detail .formatted abbr:hover:before {
    display: block
}

.detail .formatted [dir=rtl] ol,
.detail .formatted [dir=rtl] ul {
    margin-left: 0;
    margin-right: 2.666em
}

@media only screen and (max-width:640px) {

    .detail .formatted [dir=rtl] ol,
    .detail .formatted [dir=rtl] ul {
        margin-right: 1.333em
    }
}

.request-delete-account {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    justify-content: flex-start;
    position: relative
}

@media (min-width:769px) or (orientation:landscape) {
    .request-delete-account {
        padding: 0 30px
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .request-delete-account {
        padding: 0 20px 120px
    }
}

.request-delete-account__form {
    border-radius: 10px;
    padding: 20px;
    position: relative
}

@media (min-width:769px) or (orientation:landscape) {
    .request-delete-account__form {
        max-width: 850px;
        width: 100%
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .request-delete-account__form {
        padding: 0;
        width: 100%
    }
}

.request-delete-account__form-title {
    align-items: center;
    display: flex;
    justify-content: center
}

.request-delete-account__form-body {
    margin-top: 50px
}

.request-delete-account__form-body .form-group {
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.request-delete-account__form-body .form-group.form-check {
    flex-direction: row;
    gap: 10px
}

@media (min-width:769px) or (orientation:landscape) {
    .request-delete-account__form-body .form-group {
        width: 70%
    }
}

@media (max-width:768px) and (orientation:portrait) {
    .request-delete-account__form-body .form-group {
        width: 90%
    }
}

.request-delete-account__form-body .form-group label {
    font-size: 28px
}

@media (max-width:768px) and (orientation:portrait) {
    .request-delete-account__form-body .form-group label {
        font-size: 20px
    }
}

.request-delete-account__form-body .form-group .form-control {
    background-color: #d9d9d9;
    border: 0;
    padding: .5rem .75rem
}

.request-delete-account__form-body .form-group .form-check-input[type=checkbox] {
    background-color: #d9d9d9
}

.request-delete-account__form-body .form-group button {
    background-color: #ff6a6a;
    border-radius: 5px;
    font-size: 32px;
    margin: auto;
    padding: 5px 35px;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:768px) and (orientation:portrait) {
    .request-delete-account__form-body .form-group button {
        font-size: 24px
    }
}

.request-delete-account__form-body .form-group button:hover {
    background-color: #bd0000;
    color: #fff
}

#confirmDialog {
    --bs-modal-zindex: 9999
}

#confirmDialog .modal-header {
    background-color: #d9d9d9;
    border-bottom: 0
}

#confirmDialog .modal-body,
#confirmDialog .modal-title {
    font-size: 1.75rem
}

#confirmDialog .btn-close {
    font-size: 1rem
}

#confirmDialog .modal-footer {
    border-top: 0;
    justify-content: center
}

#confirmDialog .modal-footer .btn {
    border: 0;
    color: #000;
    font-size: 1.5rem;
    padding: .375rem 1.75rem
}

#confirmDialog .modal-footer .btn:hover {
    opacity: .75
}

#confirmDialog .modal-footer .btn-secondary {
    background-color: #d9d9d9
}

#confirmDialog .modal-footer .btn-primary {
    background-color: #ff6a6a
}