@import url(stylesheet_1.css);
@import url(stylesheet_0.css);

@keyframes react-spinners-FadeLoader-fade {
    50% {
        opacity: 0.3
    }

    100% {
        opacity: 1
    }
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}


:root {
    --swiper-navigation-size: 44px
}


:root {}




.sf-hidden {
    display: none !important
}

.banner_footer {
    width: 100%;
    justify-content: center;
    display: none;
}

.banner_footer_wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.levelup_banner_top_text {
    font-size: 24px;
}

.cashback_title {
    font-size: 50px !important;
}

.pre_release_title {
    font-size: 36px !important;
}

.cashback_text {
    font-size: 20px !important;
}

.pre_release_text {
    font-size: 20px !important;
}
.footer_banner_title {
    font-size: 18px;
    padding: 5px 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer_banner_bonus {
    color: #ee98ff;
    text-align: center;
}
.static_banner_internal_bonus2 .text_major {
    font-weight: bold;
}


.textSeo {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.textSeo p {
    line-height: 1.5;
}
.textSeo h1,
.textSeo h2,
.textSeo h3 {
    margin-bottom: 20px;
    margin-top: 40px;
}
.textSeo h1:first-child,
.textSeo h2:first-child,
.textSeo h3:first-child {
    margin-top: 0;
}
@media (max-width: 800px) {
    .banner_footer {
        display: flex;
    }
}
@media (max-width: 767px) {
    .textSeo h1,
    .textSeo h2,
    .textSeo h3 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .main_header_inner_container_tournament_section {
        min-width: 100%;
    }
}