@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);
}

.boho-casino-5edo12 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.boho-casino-wvaw3j {
  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.boho-casino-djg9um,
ul.boho-casino-djg9um {
  padding-left: 20px;
}

ul.boho-casino-djg9um {
  list-style: disc;
}

ol.boho-casino-djg9um {
  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;
  }
}

.boho-casino-m9ossv > .boho-casino-80h3t6,
.boho-casino-m9ossv > .boho-casino-fl1pca,
.boho-casino-m9ossv > blockquote,
.boho-casino-m9ossv > h1,
.boho-casino-m9ossv > h2,
.boho-casino-m9ossv > h3,
.boho-casino-m9ossv > h4,
.boho-casino-m9ossv > h5,
.boho-casino-m9ossv > h6,
.boho-casino-m9ossv > ol,
.boho-casino-m9ossv > p,
.boho-casino-m9ossv > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.boho-casino-m9ossv > ol,
.boho-casino-m9ossv > ul {
  padding-left: 50px;
}

.boho-casino-m9ossv 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;
}

.boho-casino-m9ossv:not(:last-child) {
  margin-bottom: 2rem;
}

.boho-casino-m9ossv > :not(:first-child) {
  margin-top: 2rem;
}

.boho-casino-m9ossv {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.boho-casino-m9ossv:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .boho-casino-m9ossv:first-child {
    margin-top: 20px;
  }
}

.boho-casino-m9ossv > p:last-of-type {
  margin-bottom: 32px;
}

.boho-casino-m9ossv > .boho-casino-famw95:not(:first-child) {
  margin: 64px auto 16px auto;
}

.boho-casino-685il1 > .boho-casino-famw95 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.boho-casino-fl1pca {
  overflow: auto;
}

.boho-casino-fl1pca::-webkit-scrollbar {
  height: 5px;
}

.boho-casino-fl1pca table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.boho-casino-fl1pca table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.boho-casino-fl1pca table thead,
table thead {
  border-bottom: none;
}

.boho-casino-fl1pca table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.boho-casino-fl1pca table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.boho-casino-fl1pca table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.boho-casino-fl1pca .boho-casino-xc84y8 {
  table-layout: auto;
}

.boho-casino-fl1pca .boho-casino-xc84y8 th {
  word-break: normal;
}

.boho-casino-fl1pca .boho-casino-xc84y8 td {
  word-break: normal;
}

.boho-casino-5edo12 .boho-casino-5edo12 {
  padding-right: 0;
  padding-left: 0;
}

.boho-casino-lvcubj {
  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;
}

.boho-casino-4so8gt {
  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;
}

.boho-casino-u69spz {
  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;
}

.boho-casino-80h3t6 {
  margin-top: 24px;
}

.boho-casino-80h3t6.boho-casino-8dooqs {
  text-align: left;
}

.boho-casino-80h3t6.boho-casino-taql6t {
  text-align: right;
}

.boho-casino-80h3t6.boho-casino-07w0xg {
  text-align: center;
}

.boho-casino-bnd5jj {
  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.boho-casino-4qdrc5 ease-in-out;
  cursor: pointer;
}

.boho-casino-bnd5jj:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.boho-casino-bnd5jj {
  min-width: 328px;
}

@media (max-width: 768px) {
  .boho-casino-bnd5jj {
    min-width: unset;
  }
}

.boho-casino-0rybzy {
  background-color: var(--fh-bg-color);
}

.boho-casino-rgfb37 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.boho-casino-23xud0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.boho-casino-23xud0 img {
  max-height: 80px;
  object-fit: contain;
}

.boho-casino-3rmmcw {
  flex: 1 1;
}

.boho-casino-6qe2by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.boho-casino-okyitr {
  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;
}

.boho-casino-okyitr 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;
}

.boho-casino-okyitr.boho-casino-eayt8w span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.boho-casino-okyitr.boho-casino-eayt8w span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.boho-casino-okyitr.boho-casino-eayt8w span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.boho-casino-3rmmcw + .boho-casino-6qe2by {
  margin-left: 20px;
}

.boho-casino-6srqsg {
  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;
}

.boho-casino-6srqsg > svg {
  max-width: 24px;
  max-height: 24px;
}

.boho-casino-6srqsg + .boho-casino-6srqsg {
  margin-left: 5px;
}

.boho-casino-2t06ng {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.boho-casino-2t06ng:hover {
  background-color: var(--button-bg-hover);
}

.boho-casino-g4beky {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.boho-casino-4qdrc5 ease-in-out;
  border: 1px solid var(--border-color);
}

.boho-casino-g4beky:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.boho-casino-oly4gu {
  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) {
  .boho-casino-3rmmcw {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .boho-casino-oly4gu {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .boho-casino-3rmmcw {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .boho-casino-6srqsg {
    min-width: unset;
    flex: 1 1;
  }
}

.boho-casino-7vqi0s {
  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;
}

.boho-casino-7vqi0s:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.boho-casino-7vqi0s:hover .boho-casino-lo55dj {
  opacity: 1;
  pointer-events: auto;
}

.boho-casino-43rm04 {
  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.boho-casino-zj6vns ease-in-out;
  gap: 4px;
}

.boho-casino-43rm04 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.boho-casino-43rm04 .boho-casino-lvcubj img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.boho-casino-jxj73c,
.boho-casino-43rm04:hover {
  color: var(--button-bg-hover);
}

.boho-casino-6ovl8p {
  position: relative;
}

.boho-casino-6ovl8p .boho-casino-43rm04 {
  margin-right: 0;
  padding-right: 4px;
}

.boho-casino-z0fqmx svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.boho-casino-6ovl8p.boho-casino-eayt8w .boho-casino-z0fqmx svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.boho-casino-6ovl8p.boho-casino-eayt8w .boho-casino-lo55dj {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.boho-casino-6ovl8p.boho-casino-eayt8w .boho-casino-lo55dj::before {
  display: none;
}

.boho-casino-z0fqmx svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.boho-casino-lo55dj {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.boho-casino-da90qa 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.boho-casino-lo55dj::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.boho-casino-lo55dj:hover {
  color: var(--fh-bg-color);
}

.boho-casino-lqb3s2 {
  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.boho-casino-da90qa 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.boho-casino-zj6vns ease-in-out;
  -o-transition: 0.boho-casino-zj6vns ease-in-out;
  transition: 0.boho-casino-zj6vns ease-in-out;
}

.boho-casino-lqb3s2 .boho-casino-lvcubj img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.boho-casino-maxmqq,
.boho-casino-lqb3s2:hover {
  color: var(--button-bg-hover);
}

.boho-casino-fng8gm {
  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%;
}

.boho-casino-fng8gm.boho-casino-xvzh83 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.boho-casino-fng8gm.boho-casino-xvzh83:after,
.boho-casino-fng8gm.boho-casino-xvzh83:before {
  content: "";
  position: absolute;
  margin: auto;
}

.boho-casino-fng8gm.boho-casino-xvzh83: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);
  }
}

.boho-casino-fng8gm.boho-casino-xvzh83:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.boho-casino-fng8gm.boho-casino-xvzh83 > * {
  z-index: 1;
}

.boho-casino-fng8gm b,
.boho-casino-fng8gm strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.boho-casino-fng8gm .boho-casino-47s051 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.boho-casino-fng8gm .boho-casino-p1pior {
  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;
}

.boho-casino-fng8gm .boho-casino-lvcubj {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.boho-casino-fng8gm .boho-casino-1t2xjd {
  margin-top: 12px;
}

.boho-casino-1t2xjd {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.boho-casino-gvoe8q {
  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;
}

.boho-casino-1t2xjd .boho-casino-eu6k1v {
  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.boho-casino-4qdrc5 ease-in-out;
}

.boho-casino-1t2xjd .boho-casino-eu6k1v:hover {
  background: rgba(255, 255, 255, 0.3);
}

.boho-casino-yjhjie {
  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;
}

.boho-casino-fng8gm.boho-casino-n8aze4 {
  gap: 12px;
  padding: 16px;
}

.boho-casino-fng8gm.boho-casino-n8aze4 .boho-casino-yjhjie {
  min-width: 240px;
}

.boho-casino-fng8gm.boho-casino-n8aze4 .boho-casino-yjhjie.boho-casino-vgmri3 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .boho-casino-fng8gm .boho-casino-47s051 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .boho-casino-fng8gm .boho-casino-p1pior {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .boho-casino-fng8gm .boho-casino-lvcubj {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .boho-casino-fng8gm.boho-casino-n8aze4 .boho-casino-lvcubj {
    max-width: 126px;
  }
  .boho-casino-fng8gm .boho-casino-1t2xjd {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .boho-casino-fng8gm .boho-casino-gvoe8q {
    max-width: unset;
  }
  .boho-casino-yjhjie {
    min-width: unset;
    width: 100%;
  }
  .boho-casino-fng8gm .boho-casino-yjhjie {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .boho-casino-fng8gm.boho-casino-n8aze4 {
    grid-template-rows: auto 1fr auto;
  }
  .boho-casino-fng8gm.boho-casino-n8aze4 .boho-casino-yjhjie {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .boho-casino-fng8gm {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .boho-casino-fng8gm .boho-casino-47s051 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .boho-casino-fng8gm .boho-casino-lvcubj {
    max-width: 78px;
  }
  .boho-casino-fng8gm .boho-casino-1t2xjd {
    margin-top: -12px;
  }
  .boho-casino-fng8gm.boho-casino-n8aze4 {
    gap: 8px;
  }
  .boho-casino-fng8gm.boho-casino-n8aze4 .boho-casino-47s051 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .boho-casino-fng8gm.boho-casino-n8aze4 .boho-casino-p1pior {
    grid-column: 1/3;
  }
  .boho-casino-fng8gm.boho-casino-n8aze4 .boho-casino-lvcubj {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .boho-casino-fng8gm.boho-casino-n8aze4 .boho-casino-lvcubj img {
    max-width: 114px;
  }
}

.boho-casino-yjhjie.boho-casino-kkz6kx,
.boho-casino-yjhjie.boho-casino-nmyw2m,
.boho-casino-yjhjie.boho-casino-5gt3tz {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.boho-casino-4qdrc5 ease-in-out;
}

.boho-casino-yjhjie.boho-casino-kkz6kx,
.boho-casino-yjhjie.boho-casino-5gt3tz {
  padding: 10px;
}

.boho-casino-yjhjie.boho-casino-kkz6kx:hover,
.boho-casino-yjhjie.boho-casino-nmyw2m:hover,
.boho-casino-yjhjie.boho-casino-5gt3tz:hover {
  background: var(--button-bg-hover);
}

.boho-casino-yjhjie.boho-casino-kkz6kx:hover svg path,
.boho-casino-yjhjie.boho-casino-5gt3tz:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.boho-casino-yjhjie.boho-casino-vgmri3 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.boho-casino-4qdrc5 ease-in-out;
  background: var(--button-bg-color);
}

.boho-casino-yjhjie.boho-casino-vgmri3:hover {
  background-color: var(--button-bg-hover);
}

.boho-casino-yjhjie.boho-casino-nmyw2m: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);
  }
}

.boho-casino-yjhjie.boho-casino-nmyw2m:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.boho-casino-yjhjie.boho-casino-vgmri3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.boho-casino-uo8h3o {
  max-width: 650px;
}

.boho-casino-79voyk {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.boho-casino-dil8db {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.boho-casino-1kb0df {
  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.boho-casino-zj6vns ease-in-out;
  cursor: pointer;
}

.boho-casino-1kb0df:hover {
  opacity: 0.5;
}

.boho-casino-1kb0df:focus {
  outline: 0;
}

.boho-casino-1kb0df:focus .boho-casino-uybayt,
.boho-casino-1kb0df:hover .boho-casino-uybayt {
  fill: red;
  fill-opacity: 1;
}

.boho-casino-1kb0df:hover {
  cursor: pointer;
}

.boho-casino-uqxxnr {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.boho-casino-uo8h3o.boho-casino-07w0xg {
  margin: 0 auto;
}

.boho-casino-uo8h3o.boho-casino-taql6t {
  margin-left: auto;
}

.boho-casino-ykdjw7 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.boho-casino-3imvxj {
  padding-bottom: 50px;
}

.boho-casino-uxmgx6 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.boho-casino-dg5g0p {
  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;
}

.boho-casino-w5qs1d {
  margin-top: 24px;
}

.boho-casino-q3bmiq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.boho-casino-6r65zp {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.boho-casino-e3ccsw {
  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;
}

.boho-casino-1yo47o {
  width: 468px;
}

.boho-casino-e3ccsw .boho-casino-lo55dj {
  margin: 0.boho-casino-4u09mp 0;
}

.boho-casino-uxmz44 {
  display: flex;
  min-width: 224px;
}

.boho-casino-dfs04k {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.boho-casino-zj6vns ease-in-out;
}

.boho-casino-5erpz0,
.boho-casino-dfs04k:hover {
  color: var(--text-color);
}

.boho-casino-pr32b7 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.boho-casino-yxdf2z {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .boho-casino-ykdjw7 {
    padding: 16px;
  }
  .boho-casino-pr32b7 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .boho-casino-yxdf2z {
    align-items: center;
  }
  .boho-casino-1yo47o {
    width: unset;
  }
  .boho-casino-uxmz44 {
    min-width: unset;
  }
  .boho-casino-e3ccsw {
    max-height: unset;
  }
  .boho-casino-uxmgx6 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .boho-casino-ykdjw7 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.boho-casino-qyexiz {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.boho-casino-qyexiz:not(:last-child) {
  margin-bottom: 16px;
}

.boho-casino-8h0p7t {
  outline: 0;
}

.boho-casino-8h0p7t .boho-casino-te7qb1 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.boho-casino-iuq4im {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .boho-casino-iuq4im {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.boho-casino-iuq4im::-webkit-details-marker {
  display: none;
}

.boho-casino-iuq4im: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;
}

.boho-casino-iuq4im: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] .boho-casino-iuq4im:after {
  transform: unset;
}

.boho-casino-te7qb1 {
  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);
}

.boho-casino-te7qb1 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.boho-casino-zj6vns ease-in-out;
  -o-transition: 0.boho-casino-zj6vns ease-in-out;
  transition: 0.boho-casino-zj6vns ease-in-out;
}

.boho-casino-mk94hj {
  padding: 16px 0 0 0;
}

.boho-casino-mk94hj * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .boho-casino-mk94hj :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .boho-casino-iuq4im {
    flex-wrap: wrap;
    gap: 12px;
  }
  .boho-casino-iuq4im::after {
    margin-left: auto;
  }
  .boho-casino-te7qb1 {
    order: 3;
    flex: 1 1 100%;
  }
  .boho-casino-iuq4im {
    font-size: 14px;
    line-height: 130%;
  }
  .boho-casino-te7qb1 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.boho-casino-xifnnv {
  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;
}

.boho-casino-0ltmnq {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.boho-casino-xifnnv.boho-casino-eayt8w .boho-casino-0ltmnq {
  margin-bottom: 12px;
}

.boho-casino-0ltmnq::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;
}

.boho-casino-xifnnv.boho-casino-eayt8w .boho-casino-0ltmnq::after {
  transform: unset;
}

.boho-casino-yqh9hf {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.boho-casino-086iy5 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.boho-casino-zj6vns ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.boho-casino-086iy5: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;
}

.boho-casino-xifnnv.boho-casino-eayt8w .boho-casino-yqh9hf {
  max-height: 100%;
}

.boho-casino-pawgqt {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.boho-casino-f2thf9 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.boho-casino-sh8af7 {
  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;
}

.boho-casino-kry8c8 {
  margin-right: 4px;
}

.boho-casino-ohsf4o {
  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.boho-casino-zj6vns ease-in-out;
}

.boho-casino-ohsf4o svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.boho-casino-dpkbqa,
.boho-casino-ohsf4o:hover {
  color: var(--text-color);
}

.boho-casino-aps70g {
  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;
}

.boho-casino-aps70g img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.boho-casino-aps70g .boho-casino-erbswt {
  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;
}

.boho-casino-aps70g .boho-casino-7v52ou {
  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;
}

.boho-casino-w4r203 {
  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;
}

.boho-casino-qk1pyw {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.boho-casino-fuur9k .boho-casino-5edo12 {
  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;
}

.boho-casino-fuur9k {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.boho-casino-1o12pb {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.boho-casino-dw6zrn {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.boho-casino-tguw13 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.boho-casino-rdaobp 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;
}

.boho-casino-tguw13:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.boho-casino-04uunn {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.boho-casino-k4nwpy {
  -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.boho-casino-zj6vns ease-in-out;
  transition: transform 0.boho-casino-zj6vns ease-in-out;
  -o-transition: transform 0.boho-casino-zj6vns ease-in-out;
  transition:
    transform 0.boho-casino-zj6vns ease-in-out,
    -webkit-transform 0.boho-casino-zj6vns ease-in-out;
  cursor: pointer;
}

.boho-casino-k4nwpy svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.boho-casino-k4nwpy: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;
}

.boho-casino-nxntnr {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .boho-casino-nxntnr {
    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);
}

.boho-casino-tm01qz {
  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;
}

.boho-casino-mfkznb {
  position: relative;
  width: 100%;
}

.boho-casino-tm01qz.boho-casino-bt2y6f {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.boho-casino-tm01qz.boho-casino-07w0xg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.boho-casino-tm01qz.boho-casino-taql6t {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.boho-casino-6qrbtq {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.boho-casino-vpty65 {
  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.boho-casino-zj6vns ease-in-out;
  cursor: pointer;
}

.boho-casino-vpty65:hover {
  opacity: 0.5;
}

.boho-casino-tm01qz.boho-casino-m573jt .boho-casino-vpty65 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.boho-casino-tm01qz.boho-casino-m573jt .boho-casino-6qrbtq {
  cursor: pointer;
}

.boho-casino-8ry42x {
  fill: #0009;
}

.boho-casino-01vg9l {
  fill: #fff;
}

.boho-casino-vpty65:hover .boho-casino-8ry42x {
  fill: red;
}

.boho-casino-vpty65 svg path {
  -webkit-transition: 0.boho-casino-zj6vns ease-in-out;
  -o-transition: 0.boho-casino-zj6vns ease-in-out;
  transition: 0.boho-casino-zj6vns ease-in-out;
}

.boho-casino-e8j9np {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.boho-casino-e8j9np > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.boho-casino-e8j9np.boho-casino-sbesmw > :not(.get-image) {
  grid-column: 1/3;
}

.boho-casino-inc1zr:not(._h1-block) .boho-casino-e8j9np > .boho-casino-famw95 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.boho-casino-e8j9np.boho-casino-sbesmw .boho-casino-fumsa6 {
  grid-column: 2/3;
}

.boho-casino-e8j9np.boho-casino-sbesmw > .boho-casino-lvcubj {
  grid-column: 1/2;
}

.boho-casino-e8j9np.boho-casino-sbesmw > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.boho-casino-e8j9np > p:first-of-type {
  margin-top: 0;
}

.boho-casino-e8j9np .boho-casino-lvcubj {
  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;
}

.boho-casino-inc1zr:not(._h1-block) .boho-casino-famw95 ~ .boho-casino-lvcubj {
  grid-row: 2/10;
}

.boho-casino-inc1zr.boho-casino-uokp9l .boho-casino-famw95 ~ .boho-casino-lvcubj {
  grid-row: 1/10;
}

.boho-casino-inc1zr.boho-casino-uokp9l > .boho-casino-famw95 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.boho-casino-inc1zr.boho-casino-uokp9l .boho-casino-lvcubj {
  grid-row: 1/10;
}

.boho-casino-e8j9np.boho-casino-4ubc3v .boho-casino-lvcubj {
  align-items: flex-start;
}

.boho-casino-e8j9np.boho-casino-07w0xg .boho-casino-fumsa6 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.boho-casino-e8j9np.boho-casino-07w0xg .boho-casino-lvcubj {
  align-items: center;
}

.boho-casino-e8j9np.boho-casino-16pi7r .boho-casino-lvcubj {
  align-items: flex-end;
}

.boho-casino-fumsa6 > :first-child {
  margin-top: 0;
}

.boho-casino-fumsa6 > :last-child {
  margin-bottom: 0;
}

* + .boho-casino-xcai98,
.boho-casino-inc1zr + .boho-casino-inc1zr {
  margin-top: 2rem;
}

.boho-casino-mk7dod td::before,
.boho-casino-mk7dod th::after {
  display: none !important;
}

.boho-casino-mk7dod #link-selector {
  color: #000;
}

.boho-casino-mk7dod .boho-casino-gwzg7m {
  color: #135e96;
}

.boho-casino-mk7dod .boho-casino-mlt2uz *,
.boho-casino-mk7dod .boho-casino-bt7unu p,
.boho-casino-mk7dod .boho-casino-ley2eb * {
  color: #000;
}

.boho-casino-mk7dod .boho-casino-wc0gb1 {
  background: 0 0 !important;
}

.boho-casino-mk7dod .boho-casino-sga1d0 {
  color: #000;
}

.boho-casino-mk7dod .boho-casino-83t05o.boho-casino-mgs7pf {
  color: #fff;
}

.boho-casino-mk7dod .boho-casino-vx6i1k {
  color: #000;
}

.boho-casino-mk7dod
  .boho-casino-25vvqj
  .boho-casino-6x9vcd.boho-casino-mgs7pf.boho-casino-2v4pky {
  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;
}

.boho-casino-zb1owd,
body .boho-casino-hfmd4l {
  color: #000;
  background: var(--color-body) !important;
}

.boho-casino-zb1owd .boho-casino-6bheni .boho-casino-6j1r2l,
body .boho-casino-hfmd4l .boho-casino-6bheni .boho-casino-6j1r2l {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .boho-casino-086iy5:focus,
  .boho-casino-086iy5:hover {
    color: #f9cb16;
  }
  .boho-casino-vq599m:focus,
  .boho-casino-vq599m:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .boho-casino-fgfxcp:focus img,
  .boho-casino-fgfxcp:focus svg,
  .boho-casino-fgfxcp:hover img,
  .boho-casino-fgfxcp:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .boho-casino-aps70g {
    display: none;
  }
}

@media (min-width: 1024px) {
  .boho-casino-6ovl8p:hover .boho-casino-z0fqmx svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .boho-casino-z0fqmx {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .boho-casino-dh9u3p {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .boho-casino-wqlnrl {
    grid-template-columns: repeat(4, 1fr);
  }
  .boho-casino-6mtu7z {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .boho-casino-jamzmu .boho-casino-po1q4b {
    grid-template-columns: 1fr;
  }
  .boho-casino-jamzmu .boho-casino-ny8f2h {
    -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;
  }
  .boho-casino-jamzmu .boho-casino-05ckuc {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .boho-casino-jamzmu .boho-casino-mltlso {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .boho-casino-jamzmu .boho-casino-y6q41t {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .boho-casino-jamzmu .boho-casino-05ckuc:not(:first-child) {
    border: none;
  }
  .boho-casino-jamzmu .boho-casino-05ckuc:first-child .boho-casino-mltlso {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .boho-casino-jamzmu .boho-casino-05ckuc:last-child .boho-casino-mltlso {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .boho-casino-rgfb37 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .boho-casino-23xud0 {
    max-width: 100px;
  }
  .boho-casino-3rmmcw {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .boho-casino-6qe2by {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .boho-casino-6qe2by svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .boho-casino-okyitr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .boho-casino-3rmmcw + .boho-casino-6qe2by {
    margin-left: auto;
  }
  .boho-casino-yq9qt3 {
    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;
  }
  .boho-casino-yq9qt3.boho-casino-eayt8w {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .boho-casino-oly4gu {
    -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;
  }
  .boho-casino-7vqi0s {
    width: 100%;
  }
  .boho-casino-7vqi0s:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .boho-casino-43rm04 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .boho-casino-43rm04 svg {
    margin-right: 4px;
  }
  .boho-casino-6ovl8p {
    -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;
  }
  .boho-casino-z0fqmx svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .boho-casino-z0fqmx {
    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;
  }
  .boho-casino-lo55dj {
    display: none;
    width: 100%;
  }
  .boho-casino-6ovl8p.boho-casino-eayt8w .boho-casino-lo55dj {
    padding: 0 0 0 48px;
  }
  .boho-casino-lqb3s2 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .boho-casino-dg5g0p .boho-casino-lvcubj {
    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;
  }
  .boho-casino-r6vrba {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .boho-casino-r6vrba + .boho-casino-r6vrba {
    margin-right: 0;
  }
  .boho-casino-r6vrba + .boho-casino-lvcubj {
    margin: 0;
  }
  .boho-casino-dh9u3p {
    grid-template-columns: repeat(4, 1fr);
  }
  .boho-casino-wqlnrl {
    grid-template-columns: repeat(3, 1fr);
  }
  .boho-casino-tax8pp,
  .boho-casino-etzst9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .boho-casino-e8j9np {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .boho-casino-e8j9np.boho-casino-sbesmw .boho-casino-fumsa6 {
    grid-column: auto;
    grid-row: auto;
  }
  .boho-casino-e8j9np > .boho-casino-famw95 {
    grid-column: 1/2;
  }
  .boho-casino-e8j9np.boho-casino-sbesmw > :not(.get-image) {
    grid-column: 1/2;
  }
  .boho-casino-e8j9np .boho-casino-lvcubj,
  .boho-casino-e8j9np.boho-casino-sbesmw > .boho-casino-lvcubj {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .boho-casino-e8j9np.boho-casino-sbesmw > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .boho-casino-inc1zr.boho-casino-uokp9l .boho-casino-e8j9np > .boho-casino-lvcubj {
    grid-row: 1/2;
  }
  .boho-casino-e8j9np .boho-casino-famw95 ~ .boho-casino-lvcubj,
  .boho-casino-e8j9np.boho-casino-sbesmw .boho-casino-famw95 ~ .boho-casino-lvcubj {
    grid-row: 2/3;
  }
  .boho-casino-inc1zr.boho-casino-uokp9l .boho-casino-famw95 ~ .boho-casino-lvcubj {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .boho-casino-m9ossv:first-child .boho-casino-e5pdf8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .boho-casino-m9ossv:first-child .boho-casino-e5pdf8 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .boho-casino-m9ossv {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .boho-casino-m9ossv {
    padding: 0;
  }
  .boho-casino-80h3t6 {
    margin-top: 1rem;
  }
  .boho-casino-8h0p7t {
    border-radius: 5px;
  }
  .boho-casino-bvyzg5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .boho-casino-0ltmnq::after {
    display: inline-block;
  }
  .boho-casino-0ltmnq {
    margin: 0;
    width: 100%;
  }
  .boho-casino-yqh9hf {
    width: 100%;
  }
  .boho-casino-yqh9hf.boho-casino-lsf5jk {
    -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%;
  }
  .boho-casino-yqh9hf.boho-casino-lsf5jk .boho-casino-zt4akw {
    width: 100%;
  }
  .boho-casino-yqh9hf.boho-casino-lsf5jk .boho-casino-zt4akw:not(:last-child) {
    margin-right: 0;
  }
  .boho-casino-086iy5 {
    width: 100%;
    text-align: center;
  }
  .boho-casino-xifnnv.boho-casino-eayt8w .boho-casino-yqh9hf {
    margin-top: 1rem;
  }
  .boho-casino-dh9u3p {
    grid-template-columns: repeat(3, 1fr);
  }
  .boho-casino-6mtu7z,
  .boho-casino-wqlnrl {
    grid-template-columns: repeat(2, 1fr);
  }
  .boho-casino-tax8pp,
  .boho-casino-etzst9,
  .boho-casino-feikcx {
    grid-template-columns: 1fr;
  }
  .boho-casino-h3uoe3 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .boho-casino-2tg437 {
    min-width: 300px;
    max-width: 325px;
  }
  .boho-casino-mltlso {
    cursor: auto;
  }
  .boho-casino-227cxz .boho-casino-mltlso {
    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;
  }
  .boho-casino-nxntnr {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .boho-casino-lo55dj {
    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) {
  .boho-casino-nxntnr {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.boho-casino-r6vrba p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .boho-casino-6qe2by {
    margin: 0 -0.2rem;
  }
  .boho-casino-r6vrba {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .boho-casino-qk6p7p {
    -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;
  }
  .boho-casino-h48ixh {
    max-width: 100%;
  }
  .boho-casino-dh9u3p {
    grid-template-columns: repeat(2, 1fr);
  }
  .boho-casino-6mtu7z,
  .boho-casino-wqlnrl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .boho-casino-rgfb37 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .boho-casino-6qe2by {
    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;
  }
  .boho-casino-0rybzy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .boho-casino-6srqsg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .boho-casino-xx01m2,
  .boho-casino-9uqy3v {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .boho-casino-bnd5jj {
    width: 100%;
  }
  .boho-casino-dh9u3p {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .boho-casino-nxntnr {
    top: 127px !important;
  }
}

.boho-casino-uvwjgi {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .boho-casino-uvwjgi {
  }
}

@media (max-width: 767px) {
  .boho-casino-uvwjgi {
    margin-bottom: 12px;
  }
}

.boho-casino-uvwjgi img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.boho-casino-q5ikw6 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.boho-casino-q5ikw6 > .boho-casino-4lqza3 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .boho-casino-q5ikw6 {
    flex-direction: column;
    gap: 12px;
  }
}

.boho-casino-zc55my {
  display: flex;
}

.boho-casino-zc55my .boho-casino-tqi7zd {
  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;
}

.boho-casino-zc55my .boho-casino-ze8qrf {
  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;
}

.boho-casino-zc55my .boho-casino-flrjeh {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.boho-casino-zc55my .boho-casino-kigvn7 {
  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));
  }
}

.boho-casino-zc55my .boho-casino-kigvn7:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.boho-casino-zc55my .boho-casino-htr2ro {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.boho-casino-t45ik9 {
  border: unset;
  background-color: unset;
}

.boho-casino-t45ik9 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.boho-casino-t45ik9 .boho-casino-b7bug3,
.boho-casino-t45ik9 .boho-casino-5qfb2h {
  flex: 0 1 330px;
}

.boho-casino-t45ik9 .boho-casino-7vml26 {
  flex: 1 1;
}

.boho-casino-t45ik9 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.boho-casino-t45ik9 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.boho-casino-t45ik9 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.boho-casino-t45ik9 tr td p {
  color: #fff;
  margin: 0;
}

.boho-casino-t45ik9 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.boho-casino-t45ik9 tr.boho-casino-b7bug3 td p {
  padding: 16px 0;
}

.boho-casino-t45ik9 tr.boho-casino-b7bug3 td p:not(:last-child),
.boho-casino-t45ik9 tr.boho-casino-5qfb2h td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.boho-casino-t45ik9 tr.boho-casino-b7bug3 td p:first-child,
.boho-casino-t45ik9 tr.boho-casino-5qfb2h td p:first-child {
  padding-top: 0;
}

.boho-casino-t45ik9 tr.boho-casino-5qfb2h td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.boho-casino-t45ik9 tr.boho-casino-5qfb2h td p:last-child {
  padding-bottom: 0;
}

.boho-casino-t45ik9 .boho-casino-5qfb2h img {
  max-width: 32px;
}

.boho-casino-t45ik9 .boho-casino-7vml26 {
  min-width: 718px;
}

.boho-casino-t45ik9 .boho-casino-7vml26 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.boho-casino-t45ik9 .boho-casino-7vml26 td {
  display: flex;
}

.boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-lcvcab,
.boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-fpg128,
.boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-9nwpew {
  flex: 1 1 50%;
}

.boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-bw5tvp {
  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;
}

.boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-i38rjd,
.boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-skkehw {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-lcvcab,
.boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-fpg128 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-lcvcab span,
.boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-fpg128 span {
  font-weight: 800;
}

.boho-casino-t45ik9 .boho-casino-7vml26 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .boho-casino-t45ik9 .boho-casino-7vml26 td .boho-casino-9nwpew:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .boho-casino-t45ik9 tr.boho-casino-b7bug3 td p:last-child {
    padding-bottom: 0;
  }
  .boho-casino-t45ik9 .boho-casino-5qfb2h > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .boho-casino-t45ik9 .boho-casino-5qfb2h > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .boho-casino-t45ik9 tr.boho-casino-b7bug3 td p:not(:last-child),
  .boho-casino-t45ik9 tr.boho-casino-5qfb2h td p:not(:last-child) {
    border-bottom: unset;
  }
  .boho-casino-t45ik9 tr.boho-casino-5qfb2h td p:last-child {
    padding-bottom: 12px;
  }
  .boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-lcvcab,
  .boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-fpg128,
  .boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-9nwpew {
    flex: 1 1 50%;
    padding: 0;
  }
  .boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-lcvcab,
  .boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-fpg128 {
    margin-top: 16px;
  }
  .boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-9nwpew {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-lcvcab {
    border-right: 1px solid var(--border-color);
  }
  .boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-9nwpew:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .boho-casino-t45ik9 .boho-casino-7vml26 td:last-child .boho-casino-9nwpew:last-child {
    padding-bottom: 0;
  }
}

.boho-casino-9nwpew {
  display: flex;
  flex-direction: column;
}

.boho-casino-t45ik9 .boho-casino-7vml26 td .boho-casino-9nwpew {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.boho-casino-t45ik9 .boho-casino-7vml26 td .boho-casino-9nwpew:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.boho-casino-t45ik9 .boho-casino-7vml26 td .boho-casino-9nwpew:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .boho-casino-t45ik9 .boho-casino-7vml26 td .boho-casino-9nwpew:not(:first-child) {
    padding-left: 0;
  }
  .boho-casino-t45ik9 .boho-casino-7vml26 td .boho-casino-9nwpew:not(:last-of-type) {
    border-right: unset;
  }
}

.boho-casino-t45ik9 .boho-casino-khsscf {
  flex: 0 1 485px;
}

.boho-casino-t45ik9 .boho-casino-l7kh6y {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.boho-casino-t45ik9 .boho-casino-l7kh6y li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.boho-casino-t45ik9 .boho-casino-l7kh6y li.boho-casino-bxpkfc {
  padding: 6px 12px;
}

.boho-casino-t45ik9 .boho-casino-l7kh6y li a,
.boho-casino-t45ik9 .boho-casino-l7kh6y 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;
}

.boho-casino-t45ik9 .boho-casino-5qwcev,
.boho-casino-t45ik9 .boho-casino-4ju4rf {
  flex: 1 1;
}

.boho-casino-t45ik9 .boho-casino-etbvee,
.boho-casino-t45ik9 .boho-casino-t54emx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.boho-casino-t45ik9 .boho-casino-etbvee li,
.boho-casino-t45ik9 .boho-casino-t54emx li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.boho-casino-t45ik9 .boho-casino-4ju4rf img {
  max-width: 32px;
}

.boho-casino-t45ik9 .boho-casino-5qwcev img {
  max-width: 32px;
}

.boho-casino-t45ik9 .boho-casino-wucice {
  min-width: 280px;
}

.boho-casino-t45ik9 .boho-casino-wucice img {
  max-width: 146px;
}

.boho-casino-t45ik9 .boho-casino-wucice td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .boho-casino-t45ik9 .boho-casino-b7bug3,
  .boho-casino-t45ik9 .boho-casino-5qfb2h {
    flex: 0 1 auto;
  }
  .boho-casino-t45ik9 .boho-casino-7vml26 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .boho-casino-t45ik9 .boho-casino-b7bug3,
  .boho-casino-t45ik9 .boho-casino-khsscf,
  .boho-casino-t45ik9 .boho-casino-5qfb2h,
  .boho-casino-t45ik9 .boho-casino-7vml26 {
    flex: 1 1 calc(50% - 20px);
  }
  .boho-casino-t45ik9 .boho-casino-5qwcev,
  .boho-casino-t45ik9 .boho-casino-wucice,
  .boho-casino-t45ik9 .boho-casino-4ju4rf {
    flex: 1 1 30%;
  }
  .boho-casino-t45ik9 .boho-casino-wucice {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .boho-casino-t45ik9 .boho-casino-b7bug3,
  .boho-casino-t45ik9 .boho-casino-khsscf,
  .boho-casino-t45ik9 .boho-casino-5qwcev,
  .boho-casino-t45ik9 .boho-casino-5qfb2h,
  .boho-casino-t45ik9 .boho-casino-7vml26,
  .boho-casino-t45ik9 .boho-casino-wucice,
  .boho-casino-t45ik9 .boho-casino-4ju4rf {
    flex: 1 1 100%;
  }
}

.boho-casino-92ymwz .boho-casino-tt51qh {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.boho-casino-92ymwz .boho-casino-y1cce7 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.boho-casino-92ymwz .boho-casino-ri1ljw {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.boho-casino-92ymwz .boho-casino-gke2m4 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.boho-casino-92ymwz .boho-casino-gke2m4 > :nth-child(3) {
  margin-top: 0;
}

.boho-casino-92ymwz .boho-casino-lvcubj {
  grid-column: 2/3;
  grid-row: 1/10;
}

.boho-casino-92ymwz .boho-casino-mqsnvj {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.boho-casino-92ymwz .boho-casino-80h3t6 {
  grid-column: 1/2;
}

.boho-casino-92ymwz > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.boho-casino-92ymwz .boho-casino-y1cce7: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;
}

.boho-casino-92ymwz .boho-casino-y1cce7:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.boho-casino-92ymwz .boho-casino-bnd5jj {
  min-width: 240px;
}

@media (max-width: 768px) {
  .boho-casino-92ymwz .boho-casino-y1cce7:not(:last-child):before {
    bottom: 8px;
  }
  .boho-casino-92ymwz .boho-casino-y1cce7:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .boho-casino-92ymwz .boho-casino-gke2m4 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .boho-casino-92ymwz .boho-casino-lvcubj {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .boho-casino-92ymwz .boho-casino-lvcubj img {
    width: 100%;
    height: auto;
  }
  .boho-casino-92ymwz .boho-casino-bnd5jj {
    width: 100%;
    min-width: unset;
  }
}

.boho-casino-7hcqap .boho-casino-1hwuq8 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.boho-casino-7hcqap .boho-casino-13yjnj {
  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;
}

.boho-casino-7hcqap .boho-casino-lvcubj {
  height: 100%;
}

.boho-casino-7hcqap .boho-casino-lvcubj img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.boho-casino-7hcqap .boho-casino-bnyf4w {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.boho-casino-7hcqap .boho-casino-u9bw7g {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.boho-casino-7hcqap .boho-casino-27dw5c {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .boho-casino-7hcqap .boho-casino-13yjnj {
    flex: 1 1 100%;
  }
  .boho-casino-7hcqap .boho-casino-yjhjie {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .boho-casino-7hcqap .boho-casino-13yjnj {
    flex-direction: column;
  }
  .boho-casino-7hcqap .boho-casino-lvcubj {
    width: 100%;
    height: auto;
  }
  .boho-casino-7hcqap .boho-casino-lvcubj img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .boho-casino-7hcqap .boho-casino-bnyf4w {
    padding: 0 16px 16px 16px;
  }
  .boho-casino-7hcqap .boho-casino-yjhjie {
    min-width: unset;
    width: 100%;
  }
}

.boho-casino-6bxerd .boho-casino-9qh2s1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.boho-casino-6bxerd .boho-casino-rmf2pd {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.boho-casino-6bxerd 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;
}

.boho-casino-6bxerd .boho-casino-m5a0tr {
  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;
}

.boho-casino-6bxerd .boho-casino-rmf2pd:hover .boho-casino-m5a0tr {
  display: flex;
}

.boho-casino-6bxerd .boho-casino-ufupxv {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.boho-casino-6bxerd .boho-casino-9kr5c5 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.boho-casino-klzel8 {
  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;
}

.boho-casino-klzel8.boho-casino-0y1kq4 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.boho-casino-4qdrc5 ease-in-out;
}

.boho-casino-klzel8.boho-casino-0y1kq4:hover {
  color: #f9cb16;
  background-color: transparent;
}

.boho-casino-6bxerd .boho-casino-z7bpdd {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.boho-casino-4qdrc5 ease-in-out;
}

.boho-casino-6bxerd .boho-casino-z7bpdd:hover {
  color: #196948;
  background-color: #f9cb16;
}

.boho-casino-6bxerd .boho-casino-z7bpdd:after,
.boho-casino-klzel8.boho-casino-0y1kq4:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.boho-casino-klzel8.boho-casino-0y1kq4:after {
  background-image: url(../images/Cash.svg);
}

.boho-casino-6bxerd .boho-casino-z7bpdd:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .boho-casino-6bxerd .boho-casino-9qh2s1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .boho-casino-6bxerd .boho-casino-9qh2s1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .boho-casino-6bxerd .boho-casino-9qh2s1 {
    grid-template-columns: 1fr;
  }
  .boho-casino-6bxerd .boho-casino-rmf2pd {
    height: auto;
  }
  .boho-casino-6bxerd .boho-casino-rmf2pd .boho-casino-m5a0tr {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .boho-casino-6bxerd .boho-casino-ufupxv,
  .boho-casino-6bxerd .boho-casino-9kr5c5 {
    text-align: left;
  }
  .boho-casino-6bxerd .boho-casino-9kr5c5 {
    margin-bottom: 8px;
  }
  .boho-casino-6bxerd img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.boho-casino-qwh5wi {
  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;
}

.boho-casino-qwh5wi.boho-casino-m573jt {
  display: block;
}

.boho-casino-qwh5wi .boho-casino-8vyisd {
  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;
}

.boho-casino-qwh5wi .boho-casino-etlir9 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.boho-casino-qwh5wi .boho-casino-zwt2gr {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.boho-casino-qwh5wi .boho-casino-n5d872 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.boho-casino-qwh5wi .boho-casino-klzel8 {
  min-width: 296px;
  margin-bottom: 0;
}

.boho-casino-qwh5wi .boho-casino-uzv4lh {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.boho-casino-qwh5wi .boho-casino-uac3if {
  position: relative;
  flex: 1 1;
}

.boho-casino-qwh5wi .boho-casino-uac3if iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .boho-casino-qwh5wi .boho-casino-etlir9 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .boho-casino-qwh5wi .boho-casino-zwt2gr {
    order: 1;
  }
  .boho-casino-qwh5wi .boho-casino-n5d872 {
    order: 3;
    flex: 1 1 100%;
  }
  .boho-casino-qwh5wi .boho-casino-klzel8 {
    width: 100%;
    min-width: unset;
  }
  .boho-casino-qwh5wi .boho-casino-uzv4lh {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .boho-casino-e8j9np > .boho-casino-famw95 {
    margin-bottom: 0;
  }
  .boho-casino-e8j9np > .boho-casino-80h3t6,
  .boho-casino-e8j9np > p {
    margin-top: 0;
  }
}

.boho-casino-hj5htb img,
.boho-casino-r6vrba img {
  width: auto;
  object-fit: contain;
}

.boho-casino-hj5htb {
  align-items: center;
}

.boho-casino-hj5htb img {
  max-height: 76px;
}

.boho-casino-r6vrba img {
  max-height: 64px;
}

.boho-casino-6rgriy {
  overflow: auto;
}

.boho-casino-9pk4or {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.boho-casino-v3xokm:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.boho-casino-kswu45 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.boho-casino-iezu2u {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.boho-casino-kswu45 .boho-casino-lvcubj {
  margin-right: 20px;
  flex-shrink: 0;
}

.boho-casino-kswu45 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.boho-casino-nb0oyj {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.boho-casino-nb0oyj > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .boho-casino-kswu45 {
    padding: 15px 10px;
  }
  .boho-casino-nb0oyj {
    padding: 15px 10px;
  }
  .boho-casino-kswu45 .boho-casino-lvcubj {
    margin-right: 10px;
  }
}

.boho-casino-qgimn5 {
  overflow-x: auto;
}

.boho-casino-hkpoc0 {
  border-collapse: collapse;
  width: 100%;
}

.boho-casino-qgimn5 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.boho-casino-qgimn5 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.boho-casino-qgimn5 td.boho-casino-2ybssf {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.boho-casino-qgimn5 td.boho-casino-xtrskl {
  border-right: none;
}

.boho-casino-qgimn5 td.boho-casino-xtrskl .boho-casino-lvcubj {
  justify-content: flex-start;
}

.boho-casino-qgimn5 td.boho-casino-xtrskl .boho-casino-lvcubj img {
  height: auto;
  width: 90px;
}

.boho-casino-qgimn5 td.boho-casino-8n13mv,
.boho-casino-qgimn5 td.boho-casino-misbqa {
  font-weight: 600;
  text-align: right;
}

.boho-casino-qgimn5 td.boho-casino-152ajg,
.boho-casino-qgimn5 td.boho-casino-8n13mv {
  padding-bottom: 10px;
  border-bottom: none;
}

.boho-casino-qgimn5 td.boho-casino-8n13mv,
.boho-casino-qgimn5 td.boho-casino-misbqa {
  border-left: none;
}

.boho-casino-qgimn5 td.boho-casino-152ajg,
.boho-casino-qgimn5 td.boho-casino-iinnpe {
  border-right: none;
}

.boho-casino-qgimn5 td.boho-casino-iinnpe,
.boho-casino-qgimn5 td.boho-casino-misbqa {
  border-top: none;
  padding-top: 10px;
}

.boho-casino-k7j497 {
  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;
}

.boho-casino-k7j497 .boho-casino-yjhjie {
  min-width: unset;
  width: 100%;
}

.boho-casino-k7j497 .boho-casino-yjhjie.boho-casino-kkz6kx {
  grid-column: 1/2;
  grid-row: 1/2;
}

.boho-casino-k7j497 .boho-casino-yjhjie.boho-casino-5gt3tz {
  grid-column: 2/3;
  grid-row: 1/2;
}

.boho-casino-k7j497 .boho-casino-khbwas {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .boho-casino-k7j497 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .boho-casino-k7j497 .boho-casino-yjhjie.boho-casino-kkz6kx {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .boho-casino-k7j497 .boho-casino-yjhjie.boho-casino-5gt3tz {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .boho-casino-k7j497 .boho-casino-khbwas {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.boho-casino-y5xwc1 {
  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;
}

.boho-casino-7gpx5g {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.boho-casino-685il1 p a img {
  margin: 0 auto;
  display: block;
}

.boho-casino-685il1 table {
  margin-bottom: 17px;
}

/* contanct form */
.boho-casino-smglm5 {
  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;
}

.boho-casino-smglm5 label {
  font-size: 14px;
}

.boho-casino-smglm5 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.boho-casino-smglm5 input,
.boho-casino-smglm5 textarea,
.boho-casino-smglm5 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;
}
.boho-casino-smglm5 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.boho-casino-4qdrc5 ease;
}
.boho-casino-smglm5 button:hover {
  background-color: #691204;
}
.boho-casino-3lyt59 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.boho-casino-1u8t1o ease-in;
}

.boho-casino-3lyt59 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;
}
.boho-casino-xo6z6s, .boho-casino-gkimnx, [class*="review-card"],
thead, thead th, table th, .boho-casino-kyf8z3,
.boho-casino-7y1dh8, [class*="collapsible-header"],
.boho-casino-stadpk, [class*="updated-block"] {
  color: #ece7dc !important;
}
