.styles_bannerSlider__lAKeA {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.styles_bannerSlider__lAKeA .styles_content__nzUck {
    width: 100%
}

.styles_bannerSlider__lAKeA .styles_content__nzUck a {
    cursor: pointer
}

.styles_bannerSlider__lAKeA .styles_content__nzUck img {
    width: 100%
}

.styles_bannerSlider__lAKeA .styles_content__nzUck button {
    background: var(--background-color-button-carousel, #fdb82c);
    padding: 0;
    border: 0
}

.styles_bannerSlider__lAKeA .styles_content__nzUck button svg {
    background: transparent;
    fill: var(--color-button);
    font-size: 2rem
}

@media only screen and (max-width: 992px) {
    .styles_bannerSlider__lAKeA {
        display: block
    }

    .styles_bannerSlider__lAKeA .styles_slider__4_3h8, .styles_bannerSlider__lAKeA .styles_slider__4_3h8 .splide__track {
        height: 18rem
    }
}

.styles_eventHome__JTqJl {
    width: 100%;
    max-height: 30rem;
    overflow-x: auto
}

.styles_eventHome__JTqJl h1 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--background-color-notice);
    background-image: var(--event-list-gradient);
    border-radius: .5rem;
    color: var(--white);
    font-size: 1.7rem;
    padding: 1rem
}

.styles_eventHome__JTqJl h1 svg {
    font-size: 2rem
}

.styles_eventHome__JTqJl h1 span {
    color: var(--yellow-color);
    font-size: 1.4rem
}

.styles_eventHome__JTqJl h1 .styles_more__Y6Rcs {
    margin-left: auto;
    cursor: pointer;
    color: var(--color-more)
}

.styles_eventHome__JTqJl h1 .styles_more__Y6Rcs svg {
    height: 1rem;
    width: auto
}

.styles_eventHome__JTqJl .styles_listNotices__1UVh1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--event-list-gap);
    margin-top: 3rem
}

.styles_eventHome__JTqJl .styles_listNotices__1UVh1 .styles_notice__ixFcu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    width: 100%;
    border-bottom: 1px solid var(--event-item-border-color);
    cursor: pointer;
    padding: .6rem 2rem
}

.styles_eventHome__JTqJl .styles_listNotices__1UVh1 .styles_notice__ixFcu:hover {
    background: var(--primary-color);
    border-radius: .5rem
}

.styles_eventHome__JTqJl .styles_listNotices__1UVh1 .styles_notice__ixFcu p {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .6rem 0;
    color: var(--white);
    font-size: 1.4rem
}

.styles_eventHome__JTqJl .styles_listNotices__1UVh1 .styles_notice__ixFcu p svg {
    color: var(--white);
    font-size: 2rem
}

.styles_eventHome__JTqJl .styles_listNotices__1UVh1 .styles_notice__ixFcu span {
    color: var(--color-more);
    cursor: pointer;
    font-size: 1.2rem
}

.styles_noticeHome__ApMMY {
    width: 100%;
    max-height: 30rem;
    overflow-x: auto;
    display: flex;
    flex-direction: column
}

.styles_noticeHome__ApMMY .styles_title__9UYlw {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: var(--background-color-notice);
    background-image: var(--event-list-gradient);
    border-radius: .5rem;
    color: var(--white);
    font-size: 1.7rem;
    padding: 1rem
}

.styles_noticeHome__ApMMY .styles_title__9UYlw .styles_more__I7bkd {
    margin-left: auto;
    cursor: pointer;
    color: var(--color-more)
}

.styles_noticeHome__ApMMY .styles_title__9UYlw .styles_more__I7bkd svg {
    height: 1rem;
    width: auto
}

.styles_noticeHome__ApMMY .styles_title__9UYlw svg {
    font-size: 2rem
}

.styles_noticeHome__ApMMY .styles_title__9UYlw span {
    color: var(--yellow-color);
    font-size: 1.4rem
}

.styles_noticeHome__ApMMY .styles_listNotices__ndqFx {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--event-list-gap);
    margin-top: 3rem
}

.styles_noticeHome__ApMMY .styles_listNotices__ndqFx .styles_notice__q_1qF {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    width: 100%;
    border-bottom: 1px solid var(--event-item-border-color);
    cursor: pointer;
    padding: .6rem 2rem
}

.styles_noticeHome__ApMMY .styles_listNotices__ndqFx .styles_notice__q_1qF:hover {
    background: var(--primary-color);
    border-radius: .5rem
}

.styles_noticeHome__ApMMY .styles_listNotices__ndqFx .styles_notice__q_1qF p {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .6rem 0;
    color: var(--white);
    font-size: 1.4rem
}

.styles_noticeHome__ApMMY .styles_listNotices__ndqFx .styles_notice__q_1qF p svg {
    color: var(--white);
    font-size: 2rem
}

.styles_noticeHome__ApMMY .styles_listNotices__ndqFx .styles_notice__q_1qF span {
    color: var(--color-more);
    cursor: pointer;
    font-size: 1.2rem
}

.styles_homeThree__xgjir {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 2rem
}

.styles_homeThree__xgjir .styles_informationsMonney__LSG5o {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding: 0 1rem
}

.styles_homeThree__xgjir .styles_informationsMonney__LSG5o .styles_inputInformation__7JMJl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: var(--secondary-color);
    border-radius: .5rem;
    margin: 0 0 1rem;
    padding: 1rem;
    width: 100%
}

.styles_homeThree__xgjir .styles_informationsMonney__LSG5o .styles_inputInformation__7JMJl .styles_inputItem__9QGZS {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem
}

.styles_homeThree__xgjir .styles_informationsMonney__LSG5o .styles_inputInformation__7JMJl .styles_inputItem__9QGZS label {
    color: var(--white);
    font-size: 1.2rem
}

.styles_homeThree__xgjir .styles_informationsMonney__LSG5o .styles_inputInformation__7JMJl .styles_inputItem__9QGZS img {
    width: 24px;
    height: auto
}

.styles_homeThree__xgjir .styles_informationsMonney__LSG5o .styles_inputInformation__7JMJl .styles_value__TahIO {
    color: var(--active-color);
    font-size: 1.3rem
}

.styles_homeThree__xgjir img {
    width: 100%;
    height: 100%
}

.styles_homeThree__xgjir .styles_content__PfQBE {
    display: flex;
    flex-direction: column;
    background: var(--secondary-color);
    padding: 0 1rem
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_upperLinks__onmU_ {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 1rem;
    gap: .1rem
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_upperLinks__onmU_ .styles_upperLinksButton__bKzjz {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    background-color: var(--yellow-color)
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_upperLinks__onmU_ .styles_upperLinksButton__bKzjz img {
    height: 2rem;
    width: 2rem
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_upperLinks__onmU_ .styles_upperLinksButton__bKzjz p {
    color: var(--white)
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_informations__A7l3D {
    display: grid;
    grid-template-columns:42% 41% 15%;
    grid-gap: 1.5rem;
    gap: 1.5rem;
    padding: 4rem 1rem 1rem
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_titleInformation__4CZr6 {
    display: flex;
    align-items: center;
    gap: 1rem;
    background-color: var(--background-color-notice);
    background-image: var(--event-list-gradient);
    border-radius: .5rem;
    color: var(--white);
    font-size: 1.7rem;
    margin: 2rem 1rem;
    padding: 1rem;
    width: 42%
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_titleInformation__4CZr6 img {
    max-width: 2rem;
    max-height: 2rem;
    object-fit: cover
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_titleInformation__4CZr6 .styles_more__4_a9D {
    color: var(--color-more);
    margin-left: auto;
    cursor: pointer
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_titleInformation__4CZr6 .styles_more__4_a9D svg {
    height: 1rem;
    width: auto
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_titleInformation__4CZr6 svg {
    font-size: 2rem
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_titleInformation__4CZr6 span {
    color: var(--yellow-color);
    font-size: 1.4rem
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_items__rYJgb {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_cardsCasino__fL_bT img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersHome__FM3Zo {
    display: grid;
    grid-template-columns:repeat(var(--banners-grid-column), 1fr);
    grid-gap: 1rem;
    gap: 1rem;
    padding-top: 4rem
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersHome__FM3Zo .styles_bannerItem__plbwD {
    position: relative;
    height: 100%
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersHome__FM3Zo .styles_bannerItem__plbwD .styles_classBannerImg__TaUG6 {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: .5rem;
    cursor: pointer;
    transition: all .35s ease
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersHome__FM3Zo .styles_bannerItem__plbwD .styles_classBannerImg__TaUG6:hover {
    border: 1px solid var(--yellow-color)
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersHome__FM3Zo .styles_bannerItem__plbwD .styles_bannerOverlay__69vfE {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding: 1rem 0;
    display: none;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background: rgba(0, 0, 0, .8)
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersHome__FM3Zo .styles_bannerItem__plbwD .styles_bannerOverlay__69vfE .styles_overLayImg__lfiie {
    height: 4rem;
    width: auto
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersHome__FM3Zo .styles_bannerItem__plbwD .styles_bannerOverlay__69vfE .styles_overLayImg__lfiie img {
    height: 100%;
    width: 100%
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersHome__FM3Zo .styles_bannerItem__plbwD .styles_bannerOverlay__69vfE .styles_overLayText__6CRC4 {
    font-size: 30px;
    margin-top: 10px;
    color: #fff;
    font-family: pcp
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersHome__FM3Zo .styles_bannerItem__plbwD .styles_bannerOverlay__69vfE .styles_overLayButton__7fJwf {
    background: #f90;
    display: flex;
    padding: 2px 10px;
    border-radius: 20px;
    color: #000
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersHome__FM3Zo .styles_bannerItem__plbwD:hover .styles_bannerOverlay__69vfE {
    display: var(--overlay-display, none)
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_sponsorsOverride__GDAQP, .styles_homeThree__xgjir .styles_content__PfQBE .styles_sponsors__L_Pqe {
    display: grid;
    grid-template-columns:repeat(8, 1fr);
    grid-gap: 1rem;
    gap: 1rem;
    padding-top: 4rem
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_sponsorsOverride__GDAQP img, .styles_homeThree__xgjir .styles_content__PfQBE .styles_sponsors__L_Pqe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_sponsorsOverride__GDAQP {
    display: flex
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersLinks__6xpX0 {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 0 4rem
}

.styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersLinks__6xpX0 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1600px) {
    .styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersHome__FM3Zo {
        display: none
    }

    .styles_homeThree__xgjir .styles_content__PfQBE .styles_informations__A7l3D {
        grid-template-columns:40% 40% 17%
    }
}

@media only screen and (max-width: 1024px) {
    .styles_homeThree__xgjir {
        overflow-y: hidden
    }

    .styles_homeThree__xgjir .styles_content__PfQBE {
        padding: 0 1rem 8rem
    }

    .styles_homeThree__xgjir .styles_content__PfQBE .styles_informations__A7l3D {
        grid-template-columns:1fr
    }

    .styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersHome__FM3Zo, .styles_homeThree__xgjir .styles_content__PfQBE .styles_sponsorsOverride__GDAQP, .styles_homeThree__xgjir .styles_content__PfQBE .styles_sponsors__L_Pqe {
        display: none
    }

    .styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersGames__GrMu0 {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin: 1rem 0
    }

    .styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersGames__GrMu0 img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .styles_homeThree__xgjir .styles_content__PfQBE .styles_bannersLinks__6xpX0 {
        padding-bottom: 0
    }
}

.styles_homePageTwo__t1bIb {
    overflow-y: auto;
    height: 100%
}

.styles_game_container__Gxe44 {
    display: none
}

/*# sourceMappingURL=bd4804cdb455501e.css.map*/