@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);
}

.vegasino-qtfre1 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegasino-8zpg5c {
  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.vegasino-r0i3vc,
ul.vegasino-r0i3vc {
  padding-left: 20px;
}

ul.vegasino-r0i3vc {
  list-style: disc;
}

ol.vegasino-r0i3vc {
  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;
  }
}

.vegasino-gc4f1q > .vegasino-ceo0u5,
.vegasino-gc4f1q > .vegasino-vzj5x1,
.vegasino-gc4f1q > blockquote,
.vegasino-gc4f1q > h1,
.vegasino-gc4f1q > h2,
.vegasino-gc4f1q > h3,
.vegasino-gc4f1q > h4,
.vegasino-gc4f1q > h5,
.vegasino-gc4f1q > h6,
.vegasino-gc4f1q > ol,
.vegasino-gc4f1q > p,
.vegasino-gc4f1q > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegasino-gc4f1q > ol,
.vegasino-gc4f1q > ul {
  padding-left: 50px;
}

.vegasino-gc4f1q 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;
}

.vegasino-gc4f1q:not(:last-child) {
  margin-bottom: 2rem;
}

.vegasino-gc4f1q > :not(:first-child) {
  margin-top: 2rem;
}

.vegasino-gc4f1q {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vegasino-gc4f1q:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .vegasino-gc4f1q:first-child {
    margin-top: 20px;
  }
}

.vegasino-gc4f1q > p:last-of-type {
  margin-bottom: 32px;
}

.vegasino-gc4f1q > .vegasino-x90csh:not(:first-child) {
  margin: 64px auto 16px auto;
}

.vegasino-wpgo8b > .vegasino-x90csh {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegasino-vzj5x1 {
  overflow: auto;
}

.vegasino-vzj5x1::-webkit-scrollbar {
  height: 5px;
}

.vegasino-vzj5x1 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.vegasino-vzj5x1 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.vegasino-vzj5x1 table thead,
table thead {
  border-bottom: none;
}

.vegasino-vzj5x1 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.vegasino-vzj5x1 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.vegasino-vzj5x1 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.vegasino-vzj5x1 .vegasino-2bfvey {
  table-layout: auto;
}

.vegasino-vzj5x1 .vegasino-2bfvey th {
  word-break: normal;
}

.vegasino-vzj5x1 .vegasino-2bfvey td {
  word-break: normal;
}

.vegasino-qtfre1 .vegasino-qtfre1 {
  padding-right: 0;
  padding-left: 0;
}

.vegasino-itf8p9 {
  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;
}

.vegasino-o7hsqe {
  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;
}

.vegasino-nq9eec {
  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;
}

.vegasino-ceo0u5 {
  margin-top: 24px;
}

.vegasino-ceo0u5.vegasino-zlne0o {
  text-align: left;
}

.vegasino-ceo0u5.vegasino-b7m9su {
  text-align: right;
}

.vegasino-ceo0u5.vegasino-fpl2uf {
  text-align: center;
}

.vegasino-fg7e71 {
  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.vegasino-pokd6h ease-in-out;
  cursor: pointer;
}

.vegasino-fg7e71:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.vegasino-fg7e71 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .vegasino-fg7e71 {
    min-width: unset;
  }
}

.vegasino-7oibzk {
  background-color: var(--fh-bg-color);
}

.vegasino-trdzso {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.vegasino-xo4d77 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.vegasino-xo4d77 img {
  max-height: 80px;
  object-fit: contain;
}

.vegasino-leeqfd {
  flex: 1 1;
}

.vegasino-uwp7zz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.vegasino-jfd3tv {
  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;
}

.vegasino-jfd3tv 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;
}

.vegasino-jfd3tv.vegasino-zxl4zh span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.vegasino-jfd3tv.vegasino-zxl4zh span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.vegasino-jfd3tv.vegasino-zxl4zh span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.vegasino-leeqfd + .vegasino-uwp7zz {
  margin-left: 20px;
}

.vegasino-ku1byg {
  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;
}

.vegasino-ku1byg > svg {
  max-width: 24px;
  max-height: 24px;
}

.vegasino-ku1byg + .vegasino-ku1byg {
  margin-left: 5px;
}

.vegasino-gsl7zm {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.vegasino-gsl7zm:hover {
  background-color: var(--button-bg-hover);
}

.vegasino-99npcc {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.vegasino-pokd6h ease-in-out;
  border: 1px solid var(--border-color);
}

.vegasino-99npcc:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.vegasino-jonvfn {
  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) {
  .vegasino-leeqfd {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .vegasino-jonvfn {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .vegasino-leeqfd {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .vegasino-ku1byg {
    min-width: unset;
    flex: 1 1;
  }
}

.vegasino-mbsfvn {
  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;
}

.vegasino-mbsfvn:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.vegasino-mbsfvn:hover .vegasino-850lac {
  opacity: 1;
  pointer-events: auto;
}

.vegasino-9zo3xc {
  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.vegasino-asotb6 ease-in-out;
  gap: 4px;
}

.vegasino-9zo3xc > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vegasino-9zo3xc .vegasino-itf8p9 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vegasino-ffv9qx,
.vegasino-9zo3xc:hover {
  color: var(--button-bg-hover);
}

.vegasino-7ov3xe {
  position: relative;
}

.vegasino-7ov3xe .vegasino-9zo3xc {
  margin-right: 0;
  padding-right: 4px;
}

.vegasino-ec7npr svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vegasino-7ov3xe.vegasino-zxl4zh .vegasino-ec7npr svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.vegasino-7ov3xe.vegasino-zxl4zh .vegasino-850lac {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.vegasino-7ov3xe.vegasino-zxl4zh .vegasino-850lac::before {
  display: none;
}

.vegasino-ec7npr svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.vegasino-850lac {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.vegasino-hex89f 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.vegasino-850lac::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.vegasino-850lac:hover {
  color: var(--fh-bg-color);
}

.vegasino-dofaon {
  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.vegasino-hex89f 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.vegasino-asotb6 ease-in-out;
  -o-transition: 0.vegasino-asotb6 ease-in-out;
  transition: 0.vegasino-asotb6 ease-in-out;
}

.vegasino-dofaon .vegasino-itf8p9 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vegasino-waf2xu,
.vegasino-dofaon:hover {
  color: var(--button-bg-hover);
}

.vegasino-uyq616 {
  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%;
}

.vegasino-uyq616.vegasino-mzfcv4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.vegasino-uyq616.vegasino-mzfcv4:after,
.vegasino-uyq616.vegasino-mzfcv4:before {
  content: "";
  position: absolute;
  margin: auto;
}

.vegasino-uyq616.vegasino-mzfcv4: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);
  }
}

.vegasino-uyq616.vegasino-mzfcv4:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.vegasino-uyq616.vegasino-mzfcv4 > * {
  z-index: 1;
}

.vegasino-uyq616 b,
.vegasino-uyq616 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.vegasino-uyq616 .vegasino-a4z6ak {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.vegasino-uyq616 .vegasino-3jvvzg {
  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;
}

.vegasino-uyq616 .vegasino-itf8p9 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.vegasino-uyq616 .vegasino-40xnrw {
  margin-top: 12px;
}

.vegasino-40xnrw {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.vegasino-mg21n1 {
  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;
}

.vegasino-40xnrw .vegasino-mgs6fy {
  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.vegasino-pokd6h ease-in-out;
}

.vegasino-40xnrw .vegasino-mgs6fy:hover {
  background: rgba(255, 255, 255, 0.3);
}

.vegasino-lkggq4 {
  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;
}

.vegasino-uyq616.vegasino-qaygqo {
  gap: 12px;
  padding: 16px;
}

.vegasino-uyq616.vegasino-qaygqo .vegasino-lkggq4 {
  min-width: 240px;
}

.vegasino-uyq616.vegasino-qaygqo .vegasino-lkggq4.vegasino-k94cbk {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .vegasino-uyq616 .vegasino-a4z6ak {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .vegasino-uyq616 .vegasino-3jvvzg {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .vegasino-uyq616 .vegasino-itf8p9 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .vegasino-uyq616.vegasino-qaygqo .vegasino-itf8p9 {
    max-width: 126px;
  }
  .vegasino-uyq616 .vegasino-40xnrw {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .vegasino-uyq616 .vegasino-mg21n1 {
    max-width: unset;
  }
  .vegasino-lkggq4 {
    min-width: unset;
    width: 100%;
  }
  .vegasino-uyq616 .vegasino-lkggq4 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .vegasino-uyq616.vegasino-qaygqo {
    grid-template-rows: auto 1fr auto;
  }
  .vegasino-uyq616.vegasino-qaygqo .vegasino-lkggq4 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .vegasino-uyq616 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .vegasino-uyq616 .vegasino-a4z6ak {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .vegasino-uyq616 .vegasino-itf8p9 {
    max-width: 78px;
  }
  .vegasino-uyq616 .vegasino-40xnrw {
    margin-top: -12px;
  }
  .vegasino-uyq616.vegasino-qaygqo {
    gap: 8px;
  }
  .vegasino-uyq616.vegasino-qaygqo .vegasino-a4z6ak {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .vegasino-uyq616.vegasino-qaygqo .vegasino-3jvvzg {
    grid-column: 1/3;
  }
  .vegasino-uyq616.vegasino-qaygqo .vegasino-itf8p9 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .vegasino-uyq616.vegasino-qaygqo .vegasino-itf8p9 img {
    max-width: 114px;
  }
}

.vegasino-lkggq4.vegasino-rmgt7s,
.vegasino-lkggq4.vegasino-p7zggt,
.vegasino-lkggq4.vegasino-z0xkug {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.vegasino-pokd6h ease-in-out;
}

.vegasino-lkggq4.vegasino-rmgt7s,
.vegasino-lkggq4.vegasino-z0xkug {
  padding: 10px;
}

.vegasino-lkggq4.vegasino-rmgt7s:hover,
.vegasino-lkggq4.vegasino-p7zggt:hover,
.vegasino-lkggq4.vegasino-z0xkug:hover {
  background: var(--button-bg-hover);
}

.vegasino-lkggq4.vegasino-rmgt7s:hover svg path,
.vegasino-lkggq4.vegasino-z0xkug:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.vegasino-lkggq4.vegasino-k94cbk {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.vegasino-pokd6h ease-in-out;
  background: var(--button-bg-color);
}

.vegasino-lkggq4.vegasino-k94cbk:hover {
  background-color: var(--button-bg-hover);
}

.vegasino-lkggq4.vegasino-p7zggt: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);
  }
}

.vegasino-lkggq4.vegasino-p7zggt:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vegasino-lkggq4.vegasino-k94cbk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vegasino-mug8bo {
  max-width: 650px;
}

.vegasino-rrcs3x {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.vegasino-m7p3ja {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vegasino-nroqdc {
  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.vegasino-asotb6 ease-in-out;
  cursor: pointer;
}

.vegasino-nroqdc:hover {
  opacity: 0.5;
}

.vegasino-nroqdc:focus {
  outline: 0;
}

.vegasino-nroqdc:focus .vegasino-o7rb6z,
.vegasino-nroqdc:hover .vegasino-o7rb6z {
  fill: red;
  fill-opacity: 1;
}

.vegasino-nroqdc:hover {
  cursor: pointer;
}

.vegasino-dgop5e {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.vegasino-mug8bo.vegasino-fpl2uf {
  margin: 0 auto;
}

.vegasino-mug8bo.vegasino-b7m9su {
  margin-left: auto;
}

.vegasino-g150hr {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.vegasino-dyewi7 {
  padding-bottom: 50px;
}

.vegasino-2bd64t {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.vegasino-yri8x7 {
  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;
}

.vegasino-4i3pr0 {
  margin-top: 24px;
}

.vegasino-bfkdlj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vegasino-fzocl1 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.vegasino-ugm1vb {
  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;
}

.vegasino-ypi9bp {
  width: 468px;
}

.vegasino-ugm1vb .vegasino-850lac {
  margin: 0.vegasino-i0bevn 0;
}

.vegasino-gypmfk {
  display: flex;
  min-width: 224px;
}

.vegasino-jct9s8 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.vegasino-asotb6 ease-in-out;
}

.vegasino-0n77lp,
.vegasino-jct9s8:hover {
  color: var(--text-color);
}

.vegasino-ysf1xk {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.vegasino-d7mpeu {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .vegasino-g150hr {
    padding: 16px;
  }
  .vegasino-ysf1xk {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .vegasino-d7mpeu {
    align-items: center;
  }
  .vegasino-ypi9bp {
    width: unset;
  }
  .vegasino-gypmfk {
    min-width: unset;
  }
  .vegasino-ugm1vb {
    max-height: unset;
  }
  .vegasino-2bd64t {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .vegasino-g150hr {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.vegasino-6rfd6v {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vegasino-6rfd6v:not(:last-child) {
  margin-bottom: 16px;
}

.vegasino-i9ovgt {
  outline: 0;
}

.vegasino-i9ovgt .vegasino-s6zzmv {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.vegasino-mq7ht6 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .vegasino-mq7ht6 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.vegasino-mq7ht6::-webkit-details-marker {
  display: none;
}

.vegasino-mq7ht6: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;
}

.vegasino-mq7ht6: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] .vegasino-mq7ht6:after {
  transform: unset;
}

.vegasino-s6zzmv {
  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);
}

.vegasino-s6zzmv 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.vegasino-asotb6 ease-in-out;
  -o-transition: 0.vegasino-asotb6 ease-in-out;
  transition: 0.vegasino-asotb6 ease-in-out;
}

.vegasino-lv8xj5 {
  padding: 16px 0 0 0;
}

.vegasino-lv8xj5 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .vegasino-lv8xj5 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegasino-mq7ht6 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .vegasino-mq7ht6::after {
    margin-left: auto;
  }
  .vegasino-s6zzmv {
    order: 3;
    flex: 1 1 100%;
  }
  .vegasino-mq7ht6 {
    font-size: 14px;
    line-height: 130%;
  }
  .vegasino-s6zzmv svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.vegasino-g7dmqg {
  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;
}

.vegasino-e8trtt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.vegasino-g7dmqg.vegasino-zxl4zh .vegasino-e8trtt {
  margin-bottom: 12px;
}

.vegasino-e8trtt::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;
}

.vegasino-g7dmqg.vegasino-zxl4zh .vegasino-e8trtt::after {
  transform: unset;
}

.vegasino-pkm10g {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.vegasino-rwbbga {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.vegasino-asotb6 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.vegasino-rwbbga: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;
}

.vegasino-g7dmqg.vegasino-zxl4zh .vegasino-pkm10g {
  max-height: 100%;
}

.vegasino-i342jg {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.vegasino-2ri645 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.vegasino-3a63fn {
  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;
}

.vegasino-vdjguq {
  margin-right: 4px;
}

.vegasino-tbn5vs {
  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.vegasino-asotb6 ease-in-out;
}

.vegasino-tbn5vs svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.vegasino-gtq2p5,
.vegasino-tbn5vs:hover {
  color: var(--text-color);
}

.vegasino-z60gft {
  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;
}

.vegasino-z60gft img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.vegasino-z60gft .vegasino-01xrjk {
  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;
}

.vegasino-z60gft .vegasino-hl9zzh {
  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;
}

.vegasino-e3o4p1 {
  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;
}

.vegasino-rnfh0r {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vegasino-rs30qa .vegasino-qtfre1 {
  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;
}

.vegasino-rs30qa {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.vegasino-z1b1hc {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.vegasino-2b5hkx {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.vegasino-ddhec8 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.vegasino-16ijef 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;
}

.vegasino-ddhec8:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.vegasino-s6h1f7 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.vegasino-j4bd9u {
  -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.vegasino-asotb6 ease-in-out;
  transition: transform 0.vegasino-asotb6 ease-in-out;
  -o-transition: transform 0.vegasino-asotb6 ease-in-out;
  transition:
    transform 0.vegasino-asotb6 ease-in-out,
    -webkit-transform 0.vegasino-asotb6 ease-in-out;
  cursor: pointer;
}

.vegasino-j4bd9u svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.vegasino-j4bd9u: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;
}

.vegasino-zwy4o4 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .vegasino-zwy4o4 {
    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);
}

.vegasino-rngm4u {
  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;
}

.vegasino-45qzx9 {
  position: relative;
  width: 100%;
}

.vegasino-rngm4u.vegasino-jak64c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vegasino-rngm4u.vegasino-fpl2uf {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vegasino-rngm4u.vegasino-b7m9su {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vegasino-gw9qb6 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.vegasino-8hr0on {
  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.vegasino-asotb6 ease-in-out;
  cursor: pointer;
}

.vegasino-8hr0on:hover {
  opacity: 0.5;
}

.vegasino-rngm4u.vegasino-tk894q .vegasino-8hr0on {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vegasino-rngm4u.vegasino-tk894q .vegasino-gw9qb6 {
  cursor: pointer;
}

.vegasino-nx84j4 {
  fill: #0009;
}

.vegasino-shmzy0 {
  fill: #fff;
}

.vegasino-8hr0on:hover .vegasino-nx84j4 {
  fill: red;
}

.vegasino-8hr0on svg path {
  -webkit-transition: 0.vegasino-asotb6 ease-in-out;
  -o-transition: 0.vegasino-asotb6 ease-in-out;
  transition: 0.vegasino-asotb6 ease-in-out;
}

.vegasino-qq5cz2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.vegasino-qq5cz2 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.vegasino-qq5cz2.vegasino-gxy5e0 > :not(.get-image) {
  grid-column: 1/3;
}

.vegasino-xwifzz:not(._h1-block) .vegasino-qq5cz2 > .vegasino-x90csh {
  grid-row: 1/2;
  grid-column: 1/3;
}

.vegasino-qq5cz2.vegasino-gxy5e0 .vegasino-unltea {
  grid-column: 2/3;
}

.vegasino-qq5cz2.vegasino-gxy5e0 > .vegasino-itf8p9 {
  grid-column: 1/2;
}

.vegasino-qq5cz2.vegasino-gxy5e0 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.vegasino-qq5cz2 > p:first-of-type {
  margin-top: 0;
}

.vegasino-qq5cz2 .vegasino-itf8p9 {
  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;
}

.vegasino-xwifzz:not(._h1-block) .vegasino-x90csh ~ .vegasino-itf8p9 {
  grid-row: 2/10;
}

.vegasino-xwifzz.vegasino-7z6pia .vegasino-x90csh ~ .vegasino-itf8p9 {
  grid-row: 1/10;
}

.vegasino-xwifzz.vegasino-7z6pia > .vegasino-x90csh {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.vegasino-xwifzz.vegasino-7z6pia .vegasino-itf8p9 {
  grid-row: 1/10;
}

.vegasino-qq5cz2.vegasino-3a1r3s .vegasino-itf8p9 {
  align-items: flex-start;
}

.vegasino-qq5cz2.vegasino-fpl2uf .vegasino-unltea {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.vegasino-qq5cz2.vegasino-fpl2uf .vegasino-itf8p9 {
  align-items: center;
}

.vegasino-qq5cz2.vegasino-ssl6bj .vegasino-itf8p9 {
  align-items: flex-end;
}

.vegasino-unltea > :first-child {
  margin-top: 0;
}

.vegasino-unltea > :last-child {
  margin-bottom: 0;
}

* + .vegasino-6g54bk,
.vegasino-xwifzz + .vegasino-xwifzz {
  margin-top: 2rem;
}

.vegasino-l4bhvg td::before,
.vegasino-l4bhvg th::after {
  display: none !important;
}

.vegasino-l4bhvg #link-selector {
  color: #000;
}

.vegasino-l4bhvg .vegasino-eyu2sm {
  color: #135e96;
}

.vegasino-l4bhvg .vegasino-76zbis *,
.vegasino-l4bhvg .vegasino-lv1w7i p,
.vegasino-l4bhvg .vegasino-pidc14 * {
  color: #000;
}

.vegasino-l4bhvg .vegasino-fmg4zw {
  background: 0 0 !important;
}

.vegasino-l4bhvg .vegasino-5ykgfe {
  color: #000;
}

.vegasino-l4bhvg .vegasino-1z2wrc.vegasino-q8gw2x {
  color: #fff;
}

.vegasino-l4bhvg .vegasino-2vwh79 {
  color: #000;
}

.vegasino-l4bhvg
  .vegasino-8mdq0a
  .vegasino-m4y8o0.vegasino-q8gw2x.vegasino-7e3wal {
  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;
}

.vegasino-c4n4ga,
body .vegasino-m7mmfs {
  color: #000;
  background: var(--color-body) !important;
}

.vegasino-c4n4ga .vegasino-6slnxr .vegasino-l4w2gn,
body .vegasino-m7mmfs .vegasino-6slnxr .vegasino-l4w2gn {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vegasino-rwbbga:focus,
  .vegasino-rwbbga:hover {
    color: #f9cb16;
  }
  .vegasino-ou0pmq:focus,
  .vegasino-ou0pmq:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vegasino-egbzmv:focus img,
  .vegasino-egbzmv:focus svg,
  .vegasino-egbzmv:hover img,
  .vegasino-egbzmv:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .vegasino-z60gft {
    display: none;
  }
}

@media (min-width: 1024px) {
  .vegasino-7ov3xe:hover .vegasino-ec7npr svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .vegasino-ec7npr {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .vegasino-dwz3tw {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .vegasino-m8ehah {
    grid-template-columns: repeat(4, 1fr);
  }
  .vegasino-u9so0q {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .vegasino-o1icbf .vegasino-g3e2q3 {
    grid-template-columns: 1fr;
  }
  .vegasino-o1icbf .vegasino-2nhpjh {
    -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;
  }
  .vegasino-o1icbf .vegasino-30kw7g {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vegasino-o1icbf .vegasino-ias125 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vegasino-o1icbf .vegasino-0ebeue {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .vegasino-o1icbf .vegasino-30kw7g:not(:first-child) {
    border: none;
  }
  .vegasino-o1icbf .vegasino-30kw7g:first-child .vegasino-ias125 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .vegasino-o1icbf .vegasino-30kw7g:last-child .vegasino-ias125 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .vegasino-trdzso {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .vegasino-xo4d77 {
    max-width: 100px;
  }
  .vegasino-leeqfd {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .vegasino-uwp7zz {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .vegasino-uwp7zz svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .vegasino-jfd3tv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .vegasino-leeqfd + .vegasino-uwp7zz {
    margin-left: auto;
  }
  .vegasino-v3r9jj {
    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;
  }
  .vegasino-v3r9jj.vegasino-zxl4zh {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .vegasino-jonvfn {
    -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;
  }
  .vegasino-mbsfvn {
    width: 100%;
  }
  .vegasino-mbsfvn:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .vegasino-9zo3xc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .vegasino-9zo3xc svg {
    margin-right: 4px;
  }
  .vegasino-7ov3xe {
    -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;
  }
  .vegasino-ec7npr svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .vegasino-ec7npr {
    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;
  }
  .vegasino-850lac {
    display: none;
    width: 100%;
  }
  .vegasino-7ov3xe.vegasino-zxl4zh .vegasino-850lac {
    padding: 0 0 0 48px;
  }
  .vegasino-dofaon {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .vegasino-yri8x7 .vegasino-itf8p9 {
    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;
  }
  .vegasino-1gafmo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vegasino-1gafmo + .vegasino-1gafmo {
    margin-right: 0;
  }
  .vegasino-1gafmo + .vegasino-itf8p9 {
    margin: 0;
  }
  .vegasino-dwz3tw {
    grid-template-columns: repeat(4, 1fr);
  }
  .vegasino-m8ehah {
    grid-template-columns: repeat(3, 1fr);
  }
  .vegasino-bn87yn,
  .vegasino-1to99p {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegasino-qq5cz2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vegasino-qq5cz2.vegasino-gxy5e0 .vegasino-unltea {
    grid-column: auto;
    grid-row: auto;
  }
  .vegasino-qq5cz2 > .vegasino-x90csh {
    grid-column: 1/2;
  }
  .vegasino-qq5cz2.vegasino-gxy5e0 > :not(.get-image) {
    grid-column: 1/2;
  }
  .vegasino-qq5cz2 .vegasino-itf8p9,
  .vegasino-qq5cz2.vegasino-gxy5e0 > .vegasino-itf8p9 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vegasino-qq5cz2.vegasino-gxy5e0 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .vegasino-xwifzz.vegasino-7z6pia .vegasino-qq5cz2 > .vegasino-itf8p9 {
    grid-row: 1/2;
  }
  .vegasino-qq5cz2 .vegasino-x90csh ~ .vegasino-itf8p9,
  .vegasino-qq5cz2.vegasino-gxy5e0 .vegasino-x90csh ~ .vegasino-itf8p9 {
    grid-row: 2/3;
  }
  .vegasino-xwifzz.vegasino-7z6pia .vegasino-x90csh ~ .vegasino-itf8p9 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .vegasino-gc4f1q:first-child .vegasino-tvytvp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vegasino-gc4f1q:first-child .vegasino-tvytvp h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .vegasino-gc4f1q {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .vegasino-gc4f1q {
    padding: 0;
  }
  .vegasino-ceo0u5 {
    margin-top: 1rem;
  }
  .vegasino-i9ovgt {
    border-radius: 5px;
  }
  .vegasino-1joorf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vegasino-e8trtt::after {
    display: inline-block;
  }
  .vegasino-e8trtt {
    margin: 0;
    width: 100%;
  }
  .vegasino-pkm10g {
    width: 100%;
  }
  .vegasino-pkm10g.vegasino-8yxhm2 {
    -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%;
  }
  .vegasino-pkm10g.vegasino-8yxhm2 .vegasino-9m1n42 {
    width: 100%;
  }
  .vegasino-pkm10g.vegasino-8yxhm2 .vegasino-9m1n42:not(:last-child) {
    margin-right: 0;
  }
  .vegasino-rwbbga {
    width: 100%;
    text-align: center;
  }
  .vegasino-g7dmqg.vegasino-zxl4zh .vegasino-pkm10g {
    margin-top: 1rem;
  }
  .vegasino-dwz3tw {
    grid-template-columns: repeat(3, 1fr);
  }
  .vegasino-u9so0q,
  .vegasino-m8ehah {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegasino-bn87yn,
  .vegasino-1to99p,
  .vegasino-rfwnlg {
    grid-template-columns: 1fr;
  }
  .vegasino-y8d39r {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .vegasino-yh6rfm {
    min-width: 300px;
    max-width: 325px;
  }
  .vegasino-ias125 {
    cursor: auto;
  }
  .vegasino-olue71 .vegasino-ias125 {
    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;
  }
  .vegasino-zwy4o4 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .vegasino-850lac {
    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) {
  .vegasino-zwy4o4 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.vegasino-1gafmo p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .vegasino-uwp7zz {
    margin: 0 -0.2rem;
  }
  .vegasino-1gafmo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .vegasino-n0hmf5 {
    -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;
  }
  .vegasino-lbm05r {
    max-width: 100%;
  }
  .vegasino-dwz3tw {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegasino-u9so0q,
  .vegasino-m8ehah {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .vegasino-trdzso {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vegasino-uwp7zz {
    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;
  }
  .vegasino-7oibzk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vegasino-ku1byg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vegasino-47re9k,
  .vegasino-7thwf5 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .vegasino-fg7e71 {
    width: 100%;
  }
  .vegasino-dwz3tw {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .vegasino-zwy4o4 {
    top: 127px !important;
  }
}

.vegasino-fbeha6 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .vegasino-fbeha6 {
  }
}

@media (max-width: 767px) {
  .vegasino-fbeha6 {
    margin-bottom: 12px;
  }
}

.vegasino-fbeha6 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.vegasino-v2q2ok {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.vegasino-v2q2ok > .vegasino-na4c2s {
  flex: 1 1;
}

@media (max-width: 767px) {
  .vegasino-v2q2ok {
    flex-direction: column;
    gap: 12px;
  }
}

.vegasino-m846as {
  display: flex;
}

.vegasino-m846as .vegasino-t6fn78 {
  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;
}

.vegasino-m846as .vegasino-r3oial {
  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;
}

.vegasino-m846as .vegasino-7s47hy {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.vegasino-m846as .vegasino-ahw3bm {
  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));
  }
}

.vegasino-m846as .vegasino-ahw3bm:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.vegasino-m846as .vegasino-22y4n6 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.vegasino-r9o8rx {
  border: unset;
  background-color: unset;
}

.vegasino-r9o8rx tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vegasino-r9o8rx .vegasino-e86u42,
.vegasino-r9o8rx .vegasino-ibbrl5 {
  flex: 0 1 330px;
}

.vegasino-r9o8rx .vegasino-mtaryx {
  flex: 1 1;
}

.vegasino-r9o8rx tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vegasino-r9o8rx tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.vegasino-r9o8rx tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.vegasino-r9o8rx tr td p {
  color: #fff;
  margin: 0;
}

.vegasino-r9o8rx tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.vegasino-r9o8rx tr.vegasino-e86u42 td p {
  padding: 16px 0;
}

.vegasino-r9o8rx tr.vegasino-e86u42 td p:not(:last-child),
.vegasino-r9o8rx tr.vegasino-ibbrl5 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.vegasino-r9o8rx tr.vegasino-e86u42 td p:first-child,
.vegasino-r9o8rx tr.vegasino-ibbrl5 td p:first-child {
  padding-top: 0;
}

.vegasino-r9o8rx tr.vegasino-ibbrl5 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vegasino-r9o8rx tr.vegasino-ibbrl5 td p:last-child {
  padding-bottom: 0;
}

.vegasino-r9o8rx .vegasino-ibbrl5 img {
  max-width: 32px;
}

.vegasino-r9o8rx .vegasino-mtaryx {
  min-width: 718px;
}

.vegasino-r9o8rx .vegasino-mtaryx td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.vegasino-r9o8rx .vegasino-mtaryx td {
  display: flex;
}

.vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-s1nswm,
.vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-75pc6m,
.vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-drlnvx {
  flex: 1 1 50%;
}

.vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-i7p9wu {
  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;
}

.vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-rkmtuu,
.vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-06xhcz {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-s1nswm,
.vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-75pc6m {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-s1nswm span,
.vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-75pc6m span {
  font-weight: 800;
}

.vegasino-r9o8rx .vegasino-mtaryx img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .vegasino-r9o8rx .vegasino-mtaryx td .vegasino-drlnvx:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .vegasino-r9o8rx tr.vegasino-e86u42 td p:last-child {
    padding-bottom: 0;
  }
  .vegasino-r9o8rx .vegasino-ibbrl5 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .vegasino-r9o8rx .vegasino-ibbrl5 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .vegasino-r9o8rx tr.vegasino-e86u42 td p:not(:last-child),
  .vegasino-r9o8rx tr.vegasino-ibbrl5 td p:not(:last-child) {
    border-bottom: unset;
  }
  .vegasino-r9o8rx tr.vegasino-ibbrl5 td p:last-child {
    padding-bottom: 12px;
  }
  .vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-s1nswm,
  .vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-75pc6m,
  .vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-drlnvx {
    flex: 1 1 50%;
    padding: 0;
  }
  .vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-s1nswm,
  .vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-75pc6m {
    margin-top: 16px;
  }
  .vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-drlnvx {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-s1nswm {
    border-right: 1px solid var(--border-color);
  }
  .vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-drlnvx:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .vegasino-r9o8rx .vegasino-mtaryx td:last-child .vegasino-drlnvx:last-child {
    padding-bottom: 0;
  }
}

.vegasino-drlnvx {
  display: flex;
  flex-direction: column;
}

.vegasino-r9o8rx .vegasino-mtaryx td .vegasino-drlnvx {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.vegasino-r9o8rx .vegasino-mtaryx td .vegasino-drlnvx:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.vegasino-r9o8rx .vegasino-mtaryx td .vegasino-drlnvx:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .vegasino-r9o8rx .vegasino-mtaryx td .vegasino-drlnvx:not(:first-child) {
    padding-left: 0;
  }
  .vegasino-r9o8rx .vegasino-mtaryx td .vegasino-drlnvx:not(:last-of-type) {
    border-right: unset;
  }
}

.vegasino-r9o8rx .vegasino-uoqdgf {
  flex: 0 1 485px;
}

.vegasino-r9o8rx .vegasino-u3tmi4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.vegasino-r9o8rx .vegasino-u3tmi4 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegasino-r9o8rx .vegasino-u3tmi4 li.vegasino-dbn8rx {
  padding: 6px 12px;
}

.vegasino-r9o8rx .vegasino-u3tmi4 li a,
.vegasino-r9o8rx .vegasino-u3tmi4 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;
}

.vegasino-r9o8rx .vegasino-g8oqum,
.vegasino-r9o8rx .vegasino-tpa3z7 {
  flex: 1 1;
}

.vegasino-r9o8rx .vegasino-9ve2da,
.vegasino-r9o8rx .vegasino-xs2eu6 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vegasino-r9o8rx .vegasino-9ve2da li,
.vegasino-r9o8rx .vegasino-xs2eu6 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vegasino-r9o8rx .vegasino-tpa3z7 img {
  max-width: 32px;
}

.vegasino-r9o8rx .vegasino-g8oqum img {
  max-width: 32px;
}

.vegasino-r9o8rx .vegasino-t02aps {
  min-width: 280px;
}

.vegasino-r9o8rx .vegasino-t02aps img {
  max-width: 146px;
}

.vegasino-r9o8rx .vegasino-t02aps td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .vegasino-r9o8rx .vegasino-e86u42,
  .vegasino-r9o8rx .vegasino-ibbrl5 {
    flex: 0 1 auto;
  }
  .vegasino-r9o8rx .vegasino-mtaryx {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .vegasino-r9o8rx .vegasino-e86u42,
  .vegasino-r9o8rx .vegasino-uoqdgf,
  .vegasino-r9o8rx .vegasino-ibbrl5,
  .vegasino-r9o8rx .vegasino-mtaryx {
    flex: 1 1 calc(50% - 20px);
  }
  .vegasino-r9o8rx .vegasino-g8oqum,
  .vegasino-r9o8rx .vegasino-t02aps,
  .vegasino-r9o8rx .vegasino-tpa3z7 {
    flex: 1 1 30%;
  }
  .vegasino-r9o8rx .vegasino-t02aps {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .vegasino-r9o8rx .vegasino-e86u42,
  .vegasino-r9o8rx .vegasino-uoqdgf,
  .vegasino-r9o8rx .vegasino-g8oqum,
  .vegasino-r9o8rx .vegasino-ibbrl5,
  .vegasino-r9o8rx .vegasino-mtaryx,
  .vegasino-r9o8rx .vegasino-t02aps,
  .vegasino-r9o8rx .vegasino-tpa3z7 {
    flex: 1 1 100%;
  }
}

.vegasino-0el1bb .vegasino-5d7n09 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vegasino-0el1bb .vegasino-ml52w7 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.vegasino-0el1bb .vegasino-mmi00a {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.vegasino-0el1bb .vegasino-ayd8x3 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.vegasino-0el1bb .vegasino-ayd8x3 > :nth-child(3) {
  margin-top: 0;
}

.vegasino-0el1bb .vegasino-itf8p9 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.vegasino-0el1bb .vegasino-txc5mb {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.vegasino-0el1bb .vegasino-ceo0u5 {
  grid-column: 1/2;
}

.vegasino-0el1bb > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.vegasino-0el1bb .vegasino-ml52w7: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;
}

.vegasino-0el1bb .vegasino-ml52w7:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.vegasino-0el1bb .vegasino-fg7e71 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .vegasino-0el1bb .vegasino-ml52w7:not(:last-child):before {
    bottom: 8px;
  }
  .vegasino-0el1bb .vegasino-ml52w7:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .vegasino-0el1bb .vegasino-ayd8x3 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .vegasino-0el1bb .vegasino-itf8p9 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .vegasino-0el1bb .vegasino-itf8p9 img {
    width: 100%;
    height: auto;
  }
  .vegasino-0el1bb .vegasino-fg7e71 {
    width: 100%;
    min-width: unset;
  }
}

.vegasino-8jmv0b .vegasino-zaliol {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.vegasino-8jmv0b .vegasino-forlgu {
  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;
}

.vegasino-8jmv0b .vegasino-itf8p9 {
  height: 100%;
}

.vegasino-8jmv0b .vegasino-itf8p9 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.vegasino-8jmv0b .vegasino-dnk9bl {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.vegasino-8jmv0b .vegasino-t04wle {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.vegasino-8jmv0b .vegasino-7l03kr {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .vegasino-8jmv0b .vegasino-forlgu {
    flex: 1 1 100%;
  }
  .vegasino-8jmv0b .vegasino-lkggq4 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .vegasino-8jmv0b .vegasino-forlgu {
    flex-direction: column;
  }
  .vegasino-8jmv0b .vegasino-itf8p9 {
    width: 100%;
    height: auto;
  }
  .vegasino-8jmv0b .vegasino-itf8p9 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .vegasino-8jmv0b .vegasino-dnk9bl {
    padding: 0 16px 16px 16px;
  }
  .vegasino-8jmv0b .vegasino-lkggq4 {
    min-width: unset;
    width: 100%;
  }
}

.vegasino-tx7m86 .vegasino-81v2o4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.vegasino-tx7m86 .vegasino-356j8j {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.vegasino-tx7m86 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;
}

.vegasino-tx7m86 .vegasino-yuodd6 {
  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;
}

.vegasino-tx7m86 .vegasino-356j8j:hover .vegasino-yuodd6 {
  display: flex;
}

.vegasino-tx7m86 .vegasino-deviky {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegasino-tx7m86 .vegasino-t7cxok {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.vegasino-n4qw9v {
  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;
}

.vegasino-n4qw9v.vegasino-dyj7a4 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.vegasino-pokd6h ease-in-out;
}

.vegasino-n4qw9v.vegasino-dyj7a4:hover {
  color: #f9cb16;
  background-color: transparent;
}

.vegasino-tx7m86 .vegasino-hk14ek {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.vegasino-pokd6h ease-in-out;
}

.vegasino-tx7m86 .vegasino-hk14ek:hover {
  color: #196948;
  background-color: #f9cb16;
}

.vegasino-tx7m86 .vegasino-hk14ek:after,
.vegasino-n4qw9v.vegasino-dyj7a4:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.vegasino-n4qw9v.vegasino-dyj7a4:after {
  background-image: url(../images/Cash.svg);
}

.vegasino-tx7m86 .vegasino-hk14ek:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .vegasino-tx7m86 .vegasino-81v2o4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .vegasino-tx7m86 .vegasino-81v2o4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .vegasino-tx7m86 .vegasino-81v2o4 {
    grid-template-columns: 1fr;
  }
  .vegasino-tx7m86 .vegasino-356j8j {
    height: auto;
  }
  .vegasino-tx7m86 .vegasino-356j8j .vegasino-yuodd6 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .vegasino-tx7m86 .vegasino-deviky,
  .vegasino-tx7m86 .vegasino-t7cxok {
    text-align: left;
  }
  .vegasino-tx7m86 .vegasino-t7cxok {
    margin-bottom: 8px;
  }
  .vegasino-tx7m86 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.vegasino-e1pqpr {
  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;
}

.vegasino-e1pqpr.vegasino-tk894q {
  display: block;
}

.vegasino-e1pqpr .vegasino-av3cxp {
  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;
}

.vegasino-e1pqpr .vegasino-o3qxps {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.vegasino-e1pqpr .vegasino-m1ls4p {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.vegasino-e1pqpr .vegasino-iu219u {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.vegasino-e1pqpr .vegasino-n4qw9v {
  min-width: 296px;
  margin-bottom: 0;
}

.vegasino-e1pqpr .vegasino-k5mjl3 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.vegasino-e1pqpr .vegasino-opy0dx {
  position: relative;
  flex: 1 1;
}

.vegasino-e1pqpr .vegasino-opy0dx iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .vegasino-e1pqpr .vegasino-o3qxps {
    flex-wrap: wrap;
    gap: 8px;
  }
  .vegasino-e1pqpr .vegasino-m1ls4p {
    order: 1;
  }
  .vegasino-e1pqpr .vegasino-iu219u {
    order: 3;
    flex: 1 1 100%;
  }
  .vegasino-e1pqpr .vegasino-n4qw9v {
    width: 100%;
    min-width: unset;
  }
  .vegasino-e1pqpr .vegasino-k5mjl3 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .vegasino-qq5cz2 > .vegasino-x90csh {
    margin-bottom: 0;
  }
  .vegasino-qq5cz2 > .vegasino-ceo0u5,
  .vegasino-qq5cz2 > p {
    margin-top: 0;
  }
}

.vegasino-oh4jyy img,
.vegasino-1gafmo img {
  width: auto;
  object-fit: contain;
}

.vegasino-oh4jyy {
  align-items: center;
}

.vegasino-oh4jyy img {
  max-height: 76px;
}

.vegasino-1gafmo img {
  max-height: 64px;
}

.vegasino-fn52f5 {
  overflow: auto;
}

.vegasino-b6lilm {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.vegasino-dpvc5l:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.vegasino-db8flj {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.vegasino-ehlfp6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vegasino-db8flj .vegasino-itf8p9 {
  margin-right: 20px;
  flex-shrink: 0;
}

.vegasino-db8flj img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.vegasino-v68h6j {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.vegasino-v68h6j > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegasino-db8flj {
    padding: 15px 10px;
  }
  .vegasino-v68h6j {
    padding: 15px 10px;
  }
  .vegasino-db8flj .vegasino-itf8p9 {
    margin-right: 10px;
  }
}

.vegasino-isho3f {
  overflow-x: auto;
}

.vegasino-q3n72x {
  border-collapse: collapse;
  width: 100%;
}

.vegasino-isho3f th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.vegasino-isho3f td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.vegasino-isho3f td.vegasino-946j7j {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.vegasino-isho3f td.vegasino-cc9oxq {
  border-right: none;
}

.vegasino-isho3f td.vegasino-cc9oxq .vegasino-itf8p9 {
  justify-content: flex-start;
}

.vegasino-isho3f td.vegasino-cc9oxq .vegasino-itf8p9 img {
  height: auto;
  width: 90px;
}

.vegasino-isho3f td.vegasino-voyh5u,
.vegasino-isho3f td.vegasino-cc0r0h {
  font-weight: 600;
  text-align: right;
}

.vegasino-isho3f td.vegasino-1fcdlj,
.vegasino-isho3f td.vegasino-voyh5u {
  padding-bottom: 10px;
  border-bottom: none;
}

.vegasino-isho3f td.vegasino-voyh5u,
.vegasino-isho3f td.vegasino-cc0r0h {
  border-left: none;
}

.vegasino-isho3f td.vegasino-1fcdlj,
.vegasino-isho3f td.vegasino-uaa5sz {
  border-right: none;
}

.vegasino-isho3f td.vegasino-uaa5sz,
.vegasino-isho3f td.vegasino-cc0r0h {
  border-top: none;
  padding-top: 10px;
}

.vegasino-8a5q7i {
  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;
}

.vegasino-8a5q7i .vegasino-lkggq4 {
  min-width: unset;
  width: 100%;
}

.vegasino-8a5q7i .vegasino-lkggq4.vegasino-rmgt7s {
  grid-column: 1/2;
  grid-row: 1/2;
}

.vegasino-8a5q7i .vegasino-lkggq4.vegasino-z0xkug {
  grid-column: 2/3;
  grid-row: 1/2;
}

.vegasino-8a5q7i .vegasino-ppyrs5 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegasino-8a5q7i {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .vegasino-8a5q7i .vegasino-lkggq4.vegasino-rmgt7s {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vegasino-8a5q7i .vegasino-lkggq4.vegasino-z0xkug {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .vegasino-8a5q7i .vegasino-ppyrs5 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.vegasino-ijip5k {
  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;
}

.vegasino-qfbclb {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.vegasino-wpgo8b p a img {
  margin: 0 auto;
  display: block;
}

.vegasino-wpgo8b table {
  margin-bottom: 17px;
}

/* contanct form */
.vegasino-oj65t0 {
  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;
}

.vegasino-oj65t0 label {
  font-size: 14px;
}

.vegasino-oj65t0 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegasino-oj65t0 input,
.vegasino-oj65t0 textarea,
.vegasino-oj65t0 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;
}
.vegasino-oj65t0 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegasino-pokd6h ease;
}
.vegasino-oj65t0 button:hover {
  background-color: #691204;
}
.vegasino-ltyzqp {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegasino-tljkt5 ease-in;
}

.vegasino-ltyzqp 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;
}
.vegasino-0d4c9a, .vegasino-1c8tho, [class*="review-card"],
thead, thead th, table th, .vegasino-7uohg5,
.vegasino-pg18au, [class*="collapsible-header"],
.vegasino-sp6xpi, [class*="updated-block"] {
  color: #ece7dc !important;
}
