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

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

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

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

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

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

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

.bassbet-vkp47d {
  cursor: pointer;
}

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

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

.bassbet-nfe1f6 figure {
  margin: 0;
}

.bassbet-nfe1f6.bassbet-dxx4l1 {
  justify-content: flex-start;
  margin-right: 4px;
}

.bassbet-nfe1f6.bassbet-kefmt5 {
  justify-content: flex-end;
  margin-left: 4px;
}

.bassbet-nfe1f6.bassbet-pyi9ur {
  justify-content: center;
}

.bassbet-nfe1f6.bassbet-elvxrk {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bassbet-sz3s8e.bassbet-h0jqwk {
  background-color: #000;
}

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

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

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

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

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

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

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

.bassbet-bynlt8 .bassbet-p3stre {
  margin-bottom: 28px;
}

.bassbet-bynlt8 .bassbet-p3stre img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.bassbet-mn7xy6 li svg {
  transition: 0.3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.bassbet-5h8dqk {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s ease-in-out;
}

.bassbet-5h8dqk.bassbet-ipu6ez {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

.bassbet-4fatm7 li {
  width: 100%;
}

.bassbet-4fatm7 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.3s ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.bassbet-4fatm7 li a.bassbet-ipu6ez {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

.bassbet-jrirbv img {
  width: 100%;
  transition: 0.3s ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .bassbet-4emcpu .bassbet-p3stre img {
    max-width: 90px;
  }
}

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

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

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

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

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

.bassbet-v3nwsq li a {
  color: var(--header-text-color, var(--menu-color));
  text-decoration: none;
}

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

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

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

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

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

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

.bassbet-58v8yh.bassbet-4jpwvs {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.bassbet-f3y8j2 {
  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-f3y8j2::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.15s ease-in-out;
}

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

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

.bassbet-fn4ri3 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.3s ease-in-out;
  overflow: hidden;
}

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

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

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

.bassbet-u2nj8m {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bassbet-qqnx6k .bassbet-8k54lg {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.bassbet-8k54lg {
  margin: 0 0 28px;
}

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

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

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

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

.bassbet-z39g1g .bassbet-t0b6at {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

.bassbet-hm1rn8.bassbet-omq27s span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.bassbet-wlsf04.bassbet-rur0ns {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.bassbet-bf69ou {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--table-head-bg-color, var(--fh-bg-color));
  color: var(--table-head-text-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-bf69ou {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

.bassbet-b5s80o {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--card-bg-color, var(--fh-bg-color));
  color: var(--card-text-color, var(--text-color));
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

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

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

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

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

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

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

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

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

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

.bassbet-c8x7qp {
  display: none;
}

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

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

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

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

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

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

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

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

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

.bassbet-1hox9r li span {
  opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bassbet-rgcven tbody tr td .bassbet-or6174 {
  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.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bassbet-cenrgq img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.bassbet-5ovqep svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

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

.bassbet-2c1u5l {
  padding: 90px 0;
}

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

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

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

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

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

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

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

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

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

.bassbet-8cacjq {
  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.3s ease-in-out;
}

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

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

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

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

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

.bassbet-9dmu2b .bassbet-8cacjq {
  width: 50%;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

.bassbet-f4bomg 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.3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bassbet-i5jgb8.bassbet-hhckf9 {
  display: none;
}

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

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

.bassbet-7y3hcl iframe.bassbet-lj2six {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.bassbet-7y3hcl.bassbet-jtdo7b {
  opacity: 1;
  pointer-events: all;
}

.bassbet-4rgqvj {
  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.3s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bassbet-aqmxjb .bassbet-t0b6at {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

.bassbet-6ut6pq img {
  width: 100%;
}

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

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

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

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

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

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

.bassbet-ommpwt .bassbet-da1dso {
  position: relative;
}

.bassbet-ommpwt .bassbet-nvpdp0 {
  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-ommpwt .bassbet-nvpdp0.bassbet-hhckf9 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .bassbet-ommpwt .bassbet-a56gqr {
    bottom: 90px;
  }
}

.bassbet-ommpwt .bassbet-a56gqr .bassbet-pzf906 {
  max-width: 300px;
  width: 100%;
}

.bassbet-ommpwt .bassbet-a56gqr .bassbet-pzf906 .bassbet-dqjgli {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-ommpwt .bassbet-a56gqr .bassbet-pzf906 .bassbet-dqjgli {
    font-size: 32px;
    text-align: center;
  }
}

.bassbet-ommpwt .bassbet-a56gqr .bassbet-pzf906 .bassbet-4qp2wm {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .bassbet-ommpwt .bassbet-a56gqr .bassbet-pzf906 .bassbet-4qp2wm {
    text-align: center;
  }
}

.bassbet-ommpwt .bassbet-a56gqr .bassbet-4jpwvs {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.bassbet-ommpwt .bassbet-a56gqr .bassbet-4jpwvs .bassbet-my9qrd {
  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.3s ease-in-out;
}

.bassbet-ommpwt .bassbet-a56gqr .bassbet-4jpwvs .bassbet-my9qrd:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .bassbet-ommpwt .bassbet-a56gqr .bassbet-4jpwvs .bassbet-my9qrd {
    width: 100%;
  }
}

.bassbet-ommpwt .bassbet-a56gqr .bassbet-4jpwvs .bassbet-fl6nhf {
  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.3s ease-in-out;
  overflow: hidden;
}

.bassbet-ommpwt .bassbet-a56gqr .bassbet-4jpwvs .bassbet-fl6nhf 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-ommpwt .bassbet-a56gqr .bassbet-4jpwvs .bassbet-fl6nhf: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-ommpwt .bassbet-a56gqr .bassbet-4jpwvs .bassbet-fl6nhf:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .bassbet-ommpwt .bassbet-a56gqr .bassbet-4jpwvs .bassbet-fl6nhf {
    width: 100%;
  }
}

.bassbet-ommpwt .bassbet-a56gqr.bassbet-hhckf9 {
  display: none;
}

.bassbet-ommpwt .bassbet-v5qj35 {
  display: none;
}

.bassbet-ommpwt .bassbet-v5qj35.bassbet-jtdo7b {
  display: block;
}

.bassbet-ommpwt .bassbet-v5qj35 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

.bassbet-ommpwt .bassbet-syxrzn .bassbet-dqjgli {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

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

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

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

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

.bassbet-qmazx2.bassbet-ipu6ez {
  display: block;
}

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

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

.bassbet-qmazx2 .bassbet-fl6nhf {
  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.3s ease-in-out;
}

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

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

.bassbet-drfi1d.bassbet-ipu6ez {
  display: block;
}

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

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

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

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

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

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

.bassbet-0ul0bb.bassbet-hhckf9 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bassbet-1khsr3 {
  margin-bottom: 36px;
}

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

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

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

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

.bassbet-y6l56e {
  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.3s ease-in-out;
}

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

.bassbet-z705md {
  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.3s ease-in-out;
}

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

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

.bassbet-xjmkej.bassbet-hhckf9 {
  display: none;
}

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

.bassbet-xjmkej .bassbet-y6l56e {
  margin: 0 auto;
}

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

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

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

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

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

.bassbet-6cpek3 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.bassbet-6cpek3 > input:checked ~ label,
.bassbet-6cpek3 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.bassbet-6cpek3 > input:not(:checked) ~ label:hover,
.bassbet-6cpek3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.bassbet-7751sq.bassbet-hhckf9 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bassbet-7751sq.bassbet-9wuu6y .bassbet-pkdbqq {
  background: #2b3b67;
}

.bassbet-7751sq.bassbet-9wuu6y .bassbet-fzefo8 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.bassbet-7751sq.bassbet-9wuu6y .bassbet-fzefo8::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.bassbet-7751sq.bassbet-9wuu6y .bassbet-fzefo8::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.bassbet-7751sq.bassbet-9wuu6y .bassbet-tq2va4::before {
  background: #0e0f41;
}

.bassbet-7751sq.bassbet-9wuu6y .bassbet-tq2va4::after {
  background: #152557;
}

.bassbet-7751sq.bassbet-jym84h .bassbet-pkdbqq {
  background: #1f35fa;
}

.bassbet-7751sq.bassbet-jym84h .bassbet-fzefo8 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.bassbet-7751sq.bassbet-jym84h .bassbet-fzefo8::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.bassbet-7751sq.bassbet-jym84h .bassbet-fzefo8::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.bassbet-7751sq.bassbet-jym84h .bassbet-tq2va4::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.bassbet-7751sq.bassbet-jym84h .bassbet-tq2va4::after {
  background: #192ac8;
}

.bassbet-7751sq.bassbet-7cac46 .bassbet-pkdbqq {
  background: #fa771f;
}

.bassbet-7751sq.bassbet-7cac46 .bassbet-fzefo8 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bassbet-7751sq.bassbet-7cac46 .bassbet-fzefo8::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.bassbet-7751sq.bassbet-7cac46 .bassbet-fzefo8::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.bassbet-7751sq.bassbet-7cac46 .bassbet-tq2va4::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bassbet-7751sq.bassbet-7cac46 .bassbet-tq2va4::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bassbet-3g57ft .bassbet-xl6fce {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

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

.bassbet-nrkqxv.bassbet-jtdo7b {
  display: block;
}

.bassbet-nrkqxv.bassbet-hhckf9 {
  display: none;
}

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

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

.bassbet-qd1102 {
  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-alotxh {
  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-vu4kjg small {
  font-size: 14px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

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

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

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

.bassbet-6590ul .bassbet-xl6fce {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.bassbet-395odw {
  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-o1p9ha {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bassbet-l7sq6a .bassbet-v3nwsq {
  justify-content: center;
}

/* faq */

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

.bassbet-k7jf8s {
  color: var(--card-text-color, var(--text-color));
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--card-bg-color, var(--table-1-color));
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bassbet-k7jf8s::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.2s ease;
}

.bassbet-ep8k8b.bassbet-ipu6ez .bassbet-k7jf8s::after {
  transform: rotate(45deg);
}

.bassbet-n33zid {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  background: var(--card-bg-color, var(--table-2-color));
}

.bassbet-ep8k8b.bassbet-ipu6ez .bassbet-n33zid {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.bassbet-6cpek3 > input:not(:checked) ~ label:hover,
.bassbet-6cpek3 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.cq7ih8k.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.ca1htwy 44.c0qc033.cy1nf3t.cao00uo.cg9q3q9.cb59oft.c0valsg.cfa4pdd.czcpb25.caldkfw.cjqj31r.cx7y7dy.crlmzyi 0l-12.cybp9ms 30.ciziov1.ckbbo6a 2.czn6w9d.ckbbo6a 3.cncg5gs 3.c1n432k.cu1l72z 3.civgv2f.cd76s09.czf8y3b.cycpasd 7-3.cybp9ms 10.ca75k4v.cycpasd 23.cyl3h1s.cocipg2 1.c60i6k6 2.cybp9ms 3.cocipg2 1.cu1l72z 5.c1vjhgy.cu1l72z 32.c6hjr10.cd76s09 5.crlmzyi 4.cycpasd 9.cycpasd 8.cu1l72z 6.ca199jd.c965o8c.ceb8y14.ckmmcup.cmbuwpe 4.czyqfxv.cmbuwpe 6.cmbuwpe 0l29.crlmzyi 17.c05czpl.c5bj14t 2.ci3rou5 10.cptw62e.cybp9ms 8.c1gtinm.cr63o7t.czc6wmw.c5lovfu.c85bwqy.cd76s09.cb59oft.cybp9ms 1.c6u0nuj.cvyilq4.c57kfrk.ch6xhgd.cee040v.c60i6k6 1.c0f0w6p.ciyrzm1.5z'/%3e%3c/svg%3e");
}

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

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

.bassbet-6p01mh.bassbet-o7e1sr {
  display: block;
}

.bassbet-6p01mh.bassbet-scxks2 {
  display: none;
}

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

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

.bassbet-1396cp {
  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-ze78v4 {
  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-qbb1ri small {
  font-size: 14px;
  display: block;
  color: var(--card-text-color, var(--text-color));
}

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

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

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

.bassbet-9jihsj .bassbet-sijmrp {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.bassbet-ckpztf 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-ckpztf button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

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

/* up */

.bassbet-2atew4 {
  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-2atew4.bassbet-ae0v5d {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.bassbet-hiqnmr {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

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

.bassbet-hiqnmr h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bassbet-hiqnmr input,
.bassbet-hiqnmr textarea,
.bassbet-hiqnmr button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.bassbet-hiqnmr button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.bassbet-hiqnmr button:hover {
  background-color: var(--button-bg-hover);
}
.bassbet-nf43tv {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.4s ease-in;
}

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

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

/* h2->p SEO fix */
.bassbet-l5camw #h2_0 { color: var(--title-color); }

/* hide-empty-content-table: hide the Casino Review section when {{TABLE}} produced no table (empty slot) */
.bassbet-t969dy:not(:has(table)) { display: none; }

 .bassbet-7sglme,
  .bassbet-7sglme * {
    box-sizing: border-box;
  }

  .bassbet-y65cfi,
  .bassbet-y65cfi body {
    overflow: hidden;
  }

  .bassbet-7sglme {
    --fsbp-bg: var(--fh-bg-color, var(--main-theme-color, #111827));
    --fsbp-card-bg: var(--card-bg-color, #ffffff);
    --fsbp-card-text: var(--card-text-color, #111111);
    --fsbp-title: var(--button-text-color, #ffffff);
    --fsbp-accent: var(--button-bg-color, var(--main-theme-color, #e6007e));
    --fsbp-accent-hover: var(--button-bg-hover, var(--main-theme-color, #cc006f));
    --fsbp-button-text: var(--button-text-color, #ffffff);
    --fsbp-border: var(--border-color, rgba(255, 255, 255, 0.18));

    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
    font-family: inherit;
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 220ms ease,
      visibility 220ms ease;
  }

  .bassbet-7sglme.bassbet-sksmnt {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .bassbet-z8rid0 {
    width: min(400px, calc(100vw - 32px));
    overflow: hidden;
    color: var(--fsbp-card-text);
    text-align: center;
    background: var(--fsbp-card-bg);
    border: 1px solid color-mix(in srgb, var(--fsbp-border) 55%, transparent);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    transform: translateY(18px) scale(0.96);
    transition: transform 260ms ease;
  }

  .bassbet-7sglme.bassbet-sksmnt .bassbet-z8rid0 {
    transform: translateY(0) scale(1);
  }

  .bassbet-brz8v6 {
    padding: 24px 28px 22px;
    color: var(--fsbp-title);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
      var(--fsbp-accent);
  }

  .bassbet-g30c4j {
    margin: 0;
    color: inherit;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .bassbet-y052q2 {
    padding: 42px 34px 40px;
  }

  .bassbet-ufs9m1 {
    max-width: 290px;
    margin: 0 auto 32px;
    color: var(--fsbp-card-text);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .bassbet-m8vo0f {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(248px, 100%);
    min-height: 50px;
    padding: 13px 24px;
    color: var(--fsbp-button-text);
    font: inherit;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    background: var(--fsbp-accent);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--fsbp-accent) 34%, transparent);
    cursor: pointer;
    transition:
      background-color 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }

  .bassbet-m8vo0f:hover,
  .bassbet-m8vo0f:focus-visible {
    background: var(--fsbp-accent-hover);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--fsbp-accent-hover) 38%, transparent);
    outline: none;
    transform: translateY(-1px);
  }

  .bassbet-m8vo0f:active {
    transform: translateY(0);
  }

  @supports not (background: color-mix(in srgb, #000 50%, transparent)) {
    .bassbet-7sglme {
      background: rgba(226, 230, 236, 0.86);
    }

    .bassbet-z8rid0 {
      border-color: rgba(0, 0, 0, 0.08);
    }

    .bassbet-m8vo0f {
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    }
  }

  @media (max-width: 520px) {
    .bassbet-7sglme {
      padding: 16px;
    }

    .bassbet-z8rid0 {
      border-radius: 22px;
    }

    .bassbet-brz8v6 {
      padding: 21px 22px 19px;
    }

    .bassbet-g30c4j {
      font-size: 19px;
    }

    .bassbet-y052q2 {
      padding: 34px 24px 32px;
    }

    .bassbet-ufs9m1 {
      margin-bottom: 26px;
      font-size: 18px;
    }

    .bassbet-m8vo0f {
      font-size: 17px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .bassbet-7sglme,
    .bassbet-z8rid0,
    .bassbet-m8vo0f {
      transition: none;
    }
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.bassbet-3lywxl, .bassbet-d93n62, [class*="review-card"],
thead, thead th, table th, .bassbet-469b3v,
.bassbet-a6tmlr, [class*="collapsible-header"],
.bassbet-h43jt0, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.bassbet-sz3s8e, .bassbet-sz3s8e :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
.bassbet-t0b6at, .bassbet-t0b6at :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.bassbet-4fatm7 li a, .bassbet-4fatm7 li a :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.bassbet-9dy8uk, .bassbet-9dy8uk :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.bassbet-tpxuat, .bassbet-tpxuat :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.bassbet-f3y8j2, .bassbet-f3y8j2 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.bassbet-fn4ri3 ul, .bassbet-fn4ri3 ul :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.bassbet-fn4ri3 ul li, .bassbet-fn4ri3 ul li :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.bassbet-ju3x7s, .bassbet-ju3x7s :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.bassbet-rgcven tbody tr td .bassbet-or6174, .bassbet-rgcven tbody tr td .bassbet-or6174 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.bassbet-gmkpa7, .bassbet-gmkpa7 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.bassbet-ckpztf button, .bassbet-ckpztf button :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
/* up */ .bassbet-2atew4, /* up */ .bassbet-2atew4 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.bassbet-hiqnmr button, .bassbet-hiqnmr button :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--button-text-color) !important; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
