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

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

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

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

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

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

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

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

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

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

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

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

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

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

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

html {
  font-size: 100%;
}

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

@media screen and (max-width: 1024px) {
  .ybets-r111r4 {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .ybets-g7y7gm {
    display: none;
  }
}

.ybets-tp9cq5 {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.ybets-q1qb3v {
  overflow-y: hidden;
}

.ybets-i4q5yo {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.239), 0 0 1px 0 rgba(0, 0, 0, 0.322);
}

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

p {
  line-height: 140%;
}

h1 {
  font-size: 3rem;
}

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

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

h2 {
  font-size: 2.25rem;
}

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

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

h3 {
  font-size: 1.6rem;
}

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

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

p {
  font-size: 1rem;
}

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

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

.ybets-dcaae6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ybets-dcaae6 {
    max-width: 100%;
  }
}

.ybets-o63xpc,
body,
html {
  height: 100%;
}

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

.ybets-zbhpc5.ybets-ppzich {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

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

.ybets-1si4nj.ybets-ppzich {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

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

.ybets-tqrpgr.ybets-ppzich {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.ybets-tqrpgr.ybets-ppzich .ybets-5vr9so {
  display: none;
}

.ybets-753d1p {
  padding-top: calc(var(--header-height) + 1rem);
}

@media screen and (max-width: 1024px) {
  .ybets-tqrpgr,
  .ybets-1si4nj {
    margin-left: 0;
    max-width: 100%;
  }
}

.ybets-fxmdtl {
  background: var(--sidebar-bg-color);
  display: block;
}

.ybets-fxmdtl.ybets-ppzich .ybets-5vr9so {
  display: inline-block;
}

.ybets-fxmdtl.ybets-ppzich .ybets-kay8vo {
  display: flex;
}

.ybets-fxmdtl.ybets-ppzich .ybets-pbsij8 {
  transform: translateY(0);
  visibility: visible;
}

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

.ybets-fxmdtl .ybets-5vr9so {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

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

.ybets-kay8vo::-webkit-scrollbar {
  width: 0;
}

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

.ybets-vo8y8p.ybets-ppzich {
  display: none;
}

.ybets-tztd12 {
  filter: var(--button-text-color);

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

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

.ybets-b39n1o {
  max-width: 40px;
}

.ybets-ulvb2y {
  display: inline-flex;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
}

.ybets-ulvb2y svg {
  color: var(--success-color-light);
}

.ybets-prdvhx {
  border-bottom: 1px solid var(--divider-color);
}

.ybets-2x9kcv {
  border-top: 1px solid var(--divider-color);
}

@media (any-hover: hover) {
  .ybets-oywpf0:hover {
    background: var(--menu-color);
  }
}

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

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

.ybets-7kjhj5 {
  max-width: 40px;
}

.ybets-a0iv3t {
  font-size: 0.75rem;
  font-weight: 700;
}

.ybets-34h8db {
  background: var(--fh-bg-color);
}

.ybets-sjl4kw,
.ybets-e91ibg {
  align-items: center;
  display: flex;
}

.ybets-sjl4kw {
  gap: 0.5rem;
}

.ybets-e91ibg {
  gap: 2rem;
  height: 100%;
  justify-content: space-between;
}

.ybets-34h8db .ybets-5vr9so {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .ybets-e91ibg {
    gap: 0rem;
    padding: 0;
  }

  .ybets-34h8db .ybets-5vr9so {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .ybets-34h8db .ybets-8c5aq7 {
    display: none;
  }
  .ybets-0va0yi {
    font-size: 0.ybets-31q2zq !important;
  }
  .ybets-34h8db .ybets-5vr9so {
    max-width: 100px;
  }
}

.ybets-wd542e svg {
  color: var(--icon-color);
}

@media screen and (max-width: 768px) {
  .ybets-wd542e {
    display: none;
  }
}

.ybets-5vr9so {
  display: inline-block;
  max-width: 125px;
}

.ybets-qqjupo {
  width: 100%;
}

.ybets-pbsij8 {
  transform: translateY(10%);
  transition-delay: 10s;
  visibility: hidden;
}

.ybets-2p6ni0 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.ybets-v6odjm,
.ybets-wfwj3e {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

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

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

.ybets-kk6d0c {
  font-size: 0.875rem;
  justify-content: center;
}

.ybets-l9cdw7,
.ybets-83ezma {
  position: relative;
  z-index: 2;
}

.ybets-l9cdw7 {
  max-width: 40px;
}

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

.ybets-raykef:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

.ybets-jf2fb9 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 1rem;
}

.ybets-wfwj3e {
  padding: 0.5rem;
}

.ybets-4gsiq3 {
  filter: var(--button-text-color);
  max-width: 1.25rem;
}

@media (any-hover: hover) {
  .ybets-v6odjm:hover,
  .ybets-wfwj3e:hover {
    background: var(--border-color);
  }
}

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

.ybets-3pd7ej {
  color: var(--button-text-color);
}

.ybets-2q8694 {
  /* background: transparent; */
  border-color: var(--btn-border-color-outline);
}

.ybets-2q8694 .ybets-3pd7ej {
  color: var(--button-text-color);
}

.ybets-q2fk7r {
  padding: 0.ybets-8ff5x1 0.625em;
  width: 100%;
}

.ybets-9grcye {
  font-size: 0.875rem;
}

.ybets-rp6cgo {
  background: var(--success-color);
  border-color: var(--success-color);
}

.ybets-rp6cgo .ybets-3pd7ej,
.ybets-rp6cgo svg {
  color: var(--button-text-color);
}

.ybets-5lpwld svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .ybets-1pr2gw:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .ybets-2q8694:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .ybets-rp6cgo:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.ybets-szmncq {
  margin-left: 10px;
  margin-right: 5px;
  transform: scaleX(-1);
}

.ybets-8c5aq7 {
  background: var(--border-color);
  display: inline-flex;
}

.ybets-8c5aq7,
.ybets-ec2763 {
  border-radius: var(--round-l);
}

.ybets-ec2763 {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 5px;
  padding: 0.4rem;
}

.ybets-ec2763 span,
.ybets-ec2763 svg {
  color: var(--icon-color);
  transition: var(--transition-duration);
}

.ybets-jijlam {
  background: var(--button-bg-color);
}

.ybets-jijlam span,
.ybets-jijlam svg {
  color: var(--button-text-color);
}

.ybets-z7ju5x {
  display: none;
  height: 0;
  margin: 0.ybets-2yo5kj 0 1rem;
  width: 0;
}

.ybets-z7ju5x .ybets-ec2763 {
  flex: 1 1 50%;
  justify-content: center;
}

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

@media (any-hover: hover) {
  .ybets-ec2763:hover span,
  .ybets-ec2763:hover svg {
    color: var(--text-color);
  }
}

.ybets-ovptcc {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.ybets-7gn6l1,
.ybets-k8paru {
  height: 100%;
}

.ybets-7gn6l1 {
  overflow-x: auto;
}

.ybets-7gn6l1::-webkit-scrollbar {
  width: 0;
}

.ybets-k8paru {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.ybets-ifbuuo {
  flex: 1 0 33%;
  max-width: 33%;
}

@media screen and (max-width: 1024px) {
  .ybets-ovptcc {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .ybets-ovptcc {
    height: auto;
    min-height: auto;
  }
  .ybets-ifbuuo {
    flex: 1 0 100%;
  }
}

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

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

@media (max-width: 1026px) {
  .ybets-kpqnsm {
    gap: 0;
  }
}

.ybets-j0wz9x {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .ybets-j0wz9x {
    height: 150px !important;
  }
}

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

.ybets-ojfdmh {
  color: var(--text-color);
}

.ybets-jf9x1c {
  font-size: 1rem;
  font-weight: 900;
  max-width: 200px;
}

@media (max-width: 1026px) {
  .ybets-jf9x1c {
    font-size: 16px;
  }
}

.ybets-rbf5h3 {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .ybets-m9lg12 {
    height: 175px;
  }
}

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

.ybets-pgnk3i {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .ybets-vrsk4o:hover .ybets-206ayy {
    color: var(--accent-color);
  }
}

.ybets-e6ofky {
  text-align: center;
}

.ybets-20ifk2 {
  margin: 2rem 0;
}

.ybets-dqd9x6 {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.ybets-dmsg0x {
  font-size: 2rem;
  font-weight: 700;
}

.ybets-2j417j {
  overflow-x: auto;
}

.ybets-2j417j::-webkit-scrollbar {
  width: 0;
}

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

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

.ybets-73ytva {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

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

.ybets-3qhhis {
  -o-object-fit: cover;
  object-fit: cover;
}

.ybets-o9w8og,
.ybets-3qhhis {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

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

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

.ybets-6ayptc {
  color: var(--text-color-label);
  font-size: 0.75rem;
  font-weight: 500;
}

.ybets-4lkew3 {
  padding: 0.5rem;
}

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

.ybets-pdbzso .ybets-3qhhis {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

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

.ybets-pdbzso .ybets-6ayptc {
  color: var(--white-color);
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.5;
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.ybets-pdbzso .ybets-46iyjt {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.ybets-pdbzso .ybets-o9w8og {
  display: none;
}

@media (any-hover: hover) {
  .ybets-73ytva:hover .ybets-o9w8og {
    opacity: 1;
  }
  .ybets-73ytva:hover .ybets-3qhhis {
    transform: scale(1.1);
    will-change: transform;
  }
}

.ybets-geqpga {
  padding: 2rem 0;
}

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

.ybets-xw370u {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ybets-g0l6hf {
  font-size: 0.75rem;
  font-weight: 600;
}

.ybets-tl030b {
  color: var(--footer-text-color);
}

.ybets-yrlss8 {
  font-size: 1.25rem;
  font-weight: 600;
}

.ybets-o38b2s {
  color: var(--footer-text-color);
  margin-bottom: 1rem;
}

.ybets-rq1kse {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
}

.ybets-pfzuwp {
  transition: var(--transition-duration);
}

.ybets-2bj6s7 {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}

.ybets-geqpga .ybets-wb2n2s {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .ybets-rq1kse:hover .ybets-pfzuwp {
    color: var(--footer-text-color);
  }
}

@media screen and (max-width: 768px) {
  .ybets-2bj6s7 {
    justify-content: center;
    flex-direction: column;
  }
}

.ybets-yh3ha8 {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ybets-u4qa0e {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.ybets-u4qa0e p img {
  display: block;
  margin: 0 auto;
}

.ybets-u4qa0e table {
  width: 100% !important;
  margin-top:5px;
  margin-bottom:5px;
}

.ybets-yh3ha8 h1,
.ybets-yh3ha8 h2,
.ybets-yh3ha8 h3,
.ybets-yh3ha8 h4,
.ybets-yh3ha8 h5,
.ybets-yh3ha8 h6 {
  font-weight: 700;
}

.ybets-yh3ha8 h1,
.ybets-yh3ha8 h2 {
  margin-top: 2rem;
}

.ybets-yh3ha8 h3,
.ybets-yh3ha8 h4 {
  margin-top: 1rem;
}

.ybets-yh3ha8 ol li,
.ybets-yh3ha8 p,
.ybets-yh3ha8 ul li {
  color: var(--text-color);
}

.ybets-yh3ha8 p {
  margin-top: 1rem;
}

.ybets-yh3ha8 li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.ybets-yh3ha8 ol li,
.ybets-yh3ha8 ul li {
  font-size: 1rem;
}

.ybets-yh3ha8 ul li {
  list-style-type: disc;
}

.ybets-yh3ha8 .ybets-zsqpmj {
  max-width: 100%;
  overflow-x: scroll;
}

.ybets-yh3ha8 .ybets-zsqpmj::-webkit-scrollbar {
  height: 5px;
}

.ybets-yh3ha8 .ybets-zsqpmj::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.ybets-yh3ha8 .ybets-zsqpmj::-webkit-scrollbar-track {
  background: transparent;
}

.ybets-yh3ha8 table,
.ybets-yh3ha8 td,
.ybets-yh3ha8 th {
  border: 2px solid var(--border-color);
  border-collapse: collapse;
}

.ybets-yh3ha8 table {
  margin: 1rem 0;
}

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

.ybets-yh3ha8 tbody td {
  background: var(--table-cell-bg-color);
  color: var(--table-cell-text-color);
}

.ybets-yh3ha8 td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.ybets-yh3ha8 th {
  padding: 1rem 4rem 1rem 1rem;
}

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

.ybets-yh3ha8 img {
  display: inline-block;
  margin: 1rem 0;
}

.ybets-yh3ha8 .ybets-73ytva img,
.ybets-yh3ha8 .ybets-upppyv img {
  margin: 0;
}

.ybets-yh3ha8 .ybets-73ytva {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.ybets-yh3ha8 .ybets-sqcxie {
  padding: 0.5rem;
}

.ybets-yh3ha8 .ybets-gftgs8 {
  color: var(--text-color);
}

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

.ybets-yh3ha8 .ybets-gl7nv5 {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.ybets-yh3ha8 .ybets-upppyv img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.ybets-yh3ha8 .ybets-8646mu {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.ybets-yh3ha8 .ybets-sekotx {
  flex: 1 1 30%;
  padding: 1rem;
}

.ybets-yh3ha8 .ybets-ndvinr {
  color: var(--text-color);
  font-weight: 700;
}

.ybets-yh3ha8 .ybets-7451oh {
  color: var(--text-color);
  font-weight: 600;
}

.ybets-yh3ha8 .ybets-hl2lk8 {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .ybets-yh3ha8 .ybets-upppyv {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .ybets-yh3ha8 .ybets-7451oh {
    font-size: 1rem;
  }
  .ybets-yh3ha8 .ybets-ndvinr {
    font-size: 0.875rem;
  }
  .ybets-yh3ha8 .ybets-upppyv img {
    flex: 1 1 auto;
  }
}

.ybets-yh3ha8 .ybets-1pr2gw {
  margin: 0.ybets-62dkhi 0;
}

@media screen and (max-width: 1024px) {
  .ybets-yh3ha8,
  .ybets-yh3ha8 .ybets-jzkoe2,
  .ybets-u4qa0e {
    max-width: 100vw;
  }
}

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

.ybets-17gk0m {
  color: var(--text-color);
  text-align: center;
}

.ybets-6ue0vd {
  margin: 2rem 0;
}

.ybets-qtrf2i,
.ybets-x88xnk {
  margin-bottom: 1rem;
}

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

.ybets-qtrf2i.ybets-ppzich .ybets-dx9n9m {
  display: block;
}

.ybets-qtrf2i.ybets-ppzich .ybets-w75c8s {
  transform: rotate(45deg);
}

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

.ybets-w75c8s {
  height: 1.5rem;
  min-width: 1.5rem;
  transition: 0.2s;
  will-change: transform;
}

.ybets-dx9n9m {
  display: none;
  padding-top: 1rem;
}

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

.ybets-vjv4hi.ybets-ppzich {
  transform: scaleX(-1);
}

.ybets-16sv3t {
  color: var(--icon-color);
}

@media screen and (min-width: 1025px) {
  .ybets-yo6css {
    display: none;
  }
}

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

.ybets-nshlef {
  display: flex;
  align-items: center;
}

.ybets-nshlef a {
  margin: 0 10px;
}

/* social */

.ybets-2qqcbn {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .ybets-2qqcbn {
    flex-wrap: wrap;
  }
}

.ybets-2qqcbn li {
  display: flex;
  margin: 0 7px;
}

.ybets-2qqcbn li svg {
  transition: 0.ybets-9ub3u8 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .ybets-2qqcbn li:hover svg {
    transform: scale(1.2);
  }
}

/* faq */

.ybets-nbc7mk {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ybets-jdzia5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ybets-jdzia5 {
    max-width: 100%;
  }
}

.ybets-r9bexl {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.ybets-r9bexl h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .ybets-nbc7mk,
  .ybets-r9bexl {
    max-width: 100vw;
  }
}

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

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

.ybets-wqbjz7::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.ybets-8r1abv ease;
}

.ybets-lc3mp9.ybets-28zn3y .ybets-wqbjz7::after {
  transform: rotate(45deg);
}

.ybets-tyclsd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.ybets-9ub3u8 ease, padding 0.ybets-9ub3u8 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.ybets-lc3mp9.ybets-28zn3y .ybets-tyclsd {
  max-height: 100%;
  padding: 15px 20px;
}

/* review */

.ybets-e43xx8 {
  margin: 25px 0;
}

.ybets-vyi3t7 > input:not(:checked) ~ label:hover,
.ybets-vyi3t7 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.ybets-0obhnf.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.ybets-iq03hh 44.ybets-qerbso.ybets-9c4yn0.ybets-c5jxbk.ybets-j3ydio.ybets-84buoq.ybets-pww3n0.ybets-i8qf60.ybets-v0hzsr.ybets-q3s0h8.ybets-fwfgr3.ybets-mskh4r.ybets-h7zwst 0l-12.ybets-3w1i97 30.ybets-0nty44.ybets-chp1dz 2.ybets-rnug6b.ybets-chp1dz 3.ybets-egychl 3.ybets-j6amnn.ybets-9ak2yt 3.ybets-qjofu2.ybets-qp3bia.ybets-zvvxdw.ybets-tawrwn 7-3.ybets-3w1i97 10.ybets-jpft4v.ybets-tawrwn 23.ybets-af5hdz.ybets-x03awh 1.ybets-sg3jfq 2.ybets-3w1i97 3.ybets-x03awh 1.ybets-9ak2yt 5.ybets-mlpwjc.ybets-9ak2yt 32.ybets-3libea.ybets-qp3bia 5.ybets-h7zwst 4.ybets-tawrwn 9.ybets-tawrwn 8.ybets-9ak2yt 6.ybets-kjsg07.ybets-g3obbm.ybets-ofe33a.ybets-zu1c3z.ybets-5twriy 4.ybets-fjp99y.ybets-5twriy 6.ybets-5twriy 0l29.ybets-h7zwst 17.ybets-dxwhvg.ybets-i2e8eu 2.ybets-ew6k27 10.ybets-8u3cc0.ybets-3w1i97 8.ybets-920ykw.ybets-iewpjx.ybets-9cdwn7.ybets-hlvkwk.ybets-b600pb.ybets-qp3bia.ybets-84buoq.ybets-3w1i97 1.ybets-r35izz.ybets-dcyizt.ybets-nwsiop.ybets-ttsufj.ybets-4xyala.ybets-sg3jfq 1.ybets-sv5o7m.ybets-i3t21u.5z'/%3e%3c/svg%3e");
}

.ybets-cqa3we {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .ybets-cqa3we {
    gap: 16px 0;
  }
}

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

.ybets-lboztk.ybets-gf5kga {
  display: block;
}

.ybets-lboztk.ybets-d3t5t1 {
  display: none;
}

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

.ybets-4hkq0s {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

.ybets-wohwdh small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.ybets-wohwdh span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.ybets-v7seva {
  font-size: 16px;
  line-height: 140%;
}

.ybets-s8t0ox {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.ybets-s8t0ox .ybets-uwhuxf {
  fill: #c2c0ce;
}

.ybets-s8t0ox [rating="1"] .ybets-uwhuxf:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.ybets-s8t0ox [rating="2"] .ybets-uwhuxf:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.ybets-s8t0ox [rating="3"] .ybets-uwhuxf:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.ybets-s8t0ox [rating="4"] .ybets-uwhuxf:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.ybets-s8t0ox [rating="5"] .ybets-uwhuxf:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

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

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

.ybets-7qkmha {
  text-align: center;
  color: var(--success-color);
}

.ybets-ocejkh {
  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;
}

.ybets-zsqpmj table {
  width: 100%;
}

.ybets-thbaqh {
  display: flex;
  justify-content: center;
}

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

.ybets-j0wz9x {
  position: relative;
  z-index: 1;
}

.ybets-afasgj {
  position: relative;
  z-index: 2;
}

.ybets-ojfdmh {
  position: relative;
  z-index: 3;
}

.ybets-4bd6kj {
  position: relative;
  z-index: 4;
}

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


/* contanct form */
.ybets-4kfj1q {
  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;
}

.ybets-4kfj1q label {
  font-size: 14px;
}

.ybets-4kfj1q h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ybets-4kfj1q input,
.ybets-4kfj1q textarea,
.ybets-4kfj1q 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;
}
.ybets-4kfj1q button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.ybets-8r1abv ease;
}
.ybets-4kfj1q button:hover {
  background-color: #691204;
}
.ybets-azixk3 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.ybets-7oy1x9 ease-in;
}

.ybets-azixk3 h2 {
  color: green;
  font-weight: 500;
}

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

.ybets-sjl4kw .ybets-0va0yi:last-child {
  margin-right: 5px;
}

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

  .ybets-2ptucl {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

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

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

  .ybets-2ptucl button {
    z-index: 2;
  }

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

  

  .ybets-s9sz3y:hover {
    background: rgba(0, 0, 0, 0.8);
  }

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

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

  @media (max-width: 501px) {
    .ybets-0revn8 {
      font-size: 12px;
    }
  }

  .ybets-bkassg {
  bottom: 40px;
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.ybets-3ceyfk, .ybets-u9426g, [class*="review-card"],
thead, thead th, table th, .ybets-xv1or3,
.ybets-h5vz9a, [class*="collapsible-header"],
.ybets-emfo39, [class*="updated-block"] {
  color: #ece7dc !important;
}
