@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);
}

.dragonslots-kn48lh {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.dragonslots-bj5le8 {
  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.dragonslots-br1j69,
ul.dragonslots-br1j69 {
  padding-left: 20px;
}

ul.dragonslots-br1j69 {
  list-style: disc;
}

ol.dragonslots-br1j69 {
  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;
  }
}

.dragonslots-1ge0gg > .dragonslots-rzjdav,
.dragonslots-1ge0gg > .dragonslots-4tpvh0,
.dragonslots-1ge0gg > blockquote,
.dragonslots-1ge0gg > h1,
.dragonslots-1ge0gg > h2,
.dragonslots-1ge0gg > h3,
.dragonslots-1ge0gg > h4,
.dragonslots-1ge0gg > h5,
.dragonslots-1ge0gg > h6,
.dragonslots-1ge0gg > ol,
.dragonslots-1ge0gg > p,
.dragonslots-1ge0gg > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.dragonslots-1ge0gg > ol,
.dragonslots-1ge0gg > ul {
  padding-left: 50px;
}

.dragonslots-1ge0gg 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;
}

.dragonslots-1ge0gg:not(:last-child) {
  margin-bottom: 2rem;
}

.dragonslots-1ge0gg > :not(:first-child) {
  margin-top: 2rem;
}

.dragonslots-1ge0gg {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dragonslots-1ge0gg:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .dragonslots-1ge0gg:first-child {
    margin-top: 20px;
  }
}

.dragonslots-1ge0gg > p:last-of-type {
  margin-bottom: 32px;
}

.dragonslots-1ge0gg > .dragonslots-xlxvvh:not(:first-child) {
  margin: 64px auto 16px auto;
}

.dragonslots-p4fl9o > .dragonslots-xlxvvh {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.dragonslots-4tpvh0 {
  overflow: auto;
}

.dragonslots-4tpvh0::-webkit-scrollbar {
  height: 5px;
}

.dragonslots-4tpvh0 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.dragonslots-4tpvh0 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.dragonslots-4tpvh0 table thead,
table thead {
  border-bottom: none;
}

.dragonslots-4tpvh0 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.dragonslots-4tpvh0 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.dragonslots-4tpvh0 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.dragonslots-4tpvh0 .dragonslots-t5bv9n {
  table-layout: auto;
}

.dragonslots-4tpvh0 .dragonslots-t5bv9n th {
  word-break: normal;
}

.dragonslots-4tpvh0 .dragonslots-t5bv9n td {
  word-break: normal;
}

.dragonslots-kn48lh .dragonslots-kn48lh {
  padding-right: 0;
  padding-left: 0;
}

.dragonslots-5tq9ir {
  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;
}

.dragonslots-q4opaw {
  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;
}

.dragonslots-lj84z6 {
  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;
}

.dragonslots-rzjdav {
  margin-top: 24px;
}

.dragonslots-rzjdav.dragonslots-feya90 {
  text-align: left;
}

.dragonslots-rzjdav.dragonslots-rxgyrj {
  text-align: right;
}

.dragonslots-rzjdav.dragonslots-rqc1jq {
  text-align: center;
}

.dragonslots-jw3ts6 {
  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.dragonslots-25pcmw ease-in-out;
  cursor: pointer;
}

.dragonslots-jw3ts6:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.dragonslots-jw3ts6 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .dragonslots-jw3ts6 {
    min-width: unset;
  }
}

.dragonslots-x3a595 {
  background-color: var(--fh-bg-color);
}

.dragonslots-pwnv1a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.dragonslots-jca95e {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.dragonslots-jca95e img {
  max-height: 80px;
  object-fit: contain;
}

.dragonslots-tbkvsj {
  flex: 1 1;
}

.dragonslots-qbocvc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.dragonslots-bf2brk {
  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;
}

.dragonslots-bf2brk 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;
}

.dragonslots-bf2brk.dragonslots-5ogcqo span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.dragonslots-bf2brk.dragonslots-5ogcqo span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.dragonslots-bf2brk.dragonslots-5ogcqo span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.dragonslots-tbkvsj + .dragonslots-qbocvc {
  margin-left: 20px;
}

.dragonslots-0xxmj5 {
  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;
}

.dragonslots-0xxmj5 > svg {
  max-width: 24px;
  max-height: 24px;
}

.dragonslots-0xxmj5 + .dragonslots-0xxmj5 {
  margin-left: 5px;
}

.dragonslots-9ximj2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.dragonslots-9ximj2:hover {
  background-color: var(--button-bg-hover);
}

.dragonslots-uzh8p8 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.dragonslots-25pcmw ease-in-out;
  border: 1px solid var(--border-color);
}

.dragonslots-uzh8p8:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.dragonslots-mxu0rx {
  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) {
  .dragonslots-tbkvsj {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .dragonslots-mxu0rx {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .dragonslots-tbkvsj {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .dragonslots-0xxmj5 {
    min-width: unset;
    flex: 1 1;
  }
}

.dragonslots-00w1al {
  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;
}

.dragonslots-00w1al:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.dragonslots-00w1al:hover .dragonslots-d536p9 {
  opacity: 1;
  pointer-events: auto;
}

.dragonslots-3x7hjb {
  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.dragonslots-1d0epn ease-in-out;
  gap: 4px;
}

.dragonslots-3x7hjb > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.dragonslots-3x7hjb .dragonslots-5tq9ir img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.dragonslots-bzh2hz,
.dragonslots-3x7hjb:hover {
  color: var(--button-bg-hover);
}

.dragonslots-qx3odw {
  position: relative;
}

.dragonslots-qx3odw .dragonslots-3x7hjb {
  margin-right: 0;
  padding-right: 4px;
}

.dragonslots-d6pk2s svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.dragonslots-qx3odw.dragonslots-5ogcqo .dragonslots-d6pk2s svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.dragonslots-qx3odw.dragonslots-5ogcqo .dragonslots-d536p9 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.dragonslots-qx3odw.dragonslots-5ogcqo .dragonslots-d536p9::before {
  display: none;
}

.dragonslots-d6pk2s svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.dragonslots-d536p9 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.dragonslots-9pr1nt 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.dragonslots-d536p9::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.dragonslots-d536p9:hover {
  color: var(--fh-bg-color);
}

.dragonslots-6i6skh {
  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.dragonslots-9pr1nt 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.dragonslots-1d0epn ease-in-out;
  -o-transition: 0.dragonslots-1d0epn ease-in-out;
  transition: 0.dragonslots-1d0epn ease-in-out;
}

.dragonslots-6i6skh .dragonslots-5tq9ir img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.dragonslots-zpluq4,
.dragonslots-6i6skh:hover {
  color: var(--button-bg-hover);
}

.dragonslots-6p9xw6 {
  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%;
}

.dragonslots-6p9xw6.dragonslots-x6rylk {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.dragonslots-6p9xw6.dragonslots-x6rylk:after,
.dragonslots-6p9xw6.dragonslots-x6rylk:before {
  content: "";
  position: absolute;
  margin: auto;
}

.dragonslots-6p9xw6.dragonslots-x6rylk: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);
  }
}

.dragonslots-6p9xw6.dragonslots-x6rylk:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.dragonslots-6p9xw6.dragonslots-x6rylk > * {
  z-index: 1;
}

.dragonslots-6p9xw6 b,
.dragonslots-6p9xw6 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.dragonslots-6p9xw6 .dragonslots-i68rti {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.dragonslots-6p9xw6 .dragonslots-51jcav {
  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;
}

.dragonslots-6p9xw6 .dragonslots-5tq9ir {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.dragonslots-6p9xw6 .dragonslots-578c2p {
  margin-top: 12px;
}

.dragonslots-578c2p {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.dragonslots-k11pn6 {
  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;
}

.dragonslots-578c2p .dragonslots-pm7ifv {
  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.dragonslots-25pcmw ease-in-out;
}

.dragonslots-578c2p .dragonslots-pm7ifv:hover {
  background: rgba(255, 255, 255, 0.3);
}

.dragonslots-9yhes8 {
  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;
}

.dragonslots-6p9xw6.dragonslots-pn5opt {
  gap: 12px;
  padding: 16px;
}

.dragonslots-6p9xw6.dragonslots-pn5opt .dragonslots-9yhes8 {
  min-width: 240px;
}

.dragonslots-6p9xw6.dragonslots-pn5opt .dragonslots-9yhes8.dragonslots-zi3wfg {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .dragonslots-6p9xw6 .dragonslots-i68rti {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .dragonslots-6p9xw6 .dragonslots-51jcav {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .dragonslots-6p9xw6 .dragonslots-5tq9ir {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .dragonslots-6p9xw6.dragonslots-pn5opt .dragonslots-5tq9ir {
    max-width: 126px;
  }
  .dragonslots-6p9xw6 .dragonslots-578c2p {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .dragonslots-6p9xw6 .dragonslots-k11pn6 {
    max-width: unset;
  }
  .dragonslots-9yhes8 {
    min-width: unset;
    width: 100%;
  }
  .dragonslots-6p9xw6 .dragonslots-9yhes8 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .dragonslots-6p9xw6.dragonslots-pn5opt {
    grid-template-rows: auto 1fr auto;
  }
  .dragonslots-6p9xw6.dragonslots-pn5opt .dragonslots-9yhes8 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .dragonslots-6p9xw6 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .dragonslots-6p9xw6 .dragonslots-i68rti {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .dragonslots-6p9xw6 .dragonslots-5tq9ir {
    max-width: 78px;
  }
  .dragonslots-6p9xw6 .dragonslots-578c2p {
    margin-top: -12px;
  }
  .dragonslots-6p9xw6.dragonslots-pn5opt {
    gap: 8px;
  }
  .dragonslots-6p9xw6.dragonslots-pn5opt .dragonslots-i68rti {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .dragonslots-6p9xw6.dragonslots-pn5opt .dragonslots-51jcav {
    grid-column: 1/3;
  }
  .dragonslots-6p9xw6.dragonslots-pn5opt .dragonslots-5tq9ir {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .dragonslots-6p9xw6.dragonslots-pn5opt .dragonslots-5tq9ir img {
    max-width: 114px;
  }
}

.dragonslots-9yhes8.dragonslots-ujxrs3,
.dragonslots-9yhes8.dragonslots-blab7a,
.dragonslots-9yhes8.dragonslots-e90y42 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.dragonslots-25pcmw ease-in-out;
}

.dragonslots-9yhes8.dragonslots-ujxrs3,
.dragonslots-9yhes8.dragonslots-e90y42 {
  padding: 10px;
}

.dragonslots-9yhes8.dragonslots-ujxrs3:hover,
.dragonslots-9yhes8.dragonslots-blab7a:hover,
.dragonslots-9yhes8.dragonslots-e90y42:hover {
  background: var(--button-bg-hover);
}

.dragonslots-9yhes8.dragonslots-ujxrs3:hover svg path,
.dragonslots-9yhes8.dragonslots-e90y42:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.dragonslots-9yhes8.dragonslots-zi3wfg {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.dragonslots-25pcmw ease-in-out;
  background: var(--button-bg-color);
}

.dragonslots-9yhes8.dragonslots-zi3wfg:hover {
  background-color: var(--button-bg-hover);
}

.dragonslots-9yhes8.dragonslots-blab7a: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);
  }
}

.dragonslots-9yhes8.dragonslots-blab7a:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.dragonslots-9yhes8.dragonslots-zi3wfg:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.dragonslots-rmuevx {
  max-width: 650px;
}

.dragonslots-8mdq0j {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.dragonslots-brbiwu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.dragonslots-yc55mk {
  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.dragonslots-1d0epn ease-in-out;
  cursor: pointer;
}

.dragonslots-yc55mk:hover {
  opacity: 0.5;
}

.dragonslots-yc55mk:focus {
  outline: 0;
}

.dragonslots-yc55mk:focus .dragonslots-9pq16d,
.dragonslots-yc55mk:hover .dragonslots-9pq16d {
  fill: red;
  fill-opacity: 1;
}

.dragonslots-yc55mk:hover {
  cursor: pointer;
}

.dragonslots-w3od8d {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.dragonslots-rmuevx.dragonslots-rqc1jq {
  margin: 0 auto;
}

.dragonslots-rmuevx.dragonslots-rxgyrj {
  margin-left: auto;
}

.dragonslots-9i18a0 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.dragonslots-odcnb1 {
  padding-bottom: 50px;
}

.dragonslots-wtusfm {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.dragonslots-n32tlg {
  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;
}

.dragonslots-jasebe {
  margin-top: 24px;
}

.dragonslots-di0q96 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dragonslots-rghbtr {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.dragonslots-xpr9nw {
  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;
}

.dragonslots-zvn2c3 {
  width: 468px;
}

.dragonslots-xpr9nw .dragonslots-d536p9 {
  margin: 0.dragonslots-5mn519 0;
}

.dragonslots-4fii6o {
  display: flex;
  min-width: 224px;
}

.dragonslots-uwew2w {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.dragonslots-1d0epn ease-in-out;
}

.dragonslots-yepicl,
.dragonslots-uwew2w:hover {
  color: var(--text-color);
}

.dragonslots-52oy8y {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.dragonslots-qf84lt {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .dragonslots-9i18a0 {
    padding: 16px;
  }
  .dragonslots-52oy8y {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .dragonslots-qf84lt {
    align-items: center;
  }
  .dragonslots-zvn2c3 {
    width: unset;
  }
  .dragonslots-4fii6o {
    min-width: unset;
  }
  .dragonslots-xpr9nw {
    max-height: unset;
  }
  .dragonslots-wtusfm {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .dragonslots-9i18a0 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.dragonslots-vqipg6 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.dragonslots-vqipg6:not(:last-child) {
  margin-bottom: 16px;
}

.dragonslots-gnzpgm {
  outline: 0;
}

.dragonslots-gnzpgm .dragonslots-pvasg5 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.dragonslots-gcnh0z {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .dragonslots-gcnh0z {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.dragonslots-gcnh0z::-webkit-details-marker {
  display: none;
}

.dragonslots-gcnh0z: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;
}

.dragonslots-gcnh0z: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] .dragonslots-gcnh0z:after {
  transform: unset;
}

.dragonslots-pvasg5 {
  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);
}

.dragonslots-pvasg5 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.dragonslots-1d0epn ease-in-out;
  -o-transition: 0.dragonslots-1d0epn ease-in-out;
  transition: 0.dragonslots-1d0epn ease-in-out;
}

.dragonslots-orbpkd {
  padding: 16px 0 0 0;
}

.dragonslots-orbpkd * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .dragonslots-orbpkd :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .dragonslots-gcnh0z {
    flex-wrap: wrap;
    gap: 12px;
  }
  .dragonslots-gcnh0z::after {
    margin-left: auto;
  }
  .dragonslots-pvasg5 {
    order: 3;
    flex: 1 1 100%;
  }
  .dragonslots-gcnh0z {
    font-size: 14px;
    line-height: 130%;
  }
  .dragonslots-pvasg5 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.dragonslots-shdxur {
  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;
}

.dragonslots-aheico {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.dragonslots-shdxur.dragonslots-5ogcqo .dragonslots-aheico {
  margin-bottom: 12px;
}

.dragonslots-aheico::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;
}

.dragonslots-shdxur.dragonslots-5ogcqo .dragonslots-aheico::after {
  transform: unset;
}

.dragonslots-8800f1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.dragonslots-61bej0 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.dragonslots-1d0epn ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.dragonslots-61bej0: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;
}

.dragonslots-shdxur.dragonslots-5ogcqo .dragonslots-8800f1 {
  max-height: 100%;
}

.dragonslots-qusmbt {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.dragonslots-oy8i08 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.dragonslots-dusaz3 {
  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;
}

.dragonslots-5v3oyx {
  margin-right: 4px;
}

.dragonslots-qsqt6p {
  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.dragonslots-1d0epn ease-in-out;
}

.dragonslots-qsqt6p svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.dragonslots-cmen6i,
.dragonslots-qsqt6p:hover {
  color: var(--text-color);
}

.dragonslots-r6shk1 {
  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;
}

.dragonslots-r6shk1 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.dragonslots-r6shk1 .dragonslots-75jo72 {
  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;
}

.dragonslots-r6shk1 .dragonslots-httnvs {
  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;
}

.dragonslots-db3jq5 {
  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;
}

.dragonslots-2taqwt {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dragonslots-11vvu7 .dragonslots-kn48lh {
  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;
}

.dragonslots-11vvu7 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.dragonslots-shn4dp {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.dragonslots-u24rsw {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.dragonslots-13nnzj {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.dragonslots-qc7sbe 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;
}

.dragonslots-13nnzj:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.dragonslots-2j55kt {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.dragonslots-cqwfqy {
  -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.dragonslots-1d0epn ease-in-out;
  transition: transform 0.dragonslots-1d0epn ease-in-out;
  -o-transition: transform 0.dragonslots-1d0epn ease-in-out;
  transition:
    transform 0.dragonslots-1d0epn ease-in-out,
    -webkit-transform 0.dragonslots-1d0epn ease-in-out;
  cursor: pointer;
}

.dragonslots-cqwfqy svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.dragonslots-cqwfqy: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;
}

.dragonslots-r3svus {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .dragonslots-r3svus {
    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);
}

.dragonslots-qy8iz4 {
  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;
}

.dragonslots-x8riuy {
  position: relative;
  width: 100%;
}

.dragonslots-qy8iz4.dragonslots-b6ij6t {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dragonslots-qy8iz4.dragonslots-rqc1jq {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dragonslots-qy8iz4.dragonslots-rxgyrj {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dragonslots-1u8od2 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.dragonslots-6pmmha {
  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.dragonslots-1d0epn ease-in-out;
  cursor: pointer;
}

.dragonslots-6pmmha:hover {
  opacity: 0.5;
}

.dragonslots-qy8iz4.dragonslots-tq57g6 .dragonslots-6pmmha {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.dragonslots-qy8iz4.dragonslots-tq57g6 .dragonslots-1u8od2 {
  cursor: pointer;
}

.dragonslots-ydcm9z {
  fill: #0009;
}

.dragonslots-u6od0j {
  fill: #fff;
}

.dragonslots-6pmmha:hover .dragonslots-ydcm9z {
  fill: red;
}

.dragonslots-6pmmha svg path {
  -webkit-transition: 0.dragonslots-1d0epn ease-in-out;
  -o-transition: 0.dragonslots-1d0epn ease-in-out;
  transition: 0.dragonslots-1d0epn ease-in-out;
}

.dragonslots-hyb0lh {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.dragonslots-hyb0lh > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.dragonslots-hyb0lh.dragonslots-zcd1b8 > :not(.get-image) {
  grid-column: 1/3;
}

.dragonslots-qw351n:not(._h1-block) .dragonslots-hyb0lh > .dragonslots-xlxvvh {
  grid-row: 1/2;
  grid-column: 1/3;
}

.dragonslots-hyb0lh.dragonslots-zcd1b8 .dragonslots-015es9 {
  grid-column: 2/3;
}

.dragonslots-hyb0lh.dragonslots-zcd1b8 > .dragonslots-5tq9ir {
  grid-column: 1/2;
}

.dragonslots-hyb0lh.dragonslots-zcd1b8 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.dragonslots-hyb0lh > p:first-of-type {
  margin-top: 0;
}

.dragonslots-hyb0lh .dragonslots-5tq9ir {
  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;
}

.dragonslots-qw351n:not(._h1-block) .dragonslots-xlxvvh ~ .dragonslots-5tq9ir {
  grid-row: 2/10;
}

.dragonslots-qw351n.dragonslots-37mpem .dragonslots-xlxvvh ~ .dragonslots-5tq9ir {
  grid-row: 1/10;
}

.dragonslots-qw351n.dragonslots-37mpem > .dragonslots-xlxvvh {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.dragonslots-qw351n.dragonslots-37mpem .dragonslots-5tq9ir {
  grid-row: 1/10;
}

.dragonslots-hyb0lh.dragonslots-j8kuop .dragonslots-5tq9ir {
  align-items: flex-start;
}

.dragonslots-hyb0lh.dragonslots-rqc1jq .dragonslots-015es9 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.dragonslots-hyb0lh.dragonslots-rqc1jq .dragonslots-5tq9ir {
  align-items: center;
}

.dragonslots-hyb0lh.dragonslots-ktzyi3 .dragonslots-5tq9ir {
  align-items: flex-end;
}

.dragonslots-015es9 > :first-child {
  margin-top: 0;
}

.dragonslots-015es9 > :last-child {
  margin-bottom: 0;
}

* + .dragonslots-zrl3a0,
.dragonslots-qw351n + .dragonslots-qw351n {
  margin-top: 2rem;
}

.dragonslots-evepfa td::before,
.dragonslots-evepfa th::after {
  display: none !important;
}

.dragonslots-evepfa #link-selector {
  color: #000;
}

.dragonslots-evepfa .dragonslots-6icw42 {
  color: #135e96;
}

.dragonslots-evepfa .dragonslots-c4zqkt *,
.dragonslots-evepfa .dragonslots-r5yngk p,
.dragonslots-evepfa .dragonslots-f6w97j * {
  color: #000;
}

.dragonslots-evepfa .dragonslots-efs9qs {
  background: 0 0 !important;
}

.dragonslots-evepfa .dragonslots-9kqxsf {
  color: #000;
}

.dragonslots-evepfa .dragonslots-0td0y7.dragonslots-rzrzlo {
  color: #fff;
}

.dragonslots-evepfa .dragonslots-t8ql10 {
  color: #000;
}

.dragonslots-evepfa
  .dragonslots-vj3d6h
  .dragonslots-znm8v5.dragonslots-rzrzlo.dragonslots-ymxq2f {
  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;
}

.dragonslots-tx7pd9,
body .dragonslots-t0gq3w {
  color: #000;
  background: var(--color-body) !important;
}

.dragonslots-tx7pd9 .dragonslots-w5mqca .dragonslots-dikcon,
body .dragonslots-t0gq3w .dragonslots-w5mqca .dragonslots-dikcon {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .dragonslots-61bej0:focus,
  .dragonslots-61bej0:hover {
    color: #f9cb16;
  }
  .dragonslots-nm1nri:focus,
  .dragonslots-nm1nri:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .dragonslots-r569d9:focus img,
  .dragonslots-r569d9:focus svg,
  .dragonslots-r569d9:hover img,
  .dragonslots-r569d9:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .dragonslots-r6shk1 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .dragonslots-qx3odw:hover .dragonslots-d6pk2s svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .dragonslots-d6pk2s {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .dragonslots-cpugw7 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .dragonslots-4eielq {
    grid-template-columns: repeat(4, 1fr);
  }
  .dragonslots-4bhgjq {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .dragonslots-5htisf .dragonslots-kkdfwl {
    grid-template-columns: 1fr;
  }
  .dragonslots-5htisf .dragonslots-kasz02 {
    -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;
  }
  .dragonslots-5htisf .dragonslots-jtcb81 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .dragonslots-5htisf .dragonslots-neooiu {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .dragonslots-5htisf .dragonslots-dg42qe {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .dragonslots-5htisf .dragonslots-jtcb81:not(:first-child) {
    border: none;
  }
  .dragonslots-5htisf .dragonslots-jtcb81:first-child .dragonslots-neooiu {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .dragonslots-5htisf .dragonslots-jtcb81:last-child .dragonslots-neooiu {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .dragonslots-pwnv1a {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .dragonslots-jca95e {
    max-width: 100px;
  }
  .dragonslots-tbkvsj {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .dragonslots-qbocvc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .dragonslots-qbocvc svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .dragonslots-bf2brk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .dragonslots-tbkvsj + .dragonslots-qbocvc {
    margin-left: auto;
  }
  .dragonslots-bvouj8 {
    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;
  }
  .dragonslots-bvouj8.dragonslots-5ogcqo {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .dragonslots-mxu0rx {
    -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;
  }
  .dragonslots-00w1al {
    width: 100%;
  }
  .dragonslots-00w1al:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .dragonslots-3x7hjb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .dragonslots-3x7hjb svg {
    margin-right: 4px;
  }
  .dragonslots-qx3odw {
    -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;
  }
  .dragonslots-d6pk2s svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .dragonslots-d6pk2s {
    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;
  }
  .dragonslots-d536p9 {
    display: none;
    width: 100%;
  }
  .dragonslots-qx3odw.dragonslots-5ogcqo .dragonslots-d536p9 {
    padding: 0 0 0 48px;
  }
  .dragonslots-6i6skh {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .dragonslots-n32tlg .dragonslots-5tq9ir {
    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;
  }
  .dragonslots-ayiusl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .dragonslots-ayiusl + .dragonslots-ayiusl {
    margin-right: 0;
  }
  .dragonslots-ayiusl + .dragonslots-5tq9ir {
    margin: 0;
  }
  .dragonslots-cpugw7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .dragonslots-4eielq {
    grid-template-columns: repeat(3, 1fr);
  }
  .dragonslots-b7s0r8,
  .dragonslots-8yn01q {
    grid-template-columns: repeat(2, 1fr);
  }
  .dragonslots-hyb0lh {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dragonslots-hyb0lh.dragonslots-zcd1b8 .dragonslots-015es9 {
    grid-column: auto;
    grid-row: auto;
  }
  .dragonslots-hyb0lh > .dragonslots-xlxvvh {
    grid-column: 1/2;
  }
  .dragonslots-hyb0lh.dragonslots-zcd1b8 > :not(.get-image) {
    grid-column: 1/2;
  }
  .dragonslots-hyb0lh .dragonslots-5tq9ir,
  .dragonslots-hyb0lh.dragonslots-zcd1b8 > .dragonslots-5tq9ir {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .dragonslots-hyb0lh.dragonslots-zcd1b8 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .dragonslots-qw351n.dragonslots-37mpem .dragonslots-hyb0lh > .dragonslots-5tq9ir {
    grid-row: 1/2;
  }
  .dragonslots-hyb0lh .dragonslots-xlxvvh ~ .dragonslots-5tq9ir,
  .dragonslots-hyb0lh.dragonslots-zcd1b8 .dragonslots-xlxvvh ~ .dragonslots-5tq9ir {
    grid-row: 2/3;
  }
  .dragonslots-qw351n.dragonslots-37mpem .dragonslots-xlxvvh ~ .dragonslots-5tq9ir {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .dragonslots-1ge0gg:first-child .dragonslots-trnw0b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dragonslots-1ge0gg:first-child .dragonslots-trnw0b h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .dragonslots-1ge0gg {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .dragonslots-1ge0gg {
    padding: 0;
  }
  .dragonslots-rzjdav {
    margin-top: 1rem;
  }
  .dragonslots-gnzpgm {
    border-radius: 5px;
  }
  .dragonslots-0begga {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dragonslots-aheico::after {
    display: inline-block;
  }
  .dragonslots-aheico {
    margin: 0;
    width: 100%;
  }
  .dragonslots-8800f1 {
    width: 100%;
  }
  .dragonslots-8800f1.dragonslots-w2plps {
    -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%;
  }
  .dragonslots-8800f1.dragonslots-w2plps .dragonslots-d6ev0c {
    width: 100%;
  }
  .dragonslots-8800f1.dragonslots-w2plps .dragonslots-d6ev0c:not(:last-child) {
    margin-right: 0;
  }
  .dragonslots-61bej0 {
    width: 100%;
    text-align: center;
  }
  .dragonslots-shdxur.dragonslots-5ogcqo .dragonslots-8800f1 {
    margin-top: 1rem;
  }
  .dragonslots-cpugw7 {
    grid-template-columns: repeat(3, 1fr);
  }
  .dragonslots-4bhgjq,
  .dragonslots-4eielq {
    grid-template-columns: repeat(2, 1fr);
  }
  .dragonslots-b7s0r8,
  .dragonslots-8yn01q,
  .dragonslots-726iga {
    grid-template-columns: 1fr;
  }
  .dragonslots-v9cspb {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .dragonslots-m1ja7z {
    min-width: 300px;
    max-width: 325px;
  }
  .dragonslots-neooiu {
    cursor: auto;
  }
  .dragonslots-2tbfd6 .dragonslots-neooiu {
    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;
  }
  .dragonslots-r3svus {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .dragonslots-d536p9 {
    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) {
  .dragonslots-r3svus {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.dragonslots-ayiusl p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .dragonslots-qbocvc {
    margin: 0 -0.2rem;
  }
  .dragonslots-ayiusl {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .dragonslots-lcb2a4 {
    -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;
  }
  .dragonslots-tq8e94 {
    max-width: 100%;
  }
  .dragonslots-cpugw7 {
    grid-template-columns: repeat(2, 1fr);
  }
  .dragonslots-4bhgjq,
  .dragonslots-4eielq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .dragonslots-pwnv1a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dragonslots-qbocvc {
    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;
  }
  .dragonslots-x3a595 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dragonslots-0xxmj5 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .dragonslots-v8ndnh,
  .dragonslots-hzvg3r {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .dragonslots-jw3ts6 {
    width: 100%;
  }
  .dragonslots-cpugw7 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .dragonslots-r3svus {
    top: 127px !important;
  }
}

.dragonslots-swq28q {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .dragonslots-swq28q {
  }
}

@media (max-width: 767px) {
  .dragonslots-swq28q {
    margin-bottom: 12px;
  }
}

.dragonslots-swq28q img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.dragonslots-iviofw {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.dragonslots-iviofw > .dragonslots-9yl2qv {
  flex: 1 1;
}

@media (max-width: 767px) {
  .dragonslots-iviofw {
    flex-direction: column;
    gap: 12px;
  }
}

.dragonslots-ejp629 {
  display: flex;
}

.dragonslots-ejp629 .dragonslots-82j1ef {
  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;
}

.dragonslots-ejp629 .dragonslots-lrp5b3 {
  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;
}

.dragonslots-ejp629 .dragonslots-2pvkeo {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.dragonslots-ejp629 .dragonslots-bse142 {
  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));
  }
}

.dragonslots-ejp629 .dragonslots-bse142:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.dragonslots-ejp629 .dragonslots-8y36wl {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.dragonslots-twy01d {
  border: unset;
  background-color: unset;
}

.dragonslots-twy01d tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.dragonslots-twy01d .dragonslots-5qjwp4,
.dragonslots-twy01d .dragonslots-jg2f77 {
  flex: 0 1 330px;
}

.dragonslots-twy01d .dragonslots-tl99ek {
  flex: 1 1;
}

.dragonslots-twy01d tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.dragonslots-twy01d tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.dragonslots-twy01d tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.dragonslots-twy01d tr td p {
  color: #fff;
  margin: 0;
}

.dragonslots-twy01d tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.dragonslots-twy01d tr.dragonslots-5qjwp4 td p {
  padding: 16px 0;
}

.dragonslots-twy01d tr.dragonslots-5qjwp4 td p:not(:last-child),
.dragonslots-twy01d tr.dragonslots-jg2f77 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.dragonslots-twy01d tr.dragonslots-5qjwp4 td p:first-child,
.dragonslots-twy01d tr.dragonslots-jg2f77 td p:first-child {
  padding-top: 0;
}

.dragonslots-twy01d tr.dragonslots-jg2f77 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.dragonslots-twy01d tr.dragonslots-jg2f77 td p:last-child {
  padding-bottom: 0;
}

.dragonslots-twy01d .dragonslots-jg2f77 img {
  max-width: 32px;
}

.dragonslots-twy01d .dragonslots-tl99ek {
  min-width: 718px;
}

.dragonslots-twy01d .dragonslots-tl99ek td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.dragonslots-twy01d .dragonslots-tl99ek td {
  display: flex;
}

.dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-ivn5nl,
.dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-twg0vz,
.dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-lzq8g1 {
  flex: 1 1 50%;
}

.dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-9s3bdq {
  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;
}

.dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-4go247,
.dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-rb8l2u {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-ivn5nl,
.dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-twg0vz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-ivn5nl span,
.dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-twg0vz span {
  font-weight: 800;
}

.dragonslots-twy01d .dragonslots-tl99ek img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .dragonslots-twy01d .dragonslots-tl99ek td .dragonslots-lzq8g1:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .dragonslots-twy01d tr.dragonslots-5qjwp4 td p:last-child {
    padding-bottom: 0;
  }
  .dragonslots-twy01d .dragonslots-jg2f77 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .dragonslots-twy01d .dragonslots-jg2f77 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .dragonslots-twy01d tr.dragonslots-5qjwp4 td p:not(:last-child),
  .dragonslots-twy01d tr.dragonslots-jg2f77 td p:not(:last-child) {
    border-bottom: unset;
  }
  .dragonslots-twy01d tr.dragonslots-jg2f77 td p:last-child {
    padding-bottom: 12px;
  }
  .dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-ivn5nl,
  .dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-twg0vz,
  .dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-lzq8g1 {
    flex: 1 1 50%;
    padding: 0;
  }
  .dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-ivn5nl,
  .dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-twg0vz {
    margin-top: 16px;
  }
  .dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-lzq8g1 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-ivn5nl {
    border-right: 1px solid var(--border-color);
  }
  .dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-lzq8g1:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .dragonslots-twy01d .dragonslots-tl99ek td:last-child .dragonslots-lzq8g1:last-child {
    padding-bottom: 0;
  }
}

.dragonslots-lzq8g1 {
  display: flex;
  flex-direction: column;
}

.dragonslots-twy01d .dragonslots-tl99ek td .dragonslots-lzq8g1 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.dragonslots-twy01d .dragonslots-tl99ek td .dragonslots-lzq8g1:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.dragonslots-twy01d .dragonslots-tl99ek td .dragonslots-lzq8g1:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .dragonslots-twy01d .dragonslots-tl99ek td .dragonslots-lzq8g1:not(:first-child) {
    padding-left: 0;
  }
  .dragonslots-twy01d .dragonslots-tl99ek td .dragonslots-lzq8g1:not(:last-of-type) {
    border-right: unset;
  }
}

.dragonslots-twy01d .dragonslots-k0vzbc {
  flex: 0 1 485px;
}

.dragonslots-twy01d .dragonslots-07s3ue {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.dragonslots-twy01d .dragonslots-07s3ue li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.dragonslots-twy01d .dragonslots-07s3ue li.dragonslots-te9d5v {
  padding: 6px 12px;
}

.dragonslots-twy01d .dragonslots-07s3ue li a,
.dragonslots-twy01d .dragonslots-07s3ue 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;
}

.dragonslots-twy01d .dragonslots-z9sdbg,
.dragonslots-twy01d .dragonslots-nyc39q {
  flex: 1 1;
}

.dragonslots-twy01d .dragonslots-jdum6z,
.dragonslots-twy01d .dragonslots-acwkd9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dragonslots-twy01d .dragonslots-jdum6z li,
.dragonslots-twy01d .dragonslots-acwkd9 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.dragonslots-twy01d .dragonslots-nyc39q img {
  max-width: 32px;
}

.dragonslots-twy01d .dragonslots-z9sdbg img {
  max-width: 32px;
}

.dragonslots-twy01d .dragonslots-l29p0v {
  min-width: 280px;
}

.dragonslots-twy01d .dragonslots-l29p0v img {
  max-width: 146px;
}

.dragonslots-twy01d .dragonslots-l29p0v td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .dragonslots-twy01d .dragonslots-5qjwp4,
  .dragonslots-twy01d .dragonslots-jg2f77 {
    flex: 0 1 auto;
  }
  .dragonslots-twy01d .dragonslots-tl99ek {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .dragonslots-twy01d .dragonslots-5qjwp4,
  .dragonslots-twy01d .dragonslots-k0vzbc,
  .dragonslots-twy01d .dragonslots-jg2f77,
  .dragonslots-twy01d .dragonslots-tl99ek {
    flex: 1 1 calc(50% - 20px);
  }
  .dragonslots-twy01d .dragonslots-z9sdbg,
  .dragonslots-twy01d .dragonslots-l29p0v,
  .dragonslots-twy01d .dragonslots-nyc39q {
    flex: 1 1 30%;
  }
  .dragonslots-twy01d .dragonslots-l29p0v {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .dragonslots-twy01d .dragonslots-5qjwp4,
  .dragonslots-twy01d .dragonslots-k0vzbc,
  .dragonslots-twy01d .dragonslots-z9sdbg,
  .dragonslots-twy01d .dragonslots-jg2f77,
  .dragonslots-twy01d .dragonslots-tl99ek,
  .dragonslots-twy01d .dragonslots-l29p0v,
  .dragonslots-twy01d .dragonslots-nyc39q {
    flex: 1 1 100%;
  }
}

.dragonslots-3n68bv .dragonslots-q97ma9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dragonslots-3n68bv .dragonslots-tz0bb6 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.dragonslots-3n68bv .dragonslots-vrbcxe {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.dragonslots-3n68bv .dragonslots-zg7am9 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.dragonslots-3n68bv .dragonslots-zg7am9 > :nth-child(3) {
  margin-top: 0;
}

.dragonslots-3n68bv .dragonslots-5tq9ir {
  grid-column: 2/3;
  grid-row: 1/10;
}

.dragonslots-3n68bv .dragonslots-h7mi7d {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.dragonslots-3n68bv .dragonslots-rzjdav {
  grid-column: 1/2;
}

.dragonslots-3n68bv > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.dragonslots-3n68bv .dragonslots-tz0bb6: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;
}

.dragonslots-3n68bv .dragonslots-tz0bb6:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.dragonslots-3n68bv .dragonslots-jw3ts6 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .dragonslots-3n68bv .dragonslots-tz0bb6:not(:last-child):before {
    bottom: 8px;
  }
  .dragonslots-3n68bv .dragonslots-tz0bb6:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .dragonslots-3n68bv .dragonslots-zg7am9 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .dragonslots-3n68bv .dragonslots-5tq9ir {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .dragonslots-3n68bv .dragonslots-5tq9ir img {
    width: 100%;
    height: auto;
  }
  .dragonslots-3n68bv .dragonslots-jw3ts6 {
    width: 100%;
    min-width: unset;
  }
}

.dragonslots-kr1fdw .dragonslots-exkbvk {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.dragonslots-kr1fdw .dragonslots-se1x7a {
  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;
}

.dragonslots-kr1fdw .dragonslots-5tq9ir {
  height: 100%;
}

.dragonslots-kr1fdw .dragonslots-5tq9ir img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.dragonslots-kr1fdw .dragonslots-9mkmkr {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.dragonslots-kr1fdw .dragonslots-j9n9bq {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.dragonslots-kr1fdw .dragonslots-brcj56 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .dragonslots-kr1fdw .dragonslots-se1x7a {
    flex: 1 1 100%;
  }
  .dragonslots-kr1fdw .dragonslots-9yhes8 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .dragonslots-kr1fdw .dragonslots-se1x7a {
    flex-direction: column;
  }
  .dragonslots-kr1fdw .dragonslots-5tq9ir {
    width: 100%;
    height: auto;
  }
  .dragonslots-kr1fdw .dragonslots-5tq9ir img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .dragonslots-kr1fdw .dragonslots-9mkmkr {
    padding: 0 16px 16px 16px;
  }
  .dragonslots-kr1fdw .dragonslots-9yhes8 {
    min-width: unset;
    width: 100%;
  }
}

.dragonslots-x1huk2 .dragonslots-x4cpym {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.dragonslots-x1huk2 .dragonslots-i8t0km {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.dragonslots-x1huk2 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;
}

.dragonslots-x1huk2 .dragonslots-tckudk {
  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;
}

.dragonslots-x1huk2 .dragonslots-i8t0km:hover .dragonslots-tckudk {
  display: flex;
}

.dragonslots-x1huk2 .dragonslots-d7ejpz {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.dragonslots-x1huk2 .dragonslots-9dmy3h {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.dragonslots-v21r8i {
  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;
}

.dragonslots-v21r8i.dragonslots-iyvhlh {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.dragonslots-25pcmw ease-in-out;
}

.dragonslots-v21r8i.dragonslots-iyvhlh:hover {
  color: #f9cb16;
  background-color: transparent;
}

.dragonslots-x1huk2 .dragonslots-ohl9fq {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.dragonslots-25pcmw ease-in-out;
}

.dragonslots-x1huk2 .dragonslots-ohl9fq:hover {
  color: #196948;
  background-color: #f9cb16;
}

.dragonslots-x1huk2 .dragonslots-ohl9fq:after,
.dragonslots-v21r8i.dragonslots-iyvhlh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.dragonslots-v21r8i.dragonslots-iyvhlh:after {
  background-image: url(../images/Cash.svg);
}

.dragonslots-x1huk2 .dragonslots-ohl9fq:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .dragonslots-x1huk2 .dragonslots-x4cpym {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .dragonslots-x1huk2 .dragonslots-x4cpym {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .dragonslots-x1huk2 .dragonslots-x4cpym {
    grid-template-columns: 1fr;
  }
  .dragonslots-x1huk2 .dragonslots-i8t0km {
    height: auto;
  }
  .dragonslots-x1huk2 .dragonslots-i8t0km .dragonslots-tckudk {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .dragonslots-x1huk2 .dragonslots-d7ejpz,
  .dragonslots-x1huk2 .dragonslots-9dmy3h {
    text-align: left;
  }
  .dragonslots-x1huk2 .dragonslots-9dmy3h {
    margin-bottom: 8px;
  }
  .dragonslots-x1huk2 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.dragonslots-31eudn {
  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;
}

.dragonslots-31eudn.dragonslots-tq57g6 {
  display: block;
}

.dragonslots-31eudn .dragonslots-o6i0g4 {
  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;
}

.dragonslots-31eudn .dragonslots-8emigk {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.dragonslots-31eudn .dragonslots-x0xne8 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.dragonslots-31eudn .dragonslots-7hu103 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.dragonslots-31eudn .dragonslots-v21r8i {
  min-width: 296px;
  margin-bottom: 0;
}

.dragonslots-31eudn .dragonslots-a5s0dx {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.dragonslots-31eudn .dragonslots-le1hrq {
  position: relative;
  flex: 1 1;
}

.dragonslots-31eudn .dragonslots-le1hrq iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .dragonslots-31eudn .dragonslots-8emigk {
    flex-wrap: wrap;
    gap: 8px;
  }
  .dragonslots-31eudn .dragonslots-x0xne8 {
    order: 1;
  }
  .dragonslots-31eudn .dragonslots-7hu103 {
    order: 3;
    flex: 1 1 100%;
  }
  .dragonslots-31eudn .dragonslots-v21r8i {
    width: 100%;
    min-width: unset;
  }
  .dragonslots-31eudn .dragonslots-a5s0dx {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .dragonslots-hyb0lh > .dragonslots-xlxvvh {
    margin-bottom: 0;
  }
  .dragonslots-hyb0lh > .dragonslots-rzjdav,
  .dragonslots-hyb0lh > p {
    margin-top: 0;
  }
}

.dragonslots-tynpkb img,
.dragonslots-ayiusl img {
  width: auto;
  object-fit: contain;
}

.dragonslots-tynpkb {
  align-items: center;
}

.dragonslots-tynpkb img {
  max-height: 76px;
}

.dragonslots-ayiusl img {
  max-height: 64px;
}

.dragonslots-a0bcef {
  overflow: auto;
}

.dragonslots-kj1tr3 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.dragonslots-q9k1ty:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.dragonslots-q1e9j6 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.dragonslots-hqh8dp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dragonslots-q1e9j6 .dragonslots-5tq9ir {
  margin-right: 20px;
  flex-shrink: 0;
}

.dragonslots-q1e9j6 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.dragonslots-s3ctbt {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.dragonslots-s3ctbt > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .dragonslots-q1e9j6 {
    padding: 15px 10px;
  }
  .dragonslots-s3ctbt {
    padding: 15px 10px;
  }
  .dragonslots-q1e9j6 .dragonslots-5tq9ir {
    margin-right: 10px;
  }
}

.dragonslots-h4u474 {
  overflow-x: auto;
}

.dragonslots-12o6vf {
  border-collapse: collapse;
  width: 100%;
}

.dragonslots-h4u474 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.dragonslots-h4u474 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.dragonslots-h4u474 td.dragonslots-nk3e95 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.dragonslots-h4u474 td.dragonslots-zlitpl {
  border-right: none;
}

.dragonslots-h4u474 td.dragonslots-zlitpl .dragonslots-5tq9ir {
  justify-content: flex-start;
}

.dragonslots-h4u474 td.dragonslots-zlitpl .dragonslots-5tq9ir img {
  height: auto;
  width: 90px;
}

.dragonslots-h4u474 td.dragonslots-7a76ch,
.dragonslots-h4u474 td.dragonslots-r6kzu2 {
  font-weight: 600;
  text-align: right;
}

.dragonslots-h4u474 td.dragonslots-ar37d9,
.dragonslots-h4u474 td.dragonslots-7a76ch {
  padding-bottom: 10px;
  border-bottom: none;
}

.dragonslots-h4u474 td.dragonslots-7a76ch,
.dragonslots-h4u474 td.dragonslots-r6kzu2 {
  border-left: none;
}

.dragonslots-h4u474 td.dragonslots-ar37d9,
.dragonslots-h4u474 td.dragonslots-g2h6kq {
  border-right: none;
}

.dragonslots-h4u474 td.dragonslots-g2h6kq,
.dragonslots-h4u474 td.dragonslots-r6kzu2 {
  border-top: none;
  padding-top: 10px;
}

.dragonslots-cduozt {
  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;
}

.dragonslots-cduozt .dragonslots-9yhes8 {
  min-width: unset;
  width: 100%;
}

.dragonslots-cduozt .dragonslots-9yhes8.dragonslots-ujxrs3 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.dragonslots-cduozt .dragonslots-9yhes8.dragonslots-e90y42 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.dragonslots-cduozt .dragonslots-0041zx {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .dragonslots-cduozt {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .dragonslots-cduozt .dragonslots-9yhes8.dragonslots-ujxrs3 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .dragonslots-cduozt .dragonslots-9yhes8.dragonslots-e90y42 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .dragonslots-cduozt .dragonslots-0041zx {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.dragonslots-4qdlim {
  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;
}

.dragonslots-ovc8t6 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.dragonslots-p4fl9o p a img {
  margin: 0 auto;
  display: block;
}

.dragonslots-p4fl9o table {
  margin-bottom: 17px;
}

/* contanct form */
.dragonslots-9liogx {
  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;
}

.dragonslots-9liogx label {
  font-size: 14px;
}

.dragonslots-9liogx h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.dragonslots-9liogx input,
.dragonslots-9liogx textarea,
.dragonslots-9liogx 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;
}
.dragonslots-9liogx button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.dragonslots-25pcmw ease;
}
.dragonslots-9liogx button:hover {
  background-color: #691204;
}
.dragonslots-3zadxu {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.dragonslots-afr5nr ease-in;
}

.dragonslots-3zadxu 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;
}
.dragonslots-gs0bql, .dragonslots-nomimf, [class*="review-card"],
thead, thead th, table th, .dragonslots-v6rpl4,
.dragonslots-yrg4z9, [class*="collapsible-header"],
.dragonslots-ttqbwi, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
