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;
  }
}

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

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

.funbet-vdy2uc {
  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) {
  .funbet-vdy2uc: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;
  }
}

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

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

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

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

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

.funbet-2b87ch {
  cursor: pointer;
}

.funbet-d7lrf5 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.funbet-bsu67z {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.funbet-bsu67z figure {
  margin: 0;
}

.funbet-bsu67z.funbet-hbcj22 {
  justify-content: flex-start;
  margin-right: 4px;
}

.funbet-bsu67z.funbet-circdk {
  justify-content: flex-end;
  margin-left: 4px;
}

.funbet-bsu67z.funbet-dtyk4r {
  justify-content: center;
}

.funbet-bsu67z.funbet-pbbg0e {
  justify-content: normal;
}

.funbet-dhwz6n {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.funbet-u2mi37 {
  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) {
  .funbet-u2mi37 {
    flex-direction: column;
  }
}

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

.funbet-lr0bz7 img {
  width: 100%;
}

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

.funbet-t85m2e {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.funbet-t85m2e 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) {
  .funbet-t85m2e ul {
    margin-bottom: 15px;
  }
}

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

.funbet-t85m2e 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);
}

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

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

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

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

.funbet-t85m2e ul li:last-of-type::after {
  display: none;
}

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

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

.funbet-fgkwxd {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.funbet-t060n9.funbet-ns5hs9 {
  background-color: #000;
}

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

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

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

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

.funbet-9qa8bf {
  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) {
  .funbet-9qa8bf {
    flex-direction: column;
  }
}

.funbet-h0w22n {
  margin-bottom: 94px;
}

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

.funbet-eri1dj .funbet-1lw9j6 {
  margin-bottom: 28px;
}

.funbet-eri1dj .funbet-1lw9j6 img {
  max-height: 100px;
  width: auto;
}

.funbet-jun2u6 {
  display: flex;
  align-items: center;
}

.funbet-jun2u6 a + a {
  margin-left: 24px;
}

.funbet-jun2u6 img {
  max-height: 56px;
  width: auto;
}

.funbet-jun2u6 img + img {
  margin-left: 24px;
}

.funbet-1gceby {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.funbet-2bp8m9 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.funbet-s310mq li {
  display: flex;
  margin: 0 7px;
}

.funbet-s310mq li svg {
  transition: 0.funbet-zdqh4g ease-in-out;
}

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

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

.funbet-413y7m + .funbet-413y7m {
  margin-left: 120px;
}

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

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

.funbet-20n7dz {
  list-style: none;
  margin: 0;
  padding: 0;
}

.funbet-20n7dz li {
  font-size: 16px;
}

.funbet-20n7dz li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.funbet-20n7dz li + li {
  margin-top: 16px;
}

.funbet-ptapba {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.funbet-me5aak ease-in-out;
}

.funbet-ptapba.funbet-7n4l6n {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.funbet-29xa44 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.funbet-aqfyq8 li {
  width: 100%;
}

.funbet-aqfyq8 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.funbet-zdqh4g ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.funbet-aqfyq8 li a svg {
  fill: var(--button-text-color);
}

.funbet-aqfyq8 li a.funbet-7n4l6n {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.funbet-5p92x9 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.funbet-5p92x9 img {
  width: 100%;
  transition: 0.funbet-zdqh4g ease-in-out;
}

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

.funbet-tmk2md {
  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) {
  .funbet-tmk2md {
    height: 54px;
  }
}

.funbet-d42f2q {
  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) {
  .funbet-d42f2q {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .funbet-d42f2q .funbet-1lw9j6 img {
    max-width: 90px;
  }
}

.funbet-1lw9j6 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .funbet-1lw9j6 {
    order: -2;
  }
}

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

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

.funbet-tp33wv li {
  font-size: 16px;
  margin: 0 20px;
}

.funbet-tp33wv li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.funbet-ud1kwj {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.funbet-ud1kwj.funbet-mx7z6i {
  margin-right: 0;
}

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

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

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

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

.funbet-4vq71z {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.funbet-4vq71z:hover > ul {
  display: flex;
}

.funbet-4vq71z:focus > ul {
  display: flex;
}

.funbet-4vq71z:focus-within > ul {
  display: flex;
}

.funbet-061dpp {
  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;
}

.funbet-061dpp::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.funbet-me5aak ease-in-out;
}

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

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

.funbet-4vq71z 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.funbet-zdqh4g ease-in-out;
  overflow: hidden;
}

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

.funbet-4vq71z 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) {
  .funbet-4vq71z ul li a:hover {
    text-decoration: underline;
  }
}

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

.funbet-n2t0lo {
  display: none;
}

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

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

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

.funbet-4g3mei {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.funbet-4g3mei img {
  margin-bottom: 20px;
}

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

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

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

.funbet-jtimaz {
  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) {
  .funbet-jtimaz {
    font-size: 32px;
  }
}

.funbet-r6xgl7 {
  color: var(--text-color);
}

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

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

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

.funbet-jiwubo p img {
  display: block;
  margin: 0 auto;
}

.funbet-jiwubo p:first-of-type {
  margin-top: 0;
}

.funbet-jiwubo p:last-of-type {
  margin-bottom: 0;
}

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

.funbet-jiwubo ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.funbet-hl9m86 .funbet-5px98z {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .funbet-hl9m86 .funbet-5px98z {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.funbet-hl9m86 .funbet-2pss7m {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .funbet-hl9m86 .funbet-2pss7m {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .funbet-hl9m86 .funbet-2pss7m img {
    width: 100%;
  }
}

.funbet-2pss7m {
  margin: 0 0 28px;
}

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

.funbet-5px98z {
  margin: 0 0 28px;
}

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

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

.funbet-eio5y7 .funbet-vdy2uc {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.funbet-ai8ws1 {
  position: relative;
  border: none;
}

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

.funbet-qqnkal {
  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;
}

.funbet-qqnkal span {
  height: 32px;
}

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

.funbet-qqnkal.funbet-jmqajp span {
  transform: scaleY(-1);
}

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

.funbet-ob8gh4 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.funbet-ob8gh4.funbet-9l7dvg {
  display: none;
}

.funbet-0s868c {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.funbet-0s868c table {
  width: 100%;
  border-collapse: collapse;
}

.funbet-0s868c 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) {
  .funbet-0s868c table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .funbet-0s868c table td {
    min-width: 75px;
  }
}

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

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

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

.funbet-0s868c p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

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

.funbet-uspaew {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.funbet-hw3bew p {
  color: var(--text-color);
}

.funbet-1jtuzk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.funbet-h2o1la {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.funbet-5n0grl p + p {
  margin-top: 10px;
}

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

.funbet-50jddy {
  display: none;
}

@media only screen and (max-width: 767px) {
  .funbet-50jddy {
    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;
  }
}

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

.funbet-jawl2c li {
  margin: 0 20px;
}

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

.funbet-jawl2c li a img {
  margin-bottom: 4px;
}

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

.funbet-xiyqpi {
  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) {
  .funbet-xiyqpi {
    padding: 0 16px;
  }
}

.funbet-xiyqpi li {
  font-size: 16px;
  position: relative;
}

.funbet-xiyqpi li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.funbet-xiyqpi li span {
  opacity: 0.5;
}

.funbet-xiyqpi li + li {
  margin-left: 30px;
}

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

h2.funbet-f71p9d {
  margin: 0 0 28px;
}

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

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

.funbet-5azc0j 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);
}

.funbet-5azc0j 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;
}

.funbet-5azc0j 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;
}

.funbet-5azc0j tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.funbet-5azc0j tbody tr:last-of-type {
  margin-bottom: 0;
}

.funbet-5azc0j tbody tr td:first-of-type {
  flex-shrink: 0;
}

.funbet-5azc0j 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);
}

.funbet-5azc0j 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);
}

.funbet-5azc0j tbody tr td:last-of-type {
  margin-left: auto;
}

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

.funbet-5azc0j tbody tr td .funbet-c0vv31 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .funbet-5azc0j tbody tr td .funbet-c0vv31 {
    width: 100%;
  }
}

.funbet-5azc0j tbody tr td .funbet-rvm4cq {
  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.funbet-zdqh4g ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .funbet-5azc0j tbody tr td .funbet-rvm4cq:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .funbet-5azc0j tbody tr td .funbet-rvm4cq {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .funbet-5azc0j tbody tr td .funbet-rvm4cq {
    width: 100%;
  }
}

.funbet-5azc0j tbody tr td .funbet-gtxsan {
  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) {
  .funbet-5azc0j tbody tr td .funbet-gtxsan:hover {
    text-decoration: none;
  }
}

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

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

.funbet-j0pt42 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.funbet-q2pnge img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.funbet-zdqh4g ease-in-out;
}

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

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

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

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

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

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

.funbet-9dlbqp img {
  width: 100%;
  height: 100%;
}

.funbet-9dlbqp iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.funbet-cin7db svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.funbet-zdqh4g ease-in-out;
}

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

.funbet-9inqq5 {
  padding: 90px 0;
}

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

.funbet-ib6gns {
  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) {
  .funbet-ib6gns {
    padding: 0 16px;
  }
}

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

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

.funbet-qcdxs3 img {
  width: 100%;
}

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

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

.funbet-2ds1tg {
  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;
}

.funbet-2ds1tg 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) {
  .funbet-2ds1tg {
    flex-basis: auto;
  }
}

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

.funbet-l9igma {
  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.funbet-zdqh4g ease-in-out;
}

.funbet-l9igma:hover {
  border: 1px solid #8c8ca2;
}

.funbet-yte0eh {
  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%);
}

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

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

.funbet-rziqag a {
  text-decoration: underline;
  color: #8babff;
}

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

.funbet-v0u0p3 .funbet-l9igma {
  width: 50%;
  margin: 0;
}

.funbet-ehgoc2 {
  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;
}

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

.funbet-gbf20a {
  margin: 0 0 100px;
}

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

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

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

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

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

.funbet-00yq9y {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.funbet-d26zsq 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.funbet-zdqh4g ease-in-out;
}

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

.funbet-d26zsq a svg {
  fill: #fff;
}

.funbet-d26zsq a:hover {
  background: #3d68e7;
}

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

.funbet-vb8a54 {
  margin-bottom: 16px;
}

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

.funbet-hw21nf {
  font-size: 16px;
  color: var(--text-color);
}

.funbet-d67nyt {
  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) {
  .funbet-d67nyt {
    padding: 0 16px;
  }
}

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

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

.funbet-57clns {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.funbet-dde9au 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);
}

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

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

.funbet-dde9au table tr:last-of-type td {
  border-bottom: none;
}

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

.funbet-z1vbew {
  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) {
  .funbet-z1vbew {
    min-height: 190px;
  }
}

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

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

.funbet-1m7o97 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.funbet-1m7o97.funbet-hbbgzh {
  display: none;
}

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

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

.funbet-dfz3vl iframe.funbet-nnh9ji {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.funbet-dfz3vl.funbet-aukl20 {
  opacity: 1;
  pointer-events: all;
}

.funbet-esl47f {
  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.funbet-zdqh4g ease-in-out;
}

.funbet-esl47f svg {
  margin-right: 10px;
}

.funbet-esl47f + .funbet-esl47f {
  margin-top: 14px;
}

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

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

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

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

.funbet-d67nyt .funbet-eio5y7 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.funbet-d67nyt .funbet-eio5y7 h1,
.funbet-d67nyt .funbet-eio5y7 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) {
  .funbet-d67nyt .funbet-eio5y7 h1,
  .funbet-d67nyt .funbet-eio5y7 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .funbet-d67nyt .funbet-eio5y7 {
    margin: 28px 0 0;
  }
}

.funbet-uhjw8l {
  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) {
  .funbet-uhjw8l {
    padding: 0 16px;
  }
}

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

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

.funbet-d430se {
  max-width: 545px;
  width: 100%;
}

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

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

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

.funbet-4dx2cr iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.funbet-n9p028 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.funbet-ci1k0i .funbet-vdy2uc {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .funbet-ci1k0i .funbet-vdy2uc {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.funbet-lz7c03 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.funbet-lz7c03 img {
  width: 100%;
}

.funbet-qd43g2 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.funbet-1iotdk {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.funbet-6qpi2d {
  width: 100%;
  margin: 0 0 100px;
}

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

.funbet-6qpi2d .funbet-bfdlyi {
  position: relative;
}

.funbet-6qpi2d .funbet-xun6my {
  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;
}

.funbet-6qpi2d .funbet-xun6my.funbet-hbbgzh {
  display: none;
}

.funbet-6qpi2d .funbet-0ag7sx {
  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) {
  .funbet-6qpi2d .funbet-0ag7sx {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .funbet-6qpi2d .funbet-0ag7sx {
    bottom: 90px;
  }
}

.funbet-6qpi2d .funbet-0ag7sx .funbet-vcap3j {
  max-width: 300px;
  width: 100%;
}

.funbet-6qpi2d .funbet-0ag7sx .funbet-vcap3j .funbet-qhtgaq {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .funbet-6qpi2d .funbet-0ag7sx .funbet-vcap3j .funbet-qhtgaq {
    font-size: 32px;
    text-align: center;
  }
}

.funbet-6qpi2d .funbet-0ag7sx .funbet-vcap3j .funbet-2a7nv1 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .funbet-6qpi2d .funbet-0ag7sx .funbet-vcap3j .funbet-2a7nv1 {
    text-align: center;
  }
}

.funbet-6qpi2d .funbet-0ag7sx .funbet-mx7z6i {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .funbet-6qpi2d .funbet-0ag7sx .funbet-mx7z6i {
    flex-direction: column-reverse;
  }
}

.funbet-6qpi2d .funbet-0ag7sx .funbet-mx7z6i .funbet-yt4e71 {
  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.funbet-zdqh4g ease-in-out;
}

.funbet-6qpi2d .funbet-0ag7sx .funbet-mx7z6i .funbet-yt4e71:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .funbet-6qpi2d .funbet-0ag7sx .funbet-mx7z6i .funbet-yt4e71 {
    width: 100%;
  }
}

.funbet-6qpi2d .funbet-0ag7sx .funbet-mx7z6i .funbet-o2ahqq {
  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.funbet-zdqh4g ease-in-out;
  overflow: hidden;
}

.funbet-6qpi2d .funbet-0ag7sx .funbet-mx7z6i .funbet-o2ahqq 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);
  }
}

.funbet-6qpi2d .funbet-0ag7sx .funbet-mx7z6i .funbet-o2ahqq: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;
}

.funbet-6qpi2d .funbet-0ag7sx .funbet-mx7z6i .funbet-o2ahqq:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .funbet-6qpi2d .funbet-0ag7sx .funbet-mx7z6i .funbet-o2ahqq {
    width: 100%;
  }
}

.funbet-6qpi2d .funbet-0ag7sx.funbet-hbbgzh {
  display: none;
}

.funbet-6qpi2d .funbet-1bafzq {
  display: none;
}

.funbet-6qpi2d .funbet-1bafzq.funbet-aukl20 {
  display: block;
}

.funbet-6qpi2d .funbet-1bafzq iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .funbet-6qpi2d .funbet-1bafzq iframe {
    height: calc(100vh - 54px);
  }
}

.funbet-6qpi2d .funbet-k2iu61 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .funbet-6qpi2d .funbet-k2iu61 {
    padding: 24px 16px 0;
  }
}

.funbet-6qpi2d .funbet-k2iu61 .funbet-qhtgaq {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .funbet-6qpi2d .funbet-k2iu61 .funbet-qhtgaq {
    margin-bottom: 24px;
  }
}

.funbet-6qpi2d .funbet-k2iu61 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);
}

.funbet-6qpi2d .funbet-k2iu61 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) {
  .funbet-6qpi2d .funbet-k2iu61 table tr td {
    padding: 12px 4px;
  }
}

.funbet-6qpi2d .funbet-k2iu61 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) {
  .funbet-6qpi2d .funbet-k2iu61 table tr th {
    padding: 12px 4px;
  }
}

.funbet-6qpi2d .funbet-k2iu61 table tr:last-of-type td {
  border-bottom: none;
}

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

.funbet-sezllc.funbet-7n4l6n {
  display: block;
}

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

.funbet-sezllc .funbet-pv5goi {
  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;
}

.funbet-sezllc .funbet-80qubk {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.funbet-sezllc .funbet-o2ahqq {
  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.funbet-zdqh4g ease-in-out;
}

.funbet-sezllc .funbet-o2ahqq:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.funbet-t5zwgm.funbet-7n4l6n {
  display: block;
}

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

.funbet-51u3e1 {
  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;
}

.funbet-q2v2vi {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.funbet-lh7zfw {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.funbet-lh7zfw svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.funbet-b47raj {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.funbet-kfn1rf.funbet-hbbgzh {
  display: none;
}

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

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

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

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

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

.funbet-hynj6l 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.funbet-zdqh4g ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.funbet-hynj6l input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.funbet-hynj6l input:active {
  border-color: #c2c0ce;
}

.funbet-hynj6l input:focus {
  border-color: #c2c0ce;
}

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

.funbet-spn3fb {
  margin-bottom: 36px;
}

.funbet-spn3fb 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;
}

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

.funbet-spn3fb textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.funbet-hwr2eu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.funbet-o3h3mq {
  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.funbet-zdqh4g ease-in-out;
}

.funbet-o3h3mq:hover {
  background: var(--border-color);
}

.funbet-ue9zqu {
  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.funbet-zdqh4g ease-in-out;
}

.funbet-ue9zqu:hover {
  background: #166ad9;
}

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

.funbet-rybopq.funbet-hbbgzh {
  display: none;
}

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

.funbet-rybopq .funbet-o3h3mq {
  margin: 0 auto;
}

.funbet-cmiebb {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.funbet-ia3xpq {
  filter: grayscale(100%);
}

.funbet-epnh39 > input {
  display: none;
}

.funbet-epnh39 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.funbet-9q8rk2.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.funbet-ep20u5 44.funbet-f1tzwx.funbet-7033x5.funbet-iy81zx.funbet-aattnd.funbet-tuy0hy.funbet-x7v4x1.funbet-9f52ml.funbet-6o4sws.funbet-zqvt6t.funbet-35msgf.funbet-a13nyw.funbet-t8m4cz 0l-12.funbet-ux0tds 30.funbet-9szl4t.funbet-jp6x1u 2.funbet-yoo0v0.funbet-jp6x1u 3.funbet-l7kgii 3.funbet-mlf8cr.funbet-scthyk 3.funbet-9barjs.funbet-kpo2l1.funbet-v77zus.funbet-rnvp7q 7-3.funbet-ux0tds 10.funbet-xcu1vv.funbet-rnvp7q 23.funbet-ki27sf.funbet-2fagvq 1.funbet-qlj73n 2.funbet-ux0tds 3.funbet-2fagvq 1.funbet-scthyk 5.funbet-de2mne.funbet-scthyk 32.funbet-wqupkk.funbet-kpo2l1 5.funbet-t8m4cz 4.funbet-rnvp7q 9.funbet-rnvp7q 8.funbet-scthyk 6.funbet-8uqa04.funbet-jfkf1r.funbet-gxyhr3.funbet-m9ysca.funbet-24eh9e 4.funbet-u68amo.funbet-24eh9e 6.funbet-24eh9e 0l29.funbet-t8m4cz 17.funbet-hyrc46.funbet-an4jej 2.funbet-xftz1o 10.funbet-icxd4h.funbet-ux0tds 8.funbet-jdd0xm.funbet-pw1vqw.funbet-otmrcj.funbet-bu38i0.funbet-boz4hu.funbet-kpo2l1.funbet-tuy0hy.funbet-ux0tds 1.funbet-1nweyu.funbet-qwo1id.funbet-v1ejme.funbet-b1ieae.funbet-mcawa5.funbet-qlj73n 1.funbet-4jnu7t.funbet-n0ntwg.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.funbet-epnh39 > input:checked ~ label,
.funbet-epnh39 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.funbet-9q8rk2.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.funbet-ep20u5 44.funbet-f1tzwx.funbet-7033x5.funbet-iy81zx.funbet-aattnd.funbet-tuy0hy.funbet-x7v4x1.funbet-9f52ml.funbet-6o4sws.funbet-zqvt6t.funbet-35msgf.funbet-a13nyw.funbet-t8m4cz 0l-12.funbet-ux0tds 30.funbet-9szl4t.funbet-jp6x1u 2.funbet-yoo0v0.funbet-jp6x1u 3.funbet-l7kgii 3.funbet-mlf8cr.funbet-scthyk 3.funbet-9barjs.funbet-kpo2l1.funbet-v77zus.funbet-rnvp7q 7-3.funbet-ux0tds 10.funbet-xcu1vv.funbet-rnvp7q 23.funbet-ki27sf.funbet-2fagvq 1.funbet-qlj73n 2.funbet-ux0tds 3.funbet-2fagvq 1.funbet-scthyk 5.funbet-de2mne.funbet-scthyk 32.funbet-wqupkk.funbet-kpo2l1 5.funbet-t8m4cz 4.funbet-rnvp7q 9.funbet-rnvp7q 8.funbet-scthyk 6.funbet-8uqa04.funbet-jfkf1r.funbet-gxyhr3.funbet-m9ysca.funbet-24eh9e 4.funbet-u68amo.funbet-24eh9e 6.funbet-24eh9e 0l29.funbet-t8m4cz 17.funbet-hyrc46.funbet-an4jej 2.funbet-xftz1o 10.funbet-icxd4h.funbet-ux0tds 8.funbet-jdd0xm.funbet-pw1vqw.funbet-otmrcj.funbet-bu38i0.funbet-boz4hu.funbet-kpo2l1.funbet-tuy0hy.funbet-ux0tds 1.funbet-1nweyu.funbet-qwo1id.funbet-v1ejme.funbet-b1ieae.funbet-mcawa5.funbet-qlj73n 1.funbet-4jnu7t.funbet-n0ntwg.5z'/%3e%3c/svg%3e");
}

.funbet-epnh39 > input:not(:checked) ~ label:hover,
.funbet-epnh39 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.funbet-9q8rk2.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.funbet-ep20u5 44.funbet-f1tzwx.funbet-7033x5.funbet-iy81zx.funbet-aattnd.funbet-tuy0hy.funbet-x7v4x1.funbet-9f52ml.funbet-6o4sws.funbet-zqvt6t.funbet-35msgf.funbet-a13nyw.funbet-t8m4cz 0l-12.funbet-ux0tds 30.funbet-9szl4t.funbet-jp6x1u 2.funbet-yoo0v0.funbet-jp6x1u 3.funbet-l7kgii 3.funbet-mlf8cr.funbet-scthyk 3.funbet-9barjs.funbet-kpo2l1.funbet-v77zus.funbet-rnvp7q 7-3.funbet-ux0tds 10.funbet-xcu1vv.funbet-rnvp7q 23.funbet-ki27sf.funbet-2fagvq 1.funbet-qlj73n 2.funbet-ux0tds 3.funbet-2fagvq 1.funbet-scthyk 5.funbet-de2mne.funbet-scthyk 32.funbet-wqupkk.funbet-kpo2l1 5.funbet-t8m4cz 4.funbet-rnvp7q 9.funbet-rnvp7q 8.funbet-scthyk 6.funbet-8uqa04.funbet-jfkf1r.funbet-gxyhr3.funbet-m9ysca.funbet-24eh9e 4.funbet-u68amo.funbet-24eh9e 6.funbet-24eh9e 0l29.funbet-t8m4cz 17.funbet-hyrc46.funbet-an4jej 2.funbet-xftz1o 10.funbet-icxd4h.funbet-ux0tds 8.funbet-jdd0xm.funbet-pw1vqw.funbet-otmrcj.funbet-bu38i0.funbet-boz4hu.funbet-kpo2l1.funbet-tuy0hy.funbet-ux0tds 1.funbet-1nweyu.funbet-qwo1id.funbet-v1ejme.funbet-b1ieae.funbet-mcawa5.funbet-qlj73n 1.funbet-4jnu7t.funbet-n0ntwg.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .funbet-uy4ctf > .funbet-h612e9 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .funbet-uy4ctf > .funbet-h612e9 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .funbet-uy4ctf > .funbet-h612e9 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .funbet-uy4ctf > .funbet-h612e9 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .funbet-uy4ctf > .funbet-h612e9 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.funbet-u9bmkz.funbet-hbbgzh {
  display: none;
}

.funbet-vvc5ra {
  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) {
  .funbet-vvc5ra {
    height: 74px;
    overflow: visible;
  }
}

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

.funbet-ip0d3h {
  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;
}

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

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

.funbet-ip0d3h img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.funbet-8s4x2v {
  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;
}

.funbet-8s4x2v::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) {
  .funbet-8s4x2v::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.funbet-8s4x2v::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) {
  .funbet-8s4x2v::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.funbet-u9bmkz.funbet-wykxca .funbet-vvc5ra {
  background: #2b3b67;
}

.funbet-u9bmkz.funbet-wykxca .funbet-ip0d3h {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.funbet-u9bmkz.funbet-wykxca .funbet-ip0d3h::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.funbet-u9bmkz.funbet-wykxca .funbet-ip0d3h::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.funbet-u9bmkz.funbet-wykxca .funbet-8s4x2v::before {
  background: #0e0f41;
}

.funbet-u9bmkz.funbet-wykxca .funbet-8s4x2v::after {
  background: #152557;
}

.funbet-u9bmkz.funbet-d8myob .funbet-vvc5ra {
  background: #1f35fa;
}

.funbet-u9bmkz.funbet-d8myob .funbet-ip0d3h {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.funbet-u9bmkz.funbet-d8myob .funbet-ip0d3h::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.funbet-u9bmkz.funbet-d8myob .funbet-ip0d3h::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.funbet-u9bmkz.funbet-d8myob .funbet-8s4x2v::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.funbet-u9bmkz.funbet-d8myob .funbet-8s4x2v::after {
  background: #192ac8;
}

.funbet-u9bmkz.funbet-69p8ko .funbet-vvc5ra {
  background: #fa771f;
}

.funbet-u9bmkz.funbet-69p8ko .funbet-ip0d3h {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.funbet-u9bmkz.funbet-69p8ko .funbet-ip0d3h::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.funbet-u9bmkz.funbet-69p8ko .funbet-ip0d3h::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.funbet-u9bmkz.funbet-69p8ko .funbet-8s4x2v::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.funbet-u9bmkz.funbet-69p8ko .funbet-8s4x2v::after {
  background: #fa8535;
}

.funbet-996n9k {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.funbet-yhanzp {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.funbet-rtypq0 {
  width: 120px;
  height: 22px;
}

.funbet-rtypq0 .funbet-n0tftk {
  fill: #c2c0ce;
}

.funbet-rtypq0 [rating="1"] .funbet-n0tftk:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.funbet-rtypq0 [rating="2"] .funbet-n0tftk:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.funbet-rtypq0 [rating="3"] .funbet-n0tftk:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.funbet-rtypq0 [rating="4"] .funbet-n0tftk:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.funbet-rtypq0 [rating="5"] .funbet-n0tftk:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

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

.funbet-99t484.funbet-aukl20 {
  display: block;
}

.funbet-99t484.funbet-hbbgzh {
  display: none;
}

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

.funbet-v90hh3 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.funbet-6u1vlj {
  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);
}

.funbet-s8ru2q {
  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;
}

.funbet-4sdzk0 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.funbet-mto03y {
  font-size: 16px;
  line-height: 140%;
}

.funbet-jbt134 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.funbet-jbt134 .funbet-n0tftk {
  fill: #c2c0ce;
}

.funbet-jbt134 [rating="1"] .funbet-n0tftk:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.funbet-jbt134 [rating="2"] .funbet-n0tftk:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.funbet-jbt134 [rating="3"] .funbet-n0tftk:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.funbet-jbt134 [rating="4"] .funbet-n0tftk:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.funbet-jbt134 [rating="5"] .funbet-n0tftk:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.funbet-3j1t2x {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.funbet-os6tzf {
  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) {
  .funbet-os6tzf {
    padding: 12px;
    gap: 12px;
  }
}

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

.funbet-ac3izl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.funbet-zlbdjf {
  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;
}

.funbet-1hyj0s {
  flex: 1;
  min-width: 0;
}

.funbet-0vd98n {
  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) {
  .funbet-0vd98n {
    font-size: 14px;
    gap: 6px;
  }
}

.funbet-r4x95n {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.funbet-r4x95n svg path {
  fill: var(--button-bg-color);
}

.funbet-r4x95n svg circle {
  fill: var(--button-text-color);
}

.funbet-8qjjkj {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.funbet-8qjjkj strong {
  font-weight: 600;
}

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

.funbet-nubqwo p {
  margin: 0 0 16px;
}

.funbet-nubqwo p:last-child {
  margin-bottom: 0;
}

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

.funbet-c4q94p {
  max-width: 300px;
  width: 100%;
}

.funbet-c4q94p a {
  width: 100%;
}

@media (max-width: 575px) {
  .funbet-c4q94p {
    max-width: 200px;
  }
}

.funbet-ji2xqs {
  justify-content: center;
}

.funbet-qn26yn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.funbet-5o9eec {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.funbet-yze21k .funbet-tp33wv {
  justify-content: center;
}

/* faq */

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

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

.funbet-3rfeyi::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.funbet-717z3s ease;
}

.funbet-13ljqs.funbet-7n4l6n .funbet-3rfeyi::after {
  transform: rotate(45deg);
}

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

.funbet-13ljqs.funbet-7n4l6n .funbet-jts52h {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.funbet-umkbnc {
  margin: 25px 0;
}

.funbet-epnh39 > input:not(:checked) ~ label:hover,
.funbet-epnh39 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.funbet-k3ne16.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.funbet-wo7grf 44.funbet-q17a3y.funbet-zid1jy.funbet-zg9x42.funbet-thtinl.funbet-jzqsec.funbet-6pt6qz.funbet-iaw0cf.funbet-25lwda.funbet-mab1da.funbet-8gpxr4.funbet-wo6bi9.funbet-e8qumt 0l-12.funbet-l4bf75 30.funbet-9modag.funbet-gukdkb 2.funbet-fd5y92.funbet-gukdkb 3.funbet-0kf19o 3.funbet-rd1nsy.funbet-par35x 3.funbet-6llk6g.funbet-0ue357.funbet-6l42ll.funbet-ukhjsw 7-3.funbet-l4bf75 10.funbet-g4xta2.funbet-ukhjsw 23.funbet-aasv6s.funbet-pc8bqv 1.funbet-ct2qhw 2.funbet-l4bf75 3.funbet-pc8bqv 1.funbet-par35x 5.funbet-rb8zvs.funbet-par35x 32.funbet-gthv97.funbet-0ue357 5.funbet-e8qumt 4.funbet-ukhjsw 9.funbet-ukhjsw 8.funbet-par35x 6.funbet-4od60r.funbet-rl6gh1.funbet-gsfzui.funbet-f5i7cl.funbet-4szewj 4.funbet-gsqom6.funbet-4szewj 6.funbet-4szewj 0l29.funbet-e8qumt 17.funbet-biz4l2.funbet-t2y4qg 2.funbet-xp8hwq 10.funbet-ywpqy2.funbet-l4bf75 8.funbet-80t9lo.funbet-ij8nry.funbet-q8f635.funbet-xjj3ne.funbet-8rgtlz.funbet-0ue357.funbet-jzqsec.funbet-l4bf75 1.funbet-m3iui0.funbet-bleipv.funbet-jrk8ka.funbet-prdauf.funbet-lzxdww.funbet-ct2qhw 1.funbet-vs9tdf.funbet-hx6k2y.5z'/%3e%3c/svg%3e");
}

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

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

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

.funbet-ajqcgg.funbet-0elpdp {
  display: block;
}

.funbet-ajqcgg.funbet-jxw4dk {
  display: none;
}

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

.funbet-bbgof5 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.funbet-0x5vjh {
  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);
}

.funbet-4oobbm {
  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;
}

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

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

.funbet-j1vj5d {
  font-size: 16px;
  line-height: 140%;
}

.funbet-l015ic {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.funbet-l015ic .funbet-zsmx1e {
  fill: #c2c0ce;
}

.funbet-l015ic [rating="1"] .funbet-zsmx1e:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.funbet-l015ic [rating="2"] .funbet-zsmx1e:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.funbet-l015ic [rating="3"] .funbet-zsmx1e:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.funbet-l015ic [rating="4"] .funbet-zsmx1e:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.funbet-l015ic [rating="5"] .funbet-zsmx1e:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.funbet-p3icg0 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;
}

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

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

/* up */

.funbet-o5y5q0 {
  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);
}

.funbet-o5y5q0.funbet-lk8fef {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.funbet-hv8mzi {
  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;
}

.funbet-hv8mzi label {
  font-size: 14px;
}

.funbet-hv8mzi h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.funbet-hv8mzi input,
.funbet-hv8mzi textarea,
.funbet-hv8mzi 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;
}
.funbet-hv8mzi button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.funbet-717z3s ease;
}
.funbet-hv8mzi button:hover {
  background-color: var(--button-bg-hover);
}
.funbet-snz9uw {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.funbet-ef02sq ease-in;
}

.funbet-snz9uw h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.funbet-gmzmzz, .funbet-k58k0w, [class*="review-card"],
thead, thead th, table th, .funbet-j4br1m,
.funbet-jib6hl, [class*="collapsible-header"],
.funbet-1jtuzk, [class*="updated-block"] {
  color: #ece7dc !important;
}
