body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: sans-serif;
    background-color: #474747;
    background: #212121;
    background: linear-gradient(90deg, rgb(33, 33, 33) 0%, rgb(71, 71, 71) 30%, rgb(71, 71, 71) 70%, rgb(33, 33, 33) 100%)
}

.header .container {
    align-items: center
}

.rd {
    cursor: pointer
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.container_content {
    display: flex;
    padding: 0px 0px;
    grid-gap: 1px;
    align-items: flex-start
}

.container_content .side {
    width: 250px;
    flex-shrink: 0;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .75)
}

@media (max-width: 1200px) {
    .container_content .side {
        display: none
    }
}

.container_content .content {
    grid-gap: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .75);
    padding: 15px 15px;
    background-color: #2e2e2e
}

.container_content .content .bannerimg {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    max-height: 380px;
    border-radius: 5px !important;
    overflow: hidden;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .75)
}

.container_content .content picture {
    text-align: center
}

.container_content .content h1 {
    font-weight: 900;
    color: #fff;
    margin: 5px 0
}

.container_content .content table {
    border: 1px solid #fff
}

.container_content .content table thead {
    color: #fff;
    border: 1px solid #fff
}

.container_content .content table td {
    color: #fff;
    border: 1px solid #fff
}

.container_content .content table tr {
    color: #fff;
    border: 1px solid #fff
}

.container_content .content table th {
    color: #fff;
    border: 1px solid #fff
}

.container_content .content h2, .container_content .content h3, .container_content .content h4, .container_content .content h5 {
    font-weight: 900;
    color: #fff;
    margin: 3px 0;
    font-size: 18px
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

.container_content .content {
    font-size: 15px;
    color: #fff;
    opacity: .8;
    line-height: 1.4
}

.container_content .content a {
    text-decoration: none;
    color: #fff;
    transition: .2s
}

.container_content .content a:hover {
    opacity: .7
}

.container_content .content ol, .container_content .content ul {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    padding-left: 20px
}

.container_content .content ol li, .container_content .content ul li {
    list-style-type: disc;
    color: #fff;
    font-size: 15px;
    opacity: .8
}

.container_content .contents {
    grid-gap: 10px;
    display: grid;
    grid-template-columns:repeat(1, 1fr)
}

.container_content .contents a {
    text-decoration: none;
    text-indent: -27px;
    padding-left: 23px
}

.container_content .contents a:hover {
    transform: scale(102%)
}

.container_content .contents_home {
    grid-template-columns:repeat(3, 1fr)
}

@media (max-width: 768px) {
    .container_content .contents_home {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 576px) {
    .container_content .contents_home {
        grid-template-columns:repeat(1, 1fr)
    }
}

.up {
    position: fixed;
    bottom: 20%;
    right: 4%;
    border: 2px solid #000;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background-color: #ffb805;
    z-index: 5;
    transition: .2s
}

.up:before {
    content: "";
    display: block;
    top: 67%;
    position: absolute;
    height: 50%;
    width: 15px;
    height: 15px;
    left: 31%;
    border-top: 2px solid #000;
    border-left: 2px solid #050505;
    transform: rotate(45deg) translate(-50%, -49%)
}

.up:hover {
    opacity: .7
}

.mobile-menu__nav {
    display: flex;
    flex-direction: column;
    grid-gap: 15px
}

.mobile-menu__nav a {
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    opacity: .7
}

.mobile-menu__logo {
    cursor: pointer;
    transition: .2s
}

.mobile-menu__logo:hover {
    opacity: .7
}

.header__logo {
    cursor: pointer;
    transition: .2s
}

.header__logo:hover {
    opacity: .7
}

.btn {
    cursor: pointer;
    transition: .2s
}

.btn:hover {
    opacity: .7
}

.dark {
    display: block;
    background-color: rgba(0, 0, 0, .308);
    position: fixed;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    z-index: -1;
    transition: .5s
}

.dark.visible {
    opacity: 1
}

.dark.smooth {
    z-index: 5
}

.mobile-menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    color: #fff;
    transition: .2s;
    cursor: pointer;
    background: rgba(0, 0, 0, 0)
}

.mobile-menu__close:hover {
    opacity: .7
}

.mobile-menu {
    padding: 15px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    z-index: 10;
    position: fixed;
    background-color: #181818;
    width: 300px;
    left: -110%;
    transition: .5s
}

.mobile-menu.active {
    left: 0
}

.burger {
    display: none;
    width: 25px;
    height: 20px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    transition: .2s;
    cursor: pointer
}

.burger:before {
    content: "";
    width: 100%;
    border-bottom: 2px solid #fff;
    position: absolute;
    display: block;
    left: 0;
    bottom: 7px
}

.burger:hover {
    opacity: .5
}

._2999 {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px
}

._4-u2 {
    border: 1px solid #c4c4c4;
    position: relative;
    padding: 15px;
    border-radius: 5px;
    font-family: sans-serif;
    background-color: #fff
}

._4-u2 table {
    border: 1px solid #fff
}

._4-u2 table thead {
    color: #fff;
    border: 1px solid #fff
}

._4-u2 table td {
    color: #fff;
    border: 1px solid #fff
}

._4-u2 table tr {
    color: #fff;
    border: 1px solid #fff
}

._4-u2 table th {
    color: #fff;
    border: 1px solid #fff
}

._5pbx p {
    color: #000 !important
}

.a_15iwsez9k0 {
    display: flex;
    padding-bottom: 15px
}

._2162 {
    display: flex;
    font-size: 12px;
    align-items: center;
    grid-gap: 10px
}

._2pi4 {
    display: flex;
    grid-gap: 5px;
    align-items: center;
    font-weight: 700;
    color: #9b9b9b;
    padding-right: 20px;
    flex-shrink: 0;
    white-space: nowrap
}

._51mx {
    margin-top: 15px;
    display: block
}

._2_79 {
    font-weight: 700
}

.timestampContent {
    font-size: 12px;
    color: #9b9b9b
}

._4ooo {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

.userContent {
    font-size: 14px;
    padding-bottom: 15px;
    color: #181818;
    border-bottom: 1px solid #ececec
}

.trustpilot_item_container {
    font-family: sans-serif;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #e4e5dd;
    background-color: #fff;
    height: -moz-fit-content;
    height: fit-content
}

.trustpilot_header {
    display: flex;
    grid-gap: 10px
}

.trust_header {
    display: flex;
    justify-content: space-between;
    margin: 15px 0
}

.trustpilot_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.trustpilot_info h3 {
    color: #000 !important
}

.trust_update p {
    color: #000 !important
}

.trust_cont p {
    color: #000 !important
}

.trust_cont span {
    color: #000 !important
}

.trust_date {
    color: #000 !important
}

.trust_date span {
    color: #000 !important
}

.trust_head {
    display: flex;
    flex-direction: column;
    grid-gap: 15px
}

.trust_head h2 {
    color: #000 !important
}

.trust_head p {
    color: #000 !important
}

.trust_date {
    margin-top: 15px;
    font-size: 14px
}

.trust_date span {
    font-weight: 700
}

.trustpilot_avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.trust_star img {
    width: 20px;
    height: 20px
}

.trust_cont {
    display: flex;
    font-size: 14px;
    grid-gap: 5px;
    margin-top: 5px
}

.trust_foot {
    display: flex;
    grid-gap: 15px
}

.trust_like {
    display: flex;
    grid-gap: 5px;
    color: #000 !important
}

.trust_like p {
    color: #000 !important
}

.trust_share {
    color: #000 !important;
    display: flex;
    grid-gap: 5px
}

.trust_share p {
    color: #000 !important
}

.games .container {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    grid-gap: 15px;
    padding: 0
}

@media (max-width: 992px) {
    .games .container {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 520px) {
    .games .container {
        grid-template-columns:repeat(2, 1fr)
    }
}

.games__title {
    padding: 20px 15px;
    max-width: 1200px;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto
}

.games__item {
    position: relative;
    height: 120px;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.games__item:hover .games__overlay {
    opacity: 1
}

.games__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.games__overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .527);
    transition: .2s;
    display: flex;
    padding: 10px;
    flex-direction: column;
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
    opacity: 0
}

.header {
    padding: 15px 0
}

.header .container {
    display: flex;
    justify-content: space-between
}

.header__nav {
    display: flex;
    grid-gap: 22px
}

.header__nav a {
    font-weight: 900;
    opacity: .7;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase
}

.btn {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700
}

.footer {
    background-color: red;
    margin-top: auto;
    padding: 30px 0 60px 0
}

.footer .container {
    display: flex;
    flex-direction: column;
    grid-gap: 20px
}

.footer__nav {
    display: flex;
    justify-content: center;
    grid-gap: 25px;
    font-size: 15px
}

.footer__nav a {
    text-decoration: none;
    opacity: .7;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase
}

.footer__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 30px;
    padding: 40px 0 0 0
}

.footer__grid img {
    opacity: .7;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__grid_super img {
    height: 50px
}

.accordionItemContent {
    overflow: hidden;
    color: #000 !important
}

.accordionItemContent div {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    margin: 20px
}

.accordionItemContent div * {
    color: #000 !important;
    opacity: 0;
    transition: .5s;
    font-size: 15px
}

.accordionItemHeading {
    font-weight: 900;
    padding: 20px;
    padding-right: 80px;
    background-color: #ffb805;
    color: #212121 !important;
    font-size: 18px;
    margin: 0 !important
}

.accordionItemHeading:before {
    content: "";
    width: 16px;
    height: 16px;
    border-top: 3px solid #212121;
    border-left: 3px solid #212121;
    position: absolute;
    top: 20px;
    right: 30px;
    transform: rotate(-135deg)
}

.accordionItem {
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    transition: .2s;
    border: none
}

.accordionItem.close .accordionItemContent {
    height: 0
}

.accordionItem.open {
    transform: scale(101%)
}

.accordionItem.open .accordionItemHeading {
    transition: .2s
}

.accordionItem.open .accordionItemHeading:before {
    top: 26px;
    transform: rotate(45deg)
}

.accordionItem.open .accordionItemContent {
    height: 100%;
    background-color: #e9e9e9
}

.accordionItem.open .accordionItemContent div * {
    opacity: 1
}

.faq {
    display: flex;
    flex-direction: column;
    grid-gap: 15px
}

.header__btns {
    display: flex;
    grid-gap: 0px
}

@media (max-width: 1200px) {
    .burger {
        display: block;
        margin: auto 0 auto 15px;
        display: block
    }

    .header__btns {
        display: none
    }

    .header__nav {
        display: none
    }
}

@media (max-width: 768px) {
    .footer__nav {
        flex-direction: column;
        justify-content: center;
        grid-gap: 20px;
        align-items: center
    }
}

.btn {
    font-weight: 700;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .75)
}

.btn_log {
    border: 2px solid #111;
    color: #ffb805;
    padding: 15px;
    background-color: #111
}

.btn_reg {
    border: 2px solid #212121;
    color: #212121;
    background-color: #ffb805;
    padding: 15px
}

.btn_content {
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background: #ffb805;
    padding: 15px;
    color: #212121;
    border: none;
    text-align: center;
    justify-content: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px
}

@keyframes pulse {
    0% {
        transform: scale(100%)
    }
    50% {
        transform: scale(106%)
    }
    100% {
        transform: scale(100%)
    }
}

.header {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .75);
    background-color: #111 !important;
    background-color: #ffb805;
    padding: 0
}

.header .container {
    max-width: 100%;
    padding: 0;
    display: flex
}

.header__logo {
    background-color: #111;
    padding: 20px;
    display: block
}

.header__logo img {
    width: 100px
}

.header__nav {
    grid-gap: 13px !important;
    align-items: center
}

.header__nav a {
    color: #fff;
    font-size: 12px !important;
    font-weight: 700
}

.header__btns {
    grid-gap: 5px;
    padding-right: 15px
}

.footer {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .75);
    background-color: #111
}

.footer__nav a {
    font-weight: 700;
    color: #fff
}

.footer p {
    font-size: 12px;
    color: #fff;
    opacity: .7;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px
}

.mobile-menu {
    background-color: #2e2e2e
}

.mobile-menu__nav a {
    color: #fff;
    font-weight: 700
}

.mobile-menu__logo {
    width: 100px
}

.mobile-menu__logo img {
    width: 100px
}

.mobile-menu .btn {
    justify-content: center
}

.banner {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    border-radius: 0
}

/*# sourceMappingURL=style.min.css.map */