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-3bscrt {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.bassbet-99oaj0 {
  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-99oaj0: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-2qm5bu {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.bassbet-0b5ds9 {
  cursor: pointer;
}

.bassbet-9tlfxd {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

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

.bassbet-n0axqe figure {
  margin: 0;
}

.bassbet-n0axqe.bassbet-d9br2c {
  justify-content: flex-start;
  margin-right: 4px;
}

.bassbet-n0axqe.bassbet-kpj08u {
  justify-content: flex-end;
  margin-left: 4px;
}

.bassbet-n0axqe.bassbet-l92t08 {
  justify-content: center;
}

.bassbet-n0axqe.bassbet-6bxr7r {
  justify-content: normal;
}

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

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

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

.bassbet-mkwsz5 {
  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-mkwsz5 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.bassbet-qrv8ip {
  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-qrv8ip {
    flex-direction: column;
  }
}

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

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

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

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

.bassbet-59mnkz 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-59mnkz ul {
    margin-bottom: 15px;
  }
}

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

.bassbet-59mnkz 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-59mnkz ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

.bassbet-awr1wh {
  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-awr1wh {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

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

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

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

.bassbet-q5hw0c.bassbet-n2y21i {
  background-color: #000;
}

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

.bassbet-siyuv7 {
  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-siyuv7 {
    padding: 80px 16px 0;
  }
}

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

.bassbet-de8rv2 {
  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-de8rv2 {
    flex-direction: column;
  }
}

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

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

.bassbet-5boxfo .bassbet-ppl0it {
  margin-bottom: 28px;
}

.bassbet-5boxfo .bassbet-ppl0it img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.bassbet-71qsrf li svg {
  transition: 0.bassbet-0e7hpj ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.bassbet-90vdqd {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.bassbet-l2uice ease-in-out;
}

.bassbet-90vdqd.bassbet-abeds0 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.bassbet-ggrqdb h1,
.bassbet-ggrqdb 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-ggrqdb h1,
  .bassbet-ggrqdb h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

.bassbet-724rh2 li {
  width: 100%;
}

.bassbet-724rh2 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-0e7hpj ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.bassbet-724rh2 li a.bassbet-abeds0 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

.bassbet-eo7xz6 {
  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-eo7xz6 {
    height: 54px;
  }
}

.bassbet-0oviuv {
  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-0oviuv {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .bassbet-0oviuv .bassbet-ppl0it img {
    max-width: 90px;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .bassbet-6dkxp6 {
    display: block;
  }
  .bassbet-6dkxp6 li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .bassbet-6dkxp6 li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .bassbet-6dkxp6 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-6dkxp6 li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.bassbet-hurmo4.bassbet-kc6ttc {
  margin-right: 0;
}

.bassbet-ffl1ez {
  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-ffl1ez {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.bassbet-z70jmy {
  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-z70jmy:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

.bassbet-en8s07 {
  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-en8s07::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-l2uice ease-in-out;
}

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

.bassbet-rbb8ex ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.bassbet-0e7hpj 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-rbb8ex ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.bassbet-rbb8ex 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-0e7hpj ease-in-out;
  overflow: hidden;
}

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

.bassbet-rbb8ex 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-rbb8ex ul li a:hover {
    text-decoration: underline;
  }
}

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

.bassbet-wq8yy8 {
  display: none;
}

.bassbet-gx7o4t {
  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-gx7o4t {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .bassbet-wq8yy8:checked ~ .bassbet-rl8qbe {
    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-rl8qbe {
    display: none;
    transition: display 0.bassbet-0e7hpj ease-in-out;
  }
  .bassbet-wq8yy8:checked ~ .bassbet-rl8qbe {
    display: block;
  }
  .bassbet-wq8yy8:checked + .bassbet-gx7o4t span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .bassbet-wq8yy8:checked + .bassbet-gx7o4t span:nth-child(2) {
    display: none;
  }
  .bassbet-wq8yy8:checked + .bassbet-gx7o4t span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

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

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

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

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

.bassbet-9w2n9m {
  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-9w2n9m {
    font-size: 32px;
  }
}

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

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

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

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

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

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

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

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

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

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

.bassbet-kfkoyd 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-kfkoyd table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.bassbet-kfkoyd 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-kfkoyd table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

.bassbet-ctt5dz {
  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-ctt5dz {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.bassbet-ctt5dz h1,
.bassbet-ctt5dz h2,
.bassbet-ctt5dz h3,
.bassbet-ctt5dz 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-ctt5dz h1,
  .bassbet-ctt5dz h2,
  .bassbet-ctt5dz h3,
  .bassbet-ctt5dz h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

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

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

.bassbet-kz3ifl .bassbet-1hftev {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.bassbet-1hftev {
  margin: 0 0 28px;
}

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

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

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

.bassbet-hujas9 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-hujas9 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.bassbet-hujas9 .bassbet-99oaj0 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bassbet-6fpdg1 {
  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-6fpdg1 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

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

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

.bassbet-vn5t61 {
  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-vn5t61 span {
  height: 32px;
}

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

.bassbet-vn5t61.bassbet-ykc7u9 span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.bassbet-jh2k3k.bassbet-436l0n {
  display: none;
}

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

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

.bassbet-6lgeax 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-6lgeax table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

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

.bassbet-6lgeax 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-6lgeax table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.bassbet-c5yk50 {
  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-c5yk50 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

.bassbet-enx1ie 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-enx1ie tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

.bassbet-1asf9w {
  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-s9jkg3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.bassbet-s5hlwh {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bassbet-s5hlwh {
    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-ra4t2b {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

.bassbet-sknnrn {
  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-sknnrn {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

.bassbet-3kel3t 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-3kel3t 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-3kel3t 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-3kel3t tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.bassbet-3kel3t 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-3kel3t 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-3kel3t tbody tr td:last-of-type {
  margin-left: auto;
}

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

.bassbet-3kel3t tbody tr td .bassbet-pgnzlj {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.bassbet-3kel3t tbody tr td .bassbet-vhoff4 {
  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-0e7hpj ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

.bassbet-3kel3t tbody tr td .bassbet-pbsbud {
  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-3kel3t tbody tr td .bassbet-pbsbud:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

.bassbet-2j2yed {
  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-2j2yed {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

.bassbet-x6sfvw {
  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-x6sfvw {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.bassbet-f3xgv9::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-ji5o69 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

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

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

.bassbet-ghr175 {
  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-ghr175 {
    padding: 0 16px;
  }
}

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

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

.bassbet-2p88p6 img {
  width: 100%;
}

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

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

.bassbet-sj7i18 {
  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-sj7i18 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-sj7i18 {
    flex-basis: auto;
  }
}

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

.bassbet-h23l67 {
  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-0e7hpj ease-in-out;
}

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

.bassbet-of2665 {
  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-of2665:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.bassbet-aq4t2r .bassbet-h23l67 {
  width: 50%;
  margin: 0;
}

.bassbet-tj5n3b {
  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-tj5n3b:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.bassbet-pqgt2p {
  margin: 0 0 100px;
}

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

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

.bassbet-cs407h {
  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-cs407h {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

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

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

.bassbet-06oa65 {
  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-06oa65 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.bassbet-06oa65 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-0e7hpj ease-in-out;
}

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

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

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

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

.bassbet-0otver {
  margin-bottom: 16px;
}

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

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

.bassbet-aqn6gi {
  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-aqn6gi {
    padding: 0 16px;
  }
}

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

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

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

.bassbet-rifrw3 h1,
.bassbet-rifrw3 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-rifrw3 h1,
  .bassbet-rifrw3 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.bassbet-sryzk8 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-sryzk8 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.bassbet-sryzk8 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-sryzk8 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.bassbet-sryzk8 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-sryzk8 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-sryzk8 table tr td {
    padding: 12px 4px;
  }
}

.bassbet-sryzk8 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-sryzk8 table tr th {
    padding: 12px 4px;
  }
}

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

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

.bassbet-uew67e {
  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-uew67e {
    min-height: 190px;
  }
}

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

.bassbet-5one6t::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-3yuw7c {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bassbet-3yuw7c.bassbet-dijmgn {
  display: none;
}

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

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

.bassbet-hp12d6 iframe.bassbet-gmqxov {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.bassbet-hp12d6.bassbet-c8q4hr {
  opacity: 1;
  pointer-events: all;
}

.bassbet-84pu3c {
  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-0e7hpj ease-in-out;
}

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

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

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

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

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

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

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

.bassbet-aqn6gi .bassbet-hujas9 h1,
.bassbet-aqn6gi .bassbet-hujas9 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-aqn6gi .bassbet-hujas9 h1,
  .bassbet-aqn6gi .bassbet-hujas9 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

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

.bassbet-zan2cj {
  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-zan2cj {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bassbet-ag27oz .bassbet-99oaj0 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .bassbet-ag27oz .bassbet-99oaj0 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

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

.bassbet-2x3h6s img {
  width: 100%;
}

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

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

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

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

.bassbet-96vm7r {
  width: 100%;
  margin: 0 0 100px;
}

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

.bassbet-96vm7r .bassbet-rvzc3d {
  position: relative;
}

.bassbet-96vm7r .bassbet-35s287 {
  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-96vm7r .bassbet-35s287.bassbet-dijmgn {
  display: none;
}

.bassbet-96vm7r .bassbet-3u3mfa {
  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-96vm7r .bassbet-3u3mfa {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .bassbet-96vm7r .bassbet-3u3mfa {
    bottom: 90px;
  }
}

.bassbet-96vm7r .bassbet-3u3mfa .bassbet-5ewb4c {
  max-width: 300px;
  width: 100%;
}

.bassbet-96vm7r .bassbet-3u3mfa .bassbet-5ewb4c .bassbet-2hiqhm {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-96vm7r .bassbet-3u3mfa .bassbet-5ewb4c .bassbet-2hiqhm {
    font-size: 32px;
    text-align: center;
  }
}

.bassbet-96vm7r .bassbet-3u3mfa .bassbet-5ewb4c .bassbet-ttieyk {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-96vm7r .bassbet-3u3mfa .bassbet-5ewb4c .bassbet-ttieyk {
    text-align: center;
  }
}

.bassbet-96vm7r .bassbet-3u3mfa .bassbet-kc6ttc {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .bassbet-96vm7r .bassbet-3u3mfa .bassbet-kc6ttc {
    flex-direction: column-reverse;
  }
}

.bassbet-96vm7r .bassbet-3u3mfa .bassbet-kc6ttc .bassbet-87gooq {
  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-0e7hpj ease-in-out;
}

.bassbet-96vm7r .bassbet-3u3mfa .bassbet-kc6ttc .bassbet-87gooq:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .bassbet-96vm7r .bassbet-3u3mfa .bassbet-kc6ttc .bassbet-87gooq {
    width: 100%;
  }
}

.bassbet-96vm7r .bassbet-3u3mfa .bassbet-kc6ttc .bassbet-k78qb2 {
  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-0e7hpj ease-in-out;
  overflow: hidden;
}

.bassbet-96vm7r .bassbet-3u3mfa .bassbet-kc6ttc .bassbet-k78qb2 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-96vm7r .bassbet-3u3mfa .bassbet-kc6ttc .bassbet-k78qb2: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-96vm7r .bassbet-3u3mfa .bassbet-kc6ttc .bassbet-k78qb2:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .bassbet-96vm7r .bassbet-3u3mfa .bassbet-kc6ttc .bassbet-k78qb2 {
    width: 100%;
  }
}

.bassbet-96vm7r .bassbet-3u3mfa.bassbet-dijmgn {
  display: none;
}

.bassbet-96vm7r .bassbet-mz5kaj {
  display: none;
}

.bassbet-96vm7r .bassbet-mz5kaj.bassbet-c8q4hr {
  display: block;
}

.bassbet-96vm7r .bassbet-mz5kaj iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

.bassbet-96vm7r .bassbet-fwl7ud {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

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

.bassbet-96vm7r .bassbet-fwl7ud .bassbet-2hiqhm {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .bassbet-96vm7r .bassbet-fwl7ud .bassbet-2hiqhm {
    margin-bottom: 24px;
  }
}

.bassbet-96vm7r .bassbet-fwl7ud 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-96vm7r .bassbet-fwl7ud 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-96vm7r .bassbet-fwl7ud table tr td {
    padding: 12px 4px;
  }
}

.bassbet-96vm7r .bassbet-fwl7ud 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-96vm7r .bassbet-fwl7ud table tr th {
    padding: 12px 4px;
  }
}

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

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

.bassbet-ep8aqj.bassbet-abeds0 {
  display: block;
}

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

.bassbet-ep8aqj .bassbet-agf2hj {
  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-ep8aqj .bassbet-yscjrd {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.bassbet-ep8aqj .bassbet-k78qb2 {
  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-0e7hpj ease-in-out;
}

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

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

.bassbet-jsolzl.bassbet-abeds0 {
  display: block;
}

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

.bassbet-dplptr {
  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-soyg2v {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.bassbet-mh60py.bassbet-dijmgn {
  display: none;
}

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

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

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

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

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

.bassbet-3qp8xb 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-0e7hpj ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

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

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

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

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

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

.bassbet-15na7s {
  margin-bottom: 36px;
}

.bassbet-15na7s 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-15na7s textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.bassbet-2qc7zq {
  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-0e7hpj ease-in-out;
}

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

.bassbet-pqo21h {
  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-0e7hpj ease-in-out;
}

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

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

.bassbet-9usple.bassbet-dijmgn {
  display: none;
}

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

.bassbet-9usple .bassbet-2qc7zq {
  margin: 0 auto;
}

.bassbet-6k3ijx {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

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

.bassbet-rrndr9 > input {
  display: none;
}

.bassbet-rrndr9 > 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-nhfh6r.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.bassbet-y77tu6 44.bassbet-3mnyw0.bassbet-eq4u7p.bassbet-8l7a89.bassbet-p9qfyq.bassbet-vl8kf3.bassbet-zu48xr.bassbet-h2ig4p.bassbet-vs7hef.bassbet-x7v1x3.bassbet-94b0k0.bassbet-945h95.bassbet-saz4f8 0l-12.bassbet-gex5yp 30.bassbet-7sgk9j.bassbet-gkbbw4 2.bassbet-b5wphp.bassbet-gkbbw4 3.bassbet-uc49kd 3.bassbet-4a6yak.bassbet-l6fkqs 3.bassbet-ntx72p.bassbet-8betnu.bassbet-ucztil.bassbet-9clrre 7-3.bassbet-gex5yp 10.bassbet-3cuojz.bassbet-9clrre 23.bassbet-ivb7c0.bassbet-r6gv7n 1.bassbet-8ly88d 2.bassbet-gex5yp 3.bassbet-r6gv7n 1.bassbet-l6fkqs 5.bassbet-0rhz41.bassbet-l6fkqs 32.bassbet-jujshl.bassbet-8betnu 5.bassbet-saz4f8 4.bassbet-9clrre 9.bassbet-9clrre 8.bassbet-l6fkqs 6.bassbet-t0033p.bassbet-1c8ek9.bassbet-qs1zvr.bassbet-ovmc5q.bassbet-no3fv1 4.bassbet-emcav9.bassbet-no3fv1 6.bassbet-no3fv1 0l29.bassbet-saz4f8 17.bassbet-qhooip.bassbet-5m96n0 2.bassbet-kj5s25 10.bassbet-9wn53s.bassbet-gex5yp 8.bassbet-fc7mq8.bassbet-0n6z52.bassbet-6sx42r.bassbet-gojsw5.bassbet-wqx1sl.bassbet-8betnu.bassbet-vl8kf3.bassbet-gex5yp 1.bassbet-t7p0ct.bassbet-e8aeog.bassbet-hg3uhm.bassbet-iihxk5.bassbet-alhbjv.bassbet-8ly88d 1.bassbet-y0o3bt.bassbet-53n2cu.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.bassbet-rrndr9 > input:checked ~ label,
.bassbet-rrndr9 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bassbet-nhfh6r.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.bassbet-y77tu6 44.bassbet-3mnyw0.bassbet-eq4u7p.bassbet-8l7a89.bassbet-p9qfyq.bassbet-vl8kf3.bassbet-zu48xr.bassbet-h2ig4p.bassbet-vs7hef.bassbet-x7v1x3.bassbet-94b0k0.bassbet-945h95.bassbet-saz4f8 0l-12.bassbet-gex5yp 30.bassbet-7sgk9j.bassbet-gkbbw4 2.bassbet-b5wphp.bassbet-gkbbw4 3.bassbet-uc49kd 3.bassbet-4a6yak.bassbet-l6fkqs 3.bassbet-ntx72p.bassbet-8betnu.bassbet-ucztil.bassbet-9clrre 7-3.bassbet-gex5yp 10.bassbet-3cuojz.bassbet-9clrre 23.bassbet-ivb7c0.bassbet-r6gv7n 1.bassbet-8ly88d 2.bassbet-gex5yp 3.bassbet-r6gv7n 1.bassbet-l6fkqs 5.bassbet-0rhz41.bassbet-l6fkqs 32.bassbet-jujshl.bassbet-8betnu 5.bassbet-saz4f8 4.bassbet-9clrre 9.bassbet-9clrre 8.bassbet-l6fkqs 6.bassbet-t0033p.bassbet-1c8ek9.bassbet-qs1zvr.bassbet-ovmc5q.bassbet-no3fv1 4.bassbet-emcav9.bassbet-no3fv1 6.bassbet-no3fv1 0l29.bassbet-saz4f8 17.bassbet-qhooip.bassbet-5m96n0 2.bassbet-kj5s25 10.bassbet-9wn53s.bassbet-gex5yp 8.bassbet-fc7mq8.bassbet-0n6z52.bassbet-6sx42r.bassbet-gojsw5.bassbet-wqx1sl.bassbet-8betnu.bassbet-vl8kf3.bassbet-gex5yp 1.bassbet-t7p0ct.bassbet-e8aeog.bassbet-hg3uhm.bassbet-iihxk5.bassbet-alhbjv.bassbet-8ly88d 1.bassbet-y0o3bt.bassbet-53n2cu.5z'/%3e%3c/svg%3e");
}

.bassbet-rrndr9 > input:not(:checked) ~ label:hover,
.bassbet-rrndr9 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bassbet-nhfh6r.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bassbet-y77tu6 44.bassbet-3mnyw0.bassbet-eq4u7p.bassbet-8l7a89.bassbet-p9qfyq.bassbet-vl8kf3.bassbet-zu48xr.bassbet-h2ig4p.bassbet-vs7hef.bassbet-x7v1x3.bassbet-94b0k0.bassbet-945h95.bassbet-saz4f8 0l-12.bassbet-gex5yp 30.bassbet-7sgk9j.bassbet-gkbbw4 2.bassbet-b5wphp.bassbet-gkbbw4 3.bassbet-uc49kd 3.bassbet-4a6yak.bassbet-l6fkqs 3.bassbet-ntx72p.bassbet-8betnu.bassbet-ucztil.bassbet-9clrre 7-3.bassbet-gex5yp 10.bassbet-3cuojz.bassbet-9clrre 23.bassbet-ivb7c0.bassbet-r6gv7n 1.bassbet-8ly88d 2.bassbet-gex5yp 3.bassbet-r6gv7n 1.bassbet-l6fkqs 5.bassbet-0rhz41.bassbet-l6fkqs 32.bassbet-jujshl.bassbet-8betnu 5.bassbet-saz4f8 4.bassbet-9clrre 9.bassbet-9clrre 8.bassbet-l6fkqs 6.bassbet-t0033p.bassbet-1c8ek9.bassbet-qs1zvr.bassbet-ovmc5q.bassbet-no3fv1 4.bassbet-emcav9.bassbet-no3fv1 6.bassbet-no3fv1 0l29.bassbet-saz4f8 17.bassbet-qhooip.bassbet-5m96n0 2.bassbet-kj5s25 10.bassbet-9wn53s.bassbet-gex5yp 8.bassbet-fc7mq8.bassbet-0n6z52.bassbet-6sx42r.bassbet-gojsw5.bassbet-wqx1sl.bassbet-8betnu.bassbet-vl8kf3.bassbet-gex5yp 1.bassbet-t7p0ct.bassbet-e8aeog.bassbet-hg3uhm.bassbet-iihxk5.bassbet-alhbjv.bassbet-8ly88d 1.bassbet-y0o3bt.bassbet-53n2cu.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.bassbet-l097y9.bassbet-dijmgn {
  display: none;
}

.bassbet-ds08br {
  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-ds08br {
    height: 74px;
    overflow: visible;
  }
}

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

.bassbet-apb7kb {
  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-apb7kb::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

@media only screen and (max-width: 767px) {
  .bassbet-apb7kb {
    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-apb7kb img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.bassbet-ri075w {
  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-ri075w::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-ri075w::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.bassbet-ri075w::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-ri075w::after {
    display: none;
  }
}

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

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

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

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

.bassbet-yl5s4m {
  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-0e7hpj ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.bassbet-l097y9.bassbet-3tlfih .bassbet-ds08br {
  background: #2b3b67;
}

.bassbet-l097y9.bassbet-3tlfih .bassbet-apb7kb {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.bassbet-l097y9.bassbet-3tlfih .bassbet-apb7kb::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.bassbet-l097y9.bassbet-3tlfih .bassbet-apb7kb::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.bassbet-l097y9.bassbet-3tlfih .bassbet-ri075w::before {
  background: #0e0f41;
}

.bassbet-l097y9.bassbet-3tlfih .bassbet-ri075w::after {
  background: #152557;
}

.bassbet-l097y9.bassbet-tp5bg9 .bassbet-ds08br {
  background: #1f35fa;
}

.bassbet-l097y9.bassbet-tp5bg9 .bassbet-apb7kb {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.bassbet-l097y9.bassbet-tp5bg9 .bassbet-apb7kb::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.bassbet-l097y9.bassbet-tp5bg9 .bassbet-apb7kb::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

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

.bassbet-l097y9.bassbet-tp5bg9 .bassbet-ri075w::after {
  background: #192ac8;
}

.bassbet-l097y9.bassbet-z89ywz .bassbet-ds08br {
  background: #fa771f;
}

.bassbet-l097y9.bassbet-z89ywz .bassbet-apb7kb {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bassbet-l097y9.bassbet-z89ywz .bassbet-apb7kb::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.bassbet-l097y9.bassbet-z89ywz .bassbet-apb7kb::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.bassbet-l097y9.bassbet-z89ywz .bassbet-ri075w::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bassbet-l097y9.bassbet-z89ywz .bassbet-ri075w::after {
  background: #fa8535;
}

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

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

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

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

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

.bassbet-rt7zij {
  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-rt7zij {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.bassbet-607fsr {
  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-607fsr {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.bassbet-9ogdvp {
  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-9ogdvp:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

.bassbet-53dn6x .bassbet-eur7e0 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.bassbet-lefn5b {
  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-lefn5b.bassbet-c8q4hr {
  display: block;
}

.bassbet-lefn5b.bassbet-dijmgn {
  display: none;
}

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

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

.bassbet-jy7x0c {
  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-jobmbw {
  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-fode8o small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.bassbet-d9l4ao .bassbet-eur7e0 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

.bassbet-kzsbzp {
  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-kzsbzp {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.bassbet-13tdak {
  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-13tdak {
    padding: 12px;
    gap: 12px;
  }
}

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

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

.bassbet-3xzala {
  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-9z6w1k {
  flex: 1;
  min-width: 0;
}

.bassbet-6ue18k {
  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-6ue18k {
    font-size: 14px;
    gap: 6px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bassbet-9o2vu8 {
  justify-content: center;
}

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

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

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

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

.bassbet-98vs0i .bassbet-6dkxp6 {
  justify-content: center;
}

/* faq */

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

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

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

.bassbet-wwnrrh.bassbet-abeds0 .bassbet-podptz::after {
  transform: rotate(45deg);
}

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

.bassbet-wwnrrh.bassbet-abeds0 .bassbet-oshaqy {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.bassbet-rrndr9 > input:not(:checked) ~ label:hover,
.bassbet-rrndr9 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bassbet-9rjtxz.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bassbet-6xrgip 44.bassbet-f5wo6y.bassbet-c0zz50.bassbet-3v5nn0.bassbet-5ko97n.bassbet-okh067.bassbet-h6y5bo.bassbet-113le8.bassbet-bbescx.bassbet-se4bzi.bassbet-c0skdx.bassbet-jyyk4z.bassbet-4fs8bc 0l-12.bassbet-htr724 30.bassbet-mmdac5.bassbet-0sz82w 2.bassbet-gjls6h.bassbet-0sz82w 3.bassbet-xfsljk 3.bassbet-hy81l1.bassbet-3qs0ps 3.bassbet-bzys1z.bassbet-v1dwmp.bassbet-yx46ng.bassbet-831718 7-3.bassbet-htr724 10.bassbet-llx6dn.bassbet-831718 23.bassbet-gego29.bassbet-cy04b3 1.bassbet-1juza3 2.bassbet-htr724 3.bassbet-cy04b3 1.bassbet-3qs0ps 5.bassbet-n4t4xj.bassbet-3qs0ps 32.bassbet-9hryrp.bassbet-v1dwmp 5.bassbet-4fs8bc 4.bassbet-831718 9.bassbet-831718 8.bassbet-3qs0ps 6.bassbet-eh4z2a.bassbet-8wq98m.bassbet-put4z5.bassbet-m2aeum.bassbet-jlago2 4.bassbet-1h3imy.bassbet-jlago2 6.bassbet-jlago2 0l29.bassbet-4fs8bc 17.bassbet-z2uunb.bassbet-rvvk1b 2.bassbet-sfddol 10.bassbet-la2qps.bassbet-htr724 8.bassbet-ulc2yg.bassbet-dmeoa1.bassbet-runbhx.bassbet-pc3auf.bassbet-dcgfj5.bassbet-v1dwmp.bassbet-okh067.bassbet-htr724 1.bassbet-7ixh77.bassbet-19dbe9.bassbet-pqnvu6.bassbet-dhgksb.bassbet-udqp6w.bassbet-1juza3 1.bassbet-s8okrx.bassbet-7v7n0c.5z'/%3e%3c/svg%3e");
}

.bassbet-47ydvp {
  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-47ydvp {
    gap: 16px 0;
  }
}

.bassbet-83zm8k {
  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-83zm8k.bassbet-rmfg5v {
  display: block;
}

.bassbet-83zm8k.bassbet-wjcm7q {
  display: none;
}

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

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

.bassbet-t01k99 {
  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-5d2yfc {
  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-tcs6v3 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.bassbet-9dkf3q .bassbet-gircra {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.bassbet-cvudmg 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-cvudmg 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-07s94g {
  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-07s94g.bassbet-dnjne3 {
  opacity: 1;
  pointer-events: auto;
}
