html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on html,
    .dark-mode-on body,
    .dark-mode-on div,
    .dark-mode-on span,
    .dark-mode-on applet,
    .dark-mode-on object,
    .dark-mode-on iframe,
    .dark-mode-on h1,
    .dark-mode-on h2,
    .dark-mode-on h3,
    .dark-mode-on h4,
    .dark-mode-on h5,
    .dark-mode-on h6,
    .dark-mode-on p,
    .dark-mode-on blockquote,
    .dark-mode-on pre,
    .dark-mode-on a,
    .dark-mode-on abbr,
    .dark-mode-on acronym,
    .dark-mode-on address,
    .dark-mode-on big,
    .dark-mode-on cite,
    .dark-mode-on code,
    .dark-mode-on del,
    .dark-mode-on dfn,
    .dark-mode-on em,
    .dark-mode-on img,
    .dark-mode-on ins,
    .dark-mode-on kbd,
    .dark-mode-on q,
    .dark-mode-on s,
    .dark-mode-on samp,
    .dark-mode-on small,
    .dark-mode-on strike,
    .dark-mode-on strong,
    .dark-mode-on sub,
    .dark-mode-on sup,
    .dark-mode-on tt,
    .dark-mode-on var,
    .dark-mode-on b,
    .dark-mode-on u,
    .dark-mode-on i,
    .dark-mode-on center,
    .dark-mode-on dl,
    .dark-mode-on dt,
    .dark-mode-on dd,
    .dark-mode-on ol,
    .dark-mode-on ul,
    .dark-mode-on li,
    .dark-mode-on fieldset,
    .dark-mode-on form,
    .dark-mode-on label,
    .dark-mode-on legend,
    .dark-mode-on table,
    .dark-mode-on caption,
    .dark-mode-on tbody,
    .dark-mode-on tfoot,
    .dark-mode-on thead,
    .dark-mode-on tr,
    .dark-mode-on th,
    .dark-mode-on td,
    .dark-mode-on article,
    .dark-mode-on aside,
    .dark-mode-on canvas,
    .dark-mode-on details,
    .dark-mode-on embed,
    .dark-mode-on figure,
    .dark-mode-on figcaption,
    .dark-mode-on footer,
    .dark-mode-on header,
    .dark-mode-on hgroup,
    .dark-mode-on menu,
    .dark-mode-on nav,
    .dark-mode-on output,
    .dark-mode-on ruby,
    .dark-mode-on section,
    .dark-mode-on summary,
    .dark-mode-on time,
    .dark-mode-on mark,
    .dark-mode-on audio,
    .dark-mode-on video {
        border: unset
    }
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on table {
        border-collapse: unset;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #373f52
    }
}

strong {
    font-weight: 600
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.clear {
    clear: both
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, sans-serif;
    background: #fff;
    -webkit-text-size-adjust: none;
    overflow-x: hidden
}

@media only screen and (prefers-color-scheme:dark) {
    body #wrapper.dark-mode-on {
        background: #14171f;
        color: #a1b1ce
    }
}

.float-left {
    float: left
}

.float-right {
    float: right
}

a {
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit
}

li {
    list-style: none
}

.container {
    max-width: 1024px;
    margin: 0 auto
}

.container.text-container {
    margin-bottom: 48px
}

div.main-wrapper {
    padding: 0 32px
}

section.entry-content a {
    color: #0e60c5;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content a {
        color: #49b5ff
    }
}

.faq-section section.entry-content a {
    font-size: inherit
}

section.entry-content a:hover {
    text-decoration: underline
}

h1 {
    color: #030f27;
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 500;
    letter-spacing: -.01em;
    margin-bottom: 16px
}

h2 {
    color: #030f27;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on h2 {
        color: #fff
    }
}

h2.homepage-section-title {
    font-size: 24px;
    line-height: 1.25em;
    font-weight: 600;
    margin-bottom: 24px
}

h3 {
    color: #05051f;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on h3 {
        color: #fff
    }
}

img,
iframe {
    max-width: 100%
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on img {
        opacity: .85
    }
}

.entry-content img {
    height: auto
}

.cta-button {
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: .02em;
    text-transform: none;
    -webkit-transition: background-color 160ms ease, -webkit-transform 160ms ease;
    transition: background-color 160ms ease, -webkit-transform 160ms ease;
    -o-transition: background-color 160ms ease, -o-transform 160ms ease;
    -moz-transition: transform 160ms ease, background-color 160ms ease, -moz-transform 160ms ease;
    transition: transform 160ms ease, background-color 160ms ease;
    transition: transform 160ms ease, background-color 160ms ease, -webkit-transform 160ms ease, -moz-transform 160ms ease, -o-transform 160ms ease;
    transition: transform 160ms ease, background-color 160ms ease, -webkit-transform 160ms ease;
    line-height: 1.2em;
    padding: 8px 24px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 18px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
    background-color: #03852e
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .cta-button {
        font-weight: 700;
        color: #14171f;
        letter-spacing: 0;
        text-transform: none;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background-color: #000
    }
}

.cta-button:hover {
    background-color: #039d49
}

.cta-button span.main-text {
    line-height: 1.4em;
    letter-spacing: .02em
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .cta-button span.main-text {
        letter-spacing: 0
    }
}

.cta-button span.subtext {
    margin-top: 2px;
    margin-bottom: 2px;
    color: #e5ffef;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none
}

.subhead {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #7d838f
}

.pointer {
    cursor: pointer
}

img.alignright {
    float: right;
    margin: 1em 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 1em 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right;
    margin: 1em 0 1em 1em
}

.alignleft {
    float: left;
    margin: 1em 1em 1em 0
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

section.entry-content {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin: 48px auto 32px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content {
        color: unset
    }
}

body.page:not(.home) section.entry-content,
.single-bookmakers section.entry-content,
.single-social-casino section.entry-content {
    padding-left: 32px;
    padding-right: 32px
}

section.faqSection section.entry-content,
body.page:not(.home) section.faqSection section.entry-content {
    padding: 0
}

section.entry-content>* {
    margin: 32px auto;
    color: rgba(3, 15, 39, .8);
    font-size: 16px;
    line-height: 1.6em;
    max-width: 768px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content>* {
        color: unset
    }
}

section.entry-content>div.wp-caption {
    max-width: 768px
}

section.entry-content h1 {
    margin-top: 48px;
    margin-bottom: 8px;
    color: #030f27;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 600
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content h1 {
        color: #fff
    }
}

section.entry-content h2 {
    margin-top: 48px;
    margin-bottom: 32px;
    color: #030f27;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content h2 {
        color: #fff
    }
}

section.entry-content .subhead {
    margin-bottom: 24px;
    color: rgba(5, 5, 31, .64);
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400
}

section.entry-content h3 {
    margin-top: 24px;
    margin-bottom: 24px;
    color: #05051f;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content h3 {
        color: #fff
    }
}

section.entry-content ol {
    counter-reset: item;
    padding-left: 32px
}

section.entry-content ol li::before {
    content: counter(item);
    display: -webkit-box;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-top: 0;
    margin-right: 12px;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    border-style: none;
    border-width: 4px 2px 4px 8px;
    border-color: transparent transparent transparent #959ea8;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #0e60c5;
    color: #fff;
    font-size: 12px;
    line-height: 1.95em;
    font-weight: 400;
    text-align: center;
    text-indent: 0
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content ol li::before {
        background-color: #49b5ff;
        color: unset
    }
}

section.entry-content ol>li {
    counter-increment: item;
    margin-bottom: 12px;
    line-height: 1.4em;
    text-indent: -32px;
    color: #030f27
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content ol>li {
        color: #fff
    }
}

section.entry-content ul {
    padding-left: 20px
}

section.entry-content ul li {
    margin-bottom: 10px;
    text-indent: -20px;
    color: #030f27;
    line-height: 1.4em
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content ul li {
        color: #fff
    }
}

section.entry-content ul li::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -1px;
    width: 0;
    height: 0;
    margin-top: 6px;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid none solid solid;
    border-width: 4px 2px 4px 8px;
    border-color: transparent transparent transparent #0d60c5
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content ul li::before {
        border-color: transparent transparent transparent #49b5ff
    }
}

section.entry-content div.promotion-list span.description {
    display: block;
    text-indent: 0;
    color: rgba(5, 5, 31, .7)
}

section.entry-content table {
    margin: 48px auto;
    background-color: #fff;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content table {
        background-color: unset
    }
}

section.entry-content table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #dde1eb;
    background-color: #fafbfd;
    border-right: 1px solid #dde1eb;
    border-left: 1px solid #dde1eb;
    margin: 0
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content table tr {
        border-bottom: unset;
        background-color: #212633;
        border-right: unset;
        border-left: unset
    }
}

section.entry-content table tr:last-of-type {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

section.entry-content table tr:first-child {
    border-top: 1px solid #dde1eb;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content table tr:first-child {
        border-top: unset
    }
}

section.entry-content table tr.heading-row {
    border-right: 1px solid #0d60c5;
    border-left: 1px solid #0d60c5
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content table tr.heading-row {
        border-right: unset;
        border-left: unset
    }
}

section.entry-content table tr td {
    padding: 12px;
    color: rgba(5, 5, 31, .88);
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.3%;
    -ms-flex: 0 33.3%;
    -moz-box-flex: 0;
    flex: 0 33.3%;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    border-right: 1px solid #dde1eb
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content table tr td {
        color: #fff;
        border-right: 1px solid #373f52;
        border-top: 1px solid #373f52
    }
}

section.entry-content table tr td:last-of-type {
    border-right: none
}

section.entry-content table:not(.with-heading) tr td:first-of-type {
    font-weight: 600
}

section.entry-content table:not(.with-heading) tr td:first-of-type strong {
    font-weight: 400
}

section.entry-content table tr th {
    padding: 8px 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.3%;
    -moz-box-flex: 0;
    -ms-flex: 0 33.3%;
    flex: 0 33.3%;
    background-color: #0d60c5;
    color: #fff;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-align: left
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content table tr th {
        background-color: #49b5ff;
        color: #14171f
    }
}

section.entry-content table tr th:last-of-type {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: none
}

section.entry-content table.column-4 tr td,
section.entry-content table.column-4 tr th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 25%;
    -ms-flex: 0 25%;
    -moz-box-flex: 0;
    flex: 0 25%
}

section.entry-content table.column-5 tr td,
section.entry-content table.column-5 tr th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 20%;
    -ms-flex: 0 20%;
    -moz-box-flex: 0;
    flex: 0 20%
}

section.entry-content table tr td:last-of-type {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

section.entry-content table tr td strong {
    font-weight: 600;
    color: #05051f
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content table tr td strong {
        color: unset
    }
}

section.entry-content table tr td a {
    color: #0e60c5;
    font-size: inherit
}

section.entry-content table tr td a:hover {
    text-decoration: underline
}

section.entry-content blockquote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 48px auto;
    padding: 24px 16px 24px 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px 1px 1px 6px;
    border-color: #dde1eb #dde1eb #dde1eb #61b7f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafbfd;
    color: rgba(3, 15, 39, .8);
    font-size: 22px;
    line-height: 1.4em
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content blockquote {
        border-color: #373f52 #373f52 #373f52 #49b5ff;
        background-color: #212633;
        color: #fff
    }
}

section.entry-content blockquote::before {
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 33px;
    margin-right: 24px;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    opacity: .08;
    background-image: url("../../../bonusfinder/images/bquote_icon.svg");
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: 40px 33px;
    -moz-background-size: 40px 33px;
    background-size: 40px 33px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content blockquote::before {
        opacity: unset;
        background-image: url("../../../bonusfinder/images/dark/bf-qm_icon-dark.svg")
    }
}

section.entry-content .last-updated {
    display: block;
    width: auto;
    margin-top: 32px;
    margin-bottom: 32px;
    color: rgba(3, 15, 39, .64);
    font-size: 14px;
    line-height: 1.4em;
    font-style: italic
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content .last-updated {
        color: unset
    }
}

body-toplist h2.homepage-headline {
    padding-left: 32px;
    padding-right: 32px
}

.homepage-headline {
    color: #fff;
    margin-bottom: 0
}

.homepage-content-section {
    padding-right: 32px;
    padding-bottom: 64px;
    padding-left: 32px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(16%, #ebf4ff));
    background-image: -webkit-linear-gradient(top, #fff, #ebf4ff 16%);
    background-image: -moz- oldlinear-gradient(top, #fff, #ebf4ff 16%);
    background-image: -o-linear-gradient(top, #fff, #ebf4ff 16%);
    background-image: linear-gradient(180deg, #fff, #ebf4ff 16%)
}

.homepage-content-section>div:last-child {
    margin-bottom: 0 !important
}

.homepage-info-section {
    position: relative;
    overflow: hidden;
    padding: 16px 32px;
    background-color: #fff
}

.entry-content .highlight-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #e6eaf5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafbfd
}

.entry-content .highlight-block img {
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain
}

.entry-content .highlight-block div.content {
    margin-left: 16px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: rgba(3, 15, 39, .8);
    font-size: 14px;
    line-height: 1.6em
}

.entry-content .highlight-block div.content h2 {
    margin-top: 0;
    margin-bottom: 8px;
    color: #030f27;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600
}

.entry-content .highlight-block div.content h2 a {
    color: #030f27
}

.testimonial-block {
    display: block;
    margin: 48px -12px;
    padding: 24px 16px 24px 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px 1px 1px 6px;
    border-color: #dde1eb #dde1eb #dde1eb #61b7f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafbfd;
    color: rgba(3, 15, 39, .8);
    font-size: 16px;
    line-height: 1.5em
}

.testimonial-block .testimonial-block-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start
}

.testimonial-block .testimonial-block-quote::before {
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 47px;
    height: 38px;
    margin-right: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    opacity: .08;
    background-image: url("../../../bonusfinder/images/bquote_icon.svg");
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: 47px 38px;
    -moz-background-size: 47px 38px;
    background-size: 47px 38px
}

.testimonial-block .testimonial-block-author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin-top: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    color: #05051f;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 500
}

.testimonial-block .testimonial-author-img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px
}

.testimonial-block .testimonial-block-author-casino {
    color: rgba(5, 5, 31, .75);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: uppercase
}

.highlighted-text {
    display: inline-block;
    padding-right: 2px;
    padding-left: 2px;
    background-color: #fff5c2
}

div.bookmaker-rating-hidden {
    display: none
}

.clear-after::after {
    display: block;
    content: "";
    clear: both
}

section#content p.meta-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0, 0, 0, .64);
    font-size: 14px;
    line-height: 1.6em
}

section#content p.meta-data .author {
    color: #0e60c5;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer
}

body.single-news section#content .featured-image {
    margin-top: 16px
}

section#content .featured-image img {
    height: auto;
    display: block;
    width: 100%
}

body.page div.entry-content-headlines-page {
    margin: 0
}

div.subheading {
    margin-bottom: 16px;
    color: rgba(5, 5, 31, .64);
    font-size: 20px;
    line-height: 1.4em
}

body.single-news section#content>.container {
    max-width: 768px
}

body.single-news section#content {
    padding: 0 32px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafbfd), color-stop(16%, #fff));
    background-image: -webkit-linear-gradient(top, #fafbfd, #fff 16%);
    background-image: -moz- oldlinear-gradient(top, #fafbfd, #fff 16%);
    background-image: -o-linear-gradient(top, #fafbfd, #fff 16%);
    background-image: linear-gradient(180deg, #fafbfd, #fff 16%)
}

section.more-promotions h2.homepage-headline {
    margin-bottom: 8px;
    padding-bottom: 8px;
    color: #000;
    font-size: 18px;
    margin-top: 0
}

section.more-promotions {
    margin-top: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #dee0e6
}

.pagination {
    clear: both;
    padding: 20px 0 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    margin: 0 auto;
    width: 100%;
    text-align: center
}

.pagination span,
.pagination a {
    display: inline-block;
    margin: 0 2px;
    padding: 5px 9px;
    text-decoration: none;
    width: auto;
    color: rgba(5, 5, 31, .4);
    background: #fff;
    border: 1px solid #dce0e9
}

.pagination a:hover {
    background: #edf1fa
}

.pagination .current {
    background-color: #edf1fa;
    color: #0e60c5;
    font-weight: 700
}

div.about-us-writters {
    opacity: 1
}

div.about-us-writters div.one-writter {
    padding: 24px 0;
    border-top: 1px solid #d0dae2;
    border-bottom: 1px solid #d0dae2
}

div.about-us-writters div.one-writter:first-of-type {
    border-bottom: none
}

div.about-us-writters div.image {
    float: left;
    margin-right: 32px
}

div.about-us-writters div.title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 8px
}

div.about-us-writters div.text {
    font-size: 14px;
    color: #7d838f;
    line-height: 24px;
    margin-bottom: 12px
}

div.about-us-writters div.social {
    color: #7d838f;
    font-size: 14px;
    font-weight: 500
}

div.about-us-writters div.social a {
    text-decoration: none
}

div.about-us-writters div.social a:hover {
    color: #1da1f2
}

div.about-us-writters div.social i {
    font-size: 24px;
    margin-right: 5px;
    position: relative;
    top: 3px
}

.clear-after::after {
    clear: both;
    display: block;
    content: ""
}

span.stars,
span.stars span {
    display: inline-block;
    height: 12px;
    width: 70px;
    background-image: url("../../../bonusfinder/images/bf-star_new.svg");
    background-position: 0 -12px;
    background-repeat: repeat-x
}

span.stars span {
    background-position: 0 0;
    text-indent: -9999px;
    display: block
}

.info-section {
    position: relative;
    overflow: hidden;
    padding-right: 32px;
    padding-left: 32px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EBF4FF));
    background-image: -webkit-linear-gradient(top, #fff, #EBF4FF);
    background-image: -moz- oldlinear-gradient(top, #fff, #EBF4FF);
    background-image: -o-linear-gradient(top, #fff, #EBF4FF);
    background-image: linear-gradient(180deg, #fff, #EBF4FF)
}

.dark-mode-on .info-section {
    background-color: unset;
    background-image: none
}

.wp-caption-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #acb5bd;
    margin-top: 5px
}

div.wp-caption {
    margin-top: 32px;
    margin-bottom: 32px;
    max-width: 100%
}

div.wp-caption img {
    height: auto;
    max-width: 100%
}

div.wp-caption p.wp-caption-text {
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee0e6;
    color: rgba(4, 15, 39, .75);
    line-height: 1.2em
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on div.wp-caption p.wp-caption-text {
        border-bottom: 1px solid #373f52;
        color: #a1b1ce
    }
}

.homepage-top-wrapper {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .06);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .06);
    margin-bottom: 47px;
    padding: 32px;
    background-color: #67cc86
}

.welcometext {
    margin-bottom: 22px;
    opacity: .75;
    color: #000;
    font-size: 16px;
    line-height: 1.5
}

.homepage-top-wrapper .welcometext.last {
    margin-bottom: 0
}

.show-more {
    display: none
}

.show-more.show-more-detailed {
    display: none
}

h2.homepage-headline {
    color: #000;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    padding-bottom: 8px
}

div.rating-form-wrapper div.rating-form {
    margin: 0
}

div.rating-form-wrapper div.rating-form form {
    margin: 0;
    display: block
}

div.rating-form-wrapper {
    padding: 32px;
    border: 1px solid #dee0e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 16px;
    margin: 24px auto 16px;
    max-width: 724px
}

div.rating-form-wrapper div.rating-form p.mr label.description {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    display: block !important
}

div.rating-form-wrapper .rating-form .rating-item .mr-star-rating-select {
    margin-right: 0;
    display: block;
    text-align: center
}

div.rating-form-wrapper .rating-form .rating-item {
    margin-bottom: 10px
}

div.rating-form-wrapper div.rating-form input[type=button] {
    display: inline-block;
    min-width: 196px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px 24px;
    border: 1px solid #ced2db;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: rgba(237, 241, 250, .5);
    color: #05051f;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none
}

div.rating-form-wrapper div.rating-form input[type=button]:hover {
    background-color: #edf1fa
}

div.rating-form-wrapper p.mr.message {
    text-align: center;
    color: rgba(5, 5, 31, .88);
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 16px
}

div.rating-results-wrapper {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px
}

div.rating-results-wrapper .mr-custom-half-star,
div.rating-results-wrapper .mr-custom-full-star,
div.rating-results-wrapper .mr-custom-empty-star {
    width: 16px;
    height: 16px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px
}

div.rating-results-wrapper span.mr-star-rating {
    margin-right: 8px;
    position: relative;
    top: 2px
}

div.rating-results-wrapper .rating-result {
    color: rgba(5, 5, 31, .64);
    line-height: 1.4em;
    font-size: 14px
}

div.rating-results-wrapper span.count span::after {
    display: inline-block;
    white-space: pre
}

.embed-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px
}

.embed-player .vimeo-player-inner {
    padding: 56.25% 0 0;
    position: relative
}

.embed-player.vimeo-player {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none;
    background-position: 0 0;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
    background-repeat: repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: transparent
}

.embed-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0
}

.embed-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all
}

.embed-player .play-wrapper {
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-border-radius: 128px;
    -moz-border-radius: 128px;
    border-radius: 128px;
    background-color: #fff;
    -webkit-box-shadow: 6px 6px 16px -2px rgba(57, 73, 102, .5);
    -moz-box-shadow: 6px 6px 16px -2px rgba(57, 73, 102, .5);
    box-shadow: 6px 6px 16px -2px rgba(57, 73, 102, .5);
    -webkit-transition: -webkit-transform 240ms ease;
    transition: -webkit-transform 240ms ease;
    -o-transition: -o-transform 240ms ease;
    -moz-transition: transform 240ms ease, -moz-transform 240ms ease;
    transition: transform 240ms ease;
    transition: transform 240ms ease, -webkit-transform 240ms ease, -moz-transform 240ms ease, -o-transform 240ms ease;
    transition: transform 240ms ease, -webkit-transform 240ms ease;
    cursor: pointer
}

.embed-player .play-wrapper .play {
    background-image: url("../../../bonusfinder/images/bf-video-play_btn.svg");
    -webkit-background-size: 64px 64px;
    -moz-background-size: 64px 64px;
    background-size: 64px 64px;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 64px;
    height: 64px
}

.embed-player .play-wrapper:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.embed-player .title {
    position: absolute;
    left: 16px;
    top: 16px;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #0d60c5;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px
}

.embed-player .title::before {
    content: "";
    display: inline-block;
    background-image: url("../../../bonusfinder/images/bf-video-info-icon.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    margin-right: 6px
}

div.featured-image img {
    display: block
}

p.written-by.has-border {
    padding-top: 16px;
    border-top: 1px solid #dee0e6
}

.search-results-title {
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 4px;
    color: rgba(3, 15, 39, .8);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em
}

.search-results-title strong {
    font-weight: inherit
}

.search-results-title.mega-moolah-page-title {
    margin-top: 24px
}

.w-input,
.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.w-input:focus,
.w-select:focus {
    border-color: #3898ec;
    outline: 0;
    -webkit-box-shadow: 0 1px 0 2px rgba(77, 106, 165, .16);
    -moz-box-shadow: 0 1px 0 2px rgba(77, 106, 165, .16);
    box-shadow: 0 1px 0 2px rgba(77, 106, 165, .16)
}

a.cta-button span.curr-symbol,
.offer .info-wrapper span.curr-symbol,
.toplist #filter-wrapper .deposit-area .deposit-button .curr-symbol {
    text-transform: initial;
    display: inline
}

.tc-content .tc-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #030f27
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .tc-content .tc-title {
        color: unset
    }
}

.tc-content .tc-title .text {
    position: relative;
    margin-right: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #50678f;
    font-size: 11px;
    line-height: 1.5em;
    max-width: 100%
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .tc-content .tc-title .text {
        color: unset
    }
}

.tc-content .tc-title .link {
    display: inline-block;
    color: #50678f;
    font-weight: 500;
    text-decoration: underline
}

.tc-content .full-terms {
    display: inline;
    margin-top: 2px;
    padding-top: 0;
    border-top: 1px #c9cdd6;
    color: rgba(80, 103, 143, .8);
    font-size: 11px;
    line-height: 1.5em
}

.tc-content .full-terms a {
    color: #0e60c5;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer
}

.tc-content {
    display: block;
    overflow: hidden;
    padding: 6px 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fafbfd;
    border-top: solid 1px #e6eaf5
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .tc-content {
        background-color: #2a3142;
        border-top: unset
    }
}

.tc-content.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-style: solid;
    border-top-color: #e6eaf5;
    background-color: #fafbfd;
    color: #5a6270;
    font-size: 11px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .tc-content.flex {
        border-top-color: #373f52;
        background-color: #2a3142;
        color: #a1b1ce
    }
}

.tc-content.flex .tc-right {
    margin-bottom: 6px
}

.tc-content.flex .tc-title {
    display: block;
    margin-top: 6px
}

.tc-content.flex .tc-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tc-content.flex .tc-logos .ontario-19dark {
    display: none
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .tc-content.flex .tc-logos .ontario-19dark {
        display: block
    }
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .tc-content.flex .tc-logos .ontario-19 {
        display: none
    }
}

.tc-content .tc-title a {
    text-decoration: underline;
    cursor: pointer
}

img.close-button {
    margin-left: 8px;
    cursor: pointer;
    position: relative;
    left: 24px
}

.bonusfinder-tip {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 24px 16px 24px 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px 1px 1px 6px;
    border-color: #e6eaf5 #e6eaf5 #e6eaf5 #61b7f2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fafbfd;
    -webkit-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    -moz-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    color: rgba(3, 15, 39, .8);
    line-height: 1.5em
}

.bonusfinder-tip .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0d60c5;
    font-size: 18px;
    font-weight: 500
}

.bonusfinder-tip .title .tip-icon {
    width: 32px;
    margin-right: 8px
}

.bonusfinder-tip .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 22px;
    line-height: 1.4em
}

section.entry-content .pros-cons-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

section.entry-content .pros-cons-item .icon {
    margin-right: 12px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 20px
}

section.entry-content .pros-cons-item .icon img {
    width: 20px;
    height: 20px
}

section.entry-content .pros-cons-item .text {
    display: inline-block;
    color: rgba(3, 15, 39, .8);
    font-size: 16px;
    line-height: 1.4em
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on section.entry-content .pros-cons-item .text {
        color: unset
    }
}

body.error404 .intro-section {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0
}

body.error404 div.breadcrumbs {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important
}

body.error404 .intro-section .intro-wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: 48px;
    padding-bottom: 48px
}

@media only screen and (max-width:860px) {
    body.page-toplist section.entry-content>* {
        max-width: 100%
    }
    section.entry-content>div.wp-caption {
        max-width: 100%
    }
}

@media only screen and (min-width:768px) {
    section.homepage-top-wrapper p.mobile {
        display: none !important
    }
    h2.homepage-headline.only-on-small {
        display: none
    }
}

@media only screen and (max-width:991px) {
    section.cross-sell div.inner div.offer-text {
        padding-bottom: 16px
    }
    div.entry-content-headlines {
        margin-left: 0
    }
    .placeholder-list.title {
        margin-top: 8px !important;
        margin-bottom: 4px !important
    }
    .search-results-container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        -moz-box-flex: 0;
        flex: 0 auto
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 36px
    }
    section.entry-content table tr td {
        font-size: 14px
    }
    div.mobile-text .hidden-element-on-small {
        display: none
    }
    div.show-more.hidden-element-on-small {
        display: inline
    }
    .show-more.hidden-on-small,
    .show-more.show-more-detailed {
        display: none !important
    }
    div.one-post div.content h2 a:hover {
        text-decoration: none
    }
    div.review-summary div.rating {
        line-height: 22px;
        margin-bottom: 15px
    }
    .mobile-hidden {
        display: none
    }
    .homepage-top-wrapper p.hidden-element-on-small {
        display: none
    }
    .show-more {
        display: inline;
        margin-top: 10px;
        margin-bottom: 12px;
        font-size: 20px;
        font-weight: 400
    }
    .show-more span {
        color: #05051f
    }
    section.entry-content>* {
        max-width: 100%
    }
    section.entry-content>div.wp-caption {
        max-width: 100%
    }
    h2.homepage-headline {
        font-size: 16px
    }
    img.close-button {
        position: absolute;
        top: 8px;
        right: -24px;
        left: auto
    }
    section#content section.review-wrapper .logo-and-rating div.rating h1.title {
        margin-bottom: 2px
    }
    section.more-promotions h2.homepage-headline {
        font-size: 16px
    }
    .placeholder-offer-box {
        padding-bottom: 12px
    }
    section.entry-content {
        padding: 0 32px
    }
    section.entry-content ul li.break-text-on-mobile {
        word-break: break-all
    }
    .faqSection section.entry-content,
    body.single-news section.entry-content,
    .single-blog section.entry-content {
        padding: 0
    }
    .intro-section .featured-image,
    body.single-news section#content .featured-image,
    .entry-content-headlines .tc-content {
        margin-left: -32px;
        margin-right: -32px
    }
    body.blog-page header#header-v2 div.logo,
    body.single-blog header#header-v2 div.logo {
        height: 56px
    }
    table.table-top-list {
        margin-left: -15px;
        margin-right: -15px;
        text-align: center
    }
    table.table-top-list .column-1 {
        padding-left: 4px;
        width: 33%
    }
    table.table-top-list td.column-1 div.title {
        padding-left: 0;
        display: block;
        margin: 5px auto
    }
    table.table-top-list td.column-1 div.logo {
        width: auto;
        display: block
    }
    table.table-top-list td.column-1 div.logo img {
        width: auto;
        min-width: 110px;
        max-width: none
    }
    table.table-top-list td.column-1 div.rating {
        width: 100%;
        display: block
    }
    table.table-top-list .column-2 {
        padding-left: 4px;
        padding-right: 4px;
        width: 34%
    }
    table.table-top-list .column-3 {
        font-size: 14px;
        padding-right: 4px;
        width: 33%
    }
    table.table-top-list td.column-2 a.cta-button {
        padding-left: 5px;
        padding-right: 5px;
        display: block;
        font-size: 14px
    }
    table.table-top-list tbody {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    table.table-top-list thead {
        background: #0e60c5;
        color: #fff;
        text-align: center
    }
    table.table-top-list span.stars,
    table.table-top-list span.stars span {
        text-align: left
    }
    img.alignright {
        display: block;
        float: none;
        margin-left: 0
    }
    img.alignleft {
        display: block;
        float: none;
        margin-right: 0
    }
    .homepage-info-section {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 28px;
        line-height: 1.2em
    }
    h2 {
        font-size: 22px
    }
    h3 {
        font-size: 20px
    }
    section.entry-content h1 {
        margin-top: 32px
    }
    section.entry-content div.content-table-wrapper {
        margin-top: 12px;
        margin-bottom: 12px
    }
    .show-more {
        font-size: 16px;
        font-weight: 400
    }
    h2.homepage-headline {
        margin-bottom: 16px;
        padding-bottom: 0
    }
    section.entry-content {
        margin-top: 32px
    }
    section.entry-content>* {
        margin-top: 32px;
        margin-bottom: 32px;
        font-size: 15px
    }
    section.entry-content h1 {
        margin-bottom: 8px;
        font-size: 28px
    }
    section.entry-content h2 {
        font-size: 24px
    }
    section.entry-content .subhead {
        margin-bottom: 20px;
        font-size: 16px
    }
    section.entry-content h3 {
        margin-bottom: 16px;
        font-size: 18px
    }
    section.entry-content ul li,
    section.entry-content ol li {
        margin-bottom: 8px;
        font-size: 15px
    }
    div.subheading {
        font-size: 16px
    }
    div.rating-form-wrapper {
        padding: 16px
    }
    div.rating-form-wrapper div.rating-form p.mr label.description {
        font-size: 16px
    }
    div.rating-form-wrapper p.mr.message {
        font-size: 15px
    }
    section.cross-sell {
        margin-bottom: 8px;
        padding: 0 16px
    }
    section.cross-sell div.inner img.logo {
        height: 40px
    }
    section.cross-sell div.inner div.offer-text {
        margin-bottom: 16px;
        padding-bottom: 0;
        font-size: 22px
    }
    section.cross-sell div.inner a.cta-button {
        max-width: 100%
    }
    section.cross-sell div.inner span.main-text {
        font-size: 17px
    }
    section.cross-sell div.dotted-box {
        max-width: 100%;
        width: 100%
    }
    a.cta-button span.subtext {
        font-size: 12px
    }
    div.rating-form-wrapper div.rating-form input[type=button] {
        padding: 8px 12px
    }
    img.close-button {
        right: -6px
    }
    body:not(.jp) section.entry-content table.with-heading tr td::before {
        content: attr(data-label);
        display: block;
        color: rgba(5, 5, 31, .56);
        font-size: 10px;
        font-weight: 500;
        text-align: left;
        letter-spacing: .02em;
        text-transform: uppercase
    }
    body:not(.jp) .dark-mode-on section.entry-content table.with-heading tr td::before {
        color: #49b5ff
    }
    body:not(.jp) section.entry-content table.with-heading th,
    body:not(.jp) section.entry-content table.with-heading thead {
        display: none
    }
    body:not(.jp) section.entry-content table {
        margin-top: 24px;
        margin-bottom: 24px;
        border: none;
        background-color: transparent
    }
    body:not(.jp) .dark-mode-on section.entry-content table {
        border: unset
    }
    body:not(.jp) section.entry-content table tr {
        display: block;
        margin-bottom: 8px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #dee0e6;
        border-bottom: none;
        background-color: transparent
    }
    body:not(.jp) .dark-mode-on section.entry-content table tr {
        margin-bottom: unset;
        border: unset;
        background-color: unset
    }
    body:not(.jp) section.entry-content table tr td {
        display: block;
        padding: 8px 12px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #dee0e6;
        font-size: 15px;
        border-right: none
    }
    body:not(.jp) .dark-mode-on section.entry-content table tr td {
        border-bottom: unset
    }
    body:not(.jp) section.entry-content table tr.heading-row {
        display: none
    }
    section.entry-content,
    body.page:not(.home) section.entry-content,
    .single-bookmakers section.entry-content,
    .single-social-casino section.entry-content {
        padding: 0 20px
    }
    section.entry-content blockquote {
        margin: 32px -16px;
        padding-right: 16px;
        padding-left: 16px;
        border-top-style: solid;
        border-right-style: none;
        border-right-color: rgba(77, 106, 165, .16);
        border-left-style: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 18px;
        max-width: unset
    }
    section.entry-content blockquote::before {
        width: 32px;
        height: 26px;
        -webkit-background-size: 32px 26px;
        -moz-background-size: 32px 26px;
        background-size: 32px 26px;
        margin-right: 12px
    }
    .testimonial-block {
        margin: 32px -20px;
        padding-right: 20px;
        padding-left: 20px;
        border-top-style: solid;
        border-right-style: none;
        border-right-color: rgba(77, 106, 165, .16);
        border-left-style: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 15px
    }
    .testimonial-block .testimonial-block-quote {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .testimonial-block .testimonial-block-quote::before {
        margin-bottom: 12px;
        margin-right: 12px;
        width: 32px;
        height: 26px;
        -webkit-background-size: 32px 26px;
        -moz-background-size: 32px 26px;
        background-size: 32px 26px
    }
    body-toplist h2.homepage-headline {
        padding-left: 20px;
        padding-right: 20px
    }
    .placeholder-list {
        margin-right: 0;
        margin-left: 0
    }
    .placeholder-list.logo {
        margin-right: 16px;
        margin-left: 0
    }
    body.single-news section#content {
        padding: 0 20px
    }
    .intro-section .featured-image,
    body.single-news section#content .featured-image,
    .entry-content-headlines .tc-content {
        margin-left: -20px;
        margin-right: -20px
    }
    body.page-toplist section.entry-content {
        padding-left: 16px;
        padding-right: 16px
    }
    .homepage-info-section {
        padding-right: 16px;
        padding-left: 16px
    }
    .homepage-info-section .text-container .entry-content {
        padding: 0 !important;
        margin-top: 0
    }
    .homepage-content-section {
        padding-right: 16px;
        padding-left: 16px
    }
    .entry-content .highlight-block {
        display: block
    }
    .entry-content .highlight-block div.content {
        margin-top: 8px;
        margin-left: 0
    }
    section.entry-content .bonusfinder-tip {
        max-width: inherit;
        margin: 32px -20px;
        padding-right: 16px;
        padding-left: 16px;
        border-right: none;
        border-left: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 15px
    }
    section.entry-content .bonusfinder-tip .content {
        font-size: 18px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    section.entry-content .pros-cons-item .text {
        font-size: 15px
    }
}

table.table-top-list tbody {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .06);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .06)
}

table.table-top-list thead {
    text-align: left
}

table.table-top-list thead th {
    padding-top: 16px;
    padding-bottom: 16px;
    vertical-align: middle
}

table.table-top-list tr {
    width: 100%
}

table.table-top-list tbody tr:nth-child(2n+1) {
    background-color: #fff
}

table.table-top-list tbody tr:nth-child(2n) {
    background-color: #f9f9fa
}

table.table-top-list .column-1 {
    width: 38%;
    padding-left: 16px
}

table.table-top-list .column-2 {
    width: 20%
}

table.table-top-list .column-3 {
    width: 42%;
    padding-right: 16px
}

table.table-top-list td.column-1 div.logo img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 150px;
    height: auto
}

table.table-top-list td.column-1 div.logo {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
    width: 163px
}

table.table-top-list td.column-1 div.title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    width: 155px
}

table.table-top-list td.column-1 div.title a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500
}

table.table-top-list td.column-1 div.rating-text {
    font-size: 14px;
    color: #acb5bd
}

table.table-top-list td.column-1 div.rating {
    display: table-cell;
    width: 150px;
    vertical-align: middle
}

table.table-top-list td.column-2 a.cta-button {
    padding: 10px 28px;
    font-size: 16px;
    text-transform: uppercase
}

table.table-top-list td.column-3 div.first-row {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

table.table-top-list td.column-3 div.second-row {
    font-size: 16px;
    font-weight: 400;
    color: #7d838f
}

table.table-top-list td {
    vertical-align: middle;
    padding-top: 16px;
    padding-bottom: 16px
}

@media only screen and (max-width:1330px) {
    table.table-top-list .column-2 {
        width: 24%
    }
    table.table-top-list .column-3 {
        width: 38%
    }
}

@media only screen and (max-width:959px) {
    table.table-top-list td.column-2 a.cta-button {
        padding-left: 20px;
        padding-right: 20px
    }
    table.table-top-list .column-2 {
        width: 32%;
        padding-left: 10px
    }
    table.table-top-list .column-3 {
        width: 30%
    }
    table.table-top-list td.column-1 div.logo {
        background: 0 0 !important
    }
    table.table-top-list td.column-1 div.logo img {
        min-width: 84px;
        max-width: 84px
    }
    table.table-top-list td.column-1 div.title {
        min-width: 115px;
        max-width: 115px;
        padding-left: 10px
    }
    table.table-top-list td.column-2 a.cta-button {
        padding-left: 10px;
        padding-right: 10px
    }
}

body-toplist section.entry-content {
    margin-top: 0
}

div.rating-results-wrapper span.count span::after {
    content: "\0020 ratings"
}

section.entry-content>div#load-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    -moz-box-flex: 0;
    flex: 0 100%;
    border-bottom: 1px solid #dedede;
    background-color: transparent;
    color: rgba(4, 15, 39, .64);
    font-size: 13px;
    line-height: 1em;
    font-weight: 500;
    cursor: pointer;
    margin-top: 0
}

section.entry-content>div#load-more img {
    opacity: .64;
    width: 16px;
    height: auto;
    margin-left: 3px;
    position: relative;
    top: 1px
}

section.review-wrapper div.not-available {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    padding: 16px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start;
    border: 1px solid #ffd127;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff4cd;
    color: #3c2f00;
    font-size: 14px;
    line-height: 1.4em
}

section.review-wrapper .warning-sign {
    height: 20px;
    margin-right: 12px;
    opacity: 1
}

.rating-form-wrapper .rating-star {
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
    width: 23px;
    height: 23px;
    -webkit-background-size: 23px 23px;
    -moz-background-size: 23px 23px;
    background-size: 23px 23px;
    image-rendering: -moz-crisp-edges;
    display: inline-block;
    cursor: pointer
}

.rating-form-wrapper .mr-custom-empty-star,
.rating-results-wrapper .mr-custom-empty-star {
    background-image: url("../../../bonusfinder/images/bca-star_empty.png")
}

.rating-form-wrapper .mr-custom-full-star,
.rating-results-wrapper .mr-custom-full-star {
    background-image: url("../../../bonusfinder/images/bca-star_full.png")
}

.rating-results-wrapper .mr-custom-half-star {
    background-image: url("../../../bonusfinder/images/bca-star_half.png")
}

div.rating-results-wrapper .mr-custom-half-star,
div.rating-results-wrapper .mr-custom-full-star,
div.rating-results-wrapper .mr-custom-empty-star {
    width: 16px;
    height: 16px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
    image-rendering: -moz-crisp-edges;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat
}

div.rating-form-wrapper p.mr-error-form.message,
div.rating-form-wrapper p.mr.message.mr-error {
    color: red
}

body.error404 footer#footer {
    padding-bottom: 0
}

.hidden {
    display: none !important
}

section.review-wrapper div.second-row .cta-button.with-arrow-and-color {
    background-color: #08a356
}

section.review-wrapper div.second-row .cta-button.with-arrow-and-color:hover {
    background-color: #009149
}

section.review-wrapper div.second-row a.cta-button.with-arrow span.main-text,
section.review-wrapper div.second-row a.cta-button.with-arrow-and-color span.main-text {
    margin-right: -8px
}

section.review-wrapper div.second-row a.cta-button.with-arrow span.main-text::after,
section.review-wrapper div.second-row a.cta-button.with-arrow-and-color span.main-text::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-left: 8px;
    background-image: url("../../../bonusfinder/images/btn_arrow.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.toplist.with-arrow-and-color .offer-content-wrapper .info-wrapper {
    background-color: #e6f3ed
}

.toplist.with-arrow-and-color .offer-content-wrapper .info-wrapper .cta-container {
    background-color: #08a356
}

.toplist.with-arrow-and-color .offer-content-wrapper .info-wrapper .cta-container .main-text {
    margin-right: -8px
}

.toplist.with-arrow-and-color .offer-content-wrapper .info-wrapper .cta-container .main-text::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-left: 8px;
    background-image: url("../../../bonusfinder/images/btn_arrow.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.toplist.with-arrow-and-color .offer-content-wrapper .info-wrapper:hover .cta-container {
    background-color: #009149
}

.toplist.with-arrow .offer-content-wrapper .info-wrapper .cta-container .main-text {
    margin-right: -8px
}

.toplist.with-arrow .offer-content-wrapper .info-wrapper .cta-container .main-text::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-left: 8px;
    background-image: url("../../../bonusfinder/images/btn_arrow.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

div.bottom-float.with-arrow .cta-button .main-text::after,
div.bottom-float.with-arrow-and-color .cta-button .main-text::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-left: 8px;
    background-image: url("../../../bonusfinder/images/btn_arrow.svg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

div.bottom-float.with-arrow .cta-button .main-text,
div.bottom-float.with-arrow-and-color .cta-button .main-text {
    margin-right: -8px
}

div.bottom-float.with-arrow-and-color .cta-button {
    background-color: #08a356
}

div.bottom-float.with-arrow-and-color .cta-button:hover {
    background-color: #009149
}

div.bottom-float .cta-button .main-text.ab-test-6,
div.bottom-float .cta-button .subtext.ab-test-6 {
    display: none
}

@media only screen and (max-width:991px) {
    div.bottom-float.ab-test-6 .cta-button .main-text,
    div.bottom-float.ab-test-6 .cta-button .subtext {
        display: none
    }
    div.bottom-float.ab-test-6 .cta-button .main-text.ab-test-6,
    div.bottom-float.ab-test-6 .cta-button .subtext.ab-test-6 {
        display: block
    }
}

#header-v2 {
    position: relative;
    z-index: 999;
    padding-right: 32px;
    padding-left: 32px;
    background-color: #043398;
    background-image: -webkit-gradient(linear, left top, right top, from(#043398), to(rgba(13, 96, 197, 0.75)));
    background-image: -webkit-linear-gradient(left, #043398, rgba(13, 96, 197, 0.75));
    background-image: -moz- oldlinear-gradient(left, #043398, rgba(13, 96, 197, 0.75));
    background-image: -o-linear-gradient(left, #043398, rgba(13, 96, 197, 0.75));
    background-image: linear-gradient(90deg, #043398, rgba(13, 96, 197, 0.75))
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on #header-v2 {
        background-color: #212633;
        background-image: unset
    }
}

body.home #header-v2 {
    margin-bottom: 0
}

body.blog-page #header-v2,
body.single-blog #header-v2 {
    background-image: url("../../../bonusfinder/images/bf-blog-header-bg.svg");
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

#header-v2>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 17px;
    padding-bottom: 17px
}

body.blog-page #header-v2>.container,
body.single-blog #header-v2>.container {
    padding: 8px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#header-v2 div.responsive-menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    width: 20px;
    background-image: url("../../../bonusfinder/images/bonus-ca-menu_buttons.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-background-size: 40px 18px;
    -moz-background-size: 40px 18px;
    background-size: 40px 18px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on #header-v2 div.responsive-menu-toggle {
        opacity: .85;
        background-image: url("../../../bonusfinder/images/dark/bf-mobile_menu_icons.svg")
    }
}

#header-v2 div.responsive-menu-toggle.active {
    background-position: right center
}

#header-v2 div.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.blog-page #header-v2 div.logo,
body.single-blog #header-v2 div.logo {
    height: 64px
}

body.blog-page #header-v2 div.logo *:not(script),
body.single-blog #header-v2 div.logo *:not(script) {
    display: block;
    height: 100%
}

#header-v2 div.logo img:nth-child(2) {
    display: none
}

#header-v2 .change-locale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    clear: none;
    -webkit-transition: opacity 80ms linear;
    -o-transition: opacity 80ms linear;
    -moz-transition: opacity 80ms linear;
    transition: opacity 80ms linear;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 24px
}

#header-v2 .change-locale>li {
    position: relative
}

#header-v2 .change-locale .current-lang img {
    width: 100px;
    height: auto;
    display: block
}

#header-v2 .change-locale-dropdown {
    position: absolute;
    top: 42px;
    right: -1px;
    z-index: 999;
    width: 139px;
    padding: 16px 0;
    border-right: 1px solid rgba(211, 218, 233, .64);
    border-bottom: 1px solid rgba(211, 218, 233, .64);
    border-left: 1px solid rgba(211, 218, 233, .64);
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    -webkit-transform: translateX(4px) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    -moz-transform: translateX(4px) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    transform: translateX(4px) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    opacity: 0;
    will-change: transform;
    overflow: hidden;
    -webkit-transition: opacity .08s, -webkit-transform .16s;
    transition: opacity .08s, -webkit-transform .16s;
    -o-transition: opacity .08s, -o-transform .16s;
    -moz-transition: transform .16s, opacity .08s, -moz-transform .16s;
    transition: transform .16s, opacity .08s;
    transition: transform .16s, opacity .08s, -webkit-transform .16s, -moz-transform .16s, -o-transform .16s;
    visibility: hidden
}

#header-v2 .change-locale-dropdown.active {
    -webkit-transform: translateX(0) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    -moz-transform: translateX(0) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    transform: translateX(0) translateY(0) translateZ(0) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    opacity: 1;
    will-change: transform;
    overflow: visible;
    visibility: visible
}

#header-v2 .change-locale-dropdown a {
    height: auto;
    padding: 9px 24px
}

#header-v2 .change-locale-dropdown img {
    width: auto;
    height: 20px;
    cursor: pointer
}

#header-v2 .change-locale-dropdown li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

#header-v2 .change-locale-dropdown li:hover {
    background-color: #edf1fa
}

#header-v2 .current-lang {
    height: 24px;
    cursor: pointer
}

.top-bar {
    background-color: #ffcc3f;
    color: #030f27;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 0 32px;
    cursor: pointer;
    position: relative
}

.top-bar .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.4em
}

.top-bar .text {
    font-size: 14px
}

.top-bar .new-label {
    font-weight: 600;
    letter-spacing: .02em
}

.ab-test-55 .top-bar {
    display: none
}

@media only screen and (max-width:767px) {
    .top-bar-promotion .text {
        text-align: center;
        margin-right: 0
    }
    .top-bar-promotion .button {
        display: none
    }
}

@media only screen and (max-width:479px) {
    #header-v2 {
        padding-left: 16px;
        padding-right: 16px
    }
    #header-v2 div.responsive-menu-toggle {
        width: 18px;
        height: 16px;
        -webkit-background-size: 36px 16px;
        -moz-background-size: 36px 16px;
        background-size: 36px 16px
    }
    #header-v2 .change-locale {
        margin-left: 0
    }
    #header-v2 .change-locale .current-lang img {
        width: 24px
    }
    #header-v2 .current-lang {
        width: 24px
    }
    body.home header#header-v2 {
        margin-bottom: 20px
    }
    body.home header#header-v2 {
        margin-bottom: 0
    }
    .top-bar {
        padding: 0 8px
    }
}

@media only screen and (max-width:767px) {
    .top-bar .text {
        text-align: center
    }
}

footer#footer {
    -webkit-transition: padding .4s;
    -o-transition: padding .4s;
    -moz-transition: padding .4s;
    transition: padding .4s;
    background: #043398;
    text-align: center;
    padding: 32px;
    margin-bottom: -16px
}

body.error404 footer#footer {
    margin-top: 0
}

footer#footer div.logo {
    margin-bottom: 32px
}

footer#footer div.logo img {
    height: 40px;
    width: auto
}

footer#footer div.logo img:nth-child(3) {
    display: none
}

footer#footer div.text {
    margin-bottom: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    font-weight: 400;
    line-height: 20px
}

footer#footer div.text a {
    color: #fff;
    text-decoration: underline
}

footer#footer div.text a:hover {
    color: rgba(255, 255, 255, .8)
}

footer#footer div.text.disclaimer-uk {
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    margin-bottom: 24px
}

footer#footer div.text.disclaimer-uk p {
    margin-bottom: 12px
}

footer#footer div.trust-links {
    margin: 24px 0
}

footer#footer div.trust-links img {
    height: auto
}

footer#footer div.footer-bottom {
    margin-top: 24px;
    padding-top: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    color: #e1eeff;
    font-size: 15px;
    line-height: 1.2em;
    text-align: center
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on footer#footer div.footer-bottom {
        color: unset
    }
}

footer#footer div.footer-bottom a:hover {
    color: rgba(255, 255, 255, .8)
}

footer#footer {
    padding: 0;
    background-color: #043398;
    background-image: -webkit-linear-gradient(45deg, #043398, rgba(13, 96, 197, 0.75));
    background-image: -moz- oldlinear-gradient(45deg, #043398, rgba(13, 96, 197, 0.75));
    background-image: -o-linear-gradient(45deg, #043398, rgba(13, 96, 197, 0.75));
    background-image: linear-gradient(45deg, #043398, rgba(13, 96, 197, 0.75))
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on footer#footer {
        background-color: #212633;
        background-image: none
    }
}

footer#footer div.container {
    max-width: 1024px;
    padding: 32px
}

footer#footer div.trust-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer#footer div.trust-links img {
    height: 36px;
    margin: 8px 12px;
    opacity: .7
}

footer#footer .back-to-top {
    display: block;
    width: auto;
    padding: 12px 32px;
    background-color: #043398;
    color: #fff;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    text-align: center;
    text-decoration: none
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on footer#footer .back-to-top {
        background-color: #2a3142
    }
}

footer#footer .back-to-top:hover {
    background-color: #042e8a
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on footer#footer .back-to-top:hover {
        background-color: #373f52
    }
}

footer#footer div.footer-bottom {
    margin-top: 24px
}

footer#footer .dmca-wrapper {
    margin: 9px 12px;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    line-height: 1.666em;
    font-family: Arial;
    font-size: 11px;
    text-transform: uppercase
}

footer#footer .dmca-wrapper>div {
    display: inline-block
}

footer#footer .dmca-wrapper>.dmca {
    background-color: #0e60c5;
    border-color: #257ce6;
    margin-right: -3px
}

footer#footer .dmca-wrapper>.dmca span {
    display: block;
    padding: 5px 4px
}

footer#footer .dmca-wrapper>.protected {
    border: 1px #fff #134cbf;
    background-color: #043398
}

footer#footer .dmca-wrapper>.protected a {
    display: block;
    padding: 5px 8px
}

footer#footer .footer-text {
    margin-top: 24px;
    margin-bottom: 0;
    color: rgba(225, 238, 255, .9);
    line-height: 1.5em;
    text-align: center;
    font-size: 15px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on footer#footer .footer-text {
        color: unset
    }
}

footer#footer .footer-text p {
    margin-bottom: 20px
}

footer#footer .footer-text a {
    text-decoration: underline;
    color: rgba(225, 238, 255, .8)
}

footer#footer .footer-bottom-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer#footer .footer-bottom-logos img {
    height: 40px;
    margin: 8px 12px;
    opacity: 1
}

footer#footer .social-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer#footer .social-icons a {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    cursor: pointer
}

footer#footer .social-icons a:hover img {
    opacity: 1
}

footer#footer .social-icons img {
    height: 24px;
    opacity: .64
}

@media only screen and (max-width:767px) {
    footer#footer.bottom-float-active {
        padding-bottom: 60px
    }
}

@media only screen and (max-width:479px) {
    footer#footer div.trust-links {
        margin: 16px 0
    }
    footer#footer div.logo img {
        height: 34px;
        width: auto
    }
    footer#footer div.container,
    footer#footer .back-to-top {
        padding-left: 20px;
        padding-right: 20px
    }
    footer#footer.bottom-float-active {
        padding-bottom: 100px
    }
}

footer#footer div.footer-bottom a {
    text-decoration: none
}

div.breadcrumbs {
    color: rgba(3, 15, 39, .64);
    line-height: 1.86em;
    font-weight: 400;
    font-size: 13px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on div.breadcrumbs {
        color: unset
    }
}

div.breadcrumbs.with-background-color {
    background-color: #ebf4ff
}

.single-bookmakers div.breadcrumbs,
.single-social-casino div.breadcrumbs,
.single-ontario-casinos div.breadcrumbs,
.single-ontario-betting div.breadcrumbs,
.blog-page div.breadcrumbs,
.promotion-page div.breadcrumbs,
.free-slots-page div.breadcrumbs {
    background-color: #ebf4ff
}

@media only screen and (prefers-color-scheme:dark) {
    .single-bookmakers .dark-mode-on div.breadcrumbs,
    .single-social-casino .dark-mode-on div.breadcrumbs,
    .single-ontario-casinos .dark-mode-on div.breadcrumbs,
    .single-ontario-betting .dark-mode-on div.breadcrumbs,
    .blog-page .dark-mode-on div.breadcrumbs,
    .promotion-page .dark-mode-on div.breadcrumbs,
    .free-slots-page .dark-mode-on div.breadcrumbs {
        background-color: unset
    }
}

.single-blog div.breadcrumbs,
.single-news div.breadcrumbs {
    background-color: #fafbfd
}

div.breadcrumbs .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(3, 15, 39, .64);
    font-size: 13px;
    line-height: 1.2em;
    min-height: 32px;
    padding: 16px 0 0
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on div.breadcrumbs .container {
        color: unset
    }
}

div.breadcrumbs .breadcrumb-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 1.4em;
    padding-right: 16px
}

div.breadcrumbs .breadcrumb-text>a,
div.breadcrumbs .breadcrumb-text>span {
    color: inherit
}

div.breadcrumbs .breadcrumb-text a:hover {
    text-decoration: underline
}

div.breadcrumbs>a,
div.breadcrumbs .container>a {
    padding: 4px 0;
    display: inline-block
}

.intro-section div.breadcrumbs {
    margin-left: -32px;
    margin-right: -32px
}

div-avis-casino .container {
    padding: 16px 0
}

body.toplist-page div.breadcrumbs {
    margin-bottom: 16px
}

.statebar-block {
    position: relative;
    z-index: 90;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    -moz-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12)
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .statebar-block {
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
        background-color: #2a3142;
        border-top: 1px solid #373f52
    }
}

.statebar-block .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(3, 15, 39, .64);
    line-height: 1.2em;
    min-height: 32px;
    padding: 8px 0;
    height: 48px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .statebar-block .container {
        color: unset
    }
}

.statebar-block .state-legal-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: rgba(3, 15, 39, .75);
    line-height: 1.4em;
    font-size: 13px
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .statebar-block .state-legal-text {
        color: #a1b1ce
    }
}

.statebar-block .state-legal-text img {
    width: 18px;
    margin-right: 6px
}

.statebar-block .state-legal-text img:nth-child(3) {
    display: none
}

.intro-section .statebar-block {
    margin-left: -32px;
    margin-right: -32px
}

.state-selector {
    position: relative;
    display: block;
    margin: 0;
    padding: 6px 12px;
    border: 1px solid #e6eaf5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    -moz-box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    box-shadow: 0 2px 3px -1px rgba(3, 15, 39, .12);
    color: rgba(3, 15, 39, .8);
    font-weight: 500;
    cursor: pointer
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .state-selector {
        border: 1px solid #373f52;
        background-color: #212633;
        color: unset
    }
}

.state-selector-top {
    display: block;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: rgba(4, 15, 39, .64);
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .state-selector-top {
        color: unset
    }
}

.state-selector-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #030f27;
    font-weight: 500
}

@media only screen and (prefers-color-scheme:dark) {
    .dark-mode-on .state-selector-content {
        color: unset
    }
}

.state-selector-content img.dropdown-arrow {
    width: 16px;
    margin-right: 4px;
    margin-left: -4px;
    opacity: .64
}

.state-selector-bottom {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(5, 5, 19, .24)
}

.state-selector-bottom.active {
    display: block;
    opacity: 1
}

.state-selector-bottom .state-selector-bottom-content {
    position: relative;
    display: block;
    overflow: auto;
    width: auto;
    height: 100%;
    padding: 32px
}

.state-selector-bottom .state-modal {
    position: relative;
    display: block;
    overflow: auto;
    width: 100%;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px -4px #030f27;
    -moz-box-shadow: 0 8px 16px -4px #030f27;
    box-shadow: 0 8px 16px -4px #030f27
}

.state-selector-bottom .state-modal-title-container {
    position: static;
    left: auto;
    top: 0;
    right: auto;
    width: 100%;
    background-color: #043398;
    color: #fff;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.2em
}

.state-selector-bottom .state-modal-back_btn {
    padding: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    cursor: pointer
}

.state-selector-bottom .state-modal-back_btn img {
    display: inline-block;
    vertical-align: middle
}

.state-selector-bottom .modal-content-container-state {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #05051f;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 500
}

.state-selector-bottom .modal-list-container-state {
    display: block;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.state-selector-bottom .modal-list-container-state.unlicensed .state-selector-item img {
    opacity: .25
}

.state-selector-bottom .modal-list-title {
    margin-top: 32px;
    margin-bottom: 16px;
    color: #0d60c5;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: uppercase
}

.state-selector-bottom .modal-list-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.state-selector-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 25%;
    flex: 0 25%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: opacity 120ms ease;
    -o-transition: opacity 120ms ease;
    -moz-transition: opacity 120ms ease;
    transition: opacity 120ms ease;
    color: #030f27;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer
}

.state-selector-item img {
    width: 32px;
    margin-right: 12px
}

.state-selector-item:hover {
    background-color: #ebf4ff
}

body.state-modal-opened.state-modal-overflow {
    overflow-y: hidden
}

@media only screen and (max-width:1100px) {
    div.breadcrumbs,
    .statebar-block {
        padding: 0 32px
    }
    div.breadcrumbs .breadcrumb-text {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0 32px;
        margin: 0 -32px;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    div.breadcrumbs .breadcrumb-text::-webkit-scrollbar {
        display: none
    }
    div.breadcrumbs .state-selector {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 8px
    }
    .state-selector.state-selector-list-filter.active .state-selector-bottom {
        max-width: 400px
    }
    .state-selector-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 33.33%;
        -moz-box-flex: 0;
        -ms-flex: 0 33.33%;
        flex: 0 33.33%
    }
    .statebar-block .container {
        padding: 8px 0
    }
}

@media only screen and (max-width:991px) {
    .single-bookmakers #header-v2,
    .single-social-casino #header-v2,
    .single-ontario-casinos #header-v2,
    .single-ontario-betting #header-v2 {
        z-index: 1000
    }
}

@media only screen and (max-width:767px) {
    .state-selector-bottom {
        background-color: #fff;
        overflow: visible
    }
    .state-selector-bottom .state-selector-bottom-content {
        position: static;
        overflow: scroll;
        padding: 0
    }
    .state-selector-bottom .state-modal {
        position: static;
        top: auto;
        z-index: 999;
        overflow: auto;
        min-height: 100vh;
        padding-top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .state-selector-bottom .state-modal-title-container {
        position: fixed;
        z-index: 999
    }
    .state-selector-bottom .state-modal-back_btn {
        padding: 16px
    }
    .state-selector-bottom .modal-content-container-state {
        position: static;
        padding-top: 48px;
        padding-bottom: 0
    }
    .state-selector-bottom .modal-list-container-state {
        margin-top: 32px
    }
    .state-selector-item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media only screen and (max-width:479px) {
    div.breadcrumbs .breadcrumb-text {
        padding: 0 16px;
        margin: 0 -16px
    }
    div.breadcrumbs,
    .statebar-block {
        padding: 0 16px
    }
    .intro-section div.breadcrumbs,
    .intro-section .statebar-block {
        margin-left: -16px;
        margin-right: -16px
    }
    div.breadcrumbs a:hover {
        color: inherit
    }
    .state-selector.active .state-selector-bottom {
        left: 0
    }
    .state-selector {
        position: static;
        padding: 8px
    }
    .state-selector.state-selector-list-filter.active .state-selector-bottom {
        max-width: unset;
        width: 100%;
        top: 0
    }
    .state-selector-item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding: 12px 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
        border-bottom: 1px solid #e6eaf5
    }
    .state-selector-bottom {
        position: fixed;
        bottom: 0;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .state-selector-bottom .state-selector-bottom-content {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        height: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .state-selector-bottom .state-modal {
        width: 100%
    }
    .state-selector-bottom .state-modal-title-container {
        font-size: 18px
    }
    .state-selector-bottom .modal-content-container-state {
        position: relative;
        padding-top: 48px;
        font-size: 13px
    }
    .state-selector-bottom .modal-list-container-state {
        padding-left: 16px;
        padding-right: 16px
    }
    body.state-modal-opened {
        height: 100%;
        overflow: hidden
    }
}

@media only screen and (max-height:660px) {
    .single-bookmakers #header-v2,
    .single-social-casino #header-v2,
    .single-ontario-casinos #header-v2,
    .single-ontario-betting #header-v2 {
        z-index: 1000
    }
}