@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);
}

.happyslots-76ejg7 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.happyslots-zgqllr {
  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.happyslots-dzznju,
ul.happyslots-dzznju {
  padding-left: 20px;
}

ul.happyslots-dzznju {
  list-style: disc;
}

ol.happyslots-dzznju {
  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;
  }
}

.happyslots-er6xcj > .happyslots-7odvby,
.happyslots-er6xcj > .happyslots-8zrf4v,
.happyslots-er6xcj > blockquote,
.happyslots-er6xcj > h1,
.happyslots-er6xcj > h2,
.happyslots-er6xcj > h3,
.happyslots-er6xcj > h4,
.happyslots-er6xcj > h5,
.happyslots-er6xcj > h6,
.happyslots-er6xcj > ol,
.happyslots-er6xcj > p,
.happyslots-er6xcj > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.happyslots-er6xcj > ol,
.happyslots-er6xcj > ul {
  padding-left: 50px;
}

.happyslots-er6xcj 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;
}

.happyslots-er6xcj:not(:last-child) {
  margin-bottom: 2rem;
}

.happyslots-er6xcj > :not(:first-child) {
  margin-top: 2rem;
}

.happyslots-er6xcj {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.happyslots-er6xcj:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .happyslots-er6xcj:first-child {
    margin-top: 20px;
  }
}

.happyslots-er6xcj > p:last-of-type {
  margin-bottom: 32px;
}

.happyslots-er6xcj > .happyslots-2yiejp:not(:first-child) {
  margin: 64px auto 16px auto;
}

.happyslots-7fvzf6 > .happyslots-2yiejp {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.happyslots-8zrf4v {
  overflow: auto;
}

.happyslots-8zrf4v::-webkit-scrollbar {
  height: 5px;
}

.happyslots-8zrf4v table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.happyslots-8zrf4v table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.happyslots-8zrf4v table thead,
table thead {
  border-bottom: none;
}

.happyslots-8zrf4v table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.happyslots-8zrf4v table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.happyslots-8zrf4v table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.happyslots-8zrf4v .happyslots-189qb9 {
  table-layout: auto;
}

.happyslots-8zrf4v .happyslots-189qb9 th {
  word-break: normal;
}

.happyslots-8zrf4v .happyslots-189qb9 td {
  word-break: normal;
}

.happyslots-76ejg7 .happyslots-76ejg7 {
  padding-right: 0;
  padding-left: 0;
}

.happyslots-1cfm8v {
  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;
}

.happyslots-8kp12r {
  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;
}

.happyslots-2z78bn {
  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;
}

.happyslots-7odvby {
  margin-top: 24px;
}

.happyslots-7odvby.happyslots-2jmdkm {
  text-align: left;
}

.happyslots-7odvby.happyslots-357lp4 {
  text-align: right;
}

.happyslots-7odvby.happyslots-bh2bdg {
  text-align: center;
}

.happyslots-atsftn {
  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.happyslots-xkyi3y ease-in-out;
  cursor: pointer;
}

.happyslots-atsftn:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.happyslots-atsftn {
  min-width: 328px;
}

@media (max-width: 768px) {
  .happyslots-atsftn {
    min-width: unset;
  }
}

.happyslots-5dsbd9 {
  background-color: var(--fh-bg-color);
}

.happyslots-uu1js6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.happyslots-w9n7mm {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.happyslots-w9n7mm img {
  max-height: 80px;
  object-fit: contain;
}

.happyslots-fvkk5f {
  flex: 1 1;
}

.happyslots-vvf9pl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.happyslots-8zmj3t {
  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;
}

.happyslots-8zmj3t 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;
}

.happyslots-8zmj3t.happyslots-2dy3e3 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.happyslots-8zmj3t.happyslots-2dy3e3 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.happyslots-8zmj3t.happyslots-2dy3e3 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.happyslots-fvkk5f + .happyslots-vvf9pl {
  margin-left: 20px;
}

.happyslots-gruswy {
  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;
}

.happyslots-gruswy > svg {
  max-width: 24px;
  max-height: 24px;
}

.happyslots-gruswy + .happyslots-gruswy {
  margin-left: 5px;
}

.happyslots-mb7o36 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.happyslots-mb7o36:hover {
  background-color: var(--button-bg-hover);
}

.happyslots-6g987w {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.happyslots-xkyi3y ease-in-out;
  border: 1px solid var(--border-color);
}

.happyslots-6g987w:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.happyslots-5fr774 {
  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) {
  .happyslots-fvkk5f {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .happyslots-5fr774 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .happyslots-fvkk5f {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .happyslots-gruswy {
    min-width: unset;
    flex: 1 1;
  }
}

.happyslots-n3nc5z {
  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;
}

.happyslots-n3nc5z:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.happyslots-n3nc5z:hover .happyslots-eneros {
  opacity: 1;
  pointer-events: auto;
}

.happyslots-n0k3rr {
  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.happyslots-05mvxz ease-in-out;
  gap: 4px;
}

.happyslots-n0k3rr > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.happyslots-n0k3rr .happyslots-1cfm8v img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.happyslots-2725fz,
.happyslots-n0k3rr:hover {
  color: var(--button-bg-hover);
}

.happyslots-6rf6r8 {
  position: relative;
}

.happyslots-6rf6r8 .happyslots-n0k3rr {
  margin-right: 0;
  padding-right: 4px;
}

.happyslots-0wzoqu svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.happyslots-6rf6r8.happyslots-2dy3e3 .happyslots-0wzoqu svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.happyslots-6rf6r8.happyslots-2dy3e3 .happyslots-eneros {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.happyslots-6rf6r8.happyslots-2dy3e3 .happyslots-eneros::before {
  display: none;
}

.happyslots-0wzoqu svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.happyslots-eneros {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.happyslots-ftd0r1 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.happyslots-eneros::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.happyslots-eneros:hover {
  color: var(--fh-bg-color);
}

.happyslots-8fhcnt {
  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.happyslots-ftd0r1 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.happyslots-05mvxz ease-in-out;
  -o-transition: 0.happyslots-05mvxz ease-in-out;
  transition: 0.happyslots-05mvxz ease-in-out;
}

.happyslots-8fhcnt .happyslots-1cfm8v img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.happyslots-4bc14f,
.happyslots-8fhcnt:hover {
  color: var(--button-bg-hover);
}

.happyslots-o94jv9 {
  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%;
}

.happyslots-o94jv9.happyslots-66gcx5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.happyslots-o94jv9.happyslots-66gcx5:after,
.happyslots-o94jv9.happyslots-66gcx5:before {
  content: "";
  position: absolute;
  margin: auto;
}

.happyslots-o94jv9.happyslots-66gcx5: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);
  }
}

.happyslots-o94jv9.happyslots-66gcx5:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.happyslots-o94jv9.happyslots-66gcx5 > * {
  z-index: 1;
}

.happyslots-o94jv9 b,
.happyslots-o94jv9 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.happyslots-o94jv9 .happyslots-ptsz0g {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.happyslots-o94jv9 .happyslots-o7gbfn {
  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;
}

.happyslots-o94jv9 .happyslots-1cfm8v {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.happyslots-o94jv9 .happyslots-z77kah {
  margin-top: 12px;
}

.happyslots-z77kah {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.happyslots-l48pcu {
  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;
}

.happyslots-z77kah .happyslots-q7p0e4 {
  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.happyslots-xkyi3y ease-in-out;
}

.happyslots-z77kah .happyslots-q7p0e4:hover {
  background: rgba(255, 255, 255, 0.3);
}

.happyslots-ggihkv {
  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;
}

.happyslots-o94jv9.happyslots-fibrz2 {
  gap: 12px;
  padding: 16px;
}

.happyslots-o94jv9.happyslots-fibrz2 .happyslots-ggihkv {
  min-width: 240px;
}

.happyslots-o94jv9.happyslots-fibrz2 .happyslots-ggihkv.happyslots-xraz6p {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .happyslots-o94jv9 .happyslots-ptsz0g {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .happyslots-o94jv9 .happyslots-o7gbfn {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .happyslots-o94jv9 .happyslots-1cfm8v {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .happyslots-o94jv9.happyslots-fibrz2 .happyslots-1cfm8v {
    max-width: 126px;
  }
  .happyslots-o94jv9 .happyslots-z77kah {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .happyslots-o94jv9 .happyslots-l48pcu {
    max-width: unset;
  }
  .happyslots-ggihkv {
    min-width: unset;
    width: 100%;
  }
  .happyslots-o94jv9 .happyslots-ggihkv {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .happyslots-o94jv9.happyslots-fibrz2 {
    grid-template-rows: auto 1fr auto;
  }
  .happyslots-o94jv9.happyslots-fibrz2 .happyslots-ggihkv {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .happyslots-o94jv9 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .happyslots-o94jv9 .happyslots-ptsz0g {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .happyslots-o94jv9 .happyslots-1cfm8v {
    max-width: 78px;
  }
  .happyslots-o94jv9 .happyslots-z77kah {
    margin-top: -12px;
  }
  .happyslots-o94jv9.happyslots-fibrz2 {
    gap: 8px;
  }
  .happyslots-o94jv9.happyslots-fibrz2 .happyslots-ptsz0g {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .happyslots-o94jv9.happyslots-fibrz2 .happyslots-o7gbfn {
    grid-column: 1/3;
  }
  .happyslots-o94jv9.happyslots-fibrz2 .happyslots-1cfm8v {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .happyslots-o94jv9.happyslots-fibrz2 .happyslots-1cfm8v img {
    max-width: 114px;
  }
}

.happyslots-ggihkv.happyslots-c228zd,
.happyslots-ggihkv.happyslots-7o3hkd,
.happyslots-ggihkv.happyslots-x69j1w {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.happyslots-xkyi3y ease-in-out;
}

.happyslots-ggihkv.happyslots-c228zd,
.happyslots-ggihkv.happyslots-x69j1w {
  padding: 10px;
}

.happyslots-ggihkv.happyslots-c228zd:hover,
.happyslots-ggihkv.happyslots-7o3hkd:hover,
.happyslots-ggihkv.happyslots-x69j1w:hover {
  background: var(--button-bg-hover);
}

.happyslots-ggihkv.happyslots-c228zd:hover svg path,
.happyslots-ggihkv.happyslots-x69j1w:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.happyslots-ggihkv.happyslots-xraz6p {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.happyslots-xkyi3y ease-in-out;
  background: var(--button-bg-color);
}

.happyslots-ggihkv.happyslots-xraz6p:hover {
  background-color: var(--button-bg-hover);
}

.happyslots-ggihkv.happyslots-7o3hkd: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);
  }
}

.happyslots-ggihkv.happyslots-7o3hkd:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.happyslots-ggihkv.happyslots-xraz6p:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.happyslots-d974b3 {
  max-width: 650px;
}

.happyslots-ntxh2z {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.happyslots-xqtay3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.happyslots-e86foz {
  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.happyslots-05mvxz ease-in-out;
  cursor: pointer;
}

.happyslots-e86foz:hover {
  opacity: 0.5;
}

.happyslots-e86foz:focus {
  outline: 0;
}

.happyslots-e86foz:focus .happyslots-ez19hx,
.happyslots-e86foz:hover .happyslots-ez19hx {
  fill: red;
  fill-opacity: 1;
}

.happyslots-e86foz:hover {
  cursor: pointer;
}

.happyslots-musk8i {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.happyslots-d974b3.happyslots-bh2bdg {
  margin: 0 auto;
}

.happyslots-d974b3.happyslots-357lp4 {
  margin-left: auto;
}

.happyslots-b1gg19 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.happyslots-710mmy {
  padding-bottom: 50px;
}

.happyslots-x9zyhu {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.happyslots-osoy3o {
  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;
}

.happyslots-xj9ag2 {
  margin-top: 24px;
}

.happyslots-qtszdx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.happyslots-e7j4oq {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.happyslots-h8co7u {
  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;
}

.happyslots-kjrbfh {
  width: 468px;
}

.happyslots-h8co7u .happyslots-eneros {
  margin: 0.happyslots-6olemb 0;
}

.happyslots-k9b092 {
  display: flex;
  min-width: 224px;
}

.happyslots-h59msj {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.happyslots-05mvxz ease-in-out;
}

.happyslots-l2qwag,
.happyslots-h59msj:hover {
  color: var(--text-color);
}

.happyslots-1o8fsk {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.happyslots-x69zug {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .happyslots-b1gg19 {
    padding: 16px;
  }
  .happyslots-1o8fsk {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .happyslots-x69zug {
    align-items: center;
  }
  .happyslots-kjrbfh {
    width: unset;
  }
  .happyslots-k9b092 {
    min-width: unset;
  }
  .happyslots-h8co7u {
    max-height: unset;
  }
  .happyslots-x9zyhu {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .happyslots-b1gg19 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.happyslots-zje39b {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.happyslots-zje39b:not(:last-child) {
  margin-bottom: 16px;
}

.happyslots-8ubv09 {
  outline: 0;
}

.happyslots-8ubv09 .happyslots-9n759o {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.happyslots-ox25y5 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .happyslots-ox25y5 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.happyslots-ox25y5::-webkit-details-marker {
  display: none;
}

.happyslots-ox25y5: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;
}

.happyslots-ox25y5: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] .happyslots-ox25y5:after {
  transform: unset;
}

.happyslots-9n759o {
  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);
}

.happyslots-9n759o 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.happyslots-05mvxz ease-in-out;
  -o-transition: 0.happyslots-05mvxz ease-in-out;
  transition: 0.happyslots-05mvxz ease-in-out;
}

.happyslots-zpox50 {
  padding: 16px 0 0 0;
}

.happyslots-zpox50 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .happyslots-zpox50 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .happyslots-ox25y5 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .happyslots-ox25y5::after {
    margin-left: auto;
  }
  .happyslots-9n759o {
    order: 3;
    flex: 1 1 100%;
  }
  .happyslots-ox25y5 {
    font-size: 14px;
    line-height: 130%;
  }
  .happyslots-9n759o svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.happyslots-5e5nq6 {
  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;
}

.happyslots-wmopcd {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.happyslots-5e5nq6.happyslots-2dy3e3 .happyslots-wmopcd {
  margin-bottom: 12px;
}

.happyslots-wmopcd::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;
}

.happyslots-5e5nq6.happyslots-2dy3e3 .happyslots-wmopcd::after {
  transform: unset;
}

.happyslots-6d0squ {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.happyslots-4fdm4z {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.happyslots-05mvxz ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.happyslots-4fdm4z: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;
}

.happyslots-5e5nq6.happyslots-2dy3e3 .happyslots-6d0squ {
  max-height: 100%;
}

.happyslots-g80gx3 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.happyslots-140kz6 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.happyslots-uctiqe {
  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;
}

.happyslots-pyiti0 {
  margin-right: 4px;
}

.happyslots-qup00b {
  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.happyslots-05mvxz ease-in-out;
}

.happyslots-qup00b svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.happyslots-0lvtsg,
.happyslots-qup00b:hover {
  color: var(--text-color);
}

.happyslots-v9pn5x {
  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;
}

.happyslots-v9pn5x img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.happyslots-v9pn5x .happyslots-4ig4um {
  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;
}

.happyslots-v9pn5x .happyslots-26h5xj {
  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;
}

.happyslots-zlwrpz {
  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;
}

.happyslots-53cn6d {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.happyslots-o6wfif .happyslots-76ejg7 {
  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;
}

.happyslots-o6wfif {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.happyslots-4xkgaf {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.happyslots-uq5q65 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.happyslots-5e8jhw {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.happyslots-nv4thj 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;
}

.happyslots-5e8jhw:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.happyslots-qtxp0p {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.happyslots-pn1g0e {
  -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.happyslots-05mvxz ease-in-out;
  transition: transform 0.happyslots-05mvxz ease-in-out;
  -o-transition: transform 0.happyslots-05mvxz ease-in-out;
  transition:
    transform 0.happyslots-05mvxz ease-in-out,
    -webkit-transform 0.happyslots-05mvxz ease-in-out;
  cursor: pointer;
}

.happyslots-pn1g0e svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.happyslots-pn1g0e: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;
}

.happyslots-lnkocc {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .happyslots-lnkocc {
    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);
}

.happyslots-djmffn {
  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;
}

.happyslots-vxsei0 {
  position: relative;
  width: 100%;
}

.happyslots-djmffn.happyslots-zmd866 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.happyslots-djmffn.happyslots-bh2bdg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.happyslots-djmffn.happyslots-357lp4 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.happyslots-yfmd68 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.happyslots-3vtje6 {
  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.happyslots-05mvxz ease-in-out;
  cursor: pointer;
}

.happyslots-3vtje6:hover {
  opacity: 0.5;
}

.happyslots-djmffn.happyslots-2mou7j .happyslots-3vtje6 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.happyslots-djmffn.happyslots-2mou7j .happyslots-yfmd68 {
  cursor: pointer;
}

.happyslots-2le3xn {
  fill: #0009;
}

.happyslots-sga4s2 {
  fill: #fff;
}

.happyslots-3vtje6:hover .happyslots-2le3xn {
  fill: red;
}

.happyslots-3vtje6 svg path {
  -webkit-transition: 0.happyslots-05mvxz ease-in-out;
  -o-transition: 0.happyslots-05mvxz ease-in-out;
  transition: 0.happyslots-05mvxz ease-in-out;
}

.happyslots-p70aa6 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.happyslots-p70aa6 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.happyslots-p70aa6.happyslots-qwuucy > :not(.get-image) {
  grid-column: 1/3;
}

.happyslots-ky8fwm:not(._h1-block) .happyslots-p70aa6 > .happyslots-2yiejp {
  grid-row: 1/2;
  grid-column: 1/3;
}

.happyslots-p70aa6.happyslots-qwuucy .happyslots-r1zjgp {
  grid-column: 2/3;
}

.happyslots-p70aa6.happyslots-qwuucy > .happyslots-1cfm8v {
  grid-column: 1/2;
}

.happyslots-p70aa6.happyslots-qwuucy > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.happyslots-p70aa6 > p:first-of-type {
  margin-top: 0;
}

.happyslots-p70aa6 .happyslots-1cfm8v {
  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;
}

.happyslots-ky8fwm:not(._h1-block) .happyslots-2yiejp ~ .happyslots-1cfm8v {
  grid-row: 2/10;
}

.happyslots-ky8fwm.happyslots-w43otu .happyslots-2yiejp ~ .happyslots-1cfm8v {
  grid-row: 1/10;
}

.happyslots-ky8fwm.happyslots-w43otu > .happyslots-2yiejp {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.happyslots-ky8fwm.happyslots-w43otu .happyslots-1cfm8v {
  grid-row: 1/10;
}

.happyslots-p70aa6.happyslots-zp6kra .happyslots-1cfm8v {
  align-items: flex-start;
}

.happyslots-p70aa6.happyslots-bh2bdg .happyslots-r1zjgp {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.happyslots-p70aa6.happyslots-bh2bdg .happyslots-1cfm8v {
  align-items: center;
}

.happyslots-p70aa6.happyslots-hze3zo .happyslots-1cfm8v {
  align-items: flex-end;
}

.happyslots-r1zjgp > :first-child {
  margin-top: 0;
}

.happyslots-r1zjgp > :last-child {
  margin-bottom: 0;
}

* + .happyslots-pr988k,
.happyslots-ky8fwm + .happyslots-ky8fwm {
  margin-top: 2rem;
}

.happyslots-j6mxrv td::before,
.happyslots-j6mxrv th::after {
  display: none !important;
}

.happyslots-j6mxrv #link-selector {
  color: #000;
}

.happyslots-j6mxrv .happyslots-wf0c7y {
  color: #135e96;
}

.happyslots-j6mxrv .happyslots-juqn4t *,
.happyslots-j6mxrv .happyslots-6suk6a p,
.happyslots-j6mxrv .happyslots-92uuko * {
  color: #000;
}

.happyslots-j6mxrv .happyslots-9rbrdw {
  background: 0 0 !important;
}

.happyslots-j6mxrv .happyslots-ses8sn {
  color: #000;
}

.happyslots-j6mxrv .happyslots-euu3d5.happyslots-dmskcx {
  color: #fff;
}

.happyslots-j6mxrv .happyslots-w1731k {
  color: #000;
}

.happyslots-j6mxrv
  .happyslots-uerrq9
  .happyslots-zcz0ov.happyslots-dmskcx.happyslots-qoq08m {
  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;
}

.happyslots-igoqy3,
body .happyslots-ivqj4v {
  color: #000;
  background: var(--color-body) !important;
}

.happyslots-igoqy3 .happyslots-4u6n1h .happyslots-3wygsh,
body .happyslots-ivqj4v .happyslots-4u6n1h .happyslots-3wygsh {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .happyslots-4fdm4z:focus,
  .happyslots-4fdm4z:hover {
    color: #f9cb16;
  }
  .happyslots-cgqq7r:focus,
  .happyslots-cgqq7r:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .happyslots-mv18tv:focus img,
  .happyslots-mv18tv:focus svg,
  .happyslots-mv18tv:hover img,
  .happyslots-mv18tv:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .happyslots-v9pn5x {
    display: none;
  }
}

@media (min-width: 1024px) {
  .happyslots-6rf6r8:hover .happyslots-0wzoqu svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .happyslots-0wzoqu {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .happyslots-mubi9z {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .happyslots-6rpmof {
    grid-template-columns: repeat(4, 1fr);
  }
  .happyslots-i55trd {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .happyslots-46wkbe .happyslots-9jx8hv {
    grid-template-columns: 1fr;
  }
  .happyslots-46wkbe .happyslots-9yoci8 {
    -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;
  }
  .happyslots-46wkbe .happyslots-or10kz {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .happyslots-46wkbe .happyslots-jmr5dp {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .happyslots-46wkbe .happyslots-jlx8em {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .happyslots-46wkbe .happyslots-or10kz:not(:first-child) {
    border: none;
  }
  .happyslots-46wkbe .happyslots-or10kz:first-child .happyslots-jmr5dp {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .happyslots-46wkbe .happyslots-or10kz:last-child .happyslots-jmr5dp {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .happyslots-uu1js6 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .happyslots-w9n7mm {
    max-width: 100px;
  }
  .happyslots-fvkk5f {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .happyslots-vvf9pl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .happyslots-vvf9pl svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .happyslots-8zmj3t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .happyslots-fvkk5f + .happyslots-vvf9pl {
    margin-left: auto;
  }
  .happyslots-497aej {
    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;
  }
  .happyslots-497aej.happyslots-2dy3e3 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .happyslots-5fr774 {
    -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;
  }
  .happyslots-n3nc5z {
    width: 100%;
  }
  .happyslots-n3nc5z:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .happyslots-n0k3rr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .happyslots-n0k3rr svg {
    margin-right: 4px;
  }
  .happyslots-6rf6r8 {
    -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;
  }
  .happyslots-0wzoqu svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .happyslots-0wzoqu {
    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;
  }
  .happyslots-eneros {
    display: none;
    width: 100%;
  }
  .happyslots-6rf6r8.happyslots-2dy3e3 .happyslots-eneros {
    padding: 0 0 0 48px;
  }
  .happyslots-8fhcnt {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .happyslots-osoy3o .happyslots-1cfm8v {
    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;
  }
  .happyslots-g2sgk0 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .happyslots-g2sgk0 + .happyslots-g2sgk0 {
    margin-right: 0;
  }
  .happyslots-g2sgk0 + .happyslots-1cfm8v {
    margin: 0;
  }
  .happyslots-mubi9z {
    grid-template-columns: repeat(4, 1fr);
  }
  .happyslots-6rpmof {
    grid-template-columns: repeat(3, 1fr);
  }
  .happyslots-ddo6y5,
  .happyslots-69dpu8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .happyslots-p70aa6 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .happyslots-p70aa6.happyslots-qwuucy .happyslots-r1zjgp {
    grid-column: auto;
    grid-row: auto;
  }
  .happyslots-p70aa6 > .happyslots-2yiejp {
    grid-column: 1/2;
  }
  .happyslots-p70aa6.happyslots-qwuucy > :not(.get-image) {
    grid-column: 1/2;
  }
  .happyslots-p70aa6 .happyslots-1cfm8v,
  .happyslots-p70aa6.happyslots-qwuucy > .happyslots-1cfm8v {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .happyslots-p70aa6.happyslots-qwuucy > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .happyslots-ky8fwm.happyslots-w43otu .happyslots-p70aa6 > .happyslots-1cfm8v {
    grid-row: 1/2;
  }
  .happyslots-p70aa6 .happyslots-2yiejp ~ .happyslots-1cfm8v,
  .happyslots-p70aa6.happyslots-qwuucy .happyslots-2yiejp ~ .happyslots-1cfm8v {
    grid-row: 2/3;
  }
  .happyslots-ky8fwm.happyslots-w43otu .happyslots-2yiejp ~ .happyslots-1cfm8v {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .happyslots-er6xcj:first-child .happyslots-kv83v9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .happyslots-er6xcj:first-child .happyslots-kv83v9 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .happyslots-er6xcj {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .happyslots-er6xcj {
    padding: 0;
  }
  .happyslots-7odvby {
    margin-top: 1rem;
  }
  .happyslots-8ubv09 {
    border-radius: 5px;
  }
  .happyslots-7z0unf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .happyslots-wmopcd::after {
    display: inline-block;
  }
  .happyslots-wmopcd {
    margin: 0;
    width: 100%;
  }
  .happyslots-6d0squ {
    width: 100%;
  }
  .happyslots-6d0squ.happyslots-5qoa7d {
    -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%;
  }
  .happyslots-6d0squ.happyslots-5qoa7d .happyslots-qnx1ob {
    width: 100%;
  }
  .happyslots-6d0squ.happyslots-5qoa7d .happyslots-qnx1ob:not(:last-child) {
    margin-right: 0;
  }
  .happyslots-4fdm4z {
    width: 100%;
    text-align: center;
  }
  .happyslots-5e5nq6.happyslots-2dy3e3 .happyslots-6d0squ {
    margin-top: 1rem;
  }
  .happyslots-mubi9z {
    grid-template-columns: repeat(3, 1fr);
  }
  .happyslots-i55trd,
  .happyslots-6rpmof {
    grid-template-columns: repeat(2, 1fr);
  }
  .happyslots-ddo6y5,
  .happyslots-69dpu8,
  .happyslots-hz7v8o {
    grid-template-columns: 1fr;
  }
  .happyslots-vi9d08 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .happyslots-r0mdzf {
    min-width: 300px;
    max-width: 325px;
  }
  .happyslots-jmr5dp {
    cursor: auto;
  }
  .happyslots-o249xs .happyslots-jmr5dp {
    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;
  }
  .happyslots-lnkocc {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .happyslots-eneros {
    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) {
  .happyslots-lnkocc {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.happyslots-g2sgk0 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .happyslots-vvf9pl {
    margin: 0 -0.2rem;
  }
  .happyslots-g2sgk0 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .happyslots-t1784n {
    -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;
  }
  .happyslots-3n1hfz {
    max-width: 100%;
  }
  .happyslots-mubi9z {
    grid-template-columns: repeat(2, 1fr);
  }
  .happyslots-i55trd,
  .happyslots-6rpmof {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .happyslots-uu1js6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .happyslots-vvf9pl {
    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;
  }
  .happyslots-5dsbd9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .happyslots-gruswy {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .happyslots-u0b8qe,
  .happyslots-zgrdi4 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .happyslots-atsftn {
    width: 100%;
  }
  .happyslots-mubi9z {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .happyslots-lnkocc {
    top: 127px !important;
  }
}

.happyslots-7j8c6c {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .happyslots-7j8c6c {
  }
}

@media (max-width: 767px) {
  .happyslots-7j8c6c {
    margin-bottom: 12px;
  }
}

.happyslots-7j8c6c img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.happyslots-4b9odo {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.happyslots-4b9odo > .happyslots-traeq9 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .happyslots-4b9odo {
    flex-direction: column;
    gap: 12px;
  }
}

.happyslots-f4ci81 {
  display: flex;
}

.happyslots-f4ci81 .happyslots-i4feak {
  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;
}

.happyslots-f4ci81 .happyslots-d8xeha {
  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;
}

.happyslots-f4ci81 .happyslots-xal2n8 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.happyslots-f4ci81 .happyslots-nbuonj {
  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));
  }
}

.happyslots-f4ci81 .happyslots-nbuonj:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.happyslots-f4ci81 .happyslots-62pm68 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.happyslots-wj7zsf {
  border: unset;
  background-color: unset;
}

.happyslots-wj7zsf tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.happyslots-wj7zsf .happyslots-a53hv0,
.happyslots-wj7zsf .happyslots-o71xn9 {
  flex: 0 1 330px;
}

.happyslots-wj7zsf .happyslots-8y74jc {
  flex: 1 1;
}

.happyslots-wj7zsf tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.happyslots-wj7zsf tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.happyslots-wj7zsf tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.happyslots-wj7zsf tr td p {
  color: #fff;
  margin: 0;
}

.happyslots-wj7zsf tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.happyslots-wj7zsf tr.happyslots-a53hv0 td p {
  padding: 16px 0;
}

.happyslots-wj7zsf tr.happyslots-a53hv0 td p:not(:last-child),
.happyslots-wj7zsf tr.happyslots-o71xn9 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.happyslots-wj7zsf tr.happyslots-a53hv0 td p:first-child,
.happyslots-wj7zsf tr.happyslots-o71xn9 td p:first-child {
  padding-top: 0;
}

.happyslots-wj7zsf tr.happyslots-o71xn9 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.happyslots-wj7zsf tr.happyslots-o71xn9 td p:last-child {
  padding-bottom: 0;
}

.happyslots-wj7zsf .happyslots-o71xn9 img {
  max-width: 32px;
}

.happyslots-wj7zsf .happyslots-8y74jc {
  min-width: 718px;
}

.happyslots-wj7zsf .happyslots-8y74jc td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.happyslots-wj7zsf .happyslots-8y74jc td {
  display: flex;
}

.happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-15hist,
.happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-4ojfei,
.happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-ujs8ue {
  flex: 1 1 50%;
}

.happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-2ita9b {
  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;
}

.happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-borf6i,
.happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-toepsj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-15hist,
.happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-4ojfei {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-15hist span,
.happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-4ojfei span {
  font-weight: 800;
}

.happyslots-wj7zsf .happyslots-8y74jc img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .happyslots-wj7zsf .happyslots-8y74jc td .happyslots-ujs8ue:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .happyslots-wj7zsf tr.happyslots-a53hv0 td p:last-child {
    padding-bottom: 0;
  }
  .happyslots-wj7zsf .happyslots-o71xn9 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .happyslots-wj7zsf .happyslots-o71xn9 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .happyslots-wj7zsf tr.happyslots-a53hv0 td p:not(:last-child),
  .happyslots-wj7zsf tr.happyslots-o71xn9 td p:not(:last-child) {
    border-bottom: unset;
  }
  .happyslots-wj7zsf tr.happyslots-o71xn9 td p:last-child {
    padding-bottom: 12px;
  }
  .happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-15hist,
  .happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-4ojfei,
  .happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-ujs8ue {
    flex: 1 1 50%;
    padding: 0;
  }
  .happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-15hist,
  .happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-4ojfei {
    margin-top: 16px;
  }
  .happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-ujs8ue {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-15hist {
    border-right: 1px solid var(--border-color);
  }
  .happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-ujs8ue:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .happyslots-wj7zsf .happyslots-8y74jc td:last-child .happyslots-ujs8ue:last-child {
    padding-bottom: 0;
  }
}

.happyslots-ujs8ue {
  display: flex;
  flex-direction: column;
}

.happyslots-wj7zsf .happyslots-8y74jc td .happyslots-ujs8ue {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.happyslots-wj7zsf .happyslots-8y74jc td .happyslots-ujs8ue:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.happyslots-wj7zsf .happyslots-8y74jc td .happyslots-ujs8ue:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .happyslots-wj7zsf .happyslots-8y74jc td .happyslots-ujs8ue:not(:first-child) {
    padding-left: 0;
  }
  .happyslots-wj7zsf .happyslots-8y74jc td .happyslots-ujs8ue:not(:last-of-type) {
    border-right: unset;
  }
}

.happyslots-wj7zsf .happyslots-57b77i {
  flex: 0 1 485px;
}

.happyslots-wj7zsf .happyslots-8twqqs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.happyslots-wj7zsf .happyslots-8twqqs li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.happyslots-wj7zsf .happyslots-8twqqs li.happyslots-c0e1hy {
  padding: 6px 12px;
}

.happyslots-wj7zsf .happyslots-8twqqs li a,
.happyslots-wj7zsf .happyslots-8twqqs 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;
}

.happyslots-wj7zsf .happyslots-fvg3x7,
.happyslots-wj7zsf .happyslots-6bxm11 {
  flex: 1 1;
}

.happyslots-wj7zsf .happyslots-4hqrvc,
.happyslots-wj7zsf .happyslots-hk2gdf {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.happyslots-wj7zsf .happyslots-4hqrvc li,
.happyslots-wj7zsf .happyslots-hk2gdf li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.happyslots-wj7zsf .happyslots-6bxm11 img {
  max-width: 32px;
}

.happyslots-wj7zsf .happyslots-fvg3x7 img {
  max-width: 32px;
}

.happyslots-wj7zsf .happyslots-w0powu {
  min-width: 280px;
}

.happyslots-wj7zsf .happyslots-w0powu img {
  max-width: 146px;
}

.happyslots-wj7zsf .happyslots-w0powu td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .happyslots-wj7zsf .happyslots-a53hv0,
  .happyslots-wj7zsf .happyslots-o71xn9 {
    flex: 0 1 auto;
  }
  .happyslots-wj7zsf .happyslots-8y74jc {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .happyslots-wj7zsf .happyslots-a53hv0,
  .happyslots-wj7zsf .happyslots-57b77i,
  .happyslots-wj7zsf .happyslots-o71xn9,
  .happyslots-wj7zsf .happyslots-8y74jc {
    flex: 1 1 calc(50% - 20px);
  }
  .happyslots-wj7zsf .happyslots-fvg3x7,
  .happyslots-wj7zsf .happyslots-w0powu,
  .happyslots-wj7zsf .happyslots-6bxm11 {
    flex: 1 1 30%;
  }
  .happyslots-wj7zsf .happyslots-w0powu {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .happyslots-wj7zsf .happyslots-a53hv0,
  .happyslots-wj7zsf .happyslots-57b77i,
  .happyslots-wj7zsf .happyslots-fvg3x7,
  .happyslots-wj7zsf .happyslots-o71xn9,
  .happyslots-wj7zsf .happyslots-8y74jc,
  .happyslots-wj7zsf .happyslots-w0powu,
  .happyslots-wj7zsf .happyslots-6bxm11 {
    flex: 1 1 100%;
  }
}

.happyslots-zmff50 .happyslots-aug26w {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.happyslots-zmff50 .happyslots-nlcmxs {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.happyslots-zmff50 .happyslots-gdewoq {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.happyslots-zmff50 .happyslots-x56fqw {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.happyslots-zmff50 .happyslots-x56fqw > :nth-child(3) {
  margin-top: 0;
}

.happyslots-zmff50 .happyslots-1cfm8v {
  grid-column: 2/3;
  grid-row: 1/10;
}

.happyslots-zmff50 .happyslots-329zpb {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.happyslots-zmff50 .happyslots-7odvby {
  grid-column: 1/2;
}

.happyslots-zmff50 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.happyslots-zmff50 .happyslots-nlcmxs: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;
}

.happyslots-zmff50 .happyslots-nlcmxs:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.happyslots-zmff50 .happyslots-atsftn {
  min-width: 240px;
}

@media (max-width: 768px) {
  .happyslots-zmff50 .happyslots-nlcmxs:not(:last-child):before {
    bottom: 8px;
  }
  .happyslots-zmff50 .happyslots-nlcmxs:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .happyslots-zmff50 .happyslots-x56fqw {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .happyslots-zmff50 .happyslots-1cfm8v {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .happyslots-zmff50 .happyslots-1cfm8v img {
    width: 100%;
    height: auto;
  }
  .happyslots-zmff50 .happyslots-atsftn {
    width: 100%;
    min-width: unset;
  }
}

.happyslots-yyv64i .happyslots-bbqgcg {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.happyslots-yyv64i .happyslots-oritkz {
  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;
}

.happyslots-yyv64i .happyslots-1cfm8v {
  height: 100%;
}

.happyslots-yyv64i .happyslots-1cfm8v img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.happyslots-yyv64i .happyslots-boiktj {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.happyslots-yyv64i .happyslots-1scw27 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.happyslots-yyv64i .happyslots-gxen7u {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .happyslots-yyv64i .happyslots-oritkz {
    flex: 1 1 100%;
  }
  .happyslots-yyv64i .happyslots-ggihkv {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .happyslots-yyv64i .happyslots-oritkz {
    flex-direction: column;
  }
  .happyslots-yyv64i .happyslots-1cfm8v {
    width: 100%;
    height: auto;
  }
  .happyslots-yyv64i .happyslots-1cfm8v img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .happyslots-yyv64i .happyslots-boiktj {
    padding: 0 16px 16px 16px;
  }
  .happyslots-yyv64i .happyslots-ggihkv {
    min-width: unset;
    width: 100%;
  }
}

.happyslots-vs6ot1 .happyslots-1tyzr1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.happyslots-vs6ot1 .happyslots-ablxx7 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.happyslots-vs6ot1 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;
}

.happyslots-vs6ot1 .happyslots-e71tuc {
  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;
}

.happyslots-vs6ot1 .happyslots-ablxx7:hover .happyslots-e71tuc {
  display: flex;
}

.happyslots-vs6ot1 .happyslots-6p5s42 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.happyslots-vs6ot1 .happyslots-9212di {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.happyslots-oi0of8 {
  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;
}

.happyslots-oi0of8.happyslots-52jekw {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.happyslots-xkyi3y ease-in-out;
}

.happyslots-oi0of8.happyslots-52jekw:hover {
  color: #f9cb16;
  background-color: transparent;
}

.happyslots-vs6ot1 .happyslots-ukmzp7 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.happyslots-xkyi3y ease-in-out;
}

.happyslots-vs6ot1 .happyslots-ukmzp7:hover {
  color: #196948;
  background-color: #f9cb16;
}

.happyslots-vs6ot1 .happyslots-ukmzp7:after,
.happyslots-oi0of8.happyslots-52jekw:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.happyslots-oi0of8.happyslots-52jekw:after {
  background-image: url(../images/Cash.svg);
}

.happyslots-vs6ot1 .happyslots-ukmzp7:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .happyslots-vs6ot1 .happyslots-1tyzr1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .happyslots-vs6ot1 .happyslots-1tyzr1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .happyslots-vs6ot1 .happyslots-1tyzr1 {
    grid-template-columns: 1fr;
  }
  .happyslots-vs6ot1 .happyslots-ablxx7 {
    height: auto;
  }
  .happyslots-vs6ot1 .happyslots-ablxx7 .happyslots-e71tuc {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .happyslots-vs6ot1 .happyslots-6p5s42,
  .happyslots-vs6ot1 .happyslots-9212di {
    text-align: left;
  }
  .happyslots-vs6ot1 .happyslots-9212di {
    margin-bottom: 8px;
  }
  .happyslots-vs6ot1 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.happyslots-c6ku0m {
  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;
}

.happyslots-c6ku0m.happyslots-2mou7j {
  display: block;
}

.happyslots-c6ku0m .happyslots-0j5wpz {
  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;
}

.happyslots-c6ku0m .happyslots-z2u69e {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.happyslots-c6ku0m .happyslots-ewdtrg {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.happyslots-c6ku0m .happyslots-tb9icy {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.happyslots-c6ku0m .happyslots-oi0of8 {
  min-width: 296px;
  margin-bottom: 0;
}

.happyslots-c6ku0m .happyslots-uq1i0d {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.happyslots-c6ku0m .happyslots-xzylw8 {
  position: relative;
  flex: 1 1;
}

.happyslots-c6ku0m .happyslots-xzylw8 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .happyslots-c6ku0m .happyslots-z2u69e {
    flex-wrap: wrap;
    gap: 8px;
  }
  .happyslots-c6ku0m .happyslots-ewdtrg {
    order: 1;
  }
  .happyslots-c6ku0m .happyslots-tb9icy {
    order: 3;
    flex: 1 1 100%;
  }
  .happyslots-c6ku0m .happyslots-oi0of8 {
    width: 100%;
    min-width: unset;
  }
  .happyslots-c6ku0m .happyslots-uq1i0d {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .happyslots-p70aa6 > .happyslots-2yiejp {
    margin-bottom: 0;
  }
  .happyslots-p70aa6 > .happyslots-7odvby,
  .happyslots-p70aa6 > p {
    margin-top: 0;
  }
}

.happyslots-cucwzm img,
.happyslots-g2sgk0 img {
  width: auto;
  object-fit: contain;
}

.happyslots-cucwzm {
  align-items: center;
}

.happyslots-cucwzm img {
  max-height: 76px;
}

.happyslots-g2sgk0 img {
  max-height: 64px;
}

.happyslots-rqtil8 {
  overflow: auto;
}

.happyslots-pj8mdn {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.happyslots-xxs9ma:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.happyslots-a1gxz3 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.happyslots-zay68q {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.happyslots-a1gxz3 .happyslots-1cfm8v {
  margin-right: 20px;
  flex-shrink: 0;
}

.happyslots-a1gxz3 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.happyslots-m5fjus {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.happyslots-m5fjus > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .happyslots-a1gxz3 {
    padding: 15px 10px;
  }
  .happyslots-m5fjus {
    padding: 15px 10px;
  }
  .happyslots-a1gxz3 .happyslots-1cfm8v {
    margin-right: 10px;
  }
}

.happyslots-oyvhvn {
  overflow-x: auto;
}

.happyslots-a0v4ki {
  border-collapse: collapse;
  width: 100%;
}

.happyslots-oyvhvn th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.happyslots-oyvhvn td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.happyslots-oyvhvn td.happyslots-kcuipc {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.happyslots-oyvhvn td.happyslots-l3to3v {
  border-right: none;
}

.happyslots-oyvhvn td.happyslots-l3to3v .happyslots-1cfm8v {
  justify-content: flex-start;
}

.happyslots-oyvhvn td.happyslots-l3to3v .happyslots-1cfm8v img {
  height: auto;
  width: 90px;
}

.happyslots-oyvhvn td.happyslots-57ooru,
.happyslots-oyvhvn td.happyslots-xzjabu {
  font-weight: 600;
  text-align: right;
}

.happyslots-oyvhvn td.happyslots-xjrvom,
.happyslots-oyvhvn td.happyslots-57ooru {
  padding-bottom: 10px;
  border-bottom: none;
}

.happyslots-oyvhvn td.happyslots-57ooru,
.happyslots-oyvhvn td.happyslots-xzjabu {
  border-left: none;
}

.happyslots-oyvhvn td.happyslots-xjrvom,
.happyslots-oyvhvn td.happyslots-cw0u4n {
  border-right: none;
}

.happyslots-oyvhvn td.happyslots-cw0u4n,
.happyslots-oyvhvn td.happyslots-xzjabu {
  border-top: none;
  padding-top: 10px;
}

.happyslots-7r7w8s {
  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;
}

.happyslots-7r7w8s .happyslots-ggihkv {
  min-width: unset;
  width: 100%;
}

.happyslots-7r7w8s .happyslots-ggihkv.happyslots-c228zd {
  grid-column: 1/2;
  grid-row: 1/2;
}

.happyslots-7r7w8s .happyslots-ggihkv.happyslots-x69j1w {
  grid-column: 2/3;
  grid-row: 1/2;
}

.happyslots-7r7w8s .happyslots-mv81ou {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .happyslots-7r7w8s {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .happyslots-7r7w8s .happyslots-ggihkv.happyslots-c228zd {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .happyslots-7r7w8s .happyslots-ggihkv.happyslots-x69j1w {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .happyslots-7r7w8s .happyslots-mv81ou {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.happyslots-dagmaw {
  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;
}

.happyslots-jvgpeh {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.happyslots-7fvzf6 p a img {
  margin: 0 auto;
  display: block;
}

.happyslots-7fvzf6 table {
  margin-bottom: 17px;
}

/* contanct form */
.happyslots-nbs8uc {
  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;
}

.happyslots-nbs8uc label {
  font-size: 14px;
}

.happyslots-nbs8uc h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.happyslots-nbs8uc input,
.happyslots-nbs8uc textarea,
.happyslots-nbs8uc 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;
}
.happyslots-nbs8uc button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.happyslots-xkyi3y ease;
}
.happyslots-nbs8uc button:hover {
  background-color: #691204;
}
.happyslots-h9n7k9 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.happyslots-fpkx4d ease-in;
}

.happyslots-h9n7k9 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;
}
.happyslots-kypy2d, .happyslots-n4dizb, [class*="review-card"],
thead, thead th, table th, .happyslots-leanp1,
.happyslots-f61xg7, [class*="collapsible-header"],
.happyslots-kqard0, [class*="updated-block"] {
  color: #ece7dc !important;
}
