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

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

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

.betway-wx3z9y {
  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) {
  .betway-wx3z9y: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;
  }
}

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

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

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

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

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

.betway-upyca8 {
  cursor: pointer;
}

.betway-49h6m0 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.betway-axdw4p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.betway-axdw4p figure {
  margin: 0;
}

.betway-axdw4p.betway-kh28qi {
  justify-content: flex-start;
  margin-right: 4px;
}

.betway-axdw4p.betway-jczg2h {
  justify-content: flex-end;
  margin-left: 4px;
}

.betway-axdw4p.betway-n61rat {
  justify-content: center;
}

.betway-axdw4p.betway-j0rcgr {
  justify-content: normal;
}

.betway-wxc5ss {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.betway-49hgjr {
  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) {
  .betway-49hgjr {
    flex-direction: column;
  }
}

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

.betway-crzt8s img {
  width: 100%;
}

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

.betway-z0t33u {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.betway-z0t33u 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);
}

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

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

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

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

.betway-z0t33u ul li:last-of-type::after {
  display: none;
}

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

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

.betway-fwuksz {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .betway-8jlqc3 {
    height: 50px;
  }
}

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

.betway-8jlqc3.betway-w27adl {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .betway-8jlqc3.betway-w27adl:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.betway-i8pb5l {
  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) {
  .betway-i8pb5l {
    padding: 80px 16px 0;
  }
}

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

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

.betway-mr6z2y {
  margin-bottom: 94px;
}

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

.betway-o3sfdz .betway-b5yze1 {
  margin-bottom: 28px;
}

.betway-o3sfdz .betway-b5yze1 img {
  max-height: 100px;
  width: auto;
}

.betway-6ur22w {
  display: flex;
  align-items: center;
}

.betway-6ur22w a + a {
  margin-left: 24px;
}

.betway-6ur22w img {
  max-height: 56px;
  width: auto;
}

.betway-6ur22w img + img {
  margin-left: 24px;
}

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

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

.betway-mef0bo {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.betway-djnha5 li {
  display: flex;
  margin: 0 7px;
}

.betway-djnha5 li svg {
  transition: 0.betway-vxz8w6 ease-in-out;
}

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

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

.betway-nqwgn1 + .betway-nqwgn1 {
  margin-left: 120px;
}

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

.betway-6ixh8n {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.betway-t5lhmb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.betway-t5lhmb li {
  font-size: 16px;
}

.betway-t5lhmb li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.betway-t5lhmb li + li {
  margin-top: 16px;
}

.betway-5qpi5r {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.betway-01kt2f ease-in-out;
}

.betway-5qpi5r.betway-klsomn {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.betway-0xfa55 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.betway-k58ltt li {
  width: 100%;
}

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

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

.betway-k58ltt li a.betway-klsomn {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.betway-ztqr28 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.betway-ztqr28 img {
  width: 100%;
  transition: 0.betway-vxz8w6 ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .betway-l0voh0 .betway-b5yze1 img {
    max-width: 90px;
  }
}

.betway-b5yze1 img {
  max-height: 50px;
  width: auto;
}

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

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

.betway-7tc4c1 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.betway-7tc4c1 li {
  font-size: 16px;
  margin: 0 20px;
}

.betway-7tc4c1 li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.betway-xu3lz3 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.betway-xu3lz3.betway-jk4531 {
  margin-right: 0;
}

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

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

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

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

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

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

.betway-vn53ln:hover > ul {
  display: flex;
}

.betway-vn53ln:focus > ul {
  display: flex;
}

.betway-vn53ln:focus-within > ul {
  display: flex;
}

.betway-pusd4n {
  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;
}

.betway-pusd4n::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.betway-01kt2f ease-in-out;
}

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

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

.betway-vn53ln 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.betway-vxz8w6 ease-in-out;
  overflow: hidden;
}

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

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

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

.betway-rj6qnz {
  display: none;
}

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

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

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

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

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

.betway-i8lnel img {
  margin-bottom: 20px;
}

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

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

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

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

.betway-k7bt0m {
  color: var(--text-color);
}

.betway-8kyrnn {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.betway-8kyrnn p img {
  display: block;
  margin: 0 auto;
}

.betway-8kyrnn p:first-of-type {
  margin-top: 0;
}

.betway-8kyrnn p:last-of-type {
  margin-bottom: 0;
}

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

.betway-8kyrnn ul {
  padding: 0 0 0 20px;
}

.betway-8kyrnn table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.betway-8kyrnn table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.betway-8kyrnn iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.betway-d20zuc .betway-u5f0bf {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.betway-d20zuc .betway-fr0eeu {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.betway-fr0eeu {
  margin: 0 0 28px;
}

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

.betway-u5f0bf {
  margin: 0 0 28px;
}

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

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

.betway-r47pue .betway-wx3z9y {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.betway-qxxyso {
  position: relative;
  border: none;
}

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

.betway-61p430 {
  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;
}

.betway-61p430 span {
  height: 32px;
}

.betway-61p430 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.betway-61p430.betway-lirei1 span {
  transform: scaleY(-1);
}

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

.betway-5bc2zz {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.betway-5bc2zz li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.betway-vxz8w6 ease-in-out;
}

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

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

.betway-5bc2zz.betway-k2na5h {
  display: none;
}

.betway-vu76vk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.betway-vu76vk table {
  width: 100%;
  border-collapse: collapse;
}

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

  .betway-vu76vk table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.betway-gy5aci {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.betway-cd22b9 p {
  color: var(--text-color);
}

.betway-s522vy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.betway-cbhjzh {
  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);
}

.betway-wne7yl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.betway-0nfsxr p + p {
  margin-top: 10px;
}

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

.betway-z7ktvg {
  display: none;
}

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

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

.betway-vx41wu li {
  margin: 0 20px;
}

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

.betway-vx41wu li a img {
  margin-bottom: 4px;
}

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

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

.betway-u2cj9c li {
  font-size: 16px;
  position: relative;
}

.betway-u2cj9c li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.betway-u2cj9c li span {
  opacity: 0.5;
}

.betway-u2cj9c li + li {
  margin-left: 30px;
}

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

h2.betway-4l3v41 {
  margin: 0 0 28px;
}

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

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

.betway-rnyqtj 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);
}

.betway-rnyqtj 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;
}

.betway-rnyqtj 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;
}

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

.betway-rnyqtj tbody tr:last-of-type {
  margin-bottom: 0;
}

.betway-rnyqtj tbody tr td:first-of-type {
  flex-shrink: 0;
}

.betway-rnyqtj 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);
}

.betway-rnyqtj 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);
}

.betway-rnyqtj tbody tr td:last-of-type {
  margin-left: auto;
}

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

.betway-rnyqtj tbody tr td .betway-bqk6iq {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .betway-rnyqtj tbody tr td .betway-bqk6iq {
    width: 100%;
  }
}

.betway-rnyqtj tbody tr td .betway-urnsk5 {
  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.betway-vxz8w6 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .betway-rnyqtj tbody tr td .betway-urnsk5 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .betway-rnyqtj tbody tr td .betway-urnsk5 {
    width: 100%;
  }
}

.betway-rnyqtj tbody tr td .betway-yjy6m2 {
  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) {
  .betway-rnyqtj tbody tr td .betway-yjy6m2:hover {
    text-decoration: none;
  }
}

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

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

.betway-4x392g {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.betway-pmwj5q img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.betway-vxz8w6 ease-in-out;
}

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

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

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

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

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

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

.betway-412gm6 img {
  width: 100%;
  height: 100%;
}

.betway-412gm6 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.betway-d6aol8 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.betway-vxz8w6 ease-in-out;
}

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

.betway-2edpjy {
  padding: 90px 0;
}

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

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

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

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

.betway-7mtg2g img {
  width: 100%;
}

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

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

.betway-pamgyt {
  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;
}

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

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

.betway-k0fa2o {
  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.betway-vxz8w6 ease-in-out;
}

.betway-k0fa2o:hover {
  border: 1px solid #8c8ca2;
}

.betway-s0easr {
  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%);
}

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

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

.betway-8x9nwd a {
  text-decoration: underline;
  color: #8babff;
}

.betway-4tdh73 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.betway-4tdh73 .betway-k0fa2o {
  width: 50%;
  margin: 0;
}

.betway-4aglze {
  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;
}

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

.betway-lco7bo {
  margin: 0 0 100px;
}

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

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

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

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

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

.betway-nb9ncd {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.betway-4ypw53 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.betway-vxz8w6 ease-in-out;
}

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

.betway-4ypw53 a svg {
  fill: #fff;
}

.betway-4ypw53 a:hover {
  background: #3d68e7;
}

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

.betway-r0noaa {
  margin-bottom: 16px;
}

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

.betway-qicpsz {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.betway-l1s33n 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);
}

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

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

.betway-l1s33n table tr:last-of-type td {
  border-bottom: none;
}

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

.betway-9x9lqb {
  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) {
  .betway-9x9lqb {
    min-height: 190px;
  }
}

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

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

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

.betway-lcan8f.betway-h8ubgf {
  display: none;
}

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

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

.betway-pwq7v1 iframe.betway-6r8yjx {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.betway-pwq7v1.betway-s7xqvi {
  opacity: 1;
  pointer-events: all;
}

.betway-q3qkw5 {
  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.betway-vxz8w6 ease-in-out;
}

.betway-q3qkw5 svg {
  margin-right: 10px;
}

.betway-q3qkw5 + .betway-q3qkw5 {
  margin-top: 14px;
}

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

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

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

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

.betway-wu89m5 .betway-r47pue {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .betway-wu89m5 .betway-r47pue {
    margin: 28px 0 0;
  }
}

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

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

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

.betway-3kf4dm {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.betway-dhfweb {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.betway-5hjeyn {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.betway-jeqxzu .betway-wx3z9y {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .betway-jeqxzu .betway-wx3z9y {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.betway-s2niou {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.betway-s2niou img {
  width: 100%;
}

.betway-z5oyfy {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.betway-l0m5lr {
  width: 100%;
  margin: 0 0 100px;
}

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

.betway-l0m5lr .betway-nvhbs9 {
  position: relative;
}

.betway-l0m5lr .betway-5z19xv {
  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;
}

.betway-l0m5lr .betway-5z19xv.betway-h8ubgf {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .betway-l0m5lr .betway-hxortf {
    bottom: 90px;
  }
}

.betway-l0m5lr .betway-hxortf .betway-ra52ca {
  max-width: 300px;
  width: 100%;
}

.betway-l0m5lr .betway-hxortf .betway-ra52ca .betway-05nuto {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .betway-l0m5lr .betway-hxortf .betway-ra52ca .betway-05nuto {
    font-size: 32px;
    text-align: center;
  }
}

.betway-l0m5lr .betway-hxortf .betway-ra52ca .betway-5c2b4j {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .betway-l0m5lr .betway-hxortf .betway-ra52ca .betway-5c2b4j {
    text-align: center;
  }
}

.betway-l0m5lr .betway-hxortf .betway-jk4531 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .betway-l0m5lr .betway-hxortf .betway-jk4531 {
    flex-direction: column-reverse;
  }
}

.betway-l0m5lr .betway-hxortf .betway-jk4531 .betway-sjsk54 {
  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.betway-vxz8w6 ease-in-out;
}

.betway-l0m5lr .betway-hxortf .betway-jk4531 .betway-sjsk54:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .betway-l0m5lr .betway-hxortf .betway-jk4531 .betway-sjsk54 {
    width: 100%;
  }
}

.betway-l0m5lr .betway-hxortf .betway-jk4531 .betway-2fjyzb {
  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.betway-vxz8w6 ease-in-out;
  overflow: hidden;
}

.betway-l0m5lr .betway-hxortf .betway-jk4531 .betway-2fjyzb 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);
  }
}

.betway-l0m5lr .betway-hxortf .betway-jk4531 .betway-2fjyzb: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;
}

.betway-l0m5lr .betway-hxortf .betway-jk4531 .betway-2fjyzb:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .betway-l0m5lr .betway-hxortf .betway-jk4531 .betway-2fjyzb {
    width: 100%;
  }
}

.betway-l0m5lr .betway-hxortf.betway-h8ubgf {
  display: none;
}

.betway-l0m5lr .betway-njc79z {
  display: none;
}

.betway-l0m5lr .betway-njc79z.betway-s7xqvi {
  display: block;
}

.betway-l0m5lr .betway-njc79z iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .betway-l0m5lr .betway-njc79z iframe {
    height: calc(100vh - 54px);
  }
}

.betway-l0m5lr .betway-9ozubr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .betway-l0m5lr .betway-9ozubr {
    padding: 24px 16px 0;
  }
}

.betway-l0m5lr .betway-9ozubr .betway-05nuto {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .betway-l0m5lr .betway-9ozubr .betway-05nuto {
    margin-bottom: 24px;
  }
}

.betway-l0m5lr .betway-9ozubr 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);
}

.betway-l0m5lr .betway-9ozubr 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) {
  .betway-l0m5lr .betway-9ozubr table tr td {
    padding: 12px 4px;
  }
}

.betway-l0m5lr .betway-9ozubr 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) {
  .betway-l0m5lr .betway-9ozubr table tr th {
    padding: 12px 4px;
  }
}

.betway-l0m5lr .betway-9ozubr table tr:last-of-type td {
  border-bottom: none;
}

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

.betway-6anr2r.betway-klsomn {
  display: block;
}

.betway-6anr2r iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.betway-6anr2r .betway-w74h8g {
  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;
}

.betway-6anr2r .betway-nij533 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.betway-6anr2r .betway-2fjyzb {
  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.betway-vxz8w6 ease-in-out;
}

.betway-6anr2r .betway-2fjyzb:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.betway-bxwwu3.betway-klsomn {
  display: block;
}

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

.betway-6ros4p {
  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;
}

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

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

.betway-lddbab {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.betway-lddbab svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.betway-c6ijld {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.betway-bunlrr.betway-h8ubgf {
  display: none;
}

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

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

.betway-4ulzmu {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.betway-4ulzmu 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.betway-vxz8w6 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.betway-4ulzmu input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.betway-4ulzmu input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.betway-4ulzmu input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.betway-4ulzmu input:active {
  border-color: #c2c0ce;
}

.betway-4ulzmu input:focus {
  border-color: #c2c0ce;
}

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

.betway-kxms5o {
  margin-bottom: 36px;
}

.betway-kxms5o 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;
}

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

.betway-kxms5o textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.betway-i0w257 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.betway-65z7ir {
  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.betway-vxz8w6 ease-in-out;
}

.betway-65z7ir:hover {
  background: var(--border-color);
}

.betway-yyx8va {
  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.betway-vxz8w6 ease-in-out;
}

.betway-yyx8va:hover {
  background: #166ad9;
}

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

.betway-b9huts.betway-h8ubgf {
  display: none;
}

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

.betway-b9huts .betway-65z7ir {
  margin: 0 auto;
}

.betway-85321b {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.betway-0vw2hc {
  filter: grayscale(100%);
}

.betway-f5x60c > input {
  display: none;
}

.betway-f5x60c > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betway-yjkoq1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.betway-fglf6v 44.betway-58rh6k.betway-75t7y2.betway-wbkel4.betway-gpueoo.betway-sjne7q.betway-hcrkld.betway-2i2jl1.betway-7z9ccy.betway-mew4ed.betway-i48nff.betway-iopwnk.betway-bbomzn 0l-12.betway-r0ifd3 30.betway-4vq0zy.betway-qq9s1v 2.betway-fywzr9.betway-qq9s1v 3.betway-a63j8p 3.betway-6eud8v.betway-5nqvvs 3.betway-3m1jpj.betway-s1lnk0.betway-zotkvy.betway-tp3g3y 7-3.betway-r0ifd3 10.betway-8k784b.betway-tp3g3y 23.betway-vd9dws.betway-izaven 1.betway-q54kxx 2.betway-r0ifd3 3.betway-izaven 1.betway-5nqvvs 5.betway-cumohj.betway-5nqvvs 32.betway-lff4aw.betway-s1lnk0 5.betway-bbomzn 4.betway-tp3g3y 9.betway-tp3g3y 8.betway-5nqvvs 6.betway-cla2ox.betway-6ag6zr.betway-y9xcyy.betway-y94uxy.betway-x88ply 4.betway-r5fnw8.betway-x88ply 6.betway-x88ply 0l29.betway-bbomzn 17.betway-wmghaz.betway-fmpgdr 2.betway-4dkxnr 10.betway-eb73am.betway-r0ifd3 8.betway-q7u4s7.betway-avplhm.betway-6ybw9q.betway-q3bjsb.betway-hbycub.betway-s1lnk0.betway-sjne7q.betway-r0ifd3 1.betway-4bzuzu.betway-vyte33.betway-89lw6e.betway-fmz5v0.betway-65jojf.betway-q54kxx 1.betway-71k3q5.betway-zfr0za.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.betway-f5x60c > input:checked ~ label,
.betway-f5x60c > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betway-yjkoq1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.betway-fglf6v 44.betway-58rh6k.betway-75t7y2.betway-wbkel4.betway-gpueoo.betway-sjne7q.betway-hcrkld.betway-2i2jl1.betway-7z9ccy.betway-mew4ed.betway-i48nff.betway-iopwnk.betway-bbomzn 0l-12.betway-r0ifd3 30.betway-4vq0zy.betway-qq9s1v 2.betway-fywzr9.betway-qq9s1v 3.betway-a63j8p 3.betway-6eud8v.betway-5nqvvs 3.betway-3m1jpj.betway-s1lnk0.betway-zotkvy.betway-tp3g3y 7-3.betway-r0ifd3 10.betway-8k784b.betway-tp3g3y 23.betway-vd9dws.betway-izaven 1.betway-q54kxx 2.betway-r0ifd3 3.betway-izaven 1.betway-5nqvvs 5.betway-cumohj.betway-5nqvvs 32.betway-lff4aw.betway-s1lnk0 5.betway-bbomzn 4.betway-tp3g3y 9.betway-tp3g3y 8.betway-5nqvvs 6.betway-cla2ox.betway-6ag6zr.betway-y9xcyy.betway-y94uxy.betway-x88ply 4.betway-r5fnw8.betway-x88ply 6.betway-x88ply 0l29.betway-bbomzn 17.betway-wmghaz.betway-fmpgdr 2.betway-4dkxnr 10.betway-eb73am.betway-r0ifd3 8.betway-q7u4s7.betway-avplhm.betway-6ybw9q.betway-q3bjsb.betway-hbycub.betway-s1lnk0.betway-sjne7q.betway-r0ifd3 1.betway-4bzuzu.betway-vyte33.betway-89lw6e.betway-fmz5v0.betway-65jojf.betway-q54kxx 1.betway-71k3q5.betway-zfr0za.5z'/%3e%3c/svg%3e");
}

.betway-f5x60c > input:not(:checked) ~ label:hover,
.betway-f5x60c > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betway-yjkoq1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.betway-fglf6v 44.betway-58rh6k.betway-75t7y2.betway-wbkel4.betway-gpueoo.betway-sjne7q.betway-hcrkld.betway-2i2jl1.betway-7z9ccy.betway-mew4ed.betway-i48nff.betway-iopwnk.betway-bbomzn 0l-12.betway-r0ifd3 30.betway-4vq0zy.betway-qq9s1v 2.betway-fywzr9.betway-qq9s1v 3.betway-a63j8p 3.betway-6eud8v.betway-5nqvvs 3.betway-3m1jpj.betway-s1lnk0.betway-zotkvy.betway-tp3g3y 7-3.betway-r0ifd3 10.betway-8k784b.betway-tp3g3y 23.betway-vd9dws.betway-izaven 1.betway-q54kxx 2.betway-r0ifd3 3.betway-izaven 1.betway-5nqvvs 5.betway-cumohj.betway-5nqvvs 32.betway-lff4aw.betway-s1lnk0 5.betway-bbomzn 4.betway-tp3g3y 9.betway-tp3g3y 8.betway-5nqvvs 6.betway-cla2ox.betway-6ag6zr.betway-y9xcyy.betway-y94uxy.betway-x88ply 4.betway-r5fnw8.betway-x88ply 6.betway-x88ply 0l29.betway-bbomzn 17.betway-wmghaz.betway-fmpgdr 2.betway-4dkxnr 10.betway-eb73am.betway-r0ifd3 8.betway-q7u4s7.betway-avplhm.betway-6ybw9q.betway-q3bjsb.betway-hbycub.betway-s1lnk0.betway-sjne7q.betway-r0ifd3 1.betway-4bzuzu.betway-vyte33.betway-89lw6e.betway-fmz5v0.betway-65jojf.betway-q54kxx 1.betway-71k3q5.betway-zfr0za.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .betway-7ldz7o > .betway-awhvfg {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .betway-7ldz7o > .betway-awhvfg {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .betway-7ldz7o > .betway-awhvfg {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .betway-7ldz7o > .betway-awhvfg {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .betway-7ldz7o > .betway-awhvfg {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.betway-f561we.betway-h8ubgf {
  display: none;
}

.betway-9h389c {
  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) {
  .betway-9h389c {
    height: 74px;
    overflow: visible;
  }
}

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

.betway-ulpxsy {
  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;
}

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

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

.betway-ulpxsy img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.betway-fyok7c {
  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;
}

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

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

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

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

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

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

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

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

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

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

.betway-f561we.betway-sf7fwo .betway-9h389c {
  background: #2b3b67;
}

.betway-f561we.betway-sf7fwo .betway-ulpxsy {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.betway-f561we.betway-sf7fwo .betway-ulpxsy::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.betway-f561we.betway-sf7fwo .betway-ulpxsy::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.betway-f561we.betway-sf7fwo .betway-fyok7c::before {
  background: #0e0f41;
}

.betway-f561we.betway-sf7fwo .betway-fyok7c::after {
  background: #152557;
}

.betway-f561we.betway-rle23z .betway-9h389c {
  background: #1f35fa;
}

.betway-f561we.betway-rle23z .betway-ulpxsy {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.betway-f561we.betway-rle23z .betway-ulpxsy::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.betway-f561we.betway-rle23z .betway-ulpxsy::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.betway-f561we.betway-rle23z .betway-fyok7c::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.betway-f561we.betway-rle23z .betway-fyok7c::after {
  background: #192ac8;
}

.betway-f561we.betway-euyb1b .betway-9h389c {
  background: #fa771f;
}

.betway-f561we.betway-euyb1b .betway-ulpxsy {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.betway-f561we.betway-euyb1b .betway-ulpxsy::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.betway-f561we.betway-euyb1b .betway-ulpxsy::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.betway-f561we.betway-euyb1b .betway-fyok7c::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.betway-f561we.betway-euyb1b .betway-fyok7c::after {
  background: #fa8535;
}

.betway-6e70kz {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.betway-0so4ez {
  display: flex;
  align-items: center;
  gap: 10px;
}

.betway-0so4ez span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.betway-0so4ez small {
  font-size: 14px;
  color: var(--text-color);
}

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

.betway-pb7l9n {
  width: 120px;
  height: 22px;
}

.betway-pb7l9n .betway-ly02mc {
  fill: #c2c0ce;
}

.betway-pb7l9n [rating="1"] .betway-ly02mc:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.betway-pb7l9n [rating="2"] .betway-ly02mc:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.betway-pb7l9n [rating="3"] .betway-ly02mc:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.betway-pb7l9n [rating="4"] .betway-ly02mc:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.betway-pb7l9n [rating="5"] .betway-ly02mc:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.betway-es4jy6 {
  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);
}

.betway-es4jy6.betway-s7xqvi {
  display: block;
}

.betway-es4jy6.betway-h8ubgf {
  display: none;
}

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

.betway-pisbrc {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.betway-bv5ypf {
  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);
}

.betway-jho6jc {
  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;
}

.betway-7u8hc0 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.betway-lpdsee {
  font-size: 16px;
  line-height: 140%;
}

.betway-yizbyx {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.betway-yizbyx .betway-ly02mc {
  fill: #c2c0ce;
}

.betway-yizbyx [rating="1"] .betway-ly02mc:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.betway-yizbyx [rating="2"] .betway-ly02mc:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.betway-yizbyx [rating="3"] .betway-ly02mc:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.betway-yizbyx [rating="4"] .betway-ly02mc:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.betway-yizbyx [rating="5"] .betway-ly02mc:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.betway-osm9mf {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.betway-0uk05e {
  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) {
  .betway-0uk05e {
    padding: 12px;
    gap: 12px;
  }
}

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

.betway-rgb3gm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.betway-5hp0r4 {
  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;
}

.betway-q3c1bp {
  flex: 1;
  min-width: 0;
}

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

.betway-hwj79o {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.betway-hwj79o svg path {
  fill: var(--button-bg-color);
}

.betway-hwj79o svg circle {
  fill: var(--button-text-color);
}

.betway-4p0tpg {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.betway-4p0tpg strong {
  font-weight: 600;
}

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

.betway-qsldck p {
  margin: 0 0 16px;
}

.betway-qsldck p:last-child {
  margin-bottom: 0;
}

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

.betway-jg1l3a {
  max-width: 300px;
  width: 100%;
}

.betway-jg1l3a a {
  width: 100%;
}

@media (max-width: 575px) {
  .betway-jg1l3a {
    max-width: 200px;
  }
}

.betway-vqcck8 {
  justify-content: center;
}

.betway-a0hysb {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.betway-ak22xd {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.betway-l9a7vy .betway-7tc4c1 {
  justify-content: center;
}

/* faq */

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

.betway-13e9u7 {
  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.betway-fzfz1d ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betway-13e9u7::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.betway-fzfz1d ease;
}

.betway-v52gwv.betway-klsomn .betway-13e9u7::after {
  transform: rotate(45deg);
}

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

.betway-v52gwv.betway-klsomn .betway-tgv5b0 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.betway-u4aqj2 {
  margin: 25px 0;
}

.betway-f5x60c > input:not(:checked) ~ label:hover,
.betway-f5x60c > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.betway-dwx4pn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.betway-nf475d 44.betway-mf0rpt.betway-6vcsru.betway-morqpi.betway-i6i3in.betway-u31zbo.betway-kd7m3x.betway-wqj20x.betway-3p887y.betway-p5kexy.betway-j37u5u.betway-ly256n.betway-vb29m3 0l-12.betway-yk37go 30.betway-2g3vu2.betway-28jx4p 2.betway-zqjmye.betway-28jx4p 3.betway-p95fl0 3.betway-wz4yej.betway-xb9l55 3.betway-k96qsh.betway-clmybo.betway-4710xf.betway-trkvvl 7-3.betway-yk37go 10.betway-40366j.betway-trkvvl 23.betway-w1b59c.betway-n2nl9i 1.betway-hs7buk 2.betway-yk37go 3.betway-n2nl9i 1.betway-xb9l55 5.betway-qmepm3.betway-xb9l55 32.betway-1w47xh.betway-clmybo 5.betway-vb29m3 4.betway-trkvvl 9.betway-trkvvl 8.betway-xb9l55 6.betway-06cltj.betway-eqo5z5.betway-5855o9.betway-dvvniv.betway-ba6rcr 4.betway-asgvrv.betway-ba6rcr 6.betway-ba6rcr 0l29.betway-vb29m3 17.betway-ajdc0b.betway-nizteh 2.betway-ack7if 10.betway-dx9p8a.betway-yk37go 8.betway-parqth.betway-hf4s8c.betway-ziuxdv.betway-49ha2d.betway-ze9g1m.betway-clmybo.betway-u31zbo.betway-yk37go 1.betway-79l851.betway-g2ai1t.betway-2kn632.betway-kejnam.betway-4jrb3i.betway-hs7buk 1.betway-7isixe.betway-gltzy3.5z'/%3e%3c/svg%3e");
}

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

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

.betway-myj7xz {
  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);
}

.betway-myj7xz.betway-8guztz {
  display: block;
}

.betway-myj7xz.betway-vixavo {
  display: none;
}

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

.betway-d8tdbq {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.betway-e17n31 {
  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);
}

.betway-odwehx {
  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;
}

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

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

.betway-ilo72k {
  font-size: 16px;
  line-height: 140%;
}

.betway-nq48vb {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.betway-nq48vb .betway-unqxud {
  fill: #c2c0ce;
}

.betway-nq48vb [rating="1"] .betway-unqxud:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.betway-nq48vb [rating="2"] .betway-unqxud:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.betway-nq48vb [rating="3"] .betway-unqxud:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.betway-nq48vb [rating="4"] .betway-unqxud:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.betway-nq48vb [rating="5"] .betway-unqxud:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.betway-o9dq1a 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;
}

.betway-o9dq1a 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 */

.betway-oas3nw {
  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);
}

.betway-oas3nw.betway-kzi1nj {
  opacity: 1;
  pointer-events: auto;
}

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

.betway-qmy0k1 label {
  font-size: 14px;
}

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

.betway-nv86lw h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.betway-mlgf5c, .betway-xi39tl, [class*="review-card"],
thead, thead th, table th, .betway-iwrr24,
.betway-ht965p, [class*="collapsible-header"],
.betway-s522vy, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* h2_0-heading-visual: restore heading look after SEO h2->p conversion */
#h2_0 { font-weight: 700; font-size: 40px; line-height: normal; text-align: center; margin: 0 auto 32px; color: var(--title-color); }
@media only screen and (max-width: 767px) { #h2_0 { font-size: 26px; margin-bottom: 20px; } }
