/*!
Theme Name: Clovr
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme.
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.3
*/
:root {
    --color-primary: #0434a3;
    --color-primary-darker: #fff;
    --color-primary-rgba: rgba(15, 120, 51, .25);
    --color-primary-rgba-darker: rgba(15, 120, 51, .35);
    --color-secondary: #5b555c;
    --color-tertiary: #28ba8b;
    --color-tip-font: #784e00;
    --color-category: #ffc965;
    --color-alice-blue: #f2f6ff;
    --color-light-green: #29d09a;
    --color-neutral: #666;
    --color-royal-blue: #2c65ea;
    --color-dark-grey: #2b2a2f;
    --color-light-blue: #edf1ff;
    --color-heading-primary: #101010;
    --color-mobile-heading-primary: #0434a3;
    --color-success-light-green: #ecfdf3;
    --color-error: #b42318;
    --color-error-light-red: #fef3f2;
    --color-success: #027a48;
    --color-danger: #b42318;
    --color-danger-lighter: #fef3f2;
    --color-warning: #f99f44;
    --color-info: #44b1f9;
    --color-disabled: #e4e4e4;
    --color-accent: #0434a3;
    --color-accent-2: #00388d;
    --color-typography-primary: #000;
    --color-typography-secondary: #aaa;
    --color-typography-alternate: #fff;
    --color-typography-success: #027a48;
    --color-typography-error: #b42318;
    --color-typography-lite: silver;
    --color-anchor: #e4e2df;
    --color-anchor-secondary: #666;
    --color-anchor-alternate: #fff;
    --color-anchor-lite: #b6b6b6;
    --color-anchor-dark-grey: #454545;
    --color-anchor-tertiary: #89adff;
    --color-step-number: #2145d9;
    --color-nav-background: #fff;
    --color-default-input-background: #fff;
    --color-default-input-foreground: #6f6f6f;
    --color-default-input-label: #000;
    --color-default-border: #32cd32;
    --color-secondary-border: gold;
    --color-tertiary-border: #fff;
    --color-fourth-border: #006400;
    --color-fifth-border: #333;
    --shadow-default: 0px 3px 24px -6px rgba(0, 0, 0, .4);
    --width-main-wrapper: 100%;
    --width-main-wrapper-small: 100%;
    --color-list-item-default-background: #f5f5f5;
    --color-list-item-secondary-background: #32cd32;
    --color-list-item-border-gold: #c6a318;
    --height-main-header-mobile: 70px;
    --height-main-header-desktop: 80px;
    --width-default-width: 1500px;
    --screen-web-max-width: 1500px;
    --color-footer-default-background: #2f2f2f;
    --color-footer-text-primary: #979797;
    --color-footer-text-secondary: #32cd32;
    --color-thead-background-default: #000;
    --color-table-border-default: #016f2ea8;
    --font-circular: "Circular";
    --font-fontello: "fontello";
    --font-default: "DM Sans", sans-serif;
    --font-family-header: "DM Sans", sans-serif;
    --font-family-paragraph: "DM Sans", sans-serif;
    --font-family-button: "DM Sans", sans-serif;
    --font-header: "DM Sans", sans-serif;
    --font-weight-lighter: 300;
    --font-x-small: 12px;
    --font-small: 14px;
    --font-regular-small: 16px;
    --font-regular: 18px;
    --font-medium: 20px;
    --font-regular-medium: 24px;
    --font-xmedium: 22px;
    --font-large: 26px;
    --font-xlarge: 32px;
    --font-xxlarge: 48px;
    --font-xxxlarge: 60px;
    --font-xxx-large: 80px;
    --font-4xlarge: 90px;
    --font-5xlarge: 120px;
    --font-mobile-header-one: 36px;
    --font-mobile-header-two: 24px;
    --font-mobile-paragraph: 14px;
    --font-button-regular: 18px;
    --line-height-small: 20px;
    --line-height-regular: 1.5;
    --color-background-primary: #fff;
    --color-background-secondary: #eee;
    --color-background-tertiary: #494949;
    --color-background-alternate: #000;
    --color-background-success: #ecfdf3;
    --color-background-error: #fef3f2;
    --color-background-accent: #0434a3;
    --color-background-accent-2: #ffcf76;
    --color-background-pro-tip: #ffb4271a;
    --color-background-dark-grey: #222536;
    --color-white-background: #fff;
    --color-light-grey-background: #f3f3f3;
    --color-grey: #dbdbdb;
    --color-content-block-border-green: #27863a;
    --color-content-block-border-yellow: #c6a318;
    --color-content-block-border-grey: #959595;
    --color-content-block-border-red: #b11515;
    --color-content-block-border-white: #b11515;
    --color-content-block-border-transparent: transparent;
    --color-button-default: linear-gradient(77.9deg, #28ba8b 25.05%, #2bffbb 138.4%);
    --color-button-secondary: #28ba8b;
    --color-button-tertiary: #fff;
    --color-button-hover: linear-gradient(69.04deg, #28ba8b 24.18%, #fff 128.4%);
    --color-font-button-white: #fff;
    --color-font-button-dark-blue: #32cd32;
    --space: 1rem;
    --space-md: calc(var(--space) * 2);
    --content-max-width: 30ch;
    --background-dark: #32cd32;
    --border-radius-default: 12px
}

.loader__overlay {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 19
}

#loader, .default-app-loader .loader-inner {
    --loader-size: 50px;
    border-radius: 50%;
    height: var(--loader-size);
    opacity: 1;
    position: relative;
    transition: opacity 1s;
    width: var(--loader-size)
}

.default-app-loader .loader-inner:before {
    --b-inset: 0px;
    animation: loaderRotate 1s linear infinite;
    border-color: transparent #fff #fff transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px
}

.default-app-loader .loader-inner:after, .default-app-loader .loader-inner:before {
    bottom: var(--b-inset);
    content: "";
    left: var(--b-inset);
    position: absolute;
    right: var(--b-inset);
    top: var(--b-inset)
}

.default-app-loader .loader-inner:after {
    --b-inset: -5px;
    animation: loaderRotateReverse 1s linear infinite;
    border-color: #fff transparent transparent #fff;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px
}

.default-app-loader.overlay {
    align-items: center;
    background-color: rgba(23, 100, 192, .5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.default-app-loader.hidden {
    opacity: 0
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1, h2, h3 {
    text-align: center;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    border-style: none
}*/

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

#scrolltop {
    z-index: 900
}

body {
    color: var(--color-typography-primary);
    display: flex;
    flex-direction: column;
    font-family: var(--font-default);
    line-height: 1.5;
    min-height: 100vh
}

#main-wrapper {
    flex-grow: 1
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    font-family: inherit
}

.space-cons-title, .space-pros-title {
    background-color: #258911
}

.space-pros-ins:before {
    background-color: #89cf7b
}

.space-footer-top {
    background: inherit;
    padding: 45px 0 0 !important
}

.space-footer-top-center .mc4wp-form {
    margin: 0 auto
}

.space-footer-top-center .mc4wp-form p {
    margin: 0
}

.space-footer-top-center .mc4wp-response {
    text-align: center
}

.mc4wp-form-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center
}

@media screen and (min-width: 768px) {
    .mc4wp-form-fields {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: center
    }

    .mc4wp-form-fields input[type=email] {
        width: 300px
    }
}

.mc4wp-form-fields input[type=submit] {
    background-color: var(--yellow);
    color: #000;
    text-transform: uppercase
}

.top-rated-ethereum .top-rated-icon {
    background: url(images/logo-mini-ethereum.png) 0/auto 30px no-repeat
}

.top-rated-tron .top-rated-icon {
    background: url(images/logo-mini-tron.png) 0/auto 30px no-repeat
}

.top-rated-eos .top-rated-icon {
    background: url(images/logo-mini-eos.png) 0/auto 30px no-repeat
}

@media screen and (max-width: 479px) {
    .top-info {
        align-content: center;
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        gap: 10px;
        margin-bottom: 0;
        position: relative
    }

    .top-info .space-organization-content-logo {
        flex-shrink: 0;
        max-height: 100%;
        max-width: 85px;
        padding: 0
    }

    .top-info .space-organization-content-logo .casino-logo {
        margin: 0;
        max-height: 85px;
        max-width: 85px
    }

    .top-info .space-organization-content-logo-stars {
        margin-bottom: 0;
        margin-top: 0;
        order: 2;
        padding-bottom: 0
    }

    .top-info .space-organization-content-logo-stars:after {
        display: none
    }

    .top-info h1 {
        font-size: 1.3em;
        text-align: left;
        width: 100%
    }

    .top-info .title-and-rating {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        flex-grow: 1;
        gap: 5px 10px;
        text-align: left
    }

    .reviews-page .space-organization-content-info {
        padding-top: 0
    }

    .reviews-page .space-organization-content-button-block {
        padding: 15px
    }

    .reviews-page .space-aces-content-meta {
        margin-bottom: 15px
    }

    .reviews-page.space-single-organization .space-page-content-meta {
        margin-bottom: 15px;
        padding-bottom: 0
    }

    .reviews-page .space-page-content-meta-ins {
        align-content: center
    }

    .reviews-page .space-page-content-meta-author {
        padding: 0 0 3px
    }

    .reviews-page .space-organization-content-excerpt {
        font-size: 1.1em;
        margin-bottom: 15px;
        padding-bottom: 10px
    }

    .reviews-page .bonus-extra-block {
        padding: 12px
    }
}

.casino-mobile-sidebar .space-widget, .casino-mobile-sidebar .widget_block, .space-sidebar-section .space-widget, .space-sidebar-section .widget_block, .space-sidebar-section-left .space-widget, .space-sidebar-section-left .widget_block {
    background: none;
    border: none;
    box-shadow: none;
    color: var(--color-secondary);
    font-size: 16px;
    line-height: normal;
    margin: 20px 15px;
    padding: 0
}

.casino-mobile-sidebar .space-widget:first-child, .casino-mobile-sidebar .widget_block:first-child, .space-sidebar-section .space-widget:first-child, .space-sidebar-section .widget_block:first-child, .space-sidebar-section-left .space-widget:first-child, .space-sidebar-section-left .widget_block:first-child {
    margin-top: 0
}

.casino-mobile-sidebar .space-widget:last-child, .casino-mobile-sidebar .space-widget > :last-child, .casino-mobile-sidebar .widget_block:last-child, .casino-mobile-sidebar .widget_block > :last-child, .space-sidebar-section .space-widget:last-child, .space-sidebar-section .space-widget > :last-child, .space-sidebar-section .widget_block:last-child, .space-sidebar-section .widget_block > :last-child, .space-sidebar-section-left .space-widget:last-child, .space-sidebar-section-left .space-widget > :last-child, .space-sidebar-section-left .widget_block:last-child, .space-sidebar-section-left .widget_block > :last-child {
    margin-bottom: 0
}

.casino-mobile-sidebar .space-widget ul li, .casino-mobile-sidebar .space-widget ul li a, .casino-mobile-sidebar .widget_block ul li, .casino-mobile-sidebar .widget_block ul li a, .space-sidebar-section .space-widget ul li, .space-sidebar-section .space-widget ul li a, .space-sidebar-section .widget_block ul li, .space-sidebar-section .widget_block ul li a, .space-sidebar-section-left .space-widget ul li, .space-sidebar-section-left .space-widget ul li a, .space-sidebar-section-left .widget_block ul li, .space-sidebar-section-left .widget_block ul li a {
    border: none;
    color: inherit;
    padding: initial
}

.casino-mobile-sidebar .space-widget h1, .casino-mobile-sidebar .space-widget h2, .casino-mobile-sidebar .space-widget h3, .casino-mobile-sidebar .space-widget h4, .casino-mobile-sidebar .space-widget h5, .casino-mobile-sidebar .space-widget h6, .casino-mobile-sidebar .widget_block h1, .casino-mobile-sidebar .widget_block h2, .casino-mobile-sidebar .widget_block h3, .casino-mobile-sidebar .widget_block h4, .casino-mobile-sidebar .widget_block h5, .casino-mobile-sidebar .widget_block h6, .space-sidebar-section .space-widget h1, .space-sidebar-section .space-widget h2, .space-sidebar-section .space-widget h3, .space-sidebar-section .space-widget h4, .space-sidebar-section .space-widget h5, .space-sidebar-section .space-widget h6, .space-sidebar-section .widget_block h1, .space-sidebar-section .widget_block h2, .space-sidebar-section .widget_block h3, .space-sidebar-section .widget_block h4, .space-sidebar-section .widget_block h5, .space-sidebar-section .widget_block h6, .space-sidebar-section-left .space-widget h1, .space-sidebar-section-left .space-widget h2, .space-sidebar-section-left .space-widget h3, .space-sidebar-section-left .space-widget h4, .space-sidebar-section-left .space-widget h5, .space-sidebar-section-left .space-widget h6, .space-sidebar-section-left .widget_block h1, .space-sidebar-section-left .widget_block h2, .space-sidebar-section-left .widget_block h3, .space-sidebar-section-left .widget_block h4, .space-sidebar-section-left .widget_block h5, .space-sidebar-section-left .widget_block h6 {
    color: var(--dark-blue);
    font-size: 20px;
    font-weight: 700;
    padding: 0
}

.casino-mobile-sidebar .space-widget p, .casino-mobile-sidebar .widget_block p, .space-sidebar-section .space-widget p, .space-sidebar-section .widget_block p, .space-sidebar-section-left .space-widget p, .space-sidebar-section-left .widget_block p {
    color: inherit;
    padding: 0
}

.casino-mobile-sidebar .space-widget h1, .casino-mobile-sidebar .space-widget h2, .casino-mobile-sidebar .space-widget h3, .casino-mobile-sidebar .space-widget h4, .casino-mobile-sidebar .space-widget h5, .casino-mobile-sidebar .space-widget h6, .casino-mobile-sidebar .space-widget p, .casino-mobile-sidebar .widget_block h1, .casino-mobile-sidebar .widget_block h2, .casino-mobile-sidebar .widget_block h3, .casino-mobile-sidebar .widget_block h4, .casino-mobile-sidebar .widget_block h5, .casino-mobile-sidebar .widget_block h6, .casino-mobile-sidebar .widget_block p, .space-sidebar-section .space-widget h1, .space-sidebar-section .space-widget h2, .space-sidebar-section .space-widget h3, .space-sidebar-section .space-widget h4, .space-sidebar-section .space-widget h5, .space-sidebar-section .space-widget h6, .space-sidebar-section .space-widget p, .space-sidebar-section .widget_block h1, .space-sidebar-section .widget_block h2, .space-sidebar-section .widget_block h3, .space-sidebar-section .widget_block h4, .space-sidebar-section .widget_block h5, .space-sidebar-section .widget_block h6, .space-sidebar-section .widget_block p, .space-sidebar-section-left .space-widget h1, .space-sidebar-section-left .space-widget h2, .space-sidebar-section-left .space-widget h3, .space-sidebar-section-left .space-widget h4, .space-sidebar-section-left .space-widget h5, .space-sidebar-section-left .space-widget h6, .space-sidebar-section-left .space-widget p, .space-sidebar-section-left .widget_block h1, .space-sidebar-section-left .widget_block h2, .space-sidebar-section-left .widget_block h3, .space-sidebar-section-left .widget_block h4, .space-sidebar-section-left .widget_block h5, .space-sidebar-section-left .widget_block h6, .space-sidebar-section-left .widget_block p {
    margin-bottom: 12px
}

.casino-mobile-sidebar .space-widget h1:first-child, .casino-mobile-sidebar .space-widget h2:first-child, .casino-mobile-sidebar .space-widget h3:first-child, .casino-mobile-sidebar .space-widget h4:first-child, .casino-mobile-sidebar .space-widget h5:first-child, .casino-mobile-sidebar .space-widget h6:first-child, .casino-mobile-sidebar .space-widget p:first-child, .casino-mobile-sidebar .widget_block h1:first-child, .casino-mobile-sidebar .widget_block h2:first-child, .casino-mobile-sidebar .widget_block h3:first-child, .casino-mobile-sidebar .widget_block h4:first-child, .casino-mobile-sidebar .widget_block h5:first-child, .casino-mobile-sidebar .widget_block h6:first-child, .casino-mobile-sidebar .widget_block p:first-child, .space-sidebar-section .space-widget h1:first-child, .space-sidebar-section .space-widget h2:first-child, .space-sidebar-section .space-widget h3:first-child, .space-sidebar-section .space-widget h4:first-child, .space-sidebar-section .space-widget h5:first-child, .space-sidebar-section .space-widget h6:first-child, .space-sidebar-section .space-widget p:first-child, .space-sidebar-section .widget_block h1:first-child, .space-sidebar-section .widget_block h2:first-child, .space-sidebar-section .widget_block h3:first-child, .space-sidebar-section .widget_block h4:first-child, .space-sidebar-section .widget_block h5:first-child, .space-sidebar-section .widget_block h6:first-child, .space-sidebar-section .widget_block p:first-child, .space-sidebar-section-left .space-widget h1:first-child, .space-sidebar-section-left .space-widget h2:first-child, .space-sidebar-section-left .space-widget h3:first-child, .space-sidebar-section-left .space-widget h4:first-child, .space-sidebar-section-left .space-widget h5:first-child, .space-sidebar-section-left .space-widget h6:first-child, .space-sidebar-section-left .space-widget p:first-child, .space-sidebar-section-left .widget_block h1:first-child, .space-sidebar-section-left .widget_block h2:first-child, .space-sidebar-section-left .widget_block h3:first-child, .space-sidebar-section-left .widget_block h4:first-child, .space-sidebar-section-left .widget_block h5:first-child, .space-sidebar-section-left .widget_block h6:first-child, .space-sidebar-section-left .widget_block p:first-child {
    margin-top: 0
}

.casino-mobile-sidebar .space-widget h1:last-child, .casino-mobile-sidebar .space-widget h2:last-child, .casino-mobile-sidebar .space-widget h3:last-child, .casino-mobile-sidebar .space-widget h4:last-child, .casino-mobile-sidebar .space-widget h5:last-child, .casino-mobile-sidebar .space-widget h6:last-child, .casino-mobile-sidebar .space-widget p:last-child, .casino-mobile-sidebar .widget_block h1:last-child, .casino-mobile-sidebar .widget_block h2:last-child, .casino-mobile-sidebar .widget_block h3:last-child, .casino-mobile-sidebar .widget_block h4:last-child, .casino-mobile-sidebar .widget_block h5:last-child, .casino-mobile-sidebar .widget_block h6:last-child, .casino-mobile-sidebar .widget_block p:last-child, .space-sidebar-section .space-widget h1:last-child, .space-sidebar-section .space-widget h2:last-child, .space-sidebar-section .space-widget h3:last-child, .space-sidebar-section .space-widget h4:last-child, .space-sidebar-section .space-widget h5:last-child, .space-sidebar-section .space-widget h6:last-child, .space-sidebar-section .space-widget p:last-child, .space-sidebar-section .widget_block h1:last-child, .space-sidebar-section .widget_block h2:last-child, .space-sidebar-section .widget_block h3:last-child, .space-sidebar-section .widget_block h4:last-child, .space-sidebar-section .widget_block h5:last-child, .space-sidebar-section .widget_block h6:last-child, .space-sidebar-section .widget_block p:last-child, .space-sidebar-section-left .space-widget h1:last-child, .space-sidebar-section-left .space-widget h2:last-child, .space-sidebar-section-left .space-widget h3:last-child, .space-sidebar-section-left .space-widget h4:last-child, .space-sidebar-section-left .space-widget h5:last-child, .space-sidebar-section-left .space-widget h6:last-child, .space-sidebar-section-left .space-widget p:last-child, .space-sidebar-section-left .widget_block h1:last-child, .space-sidebar-section-left .widget_block h2:last-child, .space-sidebar-section-left .widget_block h3:last-child, .space-sidebar-section-left .widget_block h4:last-child, .space-sidebar-section-left .widget_block h5:last-child, .space-sidebar-section-left .widget_block h6:last-child, .space-sidebar-section-left .widget_block p:last-child {
    margin-bottom: 0
}

.casino-mobile-sidebar .space-widget h1 a, .casino-mobile-sidebar .space-widget h2 a, .casino-mobile-sidebar .space-widget h3 a, .casino-mobile-sidebar .space-widget h4 a, .casino-mobile-sidebar .space-widget h5 a, .casino-mobile-sidebar .space-widget h6 a, .casino-mobile-sidebar .space-widget p a, .casino-mobile-sidebar .widget_block h1 a, .casino-mobile-sidebar .widget_block h2 a, .casino-mobile-sidebar .widget_block h3 a, .casino-mobile-sidebar .widget_block h4 a, .casino-mobile-sidebar .widget_block h5 a, .casino-mobile-sidebar .widget_block h6 a, .casino-mobile-sidebar .widget_block p a, .space-sidebar-section .space-widget h1 a, .space-sidebar-section .space-widget h2 a, .space-sidebar-section .space-widget h3 a, .space-sidebar-section .space-widget h4 a, .space-sidebar-section .space-widget h5 a, .space-sidebar-section .space-widget h6 a, .space-sidebar-section .space-widget p a, .space-sidebar-section .widget_block h1 a, .space-sidebar-section .widget_block h2 a, .space-sidebar-section .widget_block h3 a, .space-sidebar-section .widget_block h4 a, .space-sidebar-section .widget_block h5 a, .space-sidebar-section .widget_block h6 a, .space-sidebar-section .widget_block p a, .space-sidebar-section-left .space-widget h1 a, .space-sidebar-section-left .space-widget h2 a, .space-sidebar-section-left .space-widget h3 a, .space-sidebar-section-left .space-widget h4 a, .space-sidebar-section-left .space-widget h5 a, .space-sidebar-section-left .space-widget h6 a, .space-sidebar-section-left .space-widget p a, .space-sidebar-section-left .widget_block h1 a, .space-sidebar-section-left .widget_block h2 a, .space-sidebar-section-left .widget_block h3 a, .space-sidebar-section-left .widget_block h4 a, .space-sidebar-section-left .widget_block h5 a, .space-sidebar-section-left .widget_block h6 a, .space-sidebar-section-left .widget_block p a {
    color: inherit
}

.casino-mobile-sidebar .space-widget .menu-widget ul, .casino-mobile-sidebar .space-widget .wp-block-group ul, .casino-mobile-sidebar .space-widget > ul, .casino-mobile-sidebar .widget_block .menu-widget ul, .casino-mobile-sidebar .widget_block .wp-block-group ul, .casino-mobile-sidebar .widget_block > ul, .space-sidebar-section .space-widget .menu-widget ul, .space-sidebar-section .space-widget .wp-block-group ul, .space-sidebar-section .space-widget > ul, .space-sidebar-section .widget_block .menu-widget ul, .space-sidebar-section .widget_block .wp-block-group ul, .space-sidebar-section .widget_block > ul, .space-sidebar-section-left .space-widget .menu-widget ul, .space-sidebar-section-left .space-widget .wp-block-group ul, .space-sidebar-section-left .space-widget > ul, .space-sidebar-section-left .widget_block .menu-widget ul, .space-sidebar-section-left .widget_block .wp-block-group ul, .space-sidebar-section-left .widget_block > ul {
    margin-top: 12px
}

.casino-mobile-sidebar .space-widget .menu-widget ul:first-child, .casino-mobile-sidebar .space-widget .wp-block-group ul:first-child, .casino-mobile-sidebar .space-widget > ul:first-child, .casino-mobile-sidebar .widget_block .menu-widget ul:first-child, .casino-mobile-sidebar .widget_block .wp-block-group ul:first-child, .casino-mobile-sidebar .widget_block > ul:first-child, .space-sidebar-section .space-widget .menu-widget ul:first-child, .space-sidebar-section .space-widget .wp-block-group ul:first-child, .space-sidebar-section .space-widget > ul:first-child, .space-sidebar-section .widget_block .menu-widget ul:first-child, .space-sidebar-section .widget_block .wp-block-group ul:first-child, .space-sidebar-section .widget_block > ul:first-child, .space-sidebar-section-left .space-widget .menu-widget ul:first-child, .space-sidebar-section-left .space-widget .wp-block-group ul:first-child, .space-sidebar-section-left .space-widget > ul:first-child, .space-sidebar-section-left .widget_block .menu-widget ul:first-child, .space-sidebar-section-left .widget_block .wp-block-group ul:first-child, .space-sidebar-section-left .widget_block > ul:first-child {
    margin-top: 0
}

.casino-mobile-sidebar .space-widget .menu-widget ul:last-child, .casino-mobile-sidebar .space-widget .wp-block-group ul:last-child, .casino-mobile-sidebar .space-widget > ul:last-child, .casino-mobile-sidebar .widget_block .menu-widget ul:last-child, .casino-mobile-sidebar .widget_block .wp-block-group ul:last-child, .casino-mobile-sidebar .widget_block > ul:last-child, .space-sidebar-section .space-widget .menu-widget ul:last-child, .space-sidebar-section .space-widget .wp-block-group ul:last-child, .space-sidebar-section .space-widget > ul:last-child, .space-sidebar-section .widget_block .menu-widget ul:last-child, .space-sidebar-section .widget_block .wp-block-group ul:last-child, .space-sidebar-section .widget_block > ul:last-child, .space-sidebar-section-left .space-widget .menu-widget ul:last-child, .space-sidebar-section-left .space-widget .wp-block-group ul:last-child, .space-sidebar-section-left .space-widget > ul:last-child, .space-sidebar-section-left .widget_block .menu-widget ul:last-child, .space-sidebar-section-left .widget_block .wp-block-group ul:last-child, .space-sidebar-section-left .widget_block > ul:last-child {
    margin-bottom: 0
}

.casino-mobile-sidebar .space-widget .menu-widget ul li, .casino-mobile-sidebar .space-widget .wp-block-group ul li, .casino-mobile-sidebar .space-widget > ul li, .casino-mobile-sidebar .widget_block .menu-widget ul li, .casino-mobile-sidebar .widget_block .wp-block-group ul li, .casino-mobile-sidebar .widget_block > ul li, .space-sidebar-section .space-widget .menu-widget ul li, .space-sidebar-section .space-widget .wp-block-group ul li, .space-sidebar-section .space-widget > ul li, .space-sidebar-section .widget_block .menu-widget ul li, .space-sidebar-section .widget_block .wp-block-group ul li, .space-sidebar-section .widget_block > ul li, .space-sidebar-section-left .space-widget .menu-widget ul li, .space-sidebar-section-left .space-widget .wp-block-group ul li, .space-sidebar-section-left .space-widget > ul li, .space-sidebar-section-left .widget_block .menu-widget ul li, .space-sidebar-section-left .widget_block .wp-block-group ul li, .space-sidebar-section-left .widget_block > ul li {
    border-bottom: 1px solid #e3e3e3;
    padding: 12px 0
}

.casino-mobile-sidebar .space-widget .menu-widget ul li:first-child, .casino-mobile-sidebar .space-widget .wp-block-group ul li:first-child, .casino-mobile-sidebar .space-widget > ul li:first-child, .casino-mobile-sidebar .widget_block .menu-widget ul li:first-child, .casino-mobile-sidebar .widget_block .wp-block-group ul li:first-child, .casino-mobile-sidebar .widget_block > ul li:first-child, .space-sidebar-section .space-widget .menu-widget ul li:first-child, .space-sidebar-section .space-widget .wp-block-group ul li:first-child, .space-sidebar-section .space-widget > ul li:first-child, .space-sidebar-section .widget_block .menu-widget ul li:first-child, .space-sidebar-section .widget_block .wp-block-group ul li:first-child, .space-sidebar-section .widget_block > ul li:first-child, .space-sidebar-section-left .space-widget .menu-widget ul li:first-child, .space-sidebar-section-left .space-widget .wp-block-group ul li:first-child, .space-sidebar-section-left .space-widget > ul li:first-child, .space-sidebar-section-left .widget_block .menu-widget ul li:first-child, .space-sidebar-section-left .widget_block .wp-block-group ul li:first-child, .space-sidebar-section-left .widget_block > ul li:first-child {
    border-top: 1px solid #e3e3e3
}

.casino-mobile-sidebar .space-widget .menu-widget ul li a, .casino-mobile-sidebar .space-widget .wp-block-group ul li a, .casino-mobile-sidebar .space-widget > ul li a, .casino-mobile-sidebar .widget_block .menu-widget ul li a, .casino-mobile-sidebar .widget_block .wp-block-group ul li a, .casino-mobile-sidebar .widget_block > ul li a, .space-sidebar-section .space-widget .menu-widget ul li a, .space-sidebar-section .space-widget .wp-block-group ul li a, .space-sidebar-section .space-widget > ul li a, .space-sidebar-section .widget_block .menu-widget ul li a, .space-sidebar-section .widget_block .wp-block-group ul li a, .space-sidebar-section .widget_block > ul li a, .space-sidebar-section-left .space-widget .menu-widget ul li a, .space-sidebar-section-left .space-widget .wp-block-group ul li a, .space-sidebar-section-left .space-widget > ul li a, .space-sidebar-section-left .widget_block .menu-widget ul li a, .space-sidebar-section-left .widget_block .wp-block-group ul li a, .space-sidebar-section-left .widget_block > ul li a {
    color: var(--color-secondary);
    display: block;
    font-size: inherit;
    line-height: 1
}

.casino-mobile-sidebar .space-widget .menu-widget ul li a:hover, .casino-mobile-sidebar .space-widget .wp-block-group ul li a:hover, .casino-mobile-sidebar .space-widget > ul li a:hover, .casino-mobile-sidebar .widget_block .menu-widget ul li a:hover, .casino-mobile-sidebar .widget_block .wp-block-group ul li a:hover, .casino-mobile-sidebar .widget_block > ul li a:hover, .space-sidebar-section .space-widget .menu-widget ul li a:hover, .space-sidebar-section .space-widget .wp-block-group ul li a:hover, .space-sidebar-section .space-widget > ul li a:hover, .space-sidebar-section .widget_block .menu-widget ul li a:hover, .space-sidebar-section .widget_block .wp-block-group ul li a:hover, .space-sidebar-section .widget_block > ul li a:hover, .space-sidebar-section-left .space-widget .menu-widget ul li a:hover, .space-sidebar-section-left .space-widget .wp-block-group ul li a:hover, .space-sidebar-section-left .space-widget > ul li a:hover, .space-sidebar-section-left .widget_block .menu-widget ul li a:hover, .space-sidebar-section-left .widget_block .wp-block-group ul li a:hover, .space-sidebar-section-left .widget_block > ul li a:hover {
    background: none;
    color: var(--dark-blue)
}

.casino-mobile-sidebar .space-widget .offerwall .offer-wall-title, .casino-mobile-sidebar .widget_block .offerwall .offer-wall-title, .space-sidebar-section .space-widget .offerwall .offer-wall-title, .space-sidebar-section .widget_block .offerwall .offer-wall-title, .space-sidebar-section-left .space-widget .offerwall .offer-wall-title, .space-sidebar-section-left .widget_block .offerwall .offer-wall-title {
    text-align: left
}

.casino-mobile-sidebar .space-widget .offerwall .offer, .casino-mobile-sidebar .widget_block .offerwall .offer, .space-sidebar-section .space-widget .offerwall .offer, .space-sidebar-section .widget_block .offerwall .offer, .space-sidebar-section-left .space-widget .offerwall .offer, .space-sidebar-section-left .widget_block .offerwall .offer {
    width: 100%
}

.casino-mobile-sidebar .space-widget .vertical-clovr.offer-wall, .casino-mobile-sidebar .widget_block .vertical-clovr.offer-wall, .space-sidebar-section .space-widget .vertical-clovr.offer-wall, .space-sidebar-section .widget_block .vertical-clovr.offer-wall, .space-sidebar-section-left .space-widget .vertical-clovr.offer-wall, .space-sidebar-section-left .widget_block .vertical-clovr.offer-wall {
    justify-content: flex-start
}

.space-sidebar-section .space-widget:not(:has(div)) {
    display: block !important
}

.space-sidebar-section .space-widget:empty {
    display: none !important
}

blockquote, blockquote.wp-block-quote {
    border-left: 2px solid var(--color-neutral);
    color: inherit;
    color: var(--color-neutral);
    font-family: inherit;
    font-size: inherit;
    font-style: italic;
    font-weight: 400;
    line-height: inherit !important;
    margin: 36px 20px 36px 0;
    padding: 0 0 0 20px;
    text-align: initial
}

@media only screen and (min-width: 64em) {
    blockquote, blockquote.wp-block-quote {
        margin: 36px
    }
}

blockquote.wp-block-quote:before, blockquote:before {
    display: none
}

blockquote p, blockquote.wp-block-quote p {
    font-size: inherit;
    line-height: inherit
}

.has-text-align-center {
    text-align: center
}

.has-text-align-right {
    text-align: right
}

.has-text-align-left {
    text-align: left
}

.image-block {
    margin-bottom: 20px;
    margin-top: 20px
}

.image-block:first-child {
    margin-top: 0
}

.image-block:last-child {
    margin-bottom: 0
}

.image-block figure {
    font-size: 0;
    line-height: normal
}

.image-block figcaption {
    border-left: 2px solid #000;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
    padding-left: 8px
}

.wp-block-table {
    border-radius: 30px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    display: block !important;
    margin: 20px 0;
    overflow-x: auto;
    width: 100% !important
}

.wp-block-table:first-child {
    margin-top: 0
}

.wp-block-table:last-child {
    margin-bottom: 0
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    float: none;
    padding: 0
}

.space-page-content table, .wp-block-table table {
    border: none;
    box-shadow: none;
    margin: 0;
    overflow: hidden;
    text-align: left;
    width: 100%
}

.space-page-content table thead, .wp-block-table table thead {
    background: var(--dark-blue);
    border-bottom: none
}

.space-page-content table tr th, .wp-block-table table tr th {
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 14px 30px
}

.space-page-content table tr th *, .wp-block-table table tr th * {
    color: inherit
}

.space-page-content table tr td, .space-page-content table tr th, .wp-block-table table tr td, .wp-block-table table tr th {
    min-width: 200px;
    width: auto
}

@media only screen and (min-width: 64em) {
    .space-page-content table tr td, .space-page-content table tr th, .wp-block-table table tr td, .wp-block-table table tr th {
        min-width: 150px
    }
}

.space-page-content table tr td.has-text-align-center, .space-page-content table tr th.has-text-align-center, .wp-block-table table tr td.has-text-align-center, .wp-block-table table tr th.has-text-align-center {
    text-align: center
}

.space-page-content table tr td.has-text-align-right, .space-page-content table tr th.has-text-align-right, .wp-block-table table tr td.has-text-align-right, .wp-block-table table tr th.has-text-align-right {
    text-align: right
}

.space-page-content table tr td.has-text-align-left, .space-page-content table tr th.has-text-align-left, .wp-block-table table tr td.has-text-align-left, .wp-block-table table tr th.has-text-align-left {
    text-align: left
}

.space-page-content table tbody tr, .wp-block-table table tbody tr {
    border-bottom: 1px solid #e4e4e4
}

.space-page-content table tbody tr:nth-child(2n), .wp-block-table table tbody tr:nth-child(2n) {
    background-color: #f6faff
}

.space-page-content table tbody tr td, .wp-block-table table tbody tr td {
    border: none;
    padding: 14px 30px;
    vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
    color: var(--dark-blue);
    font-weight: 700;
    margin: 18px 0 12px
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-size: inherit
}

h1, h2 {
    margin: 28px 0 12px
}

h1:first-child, h2:first-child {
    margin-top: 0
}

h1:last-child, h2:last-child {
    margin-bottom: 0
}

h1 {
    font-size: 29px;
    line-height: 1.2
}

@media only screen and (max-width: 479px) {
    h1 {
        font-size: 25px !important
    }
}

h2 {
    font-size: 26px;
    line-height: 1.2
}

@media only screen and (max-width: 479px) {
    h2 {
        font-size: 23px
    }
}

h3 {
    font-size: 21px;
    line-height: 1.3
}

h4 {
    font-size: 19px
}

h4, h5 {
    line-height: 1.4
}

h5 {
    font-size: 17px
}

h6 {
    font-size: 16px;
    line-height: 1.5
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    line-height: inherit;
    margin: 14px 0
}*/

p:first-child {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

.wp-block-group {
    margin: 20px 0
}

.wp-block-group:first-child {
    margin-top: 0
}

.wp-block-group:last-child {
    margin-bottom: 0
}

#main-review h2, #main-review h2 a {
    background-color: none;
    color: var(--dark-blue);
    font-weight: 700;
    line-height: 1.2;
    margin: 18px 0 12px;
    padding: 0;
    text-decoration: none
}

#main-review h2 a:first-child, #main-review h2:first-child {
    margin-top: 0
}

#main-review h2 a:last-child, #main-review h2:last-child {
    margin-bottom: 0
}

#main-review h2 a {
    font-size: inherit
}

#main-review h4 {
    background-color: #ccc;
    color: #000;
    padding: 10px 20px
}

.space-aces-content-meta-ins h1 {
    font-size: 29px;
    line-height: 1.2
}

@media only screen and (max-width: 479px) {
    .space-aces-content-meta-ins h1 {
        font-size: 25px !important
    }
}

.space-page-content {
    color: var(--color-typography-primary);
    font-size: 16px;
    line-height: inherit
}

.space-page-content h1, .space-page-content h2, .space-page-content h3, .space-page-content h4, .space-page-content h5, .space-page-content h6 {
    font-weight: 700;
    margin: 18px 0 12px
}

.space-page-content h1:first-child, .space-page-content h2:first-child, .space-page-content h3:first-child, .space-page-content h4:first-child, .space-page-content h5:first-child, .space-page-content h6:first-child {
    margin-top: 0
}

.space-page-content h1:last-child, .space-page-content h2:last-child, .space-page-content h3:last-child, .space-page-content h4:last-child, .space-page-content h5:last-child, .space-page-content h6:last-child {
    margin-bottom: 0
}

.space-page-content h1 a, .space-page-content h2 a, .space-page-content h3 a, .space-page-content h4 a, .space-page-content h5 a, .space-page-content h6 a {
    color: inherit;
    font-size: inherit
}

.space-page-content h1, .space-page-content h2 {
    margin: 28px 0 12px
}

.space-page-content h1:first-child, .space-page-content h2:first-child {
    margin-top: 0
}

.space-page-content h1:last-child, .space-page-content h2:last-child {
    margin-bottom: 0
}

.space-page-content {
    padding-bottom: 0
}

.space-page-content a {
    color: inherit;
    text-decoration: none
}

.space-page-content ul, .space-page-content ul.wp-block-list {
    list-style-type: disc
}

.space-page-content ol, .space-page-content ol.wp-block-list {
    list-style: decimal
}

.space-page-content ol, .space-page-content ol.wp-block-list, .space-page-content ul, .space-page-content ul.wp-block-list {
    line-height: inherit;
    margin: 14px 0;
    padding: 0 0 0 40px
}

.space-page-content ol li, .space-page-content ol.wp-block-list li, .space-page-content ul li, .space-page-content ul.wp-block-list li {
    margin: 0;
    padding: 0
}

.space-page-content ol.wp-block-list:first-child, .space-page-content ol:first-child, .space-page-content ul.wp-block-list:first-child, .space-page-content ul:first-child {
    margin-top: 0
}

.space-page-content ol.wp-block-list:last-child, .space-page-content ol:last-child, .space-page-content ul.wp-block-list:last-child, .space-page-content ul:last-child {
    margin-bottom: 0
}

.space-page-content h1 {
    font-size: 29px;
    line-height: 1.2
}

@media only screen and (max-width: 479px) {
    .space-page-content h1 {
        font-size: 25px !important
    }
}

.space-page-content h2 {
    font-size: 26px;
    line-height: 1.2
}

@media only screen and (max-width: 479px) {
    .space-page-content h2 {
        font-size: 23px
    }
}

.space-page-content h3 {
    font-size: 21px;
    line-height: 1.3
}

.space-page-content h4 {
    font-size: 19px;
    line-height: 1.4
}

.space-page-content h5 {
    font-size: 17px;
    line-height: 1.4
}

.space-page-content h6 {
    font-size: 16px;
    line-height: 1.5
}

.space-page-content {
    line-height: inherit;
    margin: 14px 0
}

.space-page-content p:first-child {
    margin-top: 0
}

.space-page-content p:last-child {
    margin-bottom: 0
}

.boxed-content {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .12);
    margin: 30px 0;
    padding: 0 30px 30px
}

.boxed-content:last-child {
    margin-bottom: 0
}

.boxed-content h1, .boxed-content h2, .boxed-content h3, .boxed-content h4, .boxed-content h5, .boxed-content h6 {
    background: var(--dark-blue) !important;
    border-radius: 30px 30px 30px 0 !important;
    color: #fff !important;
    display: inline-table !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    margin: 0 0 0 -30px !important;
    max-width: calc(100% + 60px) !important;
    min-width: calc(100% + 60px) !important;
    padding: 10px 30px !important
}

@media only screen and (min-width: 64em) {
    .boxed-content h1, .boxed-content h2, .boxed-content h3, .boxed-content h4, .boxed-content h5, .boxed-content h6 {
        font-size: 20px !important;
        min-width: auto !important
    }
}

.boxed-content strong {
    color: inherit
}

.boxed-content .wp-block-table {
    border-radius: 0;
    box-shadow: none
}

.boxed-content .wp-block-table table {
    border: 1px solid #e4e4e4
}

.boxed-content .wp-block-table table thead {
    background: var(--color-light-grey-background)
}

.boxed-content .wp-block-table table tr th {
    background: none;
    color: var(--dark-blue)
}

.boxed-content .wp-block-table table tr td, .boxed-content .wp-block-table table tr th {
    border-left: 1px solid #e4e4e4;
    padding: 10px 14px
}

.boxed-content .wp-block-table table tr td:first-child, .boxed-content .wp-block-table table tr th:first-child {
    border-left: none
}

.space-footer {
    background: #151515;
    color: #fff
}

.space-footer-copy, .space-footer-menu-widget {
    background: inherit;
    color: inherit
}

.space-footer-menu-widget {
    border: none;
    margin: 30px 0
}

@media only screen and (min-width: 64em) {
    .space-footer-menu-widget {
        margin: 60px 0
    }
}

.space-footer-menu-widget .space-footer-ins {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 14px
}

.space-footer-menu-widget .space-footer-ins .space-widget {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    width: 100%
}

@media only screen and (min-width: 48em) {
    .space-footer-menu-widget .space-footer-ins .space-widget {
        flex-grow: 1;
        width: auto
    }
}

@media only screen and (min-width: 75em) {
    .space-footer-menu-widget .space-footer-ins .space-widget {
        max-width: calc(16.66% - 11.66px);
        width: 100%
    }
}

.space-footer-area.space-widget {
    color: #fff;
    font-size: 14px
}

.space-footer-area.space-widget a, .space-footer-area.space-widget h1, .space-footer-area.space-widget h2, .space-footer-area.space-widget h3, .space-footer-area.space-widget h4, .space-footer-area.space-widget h5, .space-footer-area.space-widget li, .space-footer-area.space-widget ol, .space-footer-area.space-widget ul {
    color: #fff
}

.space-footer-area.space-widget li, .space-footer-area.space-widget ol, .space-footer-area.space-widget p, .space-footer-area.space-widget ul {
    font-size: 14px
}

.space-footer-area.space-widget a:active, .space-footer-area.space-widget a:focus {
    color: #fff
}

.space-footer-area.space-widget a:hover {
    color: var(--color-tertiary);
    text-decoration: underline
}

.space-footer-area.space-widget ul li a {
    font-size: inherit;
    line-height: inherit
}

.space-footer-area.space-widget .menu-widget {
    font-size: inherit
}

.space-footer-area.space-widget .menu-widget h3 {
    font-size: 16px
}

.space-footer-area.space-widget .menu-widget ul {
    margin: 14px 0 0 !important
}

.space-footer-area.space-widget .menu-widget ul li a {
    font-size: 14px
}

.space-footer-copy {
    margin: 25px 0;
    padding: 0 !important
}

@media only screen and (min-width: 75em) {
    .space-footer-copy {
        margin: 50px 0 30px
    }
}

.space-footer-copy-menu {
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    display: flex;
    flex-wrap: wrap;
    gap: 28px 14px;
    justify-content: space-between;
    margin: 0;
    padding: 25px 0 0;
    width: 100%
}

@media only screen and (min-width: 48em) {
    .space-footer-copy-menu {
        gap: 14px;
        text-transform: uppercase
    }
}

.space-footer-copy-menu ul {
    display: flex;
    flex-wrap: wrap;
    float: none;
    gap: 10px 24px;
    left: auto !important;
    margin: 0 !important;
    text-align: left !important;
    width: 100%
}

@media only screen and (min-width: 48em) {
    .space-footer-copy-menu ul {
        width: auto
    }
}

.space-footer-copy-menu ul li {
    float: none;
    left: auto !important;
    margin: 0;
    margin: 0 !important
}

.space-footer-copy-menu ul li a {
    color: #fff;
    font-size: 14px !important;
    text-decoration: none;
    text-transform: capitalize
}

@media only screen and (min-width: 48em) {
    .space-footer-copy-menu ul li a {
        text-transform: uppercase
    }
}

.space-footer-copy-menu ul li a:hover {
    color: var(--color-tertiary);
    text-decoration: underline
}

.space-footer-copy-menu ul.footer-links li {
    width: 100%
}

@media only screen and (min-width: 48em) {
    .space-footer-copy-menu ul.footer-links li {
        width: auto
    }
}

.space-footer-copy-menu ul.footer-social {
    align-items: center;
    align-self: center;
    gap: 10px 16px;
    order: -1
}

@media only screen and (min-width: 48em) {
    .space-footer-copy-menu ul.footer-social {
        order: 0
    }
}

.space-footer-copy-menu ul.footer-social a {
    background: url(img/icons/link-icon-white.svg) 50%/contain no-repeat;
    display: block;
    font-size: 0 !important;
    height: 20px;
    width: 20px
}

.space-footer-copy-menu ul.footer-social a[href*=facebook] {
    background-image: url(img/icons/social/icon-facebook-white.svg)
}

.space-footer-copy-menu ul.footer-social a[href*=linkedin] {
    background-image: url(img/icons/social/icon-linkedin-white.svg)
}

.space-footer-copy-menu ul.footer-social a[href*="x.com"] {
    background-image: url(img/icons/social/icon-x-white.svg)
}

.space-footer-copy-menu ul.footer-social a[href*=instagram] {
    background-image: url(img/icons/social/icon-instagram-white.svg)
}

.space-footer-copy-menu ul.footer-social a[href*=youtube] {
    background-image: url(img/icons/social/icon-youtube-white.svg)
}

.space-footer-copy-menu ul.footer-social a:hover {
    opacity: .7;
    text-decoration: none
}

.space-footer-copy-left {
    color: #fff;
    font-size: 14px;
    margin-top: 28px;
    text-align: left !important
}

@media only screen and (min-width: 48em) {
    .space-footer-copy-left {
        text-align: center !important
    }
}

.space-header-wrap {
    border-radius: 0 0 30px 30px
}

@media only screen and (min-width: 75em) {
    .space-header-wrap {
        border-radius: 0
    }
}

.space-header-row {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center;
    min-height: inherit
}

@media only screen and (min-width: 75em) {
    .space-header-row {
        justify-content: flex-start
    }
}

.space-header-logo {
    flex-shrink: 0;
    max-width: 177px;
    text-align: center;
    width: auto !important
}

@media only screen and (min-width: 75em) {
    .space-header-logo {
        text-align: left
    }
}

.space-header-logo-ins {
    margin-top: 0
}

.space-header-logo a {
    padding: 0
}

.space-header-logo .desktop-logo {
    display: none
}

@media only screen and (min-width: 75em) {
    .space-header-logo .desktop-logo {
        display: block
    }

    .space-header-logo .mobile-logo {
        display: none
    }
}

.space-header-search {
    display: inline-block
}

.space-header-menu {
    width: auto !important
}

@media only screen and (min-width: 75em) {
    .space-header-menu {
        flex-grow: 1
    }
}

.space-header-menu ul.main-menu {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    padding-right: 0
}

.space-header-menu ul.main-menu li.menu-item-has-children a {
    padding: 31px 31px 31px 16px
}

.space-header-menu ul.main-menu li.menu-item-has-children a:after {
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
    content: "";
    height: 6px;
    left: auto;
    margin: 0;
    opacity: .5;
    right: 16px;
    top: 49%;
    transform: translateY(-50%) rotate(-45deg);
    width: 6px
}

.space-header-menu ul.main-menu a, .space-header-menu ul.main-menu li {
    border: none !important;
    color: #444 !important;
    font-weight: 400
}

.space-header-menu ul.main-menu a:hover, .space-header-menu ul.main-menu li:hover {
    border: none !important;
    color: #444 !important
}

.space-header-menu ul.main-menu li {
    float: none;
    position: relative
}

.space-header-menu ul.main-menu li a {
    font-family: var(--font-default) !important;
    padding: 31px 16px
}

.space-header-menu ul.main-menu li a:hover {
    color: var(--dark-blue) !important
}

.space-header-menu ul.main-menu li a:hover:after {
    border-color: var(--dark-blue)
}

.space-header-menu ul.main-menu li.current-menu-item a {
    color: var(--dark-blue)
}

.space-header-menu ul.main-menu li.current-menu-item a:after {
    border-color: var(--dark-blue)
}

.space-header-menu ul.main-menu li.menu-item-language {
    margin-left: auto
}

.space-header-menu ul.main-menu li.menu-item-language a {
    align-items: center;
    display: flex;
    font-size: 14px;
    gap: 8px
}

.space-header-menu ul.main-menu li.menu-item-language a img {
    border-radius: 2px;
    height: 11px;
    width: 16px
}

.space-header-menu ul.main-menu li.menu-item-language ul.sub-menu {
    width: 160px
}

.space-header-menu ul.main-menu li.menu-item-language ul.sub-menu li {
    float: none !important;
    width: 100% !important
}

.space-header-menu ul.main-menu li.menu-item-language ul.sub-menu li a {
    align-items: center;
    display: flex;
    gap: 8px
}

.space-header-menu ul.main-menu li:last-child ul.sub-menu, .space-header-menu ul.main-menu li:nth-last-child(2) ul.sub-menu, .space-header-menu ul.main-menu li:nth-last-child(3) ul.sub-menu {
    left: auto;
    right: 0
}

@media only screen and (min-width: 1400px) {
    .space-header-menu ul.main-menu li:last-child ul.sub-menu, .space-header-menu ul.main-menu li:nth-last-child(2) ul.sub-menu, .space-header-menu ul.main-menu li:nth-last-child(3) ul.sub-menu {
        left: 50%;
        right: 0;
        transform: translateX(-50%)
    }
}

.space-header-menu ul.main-menu li ul.sub-menu {
    background: #eef6ff !important;
    width: 600px
}

.space-header-menu ul.main-menu li ul.sub-menu li {
    float: left !important;
    padding: 6px 30px 6px 16px !important;
    width: 33.33%
}

.space-header-menu ul.main-menu li ul.sub-menu li a {
    font-size: 14px;
    width: 100%
}

.space-header-menu ul.main-menu li ul.sub-menu li:nth-child(2n) ul.sub-menu {
    left: 50%;
    right: 0;
    transform: translateX(-50%)
}

.space-header-menu ul.main-menu li ul.sub-menu li:nth-child(3n+3) ul.sub-menu {
    left: auto;
    right: 0
}

.space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children:after {
    border-bottom: 1px solid #444 !important;
    border-left: 1px solid #444 !important;
    content: "" !important;
    height: 6px;
    margin: 0;
    opacity: .5;
    top: 13px !important;
    transform: rotate(-135deg);
    width: 6px
}

.space-header-menu ul.main-menu li ul.sub-menu ul.sub-menu {
    position: absolute !important
}

.space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children:hover ul, .space-header-menu ul.main-menu li.menu-item-has-children ul.sub-menu li:hover ul {
    top: 100%
}

.space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children ul, .space-header-menu ul.main-menu li.menu-item-has-children ul.sub-menu li ul {
    left: 0;
    top: 100%
}

.space-mobile-menu .space-mobile-menu-list ul li.menu-item-language a {
    align-items: center;
    display: flex;
    gap: 8px
}

.space-mobile-menu .space-mobile-menu-list ul li.menu-item-language a img {
    border-radius: 2px;
    height: 11px;
    width: 16px
}

.space-mobile-menu .space-mobile-menu-list ul li.menu-item-language ul.sub-menu li a {
    align-items: center;
    display: flex;
    gap: 8px
}

.space-mobile-menu-icon {
    top: 50% !important;
    transform: translateY(-50%)
}

.space-mobile-menu-header img {
    height: 40px;
    max-width: 200px;
    object-fit: contain;
    width: 100%
}

.space-header-search {
    left: 15px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%)
}

@media only screen and (min-width: 75em) {
    .space-header-search {
        display: none
    }
}

.space-header-height .space-header-search {
    color: #5b555c !important
}

.space-header-height .space-mobile-menu-icon div {
    background-color: #5b555c !important
}

.btn, .wp-block-button {
    max-width: 360px !important;
    width: 100%
}

.btn .wp-block-button__link, .btn a, .wp-block-button .wp-block-button__link, .wp-block-button a {
    background-color: transparent;
    margin: 0;
    padding: 0;
    text-decoration: none
}

.btn .wp-element-button, .btn a, .wp-block-button .wp-element-button, .wp-block-button a {
    background: var(--color-button-default);
    border: 1px solid var(--color-secondary-border);
    border-radius: 25px;
    display: inline-block;
    font-weight: 700;
    padding: 10px 36px;
    text-align: center;
    width: 100%
}

.btn .wp-element-button:hover, .btn a:hover, .wp-block-button .wp-element-button:hover, .wp-block-button a:hover {
    background: var(--color-button-secondary);
    border: 1px solid var(--color-secondary-border);
    color: var(--color-font-button-white)
}

.btn .wp-element-button.btn-sm, .btn a.btn-sm, .btn.btn-sm, .wp-block-button .wp-element-button.btn-sm, .wp-block-button a.btn-sm, .wp-block-button.btn-sm {
    font-size: 12px;
    padding: 8px 12px
}

.btn.secondary .wp-element-button, .btn.secondary a, .wp-block-button.secondary .wp-element-button, .wp-block-button.secondary a {
    background: var(--color-button-secondary);
    border: 1px solid var(--color-tertiary-border);
    color: var(--color-font-button-white)
}

.btn.secondary .wp-element-button:hover, .btn.secondary a:hover, .wp-block-button.secondary .wp-element-button:hover, .wp-block-button.secondary a:hover {
    background: var(--color-button-tertiary);
    border: 1px solid var(--color-button-tertiary);
    color: var(--color-font-button-dark-blue)
}

.btn.secondary.btn-sm, .wp-block-button.secondary.btn-sm {
    font-size: 12px;
    padding: 8px 12px
}

.btn-green, a.btn-green, button.btn-green {
    align-items: center;
    background: var(--color-button-secondary);
    border: 1px solid var(--color-button-secondary);
    border-radius: 18px;
    color: var(--color-font-button-white) !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    line-height: normal;
    min-height: 50px;
    min-width: 178px;
    padding: 8px 16px;
    position: relative;
    text-align: center;
    text-decoration: none
}

.btn-green:hover, a.btn-green:hover, button.btn-green:hover {
    background: var(--color-light-green);
    border-color: var(--color-light-green)
}

.btn-green.btn-rounded, a.btn-green.btn-rounded, button.btn-green.btn-rounded {
    border-radius: 40px !important
}

.btn-green.btn-full, a.btn-green.btn-full, button.btn-green.btn-full {
    width: 100%
}

.btn-green:disabled, a.btn-green:disabled, button.btn-green:disabled {
    opacity: .8;
    pointer-events: none
}

.btn-border-neutral, a.btn-border-neutral, button.btn-border-neutral {
    align-items: center;
    background: transparent;
    border: 1px solid var(--color-anchor-secondary);
    border-radius: 18px;
    color: var(--color-anchor-secondary);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: normal;
    min-height: 50px;
    min-width: 178px;
    padding: 8px 16px;
    position: relative;
    text-align: center;
    text-decoration: none
}

.btn-border-neutral:hover, a.btn-border-neutral:hover, button.btn-border-neutral:hover {
    background: var(--color-anchor-secondary);
    color: #fff
}

.btn-border-neutral.btn-rounded, a.btn-border-neutral.btn-rounded, button.btn-border-neutral.btn-rounded {
    border-radius: 40px
}

.btn-border-neutral.btn-full, a.btn-border-neutral.btn-full, button.btn-border-neutral.btn-full {
    width: 100%
}

.btn-border-neutral:disabled, a.btn-border-neutral:disabled, button.btn-border-neutral:disabled {
    opacity: .8;
    pointer-events: none
}

.space-footer-menu-widget .widget_nav_menu ul {
    margin: 14px 0 0 !important
}

.space-footer-menu-widget .widget_nav_menu:not(:has(.space-widget-title)) ul {
    margin-top: 0 !important
}

.space-footer-menu-widget .widget_nav_menu:not(:has(.space-widget-title)) ul li:first-child {
    margin-bottom: 14px
}

.space-footer-menu-widget .widget_nav_menu:not(:has(.space-widget-title)) ul li:first-child a {
    font-size: 16px;
    font-weight: 700
}

.space-footer-menu-widget .space-widget-title {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0
}

.space-footer-menu-widget .space-widget-title span {
    padding: 0
}

.space-footer-menu-widget .space-widget-title span:after, .space-footer-menu-widget .space-widget-title span:before {
    display: none
}

body:has(.sticky-casino-footer:not([style*="display: none"])) .space-footer {
    padding-bottom: 200px
}

@media only screen and (min-width: 48em) {
    body:has(.sticky-casino-footer:not([style*="display: none"])) .space-footer {
        padding-bottom: 100px
    }
}

#scroll-to-top {
    bottom: 21px;
    color: #ff2453;
    cursor: pointer;
    font-size: 35px;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    position: fixed;
    right: 21px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    width: 35px;
    z-index: 900
}

#scroll-to-top.show {
    opacity: 1;
    visibility: visible
}

header.main-header {
    background-color: var(--color-nav-background);
    display: flex;
    flex-direction: row;
    height: var(--height-main-header-mobile);
    justify-content: space-between;
    top: 0;
    width: 100%;
    z-index: 10
}

@media only screen and (min-width: 75em) {
    header.main-header {
        height: var(--height-main-header-desktop);
        z-index: 10
    }
}

header.main-header .logo {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center
}

header.main-header .logo img {
    height: 45px
}

header.main-header .wrapper {
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 0;
    padding-top: 0;
    position: relative
}

@media only screen and (min-width: 64em) {
    header.main-header .logo-container {
        align-items: center;
        display: flex;
        justify-content: flex-start;
        text-align: left
    }
}

header.main-header .menu-right-wrap {
    align-items: center;
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 0;
    top: 0
}

header.main-header.admin .main-menu #main-menu-wrap {
    top: calc(var(--height-main-header-mobile) + 46px)
}

@media only screen and (min-width: 75em) {
    header.main-header.admin .main-menu #main-menu-wrap {
        top: 0
    }

    header.main-header.admin .main-menu #main-menu-wrap > li.mega-menu-item .mega-menu {
        top: calc(var(--height-main-header-desktop) + 32px)
    }
}

header.main-header .bonus-gift {
    bottom: 120px;
    display: block;
    position: fixed;
    right: 50px
}

@media only screen and (min-width: 64em) {
    header.main-header .bonus-gift {
        bottom: 0;
        display: block;
        position: relative;
        right: 0;
        z-index: 1000
    }
}

header.main-header .bonus-gift .bonus-icon {
    animation: present_shake 10s linear 5s infinite;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 50px;
    letter-spacing: normal;
    text-align: center;
    transition: color .3s ease, background .3s ease;
    width: 50px
}

header.main-header .bonus-gift .bonus-icon.hidden {
    display: none
}

header.main-header .bonus-gift .bonus-icon img {
    height: 70px;
    max-width: 100px;
    object-fit: contain;
    object-position: center;
    position: absolute;
    right: -38px;
    top: 30px;
    width: 100px;
    z-index: 1
}

@media only screen and (min-width: 48em) {
    header.main-header .bonus-gift .bonus-icon img {
        height: 100px;
        left: -50%;
        max-width: 130px;
        width: 130px
    }
}

@media only screen and (min-width: 64em) {
    header.main-header .bonus-gift .bonus-icon img {
        left: -140%
    }
}

@media only screen and (min-width: 75em) {
    header.main-header .bonus-gift .bonus-icon img {
        left: -50%;
        top: 0
    }
}

header.main-header .bonus-gift .bonus-icon .close-btn {
    background: #fff;
    border: 2px solid var(--color-success);
    border-radius: 50%;
    color: var(--color-success);
    cursor: pointer;
    height: 24px;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 20px;
    transition: color .3s ease, background .3s ease;
    width: 24px;
    z-index: 2
}

@media only screen and (min-width: 75em) {
    header.main-header .bonus-gift .bonus-icon .close-btn {
        display: none;
        right: 0;
        top: 0
    }
}

header.main-header .bonus-gift .bonus-icon .close-btn:hover {
    background-color: var(--color-success);
    color: #fff
}

header.main-header .bonus-gift .show-btn {
    background: #000;
    border-radius: 0 12px 12px 0;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    height: 50px;
    padding: 4px;
    position: fixed;
    right: -28px;
    transform: rotate(180deg);
    transition: right .3s ease;
    width: 20px;
    z-index: 2
}

@media only screen and (min-width: 75em) {
    header.main-header .bonus-gift .show-btn {
        display: none
    }
}

header.main-header .bonus-gift .show-btn:hover {
    background-color: var(--color-success);
    color: #fff
}

header.main-header .bonus-gift .show-btn.active {
    right: 0
}

header.main-header .bonus-gift .bonus-wrap {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    height: calc(100% - var(--height-main-header-mobile) - 150px);
    margin: 0;
    opacity: 0;
    position: fixed;
    right: 80px;
    top: calc(var(--height-main-header-mobile) + 80px);
    transition: opacity .3s ease, visibility .3s ease;
    visibility: hidden;
    width: 75%;
    z-index: 1000
}

@media only screen and (min-width: 48em) {
    header.main-header .bonus-gift .bonus-wrap {
        width: calc(100% - 300px)
    }
}

@media only screen and (min-width: 64em) {
    header.main-header .bonus-gift .bonus-wrap {
        align-items: center;
        display: flex;
        height: 300px;
        justify-content: center;
        left: -36px;
        margin: 0 0 0 -385px;
        position: absolute;
        top: 80px;
        width: 470px
    }
}

@media only screen and (min-width: 75em) {
    header.main-header .bonus-gift .bonus-wrap {
        align-items: center;
        display: flex;
        height: 300px;
        justify-content: center;
        left: -40px;
        margin: 0 0 0 -385px;
        position: absolute;
        top: 80px;
        width: 470px
    }
}

header.main-header .bonus-gift .bonus-wrap .close-btn {
    background: #fff;
    border: 2px solid var(--color-success);
    border-radius: 50%;
    color: var(--color-success);
    cursor: pointer;
    height: 24px;
    padding: 4px;
    position: absolute;
    right: -6.5px;
    top: -12.5px;
    transition: color .3s ease, background .3s ease;
    width: 24px;
    z-index: 2
}

@media only screen and (min-width: 64em) {
    header.main-header .bonus-gift .bonus-wrap .close-btn {
        right: 50px
    }
}

@media only screen and (min-width: 75em) {
    header.main-header .bonus-gift .bonus-wrap .close-btn {
        right: -7.5px
    }
}

header.main-header .bonus-gift .bonus-wrap .close-btn:hover {
    background-color: var(--color-success);
    color: #fff
}

header.main-header .bonus-gift .bonus-wrap .short-concise.offer-wall {
    margin: 0 !important;
    padding: 10px
}

header.main-header .bonus-gift .bonus-wrap .short-concise.offer-wall .offer {
    height: auto;
    margin-bottom: 10px
}

header.main-header .bonus-gift .bonus-wrap .short-concise.offer-wall .offer .offer-logo-item {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 120px
}

header.main-header .bonus-gift .bonus-wrap .short-concise.offer-wall .offer:last-of-type {
    margin-bottom: 0
}

header.main-header .bonus-gift .bonus-wrap .short-concise.offer-wall .offer-link-cta {
    padding: 8px 10px
}

header.main-header .bonus-gift .bonus-wrap .short-concise.offer-wall .offer-headlines ul li {
    font-size: 80%;
    line-height: 1.3em;
    margin-left: 0;
    text-align: left
}

header.main-header .bonus-gift .bonus-wrap .short-concise.offer-wall .offer-action {
    width: 100%
}

@media only screen and (min-width: 48em) {
    header.main-header .bonus-gift .bonus-wrap .short-concise.offer-wall .offer-action {
        width: 40%
    }
}

header.main-header .bonus-gift .bonus-wrap.active {
    opacity: 1;
    visibility: visible
}

header.main-header .bonus-gift .bonus-wrap .offer-wall {
    background-color: #fff;
    max-height: 100%;
    overflow: auto
}

header.main-header .bonus-gift .bonus-wrap .offer-wall .ribbon {
    position: relative
}

header.main-header .bonus-gift .bonus-wrap .no-bonus {
    background-color: #fff
}

@media only screen and (min-width: 75em) {
    header.main-header.scroll-up {
        top: -94px
    }
}

header.main-header.scroll-down {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    transition: top .2s ease-in-out
}

header.main-header.scroll-down .wrapper .logo {
    display: inline-block
}

header.main-header.scroll-down .wrapper .main-menu .mobile-nav-icon .mobile-nav-icon-bar:after, header.main-header.scroll-down .wrapper .main-menu .mobile-nav-icon .mobile-nav-icon-bar:before, header.main-header.scroll-down .wrapper .main-menu .mobile-nav-icon:after, header.main-header.scroll-down .wrapper .main-menu .mobile-nav-icon:before {
    background-color: var(--color-typography-primary)
}

header.main-header.scroll-down .wrapper .main-menu #main-menu-wrap > .menu-item > a:after {
    color: var(--color-typography-primary)
}

header.main-header.scroll-down .wrapper .main-menu #main-menu-wrap > .menu-item.active > a:after {
    transform: rotate(180deg)
}

header.main-header .main-menu-widget {
    align-items: center;
    display: flex;
    margin-right: 16px
}

@media only screen and (min-width: 64em) {
    header.main-header .main-menu-widget {
        margin-left: auto;
        margin-right: 0;
        z-index: 10
    }
}

header.main-header .main-menu-widget .widget .wp-block-buttons {
    flex-wrap: nowrap
}

header.main-header .main-menu-widget .widget .wp-block-buttons .wp-block-button {
    padding: 0 !important
}

header.main-header .main-menu-widget .widget .wp-block-buttons .wp-block-button a {
    padding: 6px 16px;
    text-wrap: nowrap
}

@media only screen and (min-width: 64em) {
    header.main-header .main-menu-widget .widget .wp-block-buttons .wp-block-button a {
        min-width: 150px;
        padding: 10px 36px
    }
}

header.main-header .main-menu-widget .widget .wp-block-buttons header.main-header {
    text-wrap: nowrap
}

.top-breadcrumbs {
    background-color: var(--color-background-accent);
    color: var(--color-typography-alternate);
    font-size: var(--font-x-small);
    padding: 8px 20px;
    position: relative
}

@media only screen and (min-width: 64em) {
    .top-breadcrumbs {
        padding: 8px 50px
    }
}

.top-breadcrumbs #breadcrumbs {
    font-size: var(--font-x-small);
    font-weight: 300;
    margin-bottom: 0
}

@media only screen and (min-width: 48em) {
    .top-breadcrumbs #breadcrumbs {
        font-size: var(--font-medium)
    }
}

.top-breadcrumbs #breadcrumbs a {
    text-decoration: none
}

.main-header--container {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    position: relative;
    width: 100%
}

@media only screen and (min-width: 64em) {
    .main-header--container {
        justify-content: flex-start;
        padding: 0 50px
    }
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb > .splide__list {
    display: block
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
    opacity: .9
}

.splide__arrow:disabled {
    opacity: .3
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__progress__bar {
    background: #ccc;
    height: 3px
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
    outline: 0
}

@supports (outline-offset:-3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf
    }
}

@supports (outline-offset:-3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf
    }

    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
        border-color: #0bf
    }
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px
}

.splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

main {
    color: var(--color-typography-primary);
    overflow-x: hidden;
    padding: 0 0 64px;
    width: 100vw
}

@media only screen and (min-width: 48em) {
    main {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }
}

main * {
    font-weight: var(--font-regular);
    line-height: var(--line-height-regular)
}

main h1, main h2, main h3, main h4, main h5, main h6 {
    color: var(--color-typography-primary);
    color: var(--color-primary);
    font-family: var(--font-header);
    line-height: 1.2
}

@media only screen and (min-width: 48em) {
    main h1, main h2, main h3, main h4, main h5, main h6 {
        color: var(--color-primary)
    }
}

main h1 {
    font-size: var(--font-mobile-header-one);
    margin-bottom: 20px
}

main h2 {
    font-size: var(--font-mobile-header-two);
    font-weight: 700;
    margin-bottom: 16px
}

@media only screen and (min-width: 48em) {
    main h2 {
        font-size: var(--font-regular-medium)
    }
}

main .page-content {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--width-default-width);
    overflow-x: hidden
}

main .page-content > .wrapper {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 0;
    padding-top: 0
}

main p {
    color: var(--color-typography-primary);
    color: var(--color-secondary);
    font-family: var(--font-family-paragraph);
    font-size: var(--font-mobile-paragraph);
    margin-bottom: 20px
}

@media only screen and (min-width: 64em) {
    main p {
        font-size: var(--font-regular)
    }
}

main ol, main ul {
    margin-bottom: 8px
}

main li {
    color: var(--color-secondary);
    font-size: var(--font-mobile-paragraph);
    margin-left: 3rem
}

@media only screen and (min-width: 64em) {
    main li {
        font-size: var(--font-regular-small)
    }
}

main .content-wrap {
    flex-direction: column-reverse
}

@media only screen and (min-width: 75em) {
    main .content-wrap {
        flex-direction: row
    }

    main .content-wrap .hub-content {
        padding-left: 20px
    }
}

main .article-content {
    margin-top: 0;
    order: 2
}

@media only screen and (min-width: 75em) {
    main .article-content {
        margin-top: 0;
        order: 1
    }
}

main .article-sidebar {
    order: 2
}

@media only screen and (min-width: 75em) {
    main .article-sidebar {
        order: 2;
        padding-left: 60px
    }
}

main section, main > * {
    max-width: var(--screen-web-max-width);
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media only screen and (min-width: 48em) {
    main section, main > * {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (min-width: 64em) {
    main section, main > * {
        padding-left: 50px;
        padding-right: 50px
    }
}

main aside {
    margin-top: 30px;
    width: 100%
}

@media only screen and (min-width: 64em) {
    main aside {
        margin-top: 0
    }

    main aside.game-hub-sidebar, main aside.homepage-sidebar, main aside.hub-sidebar, main aside.post-sidebar {
        align-self: flex-start;
        position: sticky;
        top: 150px
    }
}

main aside .widget_block:empty {
    margin: 0;
    padding: 0
}

main aside .widget_block:has(.banner-widget) {
    width: 100%
}

@media only screen and (min-width: 48em) {
    main aside .widget_block:has(.banner-widget) {
        display: inline-block;
        width: calc(50% - 10px)
    }
}

@media only screen and (min-width: 75em) {
    main aside .widget_block:has(.banner-widget) {
        width: 100%
    }
}

@media only screen and (min-width: 48em) {
    main aside .widget_block:has(.banner-widget):nth-child(odd) {
        margin-right: 10px
    }
}

@media only screen and (min-width: 75em) {
    main aside .widget_block:has(.banner-widget):nth-child(odd) {
        margin-right: 0
    }
}

@media only screen and (min-width: 48em) {
    main aside .widget_block:has(.banner-widget):nth-child(2n) {
        margin-left: 10px
    }
}

@media only screen and (min-width: 75em) {
    main aside .widget_block:has(.banner-widget):nth-child(2n) {
        margin-left: 0
    }
}

main aside section {
    margin-bottom: 30px
}

@media only screen and (min-width: 48em) {
    main aside section {
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 75em) {
    main aside section {
        margin-bottom: 30px
    }
}

main .wp-block-social-links {
    list-style: none
}

main .wp-block-social-links .wp-social-link {
    align-items: center;
    border: 1px solid var(--color-default-input-label);
    border-radius: 50%;
    display: flex;
    height: 35px;
    justify-content: center;
    transition: background-color .2s ease-in-out;
    width: 35px
}

main .wp-block-social-links .wp-social-link:hover {
    background-color: var(--color-list-item-default-background)
}

main .wp-block-social-links .wp-social-link a {
    display: contents
}

main .wp-block-social-links .wp-social-link a svg {
    height: 20px;
    width: 20px
}

main .wp-block-social-links .wp-block-social-link-label {
    display: none
}

footer {
    color: var(--color-typography-primary)
}

footer .wp-block-social-links {
    justify-content: normal;
    list-style: none
}

@media only screen and (min-width: 64em) {
    footer .wp-block-social-links {
        justify-content: center
    }
}

footer .wp-block-social-links .wp-social-link {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 8px;
    transition: background-color .2s ease-in-out;
    width: 40px !important
}

footer .wp-block-social-links .wp-social-link a {
    display: contents
}

footer .wp-block-social-links .wp-social-link a svg {
    height: 20px;
    width: 20px;
    fill: var(--color-footer-text-secondary)
}

footer .wp-block-social-links .wp-block-social-link-label {
    display: none
}

@keyframes btn-pulse {
    70% {
        box-shadow: 0 0 0 50px rgba(206, 23, 19, 0)
    }
    to {
        box-shadow: 0 0 0 0 rgba(206, 23, 19, 0)
    }
}

@-webkit-keyframes btn-pulse {
    70% {
        box-shadow: 0 0 0 50px rgba(206, 23, 19, 0)
    }
    to {
        box-shadow: 0 0 0 0 rgba(206, 23, 19, 0)
    }
}

.pagination {
    color: inherit;
    gap: 10px;
    margin-top: 30px;
    text-align: center
}

.pagination, .pagination .next, .pagination .prev {
    align-items: center;
    display: flex;
    justify-content: center
}

.pagination .next, .pagination .prev {
    background: hsla(0, 0%, 67%, .1);
    border-radius: 50px;
    cursor: pointer;
    height: 48px;
    width: 48px
}

.pagination .next:hover, .pagination .prev:hover {
    background: var(--dark-blue)
}

.pagination .next:hover svg path, .pagination .prev:hover svg path {
    fill: #fff
}

.pagination .dots {
    pointer-events: none
}

.pagination .page-numbers {
    color: inherit;
    cursor: pointer;
    padding: 0 5px;
    text-decoration: none
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
    color: var(--dark-blue)
}

.news-list-ajax.loading .page-numbers {
    pointer-events: none
}

.news-list-ajax.loading .news-list .post-categories, .news-list-ajax.loading .news-list-author, .news-list-ajax.loading .news-list-excerpt, .news-list-ajax.loading .news-list-img, .news-list-ajax.loading .news-list-title {
    overflow: hidden;
    position: relative
}

.news-list-ajax.loading .news-list .post-categories:after, .news-list-ajax.loading .news-list-author:after, .news-list-ajax.loading .news-list-excerpt:after, .news-list-ajax.loading .news-list-img:after, .news-list-ajax.loading .news-list-title:after {
    background: #f6f6f6;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-list-ajax.loading .news-list .post-categories, .news-list-ajax.loading .news-list-author, .news-list-ajax.loading .news-list-excerpt, .news-list-ajax.loading .news-list-title {
    border-radius: 6px
}

.search-box {
    background-image: linear-gradient(var(--color-primary), var(--color-primary-lighter));
    margin: 0 0 15px;
    padding: 0
}

.search-box .wrapper {
    margin: 0 auto;
    width: 100%
}

.search-box .wrapper .search-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

@media only screen and (min-width: 48em) {
    .search-box .wrapper .search-title {
        font-size: 40px;
        margin-bottom: 30px
    }
}

.search-box .wrapper .search-form {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
    z-index: 1
}

.search-box .wrapper .search-form .search-textbox {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px 0 0 5px;
    height: 50px;
    padding: 0 10px
}

@media only screen and (min-width: 48em) {
    .search-box .wrapper .search-form .search-textbox {
        flex-basis: 50%;
        height: 60px;
        max-width: 50%;
        padding: 0 20px
    }
}

.search-box .wrapper .search-form .search-button {
    background-color: var(--color-accent);
    border: none;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer;
    height: 50px;
    transition: background-color .3s ease-in-out;
    width: 50px
}

@media only screen and (min-width: 48em) {
    .search-box .wrapper .search-form .search-button {
        height: 60px;
        width: 60px
    }
}

.search-box .wrapper .search-form .search-button:after {
    background-image: url(img/icon-search-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px
}

.search-box .wrapper .search-categories-link {
    color: #fff !important;
    cursor: pointer;
    margin-top: 20px;
    position: relative;
    text-decoration: none
}

.search-box .wrapper .search-categories-link:after {
    background-image: url(img/icon-chevron-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px
}

.search-box .wrapper .search-categories-link:hover {
    border-bottom: 0;
    text-decoration: none
}

.search-results-page {
    padding: 0
}

.search-results-page .search-results-title {
    color: var(--color-primary)
}

.search-results-page .search-results-list {
    list-style-type: none;
    margin: 0 0 32px
}

.search-results-page .search-results-list .search-result-item {
    align-items: center;
    background-color: var(--color-content-gray-background);
    border: 0;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    padding: 10px 0;
    text-decoration: none
}

.search-results-page .search-results-list .search-result-item .search-result-item-wrap {
    align-items: center;
    border: 0;
    color: var(--color-typography-primary);
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    margin-bottom: 0;
    text-decoration: none;
    transition: color .3s ease-in-out, font-weight .3s ease-in-out;
    width: 100%
}

@media only screen and (min-width: 64em) {
    .search-results-page .search-results-list .search-result-item .search-result-item-wrap {
        font-size: 18px
    }
}

.search-results-page .search-results-list .search-result-item:hover .search-result-item-wrap {
    color: var(--color-anchor-hover)
}

.main-menu .mobile-nav-icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 44px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px
}

@media only screen and (min-width: 64em) {
    .main-menu .mobile-nav-icon {
        display: none
    }
}

.main-menu .mobile-nav-icon .mobile-nav-icon-bar, .main-menu .mobile-nav-icon .mobile-nav-icon-bar:after, .main-menu .mobile-nav-icon .mobile-nav-icon-bar:before {
    display: inline-block;
    height: 3px;
    width: 32px
}

.main-menu .mobile-nav-icon .mobile-nav-icon-bar {
    background: #000;
    left: 0;
    position: relative;
    top: -12px;
    transform: translateY(8px);
    transition: all 0ms .3s
}

.main-menu .mobile-nav-icon .mobile-nav-icon-bar:before {
    background: #000;
    bottom: 8px;
    content: "";
    left: 0;
    position: absolute;
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1)
}

.main-menu .mobile-nav-icon .mobile-nav-icon-bar:after {
    background: #000;
    content: "";
    left: 0;
    position: absolute;
    top: 8px;
    transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1)
}

.main-menu .mobile-nav-icon.active .mobile-nav-icon-bar {
    background: transparent
}

.main-menu .mobile-nav-icon.active .mobile-nav-icon-bar:before {
    background: #000;
    bottom: 0;
    transform: rotate(-45deg)
}

@media only screen and (prefers-reduced-motion: no-preference) {
    .main-menu .mobile-nav-icon.active .mobile-nav-icon-bar:before {
        transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s
    }
}

.main-menu .mobile-nav-icon.active .mobile-nav-icon-bar:after {
    background: #000;
    top: 0;
    transform: rotate(45deg)
}

@media only screen and (prefers-reduced-motion: no-preference) {
    .main-menu .mobile-nav-icon.active .mobile-nav-icon-bar:after {
        transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s
    }
}

.main-menu #main-menu-wrap {
    background-color: #fff;
    box-shadow: -5px 0 11px 0 rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    height: calc(100% - 70px);
    inset-block-start: 0;
    inset-inline-end: 0;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 40px 0 0;
    position: fixed;
    right: 0;
    top: var(--height-main-header-mobile);
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(.68, -.55, .27, 1.55), visibility .3s linear;
    user-select: none;
    visibility: hidden;
    width: min(34rem, 100vw)
}

@media only screen and (min-width: 64em) {
    .main-menu #main-menu-wrap {
        background-color: var(--color-green-background);
        box-shadow: none;
        display: flex;
        flex-direction: row;
        height: calc(100% - 110px);
        justify-content: flex-end;
        max-width: var(--width-main-wrapper);
        overflow: visible;
        padding: 0 20px;
        position: static;
        transform: none;
        transition: none;
        visibility: visible;
        width: 100%
    }
}

@media only screen and (min-width: 75em) {
    .main-menu #main-menu-wrap {
        background-color: var(--color-green-background);
        box-shadow: none;
        display: flex;
        flex-direction: row;
        height: calc(100% - 110px);
        justify-content: flex-end;
        max-width: var(--width-main-wrapper);
        overflow: visible;
        padding: 0 20px;
        position: static;
        transform: none;
        transition: none;
        visibility: visible;
        width: 80%
    }
}

.main-menu #main-menu-wrap ul {
    list-style: none;
    padding: 15px 40px
}

.main-menu #main-menu-wrap #main-menu-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0;
    width: 100%
}

@media only screen and (min-width: 64em) {
    .main-menu #main-menu-wrap #main-menu-container {
        flex: 1;
        flex-direction: row;
        justify-content: flex-start;
        padding: 15px 40px
    }
}

.main-menu #main-menu-wrap #main-menu-container > li {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    font-weight: 600;
    font-weight: var(--font-regular);
    justify-self: flex-start;
    min-height: 50px
}

@media only screen and (min-width: 64em) {
    .main-menu #main-menu-wrap #main-menu-container > li {
        border-bottom: none;
        margin-right: 40px
    }
}

.main-menu #main-menu-wrap #main-menu-container > li:not(:first-of-type) {
    border-top: 1px solid #ddd
}

@media only screen and (min-width: 75em) {
    .main-menu #main-menu-wrap #main-menu-container > li:not(:first-of-type) {
        border-top: none
    }
}

.main-menu #main-menu-wrap #main-menu-container > li .menu-name {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: var(--font-regular);
    justify-content: center;
    padding: 10px 20px;
    text-decoration: none !important;
    text-wrap: nowrap !important
}

@media only screen and (min-width: 64em) {
    .main-menu #main-menu-wrap #main-menu-container > li .menu-name {
        color: var(--color-anchor-dark-grey);
        font-weight: 500;
        height: 50px;
        justify-content: flex-start;
        max-width: 200px;
        padding: 0 20px 0 0;
        position: relative;
        text-align: center;
        width: 100%;
        z-index: 2
    }
}

.main-menu #main-menu-wrap #main-menu-container > li.active .mega-menu {
    display: flex;
    max-height: 1000px;
    overflow: auto;
    z-index: 10
}

@media only screen and (min-width: 64em) {
    .main-menu #main-menu-wrap #main-menu-container > li.active .mega-menu {
        z-index: -100
    }

    .main-menu #main-menu-wrap #main-menu-container > li:hover .menu-name {
        color: var(--color-anchor-dark-grey)
    }
}

.main-menu #main-menu-wrap #main-menu-container > li:hover .mega-menu {
    z-index: 10
}

@media only screen and (min-width: 64em) {
    .main-menu #main-menu-wrap #main-menu-container > li:hover .mega-menu {
        background-color: var(--color-content-gray-background);
        max-height: 1000px;
        opacity: 1;
        overflow: auto;
        padding-left: 20px;
        top: 110px;
        z-index: -100
    }
}

.main-menu #main-menu-wrap.opened {
    transform: translateX(40px);
    visibility: visible;
    z-index: 100
}

.logged-in .main-menu #main-menu-wrap #main-menu-container > li:hover .mega-menu {
    top: 140px
}

:root {
    --blue: #355380;
    --dark-blue: #0434a3;
    --blue-muted: #445d82;
    --green-light: #389e60;
    --green-dark: #11803d;
    --green-muted: #559970;
    --yellow: #f9ca24;
    --red: #ff2453
}

:focus-visible, :focus-within {
    color: #2e3246
}

#scrolltop {
    color: var(--red) !important
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 20em
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }
}

.space-archive-loop-item-title a {
    font-weight: 500
}

#main-review.main-review-home .wp-block-group {
    margin-bottom: 30px
}

#main-review.main-review-home figure.wp-block-image img {
    width: 130px
}

#main-review .wp-block-button__link {
    background-color: var(--yellow);
    color: #000
}

#main-review .wp-block-button__link:hover {
    color: #fff
}

.space-archive-title-box, .space-title-box {
    background-color: #005190
}

.space-archive-title-box-h1 h1, .space-title-box-h1 h1 {
    color: #fff
}

.space-title-box-ins {
    padding-bottom: 35px;
    padding-top: 35px
}

.breadcrumb_last, .space-breadcrumbs a {
    color: #ccc;
    padding: 0 8px
}

.page-excerpt {
    margin-bottom: 60px
}

.page-excerpt p, p.page-excerpt {
    font-size: 20px;
    text-align: justify
}

.game-item .wp-block-button__link {
    background-color: var(--yellow);
    color: #000
}

.game-item .wp-block-button__link:hover {
    color: #fff
}

.space-pros-ins {
    border: 2px solid #258911;
    padding: 0
}

.space-cons-ins {
    border: 2px solid #f14242;
    padding: 0
}

.space-cons-title, .space-pros-title {
    background-color: #42b42c;
    color: #fff;
    font-size: 1.2em;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase
}

.space-cons-title {
    background-color: #f14242
}

.space-cons-description, .space-pros-description {
    padding: 30px
}

.space-pros-ins:before {
    background-color: #258911;
    display: none
}

.space-cons-ins:before {
    background-color: #f66682;
    display: none
}

.bonus-container {
    margin-bottom: 60px
}

.bonus-extra-block {
    background: var(--blue);
    border-radius: 10px;
    color: #fff;
    margin: 10px 0;
    padding: 30px 5px;
    text-align: center
}

.bonus-note {
    color: #fff;
    margin: 0 auto;
    text-transform: uppercase
}

.bonus-value {
    font-size: 32px;
    margin: 15px 0;
    padding-top: 8px
}

.bonus-info, .bonus-value {
    color: #ffbf17;
    text-align: center
}

.bonus-info {
    line-height: normal
}

.bonus-games {
    color: #fff;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center
}

.bonus-label {
    font-size: .8em;
    text-transform: uppercase
}

.bonus-extra-block2 {
    display: flex
}

.bonus-label-days {
    font-size: .8em;
    font-style: italic;
    margin-left: 5px;
    text-transform: uppercase
}

.bonus-bullet-points ul {
    list-style: disc;
    padding: 0 30px
}

.bonus-bullet-points ul li {
    line-height: 1.6em;
    margin-bottom: 10px;
    text-align: left
}

.bonus-extra-block .space-organization-content-rating-item {
    display: flex;
    padding: 0 0 0 3px
}

.bonus-extra-block .space-organization-content-rating-item label {
    color: #fff;
    font-size: 14px;
    margin-right: 10px
}

.bonus-extra-block .star-rating {
    font-size: 12px;
    margin-top: 5px
}

.bonus-playnow .space-organization-content-button a {
    background: #0ea421 !important;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 400;
    font-weight: 500;
    width: 100%
}

.bonus-playnow .space-organization-content-button {
    padding-top: 0
}

.bonus-playnow {
    display: block !important;
    margin-top: 16px
}

.bonus-playnow .space-organization-content-button a:hover {
    background-color: #fff !important;
    border: 1px solid #0ea421;
    box-shadow: none !important;
    color: #0ea421 !important
}

.bonus-container {
    display: block
}

.bonus-container .box-33 {
    width: 100%
}

.bonus-games-shortcode-4 .bonus-extra-block, .bonus-games-shortcode-4 .bonus-games, .bonus-games-shortcode-4 .bonus-note {
    background: transparent;
    color: #000;
    padding: 0 5px
}

.bonus-games-shortcode-4 .bonus-value {
    color: #257d11;
    font-size: 26px;
    line-height: normal;
    margin: 0
}

.bonus-games-shortcode-4 .bonus-info {
    color: #257d11
}

.bonus-games-archive .bonus-extra-block, .bonus-games-archive .bonus-games, .bonus-games-archive .bonus-note {
    background-color: #fff;
    color: #000
}

.bonus-games-archive .bonus-label {
    font-size: .6em
}

.bonus-games-archive .bonus-label-days {
    margin-bottom: -4px
}

.casino-games-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.casino-games-categories a {
    margin: 0 12px;
    text-decoration: none
}

.casino-games-categories .logo-item img {
    width: 36px
}

.casino-games-categories .casino_category {
    font-size: 8px
}

.space-companies-archive-item-wrap {
    padding: 20px 0 0
}

.space-companies-archive-item-big-img a img {
    height: 120px;
    margin-top: 20px;
    width: auto
}

.space-companies-archive-item-img a img {
    height: auto;
    width: 120px
}

.space-companies-archive-item-button {
    display: block;
    width: 100%
}

.space-companies-archive-item-button .archive-item-button a {
    border-radius: 0;
    padding: 13px 36px;
    width: 100%
}

.space-companies-archive-item-button .archive-item-button-play a {
    background-color: var(--yellow);
    color: #000
}

.space-companies-archive-item-button .archive-item-button-review a {
    background-color: #ccc;
    color: var(--blue)
}

.space-companies-archive-item-button .archive-item-button-play a:hover, .space-companies-archive-item-button .archive-item-button-review a:hover {
    background-color: var(--blue);
    color: #eee
}

.space-companies-archive-item-button .archive-item-button a:hover {
    box-shadow: none !important
}

.space-companies-archive-item-short-desc {
    min-height: 290px
}

.bonus-games-archive .bonus-value {
    color: #111;
    font-size: 2.6em;
    font-weight: 700;
    line-height: normal;
    margin: 0
}

.bonus-games-archive .bonus-info {
    color: #111;
    font-size: 1.4em
}

.bonus-games-archive .bonus-extra-block {
    margin: 0;
    padding: 5px
}

.bonus-games-archive .bonus-games {
    color: #2e3246;
    font-size: 1.8em
}

.bonus-games-archive .bonus-label {
    font-size: .55em;
    text-transform: uppercase
}

.bonus-games-archive .bonus-label-days {
    color: #2e3246;
    font-size: 12px;
    text-transform: uppercase
}

@media screen and (min-width: 897px) {
    .bonus-container {
        display: flex
    }

    .bonus-container .box-33 {
        width: 33%
    }

    .bonus-extra-block {
        margin: 10px 5px
    }

    .bonus-note {
        max-width: 250px
    }

    .space-organizations-3-archive-item-button-ins a {
        min-width: auto !important
    }
}

.space-organization-details .space-organization-details-item {
    margin-top: 0
}

.logo-item img {
    width: 32px
}

.space-organization-details-title h3 {
    text-transform: uppercase
}

.space-organization-details-item-links .logo-item {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: space-around;
    line-height: 1.4;
    margin: 2px;
    min-height: 85px;
    padding: 5px;
    text-align: center;
    width: 85px
}

.space-organization-details-item-links p.casino_category {
    border-radius: 16px;
    font-size: 12px;
    line-height: 1
}

.space-organization-content-rating-item label {
    font-size: 1em !important
}

.rating-review-item {
    border-radius: 10px;
    margin: 10px;
    padding: 10px 20px;
    text-align: left
}

.space-organization-content-rating-wrap {
    margin-bottom: 60px
}

.verified {
    margin-bottom: 30px;
    margin-top: 30px
}

.popup {
    bottom: -10px;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 100
}

.popup, .popup button {
    background-color: transparent;
    display: block;
    margin: 0 auto
}

.popup button {
    border: none;
    color: #c5c5c5;
    cursor: pointer;
    font-size: 30px;
    outline: none;
    position: relative;
    right: -180px;
    top: 40px;
    z-index: 101
}

.sticky-casino-footer {
    display: block;
    margin: 0 auto;
    text-align: center;
    z-index: 5
}

@media screen and (min-width: 897px) {
    .sticky-casino-footer {
        left: 50%;
        margin-left: auto;
        margin-right: auto;
        transform: translateX(-50%);
        width: 896px;
        z-index: 100000
    }

    .popup button {
        left: 435px;
        top: 30px
    }
}

.sticky-casino-footer .space-organizations-3-archive-item-ins {
    background-color: transparent;
    background-image: radial-gradient(at center center, #5949b8 0, #f2295b 100%)
}

.sticky-casino-footer .space-organizations-3-archive-item-logo-ins img {
    width: 80px
}

.sticky-casino-footer .bonus-info, .sticky-casino-footer .bonus-note, .sticky-casino-footer .bonus-value {
    color: #fff
}

.space-page-content-box-wrap {
    border-bottom: 0 solid #dfe6e9
}

.space-content-section.no-sidebar {
    max-width: 1200px
}

.space-organizations-3-archive-item-count {
    display: none
}

#top-rated .space-organizations-3-archive-item-count {
    display: block
}

.space-organizations-3-archive-items {
    margin-top: 0
}

.space-organizations-3-archive-item-ins {
    border-radius: 0;
    box-shadow: 0 10px 40px 0 rgba(109, 141, 173, .25);
    margin: 10px 15px
}

.space-organizations-3-archive-item-button-ins {
    text-transform: uppercase
}

.space-organizations-3-archive-item-button-ins a {
    font-size: .9em;
    padding: 10px 20px
}

.space-organizations-3-archive-item-terms.box-20 {
    width: 20%
}

.space-organizations-3-archive-item-rating.box-30 {
    width: 30%
}

.space-organizations-3-archive-item-rating-box {
    border: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    height: unset;
    justify-content: center;
    padding: 0
}

.space-organizations-3-archive-item-rating-box img {
    width: 44px
}

.space-organizations-3-archive-item-rating-box a {
    display: block;
    padding: 10px 8px;
    text-decoration: none
}

.space-organizations-3-archive-item-logo-ins img {
    width: 130px
}

.top-rated {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    color: #fff;
    margin-bottom: 0 !important;
    padding: 10px 20px;
    text-transform: uppercase
}

.top-rated, .top-rated-none {
    display: none
}

.top-rated-eos, .top-rated-ethereum, .top-rated-tron {
    display: block
}

.top-rated-ethereum {
    background: #21568c
}

.top-rated-tron {
    background: #e53e3e
}

.top-rated-eos {
    background: #2a4365
}

.top-rated-icon {
    display: block;
    float: left;
    height: 30px;
    margin-left: 10px;
    width: 36px
}

.top-rated-ethereum .top-rated-icon {
    background: url(../../images/logo-mini-ethereum.png) 0/auto 30px no-repeat
}

.top-rated-tron .top-rated-icon {
    background: url(../../images/logo-mini-tron.png) 0/auto 30px no-repeat
}

.top-rated-eos .top-rated-icon {
    background: url(../../images/logo-mini-eos.png) 0/auto 30px no-repeat
}

.dapps-page-excerpt {
    color: #333;
    font-size: 14px;
    min-height: 305px;
    padding: 10px 30px
}

#kind-of-games .wp-block-image img {
    max-width: 120px;
    width: 100%
}

#kind-of-games .wp-block-image figcaption {
    text-align: center
}

@media screen and (max-width: 767px) {
    #kind-of-games .wp-block-image img {
        max-width: 100%;
        width: 100%
    }
}

.sticky-casino-footer .space-organizations-3-archive-item-button-ins a:last-child {
    background-color: #0ea421 !important
}

#load-more {
    animation: pulse 2s infinite;
    background-color: #0074d9;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px
}

#load-more.hide {
    display: none
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 rgba(0, 116, 217, .7);
        transform: scale(1)
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 116, 217, .7);
        transform: scale(1.05)
    }
    to {
        box-shadow: 0 0 0 rgba(0, 116, 217, .7);
        transform: scale(1)
    }
}

.posts-loading {
    display: flex;
    justify-content: center
}

.posts-loading div {
    animation: bounce .9s infinite alternate;
    background: #ddd;
    border-radius: 50%;
    height: 1rem;
    margin: 2rem .3rem;
    width: 1rem
}

.posts-loading div:nth-child(2) {
    animation-delay: .3s
}

.posts-loading div:nth-child(3) {
    animation-delay: .6s
}

.no-more-posts {
    opacity: .7;
    text-align: center;
    width: 100%
}

@keyframes bounce {
    to {
        opacity: .3;
        transform: translate3d(0, -1rem, 0)
    }
}

.space-organization-content-button a:first-child, .space-organizations-3-archive-item-button-ins .offer-link:first-child a:last-child, .space-organizations-3-archive-item-button-ins a:first-child, .space-organizations-4-archive-item-button-one-ins .offer-link:first-child a, .space-organizations-4-archive-item-button-two-ins a:first-child, .space-shortcode-wrap .space-organizations-3-archive-item-button-ins a:first-child, .space-shortcode-wrap .space-organizations-4-archive-item-button-one-ins .offer-link:first-child a, .space-shortcode-wrap .space-organizations-4-archive-item-button-two-ins a:first-child, .space-unit-content-button a:first-child {
    background-color: #058900 !important
}

.game-embed {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    order: 1;
    padding: 0 0 15px;
    width: 100%
}

@media only screen and (min-width: 64em) {
    .game-embed {
        order: 2
    }
}

.game-embed .game-embed-wrap {
    align-items: center;
    background-color: var(--color-content-gray-background);
    background-color: #000;
    border: 1px solid var(--color-default-border);
    display: flex;
    height: 0;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.game-embed .game-embed-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.game-featured-img, .game-vendors {
    padding: 0 15px;
    text-align: center
}

#game-embed-play-btn {
    align-items: center;
    background-color: #000;
    color: #f3af31;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
    width: 100%
}

.space-organizations-3-archive-item-button-ins a:last-child, .space-organizations-4-archive-item-button-one-ins a, .space-shortcode-wrap .space-organizations-4-archive-item-button-one-ins a {
    background-color: #4e5555 !important
}

strong.has-mercury-alizarin-color {
    color: #a92314 !important
}

.space-organizations-archive-item-button-notice, .space-organizations-archive-item-detailed-tc > p {
    color: #4e5555 !important
}

.space-organization-details-item-links {
    align-items: flex-end;
    font-size: 12px
}

.space-organization-details-item-links span {
    background-color: #f1f3f4;
    border-radius: 16px;
    color: #2e3246 !important;
    display: inline-block;
    font-size: 12px;
    height: max-content;
    line-height: 1.333em;
    margin-bottom: 8px;
    margin-right: 4px;
    padding: 5px 20px 6px;
    text-decoration: none !important
}

img.attachment-full.size-full {
    height: 40px;
    width: 144px
}

.space-footer-menu-widget .space-widget a {
    padding: 0;
    text-decoration: none
}

.space-footer-menu-widget .space-widget a:hover {
    text-decoration: underline
}

.space-footer-menu-widget .space-widget p {
    margin-bottom: 0
}

.space-footer-menu-widget .space-widget ul {
    margin: 16px 0
}

.space-footer-menu-widget .space-widget li {
    border: none;
    padding: 0
}

.space-footer-menu-widget .space-widget li:not(:last-child) {
    margin-bottom: 10px
}

.reviews-page.space-single-organization .space-page-section-ins {
    padding-top: 20px
}

.reviews-page .space-sidebar-section-left .verified {
    margin-bottom: 0;
    margin-top: 20px
}

.reviews-page .space-sidebar-section-left .casino-logo {
    margin-bottom: 5px
}

.reviews-page .space-page-content-box-wrap + .casino-mobile-sidebar {
    margin-top: -30px
}

.reviews-page .casino-mobile-sidebar {
    display: block;
    width: 100%
}

.reviews-page .casino-mobile-sidebar .widget_block {
    margin-left: 0;
    margin-right: 0
}

@media screen and (min-width: 480px) {
    .reviews-page .casino-mobile-sidebar {
        display: none
    }
}

.casino-desktop-sidebar {
    display: none
}

@media screen and (min-width: 480px) {
    .casino-desktop-sidebar {
        display: block;
        margin-top: 20px
    }
}

.casino-link-mobile {
    margin: 0;
    padding: 0
}

@media screen and (min-width: 480px) {
    .casino-link-mobile {
        display: none !important
    }
}

.casino-link-mobile a {
    text-align: center;
    width: 100%
}

.casino-link-desktop {
    display: none
}

@media screen and (min-width: 480px) {
    .casino-link-desktop {
        display: block
    }
}

@media screen and (max-width: 479px) {
    .top-info {
        align-content: center;
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        gap: 10px;
        margin-bottom: 0;
        position: relative
    }

    .top-info .space-organization-content-logo {
        flex-shrink: 0;
        max-height: 100%;
        max-width: 85px;
        padding: 0
    }

    .top-info .space-organization-content-logo .casino-logo {
        margin: 0;
        max-height: 85px;
        max-width: 85px
    }

    .top-info .space-organization-content-logo-stars {
        margin-bottom: 0;
        margin-top: 0;
        order: 2;
        padding-bottom: 0
    }

    .top-info .space-organization-content-logo-stars:after {
        display: none
    }

    .top-info h1 {
        font-size: 1.3em;
        text-align: left;
        width: 100%
    }

    .top-info .title-and-rating {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        flex-grow: 1;
        gap: 5px 10px;
        text-align: left
    }

    .reviews-page .space-organization-content-info {
        padding-top: 0
    }

    .reviews-page .space-organization-content-button-block {
        padding: 15px
    }

    .reviews-page .space-aces-content-meta {
        margin-bottom: 15px
    }

    .reviews-page.space-single-organization .space-page-content-meta {
        margin-bottom: 15px;
        padding-bottom: 0
    }

    .reviews-page .space-page-content-meta-ins {
        align-content: center
    }

    .reviews-page .space-page-content-meta-author {
        padding: 0 0 3px
    }

    .reviews-page .space-organization-content-excerpt {
        font-size: 1.1em;
        margin-bottom: 15px;
        padding-bottom: 10px
    }

    .reviews-page .bonus-extra-block {
        padding: 12px
    }
}

.reviews-page .verified-desktop {
    display: none
}

@media screen and (min-width: 480px) {
    .reviews-page .verified-desktop {
        display: inline
    }
}

.top-info .verified-mobile {
    display: block;
    order: 3
}

.taxonomy-game-provider section.game-list-block {
    padding: 0 !important
}

@media screen and (min-width: 480px) {
    .top-info .verified-mobile {
        display: none
    }
}

.sticky-casino-footer .sticky-casino-footer-text-content, .sticky-casino-footer .sticky-casino-footer-text-content * {
    color: #fff;
    text-align: -webkit-auto
}

#sticky-casino-footer.hide {
    opacity: 0;
    transition: all .05s ease-in-out
}

#sticky-casino-footer.show {
    opacity: 1;
    transition: all .05s ease-in-out
}

div#sticky-casino-footer.hide {
    z-index: -1 !important
}

.image-block-embed-code {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 10px;
    padding: 0;
    position: relative
}

.image-block-embed-code--textarea {
    border: 1px solid;
    font-size: 11px;
    padding: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.image-block-embed-code .message-textarea {
    background-color: #fff8dc;
    font-weight: 700;
    opacity: 0;
    padding: 4px;
    position: absolute;
    top: 0
}

.image-block-embed-code .copy-btn {
    background-color: #00518f;
    border: 1px solid #fff;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    padding: 8px 10px 10px;
    text-wrap: nowrap;
    transition: all .3s ease
}

.image-block-embed-code .copy-btn .fa-share {
    margin-right: 10px
}

.image-block-embed-code .copy-btn .share-on-your-site {
    font-size: smaller;
    font-weight: 700
}

.image-block .image-block-embed-code .copy-btn:hover {
    background-color: #fff;
    border: 1px solid #00518f;
    color: #00518f
}

.image-block-embed-code .copy-btn .tooltip {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 12px;
    left: 50%;
    padding: 5px;
    position: absolute;
    top: -35px;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1
}

.image-block-embed-code .copy-btn:hover .tooltip {
    display: block
}

.disappear {
    animation: fadeOut 2s forwards
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        visibility: hidden
    }
}

div.image-align-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: fit-content
}

div.image-align-left {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    width: fit-content
}

div.image-align-right {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    width: fit-content
}

.space-header-logo-ins.relative img {
    height: 40px;
    max-width: 200px;
    width: 100%
}

.wp-block-button .wp-element-button, .wp-block-button .wp-element-button:hover {
    background: transparent !important;
    border: none
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

.wp-block-getwid-section .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper {
    max-width: 1170px;
}

/* Main Color */

.has-mercury-main-color,
.home-page .textwidget a:hover,
.space-header-2-top-soc a:hover,
.space-header-menu ul.main-menu li a:hover,
.space-header-menu ul.main-menu li:hover a,
.space-header-2-nav ul.main-menu li a:hover,
.space-header-2-nav ul.main-menu li:hover a,
.space-page-content a:hover,
.space-pros-cons ul li a:hover,
.space-pros-cons ol li a:hover,
.space-companies-2-archive-item-desc a:hover,
.space-organizations-3-archive-item-terms-ins a:hover,
.space-organizations-7-archive-item-terms a:hover,
.space-organizations-8-archive-item-terms a:hover,
.space-comments-form-box p.comment-notes span.required,
form.comment-form p.comment-notes span.required {
    color: #ff2453;
}

input[type="submit"],
.has-mercury-main-background-color,
.space-block-title span:after,
.space-widget-title span:after,
.space-companies-archive-item-button a,
.space-companies-sidebar-item-button a,
.space-organizations-3-archive-item-count,
.space-organizations-3-archive-item-count-2,
.space-units-archive-item-button a,
.space-units-sidebar-item-button a,
.space-aces-single-offer-info-button-ins a,
.space-offers-archive-item-button a,
.home-page .widget_mc4wp_form_widget .space-widget-title::after,
.space-content-section .widget_mc4wp_form_widget .space-widget-title::after {
    background-color: #ff2453;
}

.space-header-menu ul.main-menu li a:hover,
.space-header-menu ul.main-menu li:hover a,
.space-header-2-nav ul.main-menu li a:hover,
.space-header-2-nav ul.main-menu li:hover a {
    border-bottom: 2px solid #ff2453;
}

.space-header-2-top-soc a:hover {
    border: 1px solid #ff2453;
}

.space-companies-archive-item-button a:hover,
.space-units-archive-item-button a:hover,
.space-offers-archive-item-button a:hover,
.space-aces-single-offer-info-button-ins a:hover {
    box-shadow: 0px 8px 30px 0px rgba(255, 36, 83, 0.60) !important;
}

/* Second Color */

.has-mercury-second-color,
.space-page-content a,
.space-pros-cons ul li a,
.space-pros-cons ol li a,
.space-page-content ul li:before,
.home-page .textwidget ul li:before,
.space-widget ul li a:hover,
.space-page-content ul.space-mark li:before,
.home-page .textwidget a,
#recentcomments li a:hover,
#recentcomments li span.comment-author-link a:hover,
h3.comment-reply-title small a,
.space-shortcode-wrap .space-companies-sidebar-item-title p a,
.space-companies-sidebar-2-item-desc a,
.space-companies-sidebar-item-title p a,
.space-companies-archive-item-short-desc a,
.space-companies-2-archive-item-desc a,
.space-organizations-3-archive-item-terms-ins a,
.space-organizations-7-archive-item-terms a,
.space-organizations-8-archive-item-terms a,
.space-organization-content-info a,
.space-organization-style-2-calltoaction-text-ins a,
.space-organization-details-item-title span,
.space-organization-style-2-ratings-all-item-value i,
.space-organization-style-2-calltoaction-text-ins a,
.space-organization-content-short-desc a,
.space-organization-header-short-desc a,
.space-organization-content-rating-stars i,
.space-organization-content-rating-overall .star-rating .star,
.space-companies-archive-item-rating .star-rating .star,
.space-organization-content-logo-stars i,
.space-organization-content-logo-stars .star-rating .star,
.space-companies-2-archive-item-rating .star-rating .star,
.space-organizations-3-archive-item-rating-box .star-rating .star,
.space-organizations-4-archive-item-title .star-rating .star,
.space-companies-sidebar-2-item-rating .star-rating .star,
.space-comments-list-item-date a.comment-reply-link,
.space-categories-list-box ul li a,
.space-news-10-item-category a,
.small .space-news-11-item-category a,
#scrolltop,
.widget_mc4wp_form_widget .mc4wp-response a,
.space-header-height.dark .space-header-menu ul.main-menu li a:hover,
.space-header-height.dark .space-header-menu ul.main-menu li:hover a,
.space-header-2-height.dark .space-header-2-nav ul.main-menu li a:hover,
.space-header-2-height.dark .space-header-2-nav ul.main-menu li:hover a,
.space-header-2-height.dark .space-header-2-top-soc a:hover,
.space-organization-header-logo-rating i {
    color: #355380;
}

.space-title-box-category a,
.has-mercury-second-background-color,
.space-organization-details-item-links a:hover,
.space-news-2-small-item-img-category a,
.space-news-2-item-big-box-category span,
.space-block-title span:before,
.space-widget-title span:before,
.space-news-4-item.small-news-block .space-news-4-item-img-category a,
.space-news-4-item.big-news-block .space-news-4-item-top-category span,
.space-news-6-item-top-category span,
.space-news-7-item-category span,
.space-news-3-item-img-category a,
.space-news-8-item-title-category span,
.space-news-9-item-info-category span,
.space-archive-loop-item-img-category a,
.space-organizations-3-archive-item:first-child .space-organizations-3-archive-item-count,
.space-organizations-3-archive-item:first-child .space-organizations-3-archive-item-count-2,
.space-single-offer.space-dark-style .space-aces-single-offer-info-button-ins a,
.space-offers-archive-item.space-dark-style .space-offers-archive-item-button a,
nav.pagination a,
nav.comments-pagination a,
nav.pagination-post a span.page-number,
.widget_tag_cloud a,
.space-footer-top-age span.age-limit,
.space-footer-top-soc a:hover,
.home-page .widget_mc4wp_form_widget .mc4wp-form-fields .space-subscribe-filds button,
.space-content-section .widget_mc4wp_form_widget .mc4wp-form-fields .space-subscribe-filds button {
    background-color: #355380;
}

.space-footer-top-soc a:hover,
.space-header-2-height.dark .space-header-2-top-soc a:hover,
.space-categories-list-box ul li a {
    border: 1px solid #355380;
}

.space-header-height.dark .space-header-menu ul.main-menu li a:hover,
.space-header-height.dark .space-header-menu ul.main-menu li:hover a,
.space-header-2-height.dark .space-header-2-nav ul.main-menu li a:hover,
.space-header-2-height.dark .space-header-2-nav ul.main-menu li:hover a {
    border-bottom: 2px solid #355380;
}

.space-offers-archive-item.space-dark-style .space-offers-archive-item-button a:hover,
.space-single-offer.space-dark-style .space-aces-single-offer-info-button-ins a:hover {
    box-shadow: 0px 8px 30px 0px rgba(53, 83, 128, 0.60) !important;
}

.space-text-gradient {
    background: #ff2453;
    background: -webkit-linear-gradient(to right, #ff2453 0%, #355380 100%);
    background: -moz-linear-gradient(to right, #ff2453 0%, #355380 100%);
    background: linear-gradient(to right, #ff2453 0%, #355380 100%);
}

/* Stars Color */

.star,
.fa-star {
    color: #ffd32a !important;
}

.space-rating-star-background {
    background-color: #ffd32a;
}

/* Custom header layout colors */

/* --- Header #1 Style --- */

.space-header-height .space-header-wrap {
    background-color: #ffffff;
}

.space-header-height .space-header-top,
.space-header-height .space-header-logo-ins:after {
    background-color: #f5f6fa;
}

.space-header-height .space-header-top-soc a,
.space-header-height .space-header-top-menu ul li a {
    color: #7f8c8d;
}

.space-header-height .space-header-top-soc a:hover,
.space-header-height .space-header-top-menu ul li a:hover {
    color: #151515;
}

.space-header-height .space-header-logo a {
    color: #2d3436;
}

.space-header-height .space-header-logo span {
    color: #7f8c8d;
}

.space-header-height .space-header-menu ul.main-menu li,
.space-header-height .space-header-menu ul.main-menu li a,
.space-header-height .space-header-search {
    color: #151515;
}

.space-header-height .space-mobile-menu-icon div {
    background-color: #151515;
}

.space-header-height .space-header-menu ul.main-menu li a:hover,
.space-header-height .space-header-menu ul.main-menu li:hover a {
    color: #be2edd;
    border-bottom: 2px solid #be2edd;
}

.space-header-height .space-header-menu ul.main-menu li ul.sub-menu {
    background-color: #ffffff;
}

.space-header-height .space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children:after,
.space-header-height .space-header-menu ul.main-menu li ul.sub-menu li a {
    color: #34495e;
    border-bottom: 1px solid transparent;
}

.space-header-height .space-header-menu ul.main-menu li ul.sub-menu li a:hover {
    border-bottom: 1px solid transparent;
    color: #b2bec3;
    text-decoration: none;
}

/* --- Header #2 Style --- */

.space-header-2-height .space-header-2-wrap,
.space-header-2-height .space-header-2-wrap.fixed .space-header-2-nav {
    background-color: #ffffff;
}

.space-header-2-height .space-header-2-top-ins {
    border-bottom: 1px solid #f5f6fa;
}

.space-header-2-height .space-header-2-top-soc a,
.space-header-2-height .space-header-search {
    color: #7f8c8d;
}

.space-header-2-height .space-header-2-top-soc a {
    border: 1px solid #7f8c8d;
}

.space-header-2-height .space-mobile-menu-icon div {
    background-color: #7f8c8d;
}

.space-header-2-height .space-header-2-top-soc a:hover {
    color: #151515;
    border: 1px solid #151515;
}

.space-header-2-height .space-header-2-top-logo a {
    color: #2d3436;
}

.space-header-2-height .space-header-2-top-logo span {
    color: #7f8c8d;
}

.space-header-2-height .space-header-2-nav ul.main-menu li,
.space-header-2-height .space-header-2-nav ul.main-menu li a {
    color: #151515;
}

.space-header-2-height .space-header-2-nav ul.main-menu li a:hover,
.space-header-2-height .space-header-2-nav ul.main-menu li:hover a {
    color: #be2edd;
    border-bottom: 2px solid #be2edd;
}

.space-header-2-height .space-header-2-nav ul.main-menu li ul.sub-menu {
    background-color: #ffffff;
}

.space-header-2-height .space-header-2-nav ul.main-menu li ul.sub-menu li a,
.space-header-2-height .space-header-2-nav ul.main-menu li ul.sub-menu li.menu-item-has-children:after {
    color: #34495e;
    border-bottom: 1px solid transparent;
}

.space-header-2-height .space-header-2-nav ul.main-menu li ul.sub-menu li a:hover {
    border-bottom: 1px solid transparent;
    color: #b2bec3;
    text-decoration: none;
}

/* --- Mobile Menu Style --- */

.space-mobile-menu .space-mobile-menu-block {
    background-color: #ffffff;
}

.space-mobile-menu .space-mobile-menu-copy {
    border-top: 1px solid #f5f6fa;
}

.space-mobile-menu .space-mobile-menu-copy {
    color: #7f8c8d;
}

.space-mobile-menu .space-mobile-menu-copy a {
    color: #7f8c8d;
}

.space-mobile-menu .space-mobile-menu-copy a:hover {
    color: #151515;
}

.space-mobile-menu .space-mobile-menu-header a {
    color: #2d3436;
}

.space-mobile-menu .space-mobile-menu-header span {
    color: #7f8c8d;
}

.space-mobile-menu .space-mobile-menu-list ul li {
    color: #151515;
}

.space-mobile-menu .space-mobile-menu-list ul li a {
    color: #151515;
}

.space-mobile-menu .space-close-icon .to-right,
.space-mobile-menu .space-close-icon .to-left {
    background-color: #151515;
}

/* --- New - Label for the main menu items --- */

ul.main-menu > li.new > a:before,
.space-mobile-menu-list > ul > li.new:before {
    content: "New";
    color: #4f8237;
    background-color: #badc58;
}

/* --- Best - Label for the main menu items --- */

ul.main-menu > li.best > a:before,
.space-mobile-menu-list > ul > li.best:before {
    content: "Best";
    color: #7248b5;
    background-color: #b0aaff;
}

/* --- Hot - Label for the main menu items --- */

ul.main-menu > li.hot > a:before,
.space-mobile-menu-list > ul > li.hot:before {
    content: "Hot";
    color: #a33632;
    background-color: #ff7979;
}

/* --- Top - Label for the main menu items --- */

ul.main-menu > li.top > a:before,
.space-mobile-menu-list > ul > li.top:before {
    content: "Top";
    color: #a88817;
    background-color: #f6e58d;
}

/* --- Fair - Label for the main menu items --- */

ul.main-menu > li.fair > a:before,
.space-mobile-menu-list > ul > li.fair:before {
    content: "Fair";
    color: #ffffff;
    background-color: #8c14fc;
}

/* Play Now - The button color */

.space-organization-content-button a,
.space-unit-content-button a,
.space-organizations-3-archive-item-button-ins a,
.space-organizations-4-archive-item-button-two-ins a,
.space-shortcode-wrap .space-organizations-3-archive-item-button-ins a,
.space-shortcode-wrap .space-organizations-4-archive-item-button-two-ins a {
    color: #ffffff !important;
    background-color: #2ecc71 !important;
}

.space-organization-content-button a:hover,
.space-unit-content-button a:hover,
.space-organizations-3-archive-item-button-ins a:hover,
.space-organizations-4-archive-item-button-two-ins a:hover {
    box-shadow: 0px 0px 15px 0px rgba(46, 204, 113, 0.55) !important;
}

.space-organization-header-button a.space-style-2-button,
.space-organization-style-2-calltoaction-button-ins a.space-calltoaction-button,
.space-style-3-organization-header-button a.space-style-3-button,
.space-organizations-7-archive-item-button-two a,
.space-organizations-8-archive-item-button-two a,
.space-organization-float-bar-button-wrap a {
    color: #ffffff !important;
    background-color: #2ecc71 !important;
    box-shadow: 0px 5px 15px 0px rgba(46, 204, 113, 0.55) !important;
}

.space-organization-header-button a.space-style-2-button:hover,
.space-organization-style-2-calltoaction-button-ins a.space-calltoaction-button:hover,
.space-style-3-organization-header-button a.space-style-3-button:hover,
.space-organizations-7-archive-item-button-two a:hover,
.space-organizations-8-archive-item-button-two a:hover,
.space-organization-float-bar-button-wrap a:hover {
    box-shadow: 0px 5px 15px 0px rgba(46, 204, 113, 0) !important;
}

.space-organizations-5-archive-item-button1 a,
.space-organizations-6-archive-item-button1 a,
.space-units-2-archive-item-button1 a,
.space-units-3-archive-item-button1 a {
    color: #ffffff !important;
    background-color: #2ecc71 !important;
    box-shadow: 0px 10px 15px 0px rgba(46, 204, 113, 0.5) !important;
}

.space-organizations-5-archive-item-button1 a:hover,
.space-organizations-6-archive-item-button1 a:hover,
.space-units-2-archive-item-button1 a:hover,
.space-units-3-archive-item-button1 a:hover {
    box-shadow: 0px 10px 15px 0px rgba(46, 204, 113, 0) !important;
}

/* Read Review - The button color */

.space-organizations-3-archive-item-button-ins a:last-child,
.space-organizations-4-archive-item-button-one-ins a,
.space-shortcode-wrap .space-organizations-4-archive-item-button-one-ins a {
    color: #ffffff !important;
    background-color: #7f8c8d !important;
}

.space-organizations-3-archive-item-button-ins a:last-child:hover,
.space-organizations-4-archive-item-button-one-ins a:hover {
    box-shadow: 0px 0px 15px 0px rgba(127, 140, 141, 0.55) !important;
}

.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}