@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.wildpokies-8blyr1 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.wildpokies-vrx0v7 {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.wildpokies-ywyiun,
ul.wildpokies-ywyiun {
  padding-left: 20px;
}

ul.wildpokies-ywyiun {
  list-style: disc;
}

ol.wildpokies-ywyiun {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.wildpokies-cz5iyc > .wildpokies-quss4n,
.wildpokies-cz5iyc > .wildpokies-7zken5,
.wildpokies-cz5iyc > blockquote,
.wildpokies-cz5iyc > h1,
.wildpokies-cz5iyc > h2,
.wildpokies-cz5iyc > h3,
.wildpokies-cz5iyc > h4,
.wildpokies-cz5iyc > h5,
.wildpokies-cz5iyc > h6,
.wildpokies-cz5iyc > ol,
.wildpokies-cz5iyc > p,
.wildpokies-cz5iyc > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.wildpokies-cz5iyc > ol,
.wildpokies-cz5iyc > ul {
  padding-left: 50px;
}

.wildpokies-cz5iyc blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.wildpokies-cz5iyc:not(:last-child) {
  margin-bottom: 2rem;
}

.wildpokies-cz5iyc > :not(:first-child) {
  margin-top: 2rem;
}

.wildpokies-cz5iyc {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wildpokies-cz5iyc:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .wildpokies-cz5iyc:first-child {
    margin-top: 20px;
  }
}

.wildpokies-cz5iyc > p:last-of-type {
  margin-bottom: 32px;
}

.wildpokies-cz5iyc > .wildpokies-iv8knp:not(:first-child) {
  margin: 64px auto 16px auto;
}

.wildpokies-5cyq81 > .wildpokies-iv8knp {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.wildpokies-7zken5 {
  overflow: auto;
}

.wildpokies-7zken5::-webkit-scrollbar {
  height: 5px;
}

.wildpokies-7zken5 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.wildpokies-7zken5 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.wildpokies-7zken5 table thead,
table thead {
  border-bottom: none;
}

.wildpokies-7zken5 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.wildpokies-7zken5 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.wildpokies-7zken5 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.wildpokies-7zken5 .wildpokies-2pksjr {
  table-layout: auto;
}

.wildpokies-7zken5 .wildpokies-2pksjr th {
  word-break: normal;
}

.wildpokies-7zken5 .wildpokies-2pksjr td {
  word-break: normal;
}

.wildpokies-8blyr1 .wildpokies-8blyr1 {
  padding-right: 0;
  padding-left: 0;
}

.wildpokies-a4v8m5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.wildpokies-wcvfvj {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.wildpokies-42q40g {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.wildpokies-quss4n {
  margin-top: 24px;
}

.wildpokies-quss4n.wildpokies-gy7f22 {
  text-align: left;
}

.wildpokies-quss4n.wildpokies-5eo5t3 {
  text-align: right;
}

.wildpokies-quss4n.wildpokies-hn6j5m {
  text-align: center;
}

.wildpokies-cz06u4 {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.wildpokies-hup51y ease-in-out;
  cursor: pointer;
}

.wildpokies-cz06u4:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.wildpokies-cz06u4 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .wildpokies-cz06u4 {
    min-width: unset;
  }
}

.wildpokies-rk5ia9 {
  background-color: var(--fh-bg-color);
}

.wildpokies-x4haqs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.wildpokies-ql9hkq {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.wildpokies-ql9hkq img {
  max-height: 80px;
  object-fit: contain;
}

.wildpokies-miauii {
  flex: 1 1;
}

.wildpokies-dq8mnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.wildpokies-azp1ba {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.wildpokies-azp1ba span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.wildpokies-azp1ba.wildpokies-ay6gak span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.wildpokies-azp1ba.wildpokies-ay6gak span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.wildpokies-azp1ba.wildpokies-ay6gak span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.wildpokies-miauii + .wildpokies-dq8mnc {
  margin-left: 20px;
}

.wildpokies-czuj72 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.wildpokies-czuj72 > svg {
  max-width: 24px;
  max-height: 24px;
}

.wildpokies-czuj72 + .wildpokies-czuj72 {
  margin-left: 5px;
}

.wildpokies-o7nwum {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.wildpokies-o7nwum:hover {
  background-color: var(--button-bg-hover);
}

.wildpokies-z2281m {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.wildpokies-hup51y ease-in-out;
  border: 1px solid var(--border-color);
}

.wildpokies-z2281m:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.wildpokies-0t8z14 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .wildpokies-miauii {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .wildpokies-0t8z14 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .wildpokies-miauii {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .wildpokies-czuj72 {
    min-width: unset;
    flex: 1 1;
  }
}

.wildpokies-n4vqxe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.wildpokies-n4vqxe:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.wildpokies-n4vqxe:hover .wildpokies-46sk9n {
  opacity: 1;
  pointer-events: auto;
}

.wildpokies-lg8ejn {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.wildpokies-idvkns ease-in-out;
  gap: 4px;
}

.wildpokies-lg8ejn > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.wildpokies-lg8ejn .wildpokies-a4v8m5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.wildpokies-d2gw91,
.wildpokies-lg8ejn:hover {
  color: var(--button-bg-hover);
}

.wildpokies-zhahbp {
  position: relative;
}

.wildpokies-zhahbp .wildpokies-lg8ejn {
  margin-right: 0;
  padding-right: 4px;
}

.wildpokies-pgh7bl svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.wildpokies-zhahbp.wildpokies-ay6gak .wildpokies-pgh7bl svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.wildpokies-zhahbp.wildpokies-ay6gak .wildpokies-46sk9n {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.wildpokies-zhahbp.wildpokies-ay6gak .wildpokies-46sk9n::before {
  display: none;
}

.wildpokies-pgh7bl svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.wildpokies-46sk9n {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.wildpokies-o242ww 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.wildpokies-46sk9n::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.wildpokies-46sk9n:hover {
  color: var(--fh-bg-color);
}

.wildpokies-eg4je9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.wildpokies-o242ww 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.wildpokies-idvkns ease-in-out;
  -o-transition: 0.wildpokies-idvkns ease-in-out;
  transition: 0.wildpokies-idvkns ease-in-out;
}

.wildpokies-eg4je9 .wildpokies-a4v8m5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.wildpokies-17aj1a,
.wildpokies-eg4je9:hover {
  color: var(--button-bg-hover);
}

.wildpokies-6dd355 {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.wildpokies-6dd355.wildpokies-jt6wn4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.wildpokies-6dd355.wildpokies-jt6wn4:after,
.wildpokies-6dd355.wildpokies-jt6wn4:before {
  content: "";
  position: absolute;
  margin: auto;
}

.wildpokies-6dd355.wildpokies-jt6wn4:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.wildpokies-6dd355.wildpokies-jt6wn4:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.wildpokies-6dd355.wildpokies-jt6wn4 > * {
  z-index: 1;
}

.wildpokies-6dd355 b,
.wildpokies-6dd355 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.wildpokies-6dd355 .wildpokies-1y5pc3 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.wildpokies-6dd355 .wildpokies-6toolc {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.wildpokies-6dd355 .wildpokies-a4v8m5 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.wildpokies-6dd355 .wildpokies-72rph5 {
  margin-top: 12px;
}

.wildpokies-72rph5 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.wildpokies-cdmmny {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.wildpokies-72rph5 .wildpokies-8tmhch {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.wildpokies-hup51y ease-in-out;
}

.wildpokies-72rph5 .wildpokies-8tmhch:hover {
  background: rgba(255, 255, 255, 0.3);
}

.wildpokies-m39am1 {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.wildpokies-6dd355.wildpokies-5dfa6n {
  gap: 12px;
  padding: 16px;
}

.wildpokies-6dd355.wildpokies-5dfa6n .wildpokies-m39am1 {
  min-width: 240px;
}

.wildpokies-6dd355.wildpokies-5dfa6n .wildpokies-m39am1.wildpokies-jckfno {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .wildpokies-6dd355 .wildpokies-1y5pc3 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .wildpokies-6dd355 .wildpokies-6toolc {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .wildpokies-6dd355 .wildpokies-a4v8m5 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .wildpokies-6dd355.wildpokies-5dfa6n .wildpokies-a4v8m5 {
    max-width: 126px;
  }
  .wildpokies-6dd355 .wildpokies-72rph5 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .wildpokies-6dd355 .wildpokies-cdmmny {
    max-width: unset;
  }
  .wildpokies-m39am1 {
    min-width: unset;
    width: 100%;
  }
  .wildpokies-6dd355 .wildpokies-m39am1 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .wildpokies-6dd355.wildpokies-5dfa6n {
    grid-template-rows: auto 1fr auto;
  }
  .wildpokies-6dd355.wildpokies-5dfa6n .wildpokies-m39am1 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .wildpokies-6dd355 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .wildpokies-6dd355 .wildpokies-1y5pc3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .wildpokies-6dd355 .wildpokies-a4v8m5 {
    max-width: 78px;
  }
  .wildpokies-6dd355 .wildpokies-72rph5 {
    margin-top: -12px;
  }
  .wildpokies-6dd355.wildpokies-5dfa6n {
    gap: 8px;
  }
  .wildpokies-6dd355.wildpokies-5dfa6n .wildpokies-1y5pc3 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .wildpokies-6dd355.wildpokies-5dfa6n .wildpokies-6toolc {
    grid-column: 1/3;
  }
  .wildpokies-6dd355.wildpokies-5dfa6n .wildpokies-a4v8m5 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .wildpokies-6dd355.wildpokies-5dfa6n .wildpokies-a4v8m5 img {
    max-width: 114px;
  }
}

.wildpokies-m39am1.wildpokies-jea80j,
.wildpokies-m39am1.wildpokies-a05or8,
.wildpokies-m39am1.wildpokies-h8y9fg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.wildpokies-hup51y ease-in-out;
}

.wildpokies-m39am1.wildpokies-jea80j,
.wildpokies-m39am1.wildpokies-h8y9fg {
  padding: 10px;
}

.wildpokies-m39am1.wildpokies-jea80j:hover,
.wildpokies-m39am1.wildpokies-a05or8:hover,
.wildpokies-m39am1.wildpokies-h8y9fg:hover {
  background: var(--button-bg-hover);
}

.wildpokies-m39am1.wildpokies-jea80j:hover svg path,
.wildpokies-m39am1.wildpokies-h8y9fg:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.wildpokies-m39am1.wildpokies-jckfno {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.wildpokies-hup51y ease-in-out;
  background: var(--button-bg-color);
}

.wildpokies-m39am1.wildpokies-jckfno:hover {
  background-color: var(--button-bg-hover);
}

.wildpokies-m39am1.wildpokies-a05or8:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.wildpokies-m39am1.wildpokies-a05or8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.wildpokies-m39am1.wildpokies-jckfno:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.wildpokies-1mav7r {
  max-width: 650px;
}

.wildpokies-cwut4j {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.wildpokies-1gd2lz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wildpokies-xbsvxl {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.wildpokies-idvkns ease-in-out;
  cursor: pointer;
}

.wildpokies-xbsvxl:hover {
  opacity: 0.5;
}

.wildpokies-xbsvxl:focus {
  outline: 0;
}

.wildpokies-xbsvxl:focus .wildpokies-fckktg,
.wildpokies-xbsvxl:hover .wildpokies-fckktg {
  fill: red;
  fill-opacity: 1;
}

.wildpokies-xbsvxl:hover {
  cursor: pointer;
}

.wildpokies-shm6tx {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.wildpokies-1mav7r.wildpokies-hn6j5m {
  margin: 0 auto;
}

.wildpokies-1mav7r.wildpokies-5eo5t3 {
  margin-left: auto;
}

.wildpokies-9bmfdu {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.wildpokies-gkk0kf {
  padding-bottom: 50px;
}

.wildpokies-xiu2ks {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.wildpokies-qw62st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.wildpokies-xemjvd {
  margin-top: 24px;
}

.wildpokies-jp0l82 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wildpokies-ayupfj {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.wildpokies-jc6xff {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.wildpokies-59yffr {
  width: 468px;
}

.wildpokies-jc6xff .wildpokies-46sk9n {
  margin: 0.wildpokies-mqc09j 0;
}

.wildpokies-t9ycql {
  display: flex;
  min-width: 224px;
}

.wildpokies-c6urp4 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.wildpokies-idvkns ease-in-out;
}

.wildpokies-f0aj1u,
.wildpokies-c6urp4:hover {
  color: var(--text-color);
}

.wildpokies-jhsl9e {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.wildpokies-gibka8 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .wildpokies-9bmfdu {
    padding: 16px;
  }
  .wildpokies-jhsl9e {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .wildpokies-gibka8 {
    align-items: center;
  }
  .wildpokies-59yffr {
    width: unset;
  }
  .wildpokies-t9ycql {
    min-width: unset;
  }
  .wildpokies-jc6xff {
    max-height: unset;
  }
  .wildpokies-xiu2ks {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .wildpokies-9bmfdu {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.wildpokies-hf3nz0 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.wildpokies-hf3nz0:not(:last-child) {
  margin-bottom: 16px;
}

.wildpokies-682vxe {
  outline: 0;
}

.wildpokies-682vxe .wildpokies-utquxr {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.wildpokies-0krqfb {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .wildpokies-0krqfb {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.wildpokies-0krqfb::-webkit-details-marker {
  display: none;
}

.wildpokies-0krqfb:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.wildpokies-0krqfb:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .wildpokies-0krqfb:after {
  transform: unset;
}

.wildpokies-utquxr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.wildpokies-utquxr svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.wildpokies-idvkns ease-in-out;
  -o-transition: 0.wildpokies-idvkns ease-in-out;
  transition: 0.wildpokies-idvkns ease-in-out;
}

.wildpokies-ca7s3u {
  padding: 16px 0 0 0;
}

.wildpokies-ca7s3u * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .wildpokies-ca7s3u :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .wildpokies-0krqfb {
    flex-wrap: wrap;
    gap: 12px;
  }
  .wildpokies-0krqfb::after {
    margin-left: auto;
  }
  .wildpokies-utquxr {
    order: 3;
    flex: 1 1 100%;
  }
  .wildpokies-0krqfb {
    font-size: 14px;
    line-height: 130%;
  }
  .wildpokies-utquxr svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.wildpokies-mkhuqd {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.wildpokies-om1ett {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.wildpokies-mkhuqd.wildpokies-ay6gak .wildpokies-om1ett {
  margin-bottom: 12px;
}

.wildpokies-om1ett::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.wildpokies-mkhuqd.wildpokies-ay6gak .wildpokies-om1ett::after {
  transform: unset;
}

.wildpokies-iv3qz1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.wildpokies-yqums0 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.wildpokies-idvkns ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.wildpokies-yqums0:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.wildpokies-mkhuqd.wildpokies-ay6gak .wildpokies-iv3qz1 {
  max-height: 100%;
}

.wildpokies-amxkzm {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.wildpokies-k9t27q {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.wildpokies-0fy2of {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.wildpokies-l95g1o {
  margin-right: 4px;
}

.wildpokies-f7uhli {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.wildpokies-idvkns ease-in-out;
}

.wildpokies-f7uhli svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.wildpokies-vxw793,
.wildpokies-f7uhli:hover {
  color: var(--text-color);
}

.wildpokies-z35vhs {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.wildpokies-z35vhs img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.wildpokies-z35vhs .wildpokies-xiqkbb {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.wildpokies-z35vhs .wildpokies-29o1ky {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.wildpokies-1jy0rn {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.wildpokies-qtwdm1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wildpokies-6qhtdr .wildpokies-8blyr1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.wildpokies-6qhtdr {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.wildpokies-ucqd4s {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.wildpokies-ijqvub {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.wildpokies-q8na0z {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.wildpokies-3lrux4 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.wildpokies-q8na0z:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.wildpokies-3wcljt {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.wildpokies-yuk2r5 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.wildpokies-idvkns ease-in-out;
  transition: transform 0.wildpokies-idvkns ease-in-out;
  -o-transition: transform 0.wildpokies-idvkns ease-in-out;
  transition:
    transform 0.wildpokies-idvkns ease-in-out,
    -webkit-transform 0.wildpokies-idvkns ease-in-out;
  cursor: pointer;
}

.wildpokies-yuk2r5 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.wildpokies-yuk2r5:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.wildpokies-pzmg1r {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .wildpokies-pzmg1r {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.wildpokies-t5kx36 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wildpokies-vs0trn {
  position: relative;
  width: 100%;
}

.wildpokies-t5kx36.wildpokies-kkoq13 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wildpokies-t5kx36.wildpokies-hn6j5m {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wildpokies-t5kx36.wildpokies-5eo5t3 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wildpokies-ocj0tj {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.wildpokies-1dzdi4 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.wildpokies-idvkns ease-in-out;
  cursor: pointer;
}

.wildpokies-1dzdi4:hover {
  opacity: 0.5;
}

.wildpokies-t5kx36.wildpokies-d0xh1i .wildpokies-1dzdi4 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.wildpokies-t5kx36.wildpokies-d0xh1i .wildpokies-ocj0tj {
  cursor: pointer;
}

.wildpokies-f90jye {
  fill: #0009;
}

.wildpokies-osny4u {
  fill: #fff;
}

.wildpokies-1dzdi4:hover .wildpokies-f90jye {
  fill: red;
}

.wildpokies-1dzdi4 svg path {
  -webkit-transition: 0.wildpokies-idvkns ease-in-out;
  -o-transition: 0.wildpokies-idvkns ease-in-out;
  transition: 0.wildpokies-idvkns ease-in-out;
}

.wildpokies-hhz3ks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.wildpokies-hhz3ks > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.wildpokies-hhz3ks.wildpokies-87ji6z > :not(.get-image) {
  grid-column: 1/3;
}

.wildpokies-g605fw:not(._h1-block) .wildpokies-hhz3ks > .wildpokies-iv8knp {
  grid-row: 1/2;
  grid-column: 1/3;
}

.wildpokies-hhz3ks.wildpokies-87ji6z .wildpokies-s7n2av {
  grid-column: 2/3;
}

.wildpokies-hhz3ks.wildpokies-87ji6z > .wildpokies-a4v8m5 {
  grid-column: 1/2;
}

.wildpokies-hhz3ks.wildpokies-87ji6z > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.wildpokies-hhz3ks > p:first-of-type {
  margin-top: 0;
}

.wildpokies-hhz3ks .wildpokies-a4v8m5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.wildpokies-g605fw:not(._h1-block) .wildpokies-iv8knp ~ .wildpokies-a4v8m5 {
  grid-row: 2/10;
}

.wildpokies-g605fw.wildpokies-552upb .wildpokies-iv8knp ~ .wildpokies-a4v8m5 {
  grid-row: 1/10;
}

.wildpokies-g605fw.wildpokies-552upb > .wildpokies-iv8knp {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.wildpokies-g605fw.wildpokies-552upb .wildpokies-a4v8m5 {
  grid-row: 1/10;
}

.wildpokies-hhz3ks.wildpokies-zor8dn .wildpokies-a4v8m5 {
  align-items: flex-start;
}

.wildpokies-hhz3ks.wildpokies-hn6j5m .wildpokies-s7n2av {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.wildpokies-hhz3ks.wildpokies-hn6j5m .wildpokies-a4v8m5 {
  align-items: center;
}

.wildpokies-hhz3ks.wildpokies-lb7x4m .wildpokies-a4v8m5 {
  align-items: flex-end;
}

.wildpokies-s7n2av > :first-child {
  margin-top: 0;
}

.wildpokies-s7n2av > :last-child {
  margin-bottom: 0;
}

* + .wildpokies-pnacrn,
.wildpokies-g605fw + .wildpokies-g605fw {
  margin-top: 2rem;
}

.wildpokies-o3qg3m td::before,
.wildpokies-o3qg3m th::after {
  display: none !important;
}

.wildpokies-o3qg3m #link-selector {
  color: #000;
}

.wildpokies-o3qg3m .wildpokies-pvlthf {
  color: #135e96;
}

.wildpokies-o3qg3m .wildpokies-z64nbh *,
.wildpokies-o3qg3m .wildpokies-x6cscs p,
.wildpokies-o3qg3m .wildpokies-z8ukhv * {
  color: #000;
}

.wildpokies-o3qg3m .wildpokies-pw9n1y {
  background: 0 0 !important;
}

.wildpokies-o3qg3m .wildpokies-zqoax0 {
  color: #000;
}

.wildpokies-o3qg3m .wildpokies-4fq7cj.wildpokies-qf1b87 {
  color: #fff;
}

.wildpokies-o3qg3m .wildpokies-91q33k {
  color: #000;
}

.wildpokies-o3qg3m
  .wildpokies-l2husu
  .wildpokies-angu1r.wildpokies-qf1b87.wildpokies-3x6qqc {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.wildpokies-m3y4f4,
body .wildpokies-xkrq6a {
  color: #000;
  background: var(--color-body) !important;
}

.wildpokies-m3y4f4 .wildpokies-1ot1s7 .wildpokies-adjbjj,
body .wildpokies-xkrq6a .wildpokies-1ot1s7 .wildpokies-adjbjj {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .wildpokies-yqums0:focus,
  .wildpokies-yqums0:hover {
    color: #f9cb16;
  }
  .wildpokies-h73h78:focus,
  .wildpokies-h73h78:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .wildpokies-nzbguu:focus img,
  .wildpokies-nzbguu:focus svg,
  .wildpokies-nzbguu:hover img,
  .wildpokies-nzbguu:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .wildpokies-z35vhs {
    display: none;
  }
}

@media (min-width: 1024px) {
  .wildpokies-zhahbp:hover .wildpokies-pgh7bl svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .wildpokies-pgh7bl {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .wildpokies-nkf5nk {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .wildpokies-1w88j5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .wildpokies-9bhxl7 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .wildpokies-tt238p .wildpokies-10conk {
    grid-template-columns: 1fr;
  }
  .wildpokies-tt238p .wildpokies-u9liaq {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .wildpokies-tt238p .wildpokies-vhc4fx {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .wildpokies-tt238p .wildpokies-9n9k2f {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .wildpokies-tt238p .wildpokies-idngkp {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .wildpokies-tt238p .wildpokies-vhc4fx:not(:first-child) {
    border: none;
  }
  .wildpokies-tt238p .wildpokies-vhc4fx:first-child .wildpokies-9n9k2f {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .wildpokies-tt238p .wildpokies-vhc4fx:last-child .wildpokies-9n9k2f {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .wildpokies-x4haqs {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .wildpokies-ql9hkq {
    max-width: 100px;
  }
  .wildpokies-miauii {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .wildpokies-dq8mnc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .wildpokies-dq8mnc svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .wildpokies-azp1ba {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .wildpokies-miauii + .wildpokies-dq8mnc {
    margin-left: auto;
  }
  .wildpokies-s2syr5 {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .wildpokies-s2syr5.wildpokies-ay6gak {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .wildpokies-0t8z14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .wildpokies-n4vqxe {
    width: 100%;
  }
  .wildpokies-n4vqxe:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .wildpokies-lg8ejn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .wildpokies-lg8ejn svg {
    margin-right: 4px;
  }
  .wildpokies-zhahbp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .wildpokies-pgh7bl svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .wildpokies-pgh7bl {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .wildpokies-46sk9n {
    display: none;
    width: 100%;
  }
  .wildpokies-zhahbp.wildpokies-ay6gak .wildpokies-46sk9n {
    padding: 0 0 0 48px;
  }
  .wildpokies-eg4je9 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .wildpokies-qw62st .wildpokies-a4v8m5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .wildpokies-kvw29v {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .wildpokies-kvw29v + .wildpokies-kvw29v {
    margin-right: 0;
  }
  .wildpokies-kvw29v + .wildpokies-a4v8m5 {
    margin: 0;
  }
  .wildpokies-nkf5nk {
    grid-template-columns: repeat(4, 1fr);
  }
  .wildpokies-1w88j5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .wildpokies-cgtarn,
  .wildpokies-g8zjmi {
    grid-template-columns: repeat(2, 1fr);
  }
  .wildpokies-hhz3ks {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .wildpokies-hhz3ks.wildpokies-87ji6z .wildpokies-s7n2av {
    grid-column: auto;
    grid-row: auto;
  }
  .wildpokies-hhz3ks > .wildpokies-iv8knp {
    grid-column: 1/2;
  }
  .wildpokies-hhz3ks.wildpokies-87ji6z > :not(.get-image) {
    grid-column: 1/2;
  }
  .wildpokies-hhz3ks .wildpokies-a4v8m5,
  .wildpokies-hhz3ks.wildpokies-87ji6z > .wildpokies-a4v8m5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .wildpokies-hhz3ks.wildpokies-87ji6z > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .wildpokies-g605fw.wildpokies-552upb .wildpokies-hhz3ks > .wildpokies-a4v8m5 {
    grid-row: 1/2;
  }
  .wildpokies-hhz3ks .wildpokies-iv8knp ~ .wildpokies-a4v8m5,
  .wildpokies-hhz3ks.wildpokies-87ji6z .wildpokies-iv8knp ~ .wildpokies-a4v8m5 {
    grid-row: 2/3;
  }
  .wildpokies-g605fw.wildpokies-552upb .wildpokies-iv8knp ~ .wildpokies-a4v8m5 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .wildpokies-cz5iyc:first-child .wildpokies-in1dm2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wildpokies-cz5iyc:first-child .wildpokies-in1dm2 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .wildpokies-cz5iyc {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .wildpokies-cz5iyc {
    padding: 0;
  }
  .wildpokies-quss4n {
    margin-top: 1rem;
  }
  .wildpokies-682vxe {
    border-radius: 5px;
  }
  .wildpokies-kjf5b7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wildpokies-om1ett::after {
    display: inline-block;
  }
  .wildpokies-om1ett {
    margin: 0;
    width: 100%;
  }
  .wildpokies-iv3qz1 {
    width: 100%;
  }
  .wildpokies-iv3qz1.wildpokies-ucm9gn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .wildpokies-iv3qz1.wildpokies-ucm9gn .wildpokies-aorimm {
    width: 100%;
  }
  .wildpokies-iv3qz1.wildpokies-ucm9gn .wildpokies-aorimm:not(:last-child) {
    margin-right: 0;
  }
  .wildpokies-yqums0 {
    width: 100%;
    text-align: center;
  }
  .wildpokies-mkhuqd.wildpokies-ay6gak .wildpokies-iv3qz1 {
    margin-top: 1rem;
  }
  .wildpokies-nkf5nk {
    grid-template-columns: repeat(3, 1fr);
  }
  .wildpokies-9bhxl7,
  .wildpokies-1w88j5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wildpokies-cgtarn,
  .wildpokies-g8zjmi,
  .wildpokies-1tkvkt {
    grid-template-columns: 1fr;
  }
  .wildpokies-ra1jdp {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .wildpokies-1r497n {
    min-width: 300px;
    max-width: 325px;
  }
  .wildpokies-9n9k2f {
    cursor: auto;
  }
  .wildpokies-vs2zz2 .wildpokies-9n9k2f {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .wildpokies-pzmg1r {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .wildpokies-46sk9n {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .wildpokies-pzmg1r {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.wildpokies-kvw29v p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .wildpokies-dq8mnc {
    margin: 0 -0.2rem;
  }
  .wildpokies-kvw29v {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .wildpokies-behjyv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wildpokies-z16v6c {
    max-width: 100%;
  }
  .wildpokies-nkf5nk {
    grid-template-columns: repeat(2, 1fr);
  }
  .wildpokies-9bhxl7,
  .wildpokies-1w88j5 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .wildpokies-x4haqs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wildpokies-dq8mnc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .wildpokies-rk5ia9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wildpokies-czuj72 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .wildpokies-yb5tjj,
  .wildpokies-7c2dfw {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .wildpokies-cz06u4 {
    width: 100%;
  }
  .wildpokies-nkf5nk {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .wildpokies-pzmg1r {
    top: 127px !important;
  }
}

.wildpokies-4il4dw {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .wildpokies-4il4dw {
  }
}

@media (max-width: 767px) {
  .wildpokies-4il4dw {
    margin-bottom: 12px;
  }
}

.wildpokies-4il4dw img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.wildpokies-gj1kof {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.wildpokies-gj1kof > .wildpokies-vnd4l3 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .wildpokies-gj1kof {
    flex-direction: column;
    gap: 12px;
  }
}

.wildpokies-2zno4y {
  display: flex;
}

.wildpokies-2zno4y .wildpokies-p738r8 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.wildpokies-2zno4y .wildpokies-qyzf4u {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.wildpokies-2zno4y .wildpokies-hld8wf {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.wildpokies-2zno4y .wildpokies-iyticl {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.wildpokies-2zno4y .wildpokies-iyticl:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.wildpokies-2zno4y .wildpokies-gxzfc0 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.wildpokies-okqmpe {
  border: unset;
  background-color: unset;
}

.wildpokies-okqmpe tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wildpokies-okqmpe .wildpokies-y69491,
.wildpokies-okqmpe .wildpokies-uvwrtd {
  flex: 0 1 330px;
}

.wildpokies-okqmpe .wildpokies-8gb7fp {
  flex: 1 1;
}

.wildpokies-okqmpe tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.wildpokies-okqmpe tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.wildpokies-okqmpe tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.wildpokies-okqmpe tr td p {
  color: #fff;
  margin: 0;
}

.wildpokies-okqmpe tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.wildpokies-okqmpe tr.wildpokies-y69491 td p {
  padding: 16px 0;
}

.wildpokies-okqmpe tr.wildpokies-y69491 td p:not(:last-child),
.wildpokies-okqmpe tr.wildpokies-uvwrtd td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.wildpokies-okqmpe tr.wildpokies-y69491 td p:first-child,
.wildpokies-okqmpe tr.wildpokies-uvwrtd td p:first-child {
  padding-top: 0;
}

.wildpokies-okqmpe tr.wildpokies-uvwrtd td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.wildpokies-okqmpe tr.wildpokies-uvwrtd td p:last-child {
  padding-bottom: 0;
}

.wildpokies-okqmpe .wildpokies-uvwrtd img {
  max-width: 32px;
}

.wildpokies-okqmpe .wildpokies-8gb7fp {
  min-width: 718px;
}

.wildpokies-okqmpe .wildpokies-8gb7fp td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.wildpokies-okqmpe .wildpokies-8gb7fp td {
  display: flex;
}

.wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-mk5drp,
.wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-frup6t,
.wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-102b3a {
  flex: 1 1 50%;
}

.wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-ehpqx0 {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-1rdyp6,
.wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-wa9coz {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-mk5drp,
.wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-frup6t {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-mk5drp span,
.wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-frup6t span {
  font-weight: 800;
}

.wildpokies-okqmpe .wildpokies-8gb7fp img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .wildpokies-okqmpe .wildpokies-8gb7fp td .wildpokies-102b3a:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wildpokies-okqmpe tr.wildpokies-y69491 td p:last-child {
    padding-bottom: 0;
  }
  .wildpokies-okqmpe .wildpokies-uvwrtd > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .wildpokies-okqmpe .wildpokies-uvwrtd > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .wildpokies-okqmpe tr.wildpokies-y69491 td p:not(:last-child),
  .wildpokies-okqmpe tr.wildpokies-uvwrtd td p:not(:last-child) {
    border-bottom: unset;
  }
  .wildpokies-okqmpe tr.wildpokies-uvwrtd td p:last-child {
    padding-bottom: 12px;
  }
  .wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-mk5drp,
  .wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-frup6t,
  .wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-102b3a {
    flex: 1 1 50%;
    padding: 0;
  }
  .wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-mk5drp,
  .wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-frup6t {
    margin-top: 16px;
  }
  .wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-102b3a {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-mk5drp {
    border-right: 1px solid var(--border-color);
  }
  .wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-102b3a:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .wildpokies-okqmpe .wildpokies-8gb7fp td:last-child .wildpokies-102b3a:last-child {
    padding-bottom: 0;
  }
}

.wildpokies-102b3a {
  display: flex;
  flex-direction: column;
}

.wildpokies-okqmpe .wildpokies-8gb7fp td .wildpokies-102b3a {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.wildpokies-okqmpe .wildpokies-8gb7fp td .wildpokies-102b3a:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.wildpokies-okqmpe .wildpokies-8gb7fp td .wildpokies-102b3a:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .wildpokies-okqmpe .wildpokies-8gb7fp td .wildpokies-102b3a:not(:first-child) {
    padding-left: 0;
  }
  .wildpokies-okqmpe .wildpokies-8gb7fp td .wildpokies-102b3a:not(:last-of-type) {
    border-right: unset;
  }
}

.wildpokies-okqmpe .wildpokies-08gxy1 {
  flex: 0 1 485px;
}

.wildpokies-okqmpe .wildpokies-bmv037 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.wildpokies-okqmpe .wildpokies-bmv037 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.wildpokies-okqmpe .wildpokies-bmv037 li.wildpokies-v2b066 {
  padding: 6px 12px;
}

.wildpokies-okqmpe .wildpokies-bmv037 li a,
.wildpokies-okqmpe .wildpokies-bmv037 li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.wildpokies-okqmpe .wildpokies-p3c1od,
.wildpokies-okqmpe .wildpokies-cj6p4m {
  flex: 1 1;
}

.wildpokies-okqmpe .wildpokies-zt4j9j,
.wildpokies-okqmpe .wildpokies-aloa37 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wildpokies-okqmpe .wildpokies-zt4j9j li,
.wildpokies-okqmpe .wildpokies-aloa37 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.wildpokies-okqmpe .wildpokies-cj6p4m img {
  max-width: 32px;
}

.wildpokies-okqmpe .wildpokies-p3c1od img {
  max-width: 32px;
}

.wildpokies-okqmpe .wildpokies-jm5o2j {
  min-width: 280px;
}

.wildpokies-okqmpe .wildpokies-jm5o2j img {
  max-width: 146px;
}

.wildpokies-okqmpe .wildpokies-jm5o2j td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .wildpokies-okqmpe .wildpokies-y69491,
  .wildpokies-okqmpe .wildpokies-uvwrtd {
    flex: 0 1 auto;
  }
  .wildpokies-okqmpe .wildpokies-8gb7fp {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .wildpokies-okqmpe .wildpokies-y69491,
  .wildpokies-okqmpe .wildpokies-08gxy1,
  .wildpokies-okqmpe .wildpokies-uvwrtd,
  .wildpokies-okqmpe .wildpokies-8gb7fp {
    flex: 1 1 calc(50% - 20px);
  }
  .wildpokies-okqmpe .wildpokies-p3c1od,
  .wildpokies-okqmpe .wildpokies-jm5o2j,
  .wildpokies-okqmpe .wildpokies-cj6p4m {
    flex: 1 1 30%;
  }
  .wildpokies-okqmpe .wildpokies-jm5o2j {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .wildpokies-okqmpe .wildpokies-y69491,
  .wildpokies-okqmpe .wildpokies-08gxy1,
  .wildpokies-okqmpe .wildpokies-p3c1od,
  .wildpokies-okqmpe .wildpokies-uvwrtd,
  .wildpokies-okqmpe .wildpokies-8gb7fp,
  .wildpokies-okqmpe .wildpokies-jm5o2j,
  .wildpokies-okqmpe .wildpokies-cj6p4m {
    flex: 1 1 100%;
  }
}

.wildpokies-o7kvmm .wildpokies-i7yuz7 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wildpokies-o7kvmm .wildpokies-u5x3y7 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.wildpokies-o7kvmm .wildpokies-op2317 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.wildpokies-o7kvmm .wildpokies-m9mx5l {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.wildpokies-o7kvmm .wildpokies-m9mx5l > :nth-child(3) {
  margin-top: 0;
}

.wildpokies-o7kvmm .wildpokies-a4v8m5 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.wildpokies-o7kvmm .wildpokies-jwp05r {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.wildpokies-o7kvmm .wildpokies-quss4n {
  grid-column: 1/2;
}

.wildpokies-o7kvmm > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.wildpokies-o7kvmm .wildpokies-u5x3y7:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.wildpokies-o7kvmm .wildpokies-u5x3y7:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.wildpokies-o7kvmm .wildpokies-cz06u4 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .wildpokies-o7kvmm .wildpokies-u5x3y7:not(:last-child):before {
    bottom: 8px;
  }
  .wildpokies-o7kvmm .wildpokies-u5x3y7:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .wildpokies-o7kvmm .wildpokies-m9mx5l {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .wildpokies-o7kvmm .wildpokies-a4v8m5 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .wildpokies-o7kvmm .wildpokies-a4v8m5 img {
    width: 100%;
    height: auto;
  }
  .wildpokies-o7kvmm .wildpokies-cz06u4 {
    width: 100%;
    min-width: unset;
  }
}

.wildpokies-ygd79c .wildpokies-ri4gmz {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.wildpokies-ygd79c .wildpokies-iueq6r {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.wildpokies-ygd79c .wildpokies-a4v8m5 {
  height: 100%;
}

.wildpokies-ygd79c .wildpokies-a4v8m5 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.wildpokies-ygd79c .wildpokies-oa6dla {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.wildpokies-ygd79c .wildpokies-3b0m7v {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.wildpokies-ygd79c .wildpokies-igaigi {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .wildpokies-ygd79c .wildpokies-iueq6r {
    flex: 1 1 100%;
  }
  .wildpokies-ygd79c .wildpokies-m39am1 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .wildpokies-ygd79c .wildpokies-iueq6r {
    flex-direction: column;
  }
  .wildpokies-ygd79c .wildpokies-a4v8m5 {
    width: 100%;
    height: auto;
  }
  .wildpokies-ygd79c .wildpokies-a4v8m5 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .wildpokies-ygd79c .wildpokies-oa6dla {
    padding: 0 16px 16px 16px;
  }
  .wildpokies-ygd79c .wildpokies-m39am1 {
    min-width: unset;
    width: 100%;
  }
}

.wildpokies-zsjwzx .wildpokies-or06rn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.wildpokies-zsjwzx .wildpokies-sakf6a {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.wildpokies-zsjwzx img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.wildpokies-zsjwzx .wildpokies-1yvspd {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.wildpokies-zsjwzx .wildpokies-sakf6a:hover .wildpokies-1yvspd {
  display: flex;
}

.wildpokies-zsjwzx .wildpokies-u7cz8m {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.wildpokies-zsjwzx .wildpokies-xayo76 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.wildpokies-rgo2yk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.wildpokies-rgo2yk.wildpokies-1dgoqc {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.wildpokies-hup51y ease-in-out;
}

.wildpokies-rgo2yk.wildpokies-1dgoqc:hover {
  color: #f9cb16;
  background-color: transparent;
}

.wildpokies-zsjwzx .wildpokies-tc4jzn {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.wildpokies-hup51y ease-in-out;
}

.wildpokies-zsjwzx .wildpokies-tc4jzn:hover {
  color: #196948;
  background-color: #f9cb16;
}

.wildpokies-zsjwzx .wildpokies-tc4jzn:after,
.wildpokies-rgo2yk.wildpokies-1dgoqc:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.wildpokies-rgo2yk.wildpokies-1dgoqc:after {
  background-image: url(../images/Cash.svg);
}

.wildpokies-zsjwzx .wildpokies-tc4jzn:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .wildpokies-zsjwzx .wildpokies-or06rn {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .wildpokies-zsjwzx .wildpokies-or06rn {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .wildpokies-zsjwzx .wildpokies-or06rn {
    grid-template-columns: 1fr;
  }
  .wildpokies-zsjwzx .wildpokies-sakf6a {
    height: auto;
  }
  .wildpokies-zsjwzx .wildpokies-sakf6a .wildpokies-1yvspd {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .wildpokies-zsjwzx .wildpokies-u7cz8m,
  .wildpokies-zsjwzx .wildpokies-xayo76 {
    text-align: left;
  }
  .wildpokies-zsjwzx .wildpokies-xayo76 {
    margin-bottom: 8px;
  }
  .wildpokies-zsjwzx img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.wildpokies-d21fko {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.wildpokies-d21fko.wildpokies-d0xh1i {
  display: block;
}

.wildpokies-d21fko .wildpokies-4w2g3l {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.wildpokies-d21fko .wildpokies-2dkgri {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.wildpokies-d21fko .wildpokies-9wf32t {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.wildpokies-d21fko .wildpokies-aeklqw {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.wildpokies-d21fko .wildpokies-rgo2yk {
  min-width: 296px;
  margin-bottom: 0;
}

.wildpokies-d21fko .wildpokies-cpnx8x {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wildpokies-d21fko .wildpokies-7q4jdg {
  position: relative;
  flex: 1 1;
}

.wildpokies-d21fko .wildpokies-7q4jdg iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .wildpokies-d21fko .wildpokies-2dkgri {
    flex-wrap: wrap;
    gap: 8px;
  }
  .wildpokies-d21fko .wildpokies-9wf32t {
    order: 1;
  }
  .wildpokies-d21fko .wildpokies-aeklqw {
    order: 3;
    flex: 1 1 100%;
  }
  .wildpokies-d21fko .wildpokies-rgo2yk {
    width: 100%;
    min-width: unset;
  }
  .wildpokies-d21fko .wildpokies-cpnx8x {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .wildpokies-hhz3ks > .wildpokies-iv8knp {
    margin-bottom: 0;
  }
  .wildpokies-hhz3ks > .wildpokies-quss4n,
  .wildpokies-hhz3ks > p {
    margin-top: 0;
  }
}

.wildpokies-ezqsoc img,
.wildpokies-kvw29v img {
  width: auto;
  object-fit: contain;
}

.wildpokies-ezqsoc {
  align-items: center;
}

.wildpokies-ezqsoc img {
  max-height: 76px;
}

.wildpokies-kvw29v img {
  max-height: 64px;
}

.wildpokies-k8jdpa {
  overflow: auto;
}

.wildpokies-3d6d9i {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.wildpokies-eb5i0f:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.wildpokies-1xerk3 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.wildpokies-ncbagy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wildpokies-1xerk3 .wildpokies-a4v8m5 {
  margin-right: 20px;
  flex-shrink: 0;
}

.wildpokies-1xerk3 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.wildpokies-if8lpi {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.wildpokies-if8lpi > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .wildpokies-1xerk3 {
    padding: 15px 10px;
  }
  .wildpokies-if8lpi {
    padding: 15px 10px;
  }
  .wildpokies-1xerk3 .wildpokies-a4v8m5 {
    margin-right: 10px;
  }
}

.wildpokies-a6ksq1 {
  overflow-x: auto;
}

.wildpokies-dso2iy {
  border-collapse: collapse;
  width: 100%;
}

.wildpokies-a6ksq1 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.wildpokies-a6ksq1 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.wildpokies-a6ksq1 td.wildpokies-hr10r2 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.wildpokies-a6ksq1 td.wildpokies-d70azg {
  border-right: none;
}

.wildpokies-a6ksq1 td.wildpokies-d70azg .wildpokies-a4v8m5 {
  justify-content: flex-start;
}

.wildpokies-a6ksq1 td.wildpokies-d70azg .wildpokies-a4v8m5 img {
  height: auto;
  width: 90px;
}

.wildpokies-a6ksq1 td.wildpokies-xxi1gt,
.wildpokies-a6ksq1 td.wildpokies-vtbglt {
  font-weight: 600;
  text-align: right;
}

.wildpokies-a6ksq1 td.wildpokies-ahhqv1,
.wildpokies-a6ksq1 td.wildpokies-xxi1gt {
  padding-bottom: 10px;
  border-bottom: none;
}

.wildpokies-a6ksq1 td.wildpokies-xxi1gt,
.wildpokies-a6ksq1 td.wildpokies-vtbglt {
  border-left: none;
}

.wildpokies-a6ksq1 td.wildpokies-ahhqv1,
.wildpokies-a6ksq1 td.wildpokies-9j1lf6 {
  border-right: none;
}

.wildpokies-a6ksq1 td.wildpokies-9j1lf6,
.wildpokies-a6ksq1 td.wildpokies-vtbglt {
  border-top: none;
  padding-top: 10px;
}

.wildpokies-uzg791 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.wildpokies-uzg791 .wildpokies-m39am1 {
  min-width: unset;
  width: 100%;
}

.wildpokies-uzg791 .wildpokies-m39am1.wildpokies-jea80j {
  grid-column: 1/2;
  grid-row: 1/2;
}

.wildpokies-uzg791 .wildpokies-m39am1.wildpokies-h8y9fg {
  grid-column: 2/3;
  grid-row: 1/2;
}

.wildpokies-uzg791 .wildpokies-toqy2v {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .wildpokies-uzg791 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .wildpokies-uzg791 .wildpokies-m39am1.wildpokies-jea80j {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .wildpokies-uzg791 .wildpokies-m39am1.wildpokies-h8y9fg {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .wildpokies-uzg791 .wildpokies-toqy2v {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.wildpokies-lsuf59 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.wildpokies-qz1d2m {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.wildpokies-5cyq81 p a img {
  margin: 0 auto;
  display: block;
}

.wildpokies-5cyq81 table {
  margin-bottom: 17px;
}

/* contanct form */
.wildpokies-o6mxky {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.wildpokies-o6mxky label {
  font-size: 14px;
}

.wildpokies-o6mxky h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.wildpokies-o6mxky input,
.wildpokies-o6mxky textarea,
.wildpokies-o6mxky button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.wildpokies-o6mxky button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.wildpokies-hup51y ease;
}
.wildpokies-o6mxky button:hover {
  background-color: #691204;
}
.wildpokies-8x2ugl {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.wildpokies-dqa0sc ease-in;
}

.wildpokies-8x2ugl h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.wildpokies-2i18qe, .wildpokies-9ajg1o, [class*="review-card"],
thead, thead th, table th, .wildpokies-jq1790,
.wildpokies-yqsqkl, [class*="collapsible-header"],
.wildpokies-fxe7cs, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
