@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);
}

.casino-mate-www7px {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.casino-mate-8jhiyo {
  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.casino-mate-6dqq4n,
ul.casino-mate-6dqq4n {
  padding-left: 20px;
}

ul.casino-mate-6dqq4n {
  list-style: disc;
}

ol.casino-mate-6dqq4n {
  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;
  }
}

.casino-mate-pwybs7 > .casino-mate-ya116w,
.casino-mate-pwybs7 > .casino-mate-1ut10n,
.casino-mate-pwybs7 > blockquote,
.casino-mate-pwybs7 > h1,
.casino-mate-pwybs7 > h2,
.casino-mate-pwybs7 > h3,
.casino-mate-pwybs7 > h4,
.casino-mate-pwybs7 > h5,
.casino-mate-pwybs7 > h6,
.casino-mate-pwybs7 > ol,
.casino-mate-pwybs7 > p,
.casino-mate-pwybs7 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.casino-mate-pwybs7 > ol,
.casino-mate-pwybs7 > ul {
  padding-left: 50px;
}

.casino-mate-pwybs7 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;
}

.casino-mate-pwybs7:not(:last-child) {
  margin-bottom: 2rem;
}

.casino-mate-pwybs7 > :not(:first-child) {
  margin-top: 2rem;
}

.casino-mate-pwybs7 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.casino-mate-pwybs7:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .casino-mate-pwybs7:first-child {
    margin-top: 20px;
  }
}

.casino-mate-pwybs7 > p:last-of-type {
  margin-bottom: 32px;
}

.casino-mate-pwybs7 > .casino-mate-vb5tl2:not(:first-child) {
  margin: 64px auto 16px auto;
}

.casino-mate-i57d1n > .casino-mate-vb5tl2 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.casino-mate-1ut10n {
  overflow: auto;
}

.casino-mate-1ut10n::-webkit-scrollbar {
  height: 5px;
}

.casino-mate-1ut10n table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.casino-mate-1ut10n table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.casino-mate-1ut10n table thead,
table thead {
  border-bottom: none;
}

.casino-mate-1ut10n table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.casino-mate-1ut10n table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.casino-mate-1ut10n table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.casino-mate-1ut10n .casino-mate-yce6vp {
  table-layout: auto;
}

.casino-mate-1ut10n .casino-mate-yce6vp th {
  word-break: normal;
}

.casino-mate-1ut10n .casino-mate-yce6vp td {
  word-break: normal;
}

.casino-mate-www7px .casino-mate-www7px {
  padding-right: 0;
  padding-left: 0;
}

.casino-mate-hx6k6p {
  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;
}

.casino-mate-83x9uq {
  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;
}

.casino-mate-qdattf {
  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;
}

.casino-mate-ya116w {
  margin-top: 24px;
}

.casino-mate-ya116w.casino-mate-hxrbbl {
  text-align: left;
}

.casino-mate-ya116w.casino-mate-fezns0 {
  text-align: right;
}

.casino-mate-ya116w.casino-mate-9z6qpe {
  text-align: center;
}

.casino-mate-kf1biy {
  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.casino-mate-3kt5gp ease-in-out;
  cursor: pointer;
}

.casino-mate-kf1biy:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.casino-mate-kf1biy {
  min-width: 328px;
}

@media (max-width: 768px) {
  .casino-mate-kf1biy {
    min-width: unset;
  }
}

.casino-mate-19y8cc {
  background-color: var(--fh-bg-color);
}

.casino-mate-q63xga {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.casino-mate-n3c5lv {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.casino-mate-n3c5lv img {
  max-height: 80px;
  object-fit: contain;
}

.casino-mate-h22dfr {
  flex: 1 1;
}

.casino-mate-xhf6ro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.casino-mate-utwtbo {
  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;
}

.casino-mate-utwtbo 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;
}

.casino-mate-utwtbo.casino-mate-3odk80 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.casino-mate-utwtbo.casino-mate-3odk80 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.casino-mate-utwtbo.casino-mate-3odk80 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.casino-mate-h22dfr + .casino-mate-xhf6ro {
  margin-left: 20px;
}

.casino-mate-3l2uso {
  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;
}

.casino-mate-3l2uso > svg {
  max-width: 24px;
  max-height: 24px;
}

.casino-mate-3l2uso + .casino-mate-3l2uso {
  margin-left: 5px;
}

.casino-mate-573o99 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.casino-mate-573o99:hover {
  background-color: var(--button-bg-hover);
}

.casino-mate-g1ayz9 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.casino-mate-3kt5gp ease-in-out;
  border: 1px solid var(--border-color);
}

.casino-mate-g1ayz9:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.casino-mate-wl74rs {
  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) {
  .casino-mate-h22dfr {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .casino-mate-wl74rs {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .casino-mate-h22dfr {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .casino-mate-3l2uso {
    min-width: unset;
    flex: 1 1;
  }
}

.casino-mate-h5bpmx {
  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;
}

.casino-mate-h5bpmx:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.casino-mate-h5bpmx:hover .casino-mate-39cqnw {
  opacity: 1;
  pointer-events: auto;
}

.casino-mate-dqldmg {
  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.casino-mate-e41uik ease-in-out;
  gap: 4px;
}

.casino-mate-dqldmg > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.casino-mate-dqldmg .casino-mate-hx6k6p img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.casino-mate-h7c5ws,
.casino-mate-dqldmg:hover {
  color: var(--button-bg-hover);
}

.casino-mate-c6y5s4 {
  position: relative;
}

.casino-mate-c6y5s4 .casino-mate-dqldmg {
  margin-right: 0;
  padding-right: 4px;
}

.casino-mate-6d9b01 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.casino-mate-c6y5s4.casino-mate-3odk80 .casino-mate-6d9b01 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.casino-mate-c6y5s4.casino-mate-3odk80 .casino-mate-39cqnw {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.casino-mate-c6y5s4.casino-mate-3odk80 .casino-mate-39cqnw::before {
  display: none;
}

.casino-mate-6d9b01 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.casino-mate-39cqnw {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.casino-mate-hbe43x 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.casino-mate-39cqnw::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.casino-mate-39cqnw:hover {
  color: var(--fh-bg-color);
}

.casino-mate-46ny95 {
  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.casino-mate-hbe43x 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.casino-mate-e41uik ease-in-out;
  -o-transition: 0.casino-mate-e41uik ease-in-out;
  transition: 0.casino-mate-e41uik ease-in-out;
}

.casino-mate-46ny95 .casino-mate-hx6k6p img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.casino-mate-trjk1o,
.casino-mate-46ny95:hover {
  color: var(--button-bg-hover);
}

.casino-mate-q06ggt {
  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%;
}

.casino-mate-q06ggt.casino-mate-lfg7n9 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.casino-mate-q06ggt.casino-mate-lfg7n9:after,
.casino-mate-q06ggt.casino-mate-lfg7n9:before {
  content: "";
  position: absolute;
  margin: auto;
}

.casino-mate-q06ggt.casino-mate-lfg7n9: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);
  }
}

.casino-mate-q06ggt.casino-mate-lfg7n9:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.casino-mate-q06ggt.casino-mate-lfg7n9 > * {
  z-index: 1;
}

.casino-mate-q06ggt b,
.casino-mate-q06ggt strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.casino-mate-q06ggt .casino-mate-t9zd64 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.casino-mate-q06ggt .casino-mate-tlaf56 {
  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;
}

.casino-mate-q06ggt .casino-mate-hx6k6p {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.casino-mate-q06ggt .casino-mate-yo6xrh {
  margin-top: 12px;
}

.casino-mate-yo6xrh {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.casino-mate-zjt3av {
  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;
}

.casino-mate-yo6xrh .casino-mate-qjbpd9 {
  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.casino-mate-3kt5gp ease-in-out;
}

.casino-mate-yo6xrh .casino-mate-qjbpd9:hover {
  background: rgba(255, 255, 255, 0.3);
}

.casino-mate-600nzq {
  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;
}

.casino-mate-q06ggt.casino-mate-twwy9v {
  gap: 12px;
  padding: 16px;
}

.casino-mate-q06ggt.casino-mate-twwy9v .casino-mate-600nzq {
  min-width: 240px;
}

.casino-mate-q06ggt.casino-mate-twwy9v .casino-mate-600nzq.casino-mate-1v1joa {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .casino-mate-q06ggt .casino-mate-t9zd64 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .casino-mate-q06ggt .casino-mate-tlaf56 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .casino-mate-q06ggt .casino-mate-hx6k6p {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .casino-mate-q06ggt.casino-mate-twwy9v .casino-mate-hx6k6p {
    max-width: 126px;
  }
  .casino-mate-q06ggt .casino-mate-yo6xrh {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .casino-mate-q06ggt .casino-mate-zjt3av {
    max-width: unset;
  }
  .casino-mate-600nzq {
    min-width: unset;
    width: 100%;
  }
  .casino-mate-q06ggt .casino-mate-600nzq {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .casino-mate-q06ggt.casino-mate-twwy9v {
    grid-template-rows: auto 1fr auto;
  }
  .casino-mate-q06ggt.casino-mate-twwy9v .casino-mate-600nzq {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .casino-mate-q06ggt {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .casino-mate-q06ggt .casino-mate-t9zd64 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .casino-mate-q06ggt .casino-mate-hx6k6p {
    max-width: 78px;
  }
  .casino-mate-q06ggt .casino-mate-yo6xrh {
    margin-top: -12px;
  }
  .casino-mate-q06ggt.casino-mate-twwy9v {
    gap: 8px;
  }
  .casino-mate-q06ggt.casino-mate-twwy9v .casino-mate-t9zd64 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .casino-mate-q06ggt.casino-mate-twwy9v .casino-mate-tlaf56 {
    grid-column: 1/3;
  }
  .casino-mate-q06ggt.casino-mate-twwy9v .casino-mate-hx6k6p {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .casino-mate-q06ggt.casino-mate-twwy9v .casino-mate-hx6k6p img {
    max-width: 114px;
  }
}

.casino-mate-600nzq.casino-mate-3lq13w,
.casino-mate-600nzq.casino-mate-9ujwlx,
.casino-mate-600nzq.casino-mate-0bcyke {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.casino-mate-3kt5gp ease-in-out;
}

.casino-mate-600nzq.casino-mate-3lq13w,
.casino-mate-600nzq.casino-mate-0bcyke {
  padding: 10px;
}

.casino-mate-600nzq.casino-mate-3lq13w:hover,
.casino-mate-600nzq.casino-mate-9ujwlx:hover,
.casino-mate-600nzq.casino-mate-0bcyke:hover {
  background: var(--button-bg-hover);
}

.casino-mate-600nzq.casino-mate-3lq13w:hover svg path,
.casino-mate-600nzq.casino-mate-0bcyke:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.casino-mate-600nzq.casino-mate-1v1joa {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.casino-mate-3kt5gp ease-in-out;
  background: var(--button-bg-color);
}

.casino-mate-600nzq.casino-mate-1v1joa:hover {
  background-color: var(--button-bg-hover);
}

.casino-mate-600nzq.casino-mate-9ujwlx: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);
  }
}

.casino-mate-600nzq.casino-mate-9ujwlx:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.casino-mate-600nzq.casino-mate-1v1joa:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.casino-mate-yvgujd {
  max-width: 650px;
}

.casino-mate-3aw965 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.casino-mate-vvpafi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.casino-mate-r9krn0 {
  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.casino-mate-e41uik ease-in-out;
  cursor: pointer;
}

.casino-mate-r9krn0:hover {
  opacity: 0.5;
}

.casino-mate-r9krn0:focus {
  outline: 0;
}

.casino-mate-r9krn0:focus .casino-mate-a9kpp9,
.casino-mate-r9krn0:hover .casino-mate-a9kpp9 {
  fill: red;
  fill-opacity: 1;
}

.casino-mate-r9krn0:hover {
  cursor: pointer;
}

.casino-mate-8jtjag {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.casino-mate-yvgujd.casino-mate-9z6qpe {
  margin: 0 auto;
}

.casino-mate-yvgujd.casino-mate-fezns0 {
  margin-left: auto;
}

.casino-mate-x59o3r {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.casino-mate-fnt2cq {
  padding-bottom: 50px;
}

.casino-mate-8lshk6 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.casino-mate-hr5eas {
  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;
}

.casino-mate-ku8cvi {
  margin-top: 24px;
}

.casino-mate-25gd5i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.casino-mate-7pw2d9 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.casino-mate-m2u6dh {
  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;
}

.casino-mate-7ppn53 {
  width: 468px;
}

.casino-mate-m2u6dh .casino-mate-39cqnw {
  margin: 0.casino-mate-zgrbgk 0;
}

.casino-mate-3u0y3q {
  display: flex;
  min-width: 224px;
}

.casino-mate-c0qh3u {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.casino-mate-e41uik ease-in-out;
}

.casino-mate-wuwrz7,
.casino-mate-c0qh3u:hover {
  color: var(--text-color);
}

.casino-mate-q93jyr {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.casino-mate-fxhvx6 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .casino-mate-x59o3r {
    padding: 16px;
  }
  .casino-mate-q93jyr {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .casino-mate-fxhvx6 {
    align-items: center;
  }
  .casino-mate-7ppn53 {
    width: unset;
  }
  .casino-mate-3u0y3q {
    min-width: unset;
  }
  .casino-mate-m2u6dh {
    max-height: unset;
  }
  .casino-mate-8lshk6 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .casino-mate-x59o3r {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.casino-mate-232ja9 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.casino-mate-232ja9:not(:last-child) {
  margin-bottom: 16px;
}

.casino-mate-7pkhwr {
  outline: 0;
}

.casino-mate-7pkhwr .casino-mate-wd8san {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.casino-mate-xu7cfu {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .casino-mate-xu7cfu {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.casino-mate-xu7cfu::-webkit-details-marker {
  display: none;
}

.casino-mate-xu7cfu: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;
}

.casino-mate-xu7cfu: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] .casino-mate-xu7cfu:after {
  transform: unset;
}

.casino-mate-wd8san {
  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);
}

.casino-mate-wd8san 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.casino-mate-e41uik ease-in-out;
  -o-transition: 0.casino-mate-e41uik ease-in-out;
  transition: 0.casino-mate-e41uik ease-in-out;
}

.casino-mate-kodcde {
  padding: 16px 0 0 0;
}

.casino-mate-kodcde * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .casino-mate-kodcde :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .casino-mate-xu7cfu {
    flex-wrap: wrap;
    gap: 12px;
  }
  .casino-mate-xu7cfu::after {
    margin-left: auto;
  }
  .casino-mate-wd8san {
    order: 3;
    flex: 1 1 100%;
  }
  .casino-mate-xu7cfu {
    font-size: 14px;
    line-height: 130%;
  }
  .casino-mate-wd8san svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.casino-mate-skp4nf {
  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;
}

.casino-mate-3k4c4g {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.casino-mate-skp4nf.casino-mate-3odk80 .casino-mate-3k4c4g {
  margin-bottom: 12px;
}

.casino-mate-3k4c4g::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;
}

.casino-mate-skp4nf.casino-mate-3odk80 .casino-mate-3k4c4g::after {
  transform: unset;
}

.casino-mate-frijoh {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.casino-mate-7oit2p {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.casino-mate-e41uik ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.casino-mate-7oit2p: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;
}

.casino-mate-skp4nf.casino-mate-3odk80 .casino-mate-frijoh {
  max-height: 100%;
}

.casino-mate-dc0dv4 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.casino-mate-81sro5 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.casino-mate-ffbyyb {
  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;
}

.casino-mate-znf75a {
  margin-right: 4px;
}

.casino-mate-326hk3 {
  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.casino-mate-e41uik ease-in-out;
}

.casino-mate-326hk3 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.casino-mate-zwph7e,
.casino-mate-326hk3:hover {
  color: var(--text-color);
}

.casino-mate-sjk7ff {
  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;
}

.casino-mate-sjk7ff img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.casino-mate-sjk7ff .casino-mate-p37h77 {
  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;
}

.casino-mate-sjk7ff .casino-mate-ec755x {
  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;
}

.casino-mate-aqv17i {
  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;
}

.casino-mate-cxgrvg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.casino-mate-0cwfh2 .casino-mate-www7px {
  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;
}

.casino-mate-0cwfh2 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.casino-mate-4df8yr {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.casino-mate-embdmk {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.casino-mate-p64lo5 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.casino-mate-6ppfwl 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;
}

.casino-mate-p64lo5:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.casino-mate-35tvzy {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.casino-mate-q9ewpj {
  -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.casino-mate-e41uik ease-in-out;
  transition: transform 0.casino-mate-e41uik ease-in-out;
  -o-transition: transform 0.casino-mate-e41uik ease-in-out;
  transition:
    transform 0.casino-mate-e41uik ease-in-out,
    -webkit-transform 0.casino-mate-e41uik ease-in-out;
  cursor: pointer;
}

.casino-mate-q9ewpj svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.casino-mate-q9ewpj: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;
}

.casino-mate-szh3ji {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .casino-mate-szh3ji {
    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);
}

.casino-mate-h7ll0a {
  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;
}

.casino-mate-mz36e9 {
  position: relative;
  width: 100%;
}

.casino-mate-h7ll0a.casino-mate-h4rn9t {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.casino-mate-h7ll0a.casino-mate-9z6qpe {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.casino-mate-h7ll0a.casino-mate-fezns0 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.casino-mate-m7fp0i {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.casino-mate-4n5nhp {
  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.casino-mate-e41uik ease-in-out;
  cursor: pointer;
}

.casino-mate-4n5nhp:hover {
  opacity: 0.5;
}

.casino-mate-h7ll0a.casino-mate-bi36o4 .casino-mate-4n5nhp {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.casino-mate-h7ll0a.casino-mate-bi36o4 .casino-mate-m7fp0i {
  cursor: pointer;
}

.casino-mate-6fy1ii {
  fill: #0009;
}

.casino-mate-2kpyti {
  fill: #fff;
}

.casino-mate-4n5nhp:hover .casino-mate-6fy1ii {
  fill: red;
}

.casino-mate-4n5nhp svg path {
  -webkit-transition: 0.casino-mate-e41uik ease-in-out;
  -o-transition: 0.casino-mate-e41uik ease-in-out;
  transition: 0.casino-mate-e41uik ease-in-out;
}

.casino-mate-onsrfm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.casino-mate-onsrfm > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.casino-mate-onsrfm.casino-mate-nr9xlj > :not(.get-image) {
  grid-column: 1/3;
}

.casino-mate-gr8c79:not(._h1-block) .casino-mate-onsrfm > .casino-mate-vb5tl2 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.casino-mate-onsrfm.casino-mate-nr9xlj .casino-mate-cd54xu {
  grid-column: 2/3;
}

.casino-mate-onsrfm.casino-mate-nr9xlj > .casino-mate-hx6k6p {
  grid-column: 1/2;
}

.casino-mate-onsrfm.casino-mate-nr9xlj > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.casino-mate-onsrfm > p:first-of-type {
  margin-top: 0;
}

.casino-mate-onsrfm .casino-mate-hx6k6p {
  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;
}

.casino-mate-gr8c79:not(._h1-block) .casino-mate-vb5tl2 ~ .casino-mate-hx6k6p {
  grid-row: 2/10;
}

.casino-mate-gr8c79.casino-mate-3s8aie .casino-mate-vb5tl2 ~ .casino-mate-hx6k6p {
  grid-row: 1/10;
}

.casino-mate-gr8c79.casino-mate-3s8aie > .casino-mate-vb5tl2 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.casino-mate-gr8c79.casino-mate-3s8aie .casino-mate-hx6k6p {
  grid-row: 1/10;
}

.casino-mate-onsrfm.casino-mate-15xr5l .casino-mate-hx6k6p {
  align-items: flex-start;
}

.casino-mate-onsrfm.casino-mate-9z6qpe .casino-mate-cd54xu {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.casino-mate-onsrfm.casino-mate-9z6qpe .casino-mate-hx6k6p {
  align-items: center;
}

.casino-mate-onsrfm.casino-mate-iqu5qx .casino-mate-hx6k6p {
  align-items: flex-end;
}

.casino-mate-cd54xu > :first-child {
  margin-top: 0;
}

.casino-mate-cd54xu > :last-child {
  margin-bottom: 0;
}

* + .casino-mate-xmmja6,
.casino-mate-gr8c79 + .casino-mate-gr8c79 {
  margin-top: 2rem;
}

.casino-mate-m3irtv td::before,
.casino-mate-m3irtv th::after {
  display: none !important;
}

.casino-mate-m3irtv #link-selector {
  color: #000;
}

.casino-mate-m3irtv .casino-mate-6odw92 {
  color: #135e96;
}

.casino-mate-m3irtv .casino-mate-67u0b2 *,
.casino-mate-m3irtv .casino-mate-66u5yr p,
.casino-mate-m3irtv .casino-mate-0ddocy * {
  color: #000;
}

.casino-mate-m3irtv .casino-mate-rwbwn2 {
  background: 0 0 !important;
}

.casino-mate-m3irtv .casino-mate-ailuj4 {
  color: #000;
}

.casino-mate-m3irtv .casino-mate-0exsqx.casino-mate-p1gjhf {
  color: #fff;
}

.casino-mate-m3irtv .casino-mate-zbduof {
  color: #000;
}

.casino-mate-m3irtv
  .casino-mate-zkol5h
  .casino-mate-nfrqot.casino-mate-p1gjhf.casino-mate-b0l7bk {
  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;
}

.casino-mate-edeutt,
body .casino-mate-2tsh1d {
  color: #000;
  background: var(--color-body) !important;
}

.casino-mate-edeutt .casino-mate-ob9ldj .casino-mate-4rsvui,
body .casino-mate-2tsh1d .casino-mate-ob9ldj .casino-mate-4rsvui {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .casino-mate-7oit2p:focus,
  .casino-mate-7oit2p:hover {
    color: #f9cb16;
  }
  .casino-mate-jiis3o:focus,
  .casino-mate-jiis3o:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .casino-mate-7qvkkb:focus img,
  .casino-mate-7qvkkb:focus svg,
  .casino-mate-7qvkkb:hover img,
  .casino-mate-7qvkkb:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .casino-mate-sjk7ff {
    display: none;
  }
}

@media (min-width: 1024px) {
  .casino-mate-c6y5s4:hover .casino-mate-6d9b01 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .casino-mate-6d9b01 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .casino-mate-f0p0x1 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .casino-mate-p5ysgo {
    grid-template-columns: repeat(4, 1fr);
  }
  .casino-mate-1cfby6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .casino-mate-dl1w8f .casino-mate-06jm8x {
    grid-template-columns: 1fr;
  }
  .casino-mate-dl1w8f .casino-mate-7pv1fd {
    -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;
  }
  .casino-mate-dl1w8f .casino-mate-80rfi3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .casino-mate-dl1w8f .casino-mate-n6pdug {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .casino-mate-dl1w8f .casino-mate-xc0d6d {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .casino-mate-dl1w8f .casino-mate-80rfi3:not(:first-child) {
    border: none;
  }
  .casino-mate-dl1w8f .casino-mate-80rfi3:first-child .casino-mate-n6pdug {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .casino-mate-dl1w8f .casino-mate-80rfi3:last-child .casino-mate-n6pdug {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .casino-mate-q63xga {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .casino-mate-n3c5lv {
    max-width: 100px;
  }
  .casino-mate-h22dfr {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .casino-mate-xhf6ro {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .casino-mate-xhf6ro svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .casino-mate-utwtbo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .casino-mate-h22dfr + .casino-mate-xhf6ro {
    margin-left: auto;
  }
  .casino-mate-r7w0er {
    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;
  }
  .casino-mate-r7w0er.casino-mate-3odk80 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .casino-mate-wl74rs {
    -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;
  }
  .casino-mate-h5bpmx {
    width: 100%;
  }
  .casino-mate-h5bpmx:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .casino-mate-dqldmg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .casino-mate-dqldmg svg {
    margin-right: 4px;
  }
  .casino-mate-c6y5s4 {
    -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;
  }
  .casino-mate-6d9b01 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .casino-mate-6d9b01 {
    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;
  }
  .casino-mate-39cqnw {
    display: none;
    width: 100%;
  }
  .casino-mate-c6y5s4.casino-mate-3odk80 .casino-mate-39cqnw {
    padding: 0 0 0 48px;
  }
  .casino-mate-46ny95 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .casino-mate-hr5eas .casino-mate-hx6k6p {
    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;
  }
  .casino-mate-5vhnf7 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .casino-mate-5vhnf7 + .casino-mate-5vhnf7 {
    margin-right: 0;
  }
  .casino-mate-5vhnf7 + .casino-mate-hx6k6p {
    margin: 0;
  }
  .casino-mate-f0p0x1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .casino-mate-p5ysgo {
    grid-template-columns: repeat(3, 1fr);
  }
  .casino-mate-pegghh,
  .casino-mate-zl45rs {
    grid-template-columns: repeat(2, 1fr);
  }
  .casino-mate-onsrfm {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .casino-mate-onsrfm.casino-mate-nr9xlj .casino-mate-cd54xu {
    grid-column: auto;
    grid-row: auto;
  }
  .casino-mate-onsrfm > .casino-mate-vb5tl2 {
    grid-column: 1/2;
  }
  .casino-mate-onsrfm.casino-mate-nr9xlj > :not(.get-image) {
    grid-column: 1/2;
  }
  .casino-mate-onsrfm .casino-mate-hx6k6p,
  .casino-mate-onsrfm.casino-mate-nr9xlj > .casino-mate-hx6k6p {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .casino-mate-onsrfm.casino-mate-nr9xlj > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .casino-mate-gr8c79.casino-mate-3s8aie .casino-mate-onsrfm > .casino-mate-hx6k6p {
    grid-row: 1/2;
  }
  .casino-mate-onsrfm .casino-mate-vb5tl2 ~ .casino-mate-hx6k6p,
  .casino-mate-onsrfm.casino-mate-nr9xlj .casino-mate-vb5tl2 ~ .casino-mate-hx6k6p {
    grid-row: 2/3;
  }
  .casino-mate-gr8c79.casino-mate-3s8aie .casino-mate-vb5tl2 ~ .casino-mate-hx6k6p {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .casino-mate-pwybs7:first-child .casino-mate-0b8ow2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .casino-mate-pwybs7:first-child .casino-mate-0b8ow2 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .casino-mate-pwybs7 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .casino-mate-pwybs7 {
    padding: 0;
  }
  .casino-mate-ya116w {
    margin-top: 1rem;
  }
  .casino-mate-7pkhwr {
    border-radius: 5px;
  }
  .casino-mate-24qydf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .casino-mate-3k4c4g::after {
    display: inline-block;
  }
  .casino-mate-3k4c4g {
    margin: 0;
    width: 100%;
  }
  .casino-mate-frijoh {
    width: 100%;
  }
  .casino-mate-frijoh.casino-mate-l388i7 {
    -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%;
  }
  .casino-mate-frijoh.casino-mate-l388i7 .casino-mate-v0dxb4 {
    width: 100%;
  }
  .casino-mate-frijoh.casino-mate-l388i7 .casino-mate-v0dxb4:not(:last-child) {
    margin-right: 0;
  }
  .casino-mate-7oit2p {
    width: 100%;
    text-align: center;
  }
  .casino-mate-skp4nf.casino-mate-3odk80 .casino-mate-frijoh {
    margin-top: 1rem;
  }
  .casino-mate-f0p0x1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .casino-mate-1cfby6,
  .casino-mate-p5ysgo {
    grid-template-columns: repeat(2, 1fr);
  }
  .casino-mate-pegghh,
  .casino-mate-zl45rs,
  .casino-mate-r3ing7 {
    grid-template-columns: 1fr;
  }
  .casino-mate-ikfv74 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .casino-mate-pakolt {
    min-width: 300px;
    max-width: 325px;
  }
  .casino-mate-n6pdug {
    cursor: auto;
  }
  .casino-mate-bhxxy9 .casino-mate-n6pdug {
    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;
  }
  .casino-mate-szh3ji {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .casino-mate-39cqnw {
    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) {
  .casino-mate-szh3ji {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.casino-mate-5vhnf7 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .casino-mate-xhf6ro {
    margin: 0 -0.2rem;
  }
  .casino-mate-5vhnf7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .casino-mate-qlivvm {
    -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;
  }
  .casino-mate-nc7qte {
    max-width: 100%;
  }
  .casino-mate-f0p0x1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .casino-mate-1cfby6,
  .casino-mate-p5ysgo {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .casino-mate-q63xga {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .casino-mate-xhf6ro {
    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;
  }
  .casino-mate-19y8cc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .casino-mate-3l2uso {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .casino-mate-p7jobj,
  .casino-mate-8304ls {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .casino-mate-kf1biy {
    width: 100%;
  }
  .casino-mate-f0p0x1 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .casino-mate-szh3ji {
    top: 127px !important;
  }
}

.casino-mate-q846e7 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .casino-mate-q846e7 {
  }
}

@media (max-width: 767px) {
  .casino-mate-q846e7 {
    margin-bottom: 12px;
  }
}

.casino-mate-q846e7 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.casino-mate-mxig2c {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.casino-mate-mxig2c > .casino-mate-3tpc4m {
  flex: 1 1;
}

@media (max-width: 767px) {
  .casino-mate-mxig2c {
    flex-direction: column;
    gap: 12px;
  }
}

.casino-mate-kuf4on {
  display: flex;
}

.casino-mate-kuf4on .casino-mate-w3dcqi {
  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;
}

.casino-mate-kuf4on .casino-mate-x5eyyz {
  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;
}

.casino-mate-kuf4on .casino-mate-jslg4g {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.casino-mate-kuf4on .casino-mate-5w6p0p {
  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));
  }
}

.casino-mate-kuf4on .casino-mate-5w6p0p:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.casino-mate-kuf4on .casino-mate-ez1wwt {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.casino-mate-doee8n {
  border: unset;
  background-color: unset;
}

.casino-mate-doee8n tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.casino-mate-doee8n .casino-mate-t0vuim,
.casino-mate-doee8n .casino-mate-f8wcaj {
  flex: 0 1 330px;
}

.casino-mate-doee8n .casino-mate-wt5js9 {
  flex: 1 1;
}

.casino-mate-doee8n tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.casino-mate-doee8n tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.casino-mate-doee8n tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.casino-mate-doee8n tr td p {
  color: #fff;
  margin: 0;
}

.casino-mate-doee8n tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.casino-mate-doee8n tr.casino-mate-t0vuim td p {
  padding: 16px 0;
}

.casino-mate-doee8n tr.casino-mate-t0vuim td p:not(:last-child),
.casino-mate-doee8n tr.casino-mate-f8wcaj td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.casino-mate-doee8n tr.casino-mate-t0vuim td p:first-child,
.casino-mate-doee8n tr.casino-mate-f8wcaj td p:first-child {
  padding-top: 0;
}

.casino-mate-doee8n tr.casino-mate-f8wcaj td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.casino-mate-doee8n tr.casino-mate-f8wcaj td p:last-child {
  padding-bottom: 0;
}

.casino-mate-doee8n .casino-mate-f8wcaj img {
  max-width: 32px;
}

.casino-mate-doee8n .casino-mate-wt5js9 {
  min-width: 718px;
}

.casino-mate-doee8n .casino-mate-wt5js9 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.casino-mate-doee8n .casino-mate-wt5js9 td {
  display: flex;
}

.casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-w4n934,
.casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-46jeb5,
.casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-eojfke {
  flex: 1 1 50%;
}

.casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-nvoxau {
  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;
}

.casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-d37rym,
.casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-ndv5w6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-w4n934,
.casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-46jeb5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-w4n934 span,
.casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-46jeb5 span {
  font-weight: 800;
}

.casino-mate-doee8n .casino-mate-wt5js9 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .casino-mate-doee8n .casino-mate-wt5js9 td .casino-mate-eojfke:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .casino-mate-doee8n tr.casino-mate-t0vuim td p:last-child {
    padding-bottom: 0;
  }
  .casino-mate-doee8n .casino-mate-f8wcaj > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .casino-mate-doee8n .casino-mate-f8wcaj > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .casino-mate-doee8n tr.casino-mate-t0vuim td p:not(:last-child),
  .casino-mate-doee8n tr.casino-mate-f8wcaj td p:not(:last-child) {
    border-bottom: unset;
  }
  .casino-mate-doee8n tr.casino-mate-f8wcaj td p:last-child {
    padding-bottom: 12px;
  }
  .casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-w4n934,
  .casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-46jeb5,
  .casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-eojfke {
    flex: 1 1 50%;
    padding: 0;
  }
  .casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-w4n934,
  .casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-46jeb5 {
    margin-top: 16px;
  }
  .casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-eojfke {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-w4n934 {
    border-right: 1px solid var(--border-color);
  }
  .casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-eojfke:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .casino-mate-doee8n .casino-mate-wt5js9 td:last-child .casino-mate-eojfke:last-child {
    padding-bottom: 0;
  }
}

.casino-mate-eojfke {
  display: flex;
  flex-direction: column;
}

.casino-mate-doee8n .casino-mate-wt5js9 td .casino-mate-eojfke {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.casino-mate-doee8n .casino-mate-wt5js9 td .casino-mate-eojfke:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.casino-mate-doee8n .casino-mate-wt5js9 td .casino-mate-eojfke:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .casino-mate-doee8n .casino-mate-wt5js9 td .casino-mate-eojfke:not(:first-child) {
    padding-left: 0;
  }
  .casino-mate-doee8n .casino-mate-wt5js9 td .casino-mate-eojfke:not(:last-of-type) {
    border-right: unset;
  }
}

.casino-mate-doee8n .casino-mate-vgmu8f {
  flex: 0 1 485px;
}

.casino-mate-doee8n .casino-mate-g3y2gm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.casino-mate-doee8n .casino-mate-g3y2gm li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.casino-mate-doee8n .casino-mate-g3y2gm li.casino-mate-2u9ef7 {
  padding: 6px 12px;
}

.casino-mate-doee8n .casino-mate-g3y2gm li a,
.casino-mate-doee8n .casino-mate-g3y2gm 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;
}

.casino-mate-doee8n .casino-mate-zgena4,
.casino-mate-doee8n .casino-mate-iqcluk {
  flex: 1 1;
}

.casino-mate-doee8n .casino-mate-tarimf,
.casino-mate-doee8n .casino-mate-o2p7a1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.casino-mate-doee8n .casino-mate-tarimf li,
.casino-mate-doee8n .casino-mate-o2p7a1 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.casino-mate-doee8n .casino-mate-iqcluk img {
  max-width: 32px;
}

.casino-mate-doee8n .casino-mate-zgena4 img {
  max-width: 32px;
}

.casino-mate-doee8n .casino-mate-8n7m90 {
  min-width: 280px;
}

.casino-mate-doee8n .casino-mate-8n7m90 img {
  max-width: 146px;
}

.casino-mate-doee8n .casino-mate-8n7m90 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .casino-mate-doee8n .casino-mate-t0vuim,
  .casino-mate-doee8n .casino-mate-f8wcaj {
    flex: 0 1 auto;
  }
  .casino-mate-doee8n .casino-mate-wt5js9 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .casino-mate-doee8n .casino-mate-t0vuim,
  .casino-mate-doee8n .casino-mate-vgmu8f,
  .casino-mate-doee8n .casino-mate-f8wcaj,
  .casino-mate-doee8n .casino-mate-wt5js9 {
    flex: 1 1 calc(50% - 20px);
  }
  .casino-mate-doee8n .casino-mate-zgena4,
  .casino-mate-doee8n .casino-mate-8n7m90,
  .casino-mate-doee8n .casino-mate-iqcluk {
    flex: 1 1 30%;
  }
  .casino-mate-doee8n .casino-mate-8n7m90 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .casino-mate-doee8n .casino-mate-t0vuim,
  .casino-mate-doee8n .casino-mate-vgmu8f,
  .casino-mate-doee8n .casino-mate-zgena4,
  .casino-mate-doee8n .casino-mate-f8wcaj,
  .casino-mate-doee8n .casino-mate-wt5js9,
  .casino-mate-doee8n .casino-mate-8n7m90,
  .casino-mate-doee8n .casino-mate-iqcluk {
    flex: 1 1 100%;
  }
}

.casino-mate-msr8up .casino-mate-v5cv67 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.casino-mate-msr8up .casino-mate-xef5xd {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.casino-mate-msr8up .casino-mate-8nek76 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.casino-mate-msr8up .casino-mate-4ndz9i {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.casino-mate-msr8up .casino-mate-4ndz9i > :nth-child(3) {
  margin-top: 0;
}

.casino-mate-msr8up .casino-mate-hx6k6p {
  grid-column: 2/3;
  grid-row: 1/10;
}

.casino-mate-msr8up .casino-mate-xcqixu {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.casino-mate-msr8up .casino-mate-ya116w {
  grid-column: 1/2;
}

.casino-mate-msr8up > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.casino-mate-msr8up .casino-mate-xef5xd: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;
}

.casino-mate-msr8up .casino-mate-xef5xd:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.casino-mate-msr8up .casino-mate-kf1biy {
  min-width: 240px;
}

@media (max-width: 768px) {
  .casino-mate-msr8up .casino-mate-xef5xd:not(:last-child):before {
    bottom: 8px;
  }
  .casino-mate-msr8up .casino-mate-xef5xd:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .casino-mate-msr8up .casino-mate-4ndz9i {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .casino-mate-msr8up .casino-mate-hx6k6p {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .casino-mate-msr8up .casino-mate-hx6k6p img {
    width: 100%;
    height: auto;
  }
  .casino-mate-msr8up .casino-mate-kf1biy {
    width: 100%;
    min-width: unset;
  }
}

.casino-mate-x97ufk .casino-mate-h3mak9 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.casino-mate-x97ufk .casino-mate-sannvf {
  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;
}

.casino-mate-x97ufk .casino-mate-hx6k6p {
  height: 100%;
}

.casino-mate-x97ufk .casino-mate-hx6k6p img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.casino-mate-x97ufk .casino-mate-es0cmg {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.casino-mate-x97ufk .casino-mate-atuuum {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.casino-mate-x97ufk .casino-mate-mq1e96 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .casino-mate-x97ufk .casino-mate-sannvf {
    flex: 1 1 100%;
  }
  .casino-mate-x97ufk .casino-mate-600nzq {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .casino-mate-x97ufk .casino-mate-sannvf {
    flex-direction: column;
  }
  .casino-mate-x97ufk .casino-mate-hx6k6p {
    width: 100%;
    height: auto;
  }
  .casino-mate-x97ufk .casino-mate-hx6k6p img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .casino-mate-x97ufk .casino-mate-es0cmg {
    padding: 0 16px 16px 16px;
  }
  .casino-mate-x97ufk .casino-mate-600nzq {
    min-width: unset;
    width: 100%;
  }
}

.casino-mate-3qvo5e .casino-mate-c6udnm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.casino-mate-3qvo5e .casino-mate-vgwnpu {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.casino-mate-3qvo5e 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;
}

.casino-mate-3qvo5e .casino-mate-nd8jwb {
  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;
}

.casino-mate-3qvo5e .casino-mate-vgwnpu:hover .casino-mate-nd8jwb {
  display: flex;
}

.casino-mate-3qvo5e .casino-mate-zjf6o6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.casino-mate-3qvo5e .casino-mate-lzsexp {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.casino-mate-m4p5jz {
  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;
}

.casino-mate-m4p5jz.casino-mate-isaegc {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.casino-mate-3kt5gp ease-in-out;
}

.casino-mate-m4p5jz.casino-mate-isaegc:hover {
  color: #f9cb16;
  background-color: transparent;
}

.casino-mate-3qvo5e .casino-mate-y2olns {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.casino-mate-3kt5gp ease-in-out;
}

.casino-mate-3qvo5e .casino-mate-y2olns:hover {
  color: #196948;
  background-color: #f9cb16;
}

.casino-mate-3qvo5e .casino-mate-y2olns:after,
.casino-mate-m4p5jz.casino-mate-isaegc:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.casino-mate-m4p5jz.casino-mate-isaegc:after {
  background-image: url(../images/Cash.svg);
}

.casino-mate-3qvo5e .casino-mate-y2olns:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .casino-mate-3qvo5e .casino-mate-c6udnm {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .casino-mate-3qvo5e .casino-mate-c6udnm {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .casino-mate-3qvo5e .casino-mate-c6udnm {
    grid-template-columns: 1fr;
  }
  .casino-mate-3qvo5e .casino-mate-vgwnpu {
    height: auto;
  }
  .casino-mate-3qvo5e .casino-mate-vgwnpu .casino-mate-nd8jwb {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .casino-mate-3qvo5e .casino-mate-zjf6o6,
  .casino-mate-3qvo5e .casino-mate-lzsexp {
    text-align: left;
  }
  .casino-mate-3qvo5e .casino-mate-lzsexp {
    margin-bottom: 8px;
  }
  .casino-mate-3qvo5e img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.casino-mate-vleeos {
  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;
}

.casino-mate-vleeos.casino-mate-bi36o4 {
  display: block;
}

.casino-mate-vleeos .casino-mate-bsps2j {
  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;
}

.casino-mate-vleeos .casino-mate-tz6xd6 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.casino-mate-vleeos .casino-mate-yv4cxn {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.casino-mate-vleeos .casino-mate-105dvc {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.casino-mate-vleeos .casino-mate-m4p5jz {
  min-width: 296px;
  margin-bottom: 0;
}

.casino-mate-vleeos .casino-mate-bot7u8 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.casino-mate-vleeos .casino-mate-tzhh0j {
  position: relative;
  flex: 1 1;
}

.casino-mate-vleeos .casino-mate-tzhh0j iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .casino-mate-vleeos .casino-mate-tz6xd6 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .casino-mate-vleeos .casino-mate-yv4cxn {
    order: 1;
  }
  .casino-mate-vleeos .casino-mate-105dvc {
    order: 3;
    flex: 1 1 100%;
  }
  .casino-mate-vleeos .casino-mate-m4p5jz {
    width: 100%;
    min-width: unset;
  }
  .casino-mate-vleeos .casino-mate-bot7u8 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .casino-mate-onsrfm > .casino-mate-vb5tl2 {
    margin-bottom: 0;
  }
  .casino-mate-onsrfm > .casino-mate-ya116w,
  .casino-mate-onsrfm > p {
    margin-top: 0;
  }
}

.casino-mate-kib9a6 img,
.casino-mate-5vhnf7 img {
  width: auto;
  object-fit: contain;
}

.casino-mate-kib9a6 {
  align-items: center;
}

.casino-mate-kib9a6 img {
  max-height: 76px;
}

.casino-mate-5vhnf7 img {
  max-height: 64px;
}

.casino-mate-bz5uen {
  overflow: auto;
}

.casino-mate-2nfkt7 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.casino-mate-tem5bq:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.casino-mate-d18p88 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.casino-mate-mfwajg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.casino-mate-d18p88 .casino-mate-hx6k6p {
  margin-right: 20px;
  flex-shrink: 0;
}

.casino-mate-d18p88 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.casino-mate-wklwv3 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.casino-mate-wklwv3 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .casino-mate-d18p88 {
    padding: 15px 10px;
  }
  .casino-mate-wklwv3 {
    padding: 15px 10px;
  }
  .casino-mate-d18p88 .casino-mate-hx6k6p {
    margin-right: 10px;
  }
}

.casino-mate-d4x4wr {
  overflow-x: auto;
}

.casino-mate-rjt61v {
  border-collapse: collapse;
  width: 100%;
}

.casino-mate-d4x4wr th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.casino-mate-d4x4wr td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.casino-mate-d4x4wr td.casino-mate-nlxrmf {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.casino-mate-d4x4wr td.casino-mate-vmvru9 {
  border-right: none;
}

.casino-mate-d4x4wr td.casino-mate-vmvru9 .casino-mate-hx6k6p {
  justify-content: flex-start;
}

.casino-mate-d4x4wr td.casino-mate-vmvru9 .casino-mate-hx6k6p img {
  height: auto;
  width: 90px;
}

.casino-mate-d4x4wr td.casino-mate-eulvhj,
.casino-mate-d4x4wr td.casino-mate-1wp5bl {
  font-weight: 600;
  text-align: right;
}

.casino-mate-d4x4wr td.casino-mate-m0n07t,
.casino-mate-d4x4wr td.casino-mate-eulvhj {
  padding-bottom: 10px;
  border-bottom: none;
}

.casino-mate-d4x4wr td.casino-mate-eulvhj,
.casino-mate-d4x4wr td.casino-mate-1wp5bl {
  border-left: none;
}

.casino-mate-d4x4wr td.casino-mate-m0n07t,
.casino-mate-d4x4wr td.casino-mate-6nz2ix {
  border-right: none;
}

.casino-mate-d4x4wr td.casino-mate-6nz2ix,
.casino-mate-d4x4wr td.casino-mate-1wp5bl {
  border-top: none;
  padding-top: 10px;
}

.casino-mate-l355ov {
  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;
}

.casino-mate-l355ov .casino-mate-600nzq {
  min-width: unset;
  width: 100%;
}

.casino-mate-l355ov .casino-mate-600nzq.casino-mate-3lq13w {
  grid-column: 1/2;
  grid-row: 1/2;
}

.casino-mate-l355ov .casino-mate-600nzq.casino-mate-0bcyke {
  grid-column: 2/3;
  grid-row: 1/2;
}

.casino-mate-l355ov .casino-mate-i67g4a {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .casino-mate-l355ov {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .casino-mate-l355ov .casino-mate-600nzq.casino-mate-3lq13w {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .casino-mate-l355ov .casino-mate-600nzq.casino-mate-0bcyke {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .casino-mate-l355ov .casino-mate-i67g4a {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.casino-mate-aj8v91 {
  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;
}

.casino-mate-kvdcw1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.casino-mate-i57d1n p a img {
  margin: 0 auto;
  display: block;
}

.casino-mate-i57d1n table {
  margin-bottom: 17px;
}

/* contanct form */
.casino-mate-4ptjpz {
  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;
}

.casino-mate-4ptjpz label {
  font-size: 14px;
}

.casino-mate-4ptjpz h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.casino-mate-4ptjpz input,
.casino-mate-4ptjpz textarea,
.casino-mate-4ptjpz 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;
}
.casino-mate-4ptjpz button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.casino-mate-3kt5gp ease;
}
.casino-mate-4ptjpz button:hover {
  background-color: #691204;
}
.casino-mate-483kzz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.casino-mate-z7goh1 ease-in;
}

.casino-mate-483kzz 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;
}
.casino-mate-8lhd17, .casino-mate-tlfqe9, [class*="review-card"],
thead, thead th, table th, .casino-mate-yhc2pr,
.casino-mate-mpkck9, [class*="collapsible-header"],
.casino-mate-732rxl, [class*="updated-block"] {
  color: #ece7dc !important;
}
