@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);
}

.thepokies-zlvxn0 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.thepokies-p8lpjj {
  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.thepokies-z1wveh,
ul.thepokies-z1wveh {
  padding-left: 20px;
}

ul.thepokies-z1wveh {
  list-style: disc;
}

ol.thepokies-z1wveh {
  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;
  }
}

.thepokies-cuq6xa > .thepokies-wjao93,
.thepokies-cuq6xa > .thepokies-gkda0h,
.thepokies-cuq6xa > blockquote,
.thepokies-cuq6xa > h1,
.thepokies-cuq6xa > h2,
.thepokies-cuq6xa > h3,
.thepokies-cuq6xa > h4,
.thepokies-cuq6xa > h5,
.thepokies-cuq6xa > h6,
.thepokies-cuq6xa > ol,
.thepokies-cuq6xa > p,
.thepokies-cuq6xa > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.thepokies-cuq6xa > ol,
.thepokies-cuq6xa > ul {
  padding-left: 50px;
}

.thepokies-cuq6xa 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;
}

.thepokies-cuq6xa:not(:last-child) {
  margin-bottom: 2rem;
}

.thepokies-cuq6xa > :not(:first-child) {
  margin-top: 2rem;
}

.thepokies-cuq6xa {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thepokies-cuq6xa:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .thepokies-cuq6xa:first-child {
    margin-top: 20px;
  }
}

.thepokies-cuq6xa > p:last-of-type {
  margin-bottom: 32px;
}

.thepokies-cuq6xa > .thepokies-i3jz04:not(:first-child) {
  margin: 64px auto 16px auto;
}

.thepokies-tn3yos > .thepokies-i3jz04 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.thepokies-gkda0h {
  overflow: auto;
}

.thepokies-gkda0h::-webkit-scrollbar {
  height: 5px;
}

.thepokies-gkda0h table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.thepokies-gkda0h table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.thepokies-gkda0h table thead,
table thead {
  border-bottom: none;
}

.thepokies-gkda0h table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.thepokies-gkda0h table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.thepokies-gkda0h table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.thepokies-gkda0h .thepokies-aop3ai {
  table-layout: auto;
}

.thepokies-gkda0h .thepokies-aop3ai th {
  word-break: normal;
}

.thepokies-gkda0h .thepokies-aop3ai td {
  word-break: normal;
}

.thepokies-zlvxn0 .thepokies-zlvxn0 {
  padding-right: 0;
  padding-left: 0;
}

.thepokies-6blxpu {
  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;
}

.thepokies-ribez7 {
  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;
}

.thepokies-ozp7m1 {
  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;
}

.thepokies-wjao93 {
  margin-top: 24px;
}

.thepokies-wjao93.thepokies-ht7fvo {
  text-align: left;
}

.thepokies-wjao93.thepokies-rmrnw1 {
  text-align: right;
}

.thepokies-wjao93.thepokies-e1okko {
  text-align: center;
}

.thepokies-9udilj {
  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.thepokies-g0f5k7 ease-in-out;
  cursor: pointer;
}

.thepokies-9udilj:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.thepokies-9udilj {
  min-width: 328px;
}

@media (max-width: 768px) {
  .thepokies-9udilj {
    min-width: unset;
  }
}

.thepokies-juwarr {
  background-color: var(--fh-bg-color);
}

.thepokies-n7kwc4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.thepokies-8azlge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.thepokies-8azlge img {
  max-height: 80px;
  object-fit: contain;
}

.thepokies-ayt652 {
  flex: 1 1;
}

.thepokies-sl714b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.thepokies-0tnmaq {
  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;
}

.thepokies-0tnmaq 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;
}

.thepokies-0tnmaq.thepokies-c8ijkr span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.thepokies-0tnmaq.thepokies-c8ijkr span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.thepokies-0tnmaq.thepokies-c8ijkr span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.thepokies-ayt652 + .thepokies-sl714b {
  margin-left: 20px;
}

.thepokies-yzfy5l {
  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;
}

.thepokies-yzfy5l > svg {
  max-width: 24px;
  max-height: 24px;
}

.thepokies-yzfy5l + .thepokies-yzfy5l {
  margin-left: 5px;
}

.thepokies-ntggag {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.thepokies-ntggag:hover {
  background-color: var(--button-bg-hover);
}

.thepokies-8zs5wx {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.thepokies-g0f5k7 ease-in-out;
  border: 1px solid var(--border-color);
}

.thepokies-8zs5wx:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.thepokies-i2ti5j {
  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) {
  .thepokies-ayt652 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .thepokies-i2ti5j {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .thepokies-ayt652 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .thepokies-yzfy5l {
    min-width: unset;
    flex: 1 1;
  }
}

.thepokies-9q0v2d {
  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;
}

.thepokies-9q0v2d:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.thepokies-9q0v2d:hover .thepokies-t30v9c {
  opacity: 1;
  pointer-events: auto;
}

.thepokies-rw6lgp {
  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.thepokies-1z58c0 ease-in-out;
  gap: 4px;
}

.thepokies-rw6lgp > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.thepokies-rw6lgp .thepokies-6blxpu img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.thepokies-tzi8rg,
.thepokies-rw6lgp:hover {
  color: var(--button-bg-hover);
}

.thepokies-lj06ip {
  position: relative;
}

.thepokies-lj06ip .thepokies-rw6lgp {
  margin-right: 0;
  padding-right: 4px;
}

.thepokies-ru15rp svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.thepokies-lj06ip.thepokies-c8ijkr .thepokies-ru15rp svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.thepokies-lj06ip.thepokies-c8ijkr .thepokies-t30v9c {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.thepokies-lj06ip.thepokies-c8ijkr .thepokies-t30v9c::before {
  display: none;
}

.thepokies-ru15rp svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.thepokies-t30v9c {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.thepokies-exzdq1 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.thepokies-t30v9c::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.thepokies-t30v9c:hover {
  color: var(--fh-bg-color);
}

.thepokies-177li8 {
  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.thepokies-exzdq1 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.thepokies-1z58c0 ease-in-out;
  -o-transition: 0.thepokies-1z58c0 ease-in-out;
  transition: 0.thepokies-1z58c0 ease-in-out;
}

.thepokies-177li8 .thepokies-6blxpu img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.thepokies-m834wo,
.thepokies-177li8:hover {
  color: var(--button-bg-hover);
}

.thepokies-n4tbt3 {
  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%;
}

.thepokies-n4tbt3.thepokies-yd8092 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.thepokies-n4tbt3.thepokies-yd8092:after,
.thepokies-n4tbt3.thepokies-yd8092:before {
  content: "";
  position: absolute;
  margin: auto;
}

.thepokies-n4tbt3.thepokies-yd8092: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);
  }
}

.thepokies-n4tbt3.thepokies-yd8092:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.thepokies-n4tbt3.thepokies-yd8092 > * {
  z-index: 1;
}

.thepokies-n4tbt3 b,
.thepokies-n4tbt3 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.thepokies-n4tbt3 .thepokies-7i6jg1 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.thepokies-n4tbt3 .thepokies-ucakz6 {
  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;
}

.thepokies-n4tbt3 .thepokies-6blxpu {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.thepokies-n4tbt3 .thepokies-h8cwza {
  margin-top: 12px;
}

.thepokies-h8cwza {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.thepokies-p1lrkh {
  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;
}

.thepokies-h8cwza .thepokies-4srmis {
  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.thepokies-g0f5k7 ease-in-out;
}

.thepokies-h8cwza .thepokies-4srmis:hover {
  background: rgba(255, 255, 255, 0.3);
}

.thepokies-w8wkqe {
  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;
}

.thepokies-n4tbt3.thepokies-1q18ll {
  gap: 12px;
  padding: 16px;
}

.thepokies-n4tbt3.thepokies-1q18ll .thepokies-w8wkqe {
  min-width: 240px;
}

.thepokies-n4tbt3.thepokies-1q18ll .thepokies-w8wkqe.thepokies-abh2gv {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .thepokies-n4tbt3 .thepokies-7i6jg1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .thepokies-n4tbt3 .thepokies-ucakz6 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .thepokies-n4tbt3 .thepokies-6blxpu {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .thepokies-n4tbt3.thepokies-1q18ll .thepokies-6blxpu {
    max-width: 126px;
  }
  .thepokies-n4tbt3 .thepokies-h8cwza {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .thepokies-n4tbt3 .thepokies-p1lrkh {
    max-width: unset;
  }
  .thepokies-w8wkqe {
    min-width: unset;
    width: 100%;
  }
  .thepokies-n4tbt3 .thepokies-w8wkqe {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .thepokies-n4tbt3.thepokies-1q18ll {
    grid-template-rows: auto 1fr auto;
  }
  .thepokies-n4tbt3.thepokies-1q18ll .thepokies-w8wkqe {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .thepokies-n4tbt3 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .thepokies-n4tbt3 .thepokies-7i6jg1 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .thepokies-n4tbt3 .thepokies-6blxpu {
    max-width: 78px;
  }
  .thepokies-n4tbt3 .thepokies-h8cwza {
    margin-top: -12px;
  }
  .thepokies-n4tbt3.thepokies-1q18ll {
    gap: 8px;
  }
  .thepokies-n4tbt3.thepokies-1q18ll .thepokies-7i6jg1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .thepokies-n4tbt3.thepokies-1q18ll .thepokies-ucakz6 {
    grid-column: 1/3;
  }
  .thepokies-n4tbt3.thepokies-1q18ll .thepokies-6blxpu {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .thepokies-n4tbt3.thepokies-1q18ll .thepokies-6blxpu img {
    max-width: 114px;
  }
}

.thepokies-w8wkqe.thepokies-dxwsin,
.thepokies-w8wkqe.thepokies-y9nwfk,
.thepokies-w8wkqe.thepokies-q3zss8 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.thepokies-g0f5k7 ease-in-out;
}

.thepokies-w8wkqe.thepokies-dxwsin,
.thepokies-w8wkqe.thepokies-q3zss8 {
  padding: 10px;
}

.thepokies-w8wkqe.thepokies-dxwsin:hover,
.thepokies-w8wkqe.thepokies-y9nwfk:hover,
.thepokies-w8wkqe.thepokies-q3zss8:hover {
  background: var(--button-bg-hover);
}

.thepokies-w8wkqe.thepokies-dxwsin:hover svg path,
.thepokies-w8wkqe.thepokies-q3zss8:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.thepokies-w8wkqe.thepokies-abh2gv {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.thepokies-g0f5k7 ease-in-out;
  background: var(--button-bg-color);
}

.thepokies-w8wkqe.thepokies-abh2gv:hover {
  background-color: var(--button-bg-hover);
}

.thepokies-w8wkqe.thepokies-y9nwfk: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);
  }
}

.thepokies-w8wkqe.thepokies-y9nwfk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.thepokies-w8wkqe.thepokies-abh2gv:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.thepokies-j0cbzv {
  max-width: 650px;
}

.thepokies-16e208 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.thepokies-hjqb7j {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.thepokies-uyw8t1 {
  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.thepokies-1z58c0 ease-in-out;
  cursor: pointer;
}

.thepokies-uyw8t1:hover {
  opacity: 0.5;
}

.thepokies-uyw8t1:focus {
  outline: 0;
}

.thepokies-uyw8t1:focus .thepokies-00jv4r,
.thepokies-uyw8t1:hover .thepokies-00jv4r {
  fill: red;
  fill-opacity: 1;
}

.thepokies-uyw8t1:hover {
  cursor: pointer;
}

.thepokies-0p46a5 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.thepokies-j0cbzv.thepokies-e1okko {
  margin: 0 auto;
}

.thepokies-j0cbzv.thepokies-rmrnw1 {
  margin-left: auto;
}

.thepokies-b35o0z {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.thepokies-b2548e {
  padding-bottom: 50px;
}

.thepokies-n09zkf {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.thepokies-4buson {
  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;
}

.thepokies-0414tu {
  margin-top: 24px;
}

.thepokies-w26eli {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thepokies-dn02fk {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.thepokies-a21clu {
  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;
}

.thepokies-gza5b7 {
  width: 468px;
}

.thepokies-a21clu .thepokies-t30v9c {
  margin: 0.thepokies-1eajl1 0;
}

.thepokies-du7kr4 {
  display: flex;
  min-width: 224px;
}

.thepokies-bpuipw {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.thepokies-1z58c0 ease-in-out;
}

.thepokies-y8baop,
.thepokies-bpuipw:hover {
  color: var(--text-color);
}

.thepokies-u3cdj9 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.thepokies-7ktex5 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .thepokies-b35o0z {
    padding: 16px;
  }
  .thepokies-u3cdj9 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .thepokies-7ktex5 {
    align-items: center;
  }
  .thepokies-gza5b7 {
    width: unset;
  }
  .thepokies-du7kr4 {
    min-width: unset;
  }
  .thepokies-a21clu {
    max-height: unset;
  }
  .thepokies-n09zkf {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .thepokies-b35o0z {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.thepokies-9rbc9w {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.thepokies-9rbc9w:not(:last-child) {
  margin-bottom: 16px;
}

.thepokies-s8cbhs {
  outline: 0;
}

.thepokies-s8cbhs .thepokies-mxpbzq {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.thepokies-crjv3w {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .thepokies-crjv3w {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.thepokies-crjv3w::-webkit-details-marker {
  display: none;
}

.thepokies-crjv3w: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;
}

.thepokies-crjv3w: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] .thepokies-crjv3w:after {
  transform: unset;
}

.thepokies-mxpbzq {
  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);
}

.thepokies-mxpbzq 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.thepokies-1z58c0 ease-in-out;
  -o-transition: 0.thepokies-1z58c0 ease-in-out;
  transition: 0.thepokies-1z58c0 ease-in-out;
}

.thepokies-w4fxmm {
  padding: 16px 0 0 0;
}

.thepokies-w4fxmm * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .thepokies-w4fxmm :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .thepokies-crjv3w {
    flex-wrap: wrap;
    gap: 12px;
  }
  .thepokies-crjv3w::after {
    margin-left: auto;
  }
  .thepokies-mxpbzq {
    order: 3;
    flex: 1 1 100%;
  }
  .thepokies-crjv3w {
    font-size: 14px;
    line-height: 130%;
  }
  .thepokies-mxpbzq svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.thepokies-htx17n {
  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;
}

.thepokies-g0jac3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.thepokies-htx17n.thepokies-c8ijkr .thepokies-g0jac3 {
  margin-bottom: 12px;
}

.thepokies-g0jac3::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;
}

.thepokies-htx17n.thepokies-c8ijkr .thepokies-g0jac3::after {
  transform: unset;
}

.thepokies-lfg45y {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.thepokies-xwsy3p {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.thepokies-1z58c0 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.thepokies-xwsy3p: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;
}

.thepokies-htx17n.thepokies-c8ijkr .thepokies-lfg45y {
  max-height: 100%;
}

.thepokies-k8vxex {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.thepokies-h7pd1k {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.thepokies-weczin {
  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;
}

.thepokies-rjxdei {
  margin-right: 4px;
}

.thepokies-tm935x {
  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.thepokies-1z58c0 ease-in-out;
}

.thepokies-tm935x svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.thepokies-ixrc9k,
.thepokies-tm935x:hover {
  color: var(--text-color);
}

.thepokies-l9atm3 {
  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;
}

.thepokies-l9atm3 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.thepokies-l9atm3 .thepokies-5ognwx {
  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;
}

.thepokies-l9atm3 .thepokies-e17mus {
  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;
}

.thepokies-c0xogh {
  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;
}

.thepokies-7miyom {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.thepokies-zvasuo .thepokies-zlvxn0 {
  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;
}

.thepokies-zvasuo {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.thepokies-6f84yu {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.thepokies-3a8idt {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.thepokies-e0g4u3 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.thepokies-y38lsm 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;
}

.thepokies-e0g4u3:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.thepokies-zcgupl {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.thepokies-t9s64a {
  -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.thepokies-1z58c0 ease-in-out;
  transition: transform 0.thepokies-1z58c0 ease-in-out;
  -o-transition: transform 0.thepokies-1z58c0 ease-in-out;
  transition:
    transform 0.thepokies-1z58c0 ease-in-out,
    -webkit-transform 0.thepokies-1z58c0 ease-in-out;
  cursor: pointer;
}

.thepokies-t9s64a svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.thepokies-t9s64a: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;
}

.thepokies-8dfrjx {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .thepokies-8dfrjx {
    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);
}

.thepokies-27mqjy {
  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;
}

.thepokies-egpce4 {
  position: relative;
  width: 100%;
}

.thepokies-27mqjy.thepokies-ma1pro {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.thepokies-27mqjy.thepokies-e1okko {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thepokies-27mqjy.thepokies-rmrnw1 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.thepokies-a4ev80 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.thepokies-7ix3sm {
  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.thepokies-1z58c0 ease-in-out;
  cursor: pointer;
}

.thepokies-7ix3sm:hover {
  opacity: 0.5;
}

.thepokies-27mqjy.thepokies-ye7t1i .thepokies-7ix3sm {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.thepokies-27mqjy.thepokies-ye7t1i .thepokies-a4ev80 {
  cursor: pointer;
}

.thepokies-9rwywp {
  fill: #0009;
}

.thepokies-qb438a {
  fill: #fff;
}

.thepokies-7ix3sm:hover .thepokies-9rwywp {
  fill: red;
}

.thepokies-7ix3sm svg path {
  -webkit-transition: 0.thepokies-1z58c0 ease-in-out;
  -o-transition: 0.thepokies-1z58c0 ease-in-out;
  transition: 0.thepokies-1z58c0 ease-in-out;
}

.thepokies-x5ikm2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.thepokies-x5ikm2 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.thepokies-x5ikm2.thepokies-9a0cn7 > :not(.get-image) {
  grid-column: 1/3;
}

.thepokies-kzdelw:not(._h1-block) .thepokies-x5ikm2 > .thepokies-i3jz04 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.thepokies-x5ikm2.thepokies-9a0cn7 .thepokies-afjlbh {
  grid-column: 2/3;
}

.thepokies-x5ikm2.thepokies-9a0cn7 > .thepokies-6blxpu {
  grid-column: 1/2;
}

.thepokies-x5ikm2.thepokies-9a0cn7 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.thepokies-x5ikm2 > p:first-of-type {
  margin-top: 0;
}

.thepokies-x5ikm2 .thepokies-6blxpu {
  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;
}

.thepokies-kzdelw:not(._h1-block) .thepokies-i3jz04 ~ .thepokies-6blxpu {
  grid-row: 2/10;
}

.thepokies-kzdelw.thepokies-n5ld0v .thepokies-i3jz04 ~ .thepokies-6blxpu {
  grid-row: 1/10;
}

.thepokies-kzdelw.thepokies-n5ld0v > .thepokies-i3jz04 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.thepokies-kzdelw.thepokies-n5ld0v .thepokies-6blxpu {
  grid-row: 1/10;
}

.thepokies-x5ikm2.thepokies-b5i8tj .thepokies-6blxpu {
  align-items: flex-start;
}

.thepokies-x5ikm2.thepokies-e1okko .thepokies-afjlbh {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.thepokies-x5ikm2.thepokies-e1okko .thepokies-6blxpu {
  align-items: center;
}

.thepokies-x5ikm2.thepokies-x7n5wu .thepokies-6blxpu {
  align-items: flex-end;
}

.thepokies-afjlbh > :first-child {
  margin-top: 0;
}

.thepokies-afjlbh > :last-child {
  margin-bottom: 0;
}

* + .thepokies-97vt3m,
.thepokies-kzdelw + .thepokies-kzdelw {
  margin-top: 2rem;
}

.thepokies-0xlkkq td::before,
.thepokies-0xlkkq th::after {
  display: none !important;
}

.thepokies-0xlkkq #link-selector {
  color: #000;
}

.thepokies-0xlkkq .thepokies-ammgij {
  color: #135e96;
}

.thepokies-0xlkkq .thepokies-n0ke4i *,
.thepokies-0xlkkq .thepokies-24mrso p,
.thepokies-0xlkkq .thepokies-ov7qds * {
  color: #000;
}

.thepokies-0xlkkq .thepokies-ixid0z {
  background: 0 0 !important;
}

.thepokies-0xlkkq .thepokies-sluay2 {
  color: #000;
}

.thepokies-0xlkkq .thepokies-1trh6f.thepokies-g0wpmj {
  color: #fff;
}

.thepokies-0xlkkq .thepokies-vs3tp1 {
  color: #000;
}

.thepokies-0xlkkq
  .thepokies-or44sj
  .thepokies-9d7qqc.thepokies-g0wpmj.thepokies-t5secr {
  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;
}

.thepokies-i55tye,
body .thepokies-bc8w64 {
  color: #000;
  background: var(--color-body) !important;
}

.thepokies-i55tye .thepokies-hqbv79 .thepokies-2coou3,
body .thepokies-bc8w64 .thepokies-hqbv79 .thepokies-2coou3 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .thepokies-xwsy3p:focus,
  .thepokies-xwsy3p:hover {
    color: #f9cb16;
  }
  .thepokies-mus78t:focus,
  .thepokies-mus78t:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .thepokies-ihq3jq:focus img,
  .thepokies-ihq3jq:focus svg,
  .thepokies-ihq3jq:hover img,
  .thepokies-ihq3jq:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .thepokies-l9atm3 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .thepokies-lj06ip:hover .thepokies-ru15rp svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .thepokies-ru15rp {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .thepokies-8h6kpt {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .thepokies-yl4map {
    grid-template-columns: repeat(4, 1fr);
  }
  .thepokies-fir0o7 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .thepokies-4xh2ka .thepokies-11hsnx {
    grid-template-columns: 1fr;
  }
  .thepokies-4xh2ka .thepokies-o33fyx {
    -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;
  }
  .thepokies-4xh2ka .thepokies-ofq74h {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .thepokies-4xh2ka .thepokies-p8w23b {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .thepokies-4xh2ka .thepokies-zgdpwd {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .thepokies-4xh2ka .thepokies-ofq74h:not(:first-child) {
    border: none;
  }
  .thepokies-4xh2ka .thepokies-ofq74h:first-child .thepokies-p8w23b {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .thepokies-4xh2ka .thepokies-ofq74h:last-child .thepokies-p8w23b {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .thepokies-n7kwc4 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .thepokies-8azlge {
    max-width: 100px;
  }
  .thepokies-ayt652 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .thepokies-sl714b {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .thepokies-sl714b svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .thepokies-0tnmaq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .thepokies-ayt652 + .thepokies-sl714b {
    margin-left: auto;
  }
  .thepokies-w6vfox {
    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;
  }
  .thepokies-w6vfox.thepokies-c8ijkr {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .thepokies-i2ti5j {
    -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;
  }
  .thepokies-9q0v2d {
    width: 100%;
  }
  .thepokies-9q0v2d:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .thepokies-rw6lgp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .thepokies-rw6lgp svg {
    margin-right: 4px;
  }
  .thepokies-lj06ip {
    -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;
  }
  .thepokies-ru15rp svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .thepokies-ru15rp {
    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;
  }
  .thepokies-t30v9c {
    display: none;
    width: 100%;
  }
  .thepokies-lj06ip.thepokies-c8ijkr .thepokies-t30v9c {
    padding: 0 0 0 48px;
  }
  .thepokies-177li8 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .thepokies-4buson .thepokies-6blxpu {
    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;
  }
  .thepokies-ioua1w {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .thepokies-ioua1w + .thepokies-ioua1w {
    margin-right: 0;
  }
  .thepokies-ioua1w + .thepokies-6blxpu {
    margin: 0;
  }
  .thepokies-8h6kpt {
    grid-template-columns: repeat(4, 1fr);
  }
  .thepokies-yl4map {
    grid-template-columns: repeat(3, 1fr);
  }
  .thepokies-dz2msh,
  .thepokies-sdqv6l {
    grid-template-columns: repeat(2, 1fr);
  }
  .thepokies-x5ikm2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .thepokies-x5ikm2.thepokies-9a0cn7 .thepokies-afjlbh {
    grid-column: auto;
    grid-row: auto;
  }
  .thepokies-x5ikm2 > .thepokies-i3jz04 {
    grid-column: 1/2;
  }
  .thepokies-x5ikm2.thepokies-9a0cn7 > :not(.get-image) {
    grid-column: 1/2;
  }
  .thepokies-x5ikm2 .thepokies-6blxpu,
  .thepokies-x5ikm2.thepokies-9a0cn7 > .thepokies-6blxpu {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .thepokies-x5ikm2.thepokies-9a0cn7 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .thepokies-kzdelw.thepokies-n5ld0v .thepokies-x5ikm2 > .thepokies-6blxpu {
    grid-row: 1/2;
  }
  .thepokies-x5ikm2 .thepokies-i3jz04 ~ .thepokies-6blxpu,
  .thepokies-x5ikm2.thepokies-9a0cn7 .thepokies-i3jz04 ~ .thepokies-6blxpu {
    grid-row: 2/3;
  }
  .thepokies-kzdelw.thepokies-n5ld0v .thepokies-i3jz04 ~ .thepokies-6blxpu {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .thepokies-cuq6xa:first-child .thepokies-pchx8x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .thepokies-cuq6xa:first-child .thepokies-pchx8x h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .thepokies-cuq6xa {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .thepokies-cuq6xa {
    padding: 0;
  }
  .thepokies-wjao93 {
    margin-top: 1rem;
  }
  .thepokies-s8cbhs {
    border-radius: 5px;
  }
  .thepokies-0ibpoo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .thepokies-g0jac3::after {
    display: inline-block;
  }
  .thepokies-g0jac3 {
    margin: 0;
    width: 100%;
  }
  .thepokies-lfg45y {
    width: 100%;
  }
  .thepokies-lfg45y.thepokies-a41jip {
    -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%;
  }
  .thepokies-lfg45y.thepokies-a41jip .thepokies-7h6ik3 {
    width: 100%;
  }
  .thepokies-lfg45y.thepokies-a41jip .thepokies-7h6ik3:not(:last-child) {
    margin-right: 0;
  }
  .thepokies-xwsy3p {
    width: 100%;
    text-align: center;
  }
  .thepokies-htx17n.thepokies-c8ijkr .thepokies-lfg45y {
    margin-top: 1rem;
  }
  .thepokies-8h6kpt {
    grid-template-columns: repeat(3, 1fr);
  }
  .thepokies-fir0o7,
  .thepokies-yl4map {
    grid-template-columns: repeat(2, 1fr);
  }
  .thepokies-dz2msh,
  .thepokies-sdqv6l,
  .thepokies-ndxafi {
    grid-template-columns: 1fr;
  }
  .thepokies-700kpe {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .thepokies-0dnjh3 {
    min-width: 300px;
    max-width: 325px;
  }
  .thepokies-p8w23b {
    cursor: auto;
  }
  .thepokies-jtv4fa .thepokies-p8w23b {
    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;
  }
  .thepokies-8dfrjx {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .thepokies-t30v9c {
    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) {
  .thepokies-8dfrjx {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.thepokies-ioua1w p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .thepokies-sl714b {
    margin: 0 -0.2rem;
  }
  .thepokies-ioua1w {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .thepokies-onol6d {
    -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;
  }
  .thepokies-o1vvlh {
    max-width: 100%;
  }
  .thepokies-8h6kpt {
    grid-template-columns: repeat(2, 1fr);
  }
  .thepokies-fir0o7,
  .thepokies-yl4map {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .thepokies-n7kwc4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .thepokies-sl714b {
    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;
  }
  .thepokies-juwarr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .thepokies-yzfy5l {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .thepokies-xefqf3,
  .thepokies-kyb6ym {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .thepokies-9udilj {
    width: 100%;
  }
  .thepokies-8h6kpt {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .thepokies-8dfrjx {
    top: 127px !important;
  }
}

.thepokies-vditgm {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .thepokies-vditgm {
  }
}

@media (max-width: 767px) {
  .thepokies-vditgm {
    margin-bottom: 12px;
  }
}

.thepokies-vditgm img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.thepokies-q4u5kj {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.thepokies-q4u5kj > .thepokies-oay9r0 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .thepokies-q4u5kj {
    flex-direction: column;
    gap: 12px;
  }
}

.thepokies-ti0ggh {
  display: flex;
}

.thepokies-ti0ggh .thepokies-8je7ge {
  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;
}

.thepokies-ti0ggh .thepokies-m3klzy {
  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;
}

.thepokies-ti0ggh .thepokies-pbinlx {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.thepokies-ti0ggh .thepokies-6aba7o {
  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));
  }
}

.thepokies-ti0ggh .thepokies-6aba7o:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.thepokies-ti0ggh .thepokies-y318oa {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.thepokies-pvpqb1 {
  border: unset;
  background-color: unset;
}

.thepokies-pvpqb1 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.thepokies-pvpqb1 .thepokies-wuiu84,
.thepokies-pvpqb1 .thepokies-lw2kpd {
  flex: 0 1 330px;
}

.thepokies-pvpqb1 .thepokies-08ycku {
  flex: 1 1;
}

.thepokies-pvpqb1 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.thepokies-pvpqb1 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.thepokies-pvpqb1 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.thepokies-pvpqb1 tr td p {
  color: #fff;
  margin: 0;
}

.thepokies-pvpqb1 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.thepokies-pvpqb1 tr.thepokies-wuiu84 td p {
  padding: 16px 0;
}

.thepokies-pvpqb1 tr.thepokies-wuiu84 td p:not(:last-child),
.thepokies-pvpqb1 tr.thepokies-lw2kpd td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.thepokies-pvpqb1 tr.thepokies-wuiu84 td p:first-child,
.thepokies-pvpqb1 tr.thepokies-lw2kpd td p:first-child {
  padding-top: 0;
}

.thepokies-pvpqb1 tr.thepokies-lw2kpd td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.thepokies-pvpqb1 tr.thepokies-lw2kpd td p:last-child {
  padding-bottom: 0;
}

.thepokies-pvpqb1 .thepokies-lw2kpd img {
  max-width: 32px;
}

.thepokies-pvpqb1 .thepokies-08ycku {
  min-width: 718px;
}

.thepokies-pvpqb1 .thepokies-08ycku td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.thepokies-pvpqb1 .thepokies-08ycku td {
  display: flex;
}

.thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-gzlio5,
.thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-99y3e8,
.thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-xyax5q {
  flex: 1 1 50%;
}

.thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-htg2p8 {
  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;
}

.thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-5x014b,
.thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-19opcf {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-gzlio5,
.thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-99y3e8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-gzlio5 span,
.thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-99y3e8 span {
  font-weight: 800;
}

.thepokies-pvpqb1 .thepokies-08ycku img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .thepokies-pvpqb1 .thepokies-08ycku td .thepokies-xyax5q:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .thepokies-pvpqb1 tr.thepokies-wuiu84 td p:last-child {
    padding-bottom: 0;
  }
  .thepokies-pvpqb1 .thepokies-lw2kpd > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .thepokies-pvpqb1 .thepokies-lw2kpd > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .thepokies-pvpqb1 tr.thepokies-wuiu84 td p:not(:last-child),
  .thepokies-pvpqb1 tr.thepokies-lw2kpd td p:not(:last-child) {
    border-bottom: unset;
  }
  .thepokies-pvpqb1 tr.thepokies-lw2kpd td p:last-child {
    padding-bottom: 12px;
  }
  .thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-gzlio5,
  .thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-99y3e8,
  .thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-xyax5q {
    flex: 1 1 50%;
    padding: 0;
  }
  .thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-gzlio5,
  .thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-99y3e8 {
    margin-top: 16px;
  }
  .thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-xyax5q {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-gzlio5 {
    border-right: 1px solid var(--border-color);
  }
  .thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-xyax5q:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .thepokies-pvpqb1 .thepokies-08ycku td:last-child .thepokies-xyax5q:last-child {
    padding-bottom: 0;
  }
}

.thepokies-xyax5q {
  display: flex;
  flex-direction: column;
}

.thepokies-pvpqb1 .thepokies-08ycku td .thepokies-xyax5q {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.thepokies-pvpqb1 .thepokies-08ycku td .thepokies-xyax5q:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.thepokies-pvpqb1 .thepokies-08ycku td .thepokies-xyax5q:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .thepokies-pvpqb1 .thepokies-08ycku td .thepokies-xyax5q:not(:first-child) {
    padding-left: 0;
  }
  .thepokies-pvpqb1 .thepokies-08ycku td .thepokies-xyax5q:not(:last-of-type) {
    border-right: unset;
  }
}

.thepokies-pvpqb1 .thepokies-u9n5qy {
  flex: 0 1 485px;
}

.thepokies-pvpqb1 .thepokies-7krnn2 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.thepokies-pvpqb1 .thepokies-7krnn2 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.thepokies-pvpqb1 .thepokies-7krnn2 li.thepokies-3lnnpw {
  padding: 6px 12px;
}

.thepokies-pvpqb1 .thepokies-7krnn2 li a,
.thepokies-pvpqb1 .thepokies-7krnn2 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;
}

.thepokies-pvpqb1 .thepokies-3be864,
.thepokies-pvpqb1 .thepokies-uu13cr {
  flex: 1 1;
}

.thepokies-pvpqb1 .thepokies-820wkx,
.thepokies-pvpqb1 .thepokies-717c2s {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.thepokies-pvpqb1 .thepokies-820wkx li,
.thepokies-pvpqb1 .thepokies-717c2s li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.thepokies-pvpqb1 .thepokies-uu13cr img {
  max-width: 32px;
}

.thepokies-pvpqb1 .thepokies-3be864 img {
  max-width: 32px;
}

.thepokies-pvpqb1 .thepokies-08s0xc {
  min-width: 280px;
}

.thepokies-pvpqb1 .thepokies-08s0xc img {
  max-width: 146px;
}

.thepokies-pvpqb1 .thepokies-08s0xc td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .thepokies-pvpqb1 .thepokies-wuiu84,
  .thepokies-pvpqb1 .thepokies-lw2kpd {
    flex: 0 1 auto;
  }
  .thepokies-pvpqb1 .thepokies-08ycku {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .thepokies-pvpqb1 .thepokies-wuiu84,
  .thepokies-pvpqb1 .thepokies-u9n5qy,
  .thepokies-pvpqb1 .thepokies-lw2kpd,
  .thepokies-pvpqb1 .thepokies-08ycku {
    flex: 1 1 calc(50% - 20px);
  }
  .thepokies-pvpqb1 .thepokies-3be864,
  .thepokies-pvpqb1 .thepokies-08s0xc,
  .thepokies-pvpqb1 .thepokies-uu13cr {
    flex: 1 1 30%;
  }
  .thepokies-pvpqb1 .thepokies-08s0xc {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .thepokies-pvpqb1 .thepokies-wuiu84,
  .thepokies-pvpqb1 .thepokies-u9n5qy,
  .thepokies-pvpqb1 .thepokies-3be864,
  .thepokies-pvpqb1 .thepokies-lw2kpd,
  .thepokies-pvpqb1 .thepokies-08ycku,
  .thepokies-pvpqb1 .thepokies-08s0xc,
  .thepokies-pvpqb1 .thepokies-uu13cr {
    flex: 1 1 100%;
  }
}

.thepokies-10j949 .thepokies-nivmtz {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.thepokies-10j949 .thepokies-5gzrut {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.thepokies-10j949 .thepokies-m357ph {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.thepokies-10j949 .thepokies-7mpmv5 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.thepokies-10j949 .thepokies-7mpmv5 > :nth-child(3) {
  margin-top: 0;
}

.thepokies-10j949 .thepokies-6blxpu {
  grid-column: 2/3;
  grid-row: 1/10;
}

.thepokies-10j949 .thepokies-bunvgq {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.thepokies-10j949 .thepokies-wjao93 {
  grid-column: 1/2;
}

.thepokies-10j949 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.thepokies-10j949 .thepokies-5gzrut: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;
}

.thepokies-10j949 .thepokies-5gzrut:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.thepokies-10j949 .thepokies-9udilj {
  min-width: 240px;
}

@media (max-width: 768px) {
  .thepokies-10j949 .thepokies-5gzrut:not(:last-child):before {
    bottom: 8px;
  }
  .thepokies-10j949 .thepokies-5gzrut:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .thepokies-10j949 .thepokies-7mpmv5 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .thepokies-10j949 .thepokies-6blxpu {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .thepokies-10j949 .thepokies-6blxpu img {
    width: 100%;
    height: auto;
  }
  .thepokies-10j949 .thepokies-9udilj {
    width: 100%;
    min-width: unset;
  }
}

.thepokies-rwxbgf .thepokies-q1dxft {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.thepokies-rwxbgf .thepokies-187sbp {
  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;
}

.thepokies-rwxbgf .thepokies-6blxpu {
  height: 100%;
}

.thepokies-rwxbgf .thepokies-6blxpu img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.thepokies-rwxbgf .thepokies-r4jy58 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.thepokies-rwxbgf .thepokies-dlth43 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.thepokies-rwxbgf .thepokies-6afo3h {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .thepokies-rwxbgf .thepokies-187sbp {
    flex: 1 1 100%;
  }
  .thepokies-rwxbgf .thepokies-w8wkqe {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .thepokies-rwxbgf .thepokies-187sbp {
    flex-direction: column;
  }
  .thepokies-rwxbgf .thepokies-6blxpu {
    width: 100%;
    height: auto;
  }
  .thepokies-rwxbgf .thepokies-6blxpu img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .thepokies-rwxbgf .thepokies-r4jy58 {
    padding: 0 16px 16px 16px;
  }
  .thepokies-rwxbgf .thepokies-w8wkqe {
    min-width: unset;
    width: 100%;
  }
}

.thepokies-vjggnx .thepokies-1micoi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.thepokies-vjggnx .thepokies-n3954o {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.thepokies-vjggnx 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;
}

.thepokies-vjggnx .thepokies-a2bje8 {
  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;
}

.thepokies-vjggnx .thepokies-n3954o:hover .thepokies-a2bje8 {
  display: flex;
}

.thepokies-vjggnx .thepokies-jkxlav {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.thepokies-vjggnx .thepokies-k4pbrt {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.thepokies-49tq2l {
  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;
}

.thepokies-49tq2l.thepokies-starit {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.thepokies-g0f5k7 ease-in-out;
}

.thepokies-49tq2l.thepokies-starit:hover {
  color: #f9cb16;
  background-color: transparent;
}

.thepokies-vjggnx .thepokies-1k4lta {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.thepokies-g0f5k7 ease-in-out;
}

.thepokies-vjggnx .thepokies-1k4lta:hover {
  color: #196948;
  background-color: #f9cb16;
}

.thepokies-vjggnx .thepokies-1k4lta:after,
.thepokies-49tq2l.thepokies-starit:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.thepokies-49tq2l.thepokies-starit:after {
  background-image: url(../images/Cash.svg);
}

.thepokies-vjggnx .thepokies-1k4lta:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .thepokies-vjggnx .thepokies-1micoi {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .thepokies-vjggnx .thepokies-1micoi {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .thepokies-vjggnx .thepokies-1micoi {
    grid-template-columns: 1fr;
  }
  .thepokies-vjggnx .thepokies-n3954o {
    height: auto;
  }
  .thepokies-vjggnx .thepokies-n3954o .thepokies-a2bje8 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .thepokies-vjggnx .thepokies-jkxlav,
  .thepokies-vjggnx .thepokies-k4pbrt {
    text-align: left;
  }
  .thepokies-vjggnx .thepokies-k4pbrt {
    margin-bottom: 8px;
  }
  .thepokies-vjggnx img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.thepokies-xtlw18 {
  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;
}

.thepokies-xtlw18.thepokies-ye7t1i {
  display: block;
}

.thepokies-xtlw18 .thepokies-61fzz9 {
  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;
}

.thepokies-xtlw18 .thepokies-tupfc8 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.thepokies-xtlw18 .thepokies-ut6hy7 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.thepokies-xtlw18 .thepokies-6xkiuo {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.thepokies-xtlw18 .thepokies-49tq2l {
  min-width: 296px;
  margin-bottom: 0;
}

.thepokies-xtlw18 .thepokies-dzmjve {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.thepokies-xtlw18 .thepokies-axpzqm {
  position: relative;
  flex: 1 1;
}

.thepokies-xtlw18 .thepokies-axpzqm iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .thepokies-xtlw18 .thepokies-tupfc8 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .thepokies-xtlw18 .thepokies-ut6hy7 {
    order: 1;
  }
  .thepokies-xtlw18 .thepokies-6xkiuo {
    order: 3;
    flex: 1 1 100%;
  }
  .thepokies-xtlw18 .thepokies-49tq2l {
    width: 100%;
    min-width: unset;
  }
  .thepokies-xtlw18 .thepokies-dzmjve {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .thepokies-x5ikm2 > .thepokies-i3jz04 {
    margin-bottom: 0;
  }
  .thepokies-x5ikm2 > .thepokies-wjao93,
  .thepokies-x5ikm2 > p {
    margin-top: 0;
  }
}

.thepokies-t0v7y5 img,
.thepokies-ioua1w img {
  width: auto;
  object-fit: contain;
}

.thepokies-t0v7y5 {
  align-items: center;
}

.thepokies-t0v7y5 img {
  max-height: 76px;
}

.thepokies-ioua1w img {
  max-height: 64px;
}

.thepokies-4xs0h2 {
  overflow: auto;
}

.thepokies-731i2o {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.thepokies-300a2x:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.thepokies-8891nu {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.thepokies-0llf77 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.thepokies-8891nu .thepokies-6blxpu {
  margin-right: 20px;
  flex-shrink: 0;
}

.thepokies-8891nu img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.thepokies-2cryk1 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.thepokies-2cryk1 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .thepokies-8891nu {
    padding: 15px 10px;
  }
  .thepokies-2cryk1 {
    padding: 15px 10px;
  }
  .thepokies-8891nu .thepokies-6blxpu {
    margin-right: 10px;
  }
}

.thepokies-p0x0tp {
  overflow-x: auto;
}

.thepokies-91y3tl {
  border-collapse: collapse;
  width: 100%;
}

.thepokies-p0x0tp th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.thepokies-p0x0tp td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.thepokies-p0x0tp td.thepokies-jo7yq0 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.thepokies-p0x0tp td.thepokies-1z61zd {
  border-right: none;
}

.thepokies-p0x0tp td.thepokies-1z61zd .thepokies-6blxpu {
  justify-content: flex-start;
}

.thepokies-p0x0tp td.thepokies-1z61zd .thepokies-6blxpu img {
  height: auto;
  width: 90px;
}

.thepokies-p0x0tp td.thepokies-pueqn8,
.thepokies-p0x0tp td.thepokies-wedrlx {
  font-weight: 600;
  text-align: right;
}

.thepokies-p0x0tp td.thepokies-v73sdu,
.thepokies-p0x0tp td.thepokies-pueqn8 {
  padding-bottom: 10px;
  border-bottom: none;
}

.thepokies-p0x0tp td.thepokies-pueqn8,
.thepokies-p0x0tp td.thepokies-wedrlx {
  border-left: none;
}

.thepokies-p0x0tp td.thepokies-v73sdu,
.thepokies-p0x0tp td.thepokies-nkk2vs {
  border-right: none;
}

.thepokies-p0x0tp td.thepokies-nkk2vs,
.thepokies-p0x0tp td.thepokies-wedrlx {
  border-top: none;
  padding-top: 10px;
}

.thepokies-7nwrkd {
  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;
}

.thepokies-7nwrkd .thepokies-w8wkqe {
  min-width: unset;
  width: 100%;
}

.thepokies-7nwrkd .thepokies-w8wkqe.thepokies-dxwsin {
  grid-column: 1/2;
  grid-row: 1/2;
}

.thepokies-7nwrkd .thepokies-w8wkqe.thepokies-q3zss8 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.thepokies-7nwrkd .thepokies-46kztk {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .thepokies-7nwrkd {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .thepokies-7nwrkd .thepokies-w8wkqe.thepokies-dxwsin {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .thepokies-7nwrkd .thepokies-w8wkqe.thepokies-q3zss8 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .thepokies-7nwrkd .thepokies-46kztk {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.thepokies-6e2o9z {
  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;
}

.thepokies-5z1m4j {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.thepokies-tn3yos p a img {
  margin: 0 auto;
  display: block;
}

.thepokies-tn3yos table {
  margin-bottom: 17px;
}

/* contanct form */
.thepokies-f1nf1g {
  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;
}

.thepokies-f1nf1g label {
  font-size: 14px;
}

.thepokies-f1nf1g h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.thepokies-f1nf1g input,
.thepokies-f1nf1g textarea,
.thepokies-f1nf1g 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;
}
.thepokies-f1nf1g button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.thepokies-g0f5k7 ease;
}
.thepokies-f1nf1g button:hover {
  background-color: #691204;
}
.thepokies-9cp17j {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.thepokies-6lanv7 ease-in;
}

.thepokies-9cp17j 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;
}
.thepokies-ejprzv, .thepokies-gb8m12, [class*="review-card"],
thead, thead th, table th, .thepokies-ububq9,
.thepokies-u481bu, [class*="collapsible-header"],
.thepokies-1m4a5u, [class*="updated-block"] {
  color: #ece7dc !important;
}
