html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

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

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.bassbet-a6yhzh {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .bassbet-a6yhzh {
    padding: 54px 0 0;
  }
}

.bassbet-4314ps {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .bassbet-4314ps:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.bassbet-49y7uq {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .bassbet-49y7uq {
    margin: 20px auto 100px;
  }
}

.bassbet-49y7uq h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-49y7uq h1 {
    font-size: 120px;
  }
}

.bassbet-49y7uq p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.bassbet-8r6icp {
  cursor: pointer;
}

.bassbet-4klesk {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.bassbet-d9s6n0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bassbet-d9s6n0 figure {
  margin: 0;
}

.bassbet-d9s6n0.bassbet-0gp9pm {
  justify-content: flex-start;
  margin-right: 4px;
}

.bassbet-d9s6n0.bassbet-p7rwb1 {
  justify-content: flex-end;
  margin-left: 4px;
}

.bassbet-d9s6n0.bassbet-vdjqkv {
  justify-content: center;
}

.bassbet-d9s6n0.bassbet-y8ktma {
  justify-content: normal;
}

.bassbet-n3csx7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .bassbet-n3csx7 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-n3csx7 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.bassbet-gky6ls {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .bassbet-gky6ls {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.bassbet-iuyu4u {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .bassbet-iuyu4u {
    flex-direction: column;
  }
}

.bassbet-i6gbbl {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.bassbet-i6gbbl img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bassbet-i6gbbl {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.bassbet-a6hiys {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.bassbet-a6hiys ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .bassbet-a6hiys ul {
    margin-bottom: 15px;
  }
}

.bassbet-a6hiys ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.bassbet-a6hiys ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.bassbet-a6hiys ul li span svg {
  fill: var(--title-color);
}

.bassbet-a6hiys ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .bassbet-a6hiys ul li small {
    font-size: 12px;
  }
}

.bassbet-a6hiys ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.bassbet-a6hiys ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bassbet-a6hiys {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.bassbet-hudn4k {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .bassbet-hudn4k {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.bassbet-mynqo2 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.bassbet-hsxkzw {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.bassbet-z53t2h ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .bassbet-hsxkzw {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .bassbet-hsxkzw:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.bassbet-hsxkzw.bassbet-aby0fy {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .bassbet-hsxkzw.bassbet-aby0fy:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.bassbet-04r2ac {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .bassbet-04r2ac {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-04r2ac {
    padding: 50px 16px 68px;
  }
}

.bassbet-gtsx8l {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .bassbet-gtsx8l {
    flex-direction: column;
  }
}

.bassbet-xmhe5i {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .bassbet-xmhe5i {
    margin-bottom: 40px;
  }
}

.bassbet-2yg0ax .bassbet-6ajckw {
  margin-bottom: 28px;
}

.bassbet-2yg0ax .bassbet-6ajckw img {
  max-height: 100px;
  width: auto;
}

.bassbet-7k1p1k {
  display: flex;
  align-items: center;
}

.bassbet-7k1p1k a + a {
  margin-left: 24px;
}

.bassbet-7k1p1k img {
  max-height: 56px;
  width: auto;
}

.bassbet-7k1p1k img + img {
  margin-left: 24px;
}

.bassbet-zvv1ut {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .bassbet-zvv1ut {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.bassbet-a09fyc {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .bassbet-a09fyc {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

@media only screen and (max-width: 767px) {
  .bassbet-srqhp8 {
    flex-wrap: wrap;
  }
}

.bassbet-srqhp8 li {
  display: flex;
  margin: 0 7px;
}

.bassbet-srqhp8 li svg {
  transition: 0.bassbet-z53t2h ease-in-out;
}

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

.bassbet-180pon {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.bassbet-8vb5sz + .bassbet-8vb5sz {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .bassbet-8vb5sz + .bassbet-8vb5sz {
    margin: 36px 0 0;
  }
}

.bassbet-e7mlkt {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.bassbet-9rai52 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bassbet-9rai52 li {
  font-size: 16px;
}

.bassbet-9rai52 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .bassbet-9rai52 li a:hover {
    text-decoration: underline;
  }
}

.bassbet-9rai52 li + li {
  margin-top: 16px;
}

.bassbet-5uwz4l {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.bassbet-fimate ease-in-out;
}

.bassbet-5uwz4l.bassbet-1l0jpg {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.bassbet-zuqe8a {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.bassbet-zuqe8a h1,
.bassbet-zuqe8a h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .bassbet-zuqe8a h1,
  .bassbet-zuqe8a h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .bassbet-zuqe8a {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-zuqe8a {
    margin-bottom: 60px;
  }
}

.bassbet-48obzj {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .bassbet-48obzj {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.bassbet-48obzj li {
  width: 100%;
}

.bassbet-48obzj li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.bassbet-z53t2h ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.bassbet-48obzj li a svg {
  fill: var(--button-text-color);
}

.bassbet-48obzj li a.bassbet-1l0jpg {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .bassbet-48obzj li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-48obzj li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .bassbet-48obzj li a img {
    max-width: 16px;
  }
}

.bassbet-gs68lr {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .bassbet-gs68lr {
    margin: 0 -5px;
  }
}

.bassbet-5wmk2i {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.bassbet-5wmk2i span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.bassbet-5wmk2i small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .bassbet-5wmk2i {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .bassbet-5wmk2i span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.bassbet-a2jurt {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.bassbet-a2jurt img {
  width: 100%;
  transition: 0.bassbet-z53t2h ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .bassbet-a2jurt:hover img {
    transform: scale(1.1);
  }
}

.bassbet-bunz9u {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .bassbet-bunz9u {
    height: 54px;
  }
}

.bassbet-90a12u {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .bassbet-90a12u {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .bassbet-90a12u {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-90a12u .bassbet-6ajckw img {
    max-width: 90px;
  }
}

.bassbet-6ajckw img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .bassbet-6ajckw {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .bassbet-0gikix {
    display: none;
  }
  .bassbet-0gikix::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.bassbet-0p27vj {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bassbet-0p27vj li {
  font-size: 16px;
  margin: 0 20px;
}

.bassbet-0p27vj li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .bassbet-0p27vj li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .bassbet-0p27vj {
    display: block;
  }
  .bassbet-0p27vj li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .bassbet-0p27vj li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .bassbet-0p27vj li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .bassbet-0p27vj li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.bassbet-h2o9zh {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .bassbet-h2o9zh {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .bassbet-h2o9zh {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-h2o9zh {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.bassbet-h2o9zh.bassbet-hsxuhd {
  margin-right: 0;
}

.bassbet-h5qr2k {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  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;
}

@media only screen and (max-width: 767px) {
  .bassbet-h5qr2k {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .bassbet-h5qr2k:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.bassbet-k1zsgt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  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;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .bassbet-k1zsgt:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-k1zsgt {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.bassbet-bjfany {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .bassbet-bjfany {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.bassbet-bjfany:hover > ul {
  display: flex;
}

.bassbet-bjfany:focus > ul {
  display: flex;
}

.bassbet-bjfany:focus-within > ul {
  display: flex;
}

.bassbet-j059e7 {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.bassbet-j059e7::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.bassbet-fimate ease-in-out;
}

@media only screen and (max-width: 767px) {
  .bassbet-j059e7 {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .bassbet-j059e7 img {
    max-width: 20px;
  }
}

.bassbet-bjfany ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.bassbet-z53t2h ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-bjfany ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.bassbet-bjfany ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.bassbet-z53t2h ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .bassbet-bjfany ul li {
    padding: 5px;
  }
}

.bassbet-bjfany ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .bassbet-bjfany ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-bjfany ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .bassbet-bjfany ul li a img {
    max-width: 20px;
  }
}

.bassbet-uiwcfl {
  display: none;
}

.bassbet-6x3fv3 {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .bassbet-6x3fv3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.bassbet-6x3fv3 span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .bassbet-uiwcfl:checked ~ .bassbet-0gikix {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .bassbet-0gikix {
    display: none;
    transition: display 0.bassbet-z53t2h ease-in-out;
  }
  .bassbet-uiwcfl:checked ~ .bassbet-0gikix {
    display: block;
  }
  .bassbet-uiwcfl:checked + .bassbet-6x3fv3 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .bassbet-uiwcfl:checked + .bassbet-6x3fv3 span:nth-child(2) {
    display: none;
  }
  .bassbet-uiwcfl:checked + .bassbet-6x3fv3 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.bassbet-9wxvms {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .bassbet-9wxvms {
    padding: 0 16px;
  }
}

.bassbet-9wxvms img {
  margin-bottom: 20px;
}

.bassbet-9wxvms p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .bassbet-9wxvms p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-9wxvms {
    margin-bottom: 60px;
  }
}

.bassbet-2l7n08 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .bassbet-2l7n08 {
    font-size: 32px;
  }
}

.bassbet-uja3b4 {
  color: var(--text-color);
}

.bassbet-tbo18u {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .bassbet-tbo18u {
    font-size: 16px;
    line-height: 140%;
  }
}

.bassbet-tbo18u p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.bassbet-tbo18u p img {
  display: block;
  margin: 0 auto;
}

.bassbet-tbo18u p:first-of-type {
  margin-top: 0;
}

.bassbet-tbo18u p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .bassbet-tbo18u p {
    font-size: 18px;
    line-height: 140%;
  }
}

.bassbet-tbo18u ul {
  padding: 0 0 0 20px;
}

.bassbet-tbo18u table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.bassbet-tbo18u table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-tbo18u table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.bassbet-tbo18u table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-tbo18u table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.bassbet-tbo18u table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.bassbet-tbo18u iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .bassbet-tbo18u iframe {
    height: 200px;
  }
}

.bassbet-ivsqm2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .bassbet-ivsqm2 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-ivsqm2 {
    margin-bottom: 60px;
  }
}

.bassbet-zmsnjh {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .bassbet-zmsnjh {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.bassbet-zmsnjh h1,
.bassbet-zmsnjh h2,
.bassbet-zmsnjh h3,
.bassbet-zmsnjh h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bassbet-zmsnjh h1,
  .bassbet-zmsnjh h2,
  .bassbet-zmsnjh h3,
  .bassbet-zmsnjh h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.bassbet-ja8p4m {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .bassbet-ja8p4m {
    flex-direction: column-reverse;
  }
}

.bassbet-ja8p4m .bassbet-szm8fi {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .bassbet-ja8p4m .bassbet-szm8fi {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.bassbet-ja8p4m .bassbet-eq3xwv {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .bassbet-ja8p4m .bassbet-eq3xwv {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .bassbet-ja8p4m .bassbet-eq3xwv img {
    width: 100%;
  }
}

.bassbet-eq3xwv {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bassbet-eq3xwv {
    margin-bottom: 18px;
  }
}

.bassbet-szm8fi {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bassbet-szm8fi {
    margin-bottom: 18px;
  }
}

.bassbet-ivsqm2 h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bassbet-ivsqm2 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.bassbet-ivsqm2 .bassbet-4314ps {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bassbet-8anio7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .bassbet-8anio7 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-8anio7 {
    margin-bottom: 60px;
  }
}

.bassbet-sdi5he {
  position: relative;
  border: none;
}

.bassbet-sdi5he::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.bassbet-6gf5id {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.bassbet-6gf5id span {
  height: 32px;
}

.bassbet-6gf5id span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.bassbet-6gf5id.bassbet-d6vihf span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .bassbet-6gf5id {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.bassbet-pzm6dg {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bassbet-pzm6dg li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-pzm6dg li {
    font-size: 16px;
  }
}

.bassbet-pzm6dg li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.bassbet-z53t2h ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .bassbet-pzm6dg li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-pzm6dg li a {
    padding: 12px 14px;
  }
}

.bassbet-pzm6dg.bassbet-ya5ceo {
  display: none;
}

.bassbet-j3gxoe {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.bassbet-j3gxoe table {
  width: 100%;
  border-collapse: collapse;
}

.bassbet-j3gxoe table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .bassbet-j3gxoe table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .bassbet-j3gxoe table td {
    min-width: 75px;
  }
}

.bassbet-j3gxoe table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-j3gxoe table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.bassbet-j3gxoe table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.bassbet-j3gxoe p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .bassbet-j3gxoe p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .bassbet-j3gxoe {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-j3gxoe {
    margin-bottom: 60px;
  }
}

.bassbet-xg46i5 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .bassbet-xg46i5 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.bassbet-8qd4ii {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .bassbet-8qd4ii {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.bassbet-8qd4ii tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .bassbet-8qd4ii tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.bassbet-8qd4ii tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.bassbet-rc9zuc table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.bassbet-rc9zuc table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.bassbet-rc9zuc p {
  color: var(--text-color);
}

.bassbet-bs4cyc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .bassbet-bs4cyc {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-bs4cyc {
    margin-bottom: 60px;
  }
}

.bassbet-2pfe4i {
  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);
}

.bassbet-j3p7la {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .bassbet-j3p7la {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-j3p7la {
    margin-bottom: 60px;
  }
}

.bassbet-z5oal0 {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.bassbet-z5oal0 h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .bassbet-z5oal0 h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.bassbet-z5oal0 p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.bassbet-z5oal0 p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .bassbet-z5oal0 p {
    font-size: 16px;
  }
}

.bassbet-q93tn7 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bassbet-q93tn7 {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.bassbet-nimvqc {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.bassbet-nimvqc li {
  margin: 0 20px;
}

.bassbet-nimvqc li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.bassbet-nimvqc li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .bassbet-nimvqc li a:hover {
    color: #2ab765;
  }
}

.bassbet-nh1acx {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .bassbet-nh1acx {
    padding: 0 16px;
  }
}

.bassbet-nh1acx li {
  font-size: 16px;
  position: relative;
}

.bassbet-nh1acx li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .bassbet-nh1acx li a:hover {
    text-decoration: underline;
  }
}

.bassbet-nh1acx li span {
  opacity: 0.5;
}

.bassbet-nh1acx li + li {
  margin-left: 30px;
}

.bassbet-nh1acx li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.bassbet-zmsnjh {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.bassbet-zmsnjh {
    margin-bottom: 18px;
  }
}

.bassbet-ssiogw {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.bassbet-ssiogw tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.bassbet-ssiogw tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.bassbet-ssiogw tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.bassbet-ssiogw tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.bassbet-ssiogw tbody tr:last-of-type {
  margin-bottom: 0;
}

.bassbet-ssiogw tbody tr td:first-of-type {
  flex-shrink: 0;
}

.bassbet-ssiogw tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.bassbet-ssiogw tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.bassbet-ssiogw tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .bassbet-ssiogw tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.bassbet-ssiogw tbody tr td .bassbet-dyswro {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .bassbet-ssiogw tbody tr td .bassbet-dyswro {
    width: 100%;
  }
}

.bassbet-ssiogw tbody tr td .bassbet-a7hcxu {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.bassbet-z53t2h ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .bassbet-ssiogw tbody tr td .bassbet-a7hcxu:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-ssiogw tbody tr td .bassbet-a7hcxu {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .bassbet-ssiogw tbody tr td .bassbet-a7hcxu {
    width: 100%;
  }
}

.bassbet-ssiogw tbody tr td .bassbet-f59rhl {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .bassbet-ssiogw tbody tr td .bassbet-f59rhl:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-ssiogw tbody tr {
    flex-direction: column;
  }
}

.bassbet-ssiogw tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.bassbet-x0s314 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .bassbet-x0s314 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-x0s314 {
    margin: 0 auto 60px;
  }
}

.bassbet-5qh1c9 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-5qh1c9 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.bassbet-n0p5ep {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .bassbet-n0p5ep {
    margin: 0 -5px;
  }
}

.bassbet-6cbf9n {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.bassbet-6cbf9n img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.bassbet-z53t2h ease-in-out;
}

.bassbet-6cbf9n p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .bassbet-6cbf9n:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .bassbet-6cbf9n {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-6cbf9n {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .bassbet-6cbf9n p {
    font-size: 16px;
  }
}

.bassbet-o13pz2 {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .bassbet-o13pz2 {
    height: 190px;
    margin: 20px auto;
  }
}

.bassbet-o13pz2 img {
  width: 100%;
  height: 100%;
}

.bassbet-o13pz2 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .bassbet-o13pz2 iframe {
    height: 190px;
  }
}

.bassbet-0ks3vn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.bassbet-0ks3vn::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.bassbet-55x8h6 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.bassbet-55x8h6 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.bassbet-z53t2h ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .bassbet-55x8h6:hover svg {
    transform: scale(1.1);
  }
}

.bassbet-ysng05 {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .bassbet-ysng05 {
    padding: 40px 0;
  }
}

.bassbet-n6bu96 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .bassbet-n6bu96 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .bassbet-n6bu96 {
    flex-direction: column-reverse;
  }
}

.bassbet-3fe17z {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.bassbet-3fe17z img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .bassbet-3fe17z {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-3fe17z {
    margin: 10px 0 0;
  }
}

.bassbet-lx4txi {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.bassbet-lx4txi h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .bassbet-lx4txi {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-lx4txi {
    padding: 24px 10px;
  }
}

.bassbet-xsfzeg {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.bassbet-z53t2h ease-in-out;
}

.bassbet-xsfzeg:hover {
  border: 1px solid #8c8ca2;
}

.bassbet-ej1s5z {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.bassbet-ej1s5z:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.bassbet-cjoh6z {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.bassbet-cjoh6z a {
  text-decoration: underline;
  color: #8babff;
}

.bassbet-awj52c {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.bassbet-awj52c .bassbet-xsfzeg {
  width: 50%;
  margin: 0;
}

.bassbet-u1dj11 {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.bassbet-u1dj11:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.bassbet-3kzcfq {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .bassbet-3kzcfq {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-3kzcfq {
    margin: 0 0 60px;
  }
}

.bassbet-e8vmmd {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-e8vmmd {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.bassbet-xxmzew {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .bassbet-xxmzew {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.bassbet-h753ei {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .bassbet-h753ei {
    flex-basis: auto;
    max-width: 100%;
  }
}

.bassbet-i450uy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-i450uy {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.bassbet-i450uy a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.bassbet-z53t2h ease-in-out;
}

@media only screen and (max-width: 767px) {
  .bassbet-i450uy a {
    margin: 1px 0 4px;
  }
}

.bassbet-i450uy a svg {
  fill: #fff;
}

.bassbet-i450uy a:hover {
  background: #3d68e7;
}

.bassbet-4zr2pu {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.bassbet-tph6km {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .bassbet-tph6km {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.bassbet-tqjlvf {
  font-size: 16px;
  color: var(--text-color);
}

.bassbet-mmiobw {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .bassbet-mmiobw {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-mmiobw {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .bassbet-mmiobw {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.bassbet-pp3o02 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.bassbet-pp3o02 h1,
.bassbet-pp3o02 h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bassbet-pp3o02 h1,
  .bassbet-pp3o02 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .bassbet-pp3o02 {
    margin: 0;
    padding-right: 20px;
  }
}

.bassbet-qiejt9 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.bassbet-qiejt9 h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bassbet-qiejt9 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.bassbet-qiejt9 h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .bassbet-qiejt9 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.bassbet-qiejt9 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.bassbet-qiejt9 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .bassbet-qiejt9 table tr td {
    padding: 12px 4px;
  }
}

.bassbet-qiejt9 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .bassbet-qiejt9 table tr th {
    padding: 12px 4px;
  }
}

.bassbet-qiejt9 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .bassbet-qiejt9 {
    margin: 0;
  }
}

.bassbet-stf86p {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .bassbet-stf86p {
    min-height: 190px;
  }
}

.bassbet-h1cjk0 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.bassbet-h1cjk0::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.bassbet-5a5d9b {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bassbet-5a5d9b.bassbet-d4nlam {
  display: none;
}

.bassbet-vzh62g {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.bassbet-vzh62g iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bassbet-vzh62g iframe.bassbet-137pv6 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.bassbet-vzh62g.bassbet-rwavfz {
  opacity: 1;
  pointer-events: all;
}

.bassbet-kuz66v {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.bassbet-z53t2h ease-in-out;
}

.bassbet-kuz66v svg {
  margin-right: 10px;
}

.bassbet-kuz66v + .bassbet-kuz66v {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .bassbet-kuz66v:hover {
    background: #a8a6b3;
  }
}

.bassbet-etwhgs {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .bassbet-etwhgs:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-kuz66v {
    height: 42px;
    max-width: 220px;
  }
}

.bassbet-mmiobw .bassbet-ivsqm2 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.bassbet-mmiobw .bassbet-ivsqm2 h1,
.bassbet-mmiobw .bassbet-ivsqm2 h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bassbet-mmiobw .bassbet-ivsqm2 h1,
  .bassbet-mmiobw .bassbet-ivsqm2 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .bassbet-mmiobw .bassbet-ivsqm2 {
    margin: 28px 0 0;
  }
}

.bassbet-fc5w0x {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .bassbet-fc5w0x {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .bassbet-fc5w0x {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-fc5w0x {
    margin: 20px auto 60px;
  }
}

.bassbet-1p47xy {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .bassbet-1p47xy {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-1p47xy {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.bassbet-91xtua {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.bassbet-91xtua iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bassbet-pngml2 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.bassbet-pngml2 h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .bassbet-pngml2 h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-pngml2 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .bassbet-pngml2 {
    max-width: 100%;
    margin: 0;
  }
}

.bassbet-g2v1n5 {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .bassbet-g2v1n5 {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.bassbet-qd7pzr {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .bassbet-qd7pzr {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.bassbet-llv7oy {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bassbet-llv7oy span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .bassbet-llv7oy {
    margin: 0;
  }
  .bassbet-llv7oy:last-of-type {
    margin-top: 4px;
  }
}

.bassbet-295c21 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .bassbet-295c21 {
    padding: 10px;
  }
}

.bassbet-295c21 .bassbet-4314ps {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .bassbet-295c21 .bassbet-4314ps {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .bassbet-295c21 {
    flex-wrap: wrap;
  }
}

.bassbet-8wotwj {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.bassbet-8wotwj img {
  width: 100%;
}

.bassbet-s09osp {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .bassbet-s09osp {
    max-width: 200px;
    margin: 0;
  }
}

.bassbet-se0fqq {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.bassbet-1o91h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.bassbet-00e8q9 {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .bassbet-00e8q9 {
    margin: 0 0 60px;
  }
}

.bassbet-00e8q9 .bassbet-sfii91 {
  position: relative;
}

.bassbet-00e8q9 .bassbet-mr9lfg {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.bassbet-00e8q9 .bassbet-mr9lfg.bassbet-d4nlam {
  display: none;
}

.bassbet-00e8q9 .bassbet-9o91hh {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .bassbet-00e8q9 .bassbet-9o91hh {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .bassbet-00e8q9 .bassbet-9o91hh {
    bottom: 90px;
  }
}

.bassbet-00e8q9 .bassbet-9o91hh .bassbet-r8igo7 {
  max-width: 300px;
  width: 100%;
}

.bassbet-00e8q9 .bassbet-9o91hh .bassbet-r8igo7 .bassbet-i0of71 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-00e8q9 .bassbet-9o91hh .bassbet-r8igo7 .bassbet-i0of71 {
    font-size: 32px;
    text-align: center;
  }
}

.bassbet-00e8q9 .bassbet-9o91hh .bassbet-r8igo7 .bassbet-6jf8m0 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-00e8q9 .bassbet-9o91hh .bassbet-r8igo7 .bassbet-6jf8m0 {
    text-align: center;
  }
}

.bassbet-00e8q9 .bassbet-9o91hh .bassbet-hsxuhd {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .bassbet-00e8q9 .bassbet-9o91hh .bassbet-hsxuhd {
    flex-direction: column-reverse;
  }
}

.bassbet-00e8q9 .bassbet-9o91hh .bassbet-hsxuhd .bassbet-40uu2v {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.bassbet-z53t2h ease-in-out;
}

.bassbet-00e8q9 .bassbet-9o91hh .bassbet-hsxuhd .bassbet-40uu2v:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .bassbet-00e8q9 .bassbet-9o91hh .bassbet-hsxuhd .bassbet-40uu2v {
    width: 100%;
  }
}

.bassbet-00e8q9 .bassbet-9o91hh .bassbet-hsxuhd .bassbet-4jz7i7 {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.bassbet-z53t2h ease-in-out;
  overflow: hidden;
}

.bassbet-00e8q9 .bassbet-9o91hh .bassbet-hsxuhd .bassbet-4jz7i7 span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.bassbet-00e8q9 .bassbet-9o91hh .bassbet-hsxuhd .bassbet-4jz7i7:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.bassbet-00e8q9 .bassbet-9o91hh .bassbet-hsxuhd .bassbet-4jz7i7:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .bassbet-00e8q9 .bassbet-9o91hh .bassbet-hsxuhd .bassbet-4jz7i7 {
    width: 100%;
  }
}

.bassbet-00e8q9 .bassbet-9o91hh.bassbet-d4nlam {
  display: none;
}

.bassbet-00e8q9 .bassbet-gx5ta5 {
  display: none;
}

.bassbet-00e8q9 .bassbet-gx5ta5.bassbet-rwavfz {
  display: block;
}

.bassbet-00e8q9 .bassbet-gx5ta5 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .bassbet-00e8q9 .bassbet-gx5ta5 iframe {
    height: calc(100vh - 54px);
  }
}

.bassbet-00e8q9 .bassbet-n7ej4p {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .bassbet-00e8q9 .bassbet-n7ej4p {
    padding: 24px 16px 0;
  }
}

.bassbet-00e8q9 .bassbet-n7ej4p .bassbet-i0of71 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .bassbet-00e8q9 .bassbet-n7ej4p .bassbet-i0of71 {
    margin-bottom: 24px;
  }
}

.bassbet-00e8q9 .bassbet-n7ej4p table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.bassbet-00e8q9 .bassbet-n7ej4p table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .bassbet-00e8q9 .bassbet-n7ej4p table tr td {
    padding: 12px 4px;
  }
}

.bassbet-00e8q9 .bassbet-n7ej4p table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .bassbet-00e8q9 .bassbet-n7ej4p table tr th {
    padding: 12px 4px;
  }
}

.bassbet-00e8q9 .bassbet-n7ej4p table tr:last-of-type td {
  border-bottom: none;
}

.bassbet-ob85tz {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.bassbet-ob85tz.bassbet-1l0jpg {
  display: block;
}

.bassbet-ob85tz iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.bassbet-ob85tz .bassbet-xi9370 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.bassbet-ob85tz .bassbet-3xm82q {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.bassbet-ob85tz .bassbet-4jz7i7 {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.bassbet-z53t2h ease-in-out;
}

.bassbet-ob85tz .bassbet-4jz7i7:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.bassbet-cl7kek {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.bassbet-cl7kek.bassbet-1l0jpg {
  display: block;
}

.bassbet-b02451 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.bassbet-22dd4o {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.bassbet-2opits {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .bassbet-22dd4o {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.bassbet-h3947l {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.bassbet-h3947l svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.bassbet-vbjz4b {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bassbet-aibf6k.bassbet-d4nlam {
  display: none;
}

.bassbet-eqpj5e {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .bassbet-eqpj5e {
    margin-bottom: 20px;
  }
}

.bassbet-ji8e7f {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.bassbet-ji8e7f span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.bassbet-ji8e7f small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.bassbet-ji8e7f input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.bassbet-z53t2h ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.bassbet-ji8e7f input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.bassbet-ji8e7f input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.bassbet-ji8e7f input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.bassbet-ji8e7f input:active {
  border-color: #c2c0ce;
}

.bassbet-ji8e7f input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .bassbet-ji8e7f {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.bassbet-knrn2o {
  margin-bottom: 36px;
}

.bassbet-knrn2o textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.bassbet-knrn2o textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.bassbet-knrn2o textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .bassbet-knrn2o {
    margin-bottom: 24px;
  }
}

.bassbet-dqa6sw {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bassbet-bumycx {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.bassbet-z53t2h ease-in-out;
}

.bassbet-bumycx:hover {
  background: var(--border-color);
}

.bassbet-nns5ea {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.bassbet-z53t2h ease-in-out;
}

.bassbet-nns5ea:hover {
  background: #166ad9;
}

.bassbet-4s1tnx {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.bassbet-4s1tnx.bassbet-d4nlam {
  display: none;
}

.bassbet-eq1ryp {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.bassbet-4s1tnx .bassbet-bumycx {
  margin: 0 auto;
}

.bassbet-4i3mfg {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .bassbet-4i3mfg {
    margin-bottom: 16px;
  }
}

.bassbet-6ubor4 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.bassbet-2ftfd7 {
  filter: grayscale(100%);
}

.bassbet-6ubor4 > input {
  display: none;
}

.bassbet-6ubor4 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bassbet-yatwod.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.bassbet-uj72ir 44.bassbet-55g9v5.bassbet-vr7h2x.bassbet-wkks7t.bassbet-an5dir.bassbet-rx1gza.bassbet-kd4j1y.bassbet-v2rwuq.bassbet-y3mhlo.bassbet-8dpi15.bassbet-z8d71p.bassbet-jj28y1.bassbet-9sw52p 0l-12.bassbet-6bp3eq 30.bassbet-h1iyf7.bassbet-leck01 2.bassbet-019q8d.bassbet-leck01 3.bassbet-qpl77l 3.bassbet-8p3cr9.bassbet-lhdgab 3.bassbet-hn3yct.bassbet-ogtz4g.bassbet-d94cxl.bassbet-mf2kl1 7-3.bassbet-6bp3eq 10.bassbet-xuvugw.bassbet-mf2kl1 23.bassbet-i25pxy.bassbet-ydspmk 1.bassbet-kaquxi 2.bassbet-6bp3eq 3.bassbet-ydspmk 1.bassbet-lhdgab 5.bassbet-qjmafa.bassbet-lhdgab 32.bassbet-49kkx4.bassbet-ogtz4g 5.bassbet-9sw52p 4.bassbet-mf2kl1 9.bassbet-mf2kl1 8.bassbet-lhdgab 6.bassbet-opk43q.bassbet-tm8ofk.bassbet-pumyaq.bassbet-7nhmr8.bassbet-3dzi8b 4.bassbet-ln3t6n.bassbet-3dzi8b 6.bassbet-3dzi8b 0l29.bassbet-9sw52p 17.bassbet-620gt4.bassbet-3cvat2 2.bassbet-gurarv 10.bassbet-jbcg6t.bassbet-6bp3eq 8.bassbet-l9xqoa.bassbet-lavo9z.bassbet-m00efd.bassbet-gjn8yy.bassbet-zezjar.bassbet-ogtz4g.bassbet-rx1gza.bassbet-6bp3eq 1.bassbet-hm1b6g.bassbet-jwnudh.bassbet-1cuklk.bassbet-l75yr7.bassbet-qi43vs.bassbet-kaquxi 1.bassbet-kjq987.bassbet-323cde.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.bassbet-6ubor4 > input:checked ~ label,
.bassbet-6ubor4 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bassbet-yatwod.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.bassbet-uj72ir 44.bassbet-55g9v5.bassbet-vr7h2x.bassbet-wkks7t.bassbet-an5dir.bassbet-rx1gza.bassbet-kd4j1y.bassbet-v2rwuq.bassbet-y3mhlo.bassbet-8dpi15.bassbet-z8d71p.bassbet-jj28y1.bassbet-9sw52p 0l-12.bassbet-6bp3eq 30.bassbet-h1iyf7.bassbet-leck01 2.bassbet-019q8d.bassbet-leck01 3.bassbet-qpl77l 3.bassbet-8p3cr9.bassbet-lhdgab 3.bassbet-hn3yct.bassbet-ogtz4g.bassbet-d94cxl.bassbet-mf2kl1 7-3.bassbet-6bp3eq 10.bassbet-xuvugw.bassbet-mf2kl1 23.bassbet-i25pxy.bassbet-ydspmk 1.bassbet-kaquxi 2.bassbet-6bp3eq 3.bassbet-ydspmk 1.bassbet-lhdgab 5.bassbet-qjmafa.bassbet-lhdgab 32.bassbet-49kkx4.bassbet-ogtz4g 5.bassbet-9sw52p 4.bassbet-mf2kl1 9.bassbet-mf2kl1 8.bassbet-lhdgab 6.bassbet-opk43q.bassbet-tm8ofk.bassbet-pumyaq.bassbet-7nhmr8.bassbet-3dzi8b 4.bassbet-ln3t6n.bassbet-3dzi8b 6.bassbet-3dzi8b 0l29.bassbet-9sw52p 17.bassbet-620gt4.bassbet-3cvat2 2.bassbet-gurarv 10.bassbet-jbcg6t.bassbet-6bp3eq 8.bassbet-l9xqoa.bassbet-lavo9z.bassbet-m00efd.bassbet-gjn8yy.bassbet-zezjar.bassbet-ogtz4g.bassbet-rx1gza.bassbet-6bp3eq 1.bassbet-hm1b6g.bassbet-jwnudh.bassbet-1cuklk.bassbet-l75yr7.bassbet-qi43vs.bassbet-kaquxi 1.bassbet-kjq987.bassbet-323cde.5z'/%3e%3c/svg%3e");
}

.bassbet-6ubor4 > input:not(:checked) ~ label:hover,
.bassbet-6ubor4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bassbet-yatwod.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bassbet-uj72ir 44.bassbet-55g9v5.bassbet-vr7h2x.bassbet-wkks7t.bassbet-an5dir.bassbet-rx1gza.bassbet-kd4j1y.bassbet-v2rwuq.bassbet-y3mhlo.bassbet-8dpi15.bassbet-z8d71p.bassbet-jj28y1.bassbet-9sw52p 0l-12.bassbet-6bp3eq 30.bassbet-h1iyf7.bassbet-leck01 2.bassbet-019q8d.bassbet-leck01 3.bassbet-qpl77l 3.bassbet-8p3cr9.bassbet-lhdgab 3.bassbet-hn3yct.bassbet-ogtz4g.bassbet-d94cxl.bassbet-mf2kl1 7-3.bassbet-6bp3eq 10.bassbet-xuvugw.bassbet-mf2kl1 23.bassbet-i25pxy.bassbet-ydspmk 1.bassbet-kaquxi 2.bassbet-6bp3eq 3.bassbet-ydspmk 1.bassbet-lhdgab 5.bassbet-qjmafa.bassbet-lhdgab 32.bassbet-49kkx4.bassbet-ogtz4g 5.bassbet-9sw52p 4.bassbet-mf2kl1 9.bassbet-mf2kl1 8.bassbet-lhdgab 6.bassbet-opk43q.bassbet-tm8ofk.bassbet-pumyaq.bassbet-7nhmr8.bassbet-3dzi8b 4.bassbet-ln3t6n.bassbet-3dzi8b 6.bassbet-3dzi8b 0l29.bassbet-9sw52p 17.bassbet-620gt4.bassbet-3cvat2 2.bassbet-gurarv 10.bassbet-jbcg6t.bassbet-6bp3eq 8.bassbet-l9xqoa.bassbet-lavo9z.bassbet-m00efd.bassbet-gjn8yy.bassbet-zezjar.bassbet-ogtz4g.bassbet-rx1gza.bassbet-6bp3eq 1.bassbet-hm1b6g.bassbet-jwnudh.bassbet-1cuklk.bassbet-l75yr7.bassbet-qi43vs.bassbet-kaquxi 1.bassbet-kjq987.bassbet-323cde.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .bassbet-8sahh6 > .bassbet-fzdqq0 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .bassbet-8sahh6 > .bassbet-fzdqq0 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .bassbet-8sahh6 > .bassbet-fzdqq0 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .bassbet-8sahh6 > .bassbet-fzdqq0 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .bassbet-8sahh6 > .bassbet-fzdqq0 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.bassbet-mcegkv {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.bassbet-mcegkv.bassbet-d4nlam {
  display: none;
}

.bassbet-6d5vq5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .bassbet-6d5vq5 {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-6d5vq5 {
    border-radius: 20px 20px 0 0;
  }
}

.bassbet-d9yxuk {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.bassbet-d9yxuk::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.bassbet-d9yxuk::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.bassbet-d9yxuk img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .bassbet-d9yxuk {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .bassbet-d9yxuk img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-d9yxuk {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .bassbet-d9yxuk img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.bassbet-miefy9 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .bassbet-miefy9 {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-miefy9 {
    font-size: 14px;
  }
}

.bassbet-m8n5zy {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.bassbet-m8n5zy::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .bassbet-m8n5zy::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.bassbet-m8n5zy::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .bassbet-m8n5zy::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .bassbet-m8n5zy {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-m8n5zy {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.bassbet-7oeamh {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .bassbet-7oeamh {
    top: -20px;
  }
}

.bassbet-buzkqk {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.bassbet-z53t2h ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .bassbet-buzkqk:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .bassbet-buzkqk {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-buzkqk {
    width: 90px;
    height: 40px;
  }
}

.bassbet-mcegkv.bassbet-o4chn7 .bassbet-6d5vq5 {
  background: #2b3b67;
}

.bassbet-mcegkv.bassbet-o4chn7 .bassbet-d9yxuk {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.bassbet-mcegkv.bassbet-o4chn7 .bassbet-d9yxuk::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.bassbet-mcegkv.bassbet-o4chn7 .bassbet-d9yxuk::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.bassbet-mcegkv.bassbet-o4chn7 .bassbet-m8n5zy::before {
  background: #0e0f41;
}

.bassbet-mcegkv.bassbet-o4chn7 .bassbet-m8n5zy::after {
  background: #152557;
}

.bassbet-mcegkv.bassbet-i6rbdm .bassbet-6d5vq5 {
  background: #1f35fa;
}

.bassbet-mcegkv.bassbet-i6rbdm .bassbet-d9yxuk {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.bassbet-mcegkv.bassbet-i6rbdm .bassbet-d9yxuk::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.bassbet-mcegkv.bassbet-i6rbdm .bassbet-d9yxuk::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.bassbet-mcegkv.bassbet-i6rbdm .bassbet-m8n5zy::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.bassbet-mcegkv.bassbet-i6rbdm .bassbet-m8n5zy::after {
  background: #192ac8;
}

.bassbet-mcegkv.bassbet-qb6wun .bassbet-6d5vq5 {
  background: #fa771f;
}

.bassbet-mcegkv.bassbet-qb6wun .bassbet-d9yxuk {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bassbet-mcegkv.bassbet-qb6wun .bassbet-d9yxuk::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.bassbet-mcegkv.bassbet-qb6wun .bassbet-d9yxuk::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.bassbet-mcegkv.bassbet-qb6wun .bassbet-m8n5zy::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bassbet-mcegkv.bassbet-qb6wun .bassbet-m8n5zy::after {
  background: #fa8535;
}

.bassbet-ird5r0 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .bassbet-ird5r0 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bassbet-ird5r0 {
    margin: 24px 0 60px;
  }
}

.bassbet-ird5r0 h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .bassbet-ird5r0 h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.bassbet-nrvtzl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-nrvtzl {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.bassbet-m598wt {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .bassbet-m598wt {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.bassbet-rqwipp {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .bassbet-rqwipp:hover {
    background: var(--button-bg-hover);
  }
}

.bassbet-r4pttc {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bassbet-r4pttc span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.bassbet-r4pttc small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-r4pttc {
    margin-bottom: 16px;
  }
}

.bassbet-am5agf {
  width: 120px;
  height: 22px;
}

.bassbet-am5agf .bassbet-6v3hj9 {
  fill: #c2c0ce;
}

.bassbet-am5agf [rating="1"] .bassbet-6v3hj9:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bassbet-am5agf [rating="2"] .bassbet-6v3hj9:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bassbet-am5agf [rating="3"] .bassbet-6v3hj9:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bassbet-am5agf [rating="4"] .bassbet-6v3hj9:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bassbet-am5agf [rating="5"] .bassbet-6v3hj9:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.bassbet-u760a0 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

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

.bassbet-mab491.bassbet-rwavfz {
  display: block;
}

.bassbet-mab491.bassbet-d4nlam {
  display: none;
}

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

.bassbet-6sdj3s {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.bassbet-4sruuv {
  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);
}

.bassbet-e0dvyp {
  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;
}

.bassbet-46obx3 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.bassbet-geibrs {
  font-size: 16px;
  line-height: 140%;
}

.bassbet-iwlv1s {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.bassbet-iwlv1s .bassbet-6v3hj9 {
  fill: #c2c0ce;
}

.bassbet-iwlv1s [rating="1"] .bassbet-6v3hj9:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bassbet-iwlv1s [rating="2"] .bassbet-6v3hj9:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bassbet-iwlv1s [rating="3"] .bassbet-6v3hj9:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bassbet-iwlv1s [rating="4"] .bassbet-6v3hj9:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bassbet-iwlv1s [rating="5"] .bassbet-6v3hj9:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.bassbet-zvq7ke {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .bassbet-zvq7ke {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.bassbet-voh9e1 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .bassbet-voh9e1 {
    padding: 0 16px;
  }
}

.bassbet-gmth6w {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .bassbet-gmth6w {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.bassbet-m1bbma {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-m1bbma {
    padding: 12px;
    gap: 12px;
  }
}

.bassbet-q50ps3 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.bassbet-q50ps3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bassbet-ai6l36 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.bassbet-2mtls4 {
  flex: 1;
  min-width: 0;
}

.bassbet-cqmusu {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .bassbet-cqmusu {
    font-size: 14px;
    gap: 6px;
  }
}

.bassbet-m61dcp {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.bassbet-m61dcp svg,
.bassbet-m61dcp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bassbet-m61dcp svg path {
  fill: var(--button-bg-color);
}

.bassbet-m61dcp svg circle {
  fill: var(--button-text-color);
}

.bassbet-y2laor {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .bassbet-y2laor {
    font-size: 12px;
  }
}

.bassbet-y2laor strong {
  font-weight: 600;
}

.bassbet-j3logv {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.bassbet-j3logv p {
  margin: 0 0 16px;
}

.bassbet-j3logv p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .bassbet-j3logv {
    font-size: 14px;
    line-height: 150%;
  }
}

.bassbet-hk7sc3 {
  max-width: 300px;
  width: 100%;
}

.bassbet-hk7sc3 a {
  width: 100%;
}

@media (max-width: 575px) {
  .bassbet-hk7sc3 {
    max-width: 200px;
  }
}

.bassbet-ca159j {
  justify-content: center;
}

.bassbet-u39gmu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bassbet-vrqbi2 {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .bassbet-wugkep {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.bassbet-0ds9yi {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.bassbet-0ds9yi .bassbet-0p27vj {
  justify-content: center;
}

/* faq */

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

.bassbet-ouz50v {
  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.bassbet-ripis1 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bassbet-ouz50v::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.bassbet-ripis1 ease;
}

.bassbet-1we73x.bassbet-1l0jpg .bassbet-ouz50v::after {
  transform: rotate(45deg);
}

.bassbet-qes9zt {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.bassbet-z53t2h ease, padding 0.bassbet-z53t2h ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.bassbet-1we73x.bassbet-1l0jpg .bassbet-qes9zt {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.bassbet-c98hde {
  margin: 25px 0;
}

.bassbet-6ubor4 > input:not(:checked) ~ label:hover,
.bassbet-6ubor4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bassbet-4zzra0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bassbet-xy5h9n 44.bassbet-79u6ig.bassbet-pa6vqn.bassbet-gstih3.bassbet-cjiz4s.bassbet-3x6pf1.bassbet-nqteaj.bassbet-r6w862.bassbet-q12p41.bassbet-4mf8j9.bassbet-0pyu2v.bassbet-t8wp1r.bassbet-yyk4ws 0l-12.bassbet-4a1zth 30.bassbet-tq9oon.bassbet-rg9g6k 2.bassbet-8wlpo6.bassbet-rg9g6k 3.bassbet-mjzysl 3.bassbet-xuctlc.bassbet-6n6jio 3.bassbet-7kjvdo.bassbet-4gwm7d.bassbet-cykwi8.bassbet-xu0qjz 7-3.bassbet-4a1zth 10.bassbet-cqzhay.bassbet-xu0qjz 23.bassbet-820iu5.bassbet-vvtspo 1.bassbet-1yhn05 2.bassbet-4a1zth 3.bassbet-vvtspo 1.bassbet-6n6jio 5.bassbet-x5gnq0.bassbet-6n6jio 32.bassbet-ddc4q8.bassbet-4gwm7d 5.bassbet-yyk4ws 4.bassbet-xu0qjz 9.bassbet-xu0qjz 8.bassbet-6n6jio 6.bassbet-98sgfv.bassbet-ud2hiz.bassbet-yrn48j.bassbet-5b4v6w.bassbet-buprg4 4.bassbet-ess8t0.bassbet-buprg4 6.bassbet-buprg4 0l29.bassbet-yyk4ws 17.bassbet-6pm9sn.bassbet-87qjzh 2.bassbet-45ahfh 10.bassbet-bfq9xg.bassbet-4a1zth 8.bassbet-az5974.bassbet-qbk5lq.bassbet-zfazd0.bassbet-35ey1s.bassbet-4fi7qr.bassbet-4gwm7d.bassbet-3x6pf1.bassbet-4a1zth 1.bassbet-f5km5l.bassbet-x98yyz.bassbet-gjbxlo.bassbet-prus3w.bassbet-zsu3di.bassbet-1yhn05 1.bassbet-j8zn43.bassbet-cccur7.5z'/%3e%3c/svg%3e");
}

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

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

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

.bassbet-iovmdr.bassbet-ls7ev5 {
  display: block;
}

.bassbet-iovmdr.bassbet-lxnmpt {
  display: none;
}

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

.bassbet-90uqir {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.bassbet-y9ijx0 {
  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);
}

.bassbet-x8r2eo {
  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;
}

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

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

.bassbet-24e0t9 {
  font-size: 16px;
  line-height: 140%;
}

.bassbet-9qqysn {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.bassbet-9qqysn .bassbet-jbkqxz {
  fill: #c2c0ce;
}

.bassbet-9qqysn [rating="1"] .bassbet-jbkqxz:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bassbet-9qqysn [rating="2"] .bassbet-jbkqxz:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bassbet-9qqysn [rating="3"] .bassbet-jbkqxz:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bassbet-9qqysn [rating="4"] .bassbet-jbkqxz:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bassbet-9qqysn [rating="5"] .bassbet-jbkqxz:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.bassbet-41mds3 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;
}

.bassbet-41mds3 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-all;
  }
}

/* up */

.bassbet-b2wmu5 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.bassbet-b2wmu5.bassbet-qpuqxm {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.bassbet-15yp7x {
  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;
}

.bassbet-15yp7x label {
  font-size: 14px;
}

.bassbet-15yp7x h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bassbet-15yp7x input,
.bassbet-15yp7x textarea,
.bassbet-15yp7x 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;
}
.bassbet-15yp7x button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bassbet-ripis1 ease;
}
.bassbet-15yp7x button:hover {
  background-color: var(--button-bg-hover);
}
.bassbet-4gxr01 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bassbet-x205vh ease-in;
}

.bassbet-4gxr01 h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.bassbet-wjd4lb, .bassbet-dx9i75, [class*="review-card"],
thead, thead th, table th, .bassbet-urhu4q,
.bassbet-jvrfhn, [class*="collapsible-header"],
.bassbet-bs4cyc, [class*="updated-block"] {
  color: #ece7dc !important;
}
