@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);
}

.blackpokies-1hclkl {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.blackpokies-9caow7 {
  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.blackpokies-xrhu4y,
ul.blackpokies-xrhu4y {
  padding-left: 20px;
}

ul.blackpokies-xrhu4y {
  list-style: disc;
}

ol.blackpokies-xrhu4y {
  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;
  }
}

.blackpokies-fp1zcq > .blackpokies-m6k3b8,
.blackpokies-fp1zcq > .blackpokies-jv0ty0,
.blackpokies-fp1zcq > blockquote,
.blackpokies-fp1zcq > h1,
.blackpokies-fp1zcq > h2,
.blackpokies-fp1zcq > h3,
.blackpokies-fp1zcq > h4,
.blackpokies-fp1zcq > h5,
.blackpokies-fp1zcq > h6,
.blackpokies-fp1zcq > ol,
.blackpokies-fp1zcq > p,
.blackpokies-fp1zcq > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.blackpokies-fp1zcq > ol,
.blackpokies-fp1zcq > ul {
  padding-left: 50px;
}

.blackpokies-fp1zcq 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;
}

.blackpokies-fp1zcq:not(:last-child) {
  margin-bottom: 2rem;
}

.blackpokies-fp1zcq > :not(:first-child) {
  margin-top: 2rem;
}

.blackpokies-fp1zcq {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blackpokies-fp1zcq:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .blackpokies-fp1zcq:first-child {
    margin-top: 20px;
  }
}

.blackpokies-fp1zcq > p:last-of-type {
  margin-bottom: 32px;
}

.blackpokies-fp1zcq > .blackpokies-abivwg:not(:first-child) {
  margin: 64px auto 16px auto;
}

.blackpokies-1y10x6 > .blackpokies-abivwg {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.blackpokies-jv0ty0 {
  overflow: auto;
}

.blackpokies-jv0ty0::-webkit-scrollbar {
  height: 5px;
}

.blackpokies-jv0ty0 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.blackpokies-jv0ty0 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.blackpokies-jv0ty0 table thead,
table thead {
  border-bottom: none;
}

.blackpokies-jv0ty0 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.blackpokies-jv0ty0 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.blackpokies-jv0ty0 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.blackpokies-jv0ty0 .blackpokies-nwyfmo {
  table-layout: auto;
}

.blackpokies-jv0ty0 .blackpokies-nwyfmo th {
  word-break: normal;
}

.blackpokies-jv0ty0 .blackpokies-nwyfmo td {
  word-break: normal;
}

.blackpokies-1hclkl .blackpokies-1hclkl {
  padding-right: 0;
  padding-left: 0;
}

.blackpokies-gwug8p {
  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;
}

.blackpokies-6obagy {
  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;
}

.blackpokies-770wav {
  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;
}

.blackpokies-m6k3b8 {
  margin-top: 24px;
}

.blackpokies-m6k3b8.blackpokies-eareqi {
  text-align: left;
}

.blackpokies-m6k3b8.blackpokies-dr9dza {
  text-align: right;
}

.blackpokies-m6k3b8.blackpokies-p37b9a {
  text-align: center;
}

.blackpokies-x9cssg {
  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.blackpokies-rxsbuh ease-in-out;
  cursor: pointer;
}

.blackpokies-x9cssg:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.blackpokies-x9cssg {
  min-width: 328px;
}

@media (max-width: 768px) {
  .blackpokies-x9cssg {
    min-width: unset;
  }
}

.blackpokies-u8tk6n {
  background-color: var(--fh-bg-color);
}

.blackpokies-gsdogg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.blackpokies-rt2mry {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.blackpokies-rt2mry img {
  max-height: 80px;
  object-fit: contain;
}

.blackpokies-0ejg4o {
  flex: 1 1;
}

.blackpokies-hmzq1q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.blackpokies-csxyzg {
  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;
}

.blackpokies-csxyzg 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;
}

.blackpokies-csxyzg.blackpokies-mzj1sj span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.blackpokies-csxyzg.blackpokies-mzj1sj span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.blackpokies-csxyzg.blackpokies-mzj1sj span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.blackpokies-0ejg4o + .blackpokies-hmzq1q {
  margin-left: 20px;
}

.blackpokies-ij0t4w {
  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;
}

.blackpokies-ij0t4w > svg {
  max-width: 24px;
  max-height: 24px;
}

.blackpokies-ij0t4w + .blackpokies-ij0t4w {
  margin-left: 5px;
}

.blackpokies-jf0u9u {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.blackpokies-jf0u9u:hover {
  background-color: var(--button-bg-hover);
}

.blackpokies-llpxh4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.blackpokies-rxsbuh ease-in-out;
  border: 1px solid var(--border-color);
}

.blackpokies-llpxh4:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.blackpokies-zegwrm {
  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) {
  .blackpokies-0ejg4o {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .blackpokies-zegwrm {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .blackpokies-0ejg4o {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .blackpokies-ij0t4w {
    min-width: unset;
    flex: 1 1;
  }
}

.blackpokies-k308l5 {
  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;
}

.blackpokies-k308l5:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.blackpokies-k308l5:hover .blackpokies-zdhnv0 {
  opacity: 1;
  pointer-events: auto;
}

.blackpokies-ce5fhx {
  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.blackpokies-fochsb ease-in-out;
  gap: 4px;
}

.blackpokies-ce5fhx > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.blackpokies-ce5fhx .blackpokies-gwug8p img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.blackpokies-2wijo8,
.blackpokies-ce5fhx:hover {
  color: var(--button-bg-hover);
}

.blackpokies-f0spiu {
  position: relative;
}

.blackpokies-f0spiu .blackpokies-ce5fhx {
  margin-right: 0;
  padding-right: 4px;
}

.blackpokies-gzqyqg svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.blackpokies-f0spiu.blackpokies-mzj1sj .blackpokies-gzqyqg svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.blackpokies-f0spiu.blackpokies-mzj1sj .blackpokies-zdhnv0 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.blackpokies-f0spiu.blackpokies-mzj1sj .blackpokies-zdhnv0::before {
  display: none;
}

.blackpokies-gzqyqg svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.blackpokies-zdhnv0 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.blackpokies-s8unat 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.blackpokies-zdhnv0::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.blackpokies-zdhnv0:hover {
  color: var(--fh-bg-color);
}

.blackpokies-v20on2 {
  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.blackpokies-s8unat 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.blackpokies-fochsb ease-in-out;
  -o-transition: 0.blackpokies-fochsb ease-in-out;
  transition: 0.blackpokies-fochsb ease-in-out;
}

.blackpokies-v20on2 .blackpokies-gwug8p img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.blackpokies-og592u,
.blackpokies-v20on2:hover {
  color: var(--button-bg-hover);
}

.blackpokies-7lyn6s {
  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%;
}

.blackpokies-7lyn6s.blackpokies-uepk23 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.blackpokies-7lyn6s.blackpokies-uepk23:after,
.blackpokies-7lyn6s.blackpokies-uepk23:before {
  content: "";
  position: absolute;
  margin: auto;
}

.blackpokies-7lyn6s.blackpokies-uepk23: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);
  }
}

.blackpokies-7lyn6s.blackpokies-uepk23:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.blackpokies-7lyn6s.blackpokies-uepk23 > * {
  z-index: 1;
}

.blackpokies-7lyn6s b,
.blackpokies-7lyn6s strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.blackpokies-7lyn6s .blackpokies-c1ibze {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.blackpokies-7lyn6s .blackpokies-hvg96l {
  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;
}

.blackpokies-7lyn6s .blackpokies-gwug8p {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.blackpokies-7lyn6s .blackpokies-bco76z {
  margin-top: 12px;
}

.blackpokies-bco76z {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.blackpokies-hjf7o4 {
  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;
}

.blackpokies-bco76z .blackpokies-je436j {
  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.blackpokies-rxsbuh ease-in-out;
}

.blackpokies-bco76z .blackpokies-je436j:hover {
  background: rgba(255, 255, 255, 0.3);
}

.blackpokies-afrjji {
  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;
}

.blackpokies-7lyn6s.blackpokies-d0qzpt {
  gap: 12px;
  padding: 16px;
}

.blackpokies-7lyn6s.blackpokies-d0qzpt .blackpokies-afrjji {
  min-width: 240px;
}

.blackpokies-7lyn6s.blackpokies-d0qzpt .blackpokies-afrjji.blackpokies-z2pp8k {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .blackpokies-7lyn6s .blackpokies-c1ibze {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .blackpokies-7lyn6s .blackpokies-hvg96l {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .blackpokies-7lyn6s .blackpokies-gwug8p {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .blackpokies-7lyn6s.blackpokies-d0qzpt .blackpokies-gwug8p {
    max-width: 126px;
  }
  .blackpokies-7lyn6s .blackpokies-bco76z {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .blackpokies-7lyn6s .blackpokies-hjf7o4 {
    max-width: unset;
  }
  .blackpokies-afrjji {
    min-width: unset;
    width: 100%;
  }
  .blackpokies-7lyn6s .blackpokies-afrjji {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .blackpokies-7lyn6s.blackpokies-d0qzpt {
    grid-template-rows: auto 1fr auto;
  }
  .blackpokies-7lyn6s.blackpokies-d0qzpt .blackpokies-afrjji {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .blackpokies-7lyn6s {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .blackpokies-7lyn6s .blackpokies-c1ibze {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .blackpokies-7lyn6s .blackpokies-gwug8p {
    max-width: 78px;
  }
  .blackpokies-7lyn6s .blackpokies-bco76z {
    margin-top: -12px;
  }
  .blackpokies-7lyn6s.blackpokies-d0qzpt {
    gap: 8px;
  }
  .blackpokies-7lyn6s.blackpokies-d0qzpt .blackpokies-c1ibze {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .blackpokies-7lyn6s.blackpokies-d0qzpt .blackpokies-hvg96l {
    grid-column: 1/3;
  }
  .blackpokies-7lyn6s.blackpokies-d0qzpt .blackpokies-gwug8p {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .blackpokies-7lyn6s.blackpokies-d0qzpt .blackpokies-gwug8p img {
    max-width: 114px;
  }
}

.blackpokies-afrjji.blackpokies-nwx1bs,
.blackpokies-afrjji.blackpokies-rlvlrn,
.blackpokies-afrjji.blackpokies-vaolxp {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.blackpokies-rxsbuh ease-in-out;
}

.blackpokies-afrjji.blackpokies-nwx1bs,
.blackpokies-afrjji.blackpokies-vaolxp {
  padding: 10px;
}

.blackpokies-afrjji.blackpokies-nwx1bs:hover,
.blackpokies-afrjji.blackpokies-rlvlrn:hover,
.blackpokies-afrjji.blackpokies-vaolxp:hover {
  background: var(--button-bg-hover);
}

.blackpokies-afrjji.blackpokies-nwx1bs:hover svg path,
.blackpokies-afrjji.blackpokies-vaolxp:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.blackpokies-afrjji.blackpokies-z2pp8k {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.blackpokies-rxsbuh ease-in-out;
  background: var(--button-bg-color);
}

.blackpokies-afrjji.blackpokies-z2pp8k:hover {
  background-color: var(--button-bg-hover);
}

.blackpokies-afrjji.blackpokies-rlvlrn: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);
  }
}

.blackpokies-afrjji.blackpokies-rlvlrn:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.blackpokies-afrjji.blackpokies-z2pp8k:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.blackpokies-7ifdxy {
  max-width: 650px;
}

.blackpokies-ntjbqk {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.blackpokies-4dymss {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blackpokies-r70ajc {
  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.blackpokies-fochsb ease-in-out;
  cursor: pointer;
}

.blackpokies-r70ajc:hover {
  opacity: 0.5;
}

.blackpokies-r70ajc:focus {
  outline: 0;
}

.blackpokies-r70ajc:focus .blackpokies-64zft7,
.blackpokies-r70ajc:hover .blackpokies-64zft7 {
  fill: red;
  fill-opacity: 1;
}

.blackpokies-r70ajc:hover {
  cursor: pointer;
}

.blackpokies-noebmj {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.blackpokies-7ifdxy.blackpokies-p37b9a {
  margin: 0 auto;
}

.blackpokies-7ifdxy.blackpokies-dr9dza {
  margin-left: auto;
}

.blackpokies-z4prsd {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.blackpokies-nielfy {
  padding-bottom: 50px;
}

.blackpokies-hzoqla {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.blackpokies-tr4xa7 {
  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;
}

.blackpokies-v18xeo {
  margin-top: 24px;
}

.blackpokies-m3lnjh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blackpokies-oww46h {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.blackpokies-mk7rw3 {
  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;
}

.blackpokies-a22y3s {
  width: 468px;
}

.blackpokies-mk7rw3 .blackpokies-zdhnv0 {
  margin: 0.blackpokies-qcblmj 0;
}

.blackpokies-hvolm5 {
  display: flex;
  min-width: 224px;
}

.blackpokies-ns5kcv {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.blackpokies-fochsb ease-in-out;
}

.blackpokies-wjq6yv,
.blackpokies-ns5kcv:hover {
  color: var(--text-color);
}

.blackpokies-zdbfll {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.blackpokies-g76hqm {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .blackpokies-z4prsd {
    padding: 16px;
  }
  .blackpokies-zdbfll {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .blackpokies-g76hqm {
    align-items: center;
  }
  .blackpokies-a22y3s {
    width: unset;
  }
  .blackpokies-hvolm5 {
    min-width: unset;
  }
  .blackpokies-mk7rw3 {
    max-height: unset;
  }
  .blackpokies-hzoqla {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .blackpokies-z4prsd {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.blackpokies-r62rjs {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.blackpokies-r62rjs:not(:last-child) {
  margin-bottom: 16px;
}

.blackpokies-o39fu9 {
  outline: 0;
}

.blackpokies-o39fu9 .blackpokies-ipavix {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.blackpokies-luzhci {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .blackpokies-luzhci {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.blackpokies-luzhci::-webkit-details-marker {
  display: none;
}

.blackpokies-luzhci: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;
}

.blackpokies-luzhci: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] .blackpokies-luzhci:after {
  transform: unset;
}

.blackpokies-ipavix {
  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);
}

.blackpokies-ipavix 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.blackpokies-fochsb ease-in-out;
  -o-transition: 0.blackpokies-fochsb ease-in-out;
  transition: 0.blackpokies-fochsb ease-in-out;
}

.blackpokies-o3id06 {
  padding: 16px 0 0 0;
}

.blackpokies-o3id06 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .blackpokies-o3id06 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .blackpokies-luzhci {
    flex-wrap: wrap;
    gap: 12px;
  }
  .blackpokies-luzhci::after {
    margin-left: auto;
  }
  .blackpokies-ipavix {
    order: 3;
    flex: 1 1 100%;
  }
  .blackpokies-luzhci {
    font-size: 14px;
    line-height: 130%;
  }
  .blackpokies-ipavix svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.blackpokies-dlcaqc {
  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;
}

.blackpokies-qn36de {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.blackpokies-dlcaqc.blackpokies-mzj1sj .blackpokies-qn36de {
  margin-bottom: 12px;
}

.blackpokies-qn36de::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;
}

.blackpokies-dlcaqc.blackpokies-mzj1sj .blackpokies-qn36de::after {
  transform: unset;
}

.blackpokies-v5yt0e {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.blackpokies-a1ps5t {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.blackpokies-fochsb ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.blackpokies-a1ps5t: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;
}

.blackpokies-dlcaqc.blackpokies-mzj1sj .blackpokies-v5yt0e {
  max-height: 100%;
}

.blackpokies-y61yoq {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.blackpokies-zkye2c {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.blackpokies-wmt9mz {
  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;
}

.blackpokies-kvmo6g {
  margin-right: 4px;
}

.blackpokies-aoi631 {
  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.blackpokies-fochsb ease-in-out;
}

.blackpokies-aoi631 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.blackpokies-gb576h,
.blackpokies-aoi631:hover {
  color: var(--text-color);
}

.blackpokies-e9rlgk {
  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;
}

.blackpokies-e9rlgk img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.blackpokies-e9rlgk .blackpokies-zervrc {
  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;
}

.blackpokies-e9rlgk .blackpokies-nbub9m {
  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;
}

.blackpokies-a85453 {
  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;
}

.blackpokies-uwqv6b {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blackpokies-0h9v5u .blackpokies-1hclkl {
  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;
}

.blackpokies-0h9v5u {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.blackpokies-mxxids {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.blackpokies-lvz0g5 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.blackpokies-g0pout {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.blackpokies-8cn782 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;
}

.blackpokies-g0pout:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.blackpokies-6zmp48 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.blackpokies-oorp6l {
  -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.blackpokies-fochsb ease-in-out;
  transition: transform 0.blackpokies-fochsb ease-in-out;
  -o-transition: transform 0.blackpokies-fochsb ease-in-out;
  transition:
    transform 0.blackpokies-fochsb ease-in-out,
    -webkit-transform 0.blackpokies-fochsb ease-in-out;
  cursor: pointer;
}

.blackpokies-oorp6l svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.blackpokies-oorp6l: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;
}

.blackpokies-hmkwfe {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .blackpokies-hmkwfe {
    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);
}

.blackpokies-hoy237 {
  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;
}

.blackpokies-gn7ari {
  position: relative;
  width: 100%;
}

.blackpokies-hoy237.blackpokies-9r6ddx {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blackpokies-hoy237.blackpokies-p37b9a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blackpokies-hoy237.blackpokies-dr9dza {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blackpokies-zbkjnb {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.blackpokies-q4ut2x {
  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.blackpokies-fochsb ease-in-out;
  cursor: pointer;
}

.blackpokies-q4ut2x:hover {
  opacity: 0.5;
}

.blackpokies-hoy237.blackpokies-so6hvh .blackpokies-q4ut2x {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.blackpokies-hoy237.blackpokies-so6hvh .blackpokies-zbkjnb {
  cursor: pointer;
}

.blackpokies-6anstd {
  fill: #0009;
}

.blackpokies-6syp5d {
  fill: #fff;
}

.blackpokies-q4ut2x:hover .blackpokies-6anstd {
  fill: red;
}

.blackpokies-q4ut2x svg path {
  -webkit-transition: 0.blackpokies-fochsb ease-in-out;
  -o-transition: 0.blackpokies-fochsb ease-in-out;
  transition: 0.blackpokies-fochsb ease-in-out;
}

.blackpokies-2d7jk9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.blackpokies-2d7jk9 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.blackpokies-2d7jk9.blackpokies-hljc4r > :not(.get-image) {
  grid-column: 1/3;
}

.blackpokies-cx1dkl:not(._h1-block) .blackpokies-2d7jk9 > .blackpokies-abivwg {
  grid-row: 1/2;
  grid-column: 1/3;
}

.blackpokies-2d7jk9.blackpokies-hljc4r .blackpokies-p4a0s7 {
  grid-column: 2/3;
}

.blackpokies-2d7jk9.blackpokies-hljc4r > .blackpokies-gwug8p {
  grid-column: 1/2;
}

.blackpokies-2d7jk9.blackpokies-hljc4r > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.blackpokies-2d7jk9 > p:first-of-type {
  margin-top: 0;
}

.blackpokies-2d7jk9 .blackpokies-gwug8p {
  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;
}

.blackpokies-cx1dkl:not(._h1-block) .blackpokies-abivwg ~ .blackpokies-gwug8p {
  grid-row: 2/10;
}

.blackpokies-cx1dkl.blackpokies-lh30i8 .blackpokies-abivwg ~ .blackpokies-gwug8p {
  grid-row: 1/10;
}

.blackpokies-cx1dkl.blackpokies-lh30i8 > .blackpokies-abivwg {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.blackpokies-cx1dkl.blackpokies-lh30i8 .blackpokies-gwug8p {
  grid-row: 1/10;
}

.blackpokies-2d7jk9.blackpokies-3j2ekr .blackpokies-gwug8p {
  align-items: flex-start;
}

.blackpokies-2d7jk9.blackpokies-p37b9a .blackpokies-p4a0s7 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.blackpokies-2d7jk9.blackpokies-p37b9a .blackpokies-gwug8p {
  align-items: center;
}

.blackpokies-2d7jk9.blackpokies-jqwhk1 .blackpokies-gwug8p {
  align-items: flex-end;
}

.blackpokies-p4a0s7 > :first-child {
  margin-top: 0;
}

.blackpokies-p4a0s7 > :last-child {
  margin-bottom: 0;
}

* + .blackpokies-slz6f4,
.blackpokies-cx1dkl + .blackpokies-cx1dkl {
  margin-top: 2rem;
}

.blackpokies-7inrir td::before,
.blackpokies-7inrir th::after {
  display: none !important;
}

.blackpokies-7inrir #link-selector {
  color: #000;
}

.blackpokies-7inrir .blackpokies-17bvxg {
  color: #135e96;
}

.blackpokies-7inrir .blackpokies-d514io *,
.blackpokies-7inrir .blackpokies-rxmq2p p,
.blackpokies-7inrir .blackpokies-fxzezp * {
  color: #000;
}

.blackpokies-7inrir .blackpokies-e423ep {
  background: 0 0 !important;
}

.blackpokies-7inrir .blackpokies-z5bjc8 {
  color: #000;
}

.blackpokies-7inrir .blackpokies-5tsgzy.blackpokies-gycbhh {
  color: #fff;
}

.blackpokies-7inrir .blackpokies-i5plwt {
  color: #000;
}

.blackpokies-7inrir
  .blackpokies-n6f867
  .blackpokies-3sihlf.blackpokies-gycbhh.blackpokies-lnpyro {
  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;
}

.blackpokies-eayxix,
body .blackpokies-20poh5 {
  color: #000;
  background: var(--color-body) !important;
}

.blackpokies-eayxix .blackpokies-r17cal .blackpokies-44tub8,
body .blackpokies-20poh5 .blackpokies-r17cal .blackpokies-44tub8 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .blackpokies-a1ps5t:focus,
  .blackpokies-a1ps5t:hover {
    color: #f9cb16;
  }
  .blackpokies-k6di0z:focus,
  .blackpokies-k6di0z:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .blackpokies-0p0uam:focus img,
  .blackpokies-0p0uam:focus svg,
  .blackpokies-0p0uam:hover img,
  .blackpokies-0p0uam:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .blackpokies-e9rlgk {
    display: none;
  }
}

@media (min-width: 1024px) {
  .blackpokies-f0spiu:hover .blackpokies-gzqyqg svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .blackpokies-gzqyqg {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .blackpokies-y900ls {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .blackpokies-8jjnb2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .blackpokies-3q4o0z {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .blackpokies-uz7xy1 .blackpokies-037xnu {
    grid-template-columns: 1fr;
  }
  .blackpokies-uz7xy1 .blackpokies-wcnxvb {
    -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;
  }
  .blackpokies-uz7xy1 .blackpokies-n7qovo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .blackpokies-uz7xy1 .blackpokies-3fj9g2 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .blackpokies-uz7xy1 .blackpokies-ak3llf {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .blackpokies-uz7xy1 .blackpokies-n7qovo:not(:first-child) {
    border: none;
  }
  .blackpokies-uz7xy1 .blackpokies-n7qovo:first-child .blackpokies-3fj9g2 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .blackpokies-uz7xy1 .blackpokies-n7qovo:last-child .blackpokies-3fj9g2 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .blackpokies-gsdogg {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .blackpokies-rt2mry {
    max-width: 100px;
  }
  .blackpokies-0ejg4o {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .blackpokies-hmzq1q {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .blackpokies-hmzq1q svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .blackpokies-csxyzg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .blackpokies-0ejg4o + .blackpokies-hmzq1q {
    margin-left: auto;
  }
  .blackpokies-s7prm3 {
    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;
  }
  .blackpokies-s7prm3.blackpokies-mzj1sj {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .blackpokies-zegwrm {
    -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;
  }
  .blackpokies-k308l5 {
    width: 100%;
  }
  .blackpokies-k308l5:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .blackpokies-ce5fhx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .blackpokies-ce5fhx svg {
    margin-right: 4px;
  }
  .blackpokies-f0spiu {
    -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;
  }
  .blackpokies-gzqyqg svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .blackpokies-gzqyqg {
    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;
  }
  .blackpokies-zdhnv0 {
    display: none;
    width: 100%;
  }
  .blackpokies-f0spiu.blackpokies-mzj1sj .blackpokies-zdhnv0 {
    padding: 0 0 0 48px;
  }
  .blackpokies-v20on2 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .blackpokies-tr4xa7 .blackpokies-gwug8p {
    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;
  }
  .blackpokies-ie1ksl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .blackpokies-ie1ksl + .blackpokies-ie1ksl {
    margin-right: 0;
  }
  .blackpokies-ie1ksl + .blackpokies-gwug8p {
    margin: 0;
  }
  .blackpokies-y900ls {
    grid-template-columns: repeat(4, 1fr);
  }
  .blackpokies-8jjnb2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .blackpokies-x6bhbb,
  .blackpokies-i9o45s {
    grid-template-columns: repeat(2, 1fr);
  }
  .blackpokies-2d7jk9 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .blackpokies-2d7jk9.blackpokies-hljc4r .blackpokies-p4a0s7 {
    grid-column: auto;
    grid-row: auto;
  }
  .blackpokies-2d7jk9 > .blackpokies-abivwg {
    grid-column: 1/2;
  }
  .blackpokies-2d7jk9.blackpokies-hljc4r > :not(.get-image) {
    grid-column: 1/2;
  }
  .blackpokies-2d7jk9 .blackpokies-gwug8p,
  .blackpokies-2d7jk9.blackpokies-hljc4r > .blackpokies-gwug8p {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .blackpokies-2d7jk9.blackpokies-hljc4r > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .blackpokies-cx1dkl.blackpokies-lh30i8 .blackpokies-2d7jk9 > .blackpokies-gwug8p {
    grid-row: 1/2;
  }
  .blackpokies-2d7jk9 .blackpokies-abivwg ~ .blackpokies-gwug8p,
  .blackpokies-2d7jk9.blackpokies-hljc4r .blackpokies-abivwg ~ .blackpokies-gwug8p {
    grid-row: 2/3;
  }
  .blackpokies-cx1dkl.blackpokies-lh30i8 .blackpokies-abivwg ~ .blackpokies-gwug8p {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .blackpokies-fp1zcq:first-child .blackpokies-ert6kc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blackpokies-fp1zcq:first-child .blackpokies-ert6kc h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .blackpokies-fp1zcq {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .blackpokies-fp1zcq {
    padding: 0;
  }
  .blackpokies-m6k3b8 {
    margin-top: 1rem;
  }
  .blackpokies-o39fu9 {
    border-radius: 5px;
  }
  .blackpokies-ytvqux {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blackpokies-qn36de::after {
    display: inline-block;
  }
  .blackpokies-qn36de {
    margin: 0;
    width: 100%;
  }
  .blackpokies-v5yt0e {
    width: 100%;
  }
  .blackpokies-v5yt0e.blackpokies-goltay {
    -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%;
  }
  .blackpokies-v5yt0e.blackpokies-goltay .blackpokies-uqeycl {
    width: 100%;
  }
  .blackpokies-v5yt0e.blackpokies-goltay .blackpokies-uqeycl:not(:last-child) {
    margin-right: 0;
  }
  .blackpokies-a1ps5t {
    width: 100%;
    text-align: center;
  }
  .blackpokies-dlcaqc.blackpokies-mzj1sj .blackpokies-v5yt0e {
    margin-top: 1rem;
  }
  .blackpokies-y900ls {
    grid-template-columns: repeat(3, 1fr);
  }
  .blackpokies-3q4o0z,
  .blackpokies-8jjnb2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .blackpokies-x6bhbb,
  .blackpokies-i9o45s,
  .blackpokies-tgrmg9 {
    grid-template-columns: 1fr;
  }
  .blackpokies-zqbvuu {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .blackpokies-lbttwf {
    min-width: 300px;
    max-width: 325px;
  }
  .blackpokies-3fj9g2 {
    cursor: auto;
  }
  .blackpokies-4bmysk .blackpokies-3fj9g2 {
    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;
  }
  .blackpokies-hmkwfe {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .blackpokies-zdhnv0 {
    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) {
  .blackpokies-hmkwfe {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.blackpokies-ie1ksl p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .blackpokies-hmzq1q {
    margin: 0 -0.2rem;
  }
  .blackpokies-ie1ksl {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .blackpokies-fhaozw {
    -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;
  }
  .blackpokies-bb38vp {
    max-width: 100%;
  }
  .blackpokies-y900ls {
    grid-template-columns: repeat(2, 1fr);
  }
  .blackpokies-3q4o0z,
  .blackpokies-8jjnb2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .blackpokies-gsdogg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blackpokies-hmzq1q {
    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;
  }
  .blackpokies-u8tk6n {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blackpokies-ij0t4w {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .blackpokies-1x52pe,
  .blackpokies-hdaquh {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .blackpokies-x9cssg {
    width: 100%;
  }
  .blackpokies-y900ls {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .blackpokies-hmkwfe {
    top: 127px !important;
  }
}

.blackpokies-fgmdso {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .blackpokies-fgmdso {
  }
}

@media (max-width: 767px) {
  .blackpokies-fgmdso {
    margin-bottom: 12px;
  }
}

.blackpokies-fgmdso img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.blackpokies-huke2s {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.blackpokies-huke2s > .blackpokies-p7ddhu {
  flex: 1 1;
}

@media (max-width: 767px) {
  .blackpokies-huke2s {
    flex-direction: column;
    gap: 12px;
  }
}

.blackpokies-ro2jdb {
  display: flex;
}

.blackpokies-ro2jdb .blackpokies-av4sls {
  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;
}

.blackpokies-ro2jdb .blackpokies-2oxtf4 {
  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;
}

.blackpokies-ro2jdb .blackpokies-7smuoz {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.blackpokies-ro2jdb .blackpokies-px00bc {
  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));
  }
}

.blackpokies-ro2jdb .blackpokies-px00bc:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.blackpokies-ro2jdb .blackpokies-y9ez0l {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.blackpokies-1514h0 {
  border: unset;
  background-color: unset;
}

.blackpokies-1514h0 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.blackpokies-1514h0 .blackpokies-bnet6p,
.blackpokies-1514h0 .blackpokies-k7lobn {
  flex: 0 1 330px;
}

.blackpokies-1514h0 .blackpokies-xfrhm3 {
  flex: 1 1;
}

.blackpokies-1514h0 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.blackpokies-1514h0 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.blackpokies-1514h0 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.blackpokies-1514h0 tr td p {
  color: #fff;
  margin: 0;
}

.blackpokies-1514h0 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.blackpokies-1514h0 tr.blackpokies-bnet6p td p {
  padding: 16px 0;
}

.blackpokies-1514h0 tr.blackpokies-bnet6p td p:not(:last-child),
.blackpokies-1514h0 tr.blackpokies-k7lobn td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.blackpokies-1514h0 tr.blackpokies-bnet6p td p:first-child,
.blackpokies-1514h0 tr.blackpokies-k7lobn td p:first-child {
  padding-top: 0;
}

.blackpokies-1514h0 tr.blackpokies-k7lobn td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.blackpokies-1514h0 tr.blackpokies-k7lobn td p:last-child {
  padding-bottom: 0;
}

.blackpokies-1514h0 .blackpokies-k7lobn img {
  max-width: 32px;
}

.blackpokies-1514h0 .blackpokies-xfrhm3 {
  min-width: 718px;
}

.blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.blackpokies-1514h0 .blackpokies-xfrhm3 td {
  display: flex;
}

.blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-jvjgrh,
.blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-jemhrs,
.blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-j7zlhe {
  flex: 1 1 50%;
}

.blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-uej93n {
  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;
}

.blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-bomp38,
.blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-h9cl64 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-jvjgrh,
.blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-jemhrs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-jvjgrh span,
.blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-jemhrs span {
  font-weight: 800;
}

.blackpokies-1514h0 .blackpokies-xfrhm3 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .blackpokies-1514h0 .blackpokies-xfrhm3 td .blackpokies-j7zlhe:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .blackpokies-1514h0 tr.blackpokies-bnet6p td p:last-child {
    padding-bottom: 0;
  }
  .blackpokies-1514h0 .blackpokies-k7lobn > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .blackpokies-1514h0 .blackpokies-k7lobn > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .blackpokies-1514h0 tr.blackpokies-bnet6p td p:not(:last-child),
  .blackpokies-1514h0 tr.blackpokies-k7lobn td p:not(:last-child) {
    border-bottom: unset;
  }
  .blackpokies-1514h0 tr.blackpokies-k7lobn td p:last-child {
    padding-bottom: 12px;
  }
  .blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-jvjgrh,
  .blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-jemhrs,
  .blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-j7zlhe {
    flex: 1 1 50%;
    padding: 0;
  }
  .blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-jvjgrh,
  .blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-jemhrs {
    margin-top: 16px;
  }
  .blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-j7zlhe {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-jvjgrh {
    border-right: 1px solid var(--border-color);
  }
  .blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-j7zlhe:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .blackpokies-1514h0 .blackpokies-xfrhm3 td:last-child .blackpokies-j7zlhe:last-child {
    padding-bottom: 0;
  }
}

.blackpokies-j7zlhe {
  display: flex;
  flex-direction: column;
}

.blackpokies-1514h0 .blackpokies-xfrhm3 td .blackpokies-j7zlhe {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.blackpokies-1514h0 .blackpokies-xfrhm3 td .blackpokies-j7zlhe:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.blackpokies-1514h0 .blackpokies-xfrhm3 td .blackpokies-j7zlhe:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .blackpokies-1514h0 .blackpokies-xfrhm3 td .blackpokies-j7zlhe:not(:first-child) {
    padding-left: 0;
  }
  .blackpokies-1514h0 .blackpokies-xfrhm3 td .blackpokies-j7zlhe:not(:last-of-type) {
    border-right: unset;
  }
}

.blackpokies-1514h0 .blackpokies-jpm8dh {
  flex: 0 1 485px;
}

.blackpokies-1514h0 .blackpokies-x4ihim {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.blackpokies-1514h0 .blackpokies-x4ihim li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.blackpokies-1514h0 .blackpokies-x4ihim li.blackpokies-o7psdd {
  padding: 6px 12px;
}

.blackpokies-1514h0 .blackpokies-x4ihim li a,
.blackpokies-1514h0 .blackpokies-x4ihim 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;
}

.blackpokies-1514h0 .blackpokies-7ihjva,
.blackpokies-1514h0 .blackpokies-sve8u7 {
  flex: 1 1;
}

.blackpokies-1514h0 .blackpokies-em2ed5,
.blackpokies-1514h0 .blackpokies-p0y55v {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.blackpokies-1514h0 .blackpokies-em2ed5 li,
.blackpokies-1514h0 .blackpokies-p0y55v li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.blackpokies-1514h0 .blackpokies-sve8u7 img {
  max-width: 32px;
}

.blackpokies-1514h0 .blackpokies-7ihjva img {
  max-width: 32px;
}

.blackpokies-1514h0 .blackpokies-800i9c {
  min-width: 280px;
}

.blackpokies-1514h0 .blackpokies-800i9c img {
  max-width: 146px;
}

.blackpokies-1514h0 .blackpokies-800i9c td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .blackpokies-1514h0 .blackpokies-bnet6p,
  .blackpokies-1514h0 .blackpokies-k7lobn {
    flex: 0 1 auto;
  }
  .blackpokies-1514h0 .blackpokies-xfrhm3 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .blackpokies-1514h0 .blackpokies-bnet6p,
  .blackpokies-1514h0 .blackpokies-jpm8dh,
  .blackpokies-1514h0 .blackpokies-k7lobn,
  .blackpokies-1514h0 .blackpokies-xfrhm3 {
    flex: 1 1 calc(50% - 20px);
  }
  .blackpokies-1514h0 .blackpokies-7ihjva,
  .blackpokies-1514h0 .blackpokies-800i9c,
  .blackpokies-1514h0 .blackpokies-sve8u7 {
    flex: 1 1 30%;
  }
  .blackpokies-1514h0 .blackpokies-800i9c {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .blackpokies-1514h0 .blackpokies-bnet6p,
  .blackpokies-1514h0 .blackpokies-jpm8dh,
  .blackpokies-1514h0 .blackpokies-7ihjva,
  .blackpokies-1514h0 .blackpokies-k7lobn,
  .blackpokies-1514h0 .blackpokies-xfrhm3,
  .blackpokies-1514h0 .blackpokies-800i9c,
  .blackpokies-1514h0 .blackpokies-sve8u7 {
    flex: 1 1 100%;
  }
}

.blackpokies-rksnpc .blackpokies-lujgl8 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blackpokies-rksnpc .blackpokies-0p6zhy {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.blackpokies-rksnpc .blackpokies-t1t8cu {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.blackpokies-rksnpc .blackpokies-sphk2z {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.blackpokies-rksnpc .blackpokies-sphk2z > :nth-child(3) {
  margin-top: 0;
}

.blackpokies-rksnpc .blackpokies-gwug8p {
  grid-column: 2/3;
  grid-row: 1/10;
}

.blackpokies-rksnpc .blackpokies-nv6d0l {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.blackpokies-rksnpc .blackpokies-m6k3b8 {
  grid-column: 1/2;
}

.blackpokies-rksnpc > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.blackpokies-rksnpc .blackpokies-0p6zhy: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;
}

.blackpokies-rksnpc .blackpokies-0p6zhy:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.blackpokies-rksnpc .blackpokies-x9cssg {
  min-width: 240px;
}

@media (max-width: 768px) {
  .blackpokies-rksnpc .blackpokies-0p6zhy:not(:last-child):before {
    bottom: 8px;
  }
  .blackpokies-rksnpc .blackpokies-0p6zhy:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .blackpokies-rksnpc .blackpokies-sphk2z {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .blackpokies-rksnpc .blackpokies-gwug8p {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .blackpokies-rksnpc .blackpokies-gwug8p img {
    width: 100%;
    height: auto;
  }
  .blackpokies-rksnpc .blackpokies-x9cssg {
    width: 100%;
    min-width: unset;
  }
}

.blackpokies-fhlyom .blackpokies-pd4vg2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.blackpokies-fhlyom .blackpokies-pbqnlp {
  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;
}

.blackpokies-fhlyom .blackpokies-gwug8p {
  height: 100%;
}

.blackpokies-fhlyom .blackpokies-gwug8p img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.blackpokies-fhlyom .blackpokies-r9ochu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.blackpokies-fhlyom .blackpokies-w75wan {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.blackpokies-fhlyom .blackpokies-0ech79 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .blackpokies-fhlyom .blackpokies-pbqnlp {
    flex: 1 1 100%;
  }
  .blackpokies-fhlyom .blackpokies-afrjji {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .blackpokies-fhlyom .blackpokies-pbqnlp {
    flex-direction: column;
  }
  .blackpokies-fhlyom .blackpokies-gwug8p {
    width: 100%;
    height: auto;
  }
  .blackpokies-fhlyom .blackpokies-gwug8p img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .blackpokies-fhlyom .blackpokies-r9ochu {
    padding: 0 16px 16px 16px;
  }
  .blackpokies-fhlyom .blackpokies-afrjji {
    min-width: unset;
    width: 100%;
  }
}

.blackpokies-vxubr4 .blackpokies-me74t5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.blackpokies-vxubr4 .blackpokies-udfp8o {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.blackpokies-vxubr4 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;
}

.blackpokies-vxubr4 .blackpokies-jocy6j {
  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;
}

.blackpokies-vxubr4 .blackpokies-udfp8o:hover .blackpokies-jocy6j {
  display: flex;
}

.blackpokies-vxubr4 .blackpokies-gzn1ha {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.blackpokies-vxubr4 .blackpokies-byr2de {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.blackpokies-47k166 {
  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;
}

.blackpokies-47k166.blackpokies-47uo8d {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.blackpokies-rxsbuh ease-in-out;
}

.blackpokies-47k166.blackpokies-47uo8d:hover {
  color: #f9cb16;
  background-color: transparent;
}

.blackpokies-vxubr4 .blackpokies-j56o3w {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.blackpokies-rxsbuh ease-in-out;
}

.blackpokies-vxubr4 .blackpokies-j56o3w:hover {
  color: #196948;
  background-color: #f9cb16;
}

.blackpokies-vxubr4 .blackpokies-j56o3w:after,
.blackpokies-47k166.blackpokies-47uo8d:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.blackpokies-47k166.blackpokies-47uo8d:after {
  background-image: url(../images/Cash.svg);
}

.blackpokies-vxubr4 .blackpokies-j56o3w:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .blackpokies-vxubr4 .blackpokies-me74t5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .blackpokies-vxubr4 .blackpokies-me74t5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blackpokies-vxubr4 .blackpokies-me74t5 {
    grid-template-columns: 1fr;
  }
  .blackpokies-vxubr4 .blackpokies-udfp8o {
    height: auto;
  }
  .blackpokies-vxubr4 .blackpokies-udfp8o .blackpokies-jocy6j {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .blackpokies-vxubr4 .blackpokies-gzn1ha,
  .blackpokies-vxubr4 .blackpokies-byr2de {
    text-align: left;
  }
  .blackpokies-vxubr4 .blackpokies-byr2de {
    margin-bottom: 8px;
  }
  .blackpokies-vxubr4 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.blackpokies-ilixof {
  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;
}

.blackpokies-ilixof.blackpokies-so6hvh {
  display: block;
}

.blackpokies-ilixof .blackpokies-ttjdzo {
  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;
}

.blackpokies-ilixof .blackpokies-7rg2r7 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.blackpokies-ilixof .blackpokies-pfuhl6 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.blackpokies-ilixof .blackpokies-mopou9 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.blackpokies-ilixof .blackpokies-47k166 {
  min-width: 296px;
  margin-bottom: 0;
}

.blackpokies-ilixof .blackpokies-r324mz {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.blackpokies-ilixof .blackpokies-qvdufe {
  position: relative;
  flex: 1 1;
}

.blackpokies-ilixof .blackpokies-qvdufe iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .blackpokies-ilixof .blackpokies-7rg2r7 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .blackpokies-ilixof .blackpokies-pfuhl6 {
    order: 1;
  }
  .blackpokies-ilixof .blackpokies-mopou9 {
    order: 3;
    flex: 1 1 100%;
  }
  .blackpokies-ilixof .blackpokies-47k166 {
    width: 100%;
    min-width: unset;
  }
  .blackpokies-ilixof .blackpokies-r324mz {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .blackpokies-2d7jk9 > .blackpokies-abivwg {
    margin-bottom: 0;
  }
  .blackpokies-2d7jk9 > .blackpokies-m6k3b8,
  .blackpokies-2d7jk9 > p {
    margin-top: 0;
  }
}

.blackpokies-2u7wxu img,
.blackpokies-ie1ksl img {
  width: auto;
  object-fit: contain;
}

.blackpokies-2u7wxu {
  align-items: center;
}

.blackpokies-2u7wxu img {
  max-height: 76px;
}

.blackpokies-ie1ksl img {
  max-height: 64px;
}

.blackpokies-e5cpr9 {
  overflow: auto;
}

.blackpokies-duqoyw {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.blackpokies-plnoy9:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.blackpokies-n4k4nw {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.blackpokies-g6jasa {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.blackpokies-n4k4nw .blackpokies-gwug8p {
  margin-right: 20px;
  flex-shrink: 0;
}

.blackpokies-n4k4nw img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.blackpokies-u8c2g9 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.blackpokies-u8c2g9 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .blackpokies-n4k4nw {
    padding: 15px 10px;
  }
  .blackpokies-u8c2g9 {
    padding: 15px 10px;
  }
  .blackpokies-n4k4nw .blackpokies-gwug8p {
    margin-right: 10px;
  }
}

.blackpokies-6x3vn6 {
  overflow-x: auto;
}

.blackpokies-chsmfe {
  border-collapse: collapse;
  width: 100%;
}

.blackpokies-6x3vn6 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.blackpokies-6x3vn6 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.blackpokies-6x3vn6 td.blackpokies-j1se81 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.blackpokies-6x3vn6 td.blackpokies-voar97 {
  border-right: none;
}

.blackpokies-6x3vn6 td.blackpokies-voar97 .blackpokies-gwug8p {
  justify-content: flex-start;
}

.blackpokies-6x3vn6 td.blackpokies-voar97 .blackpokies-gwug8p img {
  height: auto;
  width: 90px;
}

.blackpokies-6x3vn6 td.blackpokies-tdf87h,
.blackpokies-6x3vn6 td.blackpokies-nb4ypg {
  font-weight: 600;
  text-align: right;
}

.blackpokies-6x3vn6 td.blackpokies-xcxuyu,
.blackpokies-6x3vn6 td.blackpokies-tdf87h {
  padding-bottom: 10px;
  border-bottom: none;
}

.blackpokies-6x3vn6 td.blackpokies-tdf87h,
.blackpokies-6x3vn6 td.blackpokies-nb4ypg {
  border-left: none;
}

.blackpokies-6x3vn6 td.blackpokies-xcxuyu,
.blackpokies-6x3vn6 td.blackpokies-oj1gy2 {
  border-right: none;
}

.blackpokies-6x3vn6 td.blackpokies-oj1gy2,
.blackpokies-6x3vn6 td.blackpokies-nb4ypg {
  border-top: none;
  padding-top: 10px;
}

.blackpokies-2vluww {
  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;
}

.blackpokies-2vluww .blackpokies-afrjji {
  min-width: unset;
  width: 100%;
}

.blackpokies-2vluww .blackpokies-afrjji.blackpokies-nwx1bs {
  grid-column: 1/2;
  grid-row: 1/2;
}

.blackpokies-2vluww .blackpokies-afrjji.blackpokies-vaolxp {
  grid-column: 2/3;
  grid-row: 1/2;
}

.blackpokies-2vluww .blackpokies-wam6pc {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .blackpokies-2vluww {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .blackpokies-2vluww .blackpokies-afrjji.blackpokies-nwx1bs {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .blackpokies-2vluww .blackpokies-afrjji.blackpokies-vaolxp {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .blackpokies-2vluww .blackpokies-wam6pc {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.blackpokies-r4a4ov {
  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;
}

.blackpokies-p2z1f1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.blackpokies-1y10x6 p a img {
  margin: 0 auto;
  display: block;
}

.blackpokies-1y10x6 table {
  margin-bottom: 17px;
}

/* contanct form */
.blackpokies-358wpu {
  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;
}

.blackpokies-358wpu label {
  font-size: 14px;
}

.blackpokies-358wpu h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.blackpokies-358wpu input,
.blackpokies-358wpu textarea,
.blackpokies-358wpu 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;
}
.blackpokies-358wpu button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.blackpokies-rxsbuh ease;
}
.blackpokies-358wpu button:hover {
  background-color: #691204;
}
.blackpokies-ilvqa0 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.blackpokies-5uq8dh ease-in;
}

.blackpokies-ilvqa0 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;
}
.blackpokies-anmtqy, .blackpokies-3wqdlw, [class*="review-card"],
thead, thead th, table th, .blackpokies-argckp,
.blackpokies-bcp97t, [class*="collapsible-header"],
.blackpokies-q9cwdx, [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; }
