.footer-support,.site-footer {
    color: #fff;
    padding: 10px 20px
}

.modal,.modal-open {
    overflow: hidden
}

.modal,.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.site-footer {
    background-color: #000;
    text-align: center
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    text-align: center
}

.footer-column {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

.footer-column img.footer-dmca {
    margin-top: 4px
}

.footer-column:first-child {
    padding-top: 18px
}

.footer-text {
    max-width: 800px;
    margin: 10px auto 0;
    font-size: 11px;
    font-weight: 300
}

.footer-contact {
    margin-top: 10px
}

.footer-logo {
    max-width: 150px
}

.footer-icons {
    margin-bottom: -15px
}

.footer-icons a {
    margin: -8px;
    display: inline-block
}

.footer-icons img {
    width: 35px;
    transition: transform .3s;
    margin: 15px;
}

.footer-icons img:hover {
    transform: scale(1.1)
}

.footer-support {
    background-color: #7e1dd0;
    display: inline-block;
    border-radius: 20px;
    font-weight: 500;
    margin-top: 20px
}

.footer-support span {
    font-weight: 700
}

.footer-dmca {
    max-height: 50px;
    margin-top: 10px
}

.footer-bottom {
    font-size: 11px;
    color: #aaa;
    font-weight: 300
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(34,37,42,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #22252a
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.popup,.popup-overlay {
    position: fixed;
    opacity: 0;
    inset: 0;
    pointer-events: none
}

.site-footer-mobile {
    display: none
}

@media (max-width: 768px) {
    .site-footer-mobile {
        display:block;
        background: #000;
        color: #fff;
        text-align: center;
        padding: 20px
    }

    .site-footer {
        display: none
    }

    .footer-logo-mobile img {
        width: 150px;
        margin-bottom: 20px
    }

    .footer-cert-social-mobile {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .footer-cert-mobile,.footer-social-mobile {
        text-align: center
    }

    .footer-cert-mobile img {
        width: 150px
    }

    .footer-cert-mobile h4,.footer-social-mobile h4 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 500
    }

    .footer-icons-mobile a img {
    }

    .footer-support-mobile button {
        background: #8000d9;
        color: #fff;
        border: none;
        padding: 12px 30px;
        border-radius: 30px;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 20px;
        cursor: pointer;
        width: 300px
    }

    .footer-bottom-mobile {
        font-size: 12px;
        color: #ccc;
        margin-top: 10px
    }

    .footer-bottom-mobile span {
        color: #fff;
        font-weight: 300
    }
}

@media (min-width: 300px) and (max-width:490px) {
    .popup-card {
        width:100%!important;
        margin-left: 14px!important
    }

    .popup-message {
        margin-top: 110px!important;
        font-size: 16px!important;
        padding-bottom: 90px;
        height: 100px
    }

    .popup-button {
        margin-top: 5px!important
    }
}

:root {
    --purple-700: #6A1AB6;
    --purple-600: #7B2CD6;
    --purple-500: #8D3FF1;
    --text: #2A2A2A;
    --radius-xl: 24px
}

* {
    box-sizing: border-box
}

.demo-open {
    padding: 10px 16px;
    border-radius: 12px;
    border: 0;
    background: linear-gradient(180deg,var(--purple-600),var(--purple-700));
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(108,32,182,.35)
}

.popup-overlay {
    background: rgba(9,10,20,.45);
    backdrop-filter: blur(4px);
    transition: opacity .25s;
    z-index: 999
}

.popup {
    display: grid;
    place-items: center;
    padding: 24px;
    transform: translateY(10px) scale(.98);
    transition: opacity .25s,transform .25s;
    z-index: 1000
}

.popup.is-open {
    opacity: 1;
    transform: none;
    pointer-events: auto
}

.popup-overlay.is-open {
    opacity: .5;
    pointer-events: auto;
    background-color: #000
}

.popup-bg {
    position: absolute;
    inset: 0;
    background: url("/img/poup_bg.png") center/cover no-repeat;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, .15));
    z-index: -1
}

.popup-card {
    position: relative;
    width: 450px;
    height: auto;
    border-radius: var(--radius-xl);
    background: url("/img/poup_bg.png") center center/100% 100% no-repeat;
    box-shadow: 0 30px 80px rgba(87,32,168,.2),0 10px 24px rgba(87,32,168,.12);
    padding: 28px 24px 24px;
    overflow: hidden;
    margin-left: 20px;
    margin-top: -110px
}

.popup-art {
    position: absolute;
    right: 12px;
    top: 6px;
    width: 120px;
    height: auto;
    pointer-events: none;
    user-select: none
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    line-height: 0;
    font-size: 26px;
    color: #6e6e6e;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.08)
}

.popup-close:hover {
    background: #f3f3f5
}

.popup-title {
    margin: 8px 0 14px;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: .2px
}

.popup-message {
    margin-top: 160px;
    width: 100%;
    padding-left: 50px;
    padding-right: 70px;
    font-size: 20px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000
}

.popup-button {
    margin-top: 40px;
    margin-left: 15px;
    width: 90%;
    height: 56px;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    border-radius: 999px
}

.popup-button:not([style*=background]) {
    background: linear-gradient(180deg,#7b2cd6 0,#5f0993 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.35),0 10px 24px rgba(108,32,182,.35)
}

.ft-links {
    list-style: none;
    margin: 0;
    padding: 0 0 0 25px;
    display: grid;
    gap: 14px;
    font-size: 14px
}

.ft-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: .3px;
    display: flex;
    align-items: center;
    gap: 10px
}

.ft-links a:hover {
    color: #ffd84d
}

.ico {
    width: 18px;
    height: 18px;
    display: inline-block;
    flex: 0 0 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .08))
}

.ico-news {
    background-image: url('/img/f_news_icon.svg')
}

.ico-event {
    background-image: url('/img/f_event_icon.svg')
}

.ico-guide {
    background-image: url('/img/f_guide_icon.svg')
}

.info-more {
    background: #000;
    padding: 0 12px 24px;
    color: #fff;
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif
}

.info-title {
    text-align: center;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 300;
    margin: 6px 0 12px
}

.info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center
}

.info-item {
    flex: 1 1 calc(33.333% - 10px);
    min-width: 102px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    background: #1e1717;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #2f2f2f;
    transition: transform .12s,background .12s,border-color .12s
}

.info-ico {
    width: 22px;
    height: 22px;
    display: inline-flex
}

.info-ico svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    opacity: .9
}

.info-text {
    font-weight: 300;
    font-size: 10px;
    letter-spacing: .4px
}

.info-item:active {
    transform: scale(.98)
}

.info-item:hover {
    background: #2b2b2b;
    border-color: #3a3a3a
}

@media (max-width: 380px) {
    .popup-title {
        font-size:24px
    }

    .popup-art {
        width: 96px
    }

    .popup-card {
        padding: 24px 16px 18px
    }

    .info-item {
        flex: 1 1 calc(50% - 10px)
    }
}

@media (max-width: 300px) {
    .info-item {
        flex:1 1 100%
    }
}

.footer_title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
