.casino-fixed {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 62px;
    width: 100%;
}
.casino-active {
    opacity: 1;
    pointer-events: auto;
}
.casino-hero {
    background-position: top 0 left 0;
    background-size: cover;
    margin-top: -62px;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 11;
}
.casino-hero .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}
.wp-admin .casino-hero {
    margin-top: 0;
}
.casino-hero .cat-bg {
    background-position: 86% 90px;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
    .casino-hero .cat-bg {
        background-position: 74% 107px;
    }
}
@media only screen and (max-width: 575px) {
    .casino-hero .cat-bg {
        background-position: calc(120% - 55px) 160px;
    }
}
@media only screen and (max-width: 470px) {
    .casino-hero .cat-bg {
        background-position: calc(100% - 25px) 250px;
        background-size: 270px;
    }
}
@media only screen and (max-width: 390px) {
    .casino-hero .cat-bg {
        background-position: calc(100% - 25px) 300px;
    }
}
.casino-hero .cat-bg .hero-top {
    padding: 76px 0 24px;
}
.casino-hero .cat-bg .hero-top .breadcrumbs {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    gap: 4px;
    padding-bottom: 40px;
}
.casino-hero .cat-bg .hero-top .breadcrumbs a {
    color: #757575;
    text-decoration: none;
}
.casino-hero .cat-bg .hero-top .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.casino-hero .cat-bg .hero-top .author p {
    color: #fff;
    font-weight: 500;
}
.casino-hero .cat-bg .hero-top .author p span {
    color: #757575;
}
.casino-hero .cat-bg .hero-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, 0.2);
    border-radius: 24px;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
}
.casino-hero .cat-bg .hero-content .top-text-mobile {
    display: none;
}
.casino-hero .cat-bg .hero-content .content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    height: 186px;
}
@media only screen and (max-width: 991px) {
    .casino-hero .cat-bg .hero-content .content-top {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 390px) {
    .casino-hero .cat-bg .hero-content .content-top {
        text-align: center;
    }
}
.casino-hero .cat-bg .hero-content .content-top .mobile-button {
    display: none;
}
.casino-hero .cat-bg .hero-content .content-top .main-info {
    background-color: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 308px;
    padding: 16px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}
@media only screen and (max-width: 991px) {
    .casino-hero .cat-bg .hero-content .content-top .main-info {
        max-width: 100%;
    }
}
.casino-hero .cat-bg .hero-content .content-top .main-info .main-info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 390px) {
    .casino-hero .cat-bg .hero-content .content-top .main-info .main-info-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .top-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .top-text
    .casino-name {
    display: none;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .top-text
    .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 6px;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .top-text
    p {
    color: #090909;
    font-size: 14px;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .top-text
    p
    span {
    font-weight: 700;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .top-text
    p
    a {
    color: #090909;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .top-text
    p
    a:hover {
    text-decoration: none;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .image-logo {
    height: 92px;
    width: 92px;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .image-logo
    img {
    height: 100%;
    max-width: 92px;
    width: 100%;
}
.casino-hero .cat-bg .hero-content .content-top .main-info > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
@media only screen and (max-width: 575px) {
    .casino-hero .cat-bg .hero-content .content-top .main-info > ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.casino-hero .cat-bg .hero-content .content-top .main-info > ul li {
    background-color: #f4f4f4;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    padding: 4px 10px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 575px) {
    .casino-hero .cat-bg .hero-content .content-top .main-info > ul li {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
.casino-hero .cat-bg .hero-content .content-top .main-info > ul li.approved,
.casino-hero .cat-bg .hero-content .content-top .main-info > ul li.favorite,
.casino-hero .cat-bg .hero-content .content-top .main-info > ul li.hot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.casino-hero .cat-bg .hero-content .content-top .main-info > ul li.approved {
    color: #009634;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .main-info
    > ul
    li.approved:before {
    content: url(/app/themes/theme-cc/gutenberg/casino-hero/img/approved.svg);
}
.casino-hero .cat-bg .hero-content .content-top .main-info > ul li.favorite {
    color: #090909;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .main-info
    > ul
    li.favorite:before {
    content: url(/app/themes/theme-cc/gutenberg/casino-hero/img/favorite.svg);
}
.casino-hero .cat-bg .hero-content .content-top .main-info > ul li.hot {
    color: #f40;
}
.casino-hero .cat-bg .hero-content .content-top .main-info > ul li.hot:before {
    content: url(/app/themes/theme-cc/gutenberg/casino-hero/img/hot.svg);
}
.casino-hero .cat-bg .hero-content .content-top .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.casino-hero .cat-bg .hero-content .content-top .center .top-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    height: 100%;
}
.casino-hero .cat-bg .hero-content .content-top .center .top-part .top-item {
    background-color: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: 104px;
    max-width: 228px;
    padding: 16px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 991px) {
    .casino-hero
        .cat-bg
        .hero-content
        .content-top
        .center
        .top-part
        .top-item {
        max-width: 100%;
    }
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .center
    .top-part
    .top-item
    .wagering {
    color: #757575;
    font-size: 14px;
    font-weight: 600;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .center
    .top-part
    .top-item
    .number {
    font-size: 20px;
    font-weight: 600;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .center
    .top-part
    .top-item
    .bonus {
    background-color: #ffce46;
    border-radius: 12px;
    color: #090909;
    padding: 4px 9px;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .center
    .top-part
    .top-item.present {
    position: relative;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .center
    .top-part
    .top-item.present:before {
    background: url(/app/themes/theme-cc/gutenberg/casino-hero/img/present.svg);
    content: "";
    height: 20px;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 20px;
}
.casino-hero .cat-bg .hero-content .content-top .center .bottom-part {
    background-color: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    height: 100%;
    max-height: 70px;
    max-width: 468px;
    padding: 11px 16px;
    text-align: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .casino-hero .cat-bg .hero-content .content-top .center .bottom-part {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .casino-hero .cat-bg .hero-content .content-top .center .bottom-part {
        gap: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .casino-hero .cat-bg .hero-content .content-top .center .bottom-part {
        display: -ms-grid;
        display: grid;
        gap: 15px;
        max-height: 100%;
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .casino-hero
        .cat-bg
        .hero-content
        .content-top
        .center
        .bottom-part
        > :first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
    }
    .casino-hero
        .cat-bg
        .hero-content
        .content-top
        .center
        .bottom-part
        > :nth-child(2) {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
    }
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .center
    .bottom-part
    .bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .center
    .bottom-part
    .bottom-item
    span {
    color: #757575;
}
.casino-hero
    .cat-bg
    .hero-content
    .content-top
    .center
    .bottom-part
    .bottom-item
    p {
    color: #090909;
    font-weight: 600;
}
.casino-hero .cat-bg .hero-content .content-top .payout-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    gap: 12px;
    grid-template-rows: auto;
    width: 100%;
}
.casino-hero .cat-bg .hero-content .content-top .payout-info > :first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.casino-hero .cat-bg .hero-content .content-top .payout-info > :nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
}
.casino-hero .cat-bg .hero-content .content-top .payout-info .payout-item {
    background-color: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 4px;
    justify-content: center;
    min-height: 87px;
    text-align: center;
}
.casino-hero .cat-bg .hero-content .content-top .payout-info .payout-item span {
    color: #757575;
    font-size: 14px;
    font-weight: 600;
}
.casino-hero .cat-bg .hero-content .content-top .payout-info .payout-item p {
    color: #090909;
    font-size: 20px;
    font-weight: 600;
}
.casino-hero .cat-bg .hero-content .content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.casino-hero .cat-bg .hero-content .content-bottom .btn.hero {
    font-size: 18px;
    text-decoration: none;
}
.casino-hero .cat-bg .hero-content .content-bottom > a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.casino-hero .cat-bg .hero-content .content-bottom > a:hover {
    text-decoration: underline;
}
.casino-hero .cat-bg .warning {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    font-size: 14px;
    justify-content: center;
    padding: 24px 0 40px;
}
.casino-hero .cat-bg .warning:before {
    background: url(/app/themes/theme-cc/gutenberg/hero/img/shield.svg);
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    padding-left: 20px;
    width: 24px;
}
.casino-hero.stuck {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background: none;
    background-color: rgba(9, 9, 9, 0.8);
    margin-top: 0;
    max-height: 150px;
    top: 62px;
}
@media only screen and (max-width: 767px) {
    .casino-hero.stuck {
        background-color: rgba(9, 9, 9, 0.2);
        bottom: 0;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        position: fixed;
        top: auto;
        width: 100%;
    }
}
.casino-hero.stuck .cat-bg {
    background: none;
}
.casino-hero.stuck .cat-bg .hero-top,
.casino-hero.stuck .cat-bg .section-heading {
    display: none;
}
.casino-hero.stuck .cat-bg .hero-content {
    margin-top: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: none;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 6px 0 10px;
}
@media only screen and (max-width: 1200px) {
    .casino-hero.stuck .cat-bg .hero-content {
        gap: 8px;
    }
}
@media only screen and (max-width: 991px) {
    .casino-hero.stuck .cat-bg .hero-content {
        gap: 6px;
        padding: 12px 0;
    }
}
@media only screen and (max-width: 767px) {
    .casino-hero.stuck .cat-bg .hero-content {
        gap: 12px;
        padding: 16px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .casino-hero.stuck .cat-bg .hero-content .top-text-mobile {
        background-color: #fff;
        border-radius: 8px;
        display: block;
        padding: 4px 12px;
        text-align: center;
    }
}
.casino-hero.stuck .cat-bg .hero-content .content-top {
    display: -ms-grid;
    display: grid;
    height: 100%;
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.casino-hero.stuck .cat-bg .hero-content .content-top > :first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
}
.casino-hero.stuck .cat-bg .hero-content .content-top > :nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
}
.casino-hero.stuck .cat-bg .hero-content .content-top > :nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
}
.casino-hero.stuck .cat-bg .hero-content .content-top > :nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
}
@media only screen and (max-width: 1200px) {
    .casino-hero.stuck .cat-bg .hero-content .content-top {
        gap: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .casino-hero.stuck .cat-bg .hero-content .content-top {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.casino-hero.stuck .cat-bg .hero-content .content-top .mobile-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
}
.casino-hero.stuck .cat-bg .hero-content .content-top .main-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 48px;
    max-width: 100%;
    padding: 16px 0;
}
@media only screen and (max-width: 767px) {
    .casino-hero.stuck .cat-bg .hero-content .content-top .main-info {
        max-height: 64px;
    }
}
.casino-hero.stuck
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top {
    gap: 12px;
    padding: 0 6px 0 0;
}
@media only screen and (max-width: 1200px) {
    .casino-hero.stuck
        .cat-bg
        .hero-content
        .content-top
        .main-info
        .main-info-top {
        gap: 6px;
    }
}
@media only screen and (max-width: 767px) {
    .casino-hero.stuck
        .cat-bg
        .hero-content
        .content-top
        .main-info
        .main-info-top {
        gap: 8px;
        padding: 8px 12px;
    }
}
@media only screen and (max-width: 390px) {
    .casino-hero.stuck
        .cat-bg
        .hero-content
        .content-top
        .main-info
        .main-info-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.casino-hero.stuck
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .image-logo {
    height: 48px;
    width: 48px;
}
@media only screen and (max-width: 767px) {
    .casino-hero.stuck
        .cat-bg
        .hero-content
        .content-top
        .main-info
        .main-info-top
        .image-logo {
        height: 52px;
        width: 52px;
    }
}
.casino-hero.stuck
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .image-logo
    img {
    max-width: 64px;
}
@media only screen and (max-width: 767px) {
    .casino-hero.stuck
        .cat-bg
        .hero-content
        .content-top
        .main-info
        .main-info-top
        .top-text {
        font-size: 20px;
        font-weight: 600;
    }
}
@media only screen and (max-width: 390px) {
    .casino-hero.stuck
        .cat-bg
        .hero-content
        .content-top
        .main-info
        .main-info-top
        .top-text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.casino-hero.stuck
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .top-text
    .casino-name {
    display: block;
}
.casino-hero.stuck
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .top-text
    .rating {
    gap: 4px;
}
.casino-hero.stuck
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .top-text
    .rating
    .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1px;
}
.casino-hero.stuck
    .cat-bg
    .hero-content
    .content-top
    .main-info
    .main-info-top
    .top-text
    > p,
.casino-hero.stuck .cat-bg .hero-content .content-top .main-info ul {
    display: none;
}
@media only screen and (max-width: 767px) {
    .casino-hero.stuck .cat-bg .hero-content .content-top .center {
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .casino-hero.stuck .cat-bg .hero-content .content-top .center .top-part {
        gap: 8px;
    }
}
@media only screen and (max-width: 991px) {
    .casino-hero.stuck .cat-bg .hero-content .content-top .center .top-part {
        gap: 6px;
    }
}
.casino-hero.stuck
    .cat-bg
    .hero-content
    .content-top
    .center
    .top-part
    .top-item {
    max-height: 52px;
    max-width: 100%;
}
@media only screen and (max-width: 991px) {
    .casino-hero.stuck
        .cat-bg
        .hero-content
        .content-top
        .center
        .top-part
        .top-item {
        padding: 8px;
    }
}
@media only screen and (max-width: 1200px) {
    .casino-hero.stuck
        .cat-bg
        .hero-content
        .content-top
        .center
        .top-part
        .top-item
        .number {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .casino-hero.stuck
        .cat-bg
        .hero-content
        .content-top
        .center
        .top-part
        .top-item
        .number {
        font-size: 14px;
    }
}
.casino-hero.stuck
    .cat-bg
    .hero-content
    .content-top
    .center
    .top-part
    .top-item
    .bonus {
    display: none;
}
.casino-hero.stuck
    .cat-bg
    .hero-content
    .content-top
    .center
    .top-part
    .top-item.present:before {
    content: none;
}
.casino-hero.stuck .cat-bg .hero-content .content-top .center .bottom-part {
    display: none;
}
.casino-hero.stuck .cat-bg .hero-content .content-top .payout-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .casino-hero.stuck .cat-bg .hero-content .content-top .payout-info {
        gap: 8px;
    }
}
@media only screen and (max-width: 991px) {
    .casino-hero.stuck .cat-bg .hero-content .content-top .payout-info {
        gap: 6px;
    }
}
@media only screen and (max-width: 767px) {
    .casino-hero.stuck .cat-bg .hero-content .content-top .payout-info {
        display: none;
    }
}
.casino-hero.stuck
    .cat-bg
    .hero-content
    .content-top
    .payout-info
    .payout-item {
    max-height: 52px;
    max-width: 100%;
    min-height: 52px;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .casino-hero.stuck
        .cat-bg
        .hero-content
        .content-top
        .payout-info
        .payout-item {
        padding: 8px;
    }
}
@media only screen and (max-width: 1200px) {
    .casino-hero.stuck
        .cat-bg
        .hero-content
        .content-top
        .payout-info
        .payout-item
        p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .casino-hero.stuck
        .cat-bg
        .hero-content
        .content-top
        .payout-info
        .payout-item
        p {
        font-size: 14px;
    }
}
.casino-hero.stuck .cat-bg .hero-content .content-bottom,
.casino-hero.stuck .cat-bg .hero-content .content-bottom a,
.casino-hero.stuck
    .cat-bg
    .hero-content
    .content-top
    .payout-info
    .payout-item.hide,
.casino-hero.stuck .cat-bg .warning {
    display: none;
}
.editor-styles-wrapper .casino-hero.casino-id {
    margin-top: unset !important;
}
.casino-hero.casino-id {
    position: relative;
    overflow: hidden;
    margin-top: -62px;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 11;
}
.editor-styles-wrapper .casino-hero.casino-id > img,
.casino-hero.casino-id > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    z-index: 0;
    pointer-events: none;
}
.editor-styles-wrapper .casino-hero.casino-id .cat-bg,
.casino-hero.casino-id .cat-bg {
    position: relative;
    z-index: 1;
}

.editor-styles-wrapper .casino-hero.casino-id .cat-bg > img,
.casino-hero.casino-id .cat-bg > img {
    position: absolute;
    right: 5rem;
    left: unset;
    max-width: 100%;
    z-index: -1;
    pointer-events: none;
    top: 24%;
}
@media screen and (max-width: 1366px) {
    .editor-styles-wrapper .casino-hero.casino-id .section-heading,
    .casino-hero.casino-id .section-heading {
        padding-top: 14rem;
    }
    .editor-styles-wrapper .casino-hero.casino-id .cat-bg > img,
    .casino-hero.casino-id .cat-bg > img {
        position: absolute;
        right: 7rem;
        left: unset;
        max-width: 100%;
        z-index: -1;
        pointer-events: none;
        top: 7%;
    }
}
@media screen and (max-width: 525px) {
    .editor-styles-wrapper .casino-hero.casino-id .cat-bg > img,
    .casino-hero.casino-id .cat-bg > img {
        position: absolute;
        left: 50%;
        max-width: 100%;
        z-index: -1;
        pointer-events: none;
        top: 9rem;
        transform: translate(-50%);
    }
}
@media (max-width: 992px) {
    .editor-styles-wrapper section.hero .bg-cat > img.attachment-default,
    section.hero .bg-cat > img.attachment-default {
        opacity: 0.1;
    }
}
