@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);
}

.slottyway-itmydi {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slottyway-k9x2i7 {
  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.slottyway-lofiq5,
ul.slottyway-lofiq5 {
  padding-left: 20px;
}

ul.slottyway-lofiq5 {
  list-style: disc;
}

ol.slottyway-lofiq5 {
  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;
  }
}

.slottyway-gw4g3a > .slottyway-2n7me5,
.slottyway-gw4g3a > .slottyway-ur7aw6,
.slottyway-gw4g3a > blockquote,
.slottyway-gw4g3a > h1,
.slottyway-gw4g3a > h2,
.slottyway-gw4g3a > h3,
.slottyway-gw4g3a > h4,
.slottyway-gw4g3a > h5,
.slottyway-gw4g3a > h6,
.slottyway-gw4g3a > ol,
.slottyway-gw4g3a > p,
.slottyway-gw4g3a > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slottyway-gw4g3a > ol,
.slottyway-gw4g3a > ul {
  padding-left: 50px;
}

.slottyway-gw4g3a 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;
}

.slottyway-gw4g3a:not(:last-child) {
  margin-bottom: 2rem;
}

.slottyway-gw4g3a > :not(:first-child) {
  margin-top: 2rem;
}

.slottyway-gw4g3a {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slottyway-gw4g3a:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .slottyway-gw4g3a:first-child {
    margin-top: 20px;
  }
}

.slottyway-gw4g3a > p:last-of-type {
  margin-bottom: 32px;
}

.slottyway-gw4g3a > .slottyway-h8qm3e:not(:first-child) {
  margin: 64px auto 16px auto;
}

.slottyway-pg7d2u > .slottyway-h8qm3e {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.slottyway-ur7aw6 {
  overflow: auto;
}

.slottyway-ur7aw6::-webkit-scrollbar {
  height: 5px;
}

.slottyway-ur7aw6 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.slottyway-ur7aw6 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.slottyway-ur7aw6 table thead,
table thead {
  border-bottom: none;
}

.slottyway-ur7aw6 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.slottyway-ur7aw6 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.slottyway-ur7aw6 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.slottyway-ur7aw6 .slottyway-ps8dbm {
  table-layout: auto;
}

.slottyway-ur7aw6 .slottyway-ps8dbm th {
  word-break: normal;
}

.slottyway-ur7aw6 .slottyway-ps8dbm td {
  word-break: normal;
}

.slottyway-itmydi .slottyway-itmydi {
  padding-right: 0;
  padding-left: 0;
}

.slottyway-lmqtpd {
  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;
}

.slottyway-2nj9oz {
  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;
}

.slottyway-7t7d6w {
  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;
}

.slottyway-2n7me5 {
  margin-top: 24px;
}

.slottyway-2n7me5.slottyway-c26ny5 {
  text-align: left;
}

.slottyway-2n7me5.slottyway-9md2in {
  text-align: right;
}

.slottyway-2n7me5.slottyway-8sbh6v {
  text-align: center;
}

.slottyway-b0nqhe {
  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.slottyway-ap9neu ease-in-out;
  cursor: pointer;
}

.slottyway-b0nqhe:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.slottyway-b0nqhe {
  min-width: 328px;
}

@media (max-width: 768px) {
  .slottyway-b0nqhe {
    min-width: unset;
  }
}

.slottyway-rxlavv {
  background-color: var(--fh-bg-color);
}

.slottyway-zbd1is {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.slottyway-934inz {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.slottyway-934inz img {
  max-height: 80px;
  object-fit: contain;
}

.slottyway-6erweh {
  flex: 1 1;
}

.slottyway-mbw9ax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.slottyway-kgiq8s {
  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;
}

.slottyway-kgiq8s 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;
}

.slottyway-kgiq8s.slottyway-ps83xn span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.slottyway-kgiq8s.slottyway-ps83xn span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.slottyway-kgiq8s.slottyway-ps83xn span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.slottyway-6erweh + .slottyway-mbw9ax {
  margin-left: 20px;
}

.slottyway-99mbni {
  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;
}

.slottyway-99mbni > svg {
  max-width: 24px;
  max-height: 24px;
}

.slottyway-99mbni + .slottyway-99mbni {
  margin-left: 5px;
}

.slottyway-mg28m8 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.slottyway-mg28m8:hover {
  background-color: var(--button-bg-hover);
}

.slottyway-5zstg0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.slottyway-ap9neu ease-in-out;
  border: 1px solid var(--border-color);
}

.slottyway-5zstg0:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.slottyway-7pg5bd {
  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) {
  .slottyway-6erweh {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .slottyway-7pg5bd {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .slottyway-6erweh {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .slottyway-99mbni {
    min-width: unset;
    flex: 1 1;
  }
}

.slottyway-h2atgl {
  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;
}

.slottyway-h2atgl:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.slottyway-h2atgl:hover .slottyway-fdtsfk {
  opacity: 1;
  pointer-events: auto;
}

.slottyway-5xfmql {
  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.slottyway-l4ec1e ease-in-out;
  gap: 4px;
}

.slottyway-5xfmql > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slottyway-5xfmql .slottyway-lmqtpd img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slottyway-uesnpz,
.slottyway-5xfmql:hover {
  color: var(--button-bg-hover);
}

.slottyway-kuxi10 {
  position: relative;
}

.slottyway-kuxi10 .slottyway-5xfmql {
  margin-right: 0;
  padding-right: 4px;
}

.slottyway-yrakik svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.slottyway-kuxi10.slottyway-ps83xn .slottyway-yrakik svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.slottyway-kuxi10.slottyway-ps83xn .slottyway-fdtsfk {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.slottyway-kuxi10.slottyway-ps83xn .slottyway-fdtsfk::before {
  display: none;
}

.slottyway-yrakik svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.slottyway-fdtsfk {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.slottyway-zg4vi3 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.slottyway-fdtsfk::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.slottyway-fdtsfk:hover {
  color: var(--fh-bg-color);
}

.slottyway-efsbft {
  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.slottyway-zg4vi3 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.slottyway-l4ec1e ease-in-out;
  -o-transition: 0.slottyway-l4ec1e ease-in-out;
  transition: 0.slottyway-l4ec1e ease-in-out;
}

.slottyway-efsbft .slottyway-lmqtpd img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.slottyway-2hj6zc,
.slottyway-efsbft:hover {
  color: var(--button-bg-hover);
}

.slottyway-ehvulp {
  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%;
}

.slottyway-ehvulp.slottyway-9r65h6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.slottyway-ehvulp.slottyway-9r65h6:after,
.slottyway-ehvulp.slottyway-9r65h6:before {
  content: "";
  position: absolute;
  margin: auto;
}

.slottyway-ehvulp.slottyway-9r65h6: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);
  }
}

.slottyway-ehvulp.slottyway-9r65h6:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.slottyway-ehvulp.slottyway-9r65h6 > * {
  z-index: 1;
}

.slottyway-ehvulp b,
.slottyway-ehvulp strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.slottyway-ehvulp .slottyway-x245ne {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.slottyway-ehvulp .slottyway-ptvflv {
  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;
}

.slottyway-ehvulp .slottyway-lmqtpd {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.slottyway-ehvulp .slottyway-noweol {
  margin-top: 12px;
}

.slottyway-noweol {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.slottyway-alipo1 {
  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;
}

.slottyway-noweol .slottyway-41nk3u {
  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.slottyway-ap9neu ease-in-out;
}

.slottyway-noweol .slottyway-41nk3u:hover {
  background: rgba(255, 255, 255, 0.3);
}

.slottyway-2rf4dx {
  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;
}

.slottyway-ehvulp.slottyway-plzwop {
  gap: 12px;
  padding: 16px;
}

.slottyway-ehvulp.slottyway-plzwop .slottyway-2rf4dx {
  min-width: 240px;
}

.slottyway-ehvulp.slottyway-plzwop .slottyway-2rf4dx.slottyway-9nbv7y {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .slottyway-ehvulp .slottyway-x245ne {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .slottyway-ehvulp .slottyway-ptvflv {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .slottyway-ehvulp .slottyway-lmqtpd {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .slottyway-ehvulp.slottyway-plzwop .slottyway-lmqtpd {
    max-width: 126px;
  }
  .slottyway-ehvulp .slottyway-noweol {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .slottyway-ehvulp .slottyway-alipo1 {
    max-width: unset;
  }
  .slottyway-2rf4dx {
    min-width: unset;
    width: 100%;
  }
  .slottyway-ehvulp .slottyway-2rf4dx {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .slottyway-ehvulp.slottyway-plzwop {
    grid-template-rows: auto 1fr auto;
  }
  .slottyway-ehvulp.slottyway-plzwop .slottyway-2rf4dx {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .slottyway-ehvulp {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .slottyway-ehvulp .slottyway-x245ne {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .slottyway-ehvulp .slottyway-lmqtpd {
    max-width: 78px;
  }
  .slottyway-ehvulp .slottyway-noweol {
    margin-top: -12px;
  }
  .slottyway-ehvulp.slottyway-plzwop {
    gap: 8px;
  }
  .slottyway-ehvulp.slottyway-plzwop .slottyway-x245ne {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .slottyway-ehvulp.slottyway-plzwop .slottyway-ptvflv {
    grid-column: 1/3;
  }
  .slottyway-ehvulp.slottyway-plzwop .slottyway-lmqtpd {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .slottyway-ehvulp.slottyway-plzwop .slottyway-lmqtpd img {
    max-width: 114px;
  }
}

.slottyway-2rf4dx.slottyway-4awtkv,
.slottyway-2rf4dx.slottyway-sz062l,
.slottyway-2rf4dx.slottyway-rrsrpy {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.slottyway-ap9neu ease-in-out;
}

.slottyway-2rf4dx.slottyway-4awtkv,
.slottyway-2rf4dx.slottyway-rrsrpy {
  padding: 10px;
}

.slottyway-2rf4dx.slottyway-4awtkv:hover,
.slottyway-2rf4dx.slottyway-sz062l:hover,
.slottyway-2rf4dx.slottyway-rrsrpy:hover {
  background: var(--button-bg-hover);
}

.slottyway-2rf4dx.slottyway-4awtkv:hover svg path,
.slottyway-2rf4dx.slottyway-rrsrpy:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.slottyway-2rf4dx.slottyway-9nbv7y {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.slottyway-ap9neu ease-in-out;
  background: var(--button-bg-color);
}

.slottyway-2rf4dx.slottyway-9nbv7y:hover {
  background-color: var(--button-bg-hover);
}

.slottyway-2rf4dx.slottyway-sz062l: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);
  }
}

.slottyway-2rf4dx.slottyway-sz062l:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slottyway-2rf4dx.slottyway-9nbv7y:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.slottyway-4a85e3 {
  max-width: 650px;
}

.slottyway-gtfy4l {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.slottyway-33eijh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slottyway-q86237 {
  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.slottyway-l4ec1e ease-in-out;
  cursor: pointer;
}

.slottyway-q86237:hover {
  opacity: 0.5;
}

.slottyway-q86237:focus {
  outline: 0;
}

.slottyway-q86237:focus .slottyway-h091pl,
.slottyway-q86237:hover .slottyway-h091pl {
  fill: red;
  fill-opacity: 1;
}

.slottyway-q86237:hover {
  cursor: pointer;
}

.slottyway-cndoyp {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.slottyway-4a85e3.slottyway-8sbh6v {
  margin: 0 auto;
}

.slottyway-4a85e3.slottyway-9md2in {
  margin-left: auto;
}

.slottyway-njxzl5 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.slottyway-h6htjj {
  padding-bottom: 50px;
}

.slottyway-bgyf59 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.slottyway-u85rl3 {
  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;
}

.slottyway-nc0bk8 {
  margin-top: 24px;
}

.slottyway-dog3jh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slottyway-bo3y5j {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.slottyway-3fltid {
  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;
}

.slottyway-ow92i0 {
  width: 468px;
}

.slottyway-3fltid .slottyway-fdtsfk {
  margin: 0.slottyway-9p1q1g 0;
}

.slottyway-x9wjxu {
  display: flex;
  min-width: 224px;
}

.slottyway-h223p3 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.slottyway-l4ec1e ease-in-out;
}

.slottyway-rhsjun,
.slottyway-h223p3:hover {
  color: var(--text-color);
}

.slottyway-36z1dr {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.slottyway-k46vmb {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .slottyway-njxzl5 {
    padding: 16px;
  }
  .slottyway-36z1dr {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .slottyway-k46vmb {
    align-items: center;
  }
  .slottyway-ow92i0 {
    width: unset;
  }
  .slottyway-x9wjxu {
    min-width: unset;
  }
  .slottyway-3fltid {
    max-height: unset;
  }
  .slottyway-bgyf59 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .slottyway-njxzl5 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.slottyway-31c1s6 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slottyway-31c1s6:not(:last-child) {
  margin-bottom: 16px;
}

.slottyway-5id9cz {
  outline: 0;
}

.slottyway-5id9cz .slottyway-hfpdhw {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.slottyway-jx9tt2 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .slottyway-jx9tt2 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.slottyway-jx9tt2::-webkit-details-marker {
  display: none;
}

.slottyway-jx9tt2: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;
}

.slottyway-jx9tt2: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] .slottyway-jx9tt2:after {
  transform: unset;
}

.slottyway-hfpdhw {
  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);
}

.slottyway-hfpdhw 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.slottyway-l4ec1e ease-in-out;
  -o-transition: 0.slottyway-l4ec1e ease-in-out;
  transition: 0.slottyway-l4ec1e ease-in-out;
}

.slottyway-348j19 {
  padding: 16px 0 0 0;
}

.slottyway-348j19 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .slottyway-348j19 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slottyway-jx9tt2 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .slottyway-jx9tt2::after {
    margin-left: auto;
  }
  .slottyway-hfpdhw {
    order: 3;
    flex: 1 1 100%;
  }
  .slottyway-jx9tt2 {
    font-size: 14px;
    line-height: 130%;
  }
  .slottyway-hfpdhw svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.slottyway-hj1pez {
  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;
}

.slottyway-w0m09y {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.slottyway-hj1pez.slottyway-ps83xn .slottyway-w0m09y {
  margin-bottom: 12px;
}

.slottyway-w0m09y::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;
}

.slottyway-hj1pez.slottyway-ps83xn .slottyway-w0m09y::after {
  transform: unset;
}

.slottyway-s2o2zq {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.slottyway-35bsw6 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.slottyway-l4ec1e ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.slottyway-35bsw6: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;
}

.slottyway-hj1pez.slottyway-ps83xn .slottyway-s2o2zq {
  max-height: 100%;
}

.slottyway-v6bxr4 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.slottyway-8oii03 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.slottyway-bssfo1 {
  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;
}

.slottyway-onx31p {
  margin-right: 4px;
}

.slottyway-u9v8iw {
  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.slottyway-l4ec1e ease-in-out;
}

.slottyway-u9v8iw svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.slottyway-2dgflg,
.slottyway-u9v8iw:hover {
  color: var(--text-color);
}

.slottyway-xhoheq {
  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;
}

.slottyway-xhoheq img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.slottyway-xhoheq .slottyway-vem0o8 {
  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;
}

.slottyway-xhoheq .slottyway-jednl2 {
  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;
}

.slottyway-mkmvwu {
  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;
}

.slottyway-66ynaj {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slottyway-w8hjll .slottyway-itmydi {
  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;
}

.slottyway-w8hjll {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.slottyway-p4f0pi {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.slottyway-kvv7s0 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.slottyway-bsps40 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.slottyway-vqk8cf 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;
}

.slottyway-bsps40:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.slottyway-toenkr {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.slottyway-jkjitb {
  -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.slottyway-l4ec1e ease-in-out;
  transition: transform 0.slottyway-l4ec1e ease-in-out;
  -o-transition: transform 0.slottyway-l4ec1e ease-in-out;
  transition:
    transform 0.slottyway-l4ec1e ease-in-out,
    -webkit-transform 0.slottyway-l4ec1e ease-in-out;
  cursor: pointer;
}

.slottyway-jkjitb svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.slottyway-jkjitb: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;
}

.slottyway-jlwea1 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .slottyway-jlwea1 {
    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);
}

.slottyway-5e0g94 {
  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;
}

.slottyway-w64m4k {
  position: relative;
  width: 100%;
}

.slottyway-5e0g94.slottyway-5b7yoz {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slottyway-5e0g94.slottyway-8sbh6v {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slottyway-5e0g94.slottyway-9md2in {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slottyway-vtlnl3 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.slottyway-5rgvne {
  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.slottyway-l4ec1e ease-in-out;
  cursor: pointer;
}

.slottyway-5rgvne:hover {
  opacity: 0.5;
}

.slottyway-5e0g94.slottyway-vd6hz0 .slottyway-5rgvne {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.slottyway-5e0g94.slottyway-vd6hz0 .slottyway-vtlnl3 {
  cursor: pointer;
}

.slottyway-tbu2di {
  fill: #0009;
}

.slottyway-f7unvz {
  fill: #fff;
}

.slottyway-5rgvne:hover .slottyway-tbu2di {
  fill: red;
}

.slottyway-5rgvne svg path {
  -webkit-transition: 0.slottyway-l4ec1e ease-in-out;
  -o-transition: 0.slottyway-l4ec1e ease-in-out;
  transition: 0.slottyway-l4ec1e ease-in-out;
}

.slottyway-zs4zyl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.slottyway-zs4zyl > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.slottyway-zs4zyl.slottyway-xoygpn > :not(.get-image) {
  grid-column: 1/3;
}

.slottyway-xh2ztb:not(._h1-block) .slottyway-zs4zyl > .slottyway-h8qm3e {
  grid-row: 1/2;
  grid-column: 1/3;
}

.slottyway-zs4zyl.slottyway-xoygpn .slottyway-w732gj {
  grid-column: 2/3;
}

.slottyway-zs4zyl.slottyway-xoygpn > .slottyway-lmqtpd {
  grid-column: 1/2;
}

.slottyway-zs4zyl.slottyway-xoygpn > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.slottyway-zs4zyl > p:first-of-type {
  margin-top: 0;
}

.slottyway-zs4zyl .slottyway-lmqtpd {
  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;
}

.slottyway-xh2ztb:not(._h1-block) .slottyway-h8qm3e ~ .slottyway-lmqtpd {
  grid-row: 2/10;
}

.slottyway-xh2ztb.slottyway-xzepab .slottyway-h8qm3e ~ .slottyway-lmqtpd {
  grid-row: 1/10;
}

.slottyway-xh2ztb.slottyway-xzepab > .slottyway-h8qm3e {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.slottyway-xh2ztb.slottyway-xzepab .slottyway-lmqtpd {
  grid-row: 1/10;
}

.slottyway-zs4zyl.slottyway-ydd5o2 .slottyway-lmqtpd {
  align-items: flex-start;
}

.slottyway-zs4zyl.slottyway-8sbh6v .slottyway-w732gj {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.slottyway-zs4zyl.slottyway-8sbh6v .slottyway-lmqtpd {
  align-items: center;
}

.slottyway-zs4zyl.slottyway-m3hkwn .slottyway-lmqtpd {
  align-items: flex-end;
}

.slottyway-w732gj > :first-child {
  margin-top: 0;
}

.slottyway-w732gj > :last-child {
  margin-bottom: 0;
}

* + .slottyway-uq1shf,
.slottyway-xh2ztb + .slottyway-xh2ztb {
  margin-top: 2rem;
}

.slottyway-qy1a4f td::before,
.slottyway-qy1a4f th::after {
  display: none !important;
}

.slottyway-qy1a4f #link-selector {
  color: #000;
}

.slottyway-qy1a4f .slottyway-63v98y {
  color: #135e96;
}

.slottyway-qy1a4f .slottyway-wbv1c6 *,
.slottyway-qy1a4f .slottyway-md5rzm p,
.slottyway-qy1a4f .slottyway-qp43ud * {
  color: #000;
}

.slottyway-qy1a4f .slottyway-qqyqwz {
  background: 0 0 !important;
}

.slottyway-qy1a4f .slottyway-ohj6wb {
  color: #000;
}

.slottyway-qy1a4f .slottyway-nzq42s.slottyway-icrk5x {
  color: #fff;
}

.slottyway-qy1a4f .slottyway-xmgipu {
  color: #000;
}

.slottyway-qy1a4f
  .slottyway-027vxg
  .slottyway-bciohr.slottyway-icrk5x.slottyway-4k6pvu {
  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;
}

.slottyway-vbq2rg,
body .slottyway-oxkagf {
  color: #000;
  background: var(--color-body) !important;
}

.slottyway-vbq2rg .slottyway-w0c644 .slottyway-7xflpj,
body .slottyway-oxkagf .slottyway-w0c644 .slottyway-7xflpj {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slottyway-35bsw6:focus,
  .slottyway-35bsw6:hover {
    color: #f9cb16;
  }
  .slottyway-l0a855:focus,
  .slottyway-l0a855:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .slottyway-4orm78:focus img,
  .slottyway-4orm78:focus svg,
  .slottyway-4orm78:hover img,
  .slottyway-4orm78:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .slottyway-xhoheq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .slottyway-kuxi10:hover .slottyway-yrakik svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .slottyway-yrakik {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .slottyway-088s6x {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .slottyway-nigx0j {
    grid-template-columns: repeat(4, 1fr);
  }
  .slottyway-f8ixjy {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .slottyway-qfqcgl .slottyway-cys5m8 {
    grid-template-columns: 1fr;
  }
  .slottyway-qfqcgl .slottyway-9lmwr5 {
    -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;
  }
  .slottyway-qfqcgl .slottyway-z2ywal {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slottyway-qfqcgl .slottyway-3sja3x {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .slottyway-qfqcgl .slottyway-a2cedl {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .slottyway-qfqcgl .slottyway-z2ywal:not(:first-child) {
    border: none;
  }
  .slottyway-qfqcgl .slottyway-z2ywal:first-child .slottyway-3sja3x {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .slottyway-qfqcgl .slottyway-z2ywal:last-child .slottyway-3sja3x {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .slottyway-zbd1is {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .slottyway-934inz {
    max-width: 100px;
  }
  .slottyway-6erweh {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .slottyway-mbw9ax {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .slottyway-mbw9ax svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .slottyway-kgiq8s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .slottyway-6erweh + .slottyway-mbw9ax {
    margin-left: auto;
  }
  .slottyway-u0vsn1 {
    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;
  }
  .slottyway-u0vsn1.slottyway-ps83xn {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .slottyway-7pg5bd {
    -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;
  }
  .slottyway-h2atgl {
    width: 100%;
  }
  .slottyway-h2atgl:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .slottyway-5xfmql {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .slottyway-5xfmql svg {
    margin-right: 4px;
  }
  .slottyway-kuxi10 {
    -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;
  }
  .slottyway-yrakik svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .slottyway-yrakik {
    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;
  }
  .slottyway-fdtsfk {
    display: none;
    width: 100%;
  }
  .slottyway-kuxi10.slottyway-ps83xn .slottyway-fdtsfk {
    padding: 0 0 0 48px;
  }
  .slottyway-efsbft {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .slottyway-u85rl3 .slottyway-lmqtpd {
    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;
  }
  .slottyway-esi569 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slottyway-esi569 + .slottyway-esi569 {
    margin-right: 0;
  }
  .slottyway-esi569 + .slottyway-lmqtpd {
    margin: 0;
  }
  .slottyway-088s6x {
    grid-template-columns: repeat(4, 1fr);
  }
  .slottyway-nigx0j {
    grid-template-columns: repeat(3, 1fr);
  }
  .slottyway-6fezk0,
  .slottyway-sygxqm {
    grid-template-columns: repeat(2, 1fr);
  }
  .slottyway-zs4zyl {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .slottyway-zs4zyl.slottyway-xoygpn .slottyway-w732gj {
    grid-column: auto;
    grid-row: auto;
  }
  .slottyway-zs4zyl > .slottyway-h8qm3e {
    grid-column: 1/2;
  }
  .slottyway-zs4zyl.slottyway-xoygpn > :not(.get-image) {
    grid-column: 1/2;
  }
  .slottyway-zs4zyl .slottyway-lmqtpd,
  .slottyway-zs4zyl.slottyway-xoygpn > .slottyway-lmqtpd {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slottyway-zs4zyl.slottyway-xoygpn > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .slottyway-xh2ztb.slottyway-xzepab .slottyway-zs4zyl > .slottyway-lmqtpd {
    grid-row: 1/2;
  }
  .slottyway-zs4zyl .slottyway-h8qm3e ~ .slottyway-lmqtpd,
  .slottyway-zs4zyl.slottyway-xoygpn .slottyway-h8qm3e ~ .slottyway-lmqtpd {
    grid-row: 2/3;
  }
  .slottyway-xh2ztb.slottyway-xzepab .slottyway-h8qm3e ~ .slottyway-lmqtpd {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .slottyway-gw4g3a:first-child .slottyway-54qf6m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slottyway-gw4g3a:first-child .slottyway-54qf6m h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .slottyway-gw4g3a {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .slottyway-gw4g3a {
    padding: 0;
  }
  .slottyway-2n7me5 {
    margin-top: 1rem;
  }
  .slottyway-5id9cz {
    border-radius: 5px;
  }
  .slottyway-28x4nv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slottyway-w0m09y::after {
    display: inline-block;
  }
  .slottyway-w0m09y {
    margin: 0;
    width: 100%;
  }
  .slottyway-s2o2zq {
    width: 100%;
  }
  .slottyway-s2o2zq.slottyway-wijqds {
    -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%;
  }
  .slottyway-s2o2zq.slottyway-wijqds .slottyway-5x7t7t {
    width: 100%;
  }
  .slottyway-s2o2zq.slottyway-wijqds .slottyway-5x7t7t:not(:last-child) {
    margin-right: 0;
  }
  .slottyway-35bsw6 {
    width: 100%;
    text-align: center;
  }
  .slottyway-hj1pez.slottyway-ps83xn .slottyway-s2o2zq {
    margin-top: 1rem;
  }
  .slottyway-088s6x {
    grid-template-columns: repeat(3, 1fr);
  }
  .slottyway-f8ixjy,
  .slottyway-nigx0j {
    grid-template-columns: repeat(2, 1fr);
  }
  .slottyway-6fezk0,
  .slottyway-sygxqm,
  .slottyway-6nazkq {
    grid-template-columns: 1fr;
  }
  .slottyway-cb7txf {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .slottyway-73ao8d {
    min-width: 300px;
    max-width: 325px;
  }
  .slottyway-3sja3x {
    cursor: auto;
  }
  .slottyway-k93wr1 .slottyway-3sja3x {
    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;
  }
  .slottyway-jlwea1 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .slottyway-fdtsfk {
    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) {
  .slottyway-jlwea1 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.slottyway-esi569 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .slottyway-mbw9ax {
    margin: 0 -0.2rem;
  }
  .slottyway-esi569 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .slottyway-rnu2ir {
    -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;
  }
  .slottyway-3bdd52 {
    max-width: 100%;
  }
  .slottyway-088s6x {
    grid-template-columns: repeat(2, 1fr);
  }
  .slottyway-f8ixjy,
  .slottyway-nigx0j {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .slottyway-zbd1is {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slottyway-mbw9ax {
    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;
  }
  .slottyway-rxlavv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .slottyway-99mbni {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .slottyway-ybuaw8,
  .slottyway-e3nfoj {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .slottyway-b0nqhe {
    width: 100%;
  }
  .slottyway-088s6x {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .slottyway-jlwea1 {
    top: 127px !important;
  }
}

.slottyway-yuwsao {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .slottyway-yuwsao {
  }
}

@media (max-width: 767px) {
  .slottyway-yuwsao {
    margin-bottom: 12px;
  }
}

.slottyway-yuwsao img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.slottyway-kthqc1 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.slottyway-kthqc1 > .slottyway-h4oxuk {
  flex: 1 1;
}

@media (max-width: 767px) {
  .slottyway-kthqc1 {
    flex-direction: column;
    gap: 12px;
  }
}

.slottyway-dbpul0 {
  display: flex;
}

.slottyway-dbpul0 .slottyway-w3z54d {
  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;
}

.slottyway-dbpul0 .slottyway-y3lm9x {
  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;
}

.slottyway-dbpul0 .slottyway-n3at9v {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.slottyway-dbpul0 .slottyway-o0sm3b {
  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));
  }
}

.slottyway-dbpul0 .slottyway-o0sm3b:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.slottyway-dbpul0 .slottyway-s6z8kt {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.slottyway-ritdar {
  border: unset;
  background-color: unset;
}

.slottyway-ritdar tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.slottyway-ritdar .slottyway-xdltus,
.slottyway-ritdar .slottyway-3eyyzr {
  flex: 0 1 330px;
}

.slottyway-ritdar .slottyway-9hxoyk {
  flex: 1 1;
}

.slottyway-ritdar tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.slottyway-ritdar tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.slottyway-ritdar tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.slottyway-ritdar tr td p {
  color: #fff;
  margin: 0;
}

.slottyway-ritdar tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.slottyway-ritdar tr.slottyway-xdltus td p {
  padding: 16px 0;
}

.slottyway-ritdar tr.slottyway-xdltus td p:not(:last-child),
.slottyway-ritdar tr.slottyway-3eyyzr td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.slottyway-ritdar tr.slottyway-xdltus td p:first-child,
.slottyway-ritdar tr.slottyway-3eyyzr td p:first-child {
  padding-top: 0;
}

.slottyway-ritdar tr.slottyway-3eyyzr td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slottyway-ritdar tr.slottyway-3eyyzr td p:last-child {
  padding-bottom: 0;
}

.slottyway-ritdar .slottyway-3eyyzr img {
  max-width: 32px;
}

.slottyway-ritdar .slottyway-9hxoyk {
  min-width: 718px;
}

.slottyway-ritdar .slottyway-9hxoyk td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.slottyway-ritdar .slottyway-9hxoyk td {
  display: flex;
}

.slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-0ym6vq,
.slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-u73g48,
.slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-4xuqo2 {
  flex: 1 1 50%;
}

.slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-pgid40 {
  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;
}

.slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-g3il3y,
.slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-uw9jqk {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-0ym6vq,
.slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-u73g48 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-0ym6vq span,
.slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-u73g48 span {
  font-weight: 800;
}

.slottyway-ritdar .slottyway-9hxoyk img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .slottyway-ritdar .slottyway-9hxoyk td .slottyway-4xuqo2:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .slottyway-ritdar tr.slottyway-xdltus td p:last-child {
    padding-bottom: 0;
  }
  .slottyway-ritdar .slottyway-3eyyzr > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .slottyway-ritdar .slottyway-3eyyzr > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .slottyway-ritdar tr.slottyway-xdltus td p:not(:last-child),
  .slottyway-ritdar tr.slottyway-3eyyzr td p:not(:last-child) {
    border-bottom: unset;
  }
  .slottyway-ritdar tr.slottyway-3eyyzr td p:last-child {
    padding-bottom: 12px;
  }
  .slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-0ym6vq,
  .slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-u73g48,
  .slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-4xuqo2 {
    flex: 1 1 50%;
    padding: 0;
  }
  .slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-0ym6vq,
  .slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-u73g48 {
    margin-top: 16px;
  }
  .slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-4xuqo2 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-0ym6vq {
    border-right: 1px solid var(--border-color);
  }
  .slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-4xuqo2:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .slottyway-ritdar .slottyway-9hxoyk td:last-child .slottyway-4xuqo2:last-child {
    padding-bottom: 0;
  }
}

.slottyway-4xuqo2 {
  display: flex;
  flex-direction: column;
}

.slottyway-ritdar .slottyway-9hxoyk td .slottyway-4xuqo2 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.slottyway-ritdar .slottyway-9hxoyk td .slottyway-4xuqo2:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.slottyway-ritdar .slottyway-9hxoyk td .slottyway-4xuqo2:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .slottyway-ritdar .slottyway-9hxoyk td .slottyway-4xuqo2:not(:first-child) {
    padding-left: 0;
  }
  .slottyway-ritdar .slottyway-9hxoyk td .slottyway-4xuqo2:not(:last-of-type) {
    border-right: unset;
  }
}

.slottyway-ritdar .slottyway-9lygm0 {
  flex: 0 1 485px;
}

.slottyway-ritdar .slottyway-5xzh4s {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.slottyway-ritdar .slottyway-5xzh4s li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slottyway-ritdar .slottyway-5xzh4s li.slottyway-ajlp3r {
  padding: 6px 12px;
}

.slottyway-ritdar .slottyway-5xzh4s li a,
.slottyway-ritdar .slottyway-5xzh4s 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;
}

.slottyway-ritdar .slottyway-hs6glb,
.slottyway-ritdar .slottyway-d4yacw {
  flex: 1 1;
}

.slottyway-ritdar .slottyway-0szy0y,
.slottyway-ritdar .slottyway-mppbnl {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.slottyway-ritdar .slottyway-0szy0y li,
.slottyway-ritdar .slottyway-mppbnl li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.slottyway-ritdar .slottyway-d4yacw img {
  max-width: 32px;
}

.slottyway-ritdar .slottyway-hs6glb img {
  max-width: 32px;
}

.slottyway-ritdar .slottyway-13c4sr {
  min-width: 280px;
}

.slottyway-ritdar .slottyway-13c4sr img {
  max-width: 146px;
}

.slottyway-ritdar .slottyway-13c4sr td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .slottyway-ritdar .slottyway-xdltus,
  .slottyway-ritdar .slottyway-3eyyzr {
    flex: 0 1 auto;
  }
  .slottyway-ritdar .slottyway-9hxoyk {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .slottyway-ritdar .slottyway-xdltus,
  .slottyway-ritdar .slottyway-9lygm0,
  .slottyway-ritdar .slottyway-3eyyzr,
  .slottyway-ritdar .slottyway-9hxoyk {
    flex: 1 1 calc(50% - 20px);
  }
  .slottyway-ritdar .slottyway-hs6glb,
  .slottyway-ritdar .slottyway-13c4sr,
  .slottyway-ritdar .slottyway-d4yacw {
    flex: 1 1 30%;
  }
  .slottyway-ritdar .slottyway-13c4sr {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .slottyway-ritdar .slottyway-xdltus,
  .slottyway-ritdar .slottyway-9lygm0,
  .slottyway-ritdar .slottyway-hs6glb,
  .slottyway-ritdar .slottyway-3eyyzr,
  .slottyway-ritdar .slottyway-9hxoyk,
  .slottyway-ritdar .slottyway-13c4sr,
  .slottyway-ritdar .slottyway-d4yacw {
    flex: 1 1 100%;
  }
}

.slottyway-t1huys .slottyway-o6nry2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slottyway-t1huys .slottyway-r4l214 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.slottyway-t1huys .slottyway-80mgr5 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.slottyway-t1huys .slottyway-p5t9ie {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.slottyway-t1huys .slottyway-p5t9ie > :nth-child(3) {
  margin-top: 0;
}

.slottyway-t1huys .slottyway-lmqtpd {
  grid-column: 2/3;
  grid-row: 1/10;
}

.slottyway-t1huys .slottyway-5t315g {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.slottyway-t1huys .slottyway-2n7me5 {
  grid-column: 1/2;
}

.slottyway-t1huys > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.slottyway-t1huys .slottyway-r4l214: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;
}

.slottyway-t1huys .slottyway-r4l214:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.slottyway-t1huys .slottyway-b0nqhe {
  min-width: 240px;
}

@media (max-width: 768px) {
  .slottyway-t1huys .slottyway-r4l214:not(:last-child):before {
    bottom: 8px;
  }
  .slottyway-t1huys .slottyway-r4l214:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .slottyway-t1huys .slottyway-p5t9ie {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .slottyway-t1huys .slottyway-lmqtpd {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .slottyway-t1huys .slottyway-lmqtpd img {
    width: 100%;
    height: auto;
  }
  .slottyway-t1huys .slottyway-b0nqhe {
    width: 100%;
    min-width: unset;
  }
}

.slottyway-0llri6 .slottyway-l4k7vp {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.slottyway-0llri6 .slottyway-gbmoja {
  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;
}

.slottyway-0llri6 .slottyway-lmqtpd {
  height: 100%;
}

.slottyway-0llri6 .slottyway-lmqtpd img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.slottyway-0llri6 .slottyway-t5cppd {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.slottyway-0llri6 .slottyway-l9epnj {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.slottyway-0llri6 .slottyway-v6sb42 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .slottyway-0llri6 .slottyway-gbmoja {
    flex: 1 1 100%;
  }
  .slottyway-0llri6 .slottyway-2rf4dx {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .slottyway-0llri6 .slottyway-gbmoja {
    flex-direction: column;
  }
  .slottyway-0llri6 .slottyway-lmqtpd {
    width: 100%;
    height: auto;
  }
  .slottyway-0llri6 .slottyway-lmqtpd img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .slottyway-0llri6 .slottyway-t5cppd {
    padding: 0 16px 16px 16px;
  }
  .slottyway-0llri6 .slottyway-2rf4dx {
    min-width: unset;
    width: 100%;
  }
}

.slottyway-tjlvfa .slottyway-dctx3v {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.slottyway-tjlvfa .slottyway-0m35zr {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.slottyway-tjlvfa 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;
}

.slottyway-tjlvfa .slottyway-s99i2s {
  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;
}

.slottyway-tjlvfa .slottyway-0m35zr:hover .slottyway-s99i2s {
  display: flex;
}

.slottyway-tjlvfa .slottyway-8ht3e9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.slottyway-tjlvfa .slottyway-hhdoae {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.slottyway-velok3 {
  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;
}

.slottyway-velok3.slottyway-rch542 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.slottyway-ap9neu ease-in-out;
}

.slottyway-velok3.slottyway-rch542:hover {
  color: #f9cb16;
  background-color: transparent;
}

.slottyway-tjlvfa .slottyway-1vwdnv {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.slottyway-ap9neu ease-in-out;
}

.slottyway-tjlvfa .slottyway-1vwdnv:hover {
  color: #196948;
  background-color: #f9cb16;
}

.slottyway-tjlvfa .slottyway-1vwdnv:after,
.slottyway-velok3.slottyway-rch542:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.slottyway-velok3.slottyway-rch542:after {
  background-image: url(../images/Cash.svg);
}

.slottyway-tjlvfa .slottyway-1vwdnv:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .slottyway-tjlvfa .slottyway-dctx3v {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .slottyway-tjlvfa .slottyway-dctx3v {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .slottyway-tjlvfa .slottyway-dctx3v {
    grid-template-columns: 1fr;
  }
  .slottyway-tjlvfa .slottyway-0m35zr {
    height: auto;
  }
  .slottyway-tjlvfa .slottyway-0m35zr .slottyway-s99i2s {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .slottyway-tjlvfa .slottyway-8ht3e9,
  .slottyway-tjlvfa .slottyway-hhdoae {
    text-align: left;
  }
  .slottyway-tjlvfa .slottyway-hhdoae {
    margin-bottom: 8px;
  }
  .slottyway-tjlvfa img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.slottyway-8m7cf8 {
  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;
}

.slottyway-8m7cf8.slottyway-vd6hz0 {
  display: block;
}

.slottyway-8m7cf8 .slottyway-ew2i9a {
  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;
}

.slottyway-8m7cf8 .slottyway-fxhkih {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.slottyway-8m7cf8 .slottyway-0m8bx2 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.slottyway-8m7cf8 .slottyway-djrtt3 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.slottyway-8m7cf8 .slottyway-velok3 {
  min-width: 296px;
  margin-bottom: 0;
}

.slottyway-8m7cf8 .slottyway-h32lw3 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slottyway-8m7cf8 .slottyway-c785ai {
  position: relative;
  flex: 1 1;
}

.slottyway-8m7cf8 .slottyway-c785ai iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .slottyway-8m7cf8 .slottyway-fxhkih {
    flex-wrap: wrap;
    gap: 8px;
  }
  .slottyway-8m7cf8 .slottyway-0m8bx2 {
    order: 1;
  }
  .slottyway-8m7cf8 .slottyway-djrtt3 {
    order: 3;
    flex: 1 1 100%;
  }
  .slottyway-8m7cf8 .slottyway-velok3 {
    width: 100%;
    min-width: unset;
  }
  .slottyway-8m7cf8 .slottyway-h32lw3 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .slottyway-zs4zyl > .slottyway-h8qm3e {
    margin-bottom: 0;
  }
  .slottyway-zs4zyl > .slottyway-2n7me5,
  .slottyway-zs4zyl > p {
    margin-top: 0;
  }
}

.slottyway-jlsdoo img,
.slottyway-esi569 img {
  width: auto;
  object-fit: contain;
}

.slottyway-jlsdoo {
  align-items: center;
}

.slottyway-jlsdoo img {
  max-height: 76px;
}

.slottyway-esi569 img {
  max-height: 64px;
}

.slottyway-cvnbtg {
  overflow: auto;
}

.slottyway-qh67tg {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.slottyway-b8zj41:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.slottyway-menmea {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.slottyway-x47sjk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slottyway-menmea .slottyway-lmqtpd {
  margin-right: 20px;
  flex-shrink: 0;
}

.slottyway-menmea img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.slottyway-95z4kq {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.slottyway-95z4kq > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .slottyway-menmea {
    padding: 15px 10px;
  }
  .slottyway-95z4kq {
    padding: 15px 10px;
  }
  .slottyway-menmea .slottyway-lmqtpd {
    margin-right: 10px;
  }
}

.slottyway-sbe9yh {
  overflow-x: auto;
}

.slottyway-c442nh {
  border-collapse: collapse;
  width: 100%;
}

.slottyway-sbe9yh th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.slottyway-sbe9yh td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.slottyway-sbe9yh td.slottyway-ssd6ju {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.slottyway-sbe9yh td.slottyway-wns961 {
  border-right: none;
}

.slottyway-sbe9yh td.slottyway-wns961 .slottyway-lmqtpd {
  justify-content: flex-start;
}

.slottyway-sbe9yh td.slottyway-wns961 .slottyway-lmqtpd img {
  height: auto;
  width: 90px;
}

.slottyway-sbe9yh td.slottyway-pi1b8e,
.slottyway-sbe9yh td.slottyway-w58yq8 {
  font-weight: 600;
  text-align: right;
}

.slottyway-sbe9yh td.slottyway-v3sgc8,
.slottyway-sbe9yh td.slottyway-pi1b8e {
  padding-bottom: 10px;
  border-bottom: none;
}

.slottyway-sbe9yh td.slottyway-pi1b8e,
.slottyway-sbe9yh td.slottyway-w58yq8 {
  border-left: none;
}

.slottyway-sbe9yh td.slottyway-v3sgc8,
.slottyway-sbe9yh td.slottyway-cd7vob {
  border-right: none;
}

.slottyway-sbe9yh td.slottyway-cd7vob,
.slottyway-sbe9yh td.slottyway-w58yq8 {
  border-top: none;
  padding-top: 10px;
}

.slottyway-nly88d {
  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;
}

.slottyway-nly88d .slottyway-2rf4dx {
  min-width: unset;
  width: 100%;
}

.slottyway-nly88d .slottyway-2rf4dx.slottyway-4awtkv {
  grid-column: 1/2;
  grid-row: 1/2;
}

.slottyway-nly88d .slottyway-2rf4dx.slottyway-rrsrpy {
  grid-column: 2/3;
  grid-row: 1/2;
}

.slottyway-nly88d .slottyway-vjq7c6 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .slottyway-nly88d {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .slottyway-nly88d .slottyway-2rf4dx.slottyway-4awtkv {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .slottyway-nly88d .slottyway-2rf4dx.slottyway-rrsrpy {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .slottyway-nly88d .slottyway-vjq7c6 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.slottyway-0le7n0 {
  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;
}

.slottyway-qexxkb {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.slottyway-pg7d2u p a img {
  margin: 0 auto;
  display: block;
}

.slottyway-pg7d2u table {
  margin-bottom: 17px;
}

/* contanct form */
.slottyway-tpoxps {
  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;
}

.slottyway-tpoxps label {
  font-size: 14px;
}

.slottyway-tpoxps h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.slottyway-tpoxps input,
.slottyway-tpoxps textarea,
.slottyway-tpoxps 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;
}
.slottyway-tpoxps button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.slottyway-ap9neu ease;
}
.slottyway-tpoxps button:hover {
  background-color: #691204;
}
.slottyway-mnr6iy {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.slottyway-fujysq ease-in;
}

.slottyway-mnr6iy 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;
}
.slottyway-v19aqk, .slottyway-fsudo0, [class*="review-card"],
thead, thead th, table th, .slottyway-ox47d4,
.slottyway-362gi7, [class*="collapsible-header"],
.slottyway-ta11li, [class*="updated-block"] {
  color: #ece7dc !important;
}
