:root {
    --mex-bg: #292929;
    --mex-bg-soft: #3e3e3e;
    --mex-card: #202020;
    --mex-card-alt: #303030;
    --mex-line: #414141;
    --mex-green: #035641;
    --mex-green-deep: #143f36;
    --mex-green-hot: #31fac2;
    --mex-yellow: #ffe52c;
    --mex-yellow-hover: #fff052;
    --mex-text: #f7f7f7;
    --mex-muted: rgba(247, 247, 247, .69);
    --mex-shadow-low: 0 5px 13px rgba(0, 0, 0, .18);
    --mex-shadow-mid: 0 12px 29px rgba(0, 0, 0, .29);
    --mex-shadow-green: 0 8px 19px rgba(49, 250, 194, .23);
    --mex-radius-xs: 6px;
    --mex-radius-sm: 9px;
    --mex-radius-md: 14px;
    --mex-radius-lg: 18px;
}

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

* {
    box-sizing: border-box;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

*::-webkit-scrollbar {
    background: transparent !important;
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}

html,
body {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    background: transparent !important;
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}

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

body {
    background: var(--mex-bg);
    color: var(--mex-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: .018em;
    line-height: 1.68;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
    font-family: inherit;
}

ol,
ul {
    list-style-position: inside;
}

p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.72;
    margin: 0 0 1.24rem;
}

h1 {
    display: block;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: .018em;
    line-height: 1.18;
    margin: 0 0 2.45rem;
}

h2 {
    display: block;
    font-size: 1.62em;
    font-weight: 700;
    letter-spacing: .015em;
    line-height: 1.24;
}

h3 {
    display: block;
    font-size: 1.22em;
    font-weight: 600;
    line-height: 1.3;
}

h4 {
    display: block;
    font-weight: 500;
}

.mex-wrap,
.wp-block-group {
    display: block;
    margin: 0 auto;
    max-width: 1328px;
    padding: 0 21px;
    width: 100%;
}

.mex-site-head {
    background-image: linear-gradient(180deg, #025640, #163f36);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.mex-head-layout {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 82px;
}

.mex-brand-anchor,
.mex-brand-mark {
    display: block;
}

.mex-brand-mark {
    filter: saturate(1.05) contrast(1.04);
    width: 114px;
}

.mex-primary-nav,
.mex-nav-list {
    list-style: none;
}

.mex-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 54px;
    justify-content: center;
    text-transform: uppercase;
}

.mex-nav-list a {
    color: var(--mex-text);
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .025em;
    padding: 25px 0 26px;
    transition: color .42s ease;
}

.mex-nav-list a:hover {
    color: var(--mex-green-hot);
}

.mex-nav-list li:first-of-type a {
    position: relative;
}

.mex-action-cluster {
    display: flex;
    gap: 20px;
}

.mex-cta {
    background-color: transparent;
    border: 1.55px solid var(--mex-yellow);
    border-radius: 22px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    height: 41px;
    letter-spacing: .025em;
    padding: 0 15px;
    transition: background-color .46s ease-in-out, border-color .46s ease-in-out, color .46s ease-in-out, transform .46s ease-in-out;
}

.mex-cta:hover {
    transform: translateY(-1px);
}

.mex-cta-outline {
    background-color: #265b4c;
    border-color: #3e685a;
    color: #fff;
}

.mex-cta-outline:hover {
    border-color: var(--mex-text);
    color: var(--mex-text);
}

.mex-cta-fill {
    background-color: #27594a;
    border-color: #fedd00;
    color: #fedd00;
}

.mex-cta-fill:hover {
    background-color: var(--mex-yellow-hover);
    border-color: var(--mex-yellow-hover);
    color: #050505;
}

.mex-is-routing {
    filter: brightness(1.08);
    pointer-events: none;
}

.mex-main-frame {
    background-color: var(--mex-bg);
    padding: 82px 0 0;
}

.mex-entry-band {
    background-color: rgba(255, 255, 255, .085);
    padding: 30px 0 39px;
}

.mex-entry-title {
    color: var(--mex-green-hot);
    font-size: 27px;
    font-weight: 700;
    letter-spacing: .045em;
    line-height: 1.22;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.mex-hero-media img {
    border-radius: var(--mex-radius-sm);
    display: block;
    filter: brightness(1.04) contrast(1.05) saturate(1.12);
    margin: 0 0 20px;
    object-fit: cover;
    width: 100%;
}

.mex-editor-copy p,
.mex-editor-copy a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.64;
}

.mex-editor-copy a {
    color: var(--mex-green-hot);
    transition: color .4s ease-in-out;
}

.mex-editor-copy a:hover {
    color: var(--mex-yellow);
}

.mex-bonus-strip,
.mex-sport-strip,
.mex-offer-track,
.mex-sport-track,
.mex-casino-tabs,
.mex-nav-list,
.wp-block-table {
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.mex-bonus-strip::-webkit-scrollbar,
.mex-sport-strip::-webkit-scrollbar,
.mex-offer-track::-webkit-scrollbar,
.mex-sport-track::-webkit-scrollbar,
.mex-casino-tabs::-webkit-scrollbar,
.mex-nav-list::-webkit-scrollbar,
.wp-block-table::-webkit-scrollbar {
    background: transparent !important;
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}

.mex-offer-track,
.mex-sport-track {
    display: flex;
    list-style: none;
}

.mex-offer-track {
    gap: 10px;
    padding: 17px 0 11px;
}

.mex-offer-tile {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1.25px solid var(--mex-green-hot);
    border-radius: 7px;
    box-shadow: 0 4px 11px rgba(0, 0, 0, .16);
    display: flex;
    flex-direction: column;
    height: 170px;
    padding: 13px 12px 10px;
    position: relative;
    text-align: left;
    transition: box-shadow .42s ease-in-out, filter .42s ease-in-out, transform .42s ease-in-out;
    width: 343px;
}

.mex-offer-tile:hover {
    filter: brightness(1.14) contrast(1.04) saturate(1.08);
    transform: translateY(-3px);
}

.mex-offer-kicker,
.mex-offer-name,
.mex-offer-copy {
    color: var(--mex-text);
    pointer-events: none;
    text-shadow:
        0 2px 3px rgba(0, 0, 0, .9),
        0 0 9px rgba(3, 86, 65, .85),
        0 0 15px rgba(49, 250, 194, .28);
}

.mex-offer-kicker {
    color: var(--mex-green-hot);
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.24;
    margin: 0 12px 10px 0;
}

.mex-offer-name {
    display: -webkit-box;
    font-size: 22px;
    font-style: oblique;
    font-weight: 900;
    line-height: 1.04;
    max-width: 236px;
    overflow: hidden;
    text-transform: uppercase;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mex-offer-copy {
    bottom: 10px;
    display: -webkit-box;
    font-size: 11px;
    font-style: oblique;
    line-height: 1.32;
    margin: 0 12px 0 0;
    max-height: 48px;
    opacity: .68;
    overflow: hidden;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mex-sport-track {
    gap: 7px;
    padding: 16px 0 22px;
}

.mex-sport-chip {
    align-items: center;
    background-color: #444;
    border: 1px solid #555;
    border-radius: 4px;
    display: flex;
    flex: 0 0 80px;
    flex-direction: column;
    height: 70px;
    justify-content: center;
    padding: 5px 8px;
    transition: transform .43s cubic-bezier(.23, .74, .29, 1);
    width: 80px;
}

.mex-sport-chip:hover {
    transform: scale(1.07);
}

.mex-sport-symbol {
    filter: brightness(1.05) contrast(1.04) saturate(1.1);
    height: 23px;
    margin: 0 0 7px;
    pointer-events: none;
    transition: transform .43s ease-in-out;
    width: 23px;
}

.mex-sport-chip:hover .mex-sport-symbol {
    transform: rotate(6deg);
}

.mex-sport-label {
    color: var(--mex-text);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
    pointer-events: none;
    text-align: center;
}

.mex-game-mosaic {
    display: grid;
    gap: 13px;
    grid-template-columns: repeat(6, 1fr);
}

.mex-game-mosaic img {
    aspect-ratio: 1 / 1.2;
    border-radius: 11px;
    box-shadow: var(--mex-shadow-low);
    cursor: pointer;
    filter: brightness(.82) contrast(1.06) saturate(1.12);
    object-fit: cover;
    transition: box-shadow .52s cubic-bezier(.24, .7, .28, 1), filter .52s cubic-bezier(.24, .7, .28, 1), transform .52s cubic-bezier(.24, .7, .28, 1);
    width: 100%;
}

.mex-game-mosaic img:hover {
    box-shadow: var(--mex-shadow-mid);
    filter: brightness(1) contrast(1.08) saturate(1.16);
    position: relative;
    transform: translateY(-6px) scale(1.025);
    z-index: 10;
}

.mex-search-slab {
    padding: 12px 0;
}

.mex-search-shell {
    margin: 0 auto;
    width: min(1272px, calc(100% - 36px));
}

.mex-search-form {
    background: rgba(255, 255, 255, .105);
    border: 1.25px solid rgba(255, 255, 255, .115);
    border-radius: 999px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, .1);
    height: 48px;
    overflow: hidden;
    position: relative;
    transition: border-color .44s ease-in-out, box-shadow .44s ease-in-out;
}

.mex-search-form:focus-within {
    border-color: rgba(255, 229, 44, .5);
    box-shadow: 0 0 0 3.5px rgba(255, 229, 44, .18);
}

.mex-search-symbol {
    color: rgba(255, 255, 255, .72);
    display: grid;
    left: 18px;
    place-items: center;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mex-search-field {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, .93);
    font-size: 15px;
    font-weight: 600;
    height: 100%;
    outline: none;
    padding: 0 18px 0 52px;
    width: 100%;
}

.mex-search-field::placeholder {
    color: rgba(255, 255, 255, .72);
    font-weight: 600;
}

.mex-casino-shell {
    display: flex;
    justify-content: center;
    width: 100%;
}

.mex-casino-tabs {
    backdrop-filter: blur(7px);
    border-radius: 18px;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0;
    padding: 11px;
    scroll-snap-type: x mandatory;
}

.mex-casino-tab {
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.mex-casino-pill {
    align-items: center;
    background: transparent;
    border: 1.2px solid transparent;
    border-radius: 16px;
    color: rgba(255, 255, 255, .93);
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 57px;
    min-width: max-content;
    padding: 14px 16px;
    transition: background-color .34s ease-in-out, border-color .34s ease-in-out, box-shadow .34s ease-in-out, transform .34s ease-in-out;
    white-space: nowrap;
}

.mex-casino-pill:hover {
    background: rgba(3, 86, 65, .42);
    border-color: rgba(255, 229, 44, .34);
    transform: translateY(-3px);
}

.mex-casino-iconbox {
    border-radius: 13px;
    display: grid;
    flex: 0 0 auto;
    height: 42px;
    place-items: center;
    width: 42px;
}

.mex-casino-icon {
    display: block;
    filter: brightness(1.04) contrast(1.05) saturate(1.12);
    height: 26px;
    width: 26px;
}

.mex-casino-label {
    font-size: 15px;
    letter-spacing: .026em;
    line-height: 1.22;
}

.mex-crumb-area {
    padding-top: 34px;
}

#mexCrumbs {
    align-items: center;
    background-color: #333;
    border-radius: 5px;
    box-sizing: border-box;
    color: #28ffe2;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin-top: 20px;
    padding: 13px 22px;
    width: 100%;
}

#mexCrumbs a {
    color: #28ffe2;
    font-weight: 700;
    margin-right: 4px;
    text-decoration: none;
}

#mexCrumbs a:hover {
    text-decoration: underline;
}

#mexCrumbs .breadcrumb_last {
    color: #fff;
    font-weight: 700;
}

.wp-block-group {
    border-radius: 10px;
    box-sizing: border-box;
    margin: 18px auto;
}

.wp-block-group__inner-container {
    background: #252525;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 20px 20px;
    position: relative;
}

.wp-block-heading {
    align-items: center;
    background: #333;
    border-bottom: 1px solid #454545;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .01em;
    line-height: 1.25;
    margin: 0 -20px 20px;
    min-height: 44px;
    padding: 12px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    width: calc(100% + 40px);
}

.wp-block-heading::after {
    background: #444;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
}

.wp-block-group p,
.text-info,
.wp-block-column li,
.text-info li {
    color: #eee;
    font-size: 15px;
}

.wp-block-column p:last-child,
.text-info:last-child {
    margin-bottom: 0;
}

.wp-block-column strong,
.text-info strong {
    color: #fff;
    font-weight: 800;
}

.wp-block-column a,
.text-info a {
    color: var(--mex-yellow);
    font-weight: 800;
    text-decoration: none;
}

.wp-block-column a:hover,
.text-info a:hover {
    text-decoration: underline;
}

.wp-block-column ul,
.text-info ul {
    display: inline-block;
    margin: 14px auto 0;
    padding-left: 20px;
    text-align: left;
}

.wp-block-column li,
.text-info li {
    line-height: 1.7;
    margin-bottom: 8px;
}

.wp-block-image {
    background: #333;
    border-radius: 7px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .38);
    margin: 0 auto 20px;
    max-width: 800px;
    overflow: hidden;
    padding: 8px 8px 0px 8px;
    transition: border-color .48s ease-in-out, box-shadow .48s ease-in-out, transform .48s ease-in-out;
}

.wp-block-image:hover {
    box-shadow: 0 17px 39px rgba(3, 86, 65, .35);
    transform: translateY(-6px);
}

.wp-block-image img {
    filter: brightness(1.04) contrast(1.05) saturate(1.12);
    height: auto;
    transition: transform .7s ease-in-out;
    width: 100%;
}

.wp-block-image:hover img {
    transform: scale(1.018);
}

.wp-block-table {
    border: 3.4px solid #343434;
    border-radius: 11px;
    margin: 28px 0;
    width: 100%;
}

.wp-block-table table {
    background-color: var(--mex-bg);
    border-collapse: collapse;
    color: #fff;
    font-size: 15px;
    min-width: 735px;
    width: 100%;
}

.wp-block-table thead {
    border-bottom: 0 !important;
}

.wp-block-table thead th {
    background-color: var(--mex-green-deep);
    border: 0;
    border-bottom: 2.3px solid var(--mex-green);
    color: #fff;
    font-weight: 700;
    padding: 16px 18px;
    text-align: left;
}

.wp-block-table tbody td {
    border: 0;
    border-bottom: 1.25px solid var(--mex-line);
    padding: 16px 18px;
    vertical-align: top;
}

.wp-block-table tbody tr:nth-child(even) {
    background-color: #303030;
}

.wp-block-table tbody tr:nth-child(odd) {
    background-color: var(--mex-bg);
}

.schema-how-to-steps {
    counter-reset: mex-steps;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.schema-how-to-step {
    background-color: var(--mex-bg-soft);
    border-radius: 9px;
    margin-bottom: 22px;
    padding: 17px 22px 7px 66px;
    position: relative;
    transition: box-shadow .43s ease-in-out, transform .43s ease-in-out;
}

.schema-how-to-step::before {
    align-items: center;
    background-color: #494949;
    border-radius: 9px 0 0 9px;
    color: #31fac2;
    content: counter(mex-steps);
    counter-increment: mex-steps;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 55px;
}

.schema-faq-section {
    background-color: var(--mex-bg-soft);
    border-radius: 9px;
    margin-bottom: 17px;
    padding: 17px 22px;
}

.schema-faq-question {
    color: #31fac2;
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 9px;
}

.schema-faq-answer {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 1.68;
    margin: 0;
}

.schema-faq-answer::before {
    color: #31fac2;
    content: "↳";
    margin-right: 7px;
}

.wp-block-group.is-layout-constrained {
    animation: mex-rise-panel .72s ease-in-out;
    background-image:
        radial-gradient(circle at 18% 82%, rgba(255, 229, 44, .055) 0%, transparent 52%),
        radial-gradient(circle at 82% 18%, rgba(20, 63, 54, .12) 0%, transparent 53%);
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.aligncenter {
    clear: both;
}

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

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

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

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%;
}

.mex-site-foot {
    background: #292929;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #f1f1f1;
    padding: 44px 0 24px;
}

.mex-foot-main {
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(260px, .9fr) minmax(320px, 1.1fr);
    padding-bottom: 30px;
}

.mex-foot-brand {
    max-width: 430px;
}

.mex-foot-title {
    color: #fff;
    display: block;
    font-size: 25px;
    font-weight: 850;
    letter-spacing: .02em;
    line-height: 1.15;
    margin-bottom: 13px;
}

.mex-foot-desc,
.mex-responsible-note {
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.mex-responsible-note {
    font-size: 13px;
    line-height: 1.6;
}

.mex-foot-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mex-foot-nav li {
    margin: 0;
}

.mex-foot-nav a {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 9px;
    color: rgba(255, 255, 255, .84);
    display: inline-flex;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    padding: 11px 15px;
    text-decoration: none;
    transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.mex-foot-nav a:hover {
    background: #00b964;
    border-color: #00b964;
    color: #151515;
    transform: translateY(-2px);
}

.mex-foot-middle {
    padding: 22px 0;
}

.mex-trust-strip {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
}

.mex-trust-logo {
    display: block;
    height: auto;
    max-width: 100%;
    opacity: .88;
}

.mex-foot-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 18px;
    text-align: center;
}

.mex-foot-bottom p {
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
    line-height: 1.55;
    margin: 0;
}

.mex-foot-bottom a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.mex-foot-bottom a:hover {
    color: #00b964;
    text-decoration: underline;
}

@keyframes mex-drift-in {
    from {
        opacity: 0;
        transform: translateX(34px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes mex-soft-pulse {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .84;
    }
}

@keyframes mex-lift-fade {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mex-rise-panel {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 861px) {
    .mex-site-head {
        position: fixed;
    }

    .mex-main-frame {
        padding: 82px 0 0;
    }

    .mex-primary-nav {
        display: block;
        justify-content: flex-start;
    }
}

@media (min-width: 767px) {
    p {
        font-size: 16px;
        line-height: 1.78;
    }

    .mex-wrap {
        padding: 0 23px;
    }
}

@media (max-width: 1200px) {
    .mex-game-mosaic {
        gap: 11px;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 860px) {
    .mex-site-head {
        height: auto;
        min-height: auto;
        position: relative;
    }

    .mex-head-layout {
        flex-wrap: wrap;
        min-height: auto;
        padding: 11px 0;
    }

    .mex-brand-zone,
    .mex-action-cluster {
        flex: 0 0 auto;
    }

    .mex-action-cluster {
        gap: 6px;
        margin-left: auto;
    }

    .mex-primary-nav {
        background: transparent;
        border: 0;
        display: flex;
        flex-basis: 100%;
        height: auto;
        justify-content: center;
        margin-top: 11px;
        order: 999;
        overflow: hidden;
        padding: 0;
        position: static;
        width: 100%;
    }

    .mex-nav-list {
        flex-wrap: nowrap;
        gap: 16px 22px;
        justify-content: center;
        max-width: 100%;
        padding: 11px 0 17px;
    }

    .mex-nav-list li {
        flex-shrink: 0;
        text-align: center;
    }

    .mex-nav-list li a {
        font-size: 13px;
        padding: 9px 0;
        white-space: nowrap;
    }

    .mex-cta {
        font-size: 13px;
        height: 35px;
        padding: 0 12px;
    }

    .mex-main-frame {
        padding: 0;
    }
}

@media (max-width: 820px) {
    .mex-site-foot {
        padding: 34px 0 22px;
    }

    .mex-foot-main {
        gap: 24px;
        grid-template-columns: 1fr;
        padding-bottom: 24px;
    }

    .mex-foot-brand {
        max-width: none;
    }

    .mex-foot-nav ul,
    .mex-trust-strip {
        justify-content: flex-start;
    }

    .mex-foot-title {
        font-size: 22px;
    }

    .mex-foot-desc {
        font-size: 14px;
    }

    .mex-foot-nav a {
        font-size: 13px;
        padding: 10px 13px;
    }

    .mex-foot-bottom {
        text-align: left;
    }
}

@media (max-width: 782px) {
    .wp-block-group.is-layout-constrained {
        margin: 28px 0;
        padding: 28px;
    }

    .wp-block-heading {
        font-size: 28px !important;
    }

    .wp-block-columns.are-vertically-aligned-center {
        flex-direction: column;
        gap: 34px !important;
    }

    .wp-block-column.is-vertically-aligned-center:first-child {
        padding: 23px;
    }
}

@media (max-width: 768px) {
    .wp-block-group {
        margin: 14px auto;
        width: 100%;
        padding: 0 10px;
    }

    .wp-block-heading {
        font-size: 16px;
        min-height: 40px;
        padding: 11px 14px;
    }

    .wp-block-heading::after {
        width: 68px;
    }

    .wp-block-columns.are-vertically-aligned-center {
        flex-direction: column;
    }

    .wp-block-column.is-vertically-aligned-center:first-child,
    .text-info {
        padding: 18px 15px;
    }

    .wp-block-column p,
    .text-info {
        font-size: 14px;
        line-height: 1.65;
        max-width: 100%;
        text-align: center;
    }

    .mex-game-mosaic {
        gap: 11px;
        grid-template-columns: repeat(3, 1fr);
    }

    .mex-game-mosaic img {
        border-radius: 9px;
    }

    .wp-block-table table {
        font-size: 14px;
        min-width: 642px;
    }

    .wp-block-table thead th,
    .wp-block-table tbody td {
        padding: 12px 14px;
    }

    .mex-casino-rail {
        padding: 16px 0;
    }

    .mex-casino-pill {
        min-height: 53px;
        padding: 12px 14px;
    }

    .mex-casino-label {
        font-size: 14px;
    }

    .mex-casino-iconbox {
        height: 37px;
        width: 37px;
    }
}

@media (min-width: 481px) and (max-width: 860px) {
    .mex-primary-nav {
        justify-content: center;
    }

    .mex-nav-list {
        gap: 16px 28px;
        justify-content: center;
        padding: 0;
    }

    .mex-nav-list li a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .mex-brand-mark {
        max-width: 100px;
    }

    .mex-head-layout {
        padding: 9px 0;
    }

    .mex-primary-nav {
        justify-content: center;
        margin-top: 9px;
    }

    .mex-nav-list {
        gap: 13px 17px;
        justify-content: center;
        padding: 0;
    }

    .mex-nav-list li a {
        font-size: 12px;
        padding: 7px 0;
    }

    .mex-game-mosaic {
        gap: 7px;
        grid-template-columns: repeat(2, 1fr);
    }

    .mex-game-mosaic img {
        border-radius: 7px;
    }

    .mex-search-form {
        height: 46px;
    }

    .mex-search-field {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .mex-wrap {
        padding: 0 15px;
    }

    .mex-casino-pill {
        gap: 9px;
        padding: 10px 12px;
    }

    .mex-casino-label {
        font-size: 13px;
    }
}

@media (max-width: 360px) {
    .mex-wrap {
        padding: 0 10px;
    }

    .mex-game-mosaic {
        gap: 5px;
        padding: 9px;
    }

    .mex-cta {
        font-size: 12px;
        height: 35px;
        padding: 0 9px;
    }

    .mex-brand-mark {
        max-width: 90px;
    }
}

.mex-support-card {
    background:
        radial-gradient(circle at 12% 18%, rgba(49, 250, 194, .11) 0%, transparent 36%),
        radial-gradient(circle at 88% 88%, rgba(255, 229, 44, .075) 0%, transparent 38%),
        #252525;
    border: 1.25px solid rgba(255, 255, 255, .11);
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
    overflow: hidden;
    padding: 0 24px 26px;
}

.mex-support-intro {
    background: #333;
    border-bottom: 1px solid #454545;
    border-radius: 14px 14px 0 0;
    margin: 0 -24px 24px;
    padding: 22px 24px 24px;
    text-align: center;
}

.mex-support-kicker {
    color: var(--mex-green-hot);
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.mex-support-title {
    color: #fff;
    font-size: 28px;
    font-weight: 850;
    letter-spacing: .02em;
    line-height: 1.18;
    margin: 0 0 12px;
}

.mex-support-text {
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.68;
    margin: 0 auto;
    max-width: 820px;
}

.mex-support-form {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}

.mex-form-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mex-form-field {
    display: block;
    margin: 0;
}

.mex-form-field span {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: .025em;
    line-height: 1.3;
    margin: 0 0 8px;
}

.mex-form-field input,
.mex-form-field select,
.mex-form-field textarea {
    background: #303030;
    border: 1.3px solid #454545;
    border-radius: 9px;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, .18);
    color: #f7f7f7;
    display: block;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .018em;
    outline: none;
    padding: 14px 15px;
    transition: border-color .38s ease, box-shadow .38s ease, background-color .38s ease;
    width: 100%;
}

.mex-form-field select {
    cursor: pointer;
}

.mex-form-field textarea {
    line-height: 1.62;
    min-height: 150px;
    resize: vertical;
}

.mex-form-field input::placeholder,
.mex-form-field textarea::placeholder {
    color: rgba(255, 255, 255, .46);
}

.mex-form-field input:focus,
.mex-form-field select:focus,
.mex-form-field textarea:focus {
    background: #353535;
    border-color: rgba(49, 250, 194, .75);
    box-shadow:
        0 0 0 3px rgba(49, 250, 194, .13),
        inset 0 2px 8px rgba(0, 0, 0, .16);
}

.mex-form-field-wide {
    margin-top: 18px;
}

.mex-form-check {
    align-items: flex-start;
    display: flex;
    gap: 11px;
    margin: 18px 0 22px;
}

.mex-form-check input {
    accent-color: var(--mex-green-hot);
    flex: 0 0 auto;
    height: 17px;
    margin-top: 4px;
    width: 17px;
}

.mex-form-check span {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.58;
}

.mex-support-submit {
    background: var(--mex-yellow);
    border: 1.5px solid var(--mex-yellow);
    border-radius: 999px;
    box-shadow: 0 8px 19px rgba(255, 229, 44, .18);
    color: #111;
    font-size: 15px;
    font-weight: 850;
    justify-content: center;
    letter-spacing: .035em;
    line-height: 1;
    min-height: 46px;
    min-width: 180px;
    padding: 0 24px;
    text-transform: uppercase;
    transition: background-color .36s ease, border-color .36s ease, box-shadow .36s ease, transform .36s ease;
}

.mex-support-submit:hover {
    background: var(--mex-yellow-hover);
    border-color: var(--mex-yellow-hover);
    box-shadow: 0 12px 26px rgba(255, 229, 44, .24);
    transform: translateY(-2px);
}

@media (max-width: 768px) {

    .mex-support-card {
        padding: 0 16px 20px;
    }

    .mex-support-intro {
        margin: 0 -16px 20px;
        padding: 18px 16px 20px;
    }

    .mex-support-title {
        font-size: 22px;
    }

    .mex-support-text {
        font-size: 14px;
        line-height: 1.62;
    }

    .mex-form-grid {
        gap: 15px;
        grid-template-columns: 1fr;
    }

    .mex-form-field input,
    .mex-form-field select,
    .mex-form-field textarea {
        font-size: 14px;
        padding: 13px 14px;
    }

    .mex-support-submit {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .mex-support-title {
        font-size: 20px;
    }

    .mex-form-check span {
        font-size: 12px;
    }
}