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

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

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

.betsio-b204xf {
  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) {
  .betsio-b204xf: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;
  }
}

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

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

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

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

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

.betsio-znkpul {
  cursor: pointer;
}

.betsio-rcwpva {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.betsio-akpddl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.betsio-akpddl figure {
  margin: 0;
}

.betsio-akpddl.betsio-yy4nqc {
  justify-content: flex-start;
  margin-right: 4px;
}

.betsio-akpddl.betsio-2dimj3 {
  justify-content: flex-end;
  margin-left: 4px;
}

.betsio-akpddl.betsio-xua4td {
  justify-content: center;
}

.betsio-akpddl.betsio-ob8w16 {
  justify-content: normal;
}

.betsio-cj8ke3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.betsio-zj7wvg img {
  width: 100%;
}

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

.betsio-0mu4mw {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.betsio-0mu4mw 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) {
  .betsio-0mu4mw ul {
    margin-bottom: 15px;
  }
}

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

.betsio-0mu4mw 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);
}

.betsio-0mu4mw ul li span svg {
  fill: var(--title-color);
}

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

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

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

.betsio-0mu4mw ul li:last-of-type::after {
  display: none;
}

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

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

.betsio-vt0prq {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.betsio-g62wvg.betsio-6ce1my {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .betsio-g62wvg.betsio-6ce1my:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.betsio-853ckc {
  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) {
  .betsio-853ckc {
    padding: 80px 16px 0;
  }
}

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

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

.betsio-i5vgrj {
  margin-bottom: 94px;
}

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

.betsio-inlwdr .betsio-ex62v2 {
  margin-bottom: 28px;
}

.betsio-inlwdr .betsio-ex62v2 img {
  max-height: 100px;
  width: auto;
}

.betsio-m08z1l {
  display: flex;
  align-items: center;
}

.betsio-m08z1l a + a {
  margin-left: 24px;
}

.betsio-m08z1l img {
  max-height: 56px;
  width: auto;
}

.betsio-m08z1l img + img {
  margin-left: 24px;
}

.betsio-78x9h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.betsio-u760o8 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.betsio-x6w0n6 li {
  display: flex;
  margin: 0 7px;
}

.betsio-x6w0n6 li svg {
  transition: 0.betsio-nnmnw8 ease-in-out;
}

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

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

.betsio-ff3ou8 + .betsio-ff3ou8 {
  margin-left: 120px;
}

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

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

.betsio-8zf396 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.betsio-8zf396 li {
  font-size: 16px;
}

.betsio-8zf396 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.betsio-8zf396 li + li {
  margin-top: 16px;
}

.betsio-ol9r9a {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.betsio-8kj73t ease-in-out;
}

.betsio-ol9r9a.betsio-1jczb4 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.betsio-a5t3ny {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.betsio-2wm922 li {
  width: 100%;
}

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

.betsio-2wm922 li a svg {
  fill: var(--button-text-color);
}

.betsio-2wm922 li a.betsio-1jczb4 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.betsio-a1n5yo {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.betsio-a1n5yo img {
  width: 100%;
  transition: 0.betsio-nnmnw8 ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .betsio-kdktmz .betsio-ex62v2 img {
    max-width: 90px;
  }
}

.betsio-ex62v2 img {
  max-height: 50px;
  width: auto;
}

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

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

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

.betsio-o41dhr li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.betsio-blojl6 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.betsio-blojl6.betsio-vpz32q {
  margin-right: 0;
}

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

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

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

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

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

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

.betsio-bo4um9:hover > ul {
  display: flex;
}

.betsio-bo4um9:focus > ul {
  display: flex;
}

.betsio-bo4um9:focus-within > ul {
  display: flex;
}

.betsio-b23nq1 {
  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;
}

.betsio-b23nq1::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.betsio-8kj73t ease-in-out;
}

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

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

.betsio-bo4um9 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.betsio-nnmnw8 ease-in-out;
  overflow: hidden;
}

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

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

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

.betsio-61x5wl {
  display: none;
}

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

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

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

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

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

.betsio-rslw1j img {
  margin-bottom: 20px;
}

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

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

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

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

.betsio-ku1odw {
  color: var(--text-color);
}

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

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

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

.betsio-x7dhf8 p img {
  display: block;
  margin: 0 auto;
}

.betsio-x7dhf8 p:first-of-type {
  margin-top: 0;
}

.betsio-x7dhf8 p:last-of-type {
  margin-bottom: 0;
}

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

.betsio-x7dhf8 ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.betsio-uq8uvx .betsio-3j3u5k {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .betsio-uq8uvx .betsio-3j3u5k {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.betsio-uq8uvx .betsio-izi2ci {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.betsio-izi2ci {
  margin: 0 0 28px;
}

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

.betsio-3j3u5k {
  margin: 0 0 28px;
}

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

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

.betsio-bzv8us .betsio-b204xf {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.betsio-3vj46m {
  position: relative;
  border: none;
}

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

.betsio-r2ckb8 {
  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;
}

.betsio-r2ckb8 span {
  height: 32px;
}

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

.betsio-r2ckb8.betsio-nt5h0g span {
  transform: scaleY(-1);
}

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

.betsio-26gxky {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.betsio-26gxky li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.betsio-nnmnw8 ease-in-out;
}

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

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

.betsio-26gxky.betsio-sbvv2y {
  display: none;
}

.betsio-kzaxfm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.betsio-kzaxfm table {
  width: 100%;
  border-collapse: collapse;
}

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

  .betsio-kzaxfm table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.betsio-pxcgdp {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.betsio-j5f4vh p {
  color: var(--text-color);
}

.betsio-rdzb4r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.betsio-rwek5c {
  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);
}

.betsio-zycn8g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.betsio-afg3hz p + p {
  margin-top: 10px;
}

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

.betsio-sx3e39 {
  display: none;
}

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

.betsio-3wzot9 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.betsio-3wzot9 li {
  margin: 0 20px;
}

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

.betsio-3wzot9 li a img {
  margin-bottom: 4px;
}

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

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

.betsio-nz44xp li {
  font-size: 16px;
  position: relative;
}

.betsio-nz44xp li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.betsio-nz44xp li span {
  opacity: 0.5;
}

.betsio-nz44xp li + li {
  margin-left: 30px;
}

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

h2.betsio-16usww {
  margin: 0 0 28px;
}

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

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

.betsio-rj7erg 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);
}

.betsio-rj7erg 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;
}

.betsio-rj7erg 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;
}

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

.betsio-rj7erg tbody tr:last-of-type {
  margin-bottom: 0;
}

.betsio-rj7erg tbody tr td:first-of-type {
  flex-shrink: 0;
}

.betsio-rj7erg 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);
}

.betsio-rj7erg 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);
}

.betsio-rj7erg tbody tr td:last-of-type {
  margin-left: auto;
}

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

.betsio-rj7erg tbody tr td .betsio-8lorqu {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .betsio-rj7erg tbody tr td .betsio-8lorqu {
    width: 100%;
  }
}

.betsio-rj7erg tbody tr td .betsio-wrxyz4 {
  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.betsio-nnmnw8 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .betsio-rj7erg tbody tr td .betsio-wrxyz4 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .betsio-rj7erg tbody tr td .betsio-wrxyz4 {
    width: 100%;
  }
}

.betsio-rj7erg tbody tr td .betsio-4uxzpo {
  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) {
  .betsio-rj7erg tbody tr td .betsio-4uxzpo:hover {
    text-decoration: none;
  }
}

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

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

.betsio-i3e5f2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.betsio-pwnkp9 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.betsio-nnmnw8 ease-in-out;
}

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

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

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

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

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

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

.betsio-kmo1hr img {
  width: 100%;
  height: 100%;
}

.betsio-kmo1hr iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.betsio-9tynuh svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.betsio-nnmnw8 ease-in-out;
}

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

.betsio-bdz49q {
  padding: 90px 0;
}

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

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

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

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

.betsio-9htysp img {
  width: 100%;
}

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

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

.betsio-wovdho {
  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;
}

.betsio-wovdho 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) {
  .betsio-wovdho {
    flex-basis: auto;
  }
}

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

.betsio-bn6dx2 {
  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.betsio-nnmnw8 ease-in-out;
}

.betsio-bn6dx2:hover {
  border: 1px solid #8c8ca2;
}

.betsio-j203li {
  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%);
}

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

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

.betsio-w4b1n7 a {
  text-decoration: underline;
  color: #8babff;
}

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

.betsio-uomdsv .betsio-bn6dx2 {
  width: 50%;
  margin: 0;
}

.betsio-vkbxdq {
  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;
}

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

.betsio-w5641i {
  margin: 0 0 100px;
}

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

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

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

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

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

.betsio-ckfngb {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.betsio-8k9rvm 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.betsio-nnmnw8 ease-in-out;
}

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

.betsio-8k9rvm a svg {
  fill: #fff;
}

.betsio-8k9rvm a:hover {
  background: #3d68e7;
}

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

.betsio-roz9lg {
  margin-bottom: 16px;
}

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

.betsio-lxr6kc {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.betsio-ys9upn 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);
}

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

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

.betsio-ys9upn table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.betsio-r8x9tt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.betsio-r8x9tt.betsio-bnxjfx {
  display: none;
}

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

.betsio-3uc3il iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.betsio-3uc3il iframe.betsio-m5wvwc {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.betsio-3uc3il.betsio-2v5r3t {
  opacity: 1;
  pointer-events: all;
}

.betsio-1ixazk {
  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.betsio-nnmnw8 ease-in-out;
}

.betsio-1ixazk svg {
  margin-right: 10px;
}

.betsio-1ixazk + .betsio-1ixazk {
  margin-top: 14px;
}

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

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

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

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

.betsio-hl1hkb .betsio-bzv8us {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .betsio-hl1hkb .betsio-bzv8us {
    margin: 28px 0 0;
  }
}

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

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

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

.betsio-nkfqjo {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.betsio-3wrfko {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.betsio-49jdrg {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.betsio-uh08l2 .betsio-b204xf {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .betsio-uh08l2 .betsio-b204xf {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.betsio-98cn0s {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.betsio-98cn0s img {
  width: 100%;
}

.betsio-ru9uq3 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.betsio-vmfwzk {
  width: 100%;
  margin: 0 0 100px;
}

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

.betsio-vmfwzk .betsio-yo2rwe {
  position: relative;
}

.betsio-vmfwzk .betsio-os4d62 {
  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;
}

.betsio-vmfwzk .betsio-os4d62.betsio-bnxjfx {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .betsio-vmfwzk .betsio-gw0fzx {
    bottom: 90px;
  }
}

.betsio-vmfwzk .betsio-gw0fzx .betsio-9lxzsb {
  max-width: 300px;
  width: 100%;
}

.betsio-vmfwzk .betsio-gw0fzx .betsio-9lxzsb .betsio-wb30hd {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .betsio-vmfwzk .betsio-gw0fzx .betsio-9lxzsb .betsio-wb30hd {
    font-size: 32px;
    text-align: center;
  }
}

.betsio-vmfwzk .betsio-gw0fzx .betsio-9lxzsb .betsio-753eim {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .betsio-vmfwzk .betsio-gw0fzx .betsio-9lxzsb .betsio-753eim {
    text-align: center;
  }
}

.betsio-vmfwzk .betsio-gw0fzx .betsio-vpz32q {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .betsio-vmfwzk .betsio-gw0fzx .betsio-vpz32q {
    flex-direction: column-reverse;
  }
}

.betsio-vmfwzk .betsio-gw0fzx .betsio-vpz32q .betsio-dj9u05 {
  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.betsio-nnmnw8 ease-in-out;
}

.betsio-vmfwzk .betsio-gw0fzx .betsio-vpz32q .betsio-dj9u05:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .betsio-vmfwzk .betsio-gw0fzx .betsio-vpz32q .betsio-dj9u05 {
    width: 100%;
  }
}

.betsio-vmfwzk .betsio-gw0fzx .betsio-vpz32q .betsio-r4kueo {
  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.betsio-nnmnw8 ease-in-out;
  overflow: hidden;
}

.betsio-vmfwzk .betsio-gw0fzx .betsio-vpz32q .betsio-r4kueo 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);
  }
}

.betsio-vmfwzk .betsio-gw0fzx .betsio-vpz32q .betsio-r4kueo: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;
}

.betsio-vmfwzk .betsio-gw0fzx .betsio-vpz32q .betsio-r4kueo:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .betsio-vmfwzk .betsio-gw0fzx .betsio-vpz32q .betsio-r4kueo {
    width: 100%;
  }
}

.betsio-vmfwzk .betsio-gw0fzx.betsio-bnxjfx {
  display: none;
}

.betsio-vmfwzk .betsio-g3ujy1 {
  display: none;
}

.betsio-vmfwzk .betsio-g3ujy1.betsio-2v5r3t {
  display: block;
}

.betsio-vmfwzk .betsio-g3ujy1 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .betsio-vmfwzk .betsio-g3ujy1 iframe {
    height: calc(100vh - 54px);
  }
}

.betsio-vmfwzk .betsio-dpo2rw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .betsio-vmfwzk .betsio-dpo2rw {
    padding: 24px 16px 0;
  }
}

.betsio-vmfwzk .betsio-dpo2rw .betsio-wb30hd {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .betsio-vmfwzk .betsio-dpo2rw .betsio-wb30hd {
    margin-bottom: 24px;
  }
}

.betsio-vmfwzk .betsio-dpo2rw 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);
}

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

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

.betsio-vmfwzk .betsio-dpo2rw table tr:last-of-type td {
  border-bottom: none;
}

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

.betsio-hnt49l.betsio-1jczb4 {
  display: block;
}

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

.betsio-hnt49l .betsio-phkrzb {
  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;
}

.betsio-hnt49l .betsio-hjl75h {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.betsio-hnt49l .betsio-r4kueo {
  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.betsio-nnmnw8 ease-in-out;
}

.betsio-hnt49l .betsio-r4kueo:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.betsio-fflro6.betsio-1jczb4 {
  display: block;
}

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

.betsio-ctq2ln {
  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;
}

.betsio-9tucvl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.betsio-6qzim9 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.betsio-6qzim9 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.betsio-m7vhsk {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.betsio-szclzp.betsio-bnxjfx {
  display: none;
}

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

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

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

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

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

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

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

.betsio-o7ccvn input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.betsio-o7ccvn input:active {
  border-color: #c2c0ce;
}

.betsio-o7ccvn input:focus {
  border-color: #c2c0ce;
}

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

.betsio-6qtr4s {
  margin-bottom: 36px;
}

.betsio-6qtr4s 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;
}

.betsio-6qtr4s textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.betsio-6qtr4s textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.betsio-ljnt0z {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.betsio-mjk3am {
  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.betsio-nnmnw8 ease-in-out;
}

.betsio-mjk3am:hover {
  background: var(--border-color);
}

.betsio-3ubfeq {
  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.betsio-nnmnw8 ease-in-out;
}

.betsio-3ubfeq:hover {
  background: #166ad9;
}

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

.betsio-lbtx71.betsio-bnxjfx {
  display: none;
}

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

.betsio-lbtx71 .betsio-mjk3am {
  margin: 0 auto;
}

.betsio-0p4ovu {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.betsio-pw35yu {
  filter: grayscale(100%);
}

.betsio-7ma1lh > input {
  display: none;
}

.betsio-7ma1lh > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betsio-r3wwyb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.betsio-buiz8j 44.betsio-kba6fm.betsio-55lo9w.betsio-6uwdel.betsio-5r1hpe.betsio-8926uk.betsio-0j2ywn.betsio-grbp5p.betsio-1ktkk2.betsio-fz78lj.betsio-itmjwl.betsio-lcs2fa.betsio-3bbpmi 0l-12.betsio-b67qw3 30.betsio-19lwbw.betsio-prd75a 2.betsio-8i6y2m.betsio-prd75a 3.betsio-is0zza 3.betsio-k796w4.betsio-01e0fs 3.betsio-5bljli.betsio-97cetc.betsio-svcfdf.betsio-dtbzcn 7-3.betsio-b67qw3 10.betsio-ke2k9e.betsio-dtbzcn 23.betsio-4k79zf.betsio-g4covc 1.betsio-huuux0 2.betsio-b67qw3 3.betsio-g4covc 1.betsio-01e0fs 5.betsio-jeq18y.betsio-01e0fs 32.betsio-sr0yrs.betsio-97cetc 5.betsio-3bbpmi 4.betsio-dtbzcn 9.betsio-dtbzcn 8.betsio-01e0fs 6.betsio-8v9ye1.betsio-gz8mdi.betsio-8ioddh.betsio-mjizm0.betsio-sobk8o 4.betsio-6kwfqm.betsio-sobk8o 6.betsio-sobk8o 0l29.betsio-3bbpmi 17.betsio-rkwosc.betsio-rt4j3z 2.betsio-mlfqvr 10.betsio-zofi7i.betsio-b67qw3 8.betsio-fn5v13.betsio-j3hej3.betsio-8wd3nj.betsio-i4top2.betsio-ebe5c2.betsio-97cetc.betsio-8926uk.betsio-b67qw3 1.betsio-cwb28n.betsio-uonlon.betsio-50jznd.betsio-ywfrz0.betsio-g8cy3u.betsio-huuux0 1.betsio-qest8z.betsio-lgdxa5.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.betsio-7ma1lh > input:checked ~ label,
.betsio-7ma1lh > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betsio-r3wwyb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.betsio-buiz8j 44.betsio-kba6fm.betsio-55lo9w.betsio-6uwdel.betsio-5r1hpe.betsio-8926uk.betsio-0j2ywn.betsio-grbp5p.betsio-1ktkk2.betsio-fz78lj.betsio-itmjwl.betsio-lcs2fa.betsio-3bbpmi 0l-12.betsio-b67qw3 30.betsio-19lwbw.betsio-prd75a 2.betsio-8i6y2m.betsio-prd75a 3.betsio-is0zza 3.betsio-k796w4.betsio-01e0fs 3.betsio-5bljli.betsio-97cetc.betsio-svcfdf.betsio-dtbzcn 7-3.betsio-b67qw3 10.betsio-ke2k9e.betsio-dtbzcn 23.betsio-4k79zf.betsio-g4covc 1.betsio-huuux0 2.betsio-b67qw3 3.betsio-g4covc 1.betsio-01e0fs 5.betsio-jeq18y.betsio-01e0fs 32.betsio-sr0yrs.betsio-97cetc 5.betsio-3bbpmi 4.betsio-dtbzcn 9.betsio-dtbzcn 8.betsio-01e0fs 6.betsio-8v9ye1.betsio-gz8mdi.betsio-8ioddh.betsio-mjizm0.betsio-sobk8o 4.betsio-6kwfqm.betsio-sobk8o 6.betsio-sobk8o 0l29.betsio-3bbpmi 17.betsio-rkwosc.betsio-rt4j3z 2.betsio-mlfqvr 10.betsio-zofi7i.betsio-b67qw3 8.betsio-fn5v13.betsio-j3hej3.betsio-8wd3nj.betsio-i4top2.betsio-ebe5c2.betsio-97cetc.betsio-8926uk.betsio-b67qw3 1.betsio-cwb28n.betsio-uonlon.betsio-50jznd.betsio-ywfrz0.betsio-g8cy3u.betsio-huuux0 1.betsio-qest8z.betsio-lgdxa5.5z'/%3e%3c/svg%3e");
}

.betsio-7ma1lh > input:not(:checked) ~ label:hover,
.betsio-7ma1lh > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betsio-r3wwyb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.betsio-buiz8j 44.betsio-kba6fm.betsio-55lo9w.betsio-6uwdel.betsio-5r1hpe.betsio-8926uk.betsio-0j2ywn.betsio-grbp5p.betsio-1ktkk2.betsio-fz78lj.betsio-itmjwl.betsio-lcs2fa.betsio-3bbpmi 0l-12.betsio-b67qw3 30.betsio-19lwbw.betsio-prd75a 2.betsio-8i6y2m.betsio-prd75a 3.betsio-is0zza 3.betsio-k796w4.betsio-01e0fs 3.betsio-5bljli.betsio-97cetc.betsio-svcfdf.betsio-dtbzcn 7-3.betsio-b67qw3 10.betsio-ke2k9e.betsio-dtbzcn 23.betsio-4k79zf.betsio-g4covc 1.betsio-huuux0 2.betsio-b67qw3 3.betsio-g4covc 1.betsio-01e0fs 5.betsio-jeq18y.betsio-01e0fs 32.betsio-sr0yrs.betsio-97cetc 5.betsio-3bbpmi 4.betsio-dtbzcn 9.betsio-dtbzcn 8.betsio-01e0fs 6.betsio-8v9ye1.betsio-gz8mdi.betsio-8ioddh.betsio-mjizm0.betsio-sobk8o 4.betsio-6kwfqm.betsio-sobk8o 6.betsio-sobk8o 0l29.betsio-3bbpmi 17.betsio-rkwosc.betsio-rt4j3z 2.betsio-mlfqvr 10.betsio-zofi7i.betsio-b67qw3 8.betsio-fn5v13.betsio-j3hej3.betsio-8wd3nj.betsio-i4top2.betsio-ebe5c2.betsio-97cetc.betsio-8926uk.betsio-b67qw3 1.betsio-cwb28n.betsio-uonlon.betsio-50jznd.betsio-ywfrz0.betsio-g8cy3u.betsio-huuux0 1.betsio-qest8z.betsio-lgdxa5.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .betsio-ldg3nw > .betsio-ref9g0 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .betsio-ldg3nw > .betsio-ref9g0 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .betsio-ldg3nw > .betsio-ref9g0 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .betsio-ldg3nw > .betsio-ref9g0 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .betsio-ldg3nw > .betsio-ref9g0 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.betsio-nco4f6.betsio-bnxjfx {
  display: none;
}

.betsio-2lumh5 {
  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) {
  .betsio-2lumh5 {
    height: 74px;
    overflow: visible;
  }
}

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

.betsio-be3qft {
  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;
}

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

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

.betsio-be3qft img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.betsio-vqxcao {
  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;
}

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

.betsio-vqxcao::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) {
  .betsio-vqxcao::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.betsio-nco4f6.betsio-j0sasf .betsio-2lumh5 {
  background: #2b3b67;
}

.betsio-nco4f6.betsio-j0sasf .betsio-be3qft {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.betsio-nco4f6.betsio-j0sasf .betsio-be3qft::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.betsio-nco4f6.betsio-j0sasf .betsio-be3qft::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.betsio-nco4f6.betsio-j0sasf .betsio-vqxcao::before {
  background: #0e0f41;
}

.betsio-nco4f6.betsio-j0sasf .betsio-vqxcao::after {
  background: #152557;
}

.betsio-nco4f6.betsio-nonfkt .betsio-2lumh5 {
  background: #1f35fa;
}

.betsio-nco4f6.betsio-nonfkt .betsio-be3qft {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.betsio-nco4f6.betsio-nonfkt .betsio-be3qft::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.betsio-nco4f6.betsio-nonfkt .betsio-be3qft::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.betsio-nco4f6.betsio-nonfkt .betsio-vqxcao::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.betsio-nco4f6.betsio-nonfkt .betsio-vqxcao::after {
  background: #192ac8;
}

.betsio-nco4f6.betsio-ad4rhx .betsio-2lumh5 {
  background: #fa771f;
}

.betsio-nco4f6.betsio-ad4rhx .betsio-be3qft {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.betsio-nco4f6.betsio-ad4rhx .betsio-be3qft::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.betsio-nco4f6.betsio-ad4rhx .betsio-be3qft::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.betsio-nco4f6.betsio-ad4rhx .betsio-vqxcao::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.betsio-nco4f6.betsio-ad4rhx .betsio-vqxcao::after {
  background: #fa8535;
}

.betsio-75t97t {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.betsio-k649xa {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.betsio-lmdv3o {
  width: 120px;
  height: 22px;
}

.betsio-lmdv3o .betsio-p0uabd {
  fill: #c2c0ce;
}

.betsio-lmdv3o [rating="1"] .betsio-p0uabd:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.betsio-lmdv3o [rating="2"] .betsio-p0uabd:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.betsio-lmdv3o [rating="3"] .betsio-p0uabd:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.betsio-lmdv3o [rating="4"] .betsio-p0uabd:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.betsio-lmdv3o [rating="5"] .betsio-p0uabd:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.betsio-z9tewi {
  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);
}

.betsio-z9tewi.betsio-2v5r3t {
  display: block;
}

.betsio-z9tewi.betsio-bnxjfx {
  display: none;
}

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

.betsio-ef3t19 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.betsio-31z099 {
  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);
}

.betsio-h278sx {
  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;
}

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

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

.betsio-vejr74 {
  font-size: 16px;
  line-height: 140%;
}

.betsio-brcffr {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.betsio-brcffr .betsio-p0uabd {
  fill: #c2c0ce;
}

.betsio-brcffr [rating="1"] .betsio-p0uabd:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.betsio-brcffr [rating="2"] .betsio-p0uabd:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.betsio-brcffr [rating="3"] .betsio-p0uabd:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.betsio-brcffr [rating="4"] .betsio-p0uabd:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.betsio-brcffr [rating="5"] .betsio-p0uabd:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.betsio-59ul8o {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.betsio-j2xg3b {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.betsio-ybn1sx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.betsio-2pqi86 {
  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;
}

.betsio-rqpxvu {
  flex: 1;
  min-width: 0;
}

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

.betsio-dx22et {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.betsio-dx22et svg path {
  fill: var(--button-bg-color);
}

.betsio-dx22et svg circle {
  fill: var(--button-text-color);
}

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

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

.betsio-xzsr3q strong {
  font-weight: 600;
}

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

.betsio-idqcaa p {
  margin: 0 0 16px;
}

.betsio-idqcaa p:last-child {
  margin-bottom: 0;
}

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

.betsio-nprx5q {
  max-width: 300px;
  width: 100%;
}

.betsio-nprx5q a {
  width: 100%;
}

@media (max-width: 575px) {
  .betsio-nprx5q {
    max-width: 200px;
  }
}

.betsio-dnp66t {
  justify-content: center;
}

.betsio-bk6egk {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.betsio-es23e7 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.betsio-pqs24w .betsio-o41dhr {
  justify-content: center;
}

/* faq */

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

.betsio-lxu91z {
  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.betsio-tvfhav ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betsio-lxu91z::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.betsio-tvfhav ease;
}

.betsio-0h6190.betsio-1jczb4 .betsio-lxu91z::after {
  transform: rotate(45deg);
}

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

.betsio-0h6190.betsio-1jczb4 .betsio-dgk21h {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.betsio-njmuse {
  margin: 25px 0;
}

.betsio-7ma1lh > input:not(:checked) ~ label:hover,
.betsio-7ma1lh > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betsio-i2y93b.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.betsio-cq67j9 44.betsio-qb7q8v.betsio-ikf8j6.betsio-lsb5dl.betsio-mmiqr8.betsio-zyyv1o.betsio-st4px3.betsio-xzjog0.betsio-ng34qw.betsio-mb7qu8.betsio-kh7k4s.betsio-gd3klk.betsio-h0iiup 0l-12.betsio-cihey8 30.betsio-jkm7hp.betsio-fa459o 2.betsio-db5rjo.betsio-fa459o 3.betsio-22zigg 3.betsio-5w1jn6.betsio-8lwk0l 3.betsio-0zpbej.betsio-i6bse8.betsio-nvj18g.betsio-ou4uwg 7-3.betsio-cihey8 10.betsio-mj7h3y.betsio-ou4uwg 23.betsio-1nm9yu.betsio-3wj5cu 1.betsio-eib3d6 2.betsio-cihey8 3.betsio-3wj5cu 1.betsio-8lwk0l 5.betsio-sageui.betsio-8lwk0l 32.betsio-d2pyuu.betsio-i6bse8 5.betsio-h0iiup 4.betsio-ou4uwg 9.betsio-ou4uwg 8.betsio-8lwk0l 6.betsio-7tn5eu.betsio-a1gkzp.betsio-z9anh2.betsio-ay4eab.betsio-24ivlj 4.betsio-bwwf8z.betsio-24ivlj 6.betsio-24ivlj 0l29.betsio-h0iiup 17.betsio-eis9m8.betsio-dl7c5c 2.betsio-s5zvy7 10.betsio-prijll.betsio-cihey8 8.betsio-1hfxt6.betsio-vl450x.betsio-68v4ug.betsio-m03vib.betsio-q1dcl7.betsio-i6bse8.betsio-zyyv1o.betsio-cihey8 1.betsio-43c47k.betsio-ml148f.betsio-j4v3z2.betsio-glfrys.betsio-fzus97.betsio-eib3d6 1.betsio-mhidei.betsio-vzfqwd.5z'/%3e%3c/svg%3e");
}

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

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

.betsio-uknfrg {
  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);
}

.betsio-uknfrg.betsio-f1gibd {
  display: block;
}

.betsio-uknfrg.betsio-oeolk5 {
  display: none;
}

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

.betsio-ketzr4 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.betsio-tneaod {
  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);
}

.betsio-1q7o6v {
  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;
}

.betsio-3b0pu9 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.betsio-1vkqgt {
  font-size: 16px;
  line-height: 140%;
}

.betsio-vd9kp8 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.betsio-vd9kp8 .betsio-miri75 {
  fill: #c2c0ce;
}

.betsio-vd9kp8 [rating="1"] .betsio-miri75:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.betsio-vd9kp8 [rating="2"] .betsio-miri75:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.betsio-vd9kp8 [rating="3"] .betsio-miri75:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.betsio-vd9kp8 [rating="4"] .betsio-miri75:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.betsio-vd9kp8 [rating="5"] .betsio-miri75:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.betsio-ryva1w 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;
}

.betsio-ryva1w 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 */

.betsio-ky71jr {
  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);
}

.betsio-ky71jr.betsio-spylgq {
  opacity: 1;
  pointer-events: auto;
}
