:root {
  /* pinned */
  --success-color: #069814;
  --success-color-light: #07be1a;
  --icon-color: #cbabff;
  --icon-filter: brightness(0) saturate(100%) invert(69%) sepia(10%)
    saturate(2143%) hue-rotate(213deg) brightness(104%) contrast(102%);
  --header-bg-color: var(--primary-color-dark);
  --sidebar-bg-color: var(--menu-color);
  --bonus-card-bg-color: var(--menu-color);
  --btn-border-color: var(--accent-color);
  --btn-border-color-outline: var(--border-color);
  --btn-round: var(--round-l);
  --btn-text-color: var(--white-color);
  --btn-text-color-outline: var(--white-color);
  --table-head-bg-color: var(--table-1-color);
  --table-head-text-color: var(--text-color);
  --table-cell-bg-color: var(--bg-color);
  --table-cell-text-color: var(--text-color);
  --faq-bg-color: var(--menu-color);
  --faq-divider-color: var(--divider-color);
  --faq-border-color: var(--border-color);
  --faq-round: var(--round-base);
  --base: 1rem;
  --container-width: 1130px;
  --container-padding-x: 15px;
  --header-height: calc(var(--base) * 4);
  --sidebar-width-short: calc(var(--base) * 4);
  --sidebar-width: calc(var(--base) * 20);
  --transition-duration: 0.2s;
  --games-grid-cols: 7;
  --games-grid-cols-mobile: calc(var(--games-grid-cols) * 2);
  --new-game-card-bg-color: linear-gradient(
    180deg,
    rgba(109, 0, 216, 0),
    #47008d
  );
  --seo-content-width: 80%;
  --round-sm: calc(var(--base) * 0.5);
  --round-base: var(--base);
  --round-l: calc(var(--base) * 2);
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Arial", sans-serif;
  --font-render-type: swap;
}

* {
  border: none;
  margin: 0;
  padding: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  color: inherit;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

aside,
footer,
header,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

address {
  font-style: normal;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  background-color: transparent;
  background: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body,
html {
  scroll-behavior: smooth;
  scroll-margin-top: 5rem;
}

html {
  font-size: 100%;
}

body {
  background-color: var(--main-theme-color);
  color: var(--text-color);
  font-family: var(--font-primary);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1024px) {
  .tg-casino-k67k10 {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .tg-casino-rqmlxz {
    display: none;
  }
}

.tg-casino-bzxac7 {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.tg-casino-7v3h16 {
  overflow-y: hidden;
}

.tg-casino-aqcrhe {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.239), 0 0 1px 0 rgba(0, 0, 0, 0.322);
}

h1,
h2,
h3,
h4 {
  line-height: 120%;
}

p {
  line-height: 140%;
}

h1 {
  font-size: 3rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.25rem;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.6rem;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.2rem;
  }
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  p {
    font-size: 1rem;
  }
}

.tg-casino-wi1uz1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .tg-casino-wi1uz1 {
    max-width: 100%;
  }
}

.tg-casino-0xqo3w,
body,
html {
  height: 100%;
}

.tg-casino-1eovx8 {
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: var(--sidebar-width-short);
  position: fixed;
  top: 0;
  transform: scaleX(1);
  transition: 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.tg-casino-1eovx8.tg-casino-5he1s5 {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.tg-casino-lw9pe2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  transition: 0.25s;
  width: 100%;
}

.tg-casino-lw9pe2.tg-casino-5he1s5 {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.tg-casino-xhbdqg {
  height: var(--header-height);
  left: 0;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.tg-casino-xhbdqg.tg-casino-5he1s5 {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.tg-casino-xhbdqg.tg-casino-5he1s5 .tg-casino-8vyfsv {
  display: none;
}

.tg-casino-ff0cj5 {
  padding-top: calc(var(--header-height) + 1rem);
}

@media screen and (max-width: 1024px) {
  .tg-casino-xhbdqg,
  .tg-casino-lw9pe2 {
    margin-left: 0;
    max-width: 100%;
  }
}

.tg-casino-1bwfqj {
  background: var(--sidebar-bg-color);
  display: block;
}

.tg-casino-1bwfqj.tg-casino-5he1s5 .tg-casino-8vyfsv {
  display: inline-block;
}

.tg-casino-1bwfqj.tg-casino-5he1s5 .tg-casino-qdtnq3 {
  display: flex;
}

.tg-casino-1bwfqj.tg-casino-5he1s5 .tg-casino-wsse4s {
  transform: translateY(0);
  visibility: visible;
}

.tg-casino-ex15oe {
  align-items: center;
  background: var(--fh-bg-color);
  display: flex;
  height: var(--header-height);
  max-height: var(--header-height);
}

.tg-casino-1bwfqj .tg-casino-8vyfsv {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

.tg-casino-qdtnq3 {
  display: none;
  flex-direction: column;
  height: 90%;
  justify-content: space-between;
  max-height: 90%;
  overflow-y: scroll;
  padding: 1rem 0.5rem;
}

.tg-casino-qdtnq3::-webkit-scrollbar {
  width: 0;
}

.tg-casino-aare2v {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 0 0.5rem;
}

.tg-casino-aare2v.tg-casino-5he1s5 {
  display: none;
}

.tg-casino-r2d6b8 {
  filter: var(--button-text-color);

  max-width: 1.5rem;
  min-width: 1.5rem;
}

.tg-casino-4tf8jz {
  align-items: center;
  aspect-ratio: 1/1;
  background: transparent;
  border-radius: var(--round-sm);
  display: flex;
  height: auto;
  justify-content: center;
  transition: var(--transition-duration);
  width: 3rem;
}

.tg-casino-nefykp {
  max-width: 40px;
}

.tg-casino-nsbaz5 {
  display: inline-flex;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
}

.tg-casino-nsbaz5 svg {
  color: var(--success-color-light);
}

.tg-casino-sy9uk1 {
  border-bottom: 1px solid var(--divider-color);
}

.tg-casino-mv4kmz {
  border-top: 1px solid var(--divider-color);
}

@media (any-hover: hover) {
  .tg-casino-4tf8jz:hover {
    background: var(--menu-color);
  }
}

@media screen and (max-width: 1024px) {
  .tg-casino-1bwfqj {
    display: none;
  }
  .tg-casino-1bwfqj:after {
    background: var(rgba(0, 0, 0, 0.523) city);
    content: "";
    height: 100%;
    left: var(--sidebar-width);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
  }
}

.tg-casino-7ig94x {
  align-items: center;
  background: var(--button-bg-color);
  border-radius: 5px;
  display: inline-block;
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem;
  width: 100%;
}

.tg-casino-p63jkl {
  max-width: 40px;
}

.tg-casino-hbokg9 {
  font-size: 0.75rem;
  font-weight: 700;
}

.tg-casino-2mqbjv {
  background: var(--fh-bg-color);
}

.tg-casino-wwqszk,
.tg-casino-sn258u {
  align-items: center;
  display: flex;
}

.tg-casino-wwqszk {
  gap: 0.5rem;
}

.tg-casino-sn258u {
  gap: 2rem;
  height: 100%;
  justify-content: space-between;
}

.tg-casino-2mqbjv .tg-casino-8vyfsv {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .tg-casino-sn258u {
    gap: 0rem;
    padding: 0;
  }

  .tg-casino-2mqbjv .tg-casino-8vyfsv {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .tg-casino-2mqbjv .tg-casino-saalym {
    display: none;
  }
  .tg-casino-ea3bop {
    font-size: 0.tg-casino-l0a34z !important;
  }
  .tg-casino-2mqbjv .tg-casino-8vyfsv {
    max-width: 100px;
  }
}

.tg-casino-ywmj7q svg {
  color: var(--icon-color);
}

@media screen and (max-width: 768px) {
  .tg-casino-ywmj7q {
    display: none;
  }
}

.tg-casino-8vyfsv {
  display: inline-block;
  max-width: 125px;
}

.tg-casino-wein9s {
  width: 100%;
}

.tg-casino-wsse4s {
  transform: translateY(10%);
  transition-delay: 10s;
  visibility: hidden;
}

.tg-casino-k6kn5i {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.tg-casino-1irry1,
.tg-casino-o4vhlr {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

.tg-casino-1irry1 {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.5rem;
  overflow: hidden;
  padding: 5px 0.5rem;
  position: relative;
}

.tg-casino-1irry1:before {
  background: var(--decor-gradient);
  content: "";
  filter: blur(30px);
  height: 120px;
  left: -15px;
  opacity: 0.7;
  position: absolute;
  top: -80px;
  width: 120px;
  z-index: 1;
}

.tg-casino-fsfywg {
  font-size: 0.875rem;
  justify-content: center;
}

.tg-casino-c85j0p,
.tg-casino-6s12it {
  position: relative;
  z-index: 2;
}

.tg-casino-c85j0p {
  max-width: 40px;
}

.tg-casino-ve39tx {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.tg-casino-7mm0z7:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

.tg-casino-5l711y {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 1rem;
}

.tg-casino-o4vhlr {
  padding: 0.5rem;
}

.tg-casino-xv2tgi {
  filter: var(--button-text-color);
  max-width: 1.25rem;
}

@media (any-hover: hover) {
  .tg-casino-1irry1:hover,
  .tg-casino-o4vhlr:hover {
    background: var(--border-color);
  }
}

.tg-casino-znfyba {
  align-items: center;
  background: var(--button-bg-color);
  border: 2px solid var(--border-color);
  border-radius: var(--btn-round);
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
  justify-content: center;
  padding: 6px 10px;
  text-align: center;
  transition: var(--transition-duration);
  cursor: pointer;
}

.tg-casino-ic6l1u {
  color: var(--button-text-color);
}

.tg-casino-n6xbow {
  /* background: transparent; */
  border-color: var(--btn-border-color-outline);
}

.tg-casino-n6xbow .tg-casino-ic6l1u {
  color: var(--button-text-color);
}

.tg-casino-fkqvjm {
  padding: 0.tg-casino-iw1dvx 0.625em;
  width: 100%;
}

.tg-casino-2i9g1o {
  font-size: 0.875rem;
}

.tg-casino-81q8gw {
  background: var(--success-color);
  border-color: var(--success-color);
}

.tg-casino-81q8gw .tg-casino-ic6l1u,
.tg-casino-81q8gw svg {
  color: var(--button-text-color);
}

.tg-casino-rwdk0m svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .tg-casino-znfyba:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .tg-casino-n6xbow:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .tg-casino-81q8gw:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.tg-casino-i97dar {
  margin-left: 10px;
  margin-right: 5px;
  transform: scaleX(-1);
}

.tg-casino-saalym {
  background: var(--border-color);
  display: inline-flex;
}

.tg-casino-saalym,
.tg-casino-0iaogh {
  border-radius: var(--round-l);
}

.tg-casino-0iaogh {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 5px;
  padding: 0.4rem;
}

.tg-casino-0iaogh span,
.tg-casino-0iaogh svg {
  color: var(--icon-color);
  transition: var(--transition-duration);
}

.tg-casino-30nwt8 {
  background: var(--button-bg-color);
}

.tg-casino-30nwt8 span,
.tg-casino-30nwt8 svg {
  color: var(--button-text-color);
}

.tg-casino-zkcnbb {
  display: none;
  height: 0;
  margin: 0.tg-casino-vfoz0n 0 1rem;
  width: 0;
}

.tg-casino-zkcnbb .tg-casino-0iaogh {
  flex: 1 1 50%;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .tg-casino-zkcnbb {
    display: inline-flex;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (any-hover: hover) {
  .tg-casino-0iaogh:hover span,
  .tg-casino-0iaogh:hover svg {
    color: var(--text-color);
  }
}

.tg-casino-rdiwn6 {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.tg-casino-nay88n,
.tg-casino-yysyye {
  height: 100%;
}

.tg-casino-nay88n {
  overflow-x: auto;
}

.tg-casino-nay88n::-webkit-scrollbar {
  width: 0;
}

.tg-casino-yysyye {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.tg-casino-8un51p {
  flex: 1 0 33%;
  max-width: 33%;
}

@media screen and (max-width: 1024px) {
  .tg-casino-rdiwn6 {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .tg-casino-rdiwn6 {
    height: auto;
    min-height: auto;
  }
  .tg-casino-8un51p {
    flex: 1 0 100%;
  }
}

.tg-casino-36zz9e {
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: inline-block;
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

.tg-casino-dks11f {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  inset: 0;
  justify-content: space-between;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
}

@media (max-width: 1026px) {
  .tg-casino-dks11f {
    gap: 0;
  }
}

.tg-casino-waab27 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .tg-casino-waab27 {
    height: 150px !important;
  }
}

.tg-casino-evpg8r {
  background: var(--button-bg-color);
  border-radius: var(--round-sm);
  color: var(--button-text-color);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 0.5rem;
  text-transform: uppercase;
}

.tg-casino-3x8kgs {
  color: var(--text-color);
}

.tg-casino-eqpsdt {
  font-size: 1rem;
  font-weight: 900;
  max-width: 200px;
}

@media (max-width: 1026px) {
  .tg-casino-eqpsdt {
    font-size: 16px;
  }
}

.tg-casino-kksk0i {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .tg-casino-36zz9e {
    height: 175px;
  }
}

@media screen and (max-width: 768px) {
  .tg-casino-36zz9e {
    flex: 1 0 90%;
    height: auto;
    max-width: 900px;
    min-height: 190px;
  }
  .tg-casino-evpg8r {
    font-size: 0.675rem;
    padding: 5px;
  }
}

.tg-casino-why9kg {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .tg-casino-9knjhk:hover .tg-casino-5px53x {
    color: var(--accent-color);
  }
}

.tg-casino-oec01a {
  text-align: center;
}

.tg-casino-tzuwc9 {
  margin: 2rem 0;
}

.tg-casino-2rmt0f {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.tg-casino-44rn2r {
  font-size: 2rem;
  font-weight: 700;
}

.tg-casino-3191ep {
  overflow-x: auto;
}

.tg-casino-3191ep::-webkit-scrollbar {
  width: 0;
}

.tg-casino-sl170s {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--games-grid-cols), minmax(0, 1fr));
}

@media screen and (max-width: 768px) {
  .tg-casino-sl170s {
    gap: 0.5rem;
    grid-template-columns: repeat(
      var(--games-grid-cols-mobile),
      minmax(120px, 1fr)
    );
  }
  .tg-casino-44rn2r {
    font-size: 1.25rem;
  }
}

.tg-casino-s4oeme {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

.tg-casino-8qizl5 {
  aspect-ratio: 1/1;
  background: var(--menu-color);
  border-radius: var(--round-base);
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
}

.tg-casino-xptvqr {
  -o-object-fit: cover;
  object-fit: cover;
}

.tg-casino-wrrjqo,
.tg-casino-xptvqr {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

.tg-casino-wrrjqo {
  align-items: center;
  background: var(rgba(0, 0, 0, 0.523) city);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
}

.tg-casino-lqc9h7 {
  display: -moz-box;
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  color: #fff;
  margin-bottom: 5px;
  white-space: wrap;
}

.tg-casino-suisw7 {
  color: var(--text-color-label);
  font-size: 0.75rem;
  font-weight: 500;
}

.tg-casino-co0cfn {
  padding: 0.5rem;
}

.tg-casino-grtobf {
  border-radius: var(--round-base);
  max-height: 235px;
  max-width: 175px;
  overflow: hidden;
  position: relative;
}

.tg-casino-grtobf .tg-casino-xptvqr {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.tg-casino-grtobf .tg-casino-psh2t7 {
  background: var(--new-game-card-bg-color);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.tg-casino-grtobf .tg-casino-suisw7 {
  color: var(--white-color);
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.5;
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.tg-casino-grtobf .tg-casino-8qizl5 {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.tg-casino-grtobf .tg-casino-wrrjqo {
  display: none;
}

@media (any-hover: hover) {
  .tg-casino-s4oeme:hover .tg-casino-wrrjqo {
    opacity: 1;
  }
  .tg-casino-s4oeme:hover .tg-casino-xptvqr {
    transform: scale(1.1);
    will-change: transform;
  }
}

.tg-casino-pjhz1d {
  padding: 2rem 0;
}

.tg-casino-23itp2 {
  border-bottom: 1px solid var(--divider-color);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

.tg-casino-7fl4ji {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tg-casino-43eypn {
  font-size: 0.75rem;
  font-weight: 600;
}

.tg-casino-9yshcb {
  color: var(--footer-text-color);
}

.tg-casino-8y5r1n {
  font-size: 1.25rem;
  font-weight: 600;
}

.tg-casino-zzg57m {
  color: var(--footer-text-color);
  margin-bottom: 1rem;
}

.tg-casino-c6epco {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
}

.tg-casino-2yadig {
  transition: var(--transition-duration);
}

.tg-casino-0ph3uu {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}

.tg-casino-pjhz1d .tg-casino-7ig94x {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .tg-casino-c6epco:hover .tg-casino-2yadig {
    color: var(--footer-text-color);
  }
}

@media screen and (max-width: 768px) {
  .tg-casino-0ph3uu {
    justify-content: center;
    flex-direction: column;
  }
}

.tg-casino-jdb7f5 {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.tg-casino-3qjfaa {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.tg-casino-3qjfaa p img {
  display: block;
  margin: 0 auto;
}

.tg-casino-3qjfaa table {
  width: 100% !important;
  margin-top:5px;
  margin-bottom:5px;
}

.tg-casino-jdb7f5 h1,
.tg-casino-jdb7f5 h2,
.tg-casino-jdb7f5 h3,
.tg-casino-jdb7f5 h4,
.tg-casino-jdb7f5 h5,
.tg-casino-jdb7f5 h6 {
  font-weight: 700;
}

.tg-casino-jdb7f5 h1,
.tg-casino-jdb7f5 h2 {
  margin-top: 2rem;
}

.tg-casino-jdb7f5 h3,
.tg-casino-jdb7f5 h4 {
  margin-top: 1rem;
}

.tg-casino-jdb7f5 ol li,
.tg-casino-jdb7f5 p,
.tg-casino-jdb7f5 ul li {
  color: var(--text-color);
}

.tg-casino-jdb7f5 p {
  margin-top: 1rem;
}

.tg-casino-jdb7f5 li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.tg-casino-jdb7f5 ol li,
.tg-casino-jdb7f5 ul li {
  font-size: 1rem;
}

.tg-casino-jdb7f5 ul li {
  list-style-type: disc;
}

.tg-casino-jdb7f5 .tg-casino-mij3ze {
  max-width: 100%;
  overflow-x: scroll;
}

.tg-casino-jdb7f5 .tg-casino-mij3ze::-webkit-scrollbar {
  height: 5px;
}

.tg-casino-jdb7f5 .tg-casino-mij3ze::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.tg-casino-jdb7f5 .tg-casino-mij3ze::-webkit-scrollbar-track {
  background: transparent;
}

.tg-casino-jdb7f5 table,
.tg-casino-jdb7f5 td,
.tg-casino-jdb7f5 th {
  border: 2px solid var(--border-color);
  border-collapse: collapse;
}

.tg-casino-jdb7f5 table {
  margin: 1rem 0;
}

.tg-casino-jdb7f5 thead td,
.tg-casino-jdb7f5 thead th {
  background: var(--table-head-bg-color);
  color: var(--table-head-text-color);
  padding: 0.5rem;
}

.tg-casino-jdb7f5 tbody td {
  background: var(--table-cell-bg-color);
  color: var(--table-cell-text-color);
}

.tg-casino-jdb7f5 td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.tg-casino-jdb7f5 th {
  padding: 1rem 4rem 1rem 1rem;
}

@media (max-width: 768px) {
  .tg-casino-jdb7f5 th,
  td {
    padding: 5px !important;
    font-size: 12px;
  }
}

.tg-casino-jdb7f5 img {
  display: inline-block;
  margin: 1rem 0;
}

.tg-casino-jdb7f5 .tg-casino-s4oeme img,
.tg-casino-jdb7f5 .tg-casino-8u9bhc img {
  margin: 0;
}

.tg-casino-jdb7f5 .tg-casino-s4oeme {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.tg-casino-jdb7f5 .tg-casino-psh2t7 {
  padding: 0.5rem;
}

.tg-casino-jdb7f5 .tg-casino-lqc9h7 {
  color: var(--text-color);
}

.tg-casino-jdb7f5 .tg-casino-8u9bhc {
  align-items: center;
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-height: 400px;
  min-width: 200px;
  overflow-y: hidden;
  width: 60%;
}

.tg-casino-jdb7f5 .tg-casino-rr92oe {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.tg-casino-jdb7f5 .tg-casino-8u9bhc img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.tg-casino-jdb7f5 .tg-casino-y8tk97 {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.tg-casino-jdb7f5 .tg-casino-9y05lc {
  flex: 1 1 30%;
  padding: 1rem;
}

.tg-casino-jdb7f5 .tg-casino-lin5co {
  color: var(--text-color);
  font-weight: 700;
}

.tg-casino-jdb7f5 .tg-casino-b3mo2a {
  color: var(--text-color);
  font-weight: 600;
}

.tg-casino-jdb7f5 .tg-casino-57hc1b {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .tg-casino-jdb7f5 .tg-casino-8u9bhc {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .tg-casino-jdb7f5 .tg-casino-b3mo2a {
    font-size: 1rem;
  }
  .tg-casino-jdb7f5 .tg-casino-lin5co {
    font-size: 0.875rem;
  }
  .tg-casino-jdb7f5 .tg-casino-8u9bhc img {
    flex: 1 1 auto;
  }
}

.tg-casino-jdb7f5 .tg-casino-znfyba {
  margin: 0.tg-casino-k7gb47 0;
}

@media screen and (max-width: 1024px) {
  .tg-casino-jdb7f5,
  .tg-casino-jdb7f5 .tg-casino-ufcds9,
  .tg-casino-3qjfaa {
    max-width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .tg-casino-jdb7f5 ol li,
  .tg-casino-jdb7f5 ul li {
    font-size: 1rem;
  }
}

.tg-casino-ovbo6o {
  color: var(--text-color);
  text-align: center;
}

.tg-casino-su1luz {
  margin: 2rem 0;
}

.tg-casino-f233ty,
.tg-casino-c0ykir {
  margin-bottom: 1rem;
}

.tg-casino-f233ty {
  background: var(--faq-bg-color);
  border: 1px solid var(--faq-border-color);
  border-radius: var(--faq-round);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  height: auto;
  padding: 1rem 1rem 0.5rem;
  width: 100%;
}

.tg-casino-f233ty.tg-casino-5he1s5 .tg-casino-x2zs77 {
  display: block;
}

.tg-casino-f233ty.tg-casino-5he1s5 .tg-casino-o83ml7 {
  transform: rotate(45deg);
}

.tg-casino-antkup {
  align-items: flex-start;
  border-bottom: 1px solid var(--faq-divider-color);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}

.tg-casino-o83ml7 {
  height: 1.5rem;
  min-width: 1.5rem;
  transition: 0.2s;
  will-change: transform;
}

.tg-casino-x2zs77 {
  display: none;
  padding-top: 1rem;
}

.tg-casino-uyb7rq {
  align-items: center;
  aspect-ratio: 1/1;
  display: inline-flex;
  height: auto;
  justify-content: center;
  max-height: 100%;
  width: 4rem;
}

.tg-casino-uyb7rq.tg-casino-5he1s5 {
  transform: scaleX(-1);
}

.tg-casino-ey6cwk {
  color: var(--icon-color);
}

@media screen and (min-width: 1025px) {
  .tg-casino-cfpddf {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title-color);
}

.tg-casino-2jpdrm {
  display: flex;
  align-items: center;
}

.tg-casino-2jpdrm a {
  margin: 0 10px;
}

/* social */

.tg-casino-8pnzos {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .tg-casino-8pnzos {
    flex-wrap: wrap;
  }
}

.tg-casino-8pnzos li {
  display: flex;
  margin: 0 7px;
}

.tg-casino-8pnzos li svg {
  transition: 0.tg-casino-j6u6xu ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .tg-casino-8pnzos li:hover svg {
    transform: scale(1.2);
  }
}

/* faq */

.tg-casino-m5k693 {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.tg-casino-dja8ek {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .tg-casino-dja8ek {
    max-width: 100%;
  }
}

.tg-casino-quvoco {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.tg-casino-quvoco h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .tg-casino-m5k693,
  .tg-casino-quvoco {
    max-width: 100vw;
  }
}

.tg-casino-2zhcw3 {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.tg-casino-jpefjn {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.tg-casino-jn544d ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tg-casino-jpefjn::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.tg-casino-jn544d ease;
}

.tg-casino-2zhcw3.tg-casino-1qzm7s .tg-casino-jpefjn::after {
  transform: rotate(45deg);
}

.tg-casino-0y4ilu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.tg-casino-j6u6xu ease, padding 0.tg-casino-j6u6xu ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.tg-casino-2zhcw3.tg-casino-1qzm7s .tg-casino-0y4ilu {
  max-height: 100%;
  padding: 15px 20px;
}

/* review */

.tg-casino-9xcr7j {
  margin: 25px 0;
}

.tg-casino-3om9f4 > input:not(:checked) ~ label:hover,
.tg-casino-3om9f4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tg-casino-pxpjep.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tg-casino-oushyg 44.tg-casino-xaal5p.tg-casino-c48lgx.tg-casino-eiftu6.tg-casino-9a23sh.tg-casino-tes41k.tg-casino-s8ak0h.tg-casino-t38ac1.tg-casino-rwy0pg.tg-casino-i1um0e.tg-casino-3hb21d.tg-casino-kuwqfo.tg-casino-0bp5t8 0l-12.tg-casino-n266bs 30.tg-casino-tlnedq.tg-casino-0dsunw 2.tg-casino-us5yn8.tg-casino-0dsunw 3.tg-casino-a5qwqi 3.tg-casino-9ypmpd.tg-casino-htij0a 3.tg-casino-welhf5.tg-casino-aji039.tg-casino-ulfj32.tg-casino-mka2rt 7-3.tg-casino-n266bs 10.tg-casino-c9is7z.tg-casino-mka2rt 23.tg-casino-oz7s2c.tg-casino-6941t8 1.tg-casino-fosd5m 2.tg-casino-n266bs 3.tg-casino-6941t8 1.tg-casino-htij0a 5.tg-casino-jpyv55.tg-casino-htij0a 32.tg-casino-5wrpyw.tg-casino-aji039 5.tg-casino-0bp5t8 4.tg-casino-mka2rt 9.tg-casino-mka2rt 8.tg-casino-htij0a 6.tg-casino-3qt4sv.tg-casino-zae9by.tg-casino-em1lfu.tg-casino-hqu5l1.tg-casino-l4m8q8 4.tg-casino-2bxja2.tg-casino-l4m8q8 6.tg-casino-l4m8q8 0l29.tg-casino-0bp5t8 17.tg-casino-dj8bdn.tg-casino-5suw5w 2.tg-casino-y3gf6j 10.tg-casino-uuj88o.tg-casino-n266bs 8.tg-casino-uotvju.tg-casino-q9kkpr.tg-casino-6i25ld.tg-casino-j6vni0.tg-casino-egpg2y.tg-casino-aji039.tg-casino-tes41k.tg-casino-n266bs 1.tg-casino-jyh83i.tg-casino-4urvfh.tg-casino-98nyni.tg-casino-h0k5m8.tg-casino-1pt56u.tg-casino-fosd5m 1.tg-casino-4id6eg.tg-casino-ni1yer.5z'/%3e%3c/svg%3e");
}

.tg-casino-6qpjph {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .tg-casino-6qpjph {
    gap: 16px 0;
  }
}

.tg-casino-o3y4qc {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--border-color);
}

.tg-casino-o3y4qc.tg-casino-38t3uv {
  display: block;
}

.tg-casino-o3y4qc.tg-casino-i2uu81 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tg-casino-o3y4qc {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.tg-casino-s30vwm {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.tg-casino-gpra1m {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.tg-casino-aymemm {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tg-casino-7103mo small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.tg-casino-7103mo span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.tg-casino-tk9jeh {
  font-size: 16px;
  line-height: 140%;
}

.tg-casino-1baib7 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.tg-casino-1baib7 .tg-casino-18pwj7 {
  fill: #c2c0ce;
}

.tg-casino-1baib7 [rating="1"] .tg-casino-18pwj7:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tg-casino-1baib7 [rating="2"] .tg-casino-18pwj7:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tg-casino-1baib7 [rating="3"] .tg-casino-18pwj7:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tg-casino-1baib7 [rating="4"] .tg-casino-18pwj7:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tg-casino-1baib7 [rating="5"] .tg-casino-18pwj7:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

review-send {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.tg-casino-eajzm9 textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.tg-casino-eajzm9 button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-word;
  }
}

.tg-casino-yfdk5h {
  text-align: center;
  color: var(--success-color);
}

.tg-casino-6unhna {
  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;
}

.tg-casino-mij3ze table {
  width: 100%;
}

.tg-casino-dgw8ob {
  display: flex;
  justify-content: center;
}

.tg-casino-dks11f {
  background: linear-gradient(
    161deg,
    var(--fh-bg-color) 0%,
    var(--table-1-color) 90%
  );
}

.tg-casino-waab27 {
  position: relative;
  z-index: 1;
}

.tg-casino-evpg8r {
  position: relative;
  z-index: 2;
}

.tg-casino-3x8kgs {
  position: relative;
  z-index: 3;
}

.tg-casino-6mhu6k {
  position: relative;
  z-index: 4;
}

.tg-casino-xdkqus {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}


/* contanct form */
.tg-casino-a7rmy2 {
  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;
}

.tg-casino-a7rmy2 label {
  font-size: 14px;
}

.tg-casino-a7rmy2 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.tg-casino-a7rmy2 input,
.tg-casino-a7rmy2 textarea,
.tg-casino-a7rmy2 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;
}
.tg-casino-a7rmy2 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.tg-casino-jn544d ease;
}
.tg-casino-a7rmy2 button:hover {
  background-color: #691204;
}
.tg-casino-6po7kp {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.tg-casino-uo1md0 ease-in;
}

.tg-casino-6po7kp h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.tg-casino-wwqszk .tg-casino-ea3bop:last-child {
  margin-right: 5px;
}

  .tg-casino-2yrcjp {
    width: 90%;
    position: fixed;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--table-1-color);
    background-size: cover;
    background-position: center calc(100% - 522px);
    color: #fff;
    border-radius: 8px;
    transition: bottom 0.tg-casino-j6u6xu ease;
    z-index: 9999;
    user-select: none;
    height: 75px;
    border: 1px solid rgb(70, 70, 70);
  }

  .tg-casino-2ebxy1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .tg-casino-2ebxy1 p {
    color: #fff900;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    font-family: Tahoma;

    z-index: -1;
    background: rgb(0 0 0 / 32%);
    height: 73px;
    padding: 25px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    backdrop-filter: blur(5px);
  }

  .tg-casino-2ebxy1 button {
    z-index: 2;
  }

  .tg-casino-ryhyps {
    position: absolute;
    top: -15px;
    right: -15px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: background 0.tg-casino-jn544d ease;
    z-index: 10000;
  }

  

  .tg-casino-ryhyps:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  @media (max-width: 650px) {
    .tg-casino-2ebxy1 p {
      font-size: 16px;
      padding: 17px 15px 15px 15px;
      text-align: center;
    }
  }

  .tg-casino-h3haln {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 42px;
    border-radius: 6px;
    font-size: 16px;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
  }

  @media (max-width: 501px) {
    .tg-casino-h3haln {
      font-size: 12px;
    }
  }

  .tg-casino-6s26ry {
  bottom: 40px;
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.tg-casino-gqblqf, .tg-casino-amjcqw, [class*="review-card"],
thead, thead th, table th, .tg-casino-79otqb,
.tg-casino-68u4il, [class*="collapsible-header"],
.tg-casino-3dptiu, [class*="updated-block"] {
  color: #ece7dc !important;
}
