@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-abt9d9 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.wildpokies-4t8yq4 {
  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-mfvxjf,
ul.wildpokies-mfvxjf {
  padding-left: 20px;
}

ul.wildpokies-mfvxjf {
  list-style: disc;
}

ol.wildpokies-mfvxjf {
  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-mm0d0p > .wildpokies-0qm68z,
.wildpokies-mm0d0p > .wildpokies-vfblqn,
.wildpokies-mm0d0p > blockquote,
.wildpokies-mm0d0p > h1,
.wildpokies-mm0d0p > h2,
.wildpokies-mm0d0p > h3,
.wildpokies-mm0d0p > h4,
.wildpokies-mm0d0p > h5,
.wildpokies-mm0d0p > h6,
.wildpokies-mm0d0p > ol,
.wildpokies-mm0d0p > p,
.wildpokies-mm0d0p > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.wildpokies-mm0d0p > ol,
.wildpokies-mm0d0p > ul {
  padding-left: 50px;
}

.wildpokies-mm0d0p 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-mm0d0p:not(:last-child) {
  margin-bottom: 2rem;
}

.wildpokies-mm0d0p > :not(:first-child) {
  margin-top: 2rem;
}

.wildpokies-mm0d0p {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wildpokies-mm0d0p:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .wildpokies-mm0d0p:first-child {
    margin-top: 20px;
  }
}

.wildpokies-mm0d0p > p:last-of-type {
  margin-bottom: 32px;
}

.wildpokies-mm0d0p > .wildpokies-3c8ov3:not(:first-child) {
  margin: 64px auto 16px auto;
}

.wildpokies-790kq0 > .wildpokies-3c8ov3 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.wildpokies-vfblqn {
  overflow: auto;
}

.wildpokies-vfblqn::-webkit-scrollbar {
  height: 5px;
}

.wildpokies-vfblqn table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.wildpokies-vfblqn table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.wildpokies-vfblqn table thead,
table thead {
  border-bottom: none;
}

.wildpokies-vfblqn table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--table-head-text-color, var(--text-color));
  background-color: var(--table-head-bg-color, var(--table-1-color));
}

.wildpokies-vfblqn table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.wildpokies-vfblqn table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.wildpokies-vfblqn .wildpokies-vqcw2a {
  table-layout: auto;
}

.wildpokies-vfblqn .wildpokies-vqcw2a th {
  word-break: normal;
}

.wildpokies-vfblqn .wildpokies-vqcw2a td {
  word-break: normal;
}

.wildpokies-abt9d9 .wildpokies-abt9d9 {
  padding-right: 0;
  padding-left: 0;
}

.wildpokies-tajpg4 {
  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-cig4wx {
  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-wuej6u {
  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-0qm68z {
  margin-top: 24px;
}

.wildpokies-0qm68z.wildpokies-x3s7ay {
  text-align: left;
}

.wildpokies-0qm68z.wildpokies-c020m7 {
  text-align: right;
}

.wildpokies-0qm68z.wildpokies-758tlg {
  text-align: center;
}

.wildpokies-8p61o3 {
  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.2s ease-in-out;
  cursor: pointer;
}

.wildpokies-8p61o3:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.wildpokies-8p61o3 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .wildpokies-8p61o3 {
    min-width: unset;
  }
}

.wildpokies-u5gbg9 {
  background-color: var(--fh-bg-color);
}

.wildpokies-4ghy4u {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.wildpokies-o8p8bx {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.wildpokies-o8p8bx img {
  max-height: 80px;
  object-fit: contain;
}

.wildpokies-d5pklo {
  flex: 1 1;
}

.wildpokies-h58qzw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.wildpokies-g84l7f {
  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-g84l7f span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--header-text-color, var(--text-color));
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.wildpokies-g84l7f.wildpokies-s8sdf5 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.wildpokies-g84l7f.wildpokies-s8sdf5 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.wildpokies-g84l7f.wildpokies-s8sdf5 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.wildpokies-d5pklo + .wildpokies-h58qzw {
  margin-left: 20px;
}

.wildpokies-wexvq1 {
  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-wexvq1 > svg {
  max-width: 24px;
  max-height: 24px;
}

.wildpokies-wexvq1 + .wildpokies-wexvq1 {
  margin-left: 5px;
}

.wildpokies-7lk275 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.wildpokies-7lk275:hover {
  background-color: var(--button-bg-hover);
}

.wildpokies-ckbzs2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.2s ease-in-out;
  border: 1px solid var(--border-color);
}

.wildpokies-ckbzs2:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.wildpokies-53c6pn {
  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-d5pklo {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .wildpokies-53c6pn {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .wildpokies-d5pklo {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .wildpokies-wexvq1 {
    min-width: unset;
    flex: 1 1;
  }
}

.wildpokies-fz6ghz {
  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-fz6ghz:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.wildpokies-fz6ghz:hover .wildpokies-d2m05a {
  opacity: 1;
  pointer-events: auto;
}

.wildpokies-9f9na1 {
  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(--header-text-color, var(--text-color));
  transition: 0.3s ease-in-out;
  gap: 4px;
}

.wildpokies-9f9na1 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--header-text-color, var(--text-color));
  stroke: var(--header-text-color, var(--text-color));
}

.wildpokies-9f9na1 .wildpokies-tajpg4 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.wildpokies-jtnzde,
.wildpokies-9f9na1:hover {
  color: var(--button-bg-hover);
}

.wildpokies-zfyhfp {
  position: relative;
}

.wildpokies-zfyhfp .wildpokies-9f9na1 {
  margin-right: 0;
  padding-right: 4px;
}

.wildpokies-jyifwi svg {
  fill: var(--header-text-color, var(--text-color));
  stroke: var(--header-text-color, var(--text-color));
}

.wildpokies-zfyhfp.wildpokies-s8sdf5 .wildpokies-jyifwi svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.wildpokies-zfyhfp.wildpokies-s8sdf5 .wildpokies-d2m05a {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.wildpokies-zfyhfp.wildpokies-s8sdf5 .wildpokies-d2m05a::before {
  display: none;
}

.wildpokies-jyifwi svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.wildpokies-d2m05a {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.wildpokies-d2m05a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.wildpokies-d2m05a:hover {
  color: var(--fh-bg-color);
}

.wildpokies-iv3xqo {
  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.5rem 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--header-text-color, var(--text-color));
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wildpokies-iv3xqo .wildpokies-tajpg4 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.wildpokies-ohpsyj,
.wildpokies-iv3xqo:hover {
  color: var(--button-bg-hover);
}

.wildpokies-jwqjby {
  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(--card-bg-color, var(--fh-bg-color));
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.wildpokies-jwqjby.wildpokies-a94mbb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.wildpokies-jwqjby.wildpokies-a94mbb:after,
.wildpokies-jwqjby.wildpokies-a94mbb:before {
  content: "";
  position: absolute;
  margin: auto;
}

.wildpokies-jwqjby.wildpokies-a94mbb: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-jwqjby.wildpokies-a94mbb:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--card-bg-color, var(--fh-bg-color));
  border-radius: 12px;
  z-index: 0;
}

.wildpokies-jwqjby.wildpokies-a94mbb > * {
  z-index: 1;
}

.wildpokies-jwqjby b,
.wildpokies-jwqjby strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.wildpokies-jwqjby .wildpokies-o33jik {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: var(--card-text-color, #fff);
}

.wildpokies-jwqjby .wildpokies-cnndpb {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: var(--card-text-color, #fff);
  margin-top: 0;
}

.wildpokies-jwqjby .wildpokies-tajpg4 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.wildpokies-jwqjby .wildpokies-r7i3y6 {
  margin-top: 12px;
}

.wildpokies-r7i3y6 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.wildpokies-oxnxbc {
  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-r7i3y6 .wildpokies-r489x5 {
  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.2s ease-in-out;
}

.wildpokies-r7i3y6 .wildpokies-r489x5:hover {
  background: rgba(255, 255, 255, 0.3);
}

.wildpokies-hfl72m {
  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-jwqjby.wildpokies-00yras {
  gap: 12px;
  padding: 16px;
}

.wildpokies-jwqjby.wildpokies-00yras .wildpokies-hfl72m {
  min-width: 240px;
}

.wildpokies-jwqjby.wildpokies-00yras .wildpokies-hfl72m.wildpokies-j19og3 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .wildpokies-jwqjby .wildpokies-o33jik {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .wildpokies-jwqjby .wildpokies-cnndpb {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .wildpokies-jwqjby .wildpokies-tajpg4 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .wildpokies-jwqjby.wildpokies-00yras .wildpokies-tajpg4 {
    max-width: 126px;
  }
  .wildpokies-jwqjby .wildpokies-r7i3y6 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .wildpokies-jwqjby .wildpokies-oxnxbc {
    max-width: unset;
  }
  .wildpokies-hfl72m {
    min-width: unset;
    width: 100%;
  }
  .wildpokies-jwqjby .wildpokies-hfl72m {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .wildpokies-jwqjby.wildpokies-00yras {
    grid-template-rows: auto 1fr auto;
  }
  .wildpokies-jwqjby.wildpokies-00yras .wildpokies-hfl72m {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .wildpokies-jwqjby {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .wildpokies-jwqjby .wildpokies-o33jik {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .wildpokies-jwqjby .wildpokies-tajpg4 {
    max-width: 78px;
  }
  .wildpokies-jwqjby .wildpokies-r7i3y6 {
    margin-top: -12px;
  }
  .wildpokies-jwqjby.wildpokies-00yras {
    gap: 8px;
  }
  .wildpokies-jwqjby.wildpokies-00yras .wildpokies-o33jik {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .wildpokies-jwqjby.wildpokies-00yras .wildpokies-cnndpb {
    grid-column: 1/3;
  }
  .wildpokies-jwqjby.wildpokies-00yras .wildpokies-tajpg4 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .wildpokies-jwqjby.wildpokies-00yras .wildpokies-tajpg4 img {
    max-width: 114px;
  }
}

.wildpokies-hfl72m.wildpokies-xenfs8,
.wildpokies-hfl72m.wildpokies-582cpc,
.wildpokies-hfl72m.wildpokies-hileo6 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.2s ease-in-out;
}

.wildpokies-hfl72m.wildpokies-xenfs8,
.wildpokies-hfl72m.wildpokies-hileo6 {
  padding: 10px;
}

.wildpokies-hfl72m.wildpokies-xenfs8:hover,
.wildpokies-hfl72m.wildpokies-582cpc:hover,
.wildpokies-hfl72m.wildpokies-hileo6:hover {
  background: var(--button-bg-hover);
}

.wildpokies-hfl72m.wildpokies-xenfs8:hover svg path,
.wildpokies-hfl72m.wildpokies-hileo6:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.wildpokies-hfl72m.wildpokies-j19og3 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.2s ease-in-out;
  background: var(--button-bg-color);
}

.wildpokies-hfl72m.wildpokies-j19og3:hover {
  background-color: var(--button-bg-hover);
}

.wildpokies-hfl72m.wildpokies-582cpc: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-hfl72m.wildpokies-582cpc:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.wildpokies-hfl72m.wildpokies-j19og3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.wildpokies-eszh2n {
  max-width: 650px;
}

.wildpokies-4535by {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.wildpokies-nfvf2s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.wildpokies-t5su0j {
  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.3s ease-in-out;
  cursor: pointer;
}

.wildpokies-t5su0j:hover {
  opacity: 0.5;
}

.wildpokies-t5su0j:focus {
  outline: 0;
}

.wildpokies-t5su0j:focus .wildpokies-gf8cfy,
.wildpokies-t5su0j:hover .wildpokies-gf8cfy {
  fill: red;
  fill-opacity: 1;
}

.wildpokies-t5su0j:hover {
  cursor: pointer;
}

.wildpokies-p2bir5 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.wildpokies-eszh2n.wildpokies-758tlg {
  margin: 0 auto;
}

.wildpokies-eszh2n.wildpokies-c020m7 {
  margin-left: auto;
}

.wildpokies-6oc141 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  border-radius: 12px 12px 0 0;
}

.wildpokies-6g4vwi {
  padding-bottom: 50px;
}

.wildpokies-o5emrk {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.wildpokies-5ln6w5 {
  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-zazk6u {
  margin-top: 24px;
}

.wildpokies-yppzl4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wildpokies-5kljd3 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--footer-text-color);
  margin-top: 4px;
}

.wildpokies-0cd1jl {
  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-mln827 {
  width: 468px;
}

.wildpokies-0cd1jl .wildpokies-d2m05a {
  margin: 0.2rem 0;
}

.wildpokies-5wvqvm {
  display: flex;
  min-width: 224px;
}

.wildpokies-2j0hvr {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.3s ease-in-out;
}

.wildpokies-uma945,
.wildpokies-2j0hvr:hover {
  color: var(--text-color);
}

.wildpokies-22eivd {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.wildpokies-jtwzab {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .wildpokies-6oc141 {
    padding: 16px;
  }
  .wildpokies-22eivd {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .wildpokies-jtwzab {
    align-items: center;
  }
  .wildpokies-mln827 {
    width: unset;
  }
  .wildpokies-5wvqvm {
    min-width: unset;
  }
  .wildpokies-0cd1jl {
    max-height: unset;
  }
  .wildpokies-o5emrk {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .wildpokies-6oc141 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.wildpokies-322nt0 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--card-bg-color, var(--fh-bg-color));
  padding: 16px;
}

.wildpokies-322nt0:not(:last-child) {
  margin-bottom: 16px;
}

.wildpokies-w5h5ms {
  outline: 0;
}

.wildpokies-w5h5ms .wildpokies-y19ss6 {
  color: var(--card-text-color, #fff);
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.wildpokies-r3shkw {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.wildpokies-w5h5ms[open] .wildpokies-r3shkw {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.wildpokies-r3shkw::-webkit-details-marker {
  display: none;
}

.wildpokies-r3shkw: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-r3shkw:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--card-text-color, var(--text-color));
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.wildpokies-w5h5ms[open] .wildpokies-r3shkw:after {
  transform: unset;
}

.wildpokies-y19ss6 {
  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(--card-text-color);
}

.wildpokies-y19ss6 svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--card-text-color);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wildpokies-kvfh47 {
  padding: 16px 0 0 0;
}

.wildpokies-kvfh47 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  color: var(--card-text-color);
}

page-header__button .wildpokies-kvfh47 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .wildpokies-r3shkw {
    flex-wrap: wrap;
    gap: 12px;
  }
  .wildpokies-r3shkw::after {
    margin-left: auto;
  }
  .wildpokies-y19ss6 {
    order: 3;
    flex: 1 1 100%;
  }
  .wildpokies-r3shkw {
    font-size: 14px;
    line-height: 130%;
  }
  .wildpokies-y19ss6 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--card-text-color);
  }
}

.wildpokies-29rot1 {
  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-9uayem {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.wildpokies-29rot1.wildpokies-s8sdf5 .wildpokies-9uayem {
  margin-bottom: 12px;
}

.wildpokies-9uayem::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-29rot1.wildpokies-s8sdf5 .wildpokies-9uayem::after {
  transform: unset;
}

.wildpokies-tr4nsz {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.wildpokies-356bqd {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.wildpokies-356bqd: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-29rot1.wildpokies-s8sdf5 .wildpokies-tr4nsz {
  max-height: 100%;
}

.wildpokies-ietk4b {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.wildpokies-f846e3 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.wildpokies-x7r5vc {
  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-4m2uhk {
  margin-right: 4px;
}

.wildpokies-09f54p {
  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.3s ease-in-out;
}

.wildpokies-09f54p svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.wildpokies-by7o5a,
.wildpokies-09f54p:hover {
  color: var(--text-color);
}

.wildpokies-u5vsd9 {
  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-u5vsd9 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.wildpokies-u5vsd9 .wildpokies-id6anp {
  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-u5vsd9 .wildpokies-vudr1i {
  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-il8at8 {
  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-1gz7xa {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wildpokies-bthdws .wildpokies-abt9d9 {
  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-bthdws {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.wildpokies-jex8eg {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.wildpokies-utytoa {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.wildpokies-akpuxd {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.7rem 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-akpuxd:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.wildpokies-ypdo11 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.wildpokies-sglla5 {
  -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.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  cursor: pointer;
}

.wildpokies-sglla5 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.wildpokies-sglla5: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-cwslyn {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .wildpokies-cwslyn {
    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-q0w9f4 {
  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-yhmljh {
  position: relative;
  width: 100%;
}

.wildpokies-q0w9f4.wildpokies-bl7q2t {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wildpokies-q0w9f4.wildpokies-758tlg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wildpokies-q0w9f4.wildpokies-c020m7 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wildpokies-zzmkxa {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.wildpokies-s7cgu7 {
  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.3s ease-in-out;
  cursor: pointer;
}

.wildpokies-s7cgu7:hover {
  opacity: 0.5;
}

.wildpokies-q0w9f4.wildpokies-xyktmr .wildpokies-s7cgu7 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.wildpokies-q0w9f4.wildpokies-xyktmr .wildpokies-zzmkxa {
  cursor: pointer;
}

.wildpokies-9rz8e7 {
  fill: #0009;
}

.wildpokies-ql77rw {
  fill: #fff;
}

.wildpokies-s7cgu7:hover .wildpokies-9rz8e7 {
  fill: red;
}

.wildpokies-s7cgu7 svg path {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wildpokies-q7l1il {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.wildpokies-q7l1il > :not(.wildpokies-tajpg4):not(.wildpokies-3c8ov3) {
  grid-column: 1/2;
}

.wildpokies-q7l1il.wildpokies-g74aup > :not(.wildpokies-tajpg4) {
  grid-column: 1/3;
}

.wildpokies-9brfbl:not(.wildpokies-o48mlv) .wildpokies-q7l1il > .wildpokies-3c8ov3 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.wildpokies-q7l1il.wildpokies-g74aup .wildpokies-zlpn57 {
  grid-column: 2/3;
}

.wildpokies-q7l1il.wildpokies-g74aup > .wildpokies-tajpg4 {
  grid-column: 1/2;
}

.wildpokies-q7l1il.wildpokies-g74aup > :not(.wildpokies-tajpg4):not(.wildpokies-3c8ov3) {
  grid-column: 2/3;
}

.wildpokies-q7l1il > p:first-of-type {
  margin-top: 0;
}

.wildpokies-q7l1il .wildpokies-tajpg4 {
  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-9brfbl:not(.wildpokies-o48mlv) .wildpokies-3c8ov3 ~ .wildpokies-tajpg4 {
  grid-row: 2/10;
}

.wildpokies-9brfbl.wildpokies-o48mlv .wildpokies-3c8ov3 ~ .wildpokies-tajpg4 {
  grid-row: 1/10;
}

.wildpokies-9brfbl.wildpokies-o48mlv > .wildpokies-3c8ov3 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.wildpokies-9brfbl.wildpokies-o48mlv .wildpokies-tajpg4 {
  grid-row: 1/10;
}

.wildpokies-q7l1il.wildpokies-c1s5h2 .wildpokies-tajpg4 {
  align-items: flex-start;
}

.wildpokies-q7l1il.wildpokies-758tlg .wildpokies-zlpn57 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.wildpokies-q7l1il.wildpokies-758tlg .wildpokies-tajpg4 {
  align-items: center;
}

.wildpokies-q7l1il.wildpokies-d9hryi .wildpokies-tajpg4 {
  align-items: flex-end;
}

.wildpokies-zlpn57 > :first-child {
  margin-top: 0;
}

.wildpokies-zlpn57 > :last-child {
  margin-bottom: 0;
}

* + .wildpokies-tlnfv1,
.wildpokies-9brfbl + .wildpokies-9brfbl {
  margin-top: 2rem;
}

.wildpokies-xjtodz td::before,
.wildpokies-xjtodz th::after {
  display: none !important;
}

.wildpokies-xjtodz #link-selector {
  color: #000;
}

.wildpokies-xjtodz .wildpokies-h97owf {
  color: #135e96;
}

.wildpokies-xjtodz .wildpokies-bw7b2e *,
.wildpokies-xjtodz .wildpokies-7o8utd p,
.wildpokies-xjtodz .wildpokies-taczq8 * {
  color: #000;
}

.wildpokies-xjtodz .wildpokies-eqjc9j {
  background: 0 0 !important;
}

.wildpokies-xjtodz .wildpokies-zv37lp {
  color: #000;
}

.wildpokies-xjtodz .wildpokies-kgz92g.wildpokies-xlhgfs {
  color: #fff;
}

.wildpokies-xjtodz .wildpokies-qag3sx {
  color: #000;
}

.wildpokies-xjtodz
  .wildpokies-w8w7un
  .wildpokies-se67nm.wildpokies-xlhgfs.wildpokies-4s5h91 {
  background: #ccc;
}

html :where(.wildpokies-5pdtrn) h1,
html :where(.wildpokies-5pdtrn) h2,
html :where(.wildpokies-5pdtrn) h3,
html :where(.wildpokies-5pdtrn) h4,
html :where(.wildpokies-5pdtrn) h5,
html :where(.wildpokies-5pdtrn) h6 {
  color: #000 !important;
}

.wildpokies-lrfeo6,
body .wildpokies-5pdtrn {
  color: #000;
  background: var(--color-body) !important;
}

.wildpokies-lrfeo6 .wildpokies-svybmm .wildpokies-91kuxd,
body .wildpokies-5pdtrn .wildpokies-svybmm .wildpokies-91kuxd {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .wildpokies-356bqd:focus,
  .wildpokies-356bqd:hover {
    color: #f9cb16;
  }
  .wildpokies-xkb8i2:focus,
  .wildpokies-xkb8i2:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .wildpokies-lf3ndt:focus img,
  .wildpokies-lf3ndt:focus svg,
  .wildpokies-lf3ndt:hover img,
  .wildpokies-lf3ndt:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .wildpokies-u5vsd9 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .wildpokies-zfyhfp:hover .wildpokies-jyifwi svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .wildpokies-jyifwi {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .wildpokies-uem8kj {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .wildpokies-e7fo0b {
    grid-template-columns: repeat(4, 1fr);
  }
  .wildpokies-yoqts9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .wildpokies-7bxpxn .wildpokies-jwx57d {
    grid-template-columns: 1fr;
  }
  .wildpokies-7bxpxn .wildpokies-f2ph97 {
    -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-7bxpxn .wildpokies-7r8uqu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .wildpokies-7bxpxn .wildpokies-5bj7gq {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .wildpokies-7bxpxn .wildpokies-cup6lj {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .wildpokies-7bxpxn .wildpokies-7r8uqu:not(:first-child) {
    border: none;
  }
  .wildpokies-7bxpxn .wildpokies-7r8uqu:first-child .wildpokies-5bj7gq {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .wildpokies-7bxpxn .wildpokies-7r8uqu:last-child .wildpokies-5bj7gq {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .wildpokies-4ghy4u {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .wildpokies-o8p8bx {
    max-width: 100px;
  }
  .wildpokies-d5pklo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .wildpokies-h58qzw {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .wildpokies-h58qzw svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .wildpokies-g84l7f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .wildpokies-d5pklo + .wildpokies-h58qzw {
    margin-left: auto;
  }
  .wildpokies-vs8bwy {
    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-vs8bwy.wildpokies-s8sdf5 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .wildpokies-53c6pn {
    -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-fz6ghz {
    width: 100%;
  }
  .wildpokies-fz6ghz:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .wildpokies-9f9na1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .wildpokies-9f9na1 svg {
    margin-right: 4px;
  }
  .wildpokies-zfyhfp {
    -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-jyifwi svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .wildpokies-jyifwi {
    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-d2m05a {
    display: none;
    width: 100%;
  }
  .wildpokies-zfyhfp.wildpokies-s8sdf5 .wildpokies-d2m05a {
    padding: 0 0 0 48px;
  }
  .wildpokies-iv3xqo {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .wildpokies-5ln6w5 .wildpokies-tajpg4 {
    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-z35ije {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .wildpokies-z35ije + .wildpokies-z35ije {
    margin-right: 0;
  }
  .wildpokies-z35ije + .wildpokies-tajpg4 {
    margin: 0;
  }
  .wildpokies-uem8kj {
    grid-template-columns: repeat(4, 1fr);
  }
  .wildpokies-e7fo0b {
    grid-template-columns: repeat(3, 1fr);
  }
  .wildpokies-vrjbnx,
  .wildpokies-cby548 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wildpokies-q7l1il {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .wildpokies-q7l1il.wildpokies-g74aup .wildpokies-zlpn57 {
    grid-column: auto;
    grid-row: auto;
  }
  .wildpokies-q7l1il > .wildpokies-3c8ov3 {
    grid-column: 1/2;
  }
  .wildpokies-q7l1il.wildpokies-g74aup > :not(.wildpokies-tajpg4) {
    grid-column: 1/2;
  }
  .wildpokies-q7l1il .wildpokies-tajpg4,
  .wildpokies-q7l1il.wildpokies-g74aup > .wildpokies-tajpg4 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .wildpokies-q7l1il.wildpokies-g74aup > :not(.wildpokies-tajpg4):not(.wildpokies-3c8ov3) {
    grid-column: 1/2;
  }
  .wildpokies-9brfbl.wildpokies-o48mlv .wildpokies-q7l1il > .wildpokies-tajpg4 {
    grid-row: 1/2;
  }
  .wildpokies-q7l1il .wildpokies-3c8ov3 ~ .wildpokies-tajpg4,
  .wildpokies-q7l1il.wildpokies-g74aup .wildpokies-3c8ov3 ~ .wildpokies-tajpg4 {
    grid-row: 2/3;
  }
  .wildpokies-9brfbl.wildpokies-o48mlv .wildpokies-3c8ov3 ~ .wildpokies-tajpg4 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .wildpokies-mm0d0p:first-child .wildpokies-bvb2s8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wildpokies-mm0d0p:first-child .wildpokies-bvb2s8 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .wildpokies-mm0d0p {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .wildpokies-mm0d0p {
    padding: 0;
  }
  .wildpokies-0qm68z {
    margin-top: 1rem;
  }
  .wildpokies-w5h5ms {
    border-radius: 5px;
  }
  .wildpokies-czub4r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wildpokies-9uayem::after {
    display: inline-block;
  }
  .wildpokies-9uayem {
    margin: 0;
    width: 100%;
  }
  .wildpokies-tr4nsz {
    width: 100%;
  }
  .wildpokies-tr4nsz.wildpokies-1flp13 {
    -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-tr4nsz.wildpokies-1flp13 .wildpokies-8hs922 {
    width: 100%;
  }
  .wildpokies-tr4nsz.wildpokies-1flp13 .wildpokies-8hs922:not(:last-child) {
    margin-right: 0;
  }
  .wildpokies-356bqd {
    width: 100%;
    text-align: center;
  }
  .wildpokies-29rot1.wildpokies-s8sdf5 .wildpokies-tr4nsz {
    margin-top: 1rem;
  }
  .wildpokies-uem8kj {
    grid-template-columns: repeat(3, 1fr);
  }
  .wildpokies-yoqts9,
  .wildpokies-e7fo0b {
    grid-template-columns: repeat(2, 1fr);
  }
  .wildpokies-vrjbnx,
  .wildpokies-cby548,
  .wildpokies-1wpavd {
    grid-template-columns: 1fr;
  }
  .wildpokies-namwz3 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .wildpokies-h6i2g1 {
    min-width: 300px;
    max-width: 325px;
  }
  .wildpokies-5bj7gq {
    cursor: auto;
  }
  .wildpokies-tl8jaq .wildpokies-5bj7gq {
    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-cwslyn {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .wildpokies-d2m05a {
    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-cwslyn {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.wildpokies-z35ije p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .wildpokies-h58qzw {
    margin: 0 -0.2rem;
  }
  .wildpokies-z35ije {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .wildpokies-d84hyh {
    -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-ni0rhj {
    max-width: 100%;
  }
  .wildpokies-uem8kj {
    grid-template-columns: repeat(2, 1fr);
  }
  .wildpokies-yoqts9,
  .wildpokies-e7fo0b {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .wildpokies-4ghy4u {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wildpokies-h58qzw {
    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-u5gbg9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wildpokies-wexvq1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .wildpokies-orb5pk,
  .wildpokies-bsa016 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .wildpokies-8p61o3 {
    width: 100%;
  }
  .wildpokies-uem8kj {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .wildpokies-cwslyn {
    top: 127px !important;
  }
}

.wildpokies-ahfyyp {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .wildpokies-ahfyyp {
  }
}

@media (max-width: 767px) {
  .wildpokies-ahfyyp {
    margin-bottom: 12px;
  }
}

.wildpokies-ahfyyp img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.wildpokies-rbg6or {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.wildpokies-rbg6or > .wildpokies-pjrjzi {
  flex: 1 1;
}

@media (max-width: 767px) {
  .wildpokies-rbg6or {
    flex-direction: column;
    gap: 12px;
  }
}

.wildpokies-s1vu1z {
  display: flex;
}

.wildpokies-s1vu1z .wildpokies-yzum3q {
  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-s1vu1z .wildpokies-d3p1yv {
  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-s1vu1z .wildpokies-m6nx2o {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.wildpokies-s1vu1z .wildpokies-aa9ljb {
  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-s1vu1z .wildpokies-aa9ljb:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.wildpokies-s1vu1z .wildpokies-okn0zy {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.wildpokies-5j77w6 {
  border: unset;
  background-color: unset;
}

.wildpokies-5j77w6 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wildpokies-5j77w6 .wildpokies-1ezkzr,
.wildpokies-5j77w6 .wildpokies-xnixo8 {
  flex: 0 1 330px;
}

.wildpokies-5j77w6 .wildpokies-bashrd {
  flex: 1 1;
}

.wildpokies-5j77w6 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--card-bg-color, var(--fh-bg-color));
  padding: 16px;
}

.wildpokies-5j77w6 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--card-text-color, #fff);
  padding: 0;
}

.wildpokies-5j77w6 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.wildpokies-5j77w6 tr td p {
  color: var(--card-text-color, #fff);
  margin: 0;
}

.wildpokies-5j77w6 tr td p span {
  color: var(--card-text-color, var(--title-color));
  font-weight: 800;
}

.wildpokies-5j77w6 tr.wildpokies-1ezkzr td p {
  padding: 16px 0;
}

.wildpokies-5j77w6 tr.wildpokies-1ezkzr td p:not(:last-child),
.wildpokies-5j77w6 tr.wildpokies-xnixo8 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.wildpokies-5j77w6 tr.wildpokies-1ezkzr td p:first-child,
.wildpokies-5j77w6 tr.wildpokies-xnixo8 td p:first-child {
  padding-top: 0;
}

.wildpokies-5j77w6 tr.wildpokies-xnixo8 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.wildpokies-5j77w6 tr.wildpokies-xnixo8 td p:last-child {
  padding-bottom: 0;
}

.wildpokies-5j77w6 .wildpokies-xnixo8 img {
  max-width: 32px;
}

.wildpokies-5j77w6 .wildpokies-bashrd {
  min-width: 718px;
}

.wildpokies-5j77w6 .wildpokies-bashrd td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.wildpokies-5j77w6 .wildpokies-bashrd td {
  display: flex;
}

.wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-xvrgi0,
.wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-c1ic04,
.wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-n0ugkj {
  flex: 1 1 50%;
}

.wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-0bdqhu {
  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-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-1gtm7g,
.wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-9h3o6j {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-xvrgi0,
.wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-c1ic04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-xvrgi0 span,
.wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-c1ic04 span {
  font-weight: 800;
}

.wildpokies-5j77w6 .wildpokies-bashrd img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .wildpokies-5j77w6 .wildpokies-bashrd td .wildpokies-n0ugkj:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wildpokies-5j77w6 tr.wildpokies-1ezkzr td p:last-child {
    padding-bottom: 0;
  }
  .wildpokies-5j77w6 .wildpokies-xnixo8 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .wildpokies-5j77w6 .wildpokies-xnixo8 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .wildpokies-5j77w6 tr.wildpokies-1ezkzr td p:not(:last-child),
  .wildpokies-5j77w6 tr.wildpokies-xnixo8 td p:not(:last-child) {
    border-bottom: unset;
  }
  .wildpokies-5j77w6 tr.wildpokies-xnixo8 td p:last-child {
    padding-bottom: 12px;
  }
  .wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-xvrgi0,
  .wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-c1ic04,
  .wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-n0ugkj {
    flex: 1 1 50%;
    padding: 0;
  }
  .wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-xvrgi0,
  .wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-c1ic04 {
    margin-top: 16px;
  }
  .wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-n0ugkj {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-xvrgi0 {
    border-right: 1px solid var(--border-color);
  }
  .wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-n0ugkj:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .wildpokies-5j77w6 .wildpokies-bashrd td:last-child .wildpokies-n0ugkj:last-child {
    padding-bottom: 0;
  }
}

.wildpokies-n0ugkj {
  display: flex;
  flex-direction: column;
}

.wildpokies-5j77w6 .wildpokies-bashrd td .wildpokies-n0ugkj {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.wildpokies-5j77w6 .wildpokies-bashrd td .wildpokies-n0ugkj:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.wildpokies-5j77w6 .wildpokies-bashrd td .wildpokies-n0ugkj:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .wildpokies-5j77w6 .wildpokies-bashrd td .wildpokies-n0ugkj:not(:first-child) {
    padding-left: 0;
  }
  .wildpokies-5j77w6 .wildpokies-bashrd td .wildpokies-n0ugkj:not(:last-of-type) {
    border-right: unset;
  }
}

.wildpokies-5j77w6 .wildpokies-4pg1l4 {
  flex: 0 1 485px;
}

.wildpokies-5j77w6 .wildpokies-4vld4y {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.wildpokies-5j77w6 .wildpokies-4vld4y li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.wildpokies-5j77w6 .wildpokies-4vld4y li.wildpokies-44dbat {
  padding: 6px 12px;
}

.wildpokies-5j77w6 .wildpokies-4vld4y li a,
.wildpokies-5j77w6 .wildpokies-4vld4y li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: var(--card-text-color, #fff);
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.wildpokies-5j77w6 .wildpokies-8w6j0o,
.wildpokies-5j77w6 .wildpokies-mu5nx4 {
  flex: 1 1;
}

.wildpokies-5j77w6 .wildpokies-4tgfcg,
.wildpokies-5j77w6 .wildpokies-kddvmg {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wildpokies-5j77w6 .wildpokies-4tgfcg li,
.wildpokies-5j77w6 .wildpokies-kddvmg li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.wildpokies-5j77w6 .wildpokies-mu5nx4 img {
  max-width: 32px;
}

.wildpokies-5j77w6 .wildpokies-8w6j0o img {
  max-width: 32px;
}

.wildpokies-5j77w6 .wildpokies-p2f8rf {
  min-width: 280px;
}

.wildpokies-5j77w6 .wildpokies-p2f8rf img {
  max-width: 146px;
}

.wildpokies-5j77w6 .wildpokies-p2f8rf td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .wildpokies-5j77w6 .wildpokies-1ezkzr,
  .wildpokies-5j77w6 .wildpokies-xnixo8 {
    flex: 0 1 auto;
  }
  .wildpokies-5j77w6 .wildpokies-bashrd {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .wildpokies-5j77w6 .wildpokies-1ezkzr,
  .wildpokies-5j77w6 .wildpokies-4pg1l4,
  .wildpokies-5j77w6 .wildpokies-xnixo8,
  .wildpokies-5j77w6 .wildpokies-bashrd {
    flex: 1 1 calc(50% - 20px);
  }
  .wildpokies-5j77w6 .wildpokies-8w6j0o,
  .wildpokies-5j77w6 .wildpokies-p2f8rf,
  .wildpokies-5j77w6 .wildpokies-mu5nx4 {
    flex: 1 1 30%;
  }
  .wildpokies-5j77w6 .wildpokies-p2f8rf {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .wildpokies-5j77w6 .wildpokies-1ezkzr,
  .wildpokies-5j77w6 .wildpokies-4pg1l4,
  .wildpokies-5j77w6 .wildpokies-8w6j0o,
  .wildpokies-5j77w6 .wildpokies-xnixo8,
  .wildpokies-5j77w6 .wildpokies-bashrd,
  .wildpokies-5j77w6 .wildpokies-p2f8rf,
  .wildpokies-5j77w6 .wildpokies-mu5nx4 {
    flex: 1 1 100%;
  }
}

.wildpokies-faypvc .wildpokies-6c9rns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wildpokies-faypvc .wildpokies-vieawn {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.wildpokies-faypvc .wildpokies-8dpnex {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.wildpokies-faypvc .wildpokies-ifdz5u {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.wildpokies-faypvc .wildpokies-ifdz5u > :nth-child(3) {
  margin-top: 0;
}

.wildpokies-faypvc .wildpokies-tajpg4 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.wildpokies-faypvc .wildpokies-xcfqza {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.wildpokies-faypvc .wildpokies-0qm68z {
  grid-column: 1/2;
}

.wildpokies-faypvc > :not(.wildpokies-xcfqza):not(.wildpokies-0qm68z) {
  grid-column: 1/2;
}

.wildpokies-faypvc .wildpokies-vieawn: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-faypvc .wildpokies-vieawn:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.wildpokies-faypvc .wildpokies-8p61o3 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .wildpokies-faypvc .wildpokies-vieawn:not(:last-child):before {
    bottom: 8px;
  }
  .wildpokies-faypvc .wildpokies-vieawn:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .wildpokies-faypvc .wildpokies-ifdz5u {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .wildpokies-faypvc .wildpokies-tajpg4 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .wildpokies-faypvc .wildpokies-tajpg4 img {
    width: 100%;
    height: auto;
  }
  .wildpokies-faypvc .wildpokies-8p61o3 {
    width: 100%;
    min-width: unset;
  }
}

.wildpokies-0zkf2k .wildpokies-10f60u {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.wildpokies-0zkf2k .wildpokies-ltx4x8 {
  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-0zkf2k .wildpokies-tajpg4 {
  height: 100%;
}

.wildpokies-0zkf2k .wildpokies-tajpg4 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.wildpokies-0zkf2k .wildpokies-j3e277 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.wildpokies-0zkf2k .wildpokies-65p2wi {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.wildpokies-0zkf2k .wildpokies-2vbfkd {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .wildpokies-0zkf2k .wildpokies-ltx4x8 {
    flex: 1 1 100%;
  }
  .wildpokies-0zkf2k .wildpokies-hfl72m {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .wildpokies-0zkf2k .wildpokies-ltx4x8 {
    flex-direction: column;
  }
  .wildpokies-0zkf2k .wildpokies-tajpg4 {
    width: 100%;
    height: auto;
  }
  .wildpokies-0zkf2k .wildpokies-tajpg4 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .wildpokies-0zkf2k .wildpokies-j3e277 {
    padding: 0 16px 16px 16px;
  }
  .wildpokies-0zkf2k .wildpokies-hfl72m {
    min-width: unset;
    width: 100%;
  }
}

.wildpokies-tk7u6l .wildpokies-229lwx {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.wildpokies-tk7u6l .wildpokies-z4xo0q {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.wildpokies-tk7u6l 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-tk7u6l .wildpokies-rzudfj {
  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-tk7u6l .wildpokies-z4xo0q:hover .wildpokies-rzudfj {
  display: flex;
}

.wildpokies-tk7u6l .wildpokies-yljzf4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.wildpokies-tk7u6l .wildpokies-06nwz9 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.wildpokies-l4uef9 {
  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-l4uef9.wildpokies-gh28o7 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.2s ease-in-out;
}

.wildpokies-l4uef9.wildpokies-gh28o7:hover {
  color: #f9cb16;
  background-color: transparent;
}

.wildpokies-tk7u6l .wildpokies-mce6i4 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.2s ease-in-out;
}

.wildpokies-tk7u6l .wildpokies-mce6i4:hover {
  color: #196948;
  background-color: #f9cb16;
}

.wildpokies-tk7u6l .wildpokies-mce6i4:after,
.wildpokies-l4uef9.wildpokies-gh28o7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.wildpokies-l4uef9.wildpokies-gh28o7:after {
  background-image: url(../images/Cash.svg);
}

.wildpokies-tk7u6l .wildpokies-mce6i4:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .wildpokies-tk7u6l .wildpokies-229lwx {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .wildpokies-tk7u6l .wildpokies-229lwx {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .wildpokies-tk7u6l .wildpokies-229lwx {
    grid-template-columns: 1fr;
  }
  .wildpokies-tk7u6l .wildpokies-z4xo0q {
    height: auto;
  }
  .wildpokies-tk7u6l .wildpokies-z4xo0q .wildpokies-rzudfj {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .wildpokies-tk7u6l .wildpokies-yljzf4,
  .wildpokies-tk7u6l .wildpokies-06nwz9 {
    text-align: left;
  }
  .wildpokies-tk7u6l .wildpokies-06nwz9 {
    margin-bottom: 8px;
  }
  .wildpokies-tk7u6l img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.wildpokies-zwy15f {
  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-zwy15f.wildpokies-xyktmr {
  display: block;
}

.wildpokies-zwy15f .wildpokies-31dfd4 {
  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-zwy15f .wildpokies-dyvq6l {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.wildpokies-zwy15f .wildpokies-xrejan {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.wildpokies-zwy15f .wildpokies-7oo1qr {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.wildpokies-zwy15f .wildpokies-l4uef9 {
  min-width: 296px;
  margin-bottom: 0;
}

.wildpokies-zwy15f .wildpokies-x7ui5b {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wildpokies-zwy15f .wildpokies-6842rz {
  position: relative;
  flex: 1 1;
}

.wildpokies-zwy15f .wildpokies-6842rz iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .wildpokies-zwy15f .wildpokies-dyvq6l {
    flex-wrap: wrap;
    gap: 8px;
  }
  .wildpokies-zwy15f .wildpokies-xrejan {
    order: 1;
  }
  .wildpokies-zwy15f .wildpokies-7oo1qr {
    order: 3;
    flex: 1 1 100%;
  }
  .wildpokies-zwy15f .wildpokies-l4uef9 {
    width: 100%;
    min-width: unset;
  }
  .wildpokies-zwy15f .wildpokies-x7ui5b {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .wildpokies-q7l1il > .wildpokies-3c8ov3 {
    margin-bottom: 0;
  }
  .wildpokies-q7l1il > .wildpokies-0qm68z,
  .wildpokies-q7l1il > p {
    margin-top: 0;
  }
}

.wildpokies-43uxnj img,
.wildpokies-z35ije img {
  width: auto;
  object-fit: contain;
}

.wildpokies-43uxnj {
  align-items: center;
}

.wildpokies-43uxnj img {
  max-height: 76px;
}

.wildpokies-z35ije img {
  max-height: 64px;
}

.wildpokies-biuw4g {
  overflow: auto;
}

.wildpokies-xblpen {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.wildpokies-wp26t5:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.wildpokies-luwrru {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.wildpokies-4ae3ri {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wildpokies-luwrru .wildpokies-tajpg4 {
  margin-right: 20px;
  flex-shrink: 0;
}

.wildpokies-luwrru img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.wildpokies-t2g7a9 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.wildpokies-t2g7a9 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .wildpokies-luwrru {
    padding: 15px 10px;
  }
  .wildpokies-t2g7a9 {
    padding: 15px 10px;
  }
  .wildpokies-luwrru .wildpokies-tajpg4 {
    margin-right: 10px;
  }
}

.wildpokies-myfeax {
  overflow-x: auto;
}

.wildpokies-e3lldp {
  border-collapse: collapse;
  width: 100%;
}

.wildpokies-myfeax th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.wildpokies-myfeax td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.wildpokies-myfeax td.wildpokies-g2o9el {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.wildpokies-myfeax td.wildpokies-a2sm66 {
  border-right: none;
}

.wildpokies-myfeax td.wildpokies-a2sm66 .wildpokies-tajpg4 {
  justify-content: flex-start;
}

.wildpokies-myfeax td.wildpokies-a2sm66 .wildpokies-tajpg4 img {
  height: auto;
  width: 90px;
}

.wildpokies-myfeax td.wildpokies-u6gnw3,
.wildpokies-myfeax td.wildpokies-ehws30 {
  font-weight: 600;
  text-align: right;
}

.wildpokies-myfeax td.wildpokies-rufmkv,
.wildpokies-myfeax td.wildpokies-u6gnw3 {
  padding-bottom: 10px;
  border-bottom: none;
}

.wildpokies-myfeax td.wildpokies-u6gnw3,
.wildpokies-myfeax td.wildpokies-ehws30 {
  border-left: none;
}

.wildpokies-myfeax td.wildpokies-rufmkv,
.wildpokies-myfeax td.wildpokies-mwsy1j {
  border-right: none;
}

.wildpokies-myfeax td.wildpokies-mwsy1j,
.wildpokies-myfeax td.wildpokies-ehws30 {
  border-top: none;
  padding-top: 10px;
}

.wildpokies-rc0khs {
  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-rc0khs .wildpokies-hfl72m {
  min-width: unset;
  width: 100%;
}

.wildpokies-rc0khs .wildpokies-hfl72m.wildpokies-xenfs8 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.wildpokies-rc0khs .wildpokies-hfl72m.wildpokies-hileo6 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.wildpokies-rc0khs .wildpokies-gdzi7r {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .wildpokies-rc0khs {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .wildpokies-rc0khs .wildpokies-hfl72m.wildpokies-xenfs8 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .wildpokies-rc0khs .wildpokies-hfl72m.wildpokies-hileo6 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .wildpokies-rc0khs .wildpokies-gdzi7r {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.wildpokies-dvybwd {
  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-8enlb5 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.wildpokies-790kq0 p a img {
  margin: 0 auto;
  display: block;
}

.wildpokies-790kq0 table {
  margin-bottom: 17px;
}

/* contanct form */
.wildpokies-h6f4q0 {
  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-h6f4q0 label {
  font-size: 14px;
}

.wildpokies-h6f4q0 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.wildpokies-h6f4q0 input,
.wildpokies-h6f4q0 textarea,
.wildpokies-h6f4q0 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-h6f4q0 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.wildpokies-h6f4q0 button:hover {
  background-color: #691204;
}
.wildpokies-k2xomw {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.4s ease-in;
}

.wildpokies-k2xomw h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}

 .wildpokies-i15h14,
  .wildpokies-i15h14 * {
    box-sizing: border-box;
  }

  .wildpokies-lm8k2p,
  .wildpokies-lm8k2p body {
    overflow: hidden;
  }

  .wildpokies-i15h14 {
    --fsbp-bg: var(--fh-bg-color, var(--main-theme-color, #111827));
    --fsbp-card-bg: var(--card-bg-color, #ffffff);
    --fsbp-card-text: var(--card-text-color, #111111);
    --fsbp-title: var(--button-text-color, #ffffff);
    --fsbp-accent: var(--button-bg-color, var(--main-theme-color, #e6007e));
    --fsbp-accent-hover: var(--button-bg-hover, var(--main-theme-color, #cc006f));
    --fsbp-button-text: var(--button-text-color, #ffffff);
    --fsbp-border: var(--border-color, rgba(255, 255, 255, 0.18));

    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
    font-family: inherit;
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 220ms ease,
      visibility 220ms ease;
  }

  .wildpokies-i15h14.wildpokies-tnk97e {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .wildpokies-ryv0v9 {
    width: min(400px, calc(100vw - 32px));
    overflow: hidden;
    color: var(--fsbp-card-text);
    text-align: center;
    background: var(--fsbp-card-bg);
    border: 1px solid color-mix(in srgb, var(--fsbp-border) 55%, transparent);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    transform: translateY(18px) scale(0.96);
    transition: transform 260ms ease;
  }

  .wildpokies-i15h14.wildpokies-tnk97e .wildpokies-ryv0v9 {
    transform: translateY(0) scale(1);
  }

  .wildpokies-iqnc3s {
    padding: 24px 28px 22px;
    color: var(--fsbp-title);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
      var(--fsbp-accent);
  }

  .wildpokies-no0ytd {
    margin: 0;
    color: inherit;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .wildpokies-qa5q59 {
    padding: 42px 34px 40px;
  }

  .wildpokies-9rid2w {
    max-width: 290px;
    margin: 0 auto 32px;
    color: var(--fsbp-card-text);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .wildpokies-4nkb3u {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(248px, 100%);
    min-height: 50px;
    padding: 13px 24px;
    color: var(--fsbp-button-text);
    font: inherit;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    background: var(--fsbp-accent);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--fsbp-accent) 34%, transparent);
    cursor: pointer;
    transition:
      background-color 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }

  .wildpokies-4nkb3u:hover,
  .wildpokies-4nkb3u:focus-visible {
    background: var(--fsbp-accent-hover);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--fsbp-accent-hover) 38%, transparent);
    outline: none;
    transform: translateY(-1px);
  }

  .wildpokies-4nkb3u:active {
    transform: translateY(0);
  }

  @supports not (background: color-mix(in srgb, #000 50%, transparent)) {
    .wildpokies-i15h14 {
      background: rgba(226, 230, 236, 0.86);
    }

    .wildpokies-ryv0v9 {
      border-color: rgba(0, 0, 0, 0.08);
    }

    .wildpokies-4nkb3u {
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    }
  }

  @media (max-width: 520px) {
    .wildpokies-i15h14 {
      padding: 16px;
    }

    .wildpokies-ryv0v9 {
      border-radius: 22px;
    }

    .wildpokies-iqnc3s {
      padding: 21px 22px 19px;
    }

    .wildpokies-no0ytd {
      font-size: 19px;
    }

    .wildpokies-qa5q59 {
      padding: 34px 24px 32px;
    }

    .wildpokies-9rid2w {
      margin-bottom: 26px;
      font-size: 18px;
    }

    .wildpokies-4nkb3u {
      font-size: 17px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .wildpokies-i15h14,
    .wildpokies-ryv0v9,
    .wildpokies-4nkb3u {
      transition: none;
    }
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.wildpokies-uktabq, .wildpokies-ienwsv, [class*="review-card"],
thead, thead th, table th, .wildpokies-f0yvl6,
.wildpokies-k1til1, [class*="collapsible-header"],
.wildpokies-vdocxd, [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; }
.wildpokies-8p61o3, .wildpokies-8p61o3 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.wildpokies-7lk275, .wildpokies-7lk275 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.wildpokies-ckbzs2, .wildpokies-ckbzs2 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.wildpokies-hfl72m.wildpokies-xenfs8, .wildpokies-hfl72m.wildpokies-582cpc, .wildpokies-hfl72m.wildpokies-hileo6, .wildpokies-hfl72m.wildpokies-xenfs8, .wildpokies-hfl72m.wildpokies-582cpc, .wildpokies-hfl72m.wildpokies-hileo6 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.wildpokies-hfl72m.wildpokies-j19og3, .wildpokies-hfl72m.wildpokies-j19og3 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.wildpokies-r3shkw:before, .wildpokies-r3shkw:before :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.wildpokies-akpuxd, .wildpokies-akpuxd :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.wildpokies-sglla5, .wildpokies-sglla5 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.wildpokies-s1vu1z .wildpokies-yzum3q, .wildpokies-s1vu1z .wildpokies-yzum3q :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.wildpokies-dvybwd, .wildpokies-dvybwd :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--button-text-color) !important; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
