/* Global Variables */


/* Common Version */

:root {
    --ff-global-font: "SF Pro Display","SF Pro Icons","AOS Icons","Helvetica Neue","Helvetica","Arial","sans-serif";
    --border-75: 4.688rem;
    --border-50: 3.125rem;
    --border-25: 1.563rem;
    --border-18: 1.125rem;
    --border-15: 0.938rem;
    --border-12: 0.75rem;
    --border-8: 0.5rem;
    --border-6: 0.375rem;

    /* COLORS */
    /* --dark-h: 213;
    --dark-s: 27%;
    --dark-l: 6%; */

    --dark-h: 231;
    --dark-s: 23%;
    --dark-l: 12%;
    --dark: hsl(var(--dark-h), var(--dark-s), var(--dark-l));
    --dark-more: hsl(var(--dark-h), var(--dark-s),calc(var(--dark-l) - 15%));
    --dark-less: hsl(var(--dark-h), var(--dark-s),calc(var(--dark-l) + 15%));

    --pink-h: 335;
    --pink-s: 100%;
    --pink-l: 44%;
    --pink: hsl(var(--pink-h), var(--pink-s), var(--pink-l));
    --pink-more: hsl(var(--pink-h), var(--pink-s),calc(var(--pink-l) - 15%));
    --pink-less: hsl(var(--pink-h), var(--pink-s),calc(var(--pink-l) + 15%));


    --blue-h: 235;
    --blue-s: 21%;
    --blue-l: 46%;
    --blue: hsl(var(--blue-h), var(--blue-s), var(--blue-l));
    --blue-more: hsl(var(--blue-h), var(--blue-s),calc(var(--blue-l) - 15%));
    --blue-less: hsl(var(--blue-h), var(--blue-s),calc(var(--blue-l) + 15%));


    --light-h: 240;
    --light-s: 21%;
    --light-l: 94%;
    --light: hsl(var(--light-h), var(--light-s), var(--light-l));
    --light-more: hsl(var(--light-h), var(--light-s),calc(var(--light-l) - 15%));
    --light-less: hsl(var(--light-h), var(--light-s),calc(var(--light-l) + 15%));
    
    --active-color-h: 353;
    --active-color-s: 93%;
    --active-color-l: 63%;
    --active: hsl(var(--active-color-h), var(--active-color-s), var(--active-color-l));
    --active-less: hsl(var(--active-color-h), var(--active-color-s), calc(var(--active-color-l) + 15%));
    --active-more: hsl(var(--active-color-h), var(--active-color-s), calc(var(--active-color-l) - 25%));

    --bright-green: #29fd53;

    --linked-blue: hsl(214, 94%, 43%);

    --linked-h: 206.57;
    --linked-s: 89.74%;
    --linked-l: 54.12%;
    --linked: hsl(var(--linked-h), var(--linked-s), var(--linked-l));

    /* --linked: hsl(206.57deg 89.74% 54.12%); */
    --radial-blend: hsl(232.17deg 23.23% 19.41%);
    --white: hsl(0deg 0% 100%);
    --white-dimmed: hsla(0, 0%, 100%, 0.80);
    --yellow-star: #f2b01e;
    --banner-dimming: radial-gradient(119.58% 119.58% at 50% 50%, rgb(18 10 31 / 0%) 30%, rgb(18 10 31 / 95%) 60.2%);
    /* background: linear-gradient(120deg, var(--blue), var(--blue-less));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

* {
    box-sizing: border-box;
    scroll-margin-top: 3rem;
}

html {
    font-family: var(--ff-global-font);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.47rem;
    font-style: normal;
    font-weight: normal;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background: var(--dark);
    color: var(--light);
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

/* ::selection {
    background: hsl(var(--dark-h), var(--dark-s),calc(var(--dark-l) + 17%));
    color: hsl(var(--light));
} */

body {
    margin: 0;
    padding: 0;
    /* min-height: 100vh; */
}
/* 
main {
    
} */

figure {
    margin: 0;
}

video {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
}

h1, h2 {
    margin: 0;
}
h1 {
    line-height: 1.02;
    font-weight: 300;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

h1 strong {
    color: var(--pink);
}


h2 {
    text-transform: uppercase;
    /* font-weight: 400; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

h2.icon::before {
    content: "";
    background-image: url(/assets/manifest/logo-chip.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: var(--border-6);
    overflow: hidden;
    margin-right: .5rem;
    display: inline-block;
    /* vertical-align: middle; */
}

img {
    font-size: 0.813rem;
    line-height: 1.125rem;
}

p.more.info {
    margin: 0;
    line-height: 1rem;
}
a {
    color: var(--linked-blue)
}
a.more.info {
    /* display: block; */
    font-size: 0.875rem;
    line-height: 1.25;
    color: hsl(var(--pink-h), var(--pink-s),calc(var(--pink-l) + 7%));
    text-decoration: none;
}


/* STAR  */
.rating-star {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    padding-right: 0.25rem;
    position: relative;
    display: inline-flex;
    align-items: center; 
    justify-content: center;
    color: #f2b01e;
    line-height: 1; 
}

.rating-star::before {
    content: "\2605";
}
/* END STAR */


/* width */

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}


/* Track */

::-webkit-scrollbar-track {
    background: red;
    border-radius: var(--border-6);
}


/* Handle */

::-webkit-scrollbar-thumb {
    /* background: yellow; */
    border-radius: var(--border-8);
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: blue;
}

::-webkit-scrollbar {
    display: none;
}

.rounded {
    border-radius: var(--border-18);
}

.rounded-8 {
    border-radius: var(--border-8);
}

.rounded-img {
    border-radius: var(--border-18);
}

.pb-25 {
    padding-bottom: .25rem;
}

.pt-25 {
    padding-top: .25rem;
}

.pb-5 {
    padding-bottom: .5rem;
}

.pt-5 {
    padding-top: .5rem;
}

.pb-75 {
    padding-bottom: .75rem;
}

.pt-75 {
    padding-top: .75rem;
}

.pt-1 {
    padding-top: .75rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pt-125 {
    padding-top: 1.25rem;
}

.pb-125 {
    padding-bottom: 1.25rem;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-25 {
    margin-top: .25rem;
}

.mb-25 {
    margin-bottom: .25rem;
}

.mb-5 {
    margin-bottom: .5rem;
}

.mt-5 {
    margin-top: .5rem;
}

.mb-75 {
    margin-bottom: .75rem;
}

.mt-75 {
    margin-top: .75rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-125 {
    margin-top: 1.25rem;
}

/* NAVIGATION TOP */
.navbar-header {
    padding-block: 0.75rem;
    background-color: var(--light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 3rem;
    z-index: 2;
    /* position: relative; */
    position: sticky;
    top: 0;
}


.navbar-header li {
    position: relative;
    list-style: none;
}

.navbar-header a {
    text-decoration: none;
}

.navbar-header ul li a:hover {
    color: var(--dark-more);
}

#menu-bar {
    display: none;
}

.logo {
    display: flex;
    align-items: center;
    color: var(--dark);
}

.logo strong {
    color: var(--pink)
}

.logo-svg {
    margin-right: 0.5rem;
}

.navbar-header-links {
    padding: 0;
    display: none;
    flex-direction: column;
    width: 100%;
    height: 3rem;
}


.a-core-nav {
    color: var(--dark);
    text-transform: uppercase;
}

.a-core-nav-sub {
    text-transform: capitalize;
    color: var(--dark-less);
    display: inline-flex;
    width: 100%;
    white-space: nowrap;
}

.li-core-nav-sub.casino::after {
    content: "🎲";
}

.li-core-nav-sub.bonus::after {
    content: "🎁";
}

.li-core-nav-sub.free-spins::after {
    content: "🎰";
}

.li-core-nav-sub.casino::after,
.li-core-nav-sub.bonus::after,
.li-core-nav-sub.free-spins::after {
    display: inline-block;
    position: absolute;
    right: 0.5rem;
    color: var(--light-more);
    opacity: .1;
    transition: all .3s linear;
}

.li-core-nav-sub:hover::after {
    transition: all .3s linear;
    opacity: 1;
}

.expand-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.expand-icon {
    cursor: pointer;
}

/* li.li-expand ul {
    display: none;
} */

li.li-expand ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.toggle-input {
    display: none;
}

.expand-icon:before {
    content: "\FF0B";
    display: inline-block;
    margin-right: 0.5rem;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 1;
    transform: scale(1);
}

/* Keyframes for the animation */
@keyframes spinZoom {
    0% {
        transform: rotate(0deg) scale(0.8);
        opacity: 0;
        color: var(--dark);
    }
    50% {
        transform: rotate(540deg) scale(1.2);
        opacity: 1;
        color: var(--dark);
    }
    100% {
        transform: rotate(1080deg) scale(0.8); 
        opacity: 1;
        color: var(--pink);
    }
}

@keyframes spinZoomToPlus {
    0% {
        transform: rotate(1080deg) scale(0.8);
        opacity: 0;
        color: var(--dark); 
    }
    50% {
        transform: rotate(540deg) scale(1.1);
        opacity: 1;
        color: var(--dark); 
    }
    100% {
        transform: rotate(0deg) scale(0.8);
        opacity: 1;
        color: var(--pink);
    }
}

/* Apply the animation when the checkbox is checked */
#online-casinos-toggle:checked ~ .expand-container .expand-icon:before,
#casino-bonuses-toggle:checked ~ .expand-container .expand-icon:before,
#free-spins-toggle:checked ~ .expand-container .expand-icon:before {
    content: "\FF0D";
    animation: spinZoom 0.5s forwards;
}

.expand-container .expand-icon:before {
    animation: spinZoomToPlus 0.5s forwards;
    
}

#online-casinos-toggle:checked ~ ul,
#casino-bonuses-toggle:checked ~ ul,
#free-spins-toggle:checked ~ ul {
    max-height: 100vh;
    transition: max-height 0.5s ease-in-out;
}


/* Burger Menu Styles */
label[for="menu-bar"] {
    position: relative;
    width: 25px;
    height: 3px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

label[for="menu-bar"]::before,
label[for="menu-bar"]::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--dark);
    transition: all 0.3s ease-in-out;
}

label[for="menu-bar"]::before {
    top: -8px;
}

label[for="menu-bar"]::after {
    bottom: -8px;
}

#menu-bar:checked + label[for="menu-bar"] {
    background: transparent;
}

#menu-bar:checked + label[for="menu-bar"]::before {
    top: 0;
    transform: rotate(45deg);
}

#menu-bar:checked + label[for="menu-bar"]::after {
    bottom: 0;
    transform: rotate(-45deg);
}
/* END NAVIGATION TOP */


/* HERO HEADERS */
.index-header,
.insider-header {
    background: radial-gradient(50% 50% at 50% 50%, hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.5), hsla(var(--dark-h), var(--dark-s), var(--dark-l), 0.5)), 
    linear-gradient(to bottom, var(--dark-more), var(--dark-less));
}

.index-header h1 {
    padding-top: 1rem;
    padding-bottom: .125rem;
}

.index-header h1,
.insider-header h1 {
    border-bottom: 1px solid var(--blue-more);
}

h1.core, 
h1.review, 
h1.review-insider {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

h1.core,
h1.review-insider {
    -webkit-line-clamp: 2;
}

h1.review {
    -webkit-line-clamp: 1;   
}


.data-author {
    display: flex;
    justify-content: space-between;
    font-size: 0.813rem;
    color: var(--light-more);
}

.review-img {
    position: relative;
}

.review-img .rating{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.25rem 1rem;
    background: linear-gradient(to bottom, hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.4), hsla(var(--blue-h), var(--dark-s), var(--blue-l), 0.1));
    border-radius: var(--border-18) 0 0 var(--border-18);
}

.review-img picture {
    display: block;
    width: 100%;
    height: 200px;
    text-align: center;
}

.btn.play.review {
    position: absolute;
    bottom: 1.5rem;
    right: 0;
    width: 50%;
    border-radius: var(--border-18) 0 0 var(--border-18);
    max-width: 18.75rem;
    padding: .125rem 1rem;
}
/* HERO HEADERS */

/* HERO HEADER */
.img-hero-review {
    max-width: 100%;
}

/* HERO INSIDER */
.review-insider {
    display: flex;
    align-items: center;
}
/* END HERO INSIDER */

/* RIBBON */

.ribbon {
    min-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    width: 100%;
    border-bottom: 1px solid var(--blue-more)
    /* border-top: 1px solid #ffffff33;
     */
}

.ribbon p {
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-weight: 400;
    text-align: center;
    margin: 0.25rem;
}

.ribbon a {
    color: var(--active);
    text-decoration: underline;
}

.ribbon.info {
    background: var(--dark-less);
}

.ribbon.inactive {
    background: var(--active)
}
/* END RIBBON */

/* SLIDER COMMON */
.vertical-scrolling {
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: clip;
    display: flex;
    display: -ms-flexbox;
    gap: 1.25rem;
    scrollbar-width: none;
}
/* END SLIDER COMMON */

/* CATEGORIES SLIDER */
.category-tab-a {
    text-decoration: none;
}

.category-tab-figure {    
    background: linear-gradient(to bottom, hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.4), hsla(var(--blue-h), var(--dark-s), var(--blue-l), 0.1));
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid var(--blue-more);
    transition: transform ease-in-out 250ms;
    scroll-snap-align: center;
    gap: 0.25rem;
}

.category-tab-figure:hover, .category-tab-figure:focus {
    background: linear-gradient(to bottom, hsla(var(--blue-h), var(--dark-s), var(--blue-l), 1), hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.4));
    transform: scale3d(1.05, 1.05, 1.05);
}

.category-tab-figure b {
    color: var(--light);
}

.category-tab-svg {
    fill: var(--bright-green);
    
}

.category-tab-figure figcaption {
    font-size: 0.75rem;
    line-height: 0.875rem;
    text-align: center;
    color: var(--light-more);
    padding-inline: 0.125rem;
}

/* END CATEGORIES SLIDER */



/* COMMON MODALS */
.modal-content :is(h1,h2,h3,h4,h5,h6),
.modal-text-content :is(h1,h2,h3,h4,h5,h6) {
    color: var(--dark-less);
    border-bottom: 0.5px solid var(--light-more);
}

.modal-content :is(h3,h4,h5,h6),
.modal-text-content :is(h3,h4,h5,h6) {
    border-left: 0.25rem solid var(--pink);
    padding-left: 0.5rem;
}

.modal-content h2,
.modal-text-content h2 {
    padding: var(--bodyGutter) 0 var(--bodyGutter) var(--bodyGutter);
}

.modal-content,
.modal-text-content {
    width: min(980px, 90%);
}


.modal-content .content,
.modal-text-content .content {
    color: var(--blue-more);
    padding: var(--bodyGutter)
}



/* END COMMON MODALS */


/* HERO SLIDER */

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: hsla(var(--dark-h), var(--dark-s), var(--dark-l), 0.5);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
    pointer-events: none;
    display: none;
}

.modal-content {
    background-color: var(--light);
    margin: 5% auto;
    /* padding: var(--bodyGutter); */
    border: 1px solid var(--blue);
    /* width: 90%; */
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-out;
    height: 90%; 
    overflow-y: auto;
}



.close-btn, 
.close-modal,
.modal-text-close {
    color: var(--light);
    float: right;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    background: var(--blue);
    padding: 0.5rem;
    text-decoration: none;
    border-radius: var(--border-25);
    line-height: 1rem;
    position: sticky;
    right: 1rem;
    top: 1rem;
    display: flex;
    width: 2rem;
    justify-content: center;
    align-items: center;
    z-index: 111;
}

.modal:target {
    display: block;
    opacity: 1;
    pointer-events: auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.vertical-scrolling+.modal:target {
    height: 100%;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal:target .modal-content {
    animation: fadeInUp 0.5s linear;
    opacity: 1;
    transform: translateY(0);
}

.a-modal-item {
    text-decoration: none;
}

.modal-item {
    position: relative;
    scroll-snap-align: center;
    margin-top: 1rem;
}

.modal-item picture {
    display: block;
}

.modal-item picture,
.modal-item video,
.modal-item-img {
    aspect-ratio: 350/200;
}

.modal-item picture::before,
.modal-text-picture::before,
.modal-item video::before,
.modal-text-box video::before {
    content: ""; /* Required to generate the pseudo-element */
    position: absolute; /* Position relative to the image */
    top: 0; /* Align to the top of the image */
    left: 0; /* Align to the left of the image */
    width: 100%; /* Cover the entire width of the image */
    height: 100%; /* Cover the entire height of the image */
    background: rgba(0, 0, 0, 0.2); /* Semi-transparent black background */
    pointer-events: none; /* Allows clicks to pass through to the image/link below */
    border-radius: var(--border-18);
}

.modal-item picture::after,
.modal-text-picture::after,
.modal-item video::after,
.modal-text-box video::after,
.list-item.b-m::before,
.small-review::before {
    content: ""; /* Required to generate the pseudo-element */
    position: absolute; /* Position relative to the image */
    top: 0; /* Align to the top of the image */
    left: 0; /* Align to the left of the image */
    width: 100%; /* Cover the entire width of the image */
    height: 100%; /* Cover the entire height of the image */
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
    background-image: -webkit-linear-gradient(-60deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .2) 31%, rgba(255, 255, 255, 0) 31%);
    -webkit-mask-image: -webkit-linear-gradient(#000, transparent);
    pointer-events: none; /* Allows clicks to pass through to the image/link below */
    border-radius: var(--border-18);
}



.modal-item picture, 
.modal-text-picture {
    position: relative; /* Needed to position the ::before pseudo-element correctly */
    display: block; /* Ensures the image is block level to contain the pseudo-element */
}

.modal-item video {
    bottom: 0;
    border-radius: var(--border-18);
    display: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out; 
}

.modal-item figcaption {
    letter-spacing: 0;
    line-height: initial;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: var(--light-less);
    padding-bottom: 0.3rem;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    font-size: 1.5rem;
    width: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
    padding-inline: 1rem;
    /* backdrop-filter: blur(.25rem);
    -webkit-backdrop-filter: blur(.25rem); */
    text-transform: capitalize;
    font-weight: 500;
    min-height: 4rem;
    border-radius: 0 0 var(--border-18) var(--border-18);
    z-index: 1;
    text-shadow: 1px 1px 2px var(--white);
}
/* END HERO SLIDER */

/* Button Play */
.btn {
    display: flex;
    text-align: center;
    white-space: nowrap;
    /* letter-spacing: -.022em; */
    letter-spacing: .022em;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.btn.play {
    /* background: linear-gradient(to bottom, var(--pink), var(--pink-more)); */
    background: linear-gradient(to bottom, #1bbc54, #137a13);
    color: var(--light);
}

.btn.play.list {
    flex: 0 0 100%;
}

/* END Button Play */


/* LIST */
.bonus-brand-name,
.bonus-main-type,
.bonus-main-type, 
.bonus-value {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.h-b .bonus-logo,
.h-h .bonus-logo {
    padding: 10%;
}

.h-b .bonus-main-type,
.h-h .bonus-main-type {
    margin: 0;
}

.h-b .bonus-main-type span,
.h-h .bonus-main-type span,
.b-w .bonus-main-type span {
    color: var(--pink);
}



.bonus-value {
    color: var(--dark);
    font-weight: 600;
    font-size: 1.063rem;
    line-height: normal;
}

.bonus-spins,
.bonus-wager {
    color: var(--blue);
    fill: var(--blue);
}

.bonus-min-deposit {
    color: var(--blue-more);
}

.list-item:nth-child(even) {
    background: linear-gradient(to bottom, var(--light-less), var(--light-more));
}

.list-item:nth-child(odd) {
    background: linear-gradient(to bottom, var(--light), hsla(var(--dark-h), var(--dark-s),calc(var(--dark-l) + 88%), 0.8));
}

.list-item:hover {
    background: linear-gradient(to bottom, hsla(var(--light-h), var(--light-s),var(--light-l), .6), var(--light-less));
}

/* Bonus Modal */
.list-item .more-details-toggle {
    position: absolute;
    bottom: -0.525rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background: linear-gradient(to bottom, var(--light), var(--light-less));
    padding: 0 0.375rem;
    border-radius: var(--border-18);
    /* z-index: 1; */
    color: var(--linked-blue);
    line-height: 1.125rem;
}

.bonus-modal {
    display: none;
}

.bonus-modal h4 {
    color: var(--dark);
    margin: 1rem 0 0.5rem;
}

.details-toggle-checkbox {
    display: none;
}

.details-toggle-checkbox:checked + .more-details-toggle + .bonus-modal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* .bonus-modal .modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(var(--dark-h), var(--dark-s), var(--dark-l), 0.3); 
} */


.bonus-modal-content {
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%;
    /* bottom: 5%; */
    max-width: 425px;
    height: auto;
    background-color: var(--light-less);
    box-shadow: 0px 0px 20px hsla(var(--dark-h), var(--dark-s), var(--dark-l), 0.5);
    overflow-y: auto;
    border-radius: var(--border-18);
    z-index: 1001;
    margin: auto;
    padding-block: 1rem;
    max-height: 90%;
}


.bonus-modal-top-hgroup,
.bonus-modal-content dl {
    padding-inline: 1rem;
}

.bonus-modal-content .close-modal {
    right: 1rem;
}

/* .bonus-modal .modal-overlay:active {
    display: none;
} */
@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}

.no-scroll {
    overflow: hidden;
}

.details-toggle-checkbox:checked + .more-details-toggle + .bonus-modal .bonus-modal-content {
    animation: slideIn 0.3s forwards;
}

.bonus-modal-content .title {
    color: var(--pink);
    margin: 0;
    
}

.bonus-modal-content .subtitle {
    color: var(--blue-more);
    margin: 0;
    border-bottom: 1px solid var(--light-more);
}

/* Table Asids */
.bonus-details-aside-games {
    text-align: center;
    line-height: 1rem;
    margin-top: 0.5rem;
    color: var(--blue);
}
/* END Table Aside */

.vertical-scrolling.comments.light.small {
    padding-right: 1rem;
}

.vertical-scrolling.comments.light.small figure:first-of-type {
    margin-left: 1rem;
}

.bonus-buttons-container {
    display: flex;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 1rem 0;
    gap: .5rem;
}

.bonus-button-text {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--blue-less);
    /* background: hsla(var(--light-h), var(--light-s),calc(var(--light-l) - 15%), .2); */
    transition: all 0.3s;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1rem;
    text-transform: capitalize;
    border: 1px solid var(--blue-less);
}

.bonus-button-text:hover {
    background-color: var(--pink);
    color: var(--light-less);
    border: 1px solid var(--pink);
}

.bonus-comments hgroup,
.bonus-payments hgroup {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    vertical-align: middle;
    width: 100%;
    padding-inline: 1rem;
    margin-top: 1rem;
}

.bonus-comments a,
.bonus-payments a {
    color: var(--pink);
    display: block;
}

.coin-container,
.flag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.coin-container {
    padding-inline: 1rem;
    justify-content: space-between;
}

.flag-container {
    justify-content: space-between;
}

.coin-container img
 {
    padding: 0.25rem;
    border-radius: var(--border-8);
    border: 1px solid var(--light);
    width: calc((100% - (4 * 0.25rem)) / 5);
    flex-grow: 1;
}

.flag-container img {
    flex-grow: 1;
    opacity: .7;
}


.comment-box {
    flex: 0 0 auto;
    padding: 1rem;
    border-radius: var(--border-15);
    box-shadow: 0px 2px 5px hsla(var(--dark-h), var(--dark-s), var(--dark-l), 0.1);
    scroll-snap-align: center;
    transition: all .3s linear;
}

.comment-box.light.small {
    background-color: hsla(var(--light-h), var(--light-s),calc(var(--light-l) - 15%), .2);
    max-width: calc(100% - (4 * var(--bodyGutter)));
}

.comment-box.dark.big {
    background-color: hsla(var(--light-h), var(--light-s),calc(var(--light-l) - 15%), .2);
    max-width: 18.75rem;
    height: 14.875rem;
}

.comment-box.dark.big:hover {
    background-color: var(--blue-more);;
}


.comment-box:hover ::-webkit-scrollbar {
    /* background: pink; */
    display: block;
    width: 2px;
}

.comment-box:hover ::-webkit-scrollbar-track {
    background: var(--blue);
    border-radius: var(--border-6);
}

.comment-box:hover ::-webkit-scrollbar-thumb {
    background: var(--blue-less);
    border-radius: var(--border-8);
}

.comment-box:hover ::-webkit-scrollbar-thumb:hover {
    background: var(--active);
}









.comment-box .comment-username {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
}

.comment-box.light .comment-username {
    color: hsla(var(--dark-h), var(--dark-s),calc(var(--dark-l) - 15%), .6);
}

.comment-box.dark .comment-username {
    color: var(--light);
}


.comment-box .comment-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--light);
}

.comment-box .comment-rating {
    color: #f5c542;
}

.comment-box .comment-date {
    font-size: .875rem;
}

.comment-box.light .comment-date {
    color: hsla(var(--dark-h), var(--dark-s),calc(var(--dark-l) - 15%), .3);
}

.comment-box.dark .comment-date {
    color: hsla(var(--pink-h), var(--pink-s), calc(var(--pink-l) + 50%), .8);
}

.comment-box .comment {
    font-size: 0.9rem;
    height: 9rem;
    overflow-y: scroll;
}

.comment-box.light .comment {
    color: var(--dark-less);
}

.gamble-info {
    margin-inline: 1rem;
    font-size: .875rem;
    text-align: center;
    color: var(--blue);
    margin-bottom: 0;
    background: hsla(var(--light-h), var(--light-s),calc(var(--light-l) - 15%), .2);
    border-radius: var(--border-6);
}
/* End Bonus Modal */

/* END LIST */

/* Table DL */
dl {
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
}

dt,
dd {
    /* line-height: 2rem; */
    white-space: nowrap;
    margin: 0;
    width: 50%;
    border-bottom: 1px solid var(--light-more);
    
    flex-grow: 1;
}

dt {
    font-weight: 600;
    /* width: 50%; */
    color: var(--blue-more);
    text-transform: capitalize;
    font-size: 0.938rem;
    text-wrap: wrap;
}

dd {
    font-weight: 400;
    max-width: 50%;
    text-align: right;
    overflow: scroll;
    color: var(--blue-more);
    padding-inline: 0.25rem;
    font-size: .875rem;
}

dd:nth-child(even) {
    background: linear-gradient(to bottom, var(--light), var(--light-less));
}

/* END Table */


/* RATING METER */
.star-rating {
    --percent: calc(var(--rating) / 10 * 100%);
    display: inline-block;
    font-size: 1.5rem; 
    line-height: 1;
    background: linear-gradient(90deg, var(--yellow-star) var(--percent), var(--blue-less) var(--percent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: 'Arial'; 
}

.star-rating::before {
    content: '★★★★★';
}

.star-rating-trustpilot {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 1rem; 
    line-height: 1;
    background: linear-gradient(90deg, var(--yellow-star) var(--percent), var(--blue-less) var(--percent));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-family: 'Arial'; 
}

.star-rating-trustpilot::before {
    content: '★★★★★';
}

/* END RATING METER */

/* TABLE SUMMARY */
 table {
    background: linear-gradient(to bottom, hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.4), hsla(var(--blue-h), var(--dark-s), var(--blue-l), 0.1));
    /* border-collapse: collapse; */
    width: calc(100% - (2 * var(--bodyGutter)));
    max-width: 1140px;
}



table,
th,
td {
    border-bottom: 1px solid var(--blue-more);
    border-collapse: inherit;
}

table,
/* th:last-of-type, */
tr:last-of-type td:first-of-type,
tr:hover:last-of-type td:first-of-type {
    border-bottom: none;
    border-bottom-left-radius: var(--border-18);
}

tr:last-of-type td:last-of-type,
tr:hover:last-of-type td:last-of-type {
    border-bottom: none;
    border-bottom-right-radius: var(--border-18);
}

tr:hover:last-of-type th:first-of-type {
    border-top-left-radius: var(--border-18);
}

tr:hover:last-of-type th:last-of-type {
    border-top-right-radius: var(--border-18);
}

th {
    font-weight: 400;
    /* background: linear-gradient(to bottom, hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.4), hsla(var(--blue-h), var(--dark-s), var(--blue-l), 0.1)); */
    /* line-height: 2rem; */
    border-bottom: 1px solid var(--blue);
}

tr {
    line-height: 1.5rem;
}

td {
    padding: .5rem;
    font-size: .875rem;
}
td:nth-child(odd) {
    font-weight: 600;
    width: 30%;
    color: hsl(var(--light-h), var(--light-s),calc(var(--light-l) + 1%));
}

.table-score td:nth-child(odd) {
    width: 30%;
}

.table-domains td:nth-child(odd) {
    width: 50%;
}

td:nth-child(even) {
    background: hsla(var(--blue-h), var(--blue-s), var(--blue-l), .15);
    width: 70%;
    color: hsla(var(--light-h), var(--light-s), var(--light-l), .84);
}

.table-score td:nth-child(even) {
    width: 70%;
}

.table-domains td:nth-child(even) {
    width: 50%;
}

td span {
    color: var(--active-less);
}

tr:hover {
    background: var(--blue-more);
} 


/* END TABLE SUMMARY */



/* SLIDER REVIEWS */
.small-reviews-article {
    background: radial-gradient(50% 50% at 50% 50%, hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.8), hsla(var(--dark-h), var(--dark-s), var(--dark-l), 0.5)), linear-gradient(to bottom, var(--dark), var(--dark-less));
}

.blending-bg {
    background: linear-gradient(to bottom, var(--radial-blend), var(--dark));
}

.blending-bg-reverse {
    background: linear-gradient(to top, var(--radial-blend), var(--dark));
}

.blending-bg-both {
    background: linear-gradient(to bottom, var(--dark), var(--radial-blend), var(--dark));
}

.rounded-bg {
    background: radial-gradient(50% 50% at 50% 50%, hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.3), hsla(var(--dark-h), var(--dark-s), var(--dark-l), 0.5));
}


.a-small-review {
    text-decoration: none;
    display: block;
}
.small-review {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .5rem;
    background: var(--dark-less);
    border-radius: var(--border-18);
    border: 1px solid var(--blue-more);
    position: relative;
    height: 10.5rem;
    transition: transform ease-in-out 250ms;
    scroll-snap-align: center;
}

.small-review:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}

.small-review .rating {
    position: absolute;
    right: 0;
    top: 0;
    color: var(--light);
    background: hsla(var(--dark-h), var(--dark-s), var(--dark-l), 0.6);
    padding: 0.125rem 0.5rem;
    border-radius: 0 var(--border-18);
}

.small-review-img-main {
    width: 100%;
    min-width: 12.5rem;
    min-height: auto;
    padding: .5rem;
    border-radius: var(--border-18) var(--border-18) 0 0;
}

.small-review-number {
    padding-left: .5rem;
    color: var(--pink);
    line-height: 1.75rem;
}
.small-review-img-logo {
    padding: .25rem;
    border-radius: 0 var(--border-8) 0 var(--border-18);
    color: var(--pink);
}

.small-review-figcaption {
    align-self: center;
    flex: 1 1 calc(100% - 4rem);
    color: var(--light);
    font-size: 0.938rem;
    border-radius: 0 var(--border-8) 0 var(--border-18);
    /* line-height: 1.02; */
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    height: 1.75rem;
}

/* END SLIDER REVIEWS */


/* MAIN LIST CARD SIZE */
section.b-c {
    display: flex;
    flex-wrap: wrap;
    gap: var(--bodyGutter);
}

.list-item.b-c {
    height: auto;
    max-height: 14rem;
    aspect-ratio: 350/200;
    background: linear-gradient(to bottom, var(--light-less), var(--light-more));
    position: relative;
    padding: 1rem;
    box-shadow: hsla(var(--dark-h), var(--dark-s), var(--dark-l), 0.25) 2px 2px 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.list-item.b-c::after {
    content: attr(number);
    top: 2.5rem;
    right: 1rem;
    color: hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.1);
    position: absolute;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 400;
}


.b-c .casino-brand {
    margin: 0 0 .25rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    /* z-index: 1;
    position: relative; */
    font-weight: 600;
}

/* .b-c .casino-brand a {
    text-decoration: none;
} */


.b-c .bonus-main-type a {
    color: var(--pink);
    /* z-index: 1; */
}

.b-c .bonus-main-type {
    margin: 0;
    /* z-index: 1;
    position: relative; */
}

.b-c .bonus-value {
    color: var(--dark);
    font-weight: 600;
    margin: 0.25rem 0 0;
    font-size: 1.25rem;
}

.b-c .bonus-box-spins-wager-deposit {
    display: flex;
    width: calc(100% - 6rem);
    color: var(--dark);
    justify-content: space-between;
}


.b-c small {
    white-space: nowrap;
    font-weight: 700;
}

.b-c .bonus-min-deposit {
    color: var(--blue-more);
    fill: var(--blue-more);
}

.b-c .bonus-svg {
    height: auto;
    width: 1rem;
}

.b-c .bonus-spins, 
.b-c .bonus-wager, 
.b-c .bonus-min-deposit {
    /* flex: 1 1 33%; */
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    align-items: center;
    line-height: 1rem;
}

.b-c .bonus-spins div, 
.b-c .bonus-wager div,
.b-c .bonus-min-deposit div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
}

.b-c .bonus-spins p, 
.b-c .bonus-wager p,
.b-c .bonus-min-deposit p {
    margin: .25rem 0 0.125rem;
    letter-spacing: -.025rem;
}

.b-c .a-logo {
    display: block;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 4.563rem;
    height: 4.563rem;
    /* z-index: 1; */
}

.b-c .a-logo img {
    width: 4.563rem;
    height: 4.563rem;
    padding: .5rem;
}

.b-c .rating {
    position: absolute;
    right: 0;
    top: 1rem;
    color: var(--blue-less);
    background: hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.1);
    padding: 0 0.5rem;
    border-radius: var(--border-18) 0 0 var(--border-18);
    margin: 0;
}

.b-c .btn.play.list {
    width: calc(100% - 6rem);
    /* z-index: 1;
    position: relative; */
    max-height: 2rem;
}
/* MAIN LIST CARD SIZE */

/* LIST H-H */
.list-item.h-h::after {
    content: attr(number);
    top: 0.25rem;
    left: 0.25rem;
    color: var(--blue);
    position: absolute;
    font-size: 0.938rem;
    font-weight: 400;
    padding: 0 0.35rem;
    background: var(--light-less);
    border-radius: var(--border-18);
    border: 0.5px solid var(--blue-less);
}
/* END LIST H-H */

/* LIST B-W */
section.b-w {
    display: flex;
    flex-wrap: wrap;
    gap: var(--bodyGutter);
    justify-content: space-between;
}

.list-item.b-w {
    display: inline-flex;
    height: 9.875rem;
    position: relative;
    align-items: center;
    padding-inline: .5rem;
}

.list-item.b-w .a-logo {
    display: block;
    height: 7.875rem;
    width: 26%;
}

.list-item.b-w .logo-img {
    height: 7.875rem;
    width: 100%;
    padding: 10%;
}



.b-w .bonus-box-spins-wager-deposit {
    display: flex;
    color: var(--dark);
    justify-content: space-between;
    margin-top: 0.25rem;
}


.b-w small {
    white-space: nowrap;
    font-weight: 700;
}

.b-w .bonus-min-deposit {
    color: var(--blue-more);
    fill: var(--blue-more);
}

.b-w .bonus-svg {
    height: auto;
    width: 1rem;
}

.b-w .bonus-spins, 
.b-w .bonus-wager, 
.b-w .bonus-min-deposit {
    /* flex: 1 1 33%; */
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    align-items: center;
    line-height: 1rem;
}

.b-w .bonus-spins div, 
.b-w .bonus-wager div,
.b-w .bonus-min-deposit div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
}

.b-w .bonus-spins p, 
.b-w .bonus-wager p,
.b-w .bonus-min-deposit p {
    margin: .25rem 0 0.125rem;
    letter-spacing: -.025rem;
}




.list-item.b-w .bonus-box-full-info {
    width: calc(100% - 26%);
    padding: 0.5rem;
}


.list-item.b-w .casino-brand,
.list-item.b-w .bonus-main-type {
    margin: 0;
}

.list-item.b-w .casino-brand a {
    /* text-decoration: none; */
    font-weight: 600;
    font-size: 1.063rem;
}

.list-item.b-w .bonus-main-type a {
    color: var(--dark);
}

.list-item.b-w .review-item-b-info {
    display: flex;
    justify-content: space-between;
    height: 90%;
    width: 70%;
    margin-top: 0.25rem;
}

.list-item.b-w .bonus-spins,
.list-item.b-w .bonus-value {
    display: flex;
    flex-direction: column;
}

.list-item.b-w .bonus-spins div {
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}

.list-item.b-w .bonus-spins div p,
.list-item.b-w .bonus-value p {
    margin: 0;
    text-align: center;
}
.list-item.b-w .rating {
    position: absolute;
    top: .5rem;
    right: 0;
    color: var(--blue-less);
    padding: 0.125rem .5rem;
    background: hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.1);
    border-radius: var(--border-18) 0 0 var(--border-18);
    margin: 0;
}

.list-item.b-w .btn.play.list {
    width: 60%;
    max-height: 2rem;
}

.list-item.b-w::after {
    content: attr(number);
    top: 2.5rem;
    right: .5rem;
    color: hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.1);
    position: absolute;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 400;
}

/* END LIST B-W */

/* LIST B-M */
.gutter.margin.b-m {
    display: flex;
    gap: var(--bodyGutter);
    flex-wrap: wrap;
}

.list-item.b-m {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 13.125rem;
    justify-content: space-evenly;
    width: 100%;
    padding-block: 0.75rem;
    box-sizing: border-box;
    position: relative;
    transition: transform ease-in-out 250ms;
}



.list-item.b-m:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}

.list-item.b-m::after {
    content: attr(number);
    top: 0.25rem;
    left: 0.25rem;
    color: var(--blue);
    position: absolute;
    font-size: 0.938rem;
    font-weight: 400;
    padding: 0 0.35rem;
    background: var(--light-less);
    border-radius: var(--border-18);
    border: 0.5px solid var(--blue-less);
    height: 1.5rem;
    width: 1rem;
    text-align: center;
    line-height: 1.5rem;
}

.list-item.b-m .a-logo {
    order: 1;
    width: 100%;
    text-align: center;
}

.list-item.b-m img {
    padding: 5%;
    width: calc(100% - (2 * 0.75rem));
    margin: 0 auto;
}

.list-item.b-m figcaption {
    order: 2;
    color: var(--dark);
    font-weight: 600;
    text-align: center;
    
}

.list-item.b-m figcaption span {
    color: var(--blue);
    display: block;
}

.list-item.b-m .play {
    order: 3;
    width: 75%;
    padding: 0.125rem 1rem;
}

/* END LIST B-M */

/* TEXT CONTENT */
.text-content {
    color: hsla(var(--light-h), var(--light-s), var(--light-l), .84);
}

.text-content strong,
.text-content em {
    color: hsl(var(--light-h), var(--light-s),calc(var(--light-l) - 3%));
}

.text-content b {
    color: hsl(var(--light-h), var(--light-s),calc(var(--light-l) + 3%));
    border-bottom: .5px solid var(--blue);
}

.text-content h2 {
    color: var(--light-less);
}

.text-content :is(h3,h4,h5,h6),
.similarsites h3,
h3.h3-header {
    color: var(--light-less);
    padding-left: .5rem;
    border-bottom: .5px solid var(--blue-more);
}

.text-content :is(h3,h5,h6),
.similarsites h3,
h3.h3-header {
    border-left: .25rem solid var(--pink);
}

.text-content :is(h4) {
    border-left: .125rem solid var(--pink);
}



.sister-faq h4 {
    color: var(--dark-less);
    border-left: .125rem solid var(--pink);
    padding-left: .5rem;
    border-bottom: .5px solid var(--light-more);
}

.text-content p:nth-child(1) {
    margin-top: 0;
}

.text-content p:last-child {
    margin-bottom: 0;
}

.text-content a,
.text-content strong a,
.text-content a strong {
    color: hsla(var(--linked-h), var(--linked-s), calc(var(--linked-l) + 15%), 1);
    transition: color .3s linear;
}

.text-content a:hover,
.text-content strong a,
.text-content a:hover strong {
    color: var(--linked);
}

.text-faq-aside,
.bonus-offer-aside,
.text-faq-support {
    display: flex;
    gap: var(--bodyGutter);
    /* align-items: center; */
    /* position: relative; */
}

.text-faq-aside aside.faq {
    padding: 1rem;
    background: linear-gradient(180deg, hsla(var(--blue-h), var(--blue-s),calc(var(--blue-l) + 5%), .6), hsla(var(--blue-h), var(--blue-s), var(--blue-l), .35));
}

.text-faq-support aside.support {
    padding: 1rem;
    background: hsla(var(--light-h), var(--light-s),calc(var(--light-l) - 15%), .2);
}

.text-faq-aside aside.sister-faq,
.text-faq-support aside.sister-faq {
    padding: 1rem;
    background: var(--light);
}

.text-faq-aside aside.sister-faq .a-logo img,
.text-faq-support aside.sister-faq .a-logo img {
    width: 100%;
    padding: 3%;
}

.text-faq-aside aside.sister-faq .coin {
    background: var(--white-dimmed);
}

.text-faq-aside aside.sister-faq .coin-container {
    padding-inline: 0;
}

.text-faq-aside aside.faq h3,
.text-faq-support aside.support h3 {
    color: var(--light-less);
    margin: 0;
}

.text-faq-aside aside.faq h3 {
    border-bottom: 0.5px solid hsla(var(--light-h), var(--light-s), var(--light-l), .14);
}

.text-faq-support aside.support h3 {
    border-bottom: 0.5px solid var(--blue);
}

.text-faq-aside aside.faq h3::before,
.text-faq-support aside.support h3::before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(/assets/svg/faq-color.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: .5rem;
}

.sister-faq .sister-picture {
    display: block;
}

.sister-faq .sister-bonus {
    color: var(--dark-less);
}

.sister-faq .sister-bonus p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: var(--blue);
}

.text-faq-aside ul,
.text-faq-support ul {
    padding-left: 1rem;
    font-size: .938rem;
}

.text-faq-aside aside.faq li,
.text-faq-support aside.support li {
    color: hsl(var(--light-h), var(--light-s),calc(var(--light-l) - 10%));
    line-break: anywhere;
}

.text-faq-support aside.support li b {
    color: var(--light-less);
}


.text-faq-support aside.support li {
    font-size: 0.875rem;
}


aside ul {
    list-style-type: "\2713\0020";
}

.text-faq-aside aside.faq li::marker,
.text-faq-support aside.support li::marker {
    color: var(--pink);
    content: "\2713\0020";
}

/* You can create more markers for each section */
.text-content ::marker{
    color: var(--pink);
    content: "→ ";
}

#positive ::marker {
    color: var(--bright-green);
    content: "\263A\0020";
    font-size: 1.125rem;
}

#negative ::marker {
    color: var(--pink);
    content: "\2639\0020";
    font-size: 1.125rem;
}

.text-faq-aside aside.faq svg,
.text-faq-support aside.support svg {
    fill: hsla(var(--light-h), var(--light-s),calc(var(--light-l) - 10%), 0.3);
    height: 5rem;
    margin: 0 auto;
    width: 5rem;
    display: block;
}
    
/* END TEXT CONTENT */


/* TEXT MODAL */
.modal-text-boxes {
    display: flex;
    gap: var(--bodyGutter);
}

.modal-text-box-a {
    flex-grow: 1;
}

.modal-text-box img,
.modal-text-box video {
    width: 100%;
    aspect-ratio: 377 / 324;
    height: auto;
}

.modal-text-picture {
    display: grid;
}
/* .modal-text-box-a,
.modal-text-box {
    width: 100%;
}

.modal-text-picture,
.modal-text-box img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 320 / 320;
} */

.modal-text-box {
    position: relative;
}

.modal-text-box video {
    display: none;
    position: absolute;
    top: 0;
}

.modal-text-figcaption {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    /* z-index: 1; */
    font-size: 1.5rem;
    /* margin: 0.625rem 1rem; */
    line-height: initial;
    color: var(--light-less);
    font-weight: 700;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    padding: .25rem 1rem;
    backdrop-filter: blur(.25rem);
    -webkit-backdrop-filter: blur(.25rem);
    text-transform: capitalize;
    font-weight: 500;
    /* height: 4rem; */
    border-radius: 0 0 var(--border-18) var(--border-18);
    z-index: 1;
}

.modal-text-figcaption-tag {
    margin: 0;
    font-size: 1rem;
    color: var(--pink);
}


.modal-text {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10%);
    transition: visibility 0s linear 0.3s, opacity 0.3s linear, transform 0.3s ease-out;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
    z-index: 1;
    overscroll-behavior: contain;
}

.modal-text:target {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition: visibility 0s linear 0s, opacity 0.3s linear, transform 0.3s ease-out;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 2;
}

.modal-text-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: var(--bodyGutter); */
    background: #fff;
    border-radius: var(--border-18); /* Add rounded corners to the modal */
    box-shadow: 0px 8px 16px 0px hsla(var(--dark-h), var(--dark-s), var(--dark-l), .3);; /* Add a shadow for a more pronounced effect */
    overflow: scroll;
    height: 90%;
    /* width: 90%; */
}


/* 
.modal-text-close {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-decoration: none;
} */

/* END TEXT MODAL */

/* BREADCRUMBS */

.breadcrumbs {
    border-top: .5px solid var(--blue-more);
    border-bottom: .5px solid var(--blue-more);
    margin: 1.25rem 0;
    font-size: 0.875rem;
}

.breadcrumbs ol {
    list-style: none;
    direction: ltr;
    display: flex;
    display: -ms-flexbox;
    padding: 0;
    margin: 0.5rem 0;
    flex-wrap: wrap;
    flex-direction: row;
    white-space: nowrap;
    overflow: hidden;
}

.breadcrumbs li::before {
    content: "\00a0 > ";
    color: hsl(var(--pink-h), var(--pink-s),calc(var(--pink-l) + 7%));
}

.breadcrumbs li:nth-child(1)::before {
    content: '';
}

.breadcrumbs a {
    color: hsl(var(--pink-h), var(--pink-s),calc(var(--pink-l) + 7%));
}

.breadcrumbs span {
    color: hsl(var(--pink-h), var(--pink-s),calc(var(--pink-l) + 7%));
}

/* END BREADCRUMBS */


/* SLIDER IDS */
.ids-slider-a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: ease-in-out 0.3s;
    scroll-snap-align: center;
    text-decoration: none;
    color: var(--white-dimmed);
}
.ids-slider-p {
    padding: .4rem .75rem;
    border-radius: var(--border-18);
    background: linear-gradient(to bottom, hsla(var(--light-h), var(--light-s),calc(var(--light-l) - 15%), .25), hsla(var(--light-h), var(--light-s),calc(var(--light-l) - 15%), .1));
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: calc(100vw - (var(--bodyGutter) * 4));
    border: 1px solid var(--blue-more);
    margin: 0;
}

.ids-slider-p svg {
    fill: var(--blue-less)
}


.ids-slider-p:hover,
.ids-slider-p:focus {
    color: var(--white);
    background: var(--blue);
    box-shadow: var(--categories-shadow);
    transition: .35s linear;
}

/* END SLIDER IDS */

/* SLOTS SLIDER */

.slots-items a {
    color: white;
    scroll-snap-type: x mandatory;
    scroll-snap-align: center;
    text-decoration: none;
}

.slots-item {
    position: relative;
    height: 15.625rem;
    width: 18.75rem;
}

.slots-item picture {
    display: block;
    position: relative;
    height: 12.5rem;
    width: 18.75rem;
}

.slots-item video {
    display: none;
}

.slots-item img {
    width: 100%;
    height: 100%;
}

.slots-item picture::after,
.slots-item:hover picture::after,
.slots-item:hover picture::after,
.insider-item picture::after,
.insider-item:hover picture::after,
.insider-item:hover picture::after {
    content: '';
    background: var(--banner-dimming);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slots-item picture::after,
.slots-item:hover picture::after,
.slots-item:hover picture::after {
    border-radius: var(--border-15);
}

.insider-item picture::after,
.insider-item:hover picture::after,
.insider-item:hover picture::after {
    border-radius: 0 0 var(--border-15) var(--border-15);
}

/* .slots-item picture::after,
.slots-item:hover picture::after,
.insider-item picture::after,
.insider-item:hover picture::after {
    z-index: 1;
} */

.slots-item:hover picture::after,
.insider-item:hover picture::after {
    z-index: 10;
}

.slots-item-play-btn {
    position: absolute;
    bottom: 4rem;
    text-align: center;
    z-index: 10;
    right: 1rem;
    left: 1rem;
    padding: 0.25rem;
}

.slots-item-rating {
    position: absolute;
    top: 0;
    right: 0;
    background: radial-gradient(50% 50% at 50% 50%, hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.5), hsla(var(--dark-h), var(--dark-s), var(--dark-l), 0.8));
    border-radius: var(--border-15) 0 0 var(--border-15);
    padding: .125rem .5rem;
    color: var(--white-dimmed);
    z-index: 1;
}

.slots-item figcaption {
    font-size: 1.125rem;
    line-height: 1.25rem;
    display: flex;
    justify-content: center;
    height: 3.125rem;
    align-items: center;
    position: relative;
    transition: color .3s linear;
}

.slots-item:hover figcaption {
    /* color: hsla(var(--linked-h), var(--linked-s), calc(var(--linked-l) + 15%), 1); */
    color: hsl(var(--pink-h), var(--pink-s),calc(var(--pink-l) + 7%));
}

.slots-item:hover video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.slots-item:hover .slots-item-rating {
    display: none;
}

/* END SLOTS SLIDER */

/* SLIDER PAYMENTS */
.payments-item-a {
    text-decoration: none;
}
    
.payments-item {
    display: flex;
    background: linear-gradient(to bottom, var(--blue-less), var(--blue-more));
    padding: 0.5rem;
    transition: all .3s linear;
    flex-direction: column;
    height: 10.25rem;
    width: 9rem;
    border: 1px solid var(--blue);
}

.payments-item:hover {
    background: linear-gradient(to bottom, var(--dark-less), var(--blue-more));
}

.payments-img {
    padding: 5%;
    box-sizing: border-box;
    background: linear-gradient(to bottom, var(--white), var(--white-dimmed));
    border-radius: var(--border-12);
}

.payments-captions p {
    margin: .25rem 0;
    font-size: 0.813rem;
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    line-height: 1rem;
}

.payments-name {
    color: var(--active-less);
    font-weight: 600;
    width: max-content;
}

.payments-deposit,
.payments-withdrawal {
    color: var(--light-more);
    font-weight: 400;
}

.payments-deposit span,
.payments-withdrawal span {
    color: var(--white);
    width: max-content;
}
/* END SLIDER PAYMENTS */

/* SLIDER NETWORK */
.network-items-group-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.network-item-a {
    text-decoration: none;
    color: var(--light);
}
.network-item {
    display: flex;
    background: linear-gradient(to bottom, hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.4), hsla(var(--blue-h), var(--dark-s), var(--blue-l), 0.1));
    align-items: center;
    border: 1px solid var(--blue-more);
    padding: 0.25rem .5rem;
    font-size: 0.813rem;
    text-wrap: nowrap;
    white-space: nowrap;
    border-radius: var(--border-8);
    transition: all .3s linear;
}

.network-item:hover {
    background: hsla(var(--light-h), var(--light-s),calc(var(--light-l) - 15%), .2)
}

.network-img {
    background: var(--light);
    padding: 1%;
    box-sizing: border-box;
    border-radius: var(--border-8);
    margin-right: 0.5rem;
    /* mix-blend-mode: lighten; */
    object-fit: contain;
}

/* END SLIDER NETWORK */

/* SLIDER NAVIGATION FOR LIST */
.radio {
    display: none;
}

.list-tabs {
    /* background: hsla(var(--blue-h), var(--blue-s), var(--blue-l), .15); */
    background: var(--dark);
    /* background: linear-gradient(to bottom, hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.4), hsla(var(--blue-h), var(--dark-s), var(--blue-l), 0.1)); */
    position: sticky;
    /* top: calc(3rem - 1px); */
    top: 0;
    z-index: 1;
    gap: 0.75rem;
}
.list-nav-tab {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-around;
    border: 1px solid var(--blue-more);
    padding: 0.25rem 0.5rem;
    box-sizing: border-box;
    transition: all 0.35s cubic-bezier(0, 0, .5, 1);
    -webkit-transition: all 0.35s cubic-bezier(0, 0, .5, 1);
    -moz-transition: all 0.335s cubic-bezier(0, 0, .5, 1);
    -o-transition: all 0.35s cubic-bezier(0, 0, .5, 1);
    -ms-transition: all 0.35s cubic-bezier(0, 0, .5, 1);
    font-size: 0.875rem;
    min-width: max-content;
    height: 2rem;
    line-height: 2rem;
}

.list-nav-tab:hover {
    box-shadow: 0 0 7px var(--blue-less);
}

.list-tab-icon {
    fill: var(--bright-green);
    height: 1rem;
    width: 1.5rem;
}

/* This part is for nav */
#one:checked~.list-tabs #tab-one,
#two:checked~.list-tabs #tab-two,
#three:checked~.list-tabs #tab-three,
#four:checked~.list-tabs #tab-four,
#five:checked~.list-tabs #tab-five,
#six:checked~.list-tabs #tab-six,
#seven:checked~.list-tabs #tab-seven,
#eight:checked~.list-tabs #tab-eight,
#nine:checked~.list-tabs #tab-nine,
#ten:checked~.list-tabs #tab-ten,
#eleven:checked~.list-tabs #tab-eleven,
#twelve:checked~.list-tabs #tab-twelve,
#thirteen:checked~.list-tabs #tab-thirteen,
#fourteen:checked~.list-tabs #tab-fourteen,
#fifteen:checked~.list-tabs #tab-fifteen,
#sixteen:checked~.list-tabs #tab-sixteen,
#seventeen:checked~.list-tabs #tab-seventeen,
#eighteen:checked~.list-tabs #tab-eighteen,
#nineteen:checked~.list-tabs #tab-nineteen
 {
    background: var(--blue);
    color: var(--light);
    transform: scale3d(1.03, 1.03, 1.03);
    box-shadow: 0 0 7px var(--blue-less);
}

/* This part is for list under nav */
#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel,
#four:checked~.panels #four-panel,
#five:checked~.panels #five-panel,
#six:checked~.panels #six-panel,
#seven:checked~.panels #seven-panel,
#eight:checked~.panels #eight-panel,
#nine:checked~.panels #nine-panel,
#ten:checked~.panels #ten-panel,
#eleven:checked~.panels #eleven-panel,
#twelve:checked~.panels #twelve-panel,
#thirteen:checked~.panels #thirteen-panel,
#fourteen:checked~.panels #fourteen-panel,
#fifteen:checked~.panels #fifteen-panel,
#sixteen:checked~.panels #sixteen-panel,
#seventeen:checked~.panels #seventeen-panel,
#eighteen:checked~.panels #eighteen-panel,
#nineteen:checked~.panels #nineteen-panel
 {
    display: flex;
    flex-wrap: wrap;
    gap: var(--bodyGutter);
    flex-grow: 1;
}

.panels {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: .75rem 0 0;
    
}

.panel {
    display: none;
    /* animation: fadein .8s; */
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to { 
        opacity: 1;
    }
}





/* END SLIDER NAVIGATION FOR LIST */



/* FEED NEWS */

.feed {
    position: relative;
}

.feed.box {
    border-left: 1px solid var(--pink);
}

.feed.box:hover {
    background: linear-gradient(to bottom, hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.4), hsla(var(--blue-h), var(--dark-s), var(--blue-l), 0.1));
    border-top-right-radius: var(--border-18);
    border-bottom-right-radius: var(--border-18);
}

.lineMarker {
    display: block;
    background: var(--blue);
    border: 1px solid var(--blue-less);
    height: .5rem;
    width: .5rem;
    border-radius: 100%;
    position: absolute;
    top: .875rem;
    left: -.313rem;
    transition: all 0.4s ease-in-out;
}

.feed.box:hover .lineMarker {
    background: var(--bright-green);
}

.lineMarker::after {
    content: '';
    border-top: 1px solid hsl(var(--pink-h), var(--pink-s),calc(var(--pink-l) + 37%));
    width: .5rem;
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
}

.feed figcaption {
    margin-left: 1.25rem;
    font-size: .938rem;
    color: hsla(var(--pink-h), var(--pink-s), calc(var(--pink-l) + 50%), .8);
}

.feed figcaption span {
    display: block;
    margin-left: .75rem;
    color: var(--light);
    font-weight: 700;
}

.feed figcaption em {
    color: var(--light-more);
    transition: color 0.4s ease-in-out;
}

.feed:hover figcaption em {
    color: var(--pink);
}

.feed blockquote {
    font-size: .938rem;
    color: var(--light-more);
    margin-inline-end: 1rem;
    margin-inline-start: 2rem;
}

.feed blockquote cite {
    color: var(--blue-less);
    font-size: 0.813rem;
    line-break: anywhere;
}
/* END FEED NEWS */

/* RELATED CASINOS CHIPS */

.rel-casinos {
    padding-top: 0.5rem;
    text-align: center;
}

.rel-casinos-a {
    text-decoration: none;
}

.rel-casinos-captions {
    text-align: center;
    min-height: 3rem;
    color: hsl(var(--light-h), var(--light-s),calc(var(--light-l) + 1%));
    font-size: .938rem;
    max-width: 7rem;
}

.rel-casinos-img {
    border: 8px dashed hsla(var(--light-h), var(--light-s),calc(var(--light-l) - 15%), .2);
    /* padding: .5rem; */
    box-shadow: 0 .25rem .75rem var(--blue-light);
    border-radius: 50%;
    display: block;
}

.rel-casinos:hover .rel-casinos-img {
    border: 8px dashed var(--bright-green);
    cursor: pointer;
    /* transform: rotate(360deg); */
    transition: all 1s ease;
    transform: translateX( -1px) rotateY( 360deg);
    -ms-transform: translateX( -1px) rotateY(360deg);
    -webkit-transform: translateX( -1px) rotateY(360deg);
    box-shadow: 0 .25rem 0.938rem var(--bright-green);
}

/* END RELATED CASINOS CHIPS */

/* FAQ */

/* .faq {
    position: relative;
} */

details,
summary {
    display: flex;
    justify-content: space-between;
    position: relative;
}

details {
    border-bottom: .5px solid var(--radial-blend);
}

details:hover,
details:focus {
    background: linear-gradient(45deg,transparent,hsla(var(--blue-h),var(--blue-s),var(--blue-l),.15));
    border-radius: 0 var(--border-18) var(--border-18) 0;
}

summary {
    font-weight: 500;
    color: hsla(var(--light-h),var(--light-s),var(--light-l),.84);
}

summary::after {
    display: inline-block;
    transition: 0.2s;
    content: '＋';
    color: hsl(var(--pink-h), var(--pink-s),calc(var(--pink-l) + 7%));
    height: 1.25rem;
    margin-right: 1rem;
}

/* details[open] {
    background: red;
} */

details[open] summary::after {
    content: '－';
    transform: rotate(360deg);
}

details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}

.gutter-text {
    color: var(--light-more);
    padding: .5rem 1rem;
    box-sizing: border-box;
    background: linear-gradient(-45deg, transparent, hsla(var(--blue-h), var(--blue-s), var(--blue-l), .15));
    border-top-left-radius: var(--border-15);
    border-bottom-left-radius: var(--border-15);
}

/* END FAQ */

/* MAIN REVIEW PART */
.review-part h3 {
    margin: 0;
}

/* FOOTER WITH ABOUT US */

.footer-aside {
    background: linear-gradient(to bottom, var(--radial-blend), var(--dark));
    margin-top: var(--bodyGutter);
}

.footer-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.about-text,
.news-links a:any-link,
.about-links-footer a:any-link,
.footer-socios a:any-link {
    color: var(--white-dimmed);
    transition: ease-in-out 0.3s;
    font-size: 0.938rem;
}

.news-links a:hover,
.about-links-footer a:hover {
    color: var(--linked);
}

.news-links {
    flex-grow: 1;
}

.news-links ul {
    list-style: none;
    direction: ltr;
    display: flex;
    display: -ms-flexbox;
    padding: 0 0 0.5rem;
    margin: 0;
    flex-wrap: wrap;
    flex-direction: row;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    justify-content: space-evenly;
    gap: .5rem;
}

.news-links li {
    margin-right: 1rem;
    font-size: 0.875rem;
}

.gamble-responsible {
    display: flex;
    justify-content: space-around;
    background: var(--radial-blend);
    padding: 1rem;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: var(--bodyGutter);
}

.gamble-responsible img {
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}

.gamble-responsible img:hover {
    box-shadow: var(--box-shadows-hover);
    transform: scale3d(1.05, 1.05, 1.05);
}

.about-links-footer {
    display: flex;
    justify-content: space-around;
    gap: var(--bodyGutter);
    flex-wrap: wrap;
    margin-top: var(--bodyGutter);
}

.about-links-footer a {
    white-space: nowrap;
}

.aboutus p {
    text-align: center;
}


/* AUTHORS */
.authors {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.authors-box {
    background: linear-gradient(to bottom, var(--light-less), var(--light-more));
    padding: 1rem;
    position: relative;
}

.authors-box hgroup {
    position: absolute;
    top: 0;
    right: 1rem;
    text-align: right;
}

.authors-img {
    width: 5rem;
    min-height: 5rem;
}
.authors-box h3 {
    color: var(--pink);
    margin-bottom: .25rem;
}

.authors-position span {
    color: var(--blue-less);
    font-size: .875rem;
}

.authors-box p {
    color: var(--blue-more);
    margin: 0;
}


/* END AUTHORS */



/* END OF FOOTER WITH ABOUT US */


@media only screen and (min-width: 220px) and (max-width: 319px) {}

@media only screen and (max-width: 359px) {
    html {
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
    html {
        font-size: 0.938rem;
    }
}

@media only screen and (max-width: 360px) {}

@media only screen and (max-width: 413px) {}

@media only screen and (max-width: 452px) {
    /* HERO SLIDER */
    .modal-item picture,
    .modal-item video, 
    .modal-item-img {
        width: calc(100vw - (var(--bodyGutter) * 5));
        height: auto;
    }
    /* END HERO SLIDER */

    .vertical-scrolling.tabs {
        gap: .75rem;
    }
    
}

@media only screen and (min-width: 414px) and (max-width: 575px) {}


@media only screen and (min-width: 453px) and (max-width: 575px) {
    /* HERO SLIDER */
    .modal-item picture,
    .modal-item video, 
    .modal-item-img {
        min-width: 100%;
        max-width: calc(100vw - (var(--bodyGutter) * 3));
        height: auto;
    }
    /* END HERO SLIDER */

    

}

@media only screen and (max-width: 575px) {
    :root {
        --bodyGutter: 1.25rem;
    }

    /* HERO HEADER */
    .img-hero-review {
        padding: 3%;
    }
    /* END HERO HEADER */

    .h-b .rating,
    .h-h .rating {
        display: none;
    }

     /* TEXT MODAL */
     .modal-text-boxes {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    /* END TEXT MODAL */

    /* LIST B-M */
    .list-item.b-m {
        max-width: calc((100% - (1 * var(--bodyGutter)))/ 2);
    }
    /* END LIST B-M */
}

@media only screen and (min-width: 576px) {
    :root {
        --bodyGutter: 1.5rem;
    }

    .text-content {
        padding: 1rem;
        background: hsla(var(--blue-h), var(--blue-s), var(--blue-l), .15);
    }
}

@media only screen and (min-width: 576px) and (max-width: 667px) {}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* HERO HEADER */
    .img-hero-review {
        padding: 3%;
    }
    /* END HERO HEADER */

    .h-b .rating,
    .h-h .rating {
        position: relative;
        color: var(--blue-less);
        padding: 0.125rem 1rem;
        background: hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.1);
        border-radius: var(--border-18);
        display: inline-flex;
        align-items: center;
    }

    /* TEXT MODAL */
    .modal-text-boxes {
        flex-wrap: wrap;
    }

    .modal-text-box-a {
        display: block;
        /* flex-grow: 1;
        width: calc((100% - var(--bodyGutter)) / 2); */
    }

    /* END TEXT MODAL */

    /* LIST B-M */
    .list-item.b-m {
        max-width: calc((100% - (2 * var(--bodyGutter)))/ 3);
    }
    /* END LIST B-M */
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    /* HERO SLIDER */
    .modal-item picture,
    .modal-item video, 
    .modal-item-img {
        min-width: 100%;
        max-width: calc((100vw - (var(--bodyGutter) * 5)) / 2);
        height: auto;
    }
    /* END HERO SLIDER */
}

@media only screen and (max-width: 667px) {}

@media only screen and (min-width: 668px) {}
@media only screen and (min-width: 668px) and (max-width: 767px) {}

@media only screen and (max-width: 767px) {
    .index-header h1,
    .insider-header h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.188rem;
    }
    
    h2.icon::before {
        min-width: 1.188rem;
        height: 1.188rem;
    }

    .text-content {
        font-size: 0.938rem;
    }

    .gutter.margin {
        margin-inline: var(--bodyGutter);
    }

    .vertical-scrolling.full.slider a:first-of-type figure,
    .vertical-scrolling.full.slider::-webkit-scrollbar-track,
    .slider-ids a:first-of-type,
    .vertical-scrolling.full.slider label:first-of-type {
        margin-left: var(--bodyGutter);
    }

    .vertical-scrolling.full.slider a:last-of-type figure,
    .vertical-scrolling.full.slider::-webkit-scrollbar-track,
    .slider-ids a:last-of-type,
    .vertical-scrolling.full.slider label:last-of-type {
        margin-right: var(--bodyGutter);
    }

    /* CATEGORIES SLIDER */
    .category-tab-figure {    
        width: 4.625rem;
        height: 5.75rem;
        flex-direction: column;
    }
    /* END CATEGORIES SLIDER */

    /* LIST H-H */
    .bonus-brand-name {
        font-weight: 700;
        margin: 0;
        line-height: 1rem;
    }

    /* .bonus-brand-name a {
        text-decoration: none;
    } */

    .bonus-main-type {
        display: none;
    }
    /* END LIST H-H */

    /* LIST */
    section.h-b,
    section.h-h {
        display: flex;
        flex-direction: column;
        gap: var(--bodyGutter);
        flex-grow: 1;
    }

    .modal-content .h-h,
    .modal-text-content .h-h { 
        padding-inline: .5rem;
    }

    .list-item.h-b,
    .list-item.h-h {
        height: 5.625rem;
        position: relative;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0 .5rem;
    }

    .list-item.h-b::after {
        content: attr(number);
        top: 0.25rem;
        left: 0.25rem;
        color: var(--blue);
        position: absolute;
        font-size: 0.938rem;
        font-weight: 400;
        padding: 0 0.35rem;
        background: var(--light-less);
        border-radius: var(--border-18);
        border: 0.5px solid var(--blue-less);
    }

    .list-item.h-b .bonus-text-container,
    .list-item.h-h .bonus-text-container {
        display: flex;
        flex-direction: column;
        width: 65%;
        font-size: 0.875rem;
    }

    .h-b .a-logo,
    .h-h .a-logo {
        display: block;
        height: 3.75rem;
        width: 3.75rem;
    }

    .h-b .bonus-logo,
    .h-h .bonus-logo {
        height: 3.75rem;
        width: 3.75rem;
    }

    .h-b .bonus-main-type span,
    .h-h .bonus-main-type span {
        width: 100%;
        text-align: left;
        color: var(--pink);
        font-weight: 500;
    }

    /* .h-b .bonus-main-type,
    .h-b .bonus-value,
    .h-h .bonus-main-type,
    .h-h .bonus-value {
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    } */

    
    .h-b .bonus-value,
    .h-b .bonus-spins,
    .h-h .bonus-value,
    .h-h .bonus-spins {
        text-align: left;
        margin: 0;
    }

    .h-b .bonus-box-wager-deposit-play,
    .h-h .bonus-box-wager-deposit-play {
        display: flex;
        flex-wrap: wrap;
    }

    .h-b .bonus-wager, 
    .h-b .bonus-min-deposit,
    .h-h .bonus-wager, 
    .h-h .bonus-min-deposit {
        flex: 1 1 auto;
        margin: 0;
        display: flex;
        flex-direction: column;
        font-size: 0.813rem;
        align-items: center;
        line-height: 1rem;
    }

    .h-b .bonus-wager span, 
    .h-b .bonus-min-deposit span,
    .h-h .bonus-wager span, 
    .h-h .bonus-min-deposit span {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .h-b .bonus-wager svg, 
    .h-b .bonus-min-deposit svg,
    .h-b .bonus-spins svg,
    .h-h .bonus-wager svg, 
    .h-h .bonus-min-deposit svg,
    .h-h .bonus-spins svg  {
        display: none;
    }

    .h-b .bonus-wager b, 
    .h-b .bonus-min-deposit b,
    .h-h .bonus-wager b, 
    .h-h .bonus-min-deposit b {
        font-size: 0.875rem;
    }

    .btn.play.list {
        padding: 0.125rem 1rem;
    }

    /* END LIST */

    /* MAIN LIST CARD SIZE */
    .list-item.b-c,
    .list-item.b-w {
        width: 100%;
    }
    /* END MAIN LIST CARD SIZE */

    /* TEXT CONTENT */
    .text-faq-aside,
    .text-faq-support,
    .bonus-offer-aside {
        flex-direction: column;
    }

    .modal-text-boxes {
        margin-inline: var(--bodyGutter);
    }
    /* END TEXT CONTENT */
    
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size: 1.375rem;
    }
    
    h2.icon::before {
        width: 1.375rem;
        height: 1.375rem;
    }

    /* CATEGORIES SLIDER */
    .category-tab-figure {    
        height: 3.75rem;
        width: max-content;
        padding: 0.5rem;
    }

    .category-tab-figure figcaption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        white-space: nowrap;
    }
    /* END CATEGORIES SLIDER */

    /* LIST */
    section.h-b {
        display: flex;
        flex-wrap: wrap;
        gap: var(--bodyGutter);
    }

    .list-item.h-b {
        display: flex;
        width: 100%;
        flex-direction: column;
        transition: all .3s ease-in-out;
        
    }

    .list-item.h-b.relative {
        position: relative;
    }

    .list-item.h-b.sticky {
        position: sticky;
        top: 1rem;
        height: max-content;
    }

    .h-b .list-item.h-b {
        max-width: calc((100% - (2 * var(--bodyGutter)))/ 3);
    }

    .bonus-offer-aside .list-item.h-b {
        max-width: 100%;
    }

    .list-item.h-b::after {
        content: attr(number);
        top: 2rem;
        right: 1rem;
        color: hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.1);
        position: absolute;
        font-size: 4.5rem;
        line-height: 5rem;
        font-weight: 400;
    }

    /* @keyframes fadeInOut {
        0%, 100% {
          opacity: 0.05;
        }
        50% {
          opacity: 0.1;
        }
      }

    .list-item:hover .bonus-box-bg-img {
        animation: fadeInOut 1s ease;
    } */

    @keyframes beat {
        0%,
        50%,
        100% {
            transform: scale(1, 1);
        }
        30%,
        80% {
            transform: scale(0.92, 0.95);
        }
    }

    .list-item:hover .btn.play {
        animation: beat 1.5s infinite;
    }
    
    .h-b .a-logo,
    .h-b .bonus-logo {
        display: block;
        height: 5.563rem;
        width: 5.563rem;
    }

    .h-b .rating {
        position: absolute;
        right: 0;
        top: 0.5rem;
        color: var(--blue-less);
        background: hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.1);
        padding: 0 0.5rem;
        border-radius: var(--border-18) 0 0 var(--border-18);
        margin: 0;
    }
    .h-b .bonus-text-container {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .h-b .bonus-brand-name {
        margin-top: 1rem;
        margin-bottom: 0;
        font-weight: 700;
    }

    /* .h-b .bonus-brand-name a,
    .h-b .bonus-main-type a {
        text-decoration: none;
    } */

    .h-b .bonus-main-type {
        margin-bottom: 0.5rem;
    }

    .h-b .bonus-main-type a {
        color: var(--pink);
    }

    .h-b .bonus-spins {
        display: inline-flex;
        align-items: center;
    }

    .h-b .bonus-box-wager-deposit-play {
        display: flex;
        flex-wrap: wrap;
        margin-top: .5rem;
    }


    .h-b .bonus-wager, 
    .h-b .bonus-min-deposit {
        flex: 1 1 50%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: .25rem 0;
    }

    .h-b .bonus-wager span, 
    .h-b .bonus-min-deposit span {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .h-b .bonus-svg {
        margin-right: .25rem;
    }
    .bonus-wager .bonus-svg,
    .bonus-spins .bonus-svg {
        fill: hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.5);
    }

    .bonus-min-deposit .bonus-svg {
        fill: hsla(var(--blue-h), var(--blue-s),calc(var(--blue-l) - 15%), 0.5);  
    }

    .h-b .btn.play.list {
        margin-bottom: 1rem;
    }
    /* END LIST */

    /* LIST H H */
    section.h-h {
        display: flex;
        flex-wrap: wrap;
        gap: var(--bodyGutter);
        flex-direction: column;
    }

    .list-item.h-h {
        height: 5.563rem;
        width: 100%;
        display: inline-flex;
        align-items: center;
        padding-inline: 0.5rem;
        position: relative;
        gap: 0.5rem;
        justify-content: space-between;
    }

    .list-item.h-h .a-logo {
        /* margin-right: auto; */
        display: block;
    }

    .list-item.h-h .a-logo,
    .list-item.h-h .bonus-logo {
        height: 4.625rem;
        width: 4.625rem;
    }

    .h-h .rating {
        /* position: absolute;
        right: 0;
        top: 0.5rem; */
        color: var(--blue-less);
        background: hsla(var(--blue-h), var(--blue-s), var(--blue-l), 0.1);
        padding: .25rem .75rem;
        border-radius: var(--border-18);
        margin: 0;
        display: inline-flex;
        align-items: center;
        min-width: 3.875rem;
    }

    .list-item.h-h .bonus-text-container {
        display: flex;
        flex-wrap: wrap;
        gap: .25rem;
    }
    
    .list-item.h-h .bonus-text-container p {
        width: calc(50% - .25rem); /* Each p element takes up half the width of the container */
        /* min-width: 11.75rem; */
        min-width: auto;
        text-align: center;
    }
    
    /* Set order for each p element */
    .list-item.h-h .bonus-text-container p:nth-child(1) { 
        order: 1; 
        margin: 0;
        font-weight: 600;
    } /* bonus-brand-name */

    

    .list-item.h-h .bonus-text-container p:nth-child(1) a { 
        text-decoration: none;
        font-size: 1.125rem;
    }

    
    .list-item.h-h .bonus-text-container p:nth-child(2) { 
        order: 3; 
    } /* bonus-main-type */

    .list-item.h-h .bonus-text-container p:nth-child(2) span {
        color: var(--pink);
    }

    .list-item.h-h .bonus-text-container p:nth-child(3) { 
        order: 2;
        font-size: 1.125rem;
     } /* bonus-value */
    .list-item.h-h .bonus-text-container p:nth-child(4) { order: 4; } /* bonus-spins */



    .list-item.h-h .bonus-value {
        margin: 0;
    }

    .list-item.h-h .bonus-spins {
        margin: 0;
    }

    .list-item.h-h .bonus-box-wager-deposit-play {
        /* margin-left: auto; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        max-width: 10rem;
    }

    .h-h .bonus-svg {
        margin-right: 0.25rem;
    }

    .h-h .bonus-wager, 
    .h-h .bonus-min-deposit {
        /* flex: 1 1 auto; */
        margin: 0;
        display: flex;
        font-size: 0.813rem;
        align-items: center;
        line-height: 1rem;
    }

    .h-h .bonus-wager span, 
    .h-h .bonus-min-deposit span {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* .h-h .bonus-wager svg, 
    .h-h .bonus-min-deposit svg,
    .h-h .bonus-spins svg  {
        display: none;
    }

    .h-h .bonus-wager b, 
    .h-h .bonus-min-deposit b {
        font-size: 0.875rem;
    } */

    .h-h .btn.play.list {
        width: calc(100% - 6rem);
        max-height: 2rem;
    }

    .modal-content .h-h,
    .modal-text-content .h-h { 
        padding-inline: .75rem;
    }
    /* END LIST H H */
    

    /* TEXT CONTENT */
    .text-faq-aside aside,
    .text-faq-support aside {
        width: 100%;
        min-width: calc((100% - (2 * var(--bodyGutter)))/ 3);
        position: sticky;
        top: 1rem;
        height: max-content;
        max-width: 22.75rem;
    }

    .bonus-offer-aside article {
        width: 100%;
        min-width: calc((100% - (2 * var(--bodyGutter)))/ 3);
        /* position: sticky;
        top: 1rem; */
        height: max-content;
    }
    /* END TEXT CONTENT */

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gutter.margin {
        margin-inline: var(--bodyGutter);
    }
    .vertical-scrolling.full.slider a:first-of-type figure,
    .vertical-scrolling.full.slider::-webkit-scrollbar-track,
    .slider-ids a:first-of-type,
    .vertical-scrolling.full.slider label:first-of-type {
        margin-left: var(--bodyGutter);
    }

    .vertical-scrolling.full.slider a:last-of-type figure,
    .vertical-scrolling.full.slider::-webkit-scrollbar-track,
    .slider-ids a:last-of-type,
    .vertical-scrolling.full.slider label:last-of-type {
        margin-right: var(--bodyGutter);
    }

    /* HERO HEADER */
    .img-hero-review {
        padding: 2%;
    }
    /* END HERO HEADER */

    /* LIST */
    .list-item.h-b {
        padding: .5rem;
    }

    .h-b .bonus-text-container {
        font-size: 1.063rem;
    }

    .h-b .bonus-value,
    .h-b .bonus-spins {
        margin: .125rem 0;
    }

    .btn.play.list {
        padding: 0.25rem 1rem;
    }

    .h-b .bonus-wager, 
    .h-b .bonus-min-deposit {
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .h-b .bonus-wager b, 
    .h-b .bonus-min-deposit b {
        font-size: .938rem;
    }
    /* END LIST */

    /* MAIN LIST CARD SIZE */
    .list-item.b-c,
    .list-item.b-w {
        width: calc((100% - var(--bodyGutter)) / 2);
        flex-grow: 1;
    }

    /* END MAIN LIST CARD SIZE */

    /* LIST B-M */
    .list-item.b-m {
        max-width: calc((100% - (3 * var(--bodyGutter)))/ 4);
    }
    /* END LIST B-M */

    
}

@media only screen and (min-width: 768px) and (max-width: 819px) {
    /* TEXT MODAL */

    .modal-text-boxes {
        flex-wrap: wrap;
        margin-inline: var(--bodyGutter);
    }

    .modal-text-box-a {
        display: block;
        /* flex-grow: 1;
        width: calc((100% - var(--bodyGutter)) / 2); */
    }

    /* END TEXT MODAL */
}

@media only screen and (min-width: 820px) and (max-width: 991px) {
    /* TEXT MODAL */
    .modal-text-boxes {
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        overflow-y: clip;
        padding-inline: var(--bodyGutter);
    }

    .modal-text-box-a {
        min-width: calc((100% - (5 * var(--bodyGutter))) / 3);
        scroll-snap-align: center;
    }
    /* END TEXT MODAL */
}

@media (max-width: 991px) {
    /* main {
        margin-bottom: 6.563rem;
    } */
    /* NAVIGATION TOP */
    .logo {
        padding-left: 1rem;
    }

    .navbar-header li {
        padding: 0.5rem 0;
    }

    .core-nav {
        border-bottom: 1px solid var(--light-more);
    }

    li.li-expand ul {
        padding: 0;
    }


    .li-core-nav-sub {
        border-bottom: 1px solid var(--light-less);
    }

    .li-core-nav-sub:last-child {
        border-bottom: none;
    }

    .nav-icons {display: none;}

    .a-core-nav {
        display: inline-flex;
        width: 80%;
    }
    .a-core-nav-sub {
        padding-left: .5rem;
    }

    label[for="menu-bar"] {
        background-color: var(--pink);
        cursor: pointer;
        margin-right: 1rem;
        /* transition: margin 0.5s linear; */
    }

    .navbar-header-links {
        position: fixed;
        left: 0;
        right: 0;
        top: 3rem;
        bottom: 100%;
        height: auto;
        max-height: auto;
        overflow: scroll;
        transition: all .5s ease-in-out;
        display: block;
        margin: 0;
        }

    
    #menu-bar:checked + label[for="menu-bar"] + .navbar-header-links {
        display: flex;
        background-color: var(--light);
        min-height: calc(100vh - 3rem);
        height: auto;
        z-index: 9;
        transition: all .4s linear;
        padding-inline: 1rem;
        bottom: 0;
    }

    .core-logo {
        top: 5rem;
        text-align: center;
    }

    .core-logo svg{
        fill: hsla(var(--pink-h), var(--pink-s), var(--pink-l), 0.1);
        text-align: center;
        
    }
    
    /* END NAVIGATION TOP */



    /* NAVIGATION BOTTOM */
    .navigation-bottom {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 4.375rem;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
    }
    .navigation-bottom ul {
        display: flex;
        /* width: 90%; */
        padding: 0;
    }

    .navigation-bottom ul li {
        position: relative;
        list-style: none;
        width: 4.375rem;
        height: 4.375rem;
        z-index: 1;
    }

    .navigation-bottom ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
        font-weight: 500;
    }

    .nav-bottom-icon {
        fill: var(--dark);
    }
    .navigation-bottom ul li a .nav-bottom-icon {
        position: relative;
        display: block;
        line-height: 4.688rem;
        font-size: 1.5em;
        text-align: center;
        /* transition: 0.5s; */
        color: var(--dark);
    }

    .navigation-bottom ul li.active a .nav-bottom-icon {
        transform: translateY(-2rem);
        transition: all .4s linear;
    }

    .navigation-bottom ul li a .nav-bottom-text {
        position: absolute;
        color: var(--dark);
        font-weight: 400;
        font-size: 0.75em;
        letter-spacing: 0.05em;
        /* transition: 0.5s; */
        opacity: 0;
        transform: translateY(1.25rem);
    }

    @keyframes opacityBounce {
        0% {
            opacity: 0;  /* starting opacity */
        }
        40% {
            opacity: 0.3;  /* opacity at 0.3s */
        }
        60%, 100% {
            opacity: 1;  /* back to full opacity at 0.6s and remains till the end */
        }
    }

    .navigation-bottom ul li.active a .nav-bottom-text {
        transform: translateY(0.625rem);
        transition: transform .5s linear;  
        animation: opacityBounce .6s;
        animation-fill-mode: forwards;
    }

    .indicator {
        position: absolute;
        top: -50%;
        width: 4.375rem;
        height: 4.375rem;
        background: var(--bright-green);
        border-radius: 50%;
        border: 0.375rem solid var(--dark);
        /* transition: 0.5s; */
    }

    .indicator::before,
    .indicator::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 1.25rem;
        height: 1.25rem;
        background: transparent;
        
    }

    .indicator::before {
        left: -1.375rem;
        border-top-right-radius: 1.25rem;
        /* box-shadow: 1px -10px 0 0 var(--dark); */
        
    }

    .indicator::after {
        right: -1.375rem;
        border-top-left-radius: 1.25rem;
        /* box-shadow: -1px -10px 0 0 var(--dark); */
    }

    .navigation-bottom ul li:nth-child(1).active ~ .indicator {
        transform: translateX(calc(4.375rem * 0));
    }
    .navigation-bottom ul li:nth-child(2).active ~ .indicator {
        transform: translateX(calc(4.375rem * 1));
    }
    .navigation-bottom ul li:nth-child(3).active ~ .indicator {
        transform: translateX(calc(4.375rem * 2));
    }
    .navigation-bottom ul li:nth-child(4).active ~ .indicator {
        transform: translateX(calc(4.375rem * 3));
    }
    .navigation-bottom ul li:nth-child(5).active ~ .indicator {
        transform: translateX(calc(4.375rem * 4));
    }
    /* END NAVIGATION BOTTOM */

    /* LIST */
    .list-item .more-details-toggle {
        font-size: 0.75rem;
    }
    /* END LIST */

    /* COMMENTS BOX */
    .comments.full.slider.dark.big figure:first-of-type,
    .network-items-group-3:first-of-type {
        margin-left: var(--bodyGutter);
    }

    
    .network.full.slider .network-items-group-3:last-of-type,
    .comments.full.slider.dark.big figure:last-of-type {
        margin-right: var(--bodyGutter);
    }
    /* END COMMENTS BOX */

}


@media (min-width: 992px) {
    /* NAVIGATION TOP */
    .navbar-header {
        flex-wrap: nowrap;
        padding-inline: 1rem;
    }

    .navbar-header-links {
        display: flex;
        flex-direction: row;
        justify-content: right;
        align-items: center;
        margin: 0;
    }

    @keyframes border-flicker {
        0% {
          opacity: 0.1;
        }
        2% {
          opacity: 1;
        }
        4% {
          opacity: 0.1;
        }
      
        8% {
          opacity: 1;
        }
        70% {
          opacity: 0.7;
        }
        100% {
          opacity: 1;
        }
      }

    li.core-nav.active .a-core-nav::after {
        content: '';
        background: hsla(var(--pink-h), var(--pink-s), var(--pink-l), 1);
        height: 0.125rem;
        position: absolute;
        bottom: 0.25rem;
        left: 0;
        right: 0;
        border-radius: var(--border-8);

    }

    li.core-nav:hover .a-core-nav::after {
        content: '';
        background: hsla(var(--dark-h), var(--dark-s), var(--dark-l), 0.5);
        height: 0.125rem;
        position: absolute;
        bottom: 0.25rem;
        left: 0;
        right: 0;
        border-radius: var(--border-8);
    }

    .li-expand ul {
        position: absolute;
        background-color: var(--light);
        border-radius: 0 0 var(--border-8) var(--border-8);
        z-index: 1000;
        padding-inline: 0.5rem;
    }

    .ul-expand.bonus,
    .ul-expand.casino {
        width: max-content;
    }

    .ul-expand.free-spins {
        min-width: 12rem;
        width: max-content;
    }

    .li-expand:hover ul {
        /* display: block; */
        max-height: 100vh;
        transition: max-height 0.5s ease-in-out;
    }

    .li-expand {
        position: relative;
        margin-right: .25rem;
        max-height: 3rem;
    }

    .a-core-nav {
        padding: .75rem .5rem;
        display: inline-flex;
        align-items: center;
        font-size: 0.875rem;
        margin: 0;
    }

    .li-core-nav-sub {
        padding-block: .5rem;
        border-bottom: 0.5px solid var(--light-less);
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(var(--pink), var(--pink-more));
        background-position: 0 0, bottom left;
        background-size: 100% 100%, 0% 1px;
        background-repeat: no-repeat, no-repeat;
        transition: background-image 0.5s, background-size 1s, background-position 0s 1s;
        /* padding-right: 2rem; */
    }
    
    .li-core-nav-sub:hover,
    .li-core-nav-sub:focus {
        background-position: 0 0, bottom right;
        background-size: 100% 100%, 100% 1px;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), hsla(var(--dark-h), var(--dark-s), var(--dark-l), 0.07)), linear-gradient(var(--pink), var(--pink-more));
    }
    

    .nav-icons {
        height: 1.125rem;
        width: 1.125rem;
        background: var(--pink);
        fill: var(--pink);
        margin-right: 0.25rem;
    }

    label[for="menu-bar"], .expand-icon {
        display: none;
    }

    .core-logo {
        display: none;
    }
    /* END NAVIGATION TOP */

    /* NAVIGATION BOTTOM */
    .navigation-bottom {
        display: none;
    }
    /* END NAVIGATION BOTTOM */

    /* HERO SLIDER */
    .modal-item:hover video {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    .modal-item picture,
    .modal-item video, 
    .modal-item-img {
        height: 12.5rem;
    }
    /* END HERO SLIDER */

    /* LIST */
    .list-item.h-b {
        padding: 1rem;
    }

    .btn.play.list {
        padding: 0.5rem 1rem;
    }
    /* END LIST */

    /* LIST */
    .list-item .more-details-toggle {
        font-size: 0.875rem;
    }
    /* END LIST */

    /* MAIN LIST CARD SIZE */
    .b-c .bonus-main-type, .b-c .bonus-value {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .list-item.b-c {
        width: calc((100% - var(--bodyGutter)) / 2);
        flex-grow: 1;
    }

    .list-item.b-w {
        width: calc((100% - (2 * var(--bodyGutter))) / 3);
        flex-grow: 1;
    }

    /* END MAIN LIST CARD SIZE */
}


@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .gutter.margin {
        margin-inline: calc((100vw - 940px) / 2);
    }

    .vertical-scrolling.full.slider a:first-of-type figure,
    .vertical-scrolling.full.slider::-webkit-scrollbar-track,
    .slider-ids a:first-of-type,
    .vertical-scrolling.full.slider label:first-of-type {
        margin-left: calc((100vw - 940px) / 2);
    }

    .vertical-scrolling.full.slider a:last-of-type figure,
    .vertical-scrolling.full.slider::-webkit-scrollbar-track,
    .slider-ids a:last-of-type,
    .vertical-scrolling.full.slider label:last-of-type {
        margin-right: calc((100vw - 940px) / 2);
    }

    /* COMMENTS BOX */
    .comments.full.slider.dark.big figure:first-of-type,
    .network-items-group-3:first-of-type {
        margin-left: calc((100vw - 940px) / 2);
    }

    
    .network.full.slider .network-items-group-3:last-of-type,
    .comments.full.slider.dark.big figure:last-of-type {
        margin-right: calc((100vw - 940px) / 2);
    }
    /* END COMMENTS BOX */

    /* HERO HEADER */
    .img-hero-review {
        padding: 2%;
    }
    /* END HERO HEADER */

    /* LIST */
    .h-b .bonus-text-container {
        font-size: 1.125rem;
    }

    .h-b .bonus-value,
    .h-b .bonus-spins {
        margin: .125rem 0;
    }

    .h-b .bonus-wager, 
    .h-b .bonus-min-deposit {
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .h-b .bonus-wager b, 
    .h-b .bonus-min-deposit b {
        font-size: .938rem;
    }
    /* END LIST */

    /* TEXT MODAL */
    .modal-text-boxes {
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        overflow-y: clip;
        padding-inline: calc((100vw - 940px) / 2);
    }

    .modal-text-box-a {
        min-width: calc((100% - (5 * var(--bodyGutter))) / 2);
        scroll-snap-align: center;
    }
    /* END TEXT MODAL */

    /* LIST B-M */
    .list-item.b-m {
        max-width: calc((100% - (3 * var(--bodyGutter)))/ 4);
    }
    /* END LIST B-M */
}

@media only screen and (min-width: 1024px) {
    /* LIST */
    .h-b .bonus-text-container {
        font-size: 1.25rem;
    }

    .h-b .bonus-value,
    .h-b .bonus-spins {
        margin: .5rem 0;
    }

    .h-b .bonus-main-type {
        margin-top: .5rem;
    }

    .h-b .bonus-value {
        font-size: 1.75rem;
    }

    .h-b .bonus-wager, 
    .h-b .bonus-min-deposit {
        font-size: .938rem;
        line-height: 1rem;
    }

    .h-b .bonus-wager b, 
    .h-b .bonus-min-deposit b {
        font-size: 1.063rem;
    }
    /* END LIST */

    /* LIST H-H */
    .list-item.h-h .bonus-text-container {
        min-width: 34.875rem;
    }
    /* END LIST H-H */

}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .gutter.margin {
        margin-inline: calc((100vw - 980px) / 2);
    }

    .vertical-scrolling.full.slider a:first-of-type figure,
    .vertical-scrolling.full.slider::-webkit-scrollbar-track,
    .slider-ids a:first-of-type,
    .vertical-scrolling.full.slider label:first-of-type {
        margin-left: calc((100vw - 980px) / 2);
    }

    .vertical-scrolling.full.slider a:last-of-type figure,
    .vertical-scrolling.full.slider::-webkit-scrollbar-track,
    .slider-ids a:last-of-type,
    .vertical-scrolling.full.slider label:last-of-type {
        margin-right: calc((100vw - 980px) / 2);
    }

    /* COMMENTS BOX */
    .comments.full.slider.dark.big figure:first-of-type,
    .network-items-group-3:first-of-type {
        margin-left: calc((100vw - 980px) / 2);
    }

    
    .network.full.slider .network-items-group-3:last-of-type,
    .comments.full.slider.dark.big figure:last-of-type {
        margin-right: calc((100vw - 980px) / 2);
    }
    /* END COMMENTS BOX */

    /* HERO HEADER */
    .img-hero-review {
        padding: 2%;
    }
    /* END HERO HEADER */

    /* TEXT MODAL */
    .modal-text-boxes {
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        overflow-y: clip;
        padding-inline: calc((100vw - 980px) / 2);
    }

    .modal-text-box-a {
        min-width: calc((100% - (5 * var(--bodyGutter))) / 3);
        scroll-snap-align: center;
    }
    /* END TEXT MODAL */

    /* LIST B-M */
    .list-item.b-m {
        max-width: calc((100% - (3 * var(--bodyGutter)))/ 4);
    }
    /* END LIST B-M */

    /* TABLE INFO */
    table {
        width: calc(100% - (100vw - 980px))
    }
    /* END TABLE INFO */
}

@media only screen and (min-width: 1280px) {
    .gutter.margin {
        margin-inline: calc((100vw - 1140px) / 2);
    }

    .vertical-scrolling.full.slider a:first-of-type figure,
    .vertical-scrolling.full.slider::-webkit-scrollbar-track,
    .slider-ids a:first-of-type,
    .vertical-scrolling.full.slider label:first-of-type {
        margin-left: calc((100vw - 1140px) / 2);
    }

    .vertical-scrolling.full.slider a:last-of-type figure,
    .vertical-scrolling.full.slider::-webkit-scrollbar-track,
    .slider-ids a:last-of-type,
    .vertical-scrolling.full.slider label:last-of-type {
        margin-right: calc((100vw - 1140px) / 2);
    }

    /* COMMENTS BOX */
    .comments.full.slider.dark.big figure:first-of-type,
    .network-items-group-3:first-of-type {
        margin-left: calc((100vw - 1140px) / 2);
    }

    
    .network.full.slider .network-items-group-3:last-of-type,
    .comments.full.slider.dark.big figure:last-of-type {
        margin-right: calc((100vw - 1140px) / 2);
    }
    /* END COMMENTS BOX */


    /* HERO HEADER */
    .img-hero-review {
        padding: 2%;
    }
    /* END HERO HEADER */

    /* TEXT MODAL */
    .modal-text-boxes {
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        overflow-y: clip;
        padding-inline: calc((100vw - 1140px) / 2);
    }

    .modal-text-box-a {
        min-width: calc((100% - (5 * var(--bodyGutter))) / 3);
        scroll-snap-align: center;
    }
    /* END TEXT MODAL */

    /* LIST B-M */
    .list-item.b-m {
        max-width: calc((100% - (5 * var(--bodyGutter)))/ 6);
    }
    /* END LIST B-M */

    /* TABLE INFO */
    table {
        width: calc(100% - (100vw - 1140px))
    }
    /* END TABLE INFO */
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {}

@media only screen and (min-width: 1440px) and (max-width: 1920px) {}

@media only screen and (min-width: 1440px) {}

@media only screen and (min-width: 1921px) {}



/* BANKS */

.paypal, .visa, .maestro, .revolut, .trustly, .paysafecard, .ecopayz, .skrill, .banktransfer, .mastercard, .neteller {
    background: white;
}

.interac {
    background: #ffb92a;
}

.klarna {
    background: #FFB3C7;
}

.jeton {
    background: #f4bb76;
}

/* CASINO BG COLORS */
.quatrocasinocom {background: #10344B;}
.kouncom {background: #000000;}
.jpybetcom {background: #000000;}
.welcomebingocom {background: #072059;}
.billioncasinocom {background: #003d34;}
.bingoalienscom {background: #000000;}
.luckyadmiralcom {background: #0076a3;}
.olivecasinocom {background: #0e0e0e;}
.amazonslotscom {background: #051E23;}
.marsbetcom {background: #181c2a;}
.marsbahiscom {background: #181c2a;}
.betgoalscom {background: #16205e;}
.gigaspinplaycom {background: #ffffff;}
.brucebet {background: #1f1f1f;}
.championcasinocc {background: #ffffff;}
.bwinde {background: #000000;}
.mcbookiecom {background: #02012d;}
.starsportsbet {background: #072d4f;}
.asinocom {background: #151518;}
.betvoyagercom {background: #04111A;}
.virgingamescom {background: #e10a0a;}
.jackpotjoycom {background: #1272D3;}
.sunmakerde {background: #01496f;}
.betwayde {background: #000000;}
.lottomatcom {background: #000000;}
.lottohoycom {background: #000000;}
.volnacasino {background: #0F2E38;}
.sparkcasino {background: #1a2b37;}
.banglaplaycom {background: #000000;}
.zettoin {background: #000000;}
._2crazycom {background: #0f1331;}
.gutsxpresscom {background: #653a89;}
.gutscom {background: #e8e8e8;}
.asyabahiscom {background: #181818;}
.pinbahiscom {background: #459d47;}
.lilibetcom {background: #182447;}
.partypokercom {background: #222222;}
.casoonycom {background: #dcd2da;}
.doctorspinscom {background: #1e2132;}
.eurobetscasinocom {background: #000000;}
.eurobetit {background: #1e3a8e;}
.nonamebet {background: #242f53;}
.betitonde {background: #000000;}
.spingeniede {background: #000000;}
.bevegascom {background: #000000;}
.parisvipcasinocom {background: #08031e;}
.unibetcom {background: #147b45;}
.tivitbetapp {background: #181b31;}
.chillbet {background: #000000;}
.tedbingocom {background: #FFFFFF;}
.tiptopbingocom {background: #FBF7FC;}
.bacanaplaycom {background: #ffffff;}
.heyspincom {background: #000000;}
.aurumagecom {background: #ef4136;}
.bitrouletteorg {background: #304902;}
.webmoneycasinocom {background: #004001;}
.favoritecasinocom {background: #0076b3;}
.fortunebeachcom {background: #31012b;}
.wins88com {background: #0a0a0a;}
.eddyvegascom {background: #ffe0e2;}
.slotahoycom {background: #013d47;}
.thepalacescom {background: #333333;}
.bingobritaincom {background: #8a1313;}
.playboomcom {background: #281330;}
.bullcasinocom {background: #202527;}
.unlimcasinocom {background: #1e1d26;}
.betanode {background: #ff3d00;}
.ole7io {background: #003284;}
.voddscom {background: #000000;}
.slotsnrollcom {background: #000000;}
.nevada777com {background: #000000;}
.j9vnbet {background: #25324b;}
.ukcasinoclubeu {background: #1e1e20;}
.jackpotcashcom {background: #5a0000;}
.silversandscasinocom {background: #4B0301;}
.apolloslotscom {background: #1e1f23;}
.whitelotuscasinocom {background: #141414;}
.bethashio {background: #333333;}
.vipgameio {background: #293248;}
.cryptoslotscom {background: #040557;}
.winadaycasinoeu {background: #02257b;}
.cryptowinscom {background: #001126;}
.slotlandeu {background: #000000;}
.joyfulbetio {background: #f1ba1b;}
.wikibetcom {background: #001a2d;}
.moneybetcom {background: #e2e2e2;}
.karambade {background: #030530;}
.jimmywinnercom {background: #001433;}
.primespielhallede {background: #000000;}
.twincom {background: #212633;}
.trip2vipcom {background: #0B1C1D;}
.drakecasinoeu {background: #000000;}
.gossipslotseu {background: #7f1944;}
.gtbetsag {background: #255ec3;}
.slotsandcasinoag {background: #202020;}
.slotsnplaycom {background: #045ffb;}
.cirusbetcom {background: #000000;}
.casinoamambaycom {background: #ff002a;}
.jogosfortunacom {background: #121210;}
.parasinocom {background: #000000;}
._90dakikacom {background: #148053;}
.futocasicom {background: #0F0F0F;}
.onlinebingoeu {background: #e2e2e2;}
.btcbahiscom {background: #000000;}
.cricbabacom {background: #282828;}
._24spincom {background: #000000;}
.winsparkcom {background: #FBFBFD;}
.gratoramacom {background: #DA4915;}
.stakeprixcom {background: #262626;}
.onlinecasinogamescom {background: #1b2f4a;}
.lupincasinocom {background: #020b08;}
.casino4uio {background: #04060d;}
.bcasinocom {background: #ee1b24;}
.merkurslotsde {background: #01123d;}
.betvisioncom {background: #000000;}
.viparabclubcom {background: #0a0a0a;}
.betregalcom {background: #161616;}
.casinovegasampedcom {background: #50367f;}
.vipslotseu {background: #3d3464;}
.silveroakcasinocom {background: #6e0604;}
.bingocabincom {background: #fefefd;}
.inetbet {background: #0a0a0a;}
.kudoscasinocom {background: #000000;}
.zencasinocom {background: #404b76;}
.zenbettingcom {background: #001928;}
.wishocom {background: #f5b5bf;}
.snbetsco {background: #014a6a;}
.casinocastlecom {background: #000e1d;}
.bingobillycom {background: #00ade9;}
.bingovillagecom {background: #4516ad;}
.pokies2gocom {background: #0c0c2e;}
.jokerinocom {background: #b82c28;}
.spincityacom {background: #10439f;}
.mrbet {background: #FFFFFF;}
.spincity {background: #0D398B;}
.vipclubplayercom {background: #282b2f;}
.slots7casinocom {background: #0d0b0c;}
.slotheistcom {background: #0c000d;}
.bwincom {background: #111111;}
.gamblezencom {background: #141438;}
.fb88com {background: #01793c;}
.sportpesacom {background: #090e42;}
.lottoheldende {background: #000000;}
.lottoheldencom {background: #e2e2e2;}
.lottolandcom {background: #91BF1B;}
.fairbetbet {background: #000000;}
.jackwincom {background: #0A0F0F;}
.betukcom {background: #1C3D59;}
.expektcom {background: #FF6E00;}
.pinkcasinocouk {background: #EC4A8E;}
.cryptowildcom {background: #E0E0E0;}
.ali88wincom {background: #1a0a2a;}
.awinturacom {background: #181201;}
.slotorobet {background: #230923;}
.betmomocom {background: #000000;}
._1x2masterscom {background: #252525;}
.betzelacom {background: #252f45;}
.pixiebetcom {background: #00ff00;}
.falconbetcom {background: #09131d;}
.bellavegascom {background: #e42e28;}
.casinopartycasinocom {background: #201551;}
.racasinocom {background: #0f0a23;}
.betzinocom {background: #24282a;}
.amoncasinocom {background: #55a7c1;}
.playmillioncom {background: #003e6d;}
.euromaniacom {background: #0E6AEA;}
.lunacasinocom {background: #0162AB;}
.evobetcom {background: #224233;}
.merkurspielcasinode {background: #860509;}
.deal2betcom {background: #012718;}
.masonslotscomde {background: #07512f;}
.limitlesscasinocom {background: #212D3A;}
.realwincom {background: #0a0a0a;}
.slotsandbetscom {background: #000000;}
.globalbetio {background: #000000;}
.vlwbet {background: #1b5269;}
.betitallcom {background: #1E2638;}
.bpremiumde {background: #000000;}
.victoriamilancasinodk {background: #f8d4a4;}
.rocketbetscom {background: #ec610a;}
.dragonaracom {background: #30363b;}
.vikscom {background: #1a1e25;}
.funrizecom {background: #090a34;}
.taofortunecom {background: #1d122d;}
.nolimitcoinscom {background: #1d2232;}
.houseofjackcom {background: #121B25;}
.btc365com {background: #0A1028;}
.fortune99jpcom {background: #000000;}
.ladbrokesde {background: #fe0322;}
.betifycom {background: #141414;}
.bitstarzcom {background: #000000;}
.malibuclubcasinocom {background: #00604F;}
.jackpotcapitaleu {background: #FAF9F9;}
.grandevegascasinocom {background: #351211;}
.slotasticcom {background: #000000;}
.casinoifortunask {background: #fedb01;}
.wonclubcom {background: #0b192b;}
.betadoniscom {background: #121516;}
.luckyelfcasinocom {background: #191c20;}
.riverbellecasinocom {background: #6B565F;}
.spinpalacecom {background: #FFFFFF;}
.rubyfortunecom {background: #2F2B30;}
.amunracom {background: #2b1804;}
.slotexocom {background: #041924;}
.loewenplayde {background: #fefefd;}
.lowenplayes {background: #e2e2e2;}
.spintimeio {background: #140c31;}
.casinobudcom {background: #002171;}
.klirrcom {background: #212121;}
.coolcasinoio {background: #000c48;}
.exclusivebeteucom {background: #262626;}
.cryptogames {background: #612525;}
.rubyslotscom {background: #500608;}
.thebettercasinocom {background: #1d1d1b;}
.cazinostarsrichcom {background: #4f1a8b;}
.cazinostarscom {background: #5d439c;}
.atlantisslotscom {background: #25356a;}
.cazebocom {background: #1f1f32;}
.goldrollcom {background: #1c0c36;}
.slotjerrycom {background: #3B043D;}
.northcasinocom {background: #11222f;}
.spinnalotcom {background: #0a0a0a;}
.omnislotscom {background: #FFFFFF;}
.fruits4realcom {background: #1B2230;}
.gemlercom {background: #01023c;}
.overloadcasinocom {background: #311743;}
.extremebetscom {background: #131521;}
.pachipachicom {background: #A81E23;}
.winbetro {background: #ff0023;}
.blazecom {background: #0F1923;}
.jonbetio {background: #000000;}
.makocasinocom {background: #0a0a2a;}
.gomblingocom {background: #1c9666;}
.playiocom {background: #0c2c2d;}
.belabetcom {background: #212123;}
.gslotcom {background: #212b37;}
.livecasino {background: #1B2845;}
.casinoandfriendscom {background: #224e71;}
.miraxcasinocom {background: #000000;}
.goldencrowncasinocom {background: #0e462e;}
.fortuneplaycom {background: #1C1C1C;}
.ltccasinocom {background: #2B2C35;}
.casinobetcom {background: #0c131d;}
.casino770com {background: #e2e2e2;}
.bangbangcasinocom {background: #999898;}
.casinoifortunacz {background: #ffdb01;}
.powerupcasinocom {background: #000000;}
.kingmakercom {background: #420f71;}
.royspinscom {background: #211e6b;}
.wazbeecasino {background: #14003a;}
.candylandcasino {background: #9160f5;}
.newvegascom {background: #0a0a0a;}
.lsbetcom {background: #48962B;}
.kosmonautcasinocom {background: #020107;}
.turboninode {background: #01325b;}
.playjangocom {background: #2E88C0;}
.jet10com {background: #000A14;}
.ejjabetcom {background: #000000;}
._888slotsde {background: #7ff802;}
.redbusbingocom {background: #c11718;}
.luckycharmbingocom {background: #95C0E8;}
.bonniebingocom {background: #e82429;}
.kingbillycasinocom {background: #141414;}
.instantpaycasinocom {background: #2C3158;}
.wildblastercom {background: #150919;}
.slotsofvegascom {background: #1A2241;}
.mydreamscasinocom {background: #ffffff;}
.clubplayercasinocom {background: #240825;}
.supacasiio {background: #e9d478;}
._8xwinscom {background: #0d2b25;}
._14jogocom {background: #000000;}
.evospincom {background: #212d91;}
.eurofortunecom {background: #0A369E;}
.instantcasinocom {background: #1f2128;}
.frankcasinocom {background: #0c1019;}
.demagicredcom {background: #000000;}
.uptownaceseu {background: #000000;}
.uptownpokiescom {background: #0e0e0e;}
.kingdomcasinocom {background: #0a0a0a;}
.bangercasino {background: #1c1b20;}
.bilbetcom {background: #393783;}
.glorycasino {background: #000000;}
.valorbet {background: #2f2caf;}
.slingocom {background: #EDEDED;}
.duckdiceio {background: #4f5861;}
.towerbet {background: #19262c;}
.betonlineag {background: #2D2E2C;}
.wildcasinoag {background: #000000;}
.highrollercasinoag {background: #050914;}
.paydaycasinoag {background: #222149;}
.zambaco {background: #d1d1d1;}
.goldmancasinocom {background: #29241E;}
.queenspinscom {background: #191a22;}
.sportsbettingag {background: #000928;}
.superslotsag {background: #5C017D;}
.williamhilleu {background: #00133d;}
.casinostrikercom {background: #330139;}
.scarlettcasinocom {background: #161722;}
.luckybayio {background: #00545e;}
._888pokercom {background: #000b17;}
._777com {background: #EEEAE1;}
.bingorellacom {background: #0070B1;}
.citybingocom {background: #1d79bc;}
.giantspinscom {background: #324C5C;}
.safaribingocom {background: #442c76;}
.platinumclubvipco {background: #000000;}
.iwildcasinocom {background: #220b43;}
.millionzcom {background: #007fff;}
.nightrushcom {background: #050922;}
.scratchfun {background: #000000;}
.kriptycom {background: #050a0f;}
.roolicom {background: #d80027;}
.euslotcom {background: #2c48cf;}
.zenitbetcom {background: #27587b;}
.zenbet {background: #248a91;}
.spadesqueencom {background: #1e1e1e;}
.jacktopcom {background: #2a1f63;}
.stakescom {background: #ef5e5e;}
.speedyslotcom {background: #080808;}
.reelfortunecom {background: #ffffff;}
.azimutcasinocom {background: #562950;}
.redaxeplaycom {background: #03090b;}
.karambacom {background: #d4d4d4;}
.lucklandde {background: #00575e;}
.slotzocom {background: #182e5d;}
.efortunaro {background: #fedb01;}
.megareelcom {background: #25064A;}
.reloadbet8com {background: #fdce38;}
.betmartinicom {background: #457b9d;}
.betvarzeshcom {background: #2b2b2b;}
.sportsandcasinocom {background: #373737;}
.duckyluckag {background: #FFFFFF;}
.reelsofjoycasinoonline {background: #006738;}
.majesticslotscom {background: #3f0167;}
.larivieracasinocom {background: #071a3a;}
.casinocliccom {background: #c12026;}
.cookiecasinocom {background: #5c2d7c;}
.casiqocom {background: #441D61;}
._321cryptocasinocom {background: #111111;}
.rocknrollacasinocom {background: #424242;}
.dogsfortunecom {background: #eaedfa;}
._5gringoscom {background: #212343;}
.playorocom {background: #201438;}
.gratowincom {background: #020202;}
.vanguardscasinocom {background: #070777;}
.saharasandscasinonet {background: #0C282B;}
.leovegasde {background: #000000;}
.bingostarscouk {background: #f8d5ed;}
.royalpandacom {background: #000000;}
.casinomibetmgmcom {background: #292a2e;}
.gogocasinocom {background: #0D0801;}
.leovegascom {background: #dcdcdc;}
.sportingbetde {background: #00aae7;}
.galabingocom {background: #0027a9;}
.kakeyocom {background: #000000;}
.bahigocom {background: #2e303b;}
.fontancasinocom {background: #151225;}
.kaktuzbet {background: #161c24;}
.gonzocasinocom {background: #231003;}
.slotmancom {background: #2c3b62;}
.merkurspielde {background: #002051;}
.merkursportsde {background: #03082e;}
.cashpointdk {background: #19181d;}
.merkurbetsde {background: #fdfefe;}
.rufuscasinocom {background: #000000;}
.horuscasinocom {background: #212121;}
._96brcom {background: #000000;}
._96qqin {background: #000000;}
.betadorcom {background: #211f3b;}
.spinshakecom {background: #5b4576;}
.dealerscasinocom {background: #000000;}
.jackpotycom {background: #112544;}
.futureplaycom {background: #080321;}
.selectbet {background: #8d3535;}
.betitoncom {background: #191919;}
.caibofun {background: #ebeae9;}
.wsmcasinocom {background: #000000;}
.betirocom {background: #202022;}
.mychancecom {background: #0a2b3b;}
.brightlightscasinocom {background: #000421;}
.luckypokerbetcom {background: #4f515b;}
.casino60com {background: #ff0000;}
.casino29com {background: #202764;}
.villentocom {background: #232323;}
.pcfcasinocom {background: #1c3643;}
.kryptosinocom {background: #1e293b;}
.mondcasinocom {background: #192c38;}
.oceanbetcom {background: #f25b5d;}
.simbagamescom {background: #9f3b73;}
.casinogofishcom {background: #00bbfa;}
.casholotcasinocom {background: #000000;}
.fastpaycasinocom {background: #383838;}
.slotvibecom {background: #7d2259;}
.casitsucom {background: #372858;}
.bitcoingamescom {background: #17110c;}
.booicom {background: #362626;}
.jozzcom {background: #26313A;}
.playfortunacom {background: #120f0e;}
.lapalingode {background: #343434;}
.bonusbetcom {background: #3c0078;}
.nordscasinocom {background: #09181b;}
.winstonbetcom {background: #000000;}
.spinspiritcom {background: #300c50;}
.housebetsio {background: #14161a;}
.lordpingcom {background: #0a0a0a;}
.redkingsde {background: #012d5c;}
.spingeniecom {background: #FFFFFF;}
.bingbongde {background: #3c1260;}
.jackpotpiratende {background: #010100;}
._777slotsbaycom {background: #ae1010;}
._777baycom {background: #191515;}
.caspbetcom {background: #131520;}
.mangocasinocom {background: #fffcd3;}
.locowincom {background: #315667;}
.vipscasinocom {background: #000000;}
.heyspinde {background: #000000;}
.mrpachocom {background: #151645;}
.apxbetcom {background: #1d1f32;}
.copagolbetcom {background: #07192e;}
.ozarkbetcom {background: #010101;}
.kingbitcasinocom {background: #100F0D;}
.casinobitio {background: #000000;}
.palmsgoldcom {background: #000000;}
.royalcasinoone {background: #021b22;}
.thrillsycom {background: #1c1b2d;}
.casinycom {background: #000000;}
.luckyowlclubcom {background: #26344f;}
.coinbets777com {background: #150035;}
.anarchycasinocom {background: #202020;}
.sportingbetcom {background: #00a9e7;}
._21red {background: #ffffff;}
.nationalcasinocom {background: #2a282a;}
.mangacasinocom {background: #000000;}
.lincolncasinoeu {background: #0B1827;}
.libertyslotseu {background: #00162D;}
.playcrococom {background: #04221f;}
.tropicacasinocom {background: #EEEFF0;}
.supremeplaycom {background: #000000;}
.casinobetcavecom {background: #28130c;}
.slotsjackpotcasinocom {background: #020E1B;}
.flycasinocom {background: #2A2B2B;}
.omnicasinocom {background: #620000;}
.pinocasinocom {background: #151846;}
.avalon78com {background: #000000;}
.thephonecasinocom {background: #33af95;}
.spinsamuraicom {background: #000000;}
.kingbillycom {background: #141414;}
.bitcoincasinoio {background: #2A1541;}
.ultimacasinoco {background: #404040;}
._21betscom {background: #E91523;}
.gunsbetcom {background: #e94626;}
.goldwincom {background: #111419;}
.betmaximuswincom {background: #292e34;}
.topslotsitecom {background: #000000;}
.interbetcom {background: #000000;}
.tedcasinocom {background: #f4e4cb;}
.manekicasinocom {background: #B33762;}
.dreambet {background: #040c21;}
.captaincookscasinoeu {background: #232323;}
.playlandspielhallede {background: #0d1c58;}
.pixiebetcouk {background: #381d96;}
.playclubcom {background: #343434;}
.lotto24de {background: #000000;}
.tipp24de {background: #000000;}
.supacasicom {background: #f9dd6d;}
.freddyvegascom {background: #fe5b18;}
.merhababetcom {background: #000000;}
.betamocom {background: #13110c;}
.digibetcom {background: #e2e2e2;}
.xbetag {background: #2b2f3b;}
.busrag {background: #1360a0;}
.mybookieag {background: #252627;}
.rubybetcom {background: #000000;}
.rhcasinocom {background: #151515;}
.gatobetcom {background: #000000;}
.duxcasinocom {background: #10001f;}
.octocasinocom {background: #7477a5;}
.casinobrangocom {background: #060F18;}
.yabbycasinocom {background: #000D1D;}
.casinoadrenalinecom {background: #1b2129;}
.casinoextremeeu {background: #14050C;}
.wildslotscom {background: #000000;}
.slotsmagicde {background: #270a26;}
.druckgluckde {background: #ecf4f8;}
.gomontecryptos8com {background: #363837;}
.eurokingclubcom {background: #000000;}
.shxndrckglck75aede {background: #000000;}
.primescratchcardscom {background: #FFFFFF;}
.playojode {background: #9d6ef5;}
.luxcasinoclub {background: #ffffff;}
.luckyhuntercom {background: #1e2434;}
.hypersinocom {background: #111923;}
.jinxcasinocom {background: #c0f0ff;}
.winstlerio {background: #1f2029;}
.scratchmaniacom {background: #01125b;}
.winoramacom {background: #010101;}
.cobracasinocom {background: #202021;}
.vegascrestcasinoag {background: #4c311c;}
.hitnspincom {background: #6d066d;}
.skycrowncom {background: #141416;}
.wildcoinsio {background: #000000;}
.slotanzde {background: #000000;}
.simonsayscasinocom {background: #fff3bf;}
.yourwin24com {background: #1b1b22;}
.billybillioncom {background: #afafaf;}
.megaslotcom {background: #000000;}
.slothuntercom {background: #171720;}
.game777wincom {background: #092638;}
.daddycasino {background: #1b1621;}
.catcasinocom {background: #333fdf;}
.gamacasino {background: #1b2b38;}
.rioacecom {background: #160c23;}
.rollinoco {background: #001a29;}
.zeoncasinocom {background: #000000;}
.slotspluseu {background: #e8a402;}
.truefortunecom {background: #0a0b0d;}
.avantgardecasinocom {background: #200527;}
.purecasinoco {background: #171717;}
.kb88uk {background: #000000;}
.casinopalacecom {background: #1e1c1c;}
.razzybet {background: #000000;}
.fluffywincasinocom {background: #000000;}
.richardcasinocom {background: #002b1f;}
.primeslotscom {background: #F7F7F7;}
.casinohuonecom {background: #FFFFFF;}
.ottokasinocom {background: #0a103a;}
.looselinesag {background: #141414;}
.jazzcasinocom {background: #1b1b1b;}
.abcislandsag {background: #fef3a3;}
.spinzde {background: #923939;}
.caxinocom {background: #FF0F63;}
.sonnenspielede {background: #192a4e;}
.adabetcom {background: #000000;}
.betsevencom {background: #111e2b;}
.ladyaidacom {background: #231a21;}
.hashluckyio {background: #0a0e14;}
.icryptogamingcom {background: #000000;}
.sharkoincom {background: #000000;}
.espnbetcom {background: #000000;}
.sunplaycasino {background: #0f1638;}
.lottohessende {background: #fcdc17;}
.brutalcasinocom {background: #1f2738;}
.mrslotsclubco {background: #191a18;}
.cryptozpincom {background: #060a27;}
.s777club {background: #541e94;}
.cryptojackio {background: #000000;}
._21grandcasinosco {background: #5f010f;}
.jilicccom {background: #000000;}
.myjackpotcom {background: #290047;}
.betplayio {background: #121212;}
.degenwincasino {background: #242f38;}
.nanogamesio {background: #1b1c20;}
.luckyduckbet {background: #151d28;}
.goldenlionscasinocom {background: #C9C7A1;}
.casibomcom {background: #151414;}
.sportunacom {background: #262a19;}
.bankonbetcom {background: #ffffff;}
.slotspalacecom {background: #ec46a2;}
.sloterracom {background: #121932;}
.edgelessio {background: #061326;}
.casinolustnet {background: #000000;}
.nongamstopco {background: #010101;}
.bet999io {background: #192028;}
.pikebitcom {background: #000000;}
.yebetcom {background: #393374;}
.jackpotie {background: #000000;}
.sejackpotcom {background: #000000;}
.jackpotcom {background: #000000;}
.ukjackpotcom {background: #000000;}
.slootzio {background: #24132d;}
.betsocialclubcom {background: #181818;}
.betcoscom {background: #262626;}
.betglobalcom {background: #0f1928;}
.stellarspinscom {background: #282845;}
.pacificspinscom {background: #191a1e;}
.taomingclub {background: #ffffff;}
.onlinefoxwoodscom {background: #1a1914;}
.casinomarriottcom {background: #181d20;}
.yummygameio {background: #000000;}
.rocknreelscom {background: #2d313a;}
.wagabetcom {background: #113352;}
.versaillescasinocom {background: #000000;}
.whitejokercom {background: #f2bf41;}
.winwinbet {background: #141415;}
.betbitcom {background: #072b74;}
.coinbet24com {background: #333333;}
.chipsgg {background: #171d28;}
.goldruncasinocom {background: #0a1112;}
.rrrcasinocom {background: #010101;}
.bitfiringcom {background: #0E0E2E;}
.plazaplaycom {background: #020202;}
.thepokerpro {background: #000000;}
.slotifiedcom {background: #252525;}
.casinoofgoldcom {background: #44000f;}
.slotsag {background: #0d1023;}
._3dicecom {background: #700000;}
.action24com {background: #ff9e01;}
.jetspincom {background: #3d712a;}
.playfallsviewcom {background: #000000;}
.bazedbet {background: #0c141f;}
.lottofycom {background: #006f52;}
.tigergamingcom {background: #101010;}
.kingswincom {background: #202122;}
.slotlordscom {background: #15181f;}
.paradicein {background: #242836;}
.hallmarkclubcom {background: #000000;}
.royaloakcasinoco {background: #000000;}
.bitbookag {background: #161c1f;}
.europlaycasinocom {background: #040930;}
.fastslotcasinocom {background: #ecf4f8;}
.bigfishgamescom {background: #11a3da;}
.betbuqcom {background: #303030;}
.olimpcom {background: #882211;}
.grandrushcom {background: #36240d;}
.wikiwinscom {background: #141917;}
.mygocasinoeu {background: #441b3d;}
.rivalrycom {background: #000000;}
.betkincom {background: #010101;}
.pokiepopcom {background: #ffffff;}
.drgnyycasino {background: #000000;}
.olybetee {background: #EE343A;}
._77xslotcom {background: #242f53;}
.casinocharlesco {background: #232c5e;}
.goldengeniecom {background: #000000;}
.piratespotcom {background: #00009d;}
.ragingbullslotscom {background: #e9ecf1;}
._24vivocom {background: #010101;}
.crazybuzzerde {background: #122235;}
.futurebet {background: #1b1c21;}
.delorocasinocom {background: #1f4391;}
.stargamescom {background: #141414;}
.riobetcom {background: #0D0607;}
.mywincom {background: #ffffff;}
.diespielbankde {background: #874343;}
.bubblesbetcom {background: #0d1365;}
.coinbetcasino {background: #000000;}
.slots777casino {background: #370847;}
.betmasterie {background: #404765;}
.winolotcom {background: #ffe189;}
.bitcoinpenguincom {background: #2670ca;}
.miucasinocom {background: #0c1218;}
.windiceio {background: #000000;}
.reefreelscom {background: #010101;}
.wilddicecasinowincom {background: #121536;}
.roundercasinocom {background: #313131;}
.maverickgamescom {background: #0d4e5a;}
._777ch {background: #31010f;}
.casino777ch {background: #151515;}
.gamingcitycom {background: #041613;}
.estorilsolcasinospt {background: #0A0A0A;}
.robinroocom {background: #000000;}
._36winbe {background: #000000;}
.playbitcoingamescom {background: #000000;}
.veracasino {background: #2B2D3F;}
.krakencasinobet {background: #1a1944;}
.atlantisgoldcasinocom {background: #282828;}
.juegablue {background: #0a102b;}
.betcrakecom {background: #000000;}
.bingobet {background: #000000;}
.starvegasit {background: #FFFFFF;}
.blizzio {background: #122B53;}
.novolinede {background: #222222;}
.bchgames {background: #292929;}
.inbet24com {background: #111111;}
.wickedbetcom {background: #131521;}
.earnbetio {background: #1e2738;}
.admiralbetde {background: #1b2c5b;}
.voybetcom {background: #09494b;}
.accessbetcom {background: #c40000;}
.playzkasinoio {background: #171617;}
.premierbetme {background: #072d4c;}
.ragingbullcasino {background: #010101;}
.vipslotscom {background: #403167;}
.betdsieu {background: #74fffa;}
.slotobitcom {background: #2c3d4d;}
.goldenpharaohbet {background: #343638;}
.phoeniciancasinoeu {background: #333e60;}
.star111com {background: #212121;}
.spintimecasinocom {background: #0d0504;}
.fireslotsbet {background: #08131d;}
.sharkroulettecom {background: #033b60;}
.publicwinro {background: #151922;}
.v8game {background: #010101;}
.luckyhandcasinocom {background: #000000;}
.platincasinocom {background: #012336;}
.pinolocom {background: #007497;}
.sprutcasinocom {background: #000f25;}
.casinonavycom {background: #01a3f4;}
.starbetsio {background: #151d30;}
.cazwincom {background: #090f1e;}
.jackpotjillnet {background: #0c1913;}
.worldsportsbettingcoza {background: #000000;}
.freeslotsland {background: #021237;}
.grandparkerme {background: #162721;}
.rocketrun {background: #333639;}
.netbetnet {background: #e2e2e2;}
.jilikocom {background: #0c2438;}
.bogambacom {background: #252f3d;}
.luckybitycom {background: #241818;}
.playregalluckcom {background: #32245a;}
.spinmadnesscom {background: #1f2833;}
.spreadexcom {background: #141414;}
.gambloag {background: #252f5a;}
.goldriverstarcasinocom {background: #000000;}
._21redcasinocom {background: #830c10;}
.mrgreende {background: #18723c;}
.williamhillse {background: #000c3c;}
.bertilcom {background: #FFFAEF;}
.redbetcom {background: #E00421;}
.luckofspinsco {background: #500e1a;}
.uunsecom {background: #000000;}
.bullsbetio {background: #ffffff;}
.planetofbetscom {background: #202126;}
.velvetspincom {background: #29153a;}
.topbet888com {background: #000000;}
.seabetio {background: #000000;}
.planetspincasino {background: #02001E;}
.akcebetcom {background: #232c35;}
.avocasinocom {background: #1b1b1f;}
.zigbicom {background: #0e1821;}
.sporteriacom {background: #e2e2e2;}
.olybeteu {background: #ef333a;}
.bitzinocom {background: #565553;}
.degenwinapp {background: #000000;}
.captaincookscasino {background: #000000;}
.oppa888com {background: #770d0e;}
.wegotgame {background: #3c49a9;}
.pokerstarsde {background: #000000;}
.pokerstarsnjcom {background: #000000;}
.magicwinbet {background: #000000;}
.danobetcom {background: #134f13;}
.championcasinonet {background: #00070d;}
.betpawang {background: #252a2d;}
.cyberbet {background: #ffffff;}
.cryptoplayio {background: #0c1954;}
.peergamecom {background: #22096c;}
.howlgg {background: #000000;}
.empireio {background: #FFFFFF;}
.teloscasino {background: #242f38;}
.bitcoinvideocasinocom {background: #88b9e2;}
.soccabetcom {background: #038002;}
.eurobetpro {background: #000000;}
.jokerstarde {background: #002f63;}
.bitcoingamesnet {background: #000000;}
.pinnacleca {background: #0a1a31;}
.sportbetone {background: #151b28;}
.bobbycasinocom {background: #2c3b62;}
.nolimitwaycom {background: #000000;}
.flipcasino {background: #01162f;}
.wagmicasinoio {background: #131313;}
._8betio {background: #2e2d33;}
.royalspincasinocom {background: #FFFFFF;}
.betnuvocom {background: #171d32;}
.slotclashcom {background: #285b88;}
.bonusbingocom {background: #89449c;}
.bingomaniacom {background: #040404;}
.samilandco {background: #021f61;}
.digits7com {background: #111113;}
.topbeteu {background: #252525;}
.iplaysenecacom {background: #182130;}
.betcococom {background: #171933;}
.africabetcom {background: #145F98;}
.lamabetcom {background: #050a13;}
.boylebingocom {background: #001E60;}
.lollybet2com {background: #11161c;}
.bustabitcom {background: #424242;}
.bestybetcom {background: #756b5b;}
.truegameio {background: #012229;}
.luckytreasurecom {background: #4375c1;}
.casinohermescom {background: #000000;}
.kirgocom {background: #131139;}
.spassinocom {background: #000d29;}
.paripesacom {background: #1c2657;}
._4starscasinonet {background: #000912;}
.rolrio {background: #0d111a;}
.magicalcasinoco {background: #000000;}
.bestbet360com {background: #2b1838;}
.piwi247com {background: #1f1f21;}
.ditobetcom {background: #171c2c;}
.metawincom {background: #000000;}
.kajotcasinocom {background: #222222;}
.apprxcgamescom {background: #2a2d35;}
.feelbetcom {background: #212121;}
.slotomaniacom {background: #391280;}
.unislotcasinocom {background: #1f448e;}
.satoshiherocom {background: #08274e;}
.cannonbetcom {background: #2B2B2B;}
.hiwagercom {background: #000000;}
.wolfbet {background: #071b33;}
.betathomecom {background: #FFFFFF;}
.betathomede {background: #e2e2e2;}
.playsqrcom {background: #010101;}
.privatebetcom {background: #000000;}
.coin178com {background: #141412;}
.xspinio {background: #000000;}
.dashvideocasinocom {background: #88b9e2;}
.milionbetcom {background: #171c2c;}
.casinopurplecom {background: #473696;}
.zeslotscom {background: #16181d;}
.bookmakereu {background: #191919;}
.ggpokercom {background: #1e1e1e;}
.alienbetcom {background: #0e0521;}
.scarletcasinocom {background: #000000;}
.casinoinio {background: #2f3e57;}
.betmastertopcom {background: #3f4565;}
.bongogg {background: #3a2d78;}
.mintdicecom {background: #343142;}
.mobilechampionbetug {background: #212580;}
.championbetet {background: #212580;}
.championbetghcom {background: #212580;}
.luspincasinocom {background: #120631;}
.ethplayio {background: #2b2c36;}
.decentralgames {background: #000000;}
.efugamescom {background: #0a101e;}
.allcasinoag {background: #000000;}
.bitstrikeio {background: #000000;}
.bit4wincom {background: #181D29;}
.sbobetcom {background: #FFFFFF;}
.jackpotvillacom {background: #1d72dc;}
.betnoweu {background: #000000;}
.coinroyalecom {background: #000000;}
.b7casinocom {background: #0f1227;}
.zumospincom {background: #1b0e26;}
.spinlandbet {background: #37188c;}
.jacksclubio {background: #0B0F17;}
.betti1com {background: #121212;}
.brucepokiesco {background: #1c4d37;}
.spinmillioncom {background: #373737;}
.play88net {background: #000000;}
.grandxcom {background: #014064;}
.sherbetcom {background: #7b54e9;}
.coinpokercom {background: #1b1b23;}
.tipwincom {background: #f6f6f6;}
.tipwinde {background: #F4F4F4;}
.play2xcom {background: #20242d;}
.acecasinoio {background: #292a2c;}
.satoshidicecom {background: #222222;}
.mrocasinocom {background: #13161F;}
.redtigercom {background: #060303;}
.goawincom {background: #000000;}
.blackjackfun {background: #14161e;}
.luckyboycasinocom {background: #08031e;}
.hallabetcom {background: #000000;}
.wildfortuneio {background: #392F5A;}
.spinagocom {background: #1a1c24;}
.casino1337com {background: #0b091e;}
.katsubetcom {background: #101217;}
.parisvegasclubcom {background: #0C0D07;}
.euspielothekde {background: #0085b1;}
.ice36com {background: #002538;}
.xndrckglck75aede {background: #000000;}
.legendplaycom {background: #143C47;}
.polestarcasinocom {background: #220E5C;}
.lottokingscom {background: #ffffff;}
.wintrillionscom {background: #e84000;}
.trilhardariocom {background: #e2e2e2;}
.tigerspincom {background: #031b22;}
.lordluckycom {background: #0E103E;}
.lapalingocom {background: #FFFFFF;}
.wolfycasinocom {background: #ffffff;}
.betroom24com {background: #232B37;}
.evolvecasinocom {background: #e24176;}
.x1casinocom {background: #0f053d;}
.letsluckycom {background: #4c26aa;}
.staycasinocom {background: #c4147e;}
.boombangcasinocom {background: #FFEE00;}
.powerbet777com {background: #101116;}
.planet7casinocom {background: #900000;}
.captainjackcasinocom {background: #361907;}
.royalacecasinocom {background: #0C0A14;}
.slotsgardencom {background: #341b0a;}
.arlekincasinocom {background: #0b0b28;}
.lucklandcom {background: #05001c;}
.magicredcom {background: #000000;}
.bzeebetcom {background: #012939;}
.jackiejackpotcom {background: #344D79;}
.playfastcasinocom {background: #131B1F;}
.betsamigocom {background: #ffffff;}
.livebetcom {background: #1a162d;}
.wallacebetcom {background: #0b202d;}
.smokacecom {background: #521a0c;}
.rizk01com {background: #ef4137;}
.thrillscom {background: #FFFFFF;}
.kaboocom {background: #000000;}
.rizkcom {background: #231f20;}
.boomerangbetcom {background: #132966;}
.luckyprocasinocom {background: #f56d01;}
.betscreamercom {background: #030303;}
.betreelscom {background: #17265D;}
.winningroomcom {background: #262626;}
.vinnarumcom {background: #262626;}
.vinnericom {background: #262626;}
.mrbitbet {background: #010c26;}
.driftcasino {background: #141416;}
.frankcasinocomse {background: #171b24;}
.aplaycasino {background: #0d4556;}
.slotshammercom {background: #08003a;}
.betnflixcom {background: #081d5f;}
.foggybetcom {background: #2a2f52;}
.nucleonbetcom {background: #0456a4;}
.onestepcasinocom {background: #210f56;}
.scarabetio {background: #1f0d00;}
.bokacasinocom {background: #00002c;}
.zulabetcom {background: #E43633;}
.winotacom {background: #27051f;}
.betiniacom {background: #151515;}
.malinacasinocom {background: #361039;}
.cadabruscom {background: #53008E;}
.campobetcom {background: #18482F;}
.yoyocasinocom {background: #F9FBE9;}
.gamingclubcom {background: #000000;}
.jackpotcitycom {background: #2a062c;}
.spingalaxycom {background: #000034;}
.wikiluckcom {background: #ffffff;}
.verdecasinocom {background: #092411;}
.crystalcasinocom {background: #050505;}
.icecasinocom {background: #fafafa;}
.vulkanvegascom {background: #1930e0;}
.paradise8com {background: #000000;}
.cocoacasinocom {background: #dfbb8a;}
.thisisvegascom {background: #000000;}
.vortexcasinocom {background: #100a2c;}
.atmbetcom {background: #000000;}
.fantasticbetcom {background: #323b42;}
.heroibet {background: #000000;}
.oasislotocom {background: #000033;}
.cashpotcasinocom {background: #000000;}
.classyslotscom {background: #000000;}
.euromooncasinocom {background: #101b2c;}
.cashimashicom {background: #AD2388;}
.betoriginalcom {background: #343670;}
.juegaenlineacom {background: #030101;}
.scorpioncasino {background: #1b1c26;}
.b2xbetnet {background: #000000;}
._30betcom {background: #0166ff;}
.letoucom {background: #e2e2e2;}
.denderacasinocom {background: #22222A;}
.play2wincasinocom {background: #020912;}
.rockbetcom {background: #0F0E0F;}
._21grandcasinocom {background: #050505;}
.boombetcasino {background: #be202f;}
.traditioncasinocom {background: #4E443B;}
.gibsoncasinocom {background: #46602d;}
.crazywinnerscom {background: #241036;}
.vegasdayscom {background: #AB98AE;}
.casinofizcom {background: #00036B;}
.slotpowerscom {background: #01072b;}
.davincisgoldcom {background: #000000;}
.vegastomacaucom {background: #190637;}
.jubisecom {background: #401c0c;}
.casinobitcoincom {background: #f9b815;}
.desertnightscasinocom {background: #1d1d1d;}
.redstagcasinoeu {background: #e7e7e7;}
.slotscapitallv {background: #000000;}
.fairgocasinocom {background: #196B49;}
.ozwincasinocom {background: #000000;}
.sunmakercasinode {background: #092042;}
.frankfredcom {background: #3B1258;}
.netbetcom {background: #323642;}
.royalistplaycom {background: #283542;}
.zodiacbetcom {background: #110807;}
.ringmastercasinocom {background: #000000;}
.coolcatcasinocom {background: #f5f5f5;}
.prismcasinocom {background: #001551;}
.palaceofchancecom {background: #262525;}
.wildvegascasinocom {background: #1C1720;}
.allspinscom {background: #0a223d;}
.trinocasinocom {background: #060c2b;}
.casinosuperwinscom {background: #ff9600;}
.nordicasinocom {background: #21A2E7;}
.blackjackballroomcom {background: #303030;}
.cosmocasinocom {background: #021326;}
.grandmondialeu {background: #F4F4F4;}
.yukongoldcasino {background: #4b3618;}
.playerspalacecasinoeu {background: #640d02;}
.betbigdollarcom {background: #1C1C1C;}
.juicyvegascom {background: #001b04;}
.jupiterclubcom {background: #290227;}
.grandeaglecasinocom {background: #01082C;}
.jackpotwheelcom {background: #191919;}
.bitubetcom {background: #030F3E;}
.hopaslotsde {background: #171717;}
.hopacom {background: #000000;}
.casinotropezcom {background: #0C1F08;}
.titanpokercom {background: #1f1f1f;}
.titancasinocom {background: #1f1f1f;}
.lightscamerabingocom {background: #160023;}
.bigwinvegascom {background: #0B0A0E;}
.starslotscom {background: #252429;}
.ukonlineslotscom {background: #bb1e01;}
.paybymobilecasinocom {background: #000000;}
.bingoliciouscom {background: #ff9dce;}
.bingoirishcom {background: #FFFFFF;}
.twofatladiescouk {background: #B0E1F2;}
.clubloungecasinocom {background: #000000;}
.blacklabelcasinocom {background: #181818;}
.cashspinscasinocom {background: #0a0a0a;}
.majestyslotscom {background: #75379a;}
.redrosecasinocom {background: #fdff9c;}
.heapsowinscom {background: #060d43;}
.abigcandycom {background: #1a1c1e;}
.sector777com {background: #010101;}
.dafabetcom {background: #AD0000;}
.vbetcom {background: #150E1F;}
.avabetcom {background: #000000;}
.stsbet {background: #041728;}
.manbetxuk {background: #18181A;}
.ninbetcom {background: #333333;}
.pariscasinocom {background: #0c1729;}
.lejackpotcom {background: #22194d;}
.macaucasinocom {background: #cd0021;}
.francecasinocom {background: #186a6d;}
.vegaskasinocom {background: #000000;}
.slotgardcom {background: #61cbb7;}
.spinoversecom {background: #5e1598;}
.slotswincasinocom {background: #1c1c1c;}
.casinoextracardscom {background: #111111;}
.hiperwincom {background: #1c172b;}
.casinoextracom {background: #2b2b2b;}
.fatbossonlinecom {background: #000000;}
.monixbetcom {background: #15181d;}
.betzardcom {background: #0d0d0d;}
.corgislotcom {background: #210c63;}
.wintomatocom {background: #192a59;}
.betshopgr {background: #0055a5;}
.bonusblitzcom {background: #000000;}
.betanysportseu {background: #182566;}
.cryptolokocom {background: #0E5DB7;}
.luckylegendscom {background: #ffffff;}
.maximalwinscom {background: #FFFFFF;}
.winbetbg {background: #161A21;}
.superb1bet {background: #343638;}
.goldenbetcom {background: #000000;}
.mountgoldcom {background: #441152;}
.casinomegacom {background: #131333;}
.wonodd364com {background: #0a1a30;}
.jalilibetcom {background: #182447;}
.betbabacom {background: #202024;}
.mariacasinocom {background: #232333;}
.storspelarecom {background: #202020;}
.kolikkopelitcom {background: #0076a3;}
.winzio {background: #061527;}
.mbitcasinocom {background: #090F29;}
.mrplaycom {background: #0da4f9;}
.regentplaycom {background: #000000;}
.spinriocom {background: #fe7d01;}
.regentplayde {background: #000000;}
.mrplayde {background: #04a2f2;}
.cashcabincom {background: #0D448B;}
.jetbingocom {background: #0047b2;}
.bingolinercom {background: #0047b2;}
.bingocafecom {background: #663229;}
.highflyercasinocom {background: #6a154f;}
.needforspincom {background: #131635;}
.hugocasinocom {background: #231818;}
.azurcasino2com {background: #2f3032;}
.rubyvegascom {background: #1A1342;}
.banzaicasinocom {background: #fffaf9;}
.kaulanacasinocom {background: #320430;}
.dogechaincasino {background: #1f2831;}
.crazybitio {background: #272e3c;}
.terracasinoio {background: #010101;}
.spicyspinscom {background: #1d1b1c;}
._14redcom {background: #d82623;}
.slothivecom {background: #000000;}
.gambliicom {background: #EDEEF2;}
.jokersinocom {background: #171725;}
.slottiocom {background: #00173c;}
.gxmblecom {background: #161825;}
.palmcasino {background: #243436;}
.luckziecom {background: #edeef2;}
.casineiaco {background: #b5ff97;}
.stoiximangr {background: #0066cc;}
.robetanocom {background: #ff2a00;}
.betanocom {background: #EF4700;}
.brbetanocom {background: #ff6600;}
.zodiaccasino {background: #272727;}
.casinoactionit {background: #000000;}
.blackjackballroomcouk {background: #021326;}
.luxurycasinocom {background: #383639;}
.grandhotelcasinocouk {background: #2c2c2c;}
.we88myrcom {background: #000000;}
.we88thbcom {background: #000000;}
.bitcasinoio {background: #22033f;}
.we88id11com {background: #000000;}
.pokerstarscom {background: #000000;}
.pokerstarsmicom {background: #000000;}
.casinoeverygameeu {background: #252525;}
.stake7com {background: #191919;}
.j9cnbet {background: #25324b;}
.islotcom {background: #1d2227;}
.k8io {background: #1b2132;}
.j9com {background: #25324b;}
.k8casinoio {background: #1c2131;}
.slotsdreamerco {background: #0D0E39;}
.playersclubvipco {background: #000000;}
.bloodmooncasinoco {background: #6b1816;}
.legzocasino {background: #323661;}
.lasvegasusaeu {background: #01277D;}
.vegascasinoonlineeu {background: #011136;}
.sunpalacecasinocom {background: #03033A;}
.sunpalacecasinoeu {background: #030f40;}
.highcountrycasinocom {background: #330552;}
.luckyhippocasinoeu {background: #eb3223;}
.oldhavanacasinoeu {background: #011c05;}
.totalgoldcom {background: #070602;}
.costagamescom {background: #128ccd;}
.ricardoscasinonet {background: #0D081F;}
.azartzonacom {background: #000000;}
.xcasinocom {background: #323232;}
.grandcasinocom {background: #120f29;}
.goldengamecom {background: #000000;}
.bigazartcom {background: #000000;}
.coralcouk {background: #0061aa;}
.ladbrokescom {background: #f01e27;}
.betdaqcom {background: #660578;}
.galacasinocom {background: #222222;}
.galaspinscom {background: #2b3151;}
.payoutzcom {background: #23003e;}
.happyslotsio {background: #000000;}
.instawin {background: #000000;}
.spinzcom {background: #190d31;}
.wheelzcom {background: #1D0442;}
.chipzcom {background: #FFFFFF;}
.wildzcom {background: #402786;}
.hippodromeonlinecom {background: #1A1B1D;}
.dreambingocom {background: #0F5770;}
.betwaycom {background: #111111;}
.spincasinocom {background: #FFFFFF;}
.scratch2cashcom {background: #0B4FA2;}
.slotanzacom {background: #f46b66;}
.kaiserslotscom {background: #FFFFFF;}
.cashiopeiacom {background: #404041;}
.spindimensioncom {background: #101722;}
.slotostarscom {background: #1C1456;}
.islandreelscom {background: #0E2E57;}
.diamondreelscom {background: #141414;}
.lionslotscom {background: #171717;}
.platinumreelscom {background: #FFFFFF;}
.rabonacom {background: #BC1E39;}
.primaplayeu {background: #FFFFFF;}
.inetbeteu {background: #00173b;}
.ladyluckcasino {background: #000000;}
.redcherrycasino {background: #FFFFFF;}
.triplesevencasino {background: #333333;}
.casinoroyaldragoncom {background: #550504;}
.lucky31com {background: #1a1c23;}
.dublinbetcom {background: #1b4428;}
.casinoestrellacom {background: #00283c;}
.alexandercasinocom {background: #002e3c;}
.wunderinocom {background: #ffffff;}
.wolbetcom {background: #000000;}
.tumbetcom {background: #969696;}
.funbahiscom {background: #000000;}
._20betscom {background: #1b1b22;}
.mozzartbetcomsr {background: #0e1c42;}
.mozzartcom {background: #0f1d42;}
.casinomrgreencom {background: #18723c;}
.mrgreenlv {background: #18723c;}
.vegasisherecom {background: #220943;}
.vegaswildcom {background: #221f9c;}
.wsbettingcom {background: #000000;}
.vegasspinscom {background: #09041F;}
.yaybingocom {background: #773e82;}
.gossipbingocom {background: #fff8fc;}
.poshbingocouk {background: #0E0D0B;}
.betbtcio {background: #212b34;}
.casinomgacom {background: #113435;}
.cherryfiestacom {background: #0d0a27;}
.arescasinocom {background: #3e5984;}
.sbotopcom {background: #000000;}
.sportsbetiouk {background: #08121a;}
._12betuk {background: #000000;}
.tlcbetcouk {background: #131313;}
.kesportpesacom {background: #090e42;}
.slotmadnesscom {background: #4C2D04;}
.fantasticspinscom {background: #002956;}
.winzinocom {background: #044e70;}
.singbingocom {background: #024f61;}
._888ladiescom {background: #e2e2e2;}
.spinzillacom {background: #81d6f1;}
.eetonybetcom {background: #171717;}
.playbet7com {background: #121212;}
.goalbetcom {background: #1A202C;}
.kazansanacom {background: #000000;}
.slbetcom {background: #100434;}
.baysanslicom {background: #0d090a;}
.bcasinocomin {background: #262626;}
.galacticwinscom {background: #0d003c;}
.mrfortunecom {background: #271c24;}
.boocasinocom {background: #24062c;}
.interwettencom {background: #FFD000;}
.iwcasinocom {background: #fdd300;}
.wettenlivecom {background: #f6f6f6;}
.casinoskycom {background: #f6f6f6;}
.nolimitbetcom {background: #171e2c;}
.casitabicom {background: #234254;}
.boomcasinocom {background: #281230;}
.nolimitcasinocom {background: #2c2c2c;}
.casinouniversecom {background: #000000;}
.casiplaycom {background: #0e0936;}
.alphabookbetcom {background: #3b6552;}
.blablaspincom {background: #000000;}
.spinerocom {background: #151514;}
.winspiritcom {background: #4a06a5;}
.casinogalaxyio {background: #451094;}
.nordslotcom {background: #07030d;}
.casinokingdomeu {background: #1f1f1f;}
.partypokerde {background: #000000;}
.herakecom {background: #1c1c27;}
.instaspincom {background: #ffffff;}
.iluckicom {background: #1b222b;}
.ahtigamesde {background: #012aa6;}
.playingio {background: #1d1c21;}
.moonbetio {background: #02050d;}
.viperwincom {background: #060b26;}
.vegas2webcom {background: #000000;}
.freshcasino {background: #FFFFFF;}
.snatchcasinocom {background: #14212d;}
.lottolandat {background: #000000;}
.wunderinode {background: #42a5f4;}
.pnxbetio {background: #000000;}
.betssencom {background: #010101;}
._1x2bgocom {background: #282b3a;}
.scatterscom {background: #1e324d;}
.crazynocom {background: #45c0c4;}
.winparadisecom {background: #08031e;}
.anonymouscasinocom {background: #0F0E0E;}
.casoocom {background: #263963;}
.wwincom {background: #e2e2e2;}
.citobetcom {background: #7f871f;}
.winfestde {background: #202020;}
.luckydreamscom {background: #1A1E32;}
.thorcasinocom {background: #2C2D0F;}
.silverplaycom {background: #000000;}
.robet247com {background: #21272a;}
.aznbetcom {background: #144165;}
.ltcom {background: #f04e23;}
.millionpotcom {background: #8e1970;}
.magicwinsbe {background: #0A0A0A;}
.vegazcasinocom {background: #12446d;}
.casino1clubcom {background: #212c39;}
.jokerualand {background: #360e70;}
.freedomcasinocom {background: #d4212e;}
.rollingslotscom {background: #2a2d3c;}
.playatharrysco {background: #222222;}
.duobetzcom {background: #162226;}
.playamocom {background: #201600;}
.casinerxcom {background: #05123c;}
.windettacom {background: #0F0F0F;}
.stelariocom {background: #16103e;}
.casinonightcom {background: #09006d;}
.slotvcom {background: #303030;}
._7signscom {background: #ff6203;}
.lokicasinocom {background: #7965ab;}
.alexandracasinocom {background: #000000;}
.coinkingsio {background: #0c266e;}
.justcasinocom {background: #000000;}
.betsio {background: #000616;}
.freshbetcom {background: #1b1b22;}
.warxbetcom {background: #000000;}
.lanadascom {background: #424242;}
.lunubetcom {background: #000000;}
.betcakecom {background: #0f0e37;}
.bspinio {background: #0f092f;}
.zeusglorycom {background: #1c1e26;}
.damslotsco {background: #190947;}
.auslotscom {background: #f8bf0e;}
.hugewincom {background: #151515;}
.slotildaworldcom {background: #222423;}
.myempirecom {background: #3f2419;}
.goodmancasinocom {background: #0292c7;}
.crazeplaycom {background: #0A4D74;}
._88goalscom {background: #171717;}
.betstrocom {background: #141619;}
.rizkslotsde {background: #ef4137;}
.waxcasinoio {background: #000000;}
.eldoahio {background: #00224b;}
.blacklioncasinocom {background: #000000;}
.betandyoucom {background: #010101;}
.jackpotfrenzycom {background: #fafafa;}
.betabetcom {background: #0f1217;}
.cyberbingocom {background: #EDEDED;}
.jazzsportsag {background: #031323;}
._7kcasino {background: #000000;}
.plgbet {background: #000000;}
.flukyonecom {background: #1d2127;}
.lucyscasinocom {background: #8074c4;}
.luckyfoxio {background: #171523;}
.dundeeslotscom {background: #130814;}
.eloncasino {background: #000000;}
.dexterbetcom {background: #FFFFFF;}
.artcasinoio {background: #141642;}
.nagsbet {background: #000000;}
.winmasterscom {background: #c5c5c5;}
.casinobellocom {background: #24262b;}
.wantedwincom {background: #3f3329;}
.blackmagiccasinocom {background: #000000;}
.wizebetscom {background: #2b1134;}
.slotmonstercom {background: #44318d;}
.velobetcom {background: #000000;}
.slotsvilcom {background: #000000;}
.grandhotelcasinocom {background: #000000;}
.playlasvegascasinocom {background: #110f10;}
.luckscasinocom {background: #5c3676;}
.gambolsnet {background: #19482a;}
.highrollingcom {background: #1c1c1c;}
.sponsiobetcom {background: #131520;}
.primeslotsde {background: #000000;}
.campeonbetcom {background: #172630;}
.luckykongcom {background: #871f9f;}
._777onfirecom {background: #141414;}
.luckyhitcom {background: #78D7B9;}
.betfashiontvcom {background: #000000;}
.spinjocom {background: #111135;}
.coinslottycom {background: #1f2128;}
.unlimitcasinocom {background: #0a0138;}
.twicedicecom {background: #090216;}
.kimocasinocom {background: #0a0a0a;}
.onlineswisscasinosch {background: #ffffff;}
.casinonapolicom {background: #0C4C8C;}
.ardentecasinocom {background: #1a1a39;}
.jesterbetcom {background: #161616;}
.generationvipcom {background: #000000;}
.crownplaycom {background: #160f0c;}
.puntcasinocom {background: #011223;}
.africa365com {background: #1d1c21;}
.casinorexcom {background: #0e071b;}
.spiniacom {background: #152a3e;}
.blueleocom {background: #050928;}
.abocasinocom {background: #1a3a42;}
.chilli777com {background: #000000;}
.godbunnycom {background: #19002C;}
.primobetcom {background: #191923;}
.casinoivankacom {background: #0a0a0a;}
.frumzicom {background: #0B0834;}
.bizzocasinocom {background: #41294a;}
.euromaniasde {background: #000000;}
.gtcasinocom {background: #480604;}
.bcgame {background: #25262b;}
.betspinsio {background: #171717;}
.getslotscom {background: #232737;}
.jokercasinocom {background: #1f1514;}
.sunmakercom {background: #143A5C;}
.donbetcom {background: #000000;}
.inmerioncom {background: #08070d;}
.lopocacom {background: #0a0c0b;}
.quickbet {background: #ffffff;}
.parimatchwincom {background: #0a0a0a;}
.winsroyalcom {background: #020c10;}
.megaspielhallede {background: #3d3b3c;}
.woopwincom {background: #000000;}
.slingospielde {background: #000000;}
.wheelzgamesde {background: #412886;}
.crazyfoxcom {background: #000000;}
.i24slotscom {background: #2e2e2e;}
.garillacasinocom {background: #070912;}
.cuscocasinocom {background: #181e28;}
.bitcoincasinous {background: #000e23;}
.bluvegascom {background: #ecf7fd;}
._500casino {background: #262230;}
._24slotscom {background: #0C0E12;}
.yojucasino {background: #b3ee45;}
.schnellwettencom {background: #FFFFFF;}
.fezbetcom {background: #2d2d32;}
.democasino {background: #000000;}
.rebellioncasinocom {background: #39224a;}
.betcoinag {background: #8d3131;}
.playjangode {background: #2d8ac1;}
.olympiacasino {background: #212121;}
.cryptorushcom {background: #02071d;}
.lucky7evencom {background: #0e0e25;}
.wintopiacom {background: #08122c;}
.dbossescom {background: #0a0a0a;}
.fortunepandacom {background: #000000;}
.gamegramcom {background: #1a1a1a;}
.vinylcasinocom {background: #fff9ef;}
.rantcasinocom {background: #ab2622;}
.trustdicewin {background: #550476;}
.chipstarsbet {background: #121212;}
.mystinocom {background: #000000;}
._7betsio {background: #041426;}
.svenbetcom {background: #123e59;}
.bikinislotscom {background: #222430;}
.betsomniacom {background: #05081b;}
._1betcom {background: #21272a;}
.leonbet {background: #111316;}
.luckystario {background: #C6C6C6;}
.bitspinsio {background: #000000;}
.dbetcom {background: #232a3c;}
.stayluckycasinocom {background: #000000;}
.rollingslotscomde {background: #2a2d3c;}
.winlegendscom {background: #321e26;}
.wildzde {background: #412886;}
.playfinacom {background: #322c53;}
.casinoslotjarcom {background: #010000;}
.lafiestacasinocom {background: #439f46;}
.dashabetio {background: #000000;}
.orientxpresscasinocom {background: #191919;}
.casinoinfinitycom {background: #4c0761;}
.suprabetscom {background: #262626;}
.moonwincom {background: #1a1a1b;}
.adoniobetcom {background: #0f1929;}
.superbosscom {background: #16034f;}
.revolutioncasinocom {background: #050505;}
.betgrousecom {background: #13151d;}
.royalgamecom {background: #171717;}
.betcitynet {background: #161c36;}
.drueckglueckde {background: #008cd9;}
.hotbet {background: #000000;}
.splitacescasinocom {background: #17171e;}
.leetbitio {background: #0a0a0a;}
.cryptogamesio {background: #1C0F28;}
.dasistcasinocom {background: #545454;}
.rizzcasinocom {background: #161326;}
.nominicom {background: #6DD7ED;}
.cardinalcasinocom {background: #000000;}
.rollersio {background: #68c3d7;}
.veerbetcom {background: #000000;}
.treasurespinscom {background: #3d1518;}
.bitdreamscom {background: #26125d;}
.palmslotscom {background: #000000;}
.theclubhousecasinocom {background: #13151A;}
.time4betscom {background: #1e1e1e;}
.mrbitcasinode {background: #7195e3;}
.ice36de {background: #002538;}
.neptuneplaycom {background: #3084b8;}
.eurokingsclubde {background: #000000;}
.nitrospinscom {background: #131e46;}
._77xslotscom {background: #242f53;}
.tonybetcom {background: #2a2d32;}
.wunderwinscom {background: #490845;}
.goslotcom {background: #3D1BAB;}
.reloadbetcom {background: #FECC39;}
.toptallycom {background: #129F6C;}
.lunaslotsde {background: #0e111b;}
.playonwincom {background: #0c1222;}
.cleopatracasinocom {background: #000000;}
.spinmatchcom {background: #000000;}
.joker8com {background: #330c40;}
.metaspinscom {background: #121321;}
.ohmyzinocom {background: #26469d;}
.winscorecom {background: #131a2a;}
.divasluckcasinocom {background: #FCFAFD;}
.betriotcom {background: #ffffff;}
.dachbetcom {background: #F3F3F5;}
.casombiecom {background: #26016c;}
.vertbetcom {background: #000000;}
.flappycasinocom {background: #1e1f27;}
.stupidcasinocom {background: #154383;}
.solcasino {background: #312C2A;}
._2ariescom {background: #0e1d47;}
.willscasinocom {background: #FFFFFF;}
.rockwinio {background: #1c1d1f;}
.kaboombetcasino {background: #C01F2F;}
.solisbetcom {background: #1c1e22;}
.loftcasino {background: #1f1f21;}
.beemcasinocom {background: #442f74;}
.nonstopcasinoco {background: #ffffff;}
.jupicasinocom {background: #010D21;}
.spintropoliscom {background: #102545;}
.slotimocom {background: #11161C;}
.lottozonecom {background: #f5d75f;}
.betunlimcom {background: #202324;}
.qbetcom {background: #01734b;}
.dolfwincom {background: #bed9ea;}
.yallabet30com {background: #0c012b;}
.hot7casinocom {background: #b8c3e0;}
.highbetcom {background: #2C16D4;}
.emucasinocom {background: #000000;}
.circusbe {background: #FFFFFF;}
.betindicom {background: #3a2e6a;}
.spinangacom {background: #01565f;}
.qassinocom {background: #212227;}
.spinpiratecom {background: #ffffff;}
.casinochancom {background: #141414;}
.bingocom {background: #242424;}
._4kasinocom {background: #201543;}
.scatterhallcom {background: #442d08;}
.ohmyspinscom {background: #FCFCFC;}
.betandplaycom {background: #000000;}
.mrslotycom {background: #f4f4f4;}
.luckystartcom {background: #f6f7ff;}
.yugibetcom {background: #353742;}
.instaslotscom {background: #0f0712;}
.knightslotscom {background: #ffffff;}
.magicalspincom {background: #921A82;}
.houseofspinscom {background: #161616;}
.moviecasinocom {background: #ea1919;}
.neonixcasinocom {background: #1c1d28;}
.royalspinzcom {background: #6421a4;}
.dealbetco {background: #0d2735;}
.queenplaycom {background: #fffcf3;}
.eucasinocom {background: #006f9c;}
.cadoolacom {background: #62B4F3;}
.spacewincasinocom {background: #192246;}
.baocasinocom {background: #5a1999;}
.ivibetcom {background: #eef1f3;}
.playzillacom {background: #0b1a2c;}
.jetcasino {background: #304454;}
.sultanbetcom {background: #090909;}
.interwettende {background: #ffd300;}
.thunderpickcom {background: #222A34;}
.wildfortunecom {background: #382f59;}
.casinoniccom {background: #180919;}
.flipwagercom {background: #001e26;}
.dailyspinscom {background: #f2faff;}
.zplayfortunacom {background: #060606;}
.cbetgg {background: #121e26;}
.rougecasinocom {background: #180B0B;}
.gangstacasino {background: #010308;}
.betflipio {background: #c9cdd0;}
.cosmobetcom {background: #030303;}
.greenspinbet {background: #0b0e1e;}
.monrocasino {background: #f9f9f9;}
.bohocasinocom {background: #ffffff;}
.stargamesde {background: #0d0d0d;}
.topcgamecom {background: #000000;}
.ggbet {background: #14171E;}
.moolahversecom {background: #202a39;}
.betchancom {background: #000000;}
.galaxyspinscom {background: #101428;}
.crazyfortunecasinobet {background: #671114;}
.wildio {background: #FFFFFF;}
.kentcasino {background: #000000;}
.privecasinocom {background: #1a0e27;}
._888troncom {background: #000000;}
.vegadreamcom {background: #202020;}
.royalstarscasinocom {background: #110f14;}
.conquestadorcom {background: #0b1010;}
.yonibetcom {background: #37475a;}
.universalslotsnet {background: #000000;}
.levelupcasinocom {background: #0f0f0f;}
.bet365de {background: #02805b;}
.winsharkcom {background: #12151e;}
.screamcasinocom {background: #181a1f;}
.nashbetcom {background: #000000;}
.kikobetcom {background: #2255a4;}
.reelsofjoyio {background: #000000;}
.plazaroyalcom {background: #b6c0cc;}
.dollycasinocom {background: #050b0e;}
.crocoslotscom {background: #1e3f20;}
.gioocasinocom {background: #0d1421;}
.shambalacasinocom {background: #523513;}
.slotumcom {background: #4b367b;}
.betpandaio {background: #0b182a;}
.goldenlionbet {background: #131325;}
.mystakecom {background: #1c1c22;}
.spinsdeluxecom {background: #10182f;}
.millionariacom {background: #08061c;}
.onlineracecardsbet {background: #000000;}
.rtbetcom {background: #111111;}
.lukkicom {background: #1e489c;}
.lordluckyde {background: #232150;}
.bluechipio {background: #031A3A;}
.weltbetcom {background: #1E1E1E;}
.tuskcasinocom {background: #0B5536;}
.bingobongacom {background: #2f1b67;}
.jackiejackpotde {background: #344d79;}
.sugarcasinocom {background: #fbe8f7;}
.bitkingzcom {background: #232732;}
.spinrollzcom {background: #6a55e1;}
.powbetcom {background: #1F1D2F;}
.oceanbreezecasinocom {background: #1a1430;}
.excitewincom {background: #121316;}
.bookofcasinonet {background: #00152c;}
.betbordnet {background: #000000;}
.coinplaycom {background: #FAFBFD;}
.wagerinoxcom {background: #000000;}
._50crownscom {background: #0d492b;}
.cryptobetsportscom {background: #212121;}
.voltslotcom {background: #1A2432;}
.luckyelektracom {background: #800d29;}
.lucky10casinocom {background: #181241;}
.wazambacom {background: #001A3D;}
.turbocasinogg {background: #005cc1;}
.cobbercasinocom {background: #fff6ad;}
.livecasinoio {background: #191d33;}
.luckywinscom {background: #7c7c7c;}
.kascasino {background: #181a26;}
.netbetde {background: #262932;}
.wildtokyocom {background: #000000;}
.playspielothekde {background: #000000;}
.tsarscom {background: #7779f5;}
.betrophycom {background: #000000;}
.boomerangcasinocom {background: #18191d;}
.vegasmoosecom {background: #fcaa41;}
.masonslotscom {background: #07512f;}
.slotssafarico {background: #0c0e0d;}
.casinorocketcom {background: #3f1a61;}
.puzzlecasinocom {background: #1e2c37;}
.swapcasinocom {background: #0d1d29;}
.sportazacom {background: #05207b;}
.fgfoxcom {background: #7041C3;}
.bountycasinocom {background: #0892ec;}
.oneduncom {background: #011c38;}
.betfootcom {background: #030303;}
.vikingspincom {background: #ffffff;}
.parisvegasclubde {background: #000000;}
.theredlioncasinoco {background: #0a0a0a;}
.betchaincom {background: #202155;}
.driftcasinode {background: #131416;}
.casinadocom {background: #0c1222;}
.gamixvip {background: #32323e;}
._21bitcom {background: #05031A;}
._22betcom {background: #1e3235;}
.crashinocom {background: #140735;}
.lordpingde {background: #000000;}
.megacasinocom {background: #3D3C3C;}
.playmagicalcom {background: #010101;}
._1gocasino {background: #131313;}
.slotozencom {background: #329900;}
.tornadobetcom {background: #091624;}
.casinomatecom {background: #0D4E36;}
.mrxbetcom {background: #000000;}
.coinsgame {background: #0D1720;}
.casinolycom {background: #1E1E1E;}
.tombrichescom {background: #0c1319;}
.zoomecasino {background: #0d0612;}
.slotsgallerycom {background: #11051b;}
.svenplaycom {background: #062F64;}
.casinon1betcom {background: #181e26;}
.johnvegascasinocom {background: #17132a;}
.vespercasinocom {background: #031119;}
.casobetcom {background: #212435;}
.princealicasino {background: #0D0957;}
.dripcasino {background: #222525;}
.betolimpcom {background: #cc222b;}
.jackpotgurucom {background: #FFFFFF;}
.vavecom {background: #303a43;}
.greatwincom {background: #ffffff;}
.dreamzcom {background: #7a0ff4;}
.winningdayscom {background: #F5F7FE;}
.winnycom {background: #111418;}
.mhmcasinocom {background: #0a0a0a;}
.winsmaniacom {background: #010101;}
.posidocom {background: #003a88;}
.slotattackcom {background: #000000;}
.selectorgg {background: #1c2028;}
.spinbet {background: #090c1f;}
.luckymeslotsde {background: #000000;}
.boaboacom {background: #28b144;}
._21betshopcom {background: #0020ff;}
.zinkracom {background: #B2F2FF;}
.cryptobosscasinocom {background: #1a0f3d;}
.joocasinocom {background: #000000;}
.mamamiabingocom {background: #62476d;}
.winawincom {background: #424242;}
.hellspincom {background: #181E29;}
.run4wincom {background: #000000;}
.unislotscom {background: #040308;}
.titanbetcom {background: #008fc3;}
.n1casinocom {background: #494949;}
.luckynikide {background: #10172a;}
._44acescom {background: #000000;}
.bettargetcom {background: #051c4f;}
.potsofgoldcom {background: #12410B;}
.playouwincom {background: #0b004d;}
.whamoocom {background: #FFDC19;}
.colosseumcasinocom {background: #303030;}
.quickwincom {background: #1b1f2b;}
.neon54com {background: #a7f1e8;}
.cazimbocom {background: #0447e2;}
.frankcasinocomde {background: #171b24;}
.monsinocom {background: #220a2f;}
.onluckcom {background: #000616;}
.slottojamcom {background: #ff7a97;}
._1redcom {background: #212121;}
.spinfevercom {background: #151822;}
.shleovegasdedesh {background: #ff8218;}
.librabetcom {background: #101013;}
.simbagamesde {background: #000000;}
.megadicecom {background: #0e212f;}
.biamobet {background: #1a1a1a;}
.axecasinocom {background: #0a182e;}
.dazzlecasinocom {background: #175259;}
.rollxocom {background: #191927;}
.slotsinc {background: #131a2c;}
.slotsminescom {background: #1a1a22;}
.bitvegasio {background: #16181d;}
.zotabetcom {background: #12153f;}
.stardacasino {background: #020305;}
.slotmagiede {background: #000000;}
.luckykoalacom {background: #410974;}
.fightclubcasinocom {background: #181818;}
.zanzibetcom {background: #000000;}
.sonsofslotscom {background: #000000;}
.rakoocasinocom {background: #171b24;}
.betbeastcom {background: #ffffff;}
.happyhugocasinocom {background: #ffffff;}
.rickycasinocom {background: #120612;}
.rocketplaycom {background: #000000;}
.cashalotbet {background: #20273B;}
.houseofspadescom {background: #030402;}
.ttcasinoio {background: #2f3e4a;}
._888casinocom {background: #000000;}
.darecasino {background: #0d182d;}
.vegaswinnerde {background: #000000;}
.luckyvegasde {background: #24315e;}
.gudarcasinocom {background: #001C4C;}
.burancasinocom {background: #232B38;}
.olympusbetcom {background: #000000;}
.europacasinocom {background: #0a3967;}
.mobilebetcom {background: #040301;}
.spinchcom {background: #171717;}
.tipicode {background: #e2e2e2;}
.casinotogethercom {background: #070615;}
.exclusivebetcom {background: #191919;}
.griffoncasinocom {background: #0a1024;}
.primebetzcom {background: #1a2c38;}
.alfcasinocom {background: #210a36;}
.touchcasinocom {background: #3D2C3E;}
.x7casinocom {background: #140d15;}
.kaiserslotsde {background: #000000;}
.wildtornadocasino {background: #0f111b;}
.hazcasinocom {background: #30165a;}
.mrvegascasinocom {background: #0e0e0e;}
.ninlaycom {background: #001420;}
.partyslotsde {background: #201551;}
.slot10com {background: #191919;}
.jackbitcom {background: #21383A;}
.neospincom {background: #23242b;}
.syndicatecasino {background: #202430;}
.lightningcasinoio {background: #23006a;}
.jeetcitycom {background: #010203;}
.bdmbetcom {background: #32043a;}
.sgcasinocom {background: #ffffff;}
.pafbetlv {background: #333333;}
.dazardcom {background: #0a0433;}
.viggoslotscom {background: #081f3c;}
.talismaniacom {background: #0a0a0a;}
.spacelillycom {background: #151515;}
.primecasinocom {background: #021703;}
.bobcasinocom {background: #4a3323;}
.playlivecom {background: #000000;}
.lapilanderscom {background: #091929;}
._20betcom {background: #000000;}
.betnoxcom {background: #141414;}
.luckyheroescom {background: #10181b;}
.wildpharaocom {background: #000000;}
.spinupcasinocom {background: #151D31;}
.zeuswincom {background: #161541;}
.bacanaplayde {background: #ff4b00;}
.joyacasino {background: #161e2c;}
.casinokakaducom {background: #071947;}
.extravegascom {background: #3f1a12;}
._7bitcasinocom {background: #121117;}
.spinsoncom {background: #19184D;}
.brunocasinocom {background: #1f214f;}
.casinobuckcom {background: #181818;}
.nevadawincom {background: #4e050f;}
.gamesbitcoincom {background: #11151d;}
.luckythrillzcom {background: #000000;}
.pledoocom {background: #2389ef;}
.betlivecasinocom {background: #0c121e;}
.spinariumcom {background: #212227;}
.dude2bet {background: #000000;}
.bitwincom {background: #161922;}
.megaslotio {background: #f9fe00;}
.lordspincom {background: #353535;}
.betmastercom {background: #404765;}
.ovitoonscasinocom {background: #8e0001;}
.angliabetcom {background: #2944aa;}
.casinojaxcom {background: #1F1F32;}
.pribetcom {background: #000000;}
.drueckglueckcom {background: #ecf4f8;}
.acedbetcom {background: #010101;}
.zetcasinocom {background: #0e0e0e;}
.vasycasinocom {background: #1c1006;}
.novajackpotcom {background: #090816;}
.jessiegoldcom {background: #181a1f;}
.luckyjunglecom {background: #232705;}
.queenvegasde {background: #f1ddc0;}
.playkasinocom {background: #470787;}
.voodoocasino {background: #1f1f27;}
.wcasinoonlinenet {background: #303030;}
.babecasino {background: #010001;}
.richprizecom {background: #1c222d;}
.casiniacom {background: #1A3730;}
.grandwincom {background: #37363d;}
.bonanzagamecom {background: #070707;}
.greenplaycom {background: #01402a;}
.gorillawinscom {background: #1a1a1a;}
.mrmegacom {background: #ffffff;}
._4crownscasinocom {background: #031334;}
.readycasinocom {background: #180634;}
.arlequincasinocom {background: #7260f2;}
.bigwincasino {background: #222222;}
.astrajamcom {background: #180e4c;}
.magicalspinscom {background: #941b84;}
.betibetcom {background: #212121;}
.rollettocom {background: #dbdbdb;}
.woocasinocom {background: #131521;}
.jambocasinocom {background: #32383d;}
.tigerspinde {background: #24262b;}
.depositwincom {background: #1a2e40;}
.osiriscasinocom {background: #21201e;}
.betstormcom {background: #0a0a0a;}
.hejgocom {background: #ece2ed;}
.pirateplaycom {background: #000000;}
.iwonvegascom {background: #000001;}
.emirbetcom {background: #6d6d6d;}
.sirwincom {background: #01bd78;}
.izzicasinocom {background: #14141E;}
.roosterbet {background: #1a1a21;}
.oshiio {background: #282828;}
.cosmicslotcasino {background: #080a40;}
.zazacasino {background: #001B2D;}
.n1betcasino {background: #0f0f14;}
.nightrushcasino {background: #1c163e;}
._21privecasino {background: #2f3438;}
.wildzcasino {background: #412786;}
.spiniacasino {background: #f8fbfb;}
.swiftcasino {background: #333333;}
.winningdayscasino {background: #f4f6fe;}
.rocketpotcasino {background: #2d2834;}
.joocasino {background: #141b34;}
.hazcasino {background: #2e0b5a;}
.crazeplaycasino {background: #0d4e76;}
.wildtokyocasino {background: #bbbbbb;}
.spincasino {background: #fffFFF;}
.caxinocasino {background: #ff0f63;}
.playojocasino {background: #27275f;}
.casumocasino {background: #0cd0cd;}
.justspincasino {background: #FFEB00;}
.voodoodreamscasino {background: #161616;}
.dundercasino {background: #000000;}
.videoslotscasino {background: #000000;}
.slotwolfcasino {background: #1D2F60;}
.vegazcasino {background: #10436d;}
.casinorocket {background: #3b035e;}
.kryptosinocasino {background: #0f172a;}
.turbicocasino {background: #351c48;}
.genesiscasino {background: #070920;}
._888casino {background: #171717;}
.rabonacasino {background: #0C1221;}
.depositwincasino {background: #1a2e40;}
.cryptoleocasino {background: #0f152c;}
._21bitcasino {background: #07041C;}
.betsiocasino {background: #000616;}
.bitbet24casino {background: #080d18;}
.bizzocasino {background: #2b1234;}
.blizzcasino {background: #040f46;}
.fortunepandacasino {background: #000000;}
.hellspincasino {background: #05071a;}
.horuscasino {background: #202020;}
.justbitcasino {background: #0c1028;}
.needforspincasino {background: #131635;}
.playfinacasino {background: #211d38;}
.sgcasino {background: #2a2d87;}
.vavecasino {background: #2d3b45;}
.wolfycasino {background: #f5f5f5;}
.wazambacasino {background: #7824B6;}
.luckynikicasino {background: #000000;}
.mystinocasino {background: #ffffff;}
.bcgamecasino {background: #24262B;}
.verajohncasino {background: #006997;}
.bitkingzcasino {background: #1c1e2a;}
.betfaircasino {background: #ffb80c;}
.hulaspinscasino {background: #753f23;}
.slotmachinecasino {background: #040566;}
.divineslotscasino {background: #ff7206;}
.sunnywinscasino {background: #282828;}
.slotsjunglecasino {background: #474d52;}
.oreelscasino {background: #211906;}
.plushcasino {background: #0d0e10;}
.jackpotslotcasino {background: #663dc8;}
.bogofbingocasino {background: #e2e2e2;}
.slotstrikecasino {background: #171628;}
.hotstreakslots {background: #000000;}
.slotstercasino {background: #2b3245;}
.jackpotmollycasino {background: #274654;}
.vipbetcasino {background: #000000;}
.vegaswinscasino {background: #150726;}
.spinslotscasino {background: #e7e8e9;}
.touchluckycasino {background: #640099;}
.mangospinscasino {background: #484848;}
.mayfaircasino {background: #0e1778;}
.redspinscasino {background: #200b10;}
.slottyslots {background: #1d1e22;}
.casinoroo {background: #00ffb2;}
.chelseapalacecasino {background: #090909;}
.spinzcasino {background: #190d31;}
.playukcasino {background: #172054;}
.jackpotmobilecasino {background: #202136;}
.royalbetscasino {background: #000000;}
.fruitywinscasino {background: #680606;}
.rizkcasinode {background: #ef4137;}
.gutsxpress {background: #2b232e;}
.kaboocasino {background: #192030;}
.gutscasino {background: #f7f7f7;}
.thrillscasino {background: #007fff;}
.rizkcasino {background: #ef4136;}
.blackjackballroomuk {background: #303030;}
.ukcasinoclubuk {background: #1e1e20;}
.grandhotelcasinouk {background: #2c2c2c;}
.cosmocasino {background: #000c24;}
.luxurycasino {background: #060709;}
.bingostarscasino {background: #f8f8fd;}
.betukcasino {background: #1c3e59;}
.slotboss {background: #044048;}
.gogocasino {background: #f6ba00;}
.betmgm {background: #000000;}
.expektcasino {background: #ff7000;}
._21coukcasino {background: #010101;}
.royalpandacasino {background: #020200;}
.pinkcasino {background: #f7669f;}
.leovegascasino {background: #94362c;}
.fortunefiestacom {background: #00b588;}
.loveheartsbingocom {background: #f7e198;}
.bumblebingocom {background: #f7a0a8;}
.loadsabingocom {background: #ffc501;}
.katiesbingocom {background: #b551ab;}
.duckduckbingocom {background: #feffd3;}
.polobingocom {background: #ba0c3f;}
.livebingocom {background: #a40b7f;}
.zoesbingocom {background: #c7e1df;}
.cobaltkingscom {background: #2a2e77;}
.starwinscouk {background: #010037;}
.aladdinslotscom {background: #f7a800;}
.potsofslotscom {background: #00830f;}
.winbritishcom {background: #111017;}
.umbingocom {background: #98d3f1;}
.lootcasinocom {background: #5984b1;}
.pinkrichescouk {background: #e2e2e2;}
.allstargamescouk {background: #3a1050;}
.luckytouchbingocom {background: #345bc2;}
.lucycasinocom {background: #13001c;}
.newonlineslotscouk {background: #000000;}
.irishwinscouk {background: #0e4406;}
.pinballslotscouk {background: #0c447d;}
.bjsgamescouk {background: #680019;}
.targetslotscom {background: #110821;}
.freespinsnodepositcasino {background: #000000;}
.mrwolfslotscom {background: #262626;}
.carltonbingocom {background: #409eff;}
.charitybingocom {background: #e0f8f8;}
.moneyreelscom {background: #22065b;}
.ladylovebingocom {background: #86021a;}
.luckyslots7com {background: #160203;}
.hulaspinscom {background: #753f23;}
.swankybingocom {background: #0b0802;}
.latecasinocom {background: #050713;}
.isleofwinscom {background: #00394a;}
.lionwinscom {background: #000000;}
.prettyslotscom {background: #09224a;}
.mirrorbingocom {background: #ec0202;}
.stereospinscom {background: #391e7f;}
.amigoslotscom {background: #de5d3b;}
.vikingbingocom {background: #14151a;}
.jupiterslotscom {background: #40c880;}
.freebetcasino {background: #000000;}
.rocketslotscouk {background: #040f2f;}
.slotgamescouk {background: #a9277f;}
.spinhillcom {background: #007add;}
.fortunegamescom {background: #16ae16;}
.onlinebingoco {background: #000000;}
.slotsukco {background: #000000;}
.slots52com {background: #541867;}
.flogitbingocom {background: #008bac;}
.crystalslotscom {background: #111625;}
.slotskingdomcouk {background: #0085b2;}
.ukslotgamescom {background: #9f233f;}
.incrediblespinscouk {background: #141414;}
.teatimebingocouk {background: #00bab9;}
.simbaslotscom {background: #1f090f;}
.jackpotwishcom {background: #0d080c;}
.thesunplaycouk {background: #e10613;}
.expresswinscouk {background: #011d46;}
.spyslotscom {background: #000000;}
.bezycouk {background: #0eaac1;}
.carltongamescom {background: #262427;}
.copslotscom {background: #0c0e3f;}
.greatbritaincasinocom {background: #f92824;}
.avengerslotscom {background: #2a2a2a;}
.giantwinscom {background: #083976;}
.yourfavoritecasinocom {background: #f6f6f6;}
.junglereelscom {background: #5a493f;}
.somanyslotscom {background: #0f4f8d;}
.multivictoryslotscom {background: #2b2a28;}
.balmybingocom {background: #4492e1;}
.atlantiswinscom {background: #01010d;}
.aceonlinecasinocouk {background: #24272c;}
.onlineslotsukcom {background: #003c80;}
.topdogslotscom {background: #001b42;}
.fluffyspinscom {background: #eb5c8a;}
.slotshackcouk {background: #c1f5fd;}
.feverslotscom {background: #6d25b5;}
.spacewinscom {background: #3a0067;}
.thorslotscom {background: #000001;}
.slotsracercom {background: #050521;}
.eaglespinscom {background: #fcdfb4;}
.clovercasinocom {background: #0c2609;}
.roseslotscom {background: #fdb209;}
.royalspinscom {background: #000000;}
.volcanobingocouk {background: #2c3144;}
.onlinebingocom {background: #622080;}
.pirateslotscom {background: #27163c;}
.crushwinscom {background: #064875;}
.doveslotscom {background: #0f3c91;}
.wolfspinscom {background: #000000;}
.bonanzaslotscouk {background: #000000;}
.bitesizebingocom {background: #f7eafb;}
.egyptslotscom {background: #7a2101;}
.rocketbingocouk {background: #293156;}
.londonjackpotscom {background: #050505;}
.feverbingocom {background: #6ac2e8;}
.divineslotscom {background: #ff7206;}
.deliciousslotscom {background: #729ef7;}
.prettywinscom {background: #ff9bc5;}
.welldoneslotscom {background: #f83d1e;}
.showreelbingocom {background: #fa63c3;}
.stargazebingocom {background: #070707;}
.cheekycasinocom {background: #ffdd93;}
.litwinscouk {background: #504cff;}
.bingoclubhousecom {background: #fae39f;}
.buddyslotscom {background: #021033;}
.bingoflingcom {background: #ca2efe;}
.easyslotscom {background: #c54808;}
.aztecwinscom {background: #0d727a;}
.slotmachinecouk {background: #040566;}
.slotsbreakcom {background: #e2e2e2;}
.club3000bingocom {background: #291741;}
.immortalwinscom {background: #0a0a0a;}
.spicebingocouk {background: #018ff5;}
.slotsanimalcom {background: #ffc937;}
.fairgroundslotscom {background: #da9cf1;}
.crazykingcasinocom {background: #74489f;}
.gothamslotscom {background: #26323e;}
.mysterywinscom {background: #eed5b7;}
.britainplaycouk {background: #012169;}
.wildwestwinscom {background: #cb3617;}
.shipleyslotscom {background: #110060;}
.buffalospinscom {background: #0d0000;}
.zeusbingocom {background: #56a1bd;}
.luckycowbingocom {background: #811fcc;}
.bingogames {background: #070943;}
.onlinecasinolondoncom {background: #fd1527;}
.lollipopbingocom {background: #33f5ff;}
.caspergamescom {background: #45b6d7;}
.daisyslotscom {background: #d0f3f3;}
.dovebingocom {background: #002b53;}
.barbadosbingocom {background: #282828;}
.primescratchcardscouk {background: #686868;}
.primeslotscouk {background: #afb70a;}
.lordpingcouk {background: #000000;}
.ice36couk {background: #002437;}
.simbagamescouk {background: #610c35;}
.luckymeslotscouk {background: #e2e2e2;}
.casinoactioncouk {background: #000000;}
.blackspinscom {background: #2b1f56;}
.bingostreetcom {background: #95d8e8;}
.monavipcasinocom {background: #003513;}
.sugarbingocom {background: #16c0fd;}
.stakeukcom {background: #172135;}
.majesticbingocom {background: #41133a;}
.bgtgamescom {background: #152f84;}
._123spinscom {background: #211829;}
.newspinscouk {background: #0188e1;}
.sunnywinscom {background: #282828;}
.friendscasinocom {background: #1d1630;}
.onespincasinocom {background: #43454a;}
.casinolottonet {background: #040404;}
.madamrichescom {background: #ad0b23;}
._777cherrycom {background: #404b56;}
.alohaslotscom {background: #e2e2e2;}
.parimatchin {background: #000000;}
.lazerlightbingocom {background: #191543;}
.quartzcasinocouk {background: #000c3c;}
.bingoextracom {background: #fff5de;}
.chitchatbingocouk {background: #941076;}
.admiralro {background: #002454;}
.slotzillacouk {background: #2d376c;}
.cloverbingocom {background: #a6e3f6;}
.rainbowspinscom {background: #4287c8;}
.dovecasinocom {background: #ff4960;}
.winwindsorcom {background: #0a101e;}
.elfslotscom {background: #320019;}
.bingozinocom {background: #1f5586;}
.rubyrichescouk {background: #222222;}
.skypokercom {background: #000000;}
.bingoirelandcom {background: #ebf5ff;}
.millionairecouk {background: #000e3b;}
.skybetcom {background: #000000;}
.monstercasinocouk {background: #0185da;}
.allwinscasinocom {background: #f3a733;}
.winkbingocom {background: #4a4542;}
.playmillioncouk {background: #066585;}
.millionairegamescom {background: #082a57;}
.slotsitesukcouk {background: #000000;}
.casharcadecom {background: #0c0028;}
.bigthunderslotscom {background: #262068;}
.dailyrecordbingocom {background: #232626;}
.cheersbingocom {background: #984ed7;}
.onceuponabingocom {background: #cbe4e1;}
.wewantbingocom {background: #02d4f9;}
.bingohollywoodcom {background: #1c0001;}
.jonnyjackpotcom {background: #1e2a38;}
.prizelandbingocom {background: #000000;}
.foxygamescom {background: #283071;}
.nuttybingocom {background: #f24070;}
.tastybingocom {background: #97eee8;}
.lordofthespinscom {background: #fb9313;}
.bucksempirecom {background: #000000;}
.irishspinscom {background: #023315;}
.britainbetcom {background: #040e1e;}
.quatrocasinocouk {background: #1f1f1f;}
.slotsjunglecom {background: #474d52;}
.maxvegascom {background: #080a37;}
.slotsvillacom {background: #05221d;}
.slotsbabycom {background: #b103c2;}
.matchupcasinocom {background: #4b144f;}
.gooddayslotscom {background: #3f4b87;}
.luckynikicouk {background: #0c0408;}
.cherrywinscom {background: #e2e2e2;}
.chatmagbingocom {background: #ea372e;}
.vbetuacom {background: #000000;}
.bigmoneyscratchcom {background: #7390ae;}
.ladyluckscouk {background: #0ba9e6;}
.slotsmillioncom {background: #222632;}
.strictlycashcouk {background: #000000;}
.slotsofdoshcom {background: #000000;}
.lakepalacecom {background: #212429;}
.casinograndbaycom {background: #001638;}
.jackpokercom {background: #010101;}
.jackcasinocom {background: #000000;}
.westcasinocom {background: #6f5efc;}
.casinoofdreamscom {background: #0b233f;}
.wickedjackpotscom {background: #060e1f;}
.queenvegascouk {background: #ba4939;}
.swiftcasinocom {background: #1d1d1d;}
.bidbingocouk {background: #f2f2f2;}
.casinoeaglescom {background: #800020;}
.cresusplaycom {background: #0a2ecb;}
.betoddsag {background: #1e2738;}
.nextbetcom {background: #003c79;}
.casinojamboreecom {background: #020b00;}
.dafa888com {background: #cb0101;}
.reddogcasinocom {background: #f71122;}
.lasatlantiscom {background: #3678b1;}
.elroyalecasinocom {background: #c502be;}
.aussieplaycom {background: #44281d;}
.slotsempirecom {background: #171719;}
.okbingocouk {background: #b70000;}
.paybymobileslotscom {background: #000000;}
.genierichescom {background: #00000a;}
.funcasinocom {background: #011927;}
.bootybingocom {background: #4ed7f9;}
.neonbingocom {background: #000000;}
.vegaslandcom {background: #ffe6c1;}
.quartzcasinocom {background: #140b4e;}
.bingobarmycom {background: #ffdf46;}
.ukbingonet {background: #0fb1dc;}
.almabetcom {background: #010101;}
.betoongacom {background: #123a22;}
.skycasinocom {background: #1b1b1b;}
.skyvegascom {background: #680500;}
.skybingocom {background: #0a0023;}
.casinoluckcom {background: #010103;}
.redcasinocom {background: #3a3d49;}
.costabingocom {background: #0084ff;}
.xlcasinocom {background: #230137;}
.bingodiamondcom {background: #850037;}
.woollybingocom {background: #7adff1;}
.casinodayscom {background: #383047;}
.bigboostcom {background: #ff162c;}
.luckyspinscom {background: #2f2f2f;}
.buustikasinocom {background: #012f6b;}
.villentocouk {background: #850002;}
.poundslotscom {background: #020202;}
.betneptunecom {background: #171b40;}
.winslycom {background: #090909;}
.madrushcom {background: #eb0e5f;}
.sugarspinscom {background: #d24de6;}
.onpointbingocom {background: #e2e2e2;}
.welcomeslotscom {background: #483964;}
.charmingbingocouk {background: #54015b;}
.freespiritbingocom {background: #f6a4e2;}
.slotsgoldcouk {background: #0f6075;}
.redkingscouk {background: #070707;}
.belgraviacasinocom {background: #000000;}
.tombolaarcadecouk {background: #00bcad;}
.casilandocom {background: #f43544;}
.sailorbingocom {background: #5f0548;}
.jeffbetcom {background: #023a71;}
.jazzyspinscom {background: #100235;}
.fruitykingcouk {background: #03a6cf;}
.hellocasinocom {background: #222222;}
.betarnocom {background: #121828;}
.buckybingocouk {background: #0f022d;}
.dublinwinscom {background: #011b02;}
.vegaswinnercouk {background: #0170a8;}
.mainstagebingocom {background: #58b2db;}
.butterflybingocom {background: #7290fe;}
.sinspinscom {background: #0c0c0c;}
.slotranchcom {background: #411600;}
.refuelcasinocom {background: #f72626;}
.winziecom {background: #18006f;}
.richyfishcom {background: #1e4378;}
.jammyjack777com {background: #220744;}
.slotsmusecom {background: #023817;}
.bk8com {background: #034ea1;}
.amokcasinocom {background: #9b0000;}
.slotablecom {background: #0c0c3c;}
.lotterycasinonet {background: #072d65;}
.chelseapalacecom {background: #090909;}
.zebrawinscom {background: #222222;}
.wintokensio {background: #24262b;}
.katsuwinio {background: #000000;}
.jokabetcom {background: #13151f;}
.solarspinscom {background: #00182c;}
.sohocasinocom {background: #000000;}
.winlandiacouk {background: #080731;}
.casinogamebookerscom {background: #464648;}
.monkeycasinocom {background: #373236;}
.casinomrgreencomengb {background: #17713b;}
.slotsmagiccom {background: #3a0e38;}
.calibryorg {background: #0e0d1f;}
.roxcasinocom {background: #1a1a1a;}
.casinoluckcomuk {background: #f15524;}
.magnumbetro {background: #a92420;}
.cashpotro {background: #1e0f29;}
.princesscasinoro {background: #000000;}
.sunnycasinocom {background: #005069;}
.eclipsecasinocom {background: #060e1b;}
.bovegascom {background: #101010;}
.tropicslotscom {background: #006137;}
.goldenmistercom {background: #001553;}
.libraspinscom {background: #07112d;}
.wizslotscom {background: #FFFFFF;}
.olympusplaycom {background: #0a0a0a;}
.nordiscasinocom {background: #111111;}
.sellatuparleycom {background: #000000;}
.playhubcasinocom {background: #1b1f22;}
.hustlescasinocom {background: #222426;}
.gododdscom {background: #222426;}
.betswaggercom {background: #232426;}
.candyshopbingocom {background: #d9589d;}
.reelislandcom {background: #0a4155;}
.captainspinscom {background: #01002a;}
._21privecom {background: #2f3438;}
.zodiaccasinocouk {background: #272727;}
.vegaskingscasinocom {background: #220a44;}
.rouletteukcouk {background: #010101;}
.foxybingocom {background: #01396a;}
.yakocasinocom {background: #510d86;}
.slotluxcom {background: #222222;}
.casinokingscom {background: #2f2a31;}
.luckybarcasinocom {background: #000000;}
.gloriousbingocom {background: #c1e5ff;}
.spectrabingocom {background: #d0e0f9;}
.hippobingocom {background: #4f93e8;}
.casino442com {background: #010101;}
.womansownbingocouk {background: #00b4bd;}
.qualitybingocom {background: #0181fa;}
.auntbevscom {background: #79f4bb;}
.givebackbingocom {background: #f5417b;}
.ladyrichescom {background: #d20001;}
.divawinscom {background: #000000;}
.luckywheelbingocom {background: #6c8582;}
.freespinsbingocouk {background: #00dce9;}
.mobilecasino888com {background: #0e55b0;}
.vegasnightio {background: #18181b;}
.mrbigwinscom {background: #000000;}
.mrslotcom {background: #583575;}
.time2spincom {background: #1f2128;}
.casiwavecom {background: #c64cfc;}
.cozinocom {background: #c6ad8e;}
.voozazacom {background: #19152c;}
.gameslotterycouk {background: #0158a2;}
.comicplaycasinocom {background: #0c0c0c;}
.winportcasinocom {background: #100a26;}
.comicplayjoincom {background: #416f10;}
.highwaycasinocom {background: #14030d;}
.sportpesauk {background: #090e42;}
.winissimocom {background: #071019;}
.dukescasinocom {background: #000000;}
.mrsuperplaycom {background: #363636;}
.betnetocom {background: #000000;}
.metalcasinocomde {background: #1a1918;}
.casimpocom {background: #097fc9;}
.trendiebingocom {background: #140114;}
.playtorocom {background: #002c4c;}
.placebetcouk {background: #000000;}
.casimboocom {background: #122833;}
.stakecom {background: #1a2c38;}
.slo7scom {background: #091732;}
.tradacasinocom {background: #181818;}
.glitterbingocom {background: #450058;}
.bubblebonusbingocom {background: #42befe;}
.casinocasinocom {background: #1c1c1c;}
.hypercasinocom {background: #020001;}
.slotsmagiccouk {background: #37042d;}
.casinoirishlotterycom {background: #ff9a00;}
.pocketcasinoeu {background: #081005;}
.bigbenslotscouk {background: #001c59;}
.supermegafluffyrainbowvegasjackpotcasinocom {background: #320057;}
.wizardslotscom {background: #0d1430;}
.playleoncom {background: #191919;}
.wtgbingocom {background: #c5edfa;}
.jaakcasinocom {background: #16220c;}
._21casinocom {background: #111016;}
.vegasmobilecasinocouk {background: #0e0906;}
.slotsukcouk {background: #011b34;}
.betdukescom {background: #000000;}
.loyalslotscom {background: #000000;}
.vipspinscom {background: #000000;}
._777tigerscom {background: #272727;}
.mobilemillionscouk {background: #000000;}
._888bingocom {background: #000000;}
.privewincom {background: #394263;}
.luckywinslotscom {background: #000000;}
.mobilewinscouk {background: #2f343a;}
.luckylouiscom {background: #205eb3;}
.ahtigamescom {background: #032ea1;}
.vegasparadisecom {background: #0f0f0f;}
.vipbetcom {background: #000000;}
.fortunefrenzycouk {background: #ffc400;}
.vegaswinscouk {background: #150726;}
.casinoslotsitecom {background: #1a1f2f;}
.bbcasinocom {background: #000000;}
.mangospinscom {background: #484848;}
.jackpotmobilecasinocouk {background: #202136;}
.mrrexcom {background: #ff6501;}
.barbadoscasinocom {background: #93baf3;}
._345spinscom {background: #00243e;}
.slotstotocom {background: #3c3d3d;}
.spinzwincom {background: #001f34;}
.mrmobicom {background: #f04b38;}
.royalzeecom {background: #6f063e;}
.playojocom {background: #6536b2;}
.vipslotclub {background: #1c202a;}
.inetbetcom {background: #0d1d02;}
.gameseuromillionscom {background: #18488d;}
.potsofluckcom {background: #0b573e;}
.loonybingocom {background: #b3144a;}
.slotstarscom {background: #366cdb;}
.luckyvegascom {background: #2a0241;}
.miamidicecom {background: #343d40;}
.spinridercom {background: #111111;}
.playzeecom {background: #1db6b1;}
.q88betscom {background: #333333;}
.maxiplaycom {background: #000000;}
.casinonzcom {background: #1a1827;}
.winnersmagiccom {background: #262426;}
.quickspinnercom {background: #2e0057;}
.miamijackpotscom {background: #1e1e1e;}
.theviccom {background: #001d3f;}
.meccabingocom {background: #823f8f;}
.handofluckcouk {background: #000000;}
.slotambacom {background: #131a2a;}
.casinofaroukcom {background: #010101;}
.beastinocom {background: #010101;}
.simsinocom {background: #673b9a;}
.slotsrushcom {background: #374040;}
.casinocosmicspinscom {background: #171121;}
.stakewinio {background: #150c37;}
.touchluckycom {background: #640099;}
.bogofbingocouk {background: #e2e2e2;}
.slotstercom {background: #2b3245;}
.casinoroocom {background: #00ffb2;}
.pinkribbonbingocom {background: #cadfe0;}
.silkbingocom {background: #a50022;}
.sportsbetio {background: #08121a;}
.dazzlebingocom {background: #fefefd;}
.amberspinscom {background: #ed5a42;}
.stardustcasinocom {background: #990099;}
.slotgemscom {background: #04221f;}
.luckyvipcom {background: #141b2b;}
.regalwinscom {background: #0c0c0c;}
.kittybingocom {background: #24afdf;}
.bellacasinocom {background: #361c39;}
.bingoloftcom {background: #c663c5;}
.mintbingocom {background: #3a3d87;}
.bingogivingcom {background: #f29200;}
.fruityvegascouk {background: #0b0100;}
.casinoandfriendscouk {background: #224e71;}
.royale500com {background: #070908;}
.gentingcasinocom {background: #1e2a2f;}
.zetbetcom {background: #f0f0f0;}
.dreamjackpotcom {background: #343e40;}
.grandmasterjackcom {background: #ea2127;}
.slotjarcom {background: #010000;}
.funbahis346com {background: #000000;}
.pushbetcouk {background: #000000;}
.aceluckycasinocom {background: #00151f;}
.brightstarcasinocom {background: #000000;}
.watchmyspincom {background: #03132a;}
.oreelscom {background: #211906;}
.royalbetscom {background: #000000;}
.jackpotslotcom {background: #663dc8;}
.slotstrikecom {background: #171628;}
.monopolycasinocom {background: #12234e;}
.bingoicelandcom {background: #151723;}
.lippybingocom {background: #3a3134;}
.robinhoodbingocom {background: #7cb1fb;}
.hunkybingocom {background: #fbdc67;}
.cupcakebingocom {background: #ffd4d3;}
.eucasinocouk {background: #00223d;}
.jackpotstarcom {background: #080339;}
.redkingscom {background: #01325b;}
.turboninocom {background: #012d51;}
.powerslotscom {background: #27014d;}
.onlineslotslobbycom {background: #0a0a0a;}
.ukslotscasinoppnet {background: #e2e2e2;}
.nationallotterycasinoppnet {background: #000000;}
.mobileslotscom {background: #e2e2e2;}
.mrjackvegascom {background: #110519;}
.chillispinscom {background: #7c827b;}
.playgrandcom {background: #1b181f;}
.spinstationcom {background: #374140;}
.casigocom {background: #007bc0;}
.vegaswinnercom {background: #202454;}
.clemensspillehalcom {background: #8f1114;}
.acrpokereu {background: #000000;}
.yapokercom {background: #000000;}
.blackchippokereu {background: #1b1b1b;}
.americascardroomcom {background: #090909;}
.truepokereu {background: #000000;}
.conquercasinocom {background: #473f34;}
.kongcasinocom {background: #f34500;}
.jackpotparadisecom {background: #3e90a7;}
.leovegascomengb {background: #ff7e4b;}
.slotbosscouk {background: #044048;}
.casinoluckcomro {background: #000000;}
.luckycasinocom {background: #5b1c75;}
.utopiabingocom {background: #9e2e26;}
.slotheroescom {background: #004153;}
.theslotsislandcom {background: #001e2b;}
.slotcrazycom {background: #020202;}
.risecasinocom {background: #2c2e58;}
.bingostormcom {background: #6191d9;}
.wombatcasinocom {background: #066976;}
.dreampalacecasinocom {background: #16191e;}
.bluefoxcasinocom {background: #010713;}
.sparkleslotscom {background: #17171d;}
.glimmercasinocom {background: #280929;}
.slottyslotscom {background: #1d1e22;}
.hotstreakcasinocom {background: #000000;}
.fruitywinscouk {background: #680606;}
.jackpotmollycom {background: #274654;}
.gamesjackpotstrikecom {background: #03153a;}
.mayfaircasinocom {background: #0e1778;}
.diamond7casinocom {background: #4d5960;}
.slotnitecom {background: #212121;}
.grandivycom {background: #232325;}
.spinlandcom {background: #119cd1;}
.casino77com {background: #1a1827;}
.casinexcom {background: #060606;}
.playluckcom {background: #3c2ead;}
.hippozinocom {background: #111111;}
.kingcasinocom {background: #1d1a1d;}
.atlanticspinscom {background: #2b579e;}
.betmorphcom {background: #131520;}
._21luckybetcom {background: #394262;}
.betstevecom {background: #000000;}
.casinoirishluckcom {background: #83d05e;}
.twoupcasinocom {background: #152522;}
.exclusivecasinocom {background: #18283f;}
.supernovaim {background: #191919;}
.domgamecom {background: #1c0a0a;}
.cherrygoldcasinocom {background: #c51e3c;}
.gtcasinocouk {background: #161515;}
.ukcasinoclubcouk {background: #1e1e20;}
.jokerslotscouk {background: #c10611;}
.palacebingocom {background: #00c3f1;}
.elfbingocom {background: #fc821d;}
.secretpyramidscom {background: #001844;}
.hyperslotscom {background: #363896;}
.bingocrazycom {background: #274414;}
.slotplanetcom {background: #2d1b4c;}
.jackpotvillagecom {background: #0f0f0f;}
._666casinocom {background: #ed1b24;}
.barzcom {background: #8f4cd7;}
.skolcasinocom {background: #143d48;}
.supacasinocouk {background: #000000;}
.heartofcasinocom {background: #e2e2e2;}
.mrsloty1com {background: #b2b2b5;}
.papayawinscom {background: #1d1e28;}
.richyreels777com {background: #000000;}
.slotpotcom {background: #103f77;}
.bitkongcom {background: #7b8891;}
.bcclub {background: #000000;}
.ardentegamescom {background: #1a1a39;}
.amigowins777com {background: #13003a;}
.firescatters77com {background: #1e0517;}
.bigwinboxcom {background: #3e4555;}
.rubetcom {background: #031418;}
.alohasharkcom {background: #ff4c9c;}
.makaocom {background: #000000;}
.lala88me {background: #f2f2f2;}
.zkasinoio {background: #171617;}
.americasbookiecom {background: #000000;}
.virginbetcom {background: #e1090a;}
.hawaiispinscom {background: #2b2345;}
.betlimacom {background: #0f314c;}
.vcasinoclub {background: #171c2c;}
._10betcom {background: #4ae472;}
.jackpotcharmnet {background: #000000;}
.handofluckcom {background: #000000;}
.rabbitwincom {background: #000224;}
.win11com {background: #276b4f;}
.fruitychancecom {background: #24124b;}
.hashproio {background: #192938;}
.jb5448info {background: #000000;}
.luckyduckbest {background: #151d28;}
.verywellcasinocom {background: #000031;}
.midnightwins777com {background: #230941;}
.yes8thbcom {background: #231f20;}
.ladylindacasinocom {background: #f6f6f6;}
.hollywoodbetsnet {background: #662d91;}
.lvbetcom {background: #1d1d1b;}
.spicyjackpotscom {background: #737763;}
.showbahiscom {background: #242424;}
.richyleocom {background: #101720;}
.professorwinscom {background: #000000;}
.simpledicecom {background: #41368a;}
.scarabwins777com {background: #010101;}
.liveg24com {background: #e2e2e2;}
.wannasbetio {background: #31184d;}
.konradfuncom {background: #242f53;}
.rotabetcom {background: #000000;}
.lobbetme {background: #313131;}
.sirlottocom {background: #f2f2f2;}
.bitlexpro {background: #000000;}
.tombolacouk {background: #2e8890;}
.tombolaes {background: #2e8890;}
.superkasinocom {background: #1b063a;}
.panda7ucom {background: #000000;}
.merlin77com {background: #151515;}
.slotonightscom {background: #011321;}
.triumphcasinonet {background: #000000;}
.sbgglobaleu {background: #0086ff;}
.oddsmakerag {background: #000000;}
.tokendevilscom {background: #181725;}
.sweetywincom {background: #141542;}
.shinyjokercom {background: #000000;}
.rainbetcom {background: #191e3b;}
.captainmarlin77com {background: #1d1d1d;}
.bitvestio {background: #000000;}
.twinkywincom {background: #000000;}
.slmgames {background: #000000;}
.tropicalwinscom {background: #010101;}
.starspin996com {background: #010101;}
.slotstitancom {background: #010101;}
.casigood777com {background: #1d1d1d;}
.jw88casinocom {background: #121212;}
.betborocom {background: #252524;}
.maksatbahiscom {background: #232e32;}
.betkwiffcom {background: #8225fa;}
.kaboomslots777com {background: #000000;}
.touchvegascom {background: #000000;}
.algocasinocom {background: #000000;}
.hunnyplayio {background: #16191f;}
.slotonauts777com {background: #000000;}
.luckybirdio {background: #000000;}
.spinmywin777com {background: #000000;}
.casperspinscom {background: #0a0a0a;}
.bofcasinocom {background: #022c5c;}
.newretrocasinocom {background: #09253a;}
.fancyreels777com {background: #13010c;}
.pokerkingcom {background: #6ae840;}
.luckydicecom {background: #000000;}
.lbspinscom {background: #07112D;}
.lovecasinocom {background: #010101;}
.casumocomengb {background: #0cd0cd;}
.hashbetcom {background: #000000;}
.bountyreelscom {background: #00013a;}
.yummywinscom {background: #170429;}
.richyfoxcom {background: #030303;}
._7liveasiacom {background: #000000;}
.newfunclubcom {background: #1b192e;}
.cybercoinscasinocom {background: #ed7056;}
.getwincom {background: #999999;}
.luckycarnivalcom {background: #01113a;}
.uslotu159online {background: #1c0836;}
._7starcasino {background: #000000;}
.sugar96com {background: #ff518b;}
.crazystarcom {background: #13003a;}
.euphoriawinscom {background: #001330;}
.betticom {background: #111111;}
.richyfarmer77com {background: #000000;}
.slotsshine77com {background: #001a22;}
.williamhillcomengb {background: #00143c;}
.vegaswilliamhillcom {background: #00133c;}
.quidslotscom {background: #000000;}
.slotsnsportscom {background: #2d3680;}
.monstercasinocom {background: #0388d1;}
.theonlinecasinocouk {background: #0e1f26;}
.royalswipecom {background: #14141b;}
.pinkribbonslotscom {background: #e2e2e2;}
.pioneerslotscom {background: #280000;}
.destinyspinscom {background: #013b3c;}
.fluffywinscom {background: #242b6b;}
.nodepositslotscom {background: #000000;}
.luckstercom {background: #f5f5f5;}
.lunacasinocouk {background: #014785;}
.royalbetcom {background: #2e203a;}
.pickmeupbingocom {background: #ffd600;}
.electricspinscom {background: #350c9a;}
.blightybingocom {background: #003d52;}
.luckypencecom {background: #acffae;}
.fanduelcom {background: #152a47;}
.scorchingslotscom {background: #dbdbdb;}
._21betscasinocom {background: #0b0b0b;}
.queensguildcom {background: #394262;}
.takeawayslotscom {background: #090724;}
.casinogamecouk {background: #1d029d;}
.slotstraincom {background: #340233;}
.dearbingocouk {background: #00175a;}
.playfrankcom {background: #004f7c;}
.nextcasinocom {background: #111111;}
.megacasinocouk {background: #3d3b3c;}
.queenvegascom {background: #fedfc3;}
.primecasinocouk {background: #192a1d;}
.metalcasinocom {background: #1a1918;}
.plushcasinocom {background: #0d0e10;}
.fortunemobilecasinocouk {background: #060606;}
.spinslotscom {background: #e7e8e9;}
.redspinscom {background: #200b10;}
.playukcom {background: #172054;}
.winkslotscom {background: #11083f;}
.moonbingocom {background: #009ce9;}
.moongamescom {background: #0a1529;}
.womanbingocom {background: #ff0090;}
.velvetbingocom {background: #501416;}
.parimatchcouk {background: #000000;}
.betvictorcom {background: #1f262d;}
.talksportbetcom {background: #000000;}
.heartbingocouk {background: #FFFFFF;}
.templenilecom {background: #020611;}
.casimbacom {background: #2c2c2c;}
.spinyoocom {background: #0a0a0a;}
.gdaycasinocom {background: #010101;}
.dreamvegascom {background: #010d15;}
.madslotscom {background: #010101;}
.sunbingocouk {background: #e41a18;}
.thesunvegascouk {background: #e80000;}
.fabulousvegascouk {background: #000000;}
.fabulousbingocouk {background: #e2e2e2;}
.sbotopcouk {background: #000000;}
.fun88couk {background: #25aae2;}
.allbritishcasinocom {background: #0a174b;}
.yeticasinocom {background: #FFFFFF;}
.pubcasinocouk {background: #0c0c0c;}
.nobonuscasinocom {background: #1f0529;}
.racecasinocom {background: #0c101a;}
.doublebubblebingocom {background: #ec6fab;}
.rainbowrichescasinocom {background: #022e03;}
.ballycasinocouk {background: #ec0000;}
.casinoclassiccouk {background: #004600;}
.yukongoldcasinocouk {background: #462b10;}
.luxurycasinocouk {background: #000000;}
.captaincookcasinocouk {background: #2c2c2c;}
.grandmondialcouk {background: #2c2c2c;}
.glossybingocom {background: #292929;}
.rosybingocom {background: #83d1f7;}
.dottybingocom {background: #fb4343;}
.lucky247uk {background: #0a0000;}
.butlersbingocom {background: #6d0075;}
.hollywoodbetscouk {background: #662d91;}
._21couk {background: #010101;}
.betmgmcouk {background: #000000;}
.planetsportbetcom {background: #020b26;}
.bresbetcom {background: #000000;}
.dragonbetcouk {background: #00b302;}
.vickersbet {background: #122f11;}
.betgoodwincouk {background: #020a1a;}
.magicalvegascom {background: #191524;}
.grosvenorcasinoscom {background: #1d173d;}
.spinandwincom {background: #ffffff;}
.luckypantsbingocom {background: #6902ba;}
.meccagamescom {background: #000000;}
.peachygamescom {background: #221a8b;}
.playsunnycouk {background: #c5012f;}
.casushicom {background: #ffff00;}
.fruitkingscom {background: #a12b90;}
.spincasinocouk {background: #18183a;}
.jackpotcitycasinocouk {background: #8b127b;}
.kwiffcom {background: #8225fa;}
.pokerstarsuk {background: #101010;}
._32redcom {background: #ff141a;}
.richesofthenilecom {background: #1c1c1c;}
.magicalwinscom {background: #020626;}
.prospecthallcasinocom {background: #1a2127;}
.unibetcouk {background: #147b45;}
.thepoolscom {background: #282189;}
.footballpoolscom {background: #098280;}
.lottomartcom {background: #8b43e3;}
._888com {background: #000000;}
.betfredcom {background: #004890;}
.buzzbingocom {background: #f8f8f8;}
.buzzcasinocom {background: #040404;}
.winomaniacouk {background: #1350d4;}
.rembrandtcasinocom {background: #080d13;}
._24bettlecom {background: #001044;}
.big5casinocom {background: #1b1e23;}
.casinosiegercom {background: #282828;}
.bbetscom {background: #cf1f29;}
.quinnbetcom {background: #343434;}
.fafabetcouk {background: #010b33;}
.barxarcadecom {background: #811717;}
.sportingindexcom {background: #001636;}
.mrvegascom {background: #060606;}
.videoslotscom {background: #171717;}
.nyspinscom {background: #1b375e;}
.voodoodreamscom {background: #161616;}
.duelzcom {background: #22445d;}
.vbetcouk {background: #14202e;}
.dafabetcouk {background: #000000;}
.netbetcouk {background: #2f333e;}
.boylesportscom {background: #001f60;}
._10betcouk {background: #2f282d;}
.lottolandcouk {background: #3ca701;}
.rhinobet {background: #14171a;}
.bet600couk {background: #292f3f;}
.totecouk {background: #ff0028;}
.mrqcom {background: #0a2ecb;}
.bet365com {background: #027b5a;}
.matchbookcom {background: #c1d72d;}
.livescorebetcom {background: #181818;}
.casumocom {background: #FFFFFF;}
.williamhillcom {background: #082d47;}
.fitzdarescom {background: #000000;}
.lclubonlinecom {background: #782f3e;}
.paddypowercom {background: #024d39;}
.admiralcasinocouk {background: #002454;}
.spacecasinocouk {background: #0e0052;}
.betfaircom {background: #ffb80c;}
.ggpokercouk {background: #171717;}
.lottogocom {background: #0078ff;}
.betzonecouk {background: #1d1d1b;}
.happytigercouk {background: #ffb53e;}
.healthlotterycouk {background: #e2e2e2;}
.ggbetcouk {background: #000000;}
.superbbet {background: #343638;}