* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.betway-vmlevx {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .betway-vmlevx {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .betway-vmlevx {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.betway-sht10f {
  overflow: hidden;
}

.betway-4nlr4l img {
  background: var(--Neutral-300);
}

.betway-8afgdn {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.betway-xfsf0f {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.betway-xfsf0f:hover {
  background: var(--button-bg-hover);
}

.betway-ubx22w {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betway-ubx22w:hover {
  background: var(--button-bg-hover);
}

.betway-pyaesr {
  font-size: 12px;
  line-height: 18px;
}

.betway-9xo85m {
  font-size: 18px;
  line-height: 26px;
}

.betway-qynses {
  width: 100%;
}

.betway-mew8eu {
  padding: 6px 16px;
}

.betway-nswgtj {
  padding: 10px 16px;
}

.betway-gmkr15 {
  padding: 15px 26px;
}

.betway-dv6j7s {
  flex-shrink: 0;
}

.betway-9mn4a4 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.betway-q1uz7y {
  display: none;
}

.betway-8kfww1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.betway-f19ufo {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.betway-6hsc86 {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.betway-xggdin {
  cursor: grab;
}

.betway-6hsc86::-webkit-scrollbar {
  display: none;
}

.betway-pfygrv {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.betway-jxkbnf {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.betway-r73xl3 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.betway-gd43ro {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.betway-6kfdba {
  visibility: visible;
}

.betway-uzq8zx {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.betway-av3uub ease;
}

.betway-gtku66 {
  background-color: var(--Primary-200);
  width: 16px;
}

.betway-uiuism {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.betway-av3uub,
    mask-image 0.3s;
}

.betway-uiuism.betway-s9b2wo {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.betway-8nwoyj:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.betway-s2x0xc {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.betway-1kkif2.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.betway-1kkif2.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.betway-pvvee8 {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.betway-pvvee8::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.betway-3rv7h9 {
  position: relative;
  z-index: 1;
}

.betway-co2quq {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.betway-r3txi0 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.betway-pb93fu {
  font-size: 40px;
  line-height: 48px;
}

.betway-1nwogu {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.betway-wdi044 {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.betway-wdi044:hover {
  background: var(--Primary-400);
}

.betway-wdi044 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.betway-8nwoyj img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .betway-pvvee8 {
    max-width: 600px;
    padding: 64px;
  }

  .betway-co2quq {
    font-size: 24px;
    line-height: 32px;
  }

  .betway-r3txi0 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .betway-pb93fu {
    font-size: 50px;
    line-height: 56px;
  }

  .betway-1nwogu {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .betway-s2x0xc {
    top: 25px;
    right: 25px;
  }
}

.betway-qihkv6,
.betway-dw1vdu {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.betway-fhsgoc.betway-biwrk4::before,
.betway-dw1vdu::before,
.betway-rwnbpt::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.betway-1kkif2.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.betway-cikhrr 14.betway-bi9pwt.betway-hkgr6l 14.betway-grmneu 15.betway-1nxoeq 14.betway-3z01pd 15.betway-hfohdr 14.betway-tmy1q5.betway-rbew61 14.betway-gm0hm3 19.betway-ozuhjb 12.betway-k2ayo4 19.betway-ozuhjb 10.betway-ruouut.betway-ozuhjb 8.betway-d2mb4t 17.betway-7fjaoq 7.betway-4a3eqx 15.betway-euee6i 7.betway-2ix9zi.betway-r6kr5o 7.betway-4a3eqx 11.betway-ampsy6 8.betway-d2mb4t 11.betway-ampsy6 10.betway-z7jlhr.betway-ampsy6 12.betway-yxcudd 13.betway-j3ye3w 14.betway-a9dak6 15.betway-zwpjfe 14.betway-f7ewxx.betway-n0pz04 14.betway-f2dqip 15.betway-u58bah 14.betway-kst65o 15.betway-9j7eti 14.betway-vqbdzt.betway-cikhrr 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.betway-sq4a34 15.betway-w611oi.betway-zd56r7 15.betway-jz0kx4 15.betway-613800 15.betway-7ng2tz 15.betway-vjr9f7 15.betway-2sa9yk.betway-96fhql 15.betway-7ng2tz 15.betway-v7tr1h 15.betway-o5p63v 15.betway-s7vhhc 15.betway-whri6i.betway-nba0ay 15.betway-i58gut 7.betway-8oo5qm 18.betway-4gfy12 7.betway-4jsy1e 23.betway-7oa89c.betway-m6fyte.betway-9pf658 18.betway-dc7s1t 19.betway-o0nltv 15.betway-jwe9ve 15.betway-sq4a34 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.betway-4w6jqf [type="submit"] *,
.betway-uv5two button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .betway-y2abez {
    display: none;
  }
}

.betway-kgf34j {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .betway-kgf34j {
  display: none;
}

@media (min-width: 768px) {
  .betway-kgf34j {
    bottom: 22px;
  }
}

.betway-kgf34j input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .betway-kgf34j {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.betway-t3jfx8.static) .betway-kgf34j {
    bottom: 8px;
  }
}

.betway-x51a8g {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.betway-1kkif2.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.betway-9hf1jf 3.betway-g3rtfv.betway-7cbqks.betway-2sa9gf 3.betway-221xa0 3.betway-83sh6v 5.betway-qwh1rs 3.betway-83sh6v 8.betway-gaxuaq.betway-d7k491.betway-83sh6v 26.betway-22k7tb 5.betway-fyx5el 28.betway-40vvgl 8.betway-3kh3vx 28.betway-xjvwzh.betway-v42nvl 28.betway-jkjwt5.betway-brjlie 34.betway-6uh19a.betway-o6xb7u 36.betway-4f5xk4 11.betway-00788e 37.betway-qhbw8k 12.betway-uuymsz 36.betway-2grlug.betway-5rd231 28.betway-7zkgjq.betway-glqd7a.betway-bhqesg 28.betway-tto9t6 36.betway-tm0ti5 26.betway-yvkz4b 36.betway-tm0ti5 23.betway-1e63d0.betway-83o0ht.betway-tm0ti5 5.betway-1dl94s 34.betway-emj5h4 3.betway-221xa0 31.betway-9hf1jf 3.betway-31moeq.betway-n5n7xk 18.betway-jjkav6.betway-mztmyo 18.betway-joojmk 8.betway-hr9ni4 17.betway-36vh3b 8.betway-hr9ni4 15.betway-axq6y9.betway-hr9ni4 14.betway-ixewey 9.betway-mztmyo 13.betway-xpsno2 11.betway-n5n7xk 13.betway-dquucp.betway-ny1tif 13.betway-xpsno2 13.betway-c5vx70 14.betway-ixewey 13.betway-c5vx70 15.betway-3mlyhu.betway-c5vx70 17.betway-36vh3b 12.betway-ny1tif 18.betway-joojmk 11.betway-n5n7xk 18.betway-jq0qly.betway-3wdcp1 18.betway-l9jgta.betway-4slyuf 18.betway-joojmk 17.betway-3abqvy 17.betway-36vh3b 17.betway-3abqvy 15.betway-zqauzd.betway-3abqvy 14.betway-ixewey 18.betway-4slyuf 13.betway-xpsno2 20.betway-3wdcp1 13.betway-8kur86.betway-xrp2no 13.betway-xpsno2 22.betway-ohtjnr 14.betway-ixewey 22.betway-ohtjnr 15.betway-8c3dc1.betway-t9xn7x 17.betway-36vh3b 21.betway-xrp2no 18.betway-joojmk 20.betway-3wdcp1 18.betway-mba8vj.betway-1vekkw 18.betway-e0a2ph.betway-cpyk1y 18.betway-joojmk 26.betway-x1d83h 17.betway-36vh3b 26.betway-x1d83h 15.betway-wqcypm.betway-x1d83h 14.betway-ixewey 27.betway-cpyk1y 13.betway-xpsno2 28.betway-1vekkw 13.betway-j7fcsa.betway-aebegr 13.betway-xpsno2 31.betway-j3qo9r 14.betway-ixewey 31.betway-j3qo9r 15.betway-20auhh.betway-x1d83h 17.betway-36vh3b 30.betway-aebegr 18.betway-joojmk 28.betway-1vekkw 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .betway-x51a8g {
    display: none;
  }
}

.betway-cv9jqc {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .betway-cv9jqc {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.betway-uv5two {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .betway-uv5two {
    padding: 14px 16px;
  }
}

.betway-uv5two button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.betway-uv5two button:first-child {
  align-content: end;
}

.betway-uv5two button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .betway-uv5two
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .betway-uv5two
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.betway-uv5two button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.betway-uv5two button:last-child svg {
  width: 38px;
  height: 38px;
}

.betway-rwnbpt {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.betway-rwnbpt::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .betway-rwnbpt,
.pc61d126-chatbot[data-active-screen="3"]
  .betway-rwnbpt {
  opacity: 1;
  visibility: visible;
}

.betway-5j7xw9 {
  flex: 1 1;
}

.betway-c9zcho {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .betway-c9zcho {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .betway-h26nz8 {
  display: block;
}

.betway-8lb24y {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .betway-8lb24y {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.betway-dw1vdu {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.betway-dw1vdu::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.betway-5bnwu5 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.betway-5bnwu5 p {
  color: var(--Text-100);
}

.betway-dw1vdu .betway-qu9dxu {
  grid-area: button;
}

.betway-dw1vdu .betway-qu9dxu::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.betway-1kkif2.org/2000/svg'%3E%3Cpath d='M4.betway-hn0v0g 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betway-esxq3p 15L16.betway-esxq3p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betway-esxq3p 5L16.betway-esxq3p 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .betway-lqqalx {
  display: block;
}

.betway-4a706o {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .betway-4a706o {
    margin-top: 40px;
  }
}

.betway-qihkv6 label,
.betway-qihkv6 input {
  display: block;
  width: 100%;
}

.betway-qihkv6 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.betway-qihkv6 label.betway-noucgj input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.betway-qihkv6 label.betway-noucgj::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.betway-qihkv6 input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.betway-qihkv6 input::placeholder {
  color: var(--Text-400);
}

.betway-hkc2gl {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .betway-hkc2gl {
  display: flex;
}

.betway-hkc2gl ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .betway-hkc2gl ol {
    height: 420px;
    padding: 24px;
  }
}

.betway-hkc2gl ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.betway-4w6jqf {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .betway-4w6jqf {
    padding: 0 24px 24px;
  }
}

.betway-4w6jqf input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.betway-4w6jqf input::placeholder {
  color: var(--Text-400);
}

.betway-4w6jqf [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.betway-4w6jqf [type="submit"]:disabled {
  opacity: 0.5;
}

.betway-4w6jqf [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .betway-4w6jqf [type="submit"] {
    right: 40px;
  }
}

.betway-fhsgoc {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.betway-fhsgoc.betway-biwrk4 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.betway-fhsgoc.betway-biwrk4::before {
  content: "";
  width: 31px;
}

.betway-fhsgoc.betway-biwrk4 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betway-fhsgoc.betway-lrzwup p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.betway-fhsgoc p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betway-kgf34j .betway-qu9dxu {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.betway-y2abez {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .betway-y2abez {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .betway-y2abez {
    padding: 18px 0;
  }
}

.betway-y2abez .betway-vmlevx {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .betway-y2abez .betway-vmlevx {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.betway-zzty7z {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .betway-zzty7z {
    max-width: 160px;
    height: 40px;
  }
}

.betway-zzty7z picture,
.betway-zzty7z img {
  display: block;
  width: 100%;
  height: 100%;
}

.betway-zzty7z img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .betway-hd6kaf {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.betway-av3uub ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .betway-y2abez.betway-l2cpr3 .betway-hd6kaf {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .betway-hd6kaf {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .betway-hd6kaf {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.betway-wug42z,
.betway-3w2s5t {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .betway-wug42z,
  .betway-3w2s5t {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .betway-3w2s5t {
    display: none;
  }
}

.betway-atvq1e {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.betway-l2cpr3 .betway-atvq1e {
  background: var(--fh-bg-color);
}

.betway-atvq1e button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .betway-atvq1e {
    display: none;
  }
}

.betway-l2mp24 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betway-l2mp24 {
    display: none;
  }
}

.betway-ewft54 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.betway-y2abez.betway-l2cpr3 .betway-ewft54:first-child {
  display: none;
}

.betway-y2abez.betway-l2cpr3 .betway-ewft54:last-child {
  display: block;
}

.betway-ewft54:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .betway-ewft54 {
    display: none;
  }
}

.betway-epbsg0 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betway-epbsg0 {
    display: flex;
  }
}

.betway-epbsg0 ul {
  max-height: 350px;
  overflow-y: auto;
}

.betway-epbsg0:hover ul {
  visibility: visible;
  opacity: 1;
}

.betway-epbsg0:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.betway-epbsg0:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.betway-epbsg0:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.betway-epbsg0:hover .betway-atvw21 svg {
  transform: rotate(180deg);
}

.betway-ly2bek {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.betway-9k8ghq {
  padding: 0 8px;
}

.betway-8hmzxs {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.betway-8hmzxs:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .betway-8hmzxs {
    padding: 4px 8px;
  }
}

.betway-li005p {
  display: flex;
}

.betway-li005p img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.betway-atvw21 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.betway-atvw21 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.betway-408q6r {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .betway-408q6r {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.betway-b1gbiy {
  width: 100%;
}

@media (min-width: 1200px) {
  .betway-b1gbiy {
    display: none;
  }
}

.betway-q3fdrr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.betway-z8y6gx {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.betway-jnyvm5 {
  display: flex;
}

.betway-1x65lu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.betway-0qjfwm {
  list-style: none;
}

@media (max-width: 1199px) {
  .betway-0qjfwm {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .betway-0qjfwm {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .betway-0qjfwm .betway-z83xki [data-ref-el],
  .betway-0qjfwm .betway-z83xki span,
  .betway-0qjfwm .betway-z83xki a {
    white-space: nowrap;
  }
}

.betway-1phi5y {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .betway-1phi5y.betway-h88mqo > .betway-z83xki {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .betway-1phi5y.betway-a3pcaq:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .betway-1phi5y.betway-h88mqo > .betway-noflbc {
    height: auto;
  }

  .betway-1phi5y.betway-h88mqo > div > .betway-aj5hpg {
    transform: rotate(180deg);
  }
}

.betway-1phi5y [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.betway-1phi5y [data-ref-el],
.betway-1phi5y span {
  cursor: pointer;
}

.betway-1phi5y [data-ref-el],
.betway-1phi5y span,
.betway-1phi5y a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .betway-1phi5y [data-ref-el],
  .betway-1phi5y span,
  .betway-1phi5y a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .betway-1phi5y [data-ref-el],
  .betway-1phi5y span,
  .betway-1phi5y a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.betway-noflbc {
  height: 0;
  overflow: hidden;
  transition: height 0.betway-av3uub ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.betway-noflbc::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.betway-noflbc::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.betway-noflbc::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .betway-noflbc {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .betway-noflbc:has(> .betway-1phi5y.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .betway-noflbc .betway-noflbc {
    padding: 0;
  }

  .betway-noflbc .betway-1phi5y {
    font-weight: 400;
  }

  .betway-noflbc .betway-1phi5y:hover > .betway-z83xki {
    background: var(--Neutral-300);
  }

  .betway-noflbc .betway-aj5hpg {
    rotate: -90deg;
  }
}

.betway-z83xki {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betway-z83xki {
    padding: 8px;
  }

  .betway-1phi5y.betway-4wpzoo > .betway-z83xki {
    background: var(--Neutral-300);
  }
}

.betway-aj5hpg {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.betway-1kkif2.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.betway-l44yxe 0.betway-skspoo.betway-323y09 -0.betway-yxwly2 0.betway-t9r3b0 -0.betway-yxwly2 1.betway-fpge9l 0.betway-a4vlcf.betway-22ez9j 4.betway-sv5xcy.betway-l44yxe 0.betway-k41t68.betway-2pps3i -0.betway-yxwly2 9.betway-ott3jf -0.betway-yxwly2 10.betway-jxklqc 0.betway-gjcfhm.betway-1dek7f 0.betway-323y09 10.betway-1dek7f 0.betway-t9r3b0 10.betway-jxklqc 1.betway-lviqth.betway-fvmkvy 5.betway-juj6xl.betway-m5qvkb 6.betway-3vsly8 5.betway-7t72yz 6.betway-3vsly8 4.betway-ymh3s0 5.betway-eahxdu.betway-l44yxe 1.betway-91mz5r.betway-yxwly2 0.betway-t9r3b0 -0.betway-yxwly2 0.betway-323y09 0.betway-l44yxe 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.betway-av3uub ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betway-aj5hpg {
    cursor: default;
  }
}

.betway-bd76fu {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.betway-tbrd4e {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .betway-tbrd4e {
    padding: 40px 4px;
  }
}

.betway-qb43q1 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .betway-qb43q1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.betway-zd5oq2 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .betway-zd5oq2 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.betway-zd5oq2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.betway-zd5oq2 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.betway-zd5oq2 [data-ref-el],
.betway-zd5oq2 span,
.betway-zd5oq2 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.betway-fqyw7o {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betway-fqyw7o {
    margin-bottom: 12px;
  }
}

.betway-p3z1op {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.betway-p3z1op img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .betway-p3z1op:last-child {
    margin-right: 0;
  }
}

.betway-wfcgsf {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betway-fqyw7o:hover .betway-a63qke {
  visibility: visible;
  opacity: 1;
}

.betway-a63qke {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.betway-aw9kd3 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.betway-zunkds {
  display: flex;
  margin: 6px;
}

.betway-zunkds img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.betway-a63qke::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.betway-a63qke::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.betway-rx9dbm {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .betway-rx9dbm {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.betway-ci4dfm {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .betway-ci4dfm {
    margin-right: 32px;
  }
}

.betway-09zq4p {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betway-09zq4p {
    margin-top: 0;
    width: 340px;
  }
}

.betway-09zq4p a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betway-9abggy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.betway-w7wuuc {
  position: relative;
}

@media (min-width: 768px) {
  .betway-w7wuuc {
    margin-top: 40px;
  }
}

.betway-w7wuuc + .betway-jcd6qn,
.betway-w7wuuc + .betway-w7wuuc {
  margin-top: 24px;
}

.betway-fwqwny {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .betway-fwqwny {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .betway-fwqwny {
    padding: 80px;
  }
}

.betway-ypl61n {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .betway-ypl61n {
    padding: 0 16px;
}


}

.betway-bpnzoi {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .betway-bpnzoi {
    font-size: 48px;
    line-height: 56px;
  }
}

.betway-gzyvux {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .betway-gzyvux {
    font-size: 24px;
    line-height: 32px;
  }
}

.betway-yv75bx {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.betway-yv75bx:hover {
  background: var(--button-bg-hover);
}

.betway-smcfkl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.betway-smcfkl img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .betway-smcfkl img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .betway-smcfkl img {
  min-height: 100%;
  }
}

.betway-fwqwny::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.betway-yhvifc {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.betway-yhvifc h1,
.betway-yhvifc h2,
.betway-yhvifc h3,
.betway-yhvifc h4 {
  margin-bottom: 6px;
}

.betway-yhvifc h1:not(:first-child),
.betway-yhvifc h2:not(:first-child),
.betway-yhvifc h3:not(:first-child),
.betway-yhvifc h4:not(:first-child) {
  margin-top: 16px;
}

.betway-yhvifc h1,
.betway-yhvifc h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .betway-yhvifc h1,
  .betway-yhvifc h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.betway-yhvifc h2,
.betway-yhvifc h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .betway-yhvifc h2,
  .betway-yhvifc h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.betway-yhvifc h3,
.betway-yhvifc h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .betway-yhvifc h3,
  .betway-yhvifc h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.betway-yhvifc h4,
.betway-yhvifc h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.betway-yhvifc ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.betway-yhvifc ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.betway-yhvifc ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.betway-yhvifc ul ul {
  margin-bottom: 8px;
}

.betway-yhvifc ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.betway-yhvifc ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.betway-yhvifc ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.betway-yhvifc ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.betway-yhvifc ol li::marker {
  font-weight: 700;
}

.betway-yhvifc ol ol {
  margin-bottom: 8px;
}

.betway-yhvifc ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.betway-yhvifc ol ul li {
  padding-left: 16px;
}

.betway-yhvifc table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .betway-yhvifc table {
    padding: 24px;
  }
}

.betway-yhvifc table.betway-osx8gl {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betway-av3uub,
    mask-image 0.3s;
}

.betway-yhvifc table.betway-osx8gl.betway-s9b2wo {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .betway-yhvifc table {
    display: table;
  }
}

.betway-yhvifc table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.betway-yhvifc table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betway-yhvifc table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betway-yhvifc table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .betway-yhvifc table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.betway-yhvifc table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betway-yhvifc table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betway-yhvifc table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.betway-yhvifc img {
  max-width: 100%;
  height: auto;
}

.betway-3ijlrv {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .betway-3ijlrv {
    padding: 24px;
  }
}

.betway-fxn3uh {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .betway-fxn3uh {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.betway-fxn3uh > * {
  margin: 0 !important;
}

.betway-fxn3uh img,
.betway-loc77s {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betway-fxn3uh img,
  .betway-loc77s {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betway-p62tyk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betway-p62tyk {
    width: 32px;
    height: 32px;
  }
}

.betway-ujptpz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.betway-ujptpz .betway-pjll3s {
  flex-shrink: 0;
}

.betway-ujptpz .betway-q4k95r svg {
  display: none;
}

.betway-xudhj7 {
  display: grid;
  transition: max-height 0.betway-av3uub ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .betway-xudhj7 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .betway-xudhj7 {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betway-xudhj7.betway-07ebtl + .betway-pjll3s svg {
  transform: rotate(180deg);
}

.betway-mgcrfb {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.betway-mgcrfb > div:nth-child(3n) {
  grid-column: span 2;
}

.betway-mgcrfb
  > div:nth-child(3n)
  .betway-w1n9ae
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .betway-mgcrfb {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .betway-mgcrfb > div:nth-child(3n) {
    grid-column: unset;
  }

  .betway-mgcrfb
    > div:nth-child(3n)
    .betway-w1n9ae
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .betway-mgcrfb {
    max-width: 270px;
  }
}

.betway-mgcrfb .betway-w1n9ae button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .betway-mgcrfb .betway-w1n9ae button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .betway-mgcrfb .betway-w1n9ae button {
    max-width: 104px;
  }
}

.betway-r04io0 {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .betway-r04io0 {
    margin-bottom: 0;
  }
}

.betway-yyt0pn {
  display: none;
  opacity: 0;
}

.betway-5dcvnk {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.betway-5dcvnk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.betway-w1n9ae {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.betway-w1n9ae button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betway-w1n9ae
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betway-w1n9ae
    button {
    max-width: 145px;
  }
}

.betway-ab08jo:first-child
  .betway-w1n9ae
  button {
  max-width: 270px;
}

.betway-xwa4sx {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.betway-r04io0 picture {
  width: 100%;
  max-width: 100%;
}

.betway-48emqf {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.betway-48emqf svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.betway-r04io0:hover .betway-48emqf {
  display: flex;
}

.betway-2bs5e4 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.betway-arenwf {
  display: flex;
}

.betway-arenwf:hover .betway-belbl1,
.betway-arenwf .betway-4wpzoo .betway-belbl1 {
  display: flex;
}

.betway-arenwf svg {
  flex-shrink: 0;
}

.betway-belbl1 {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .betway-belbl1 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.betway-belbl1:hover {
  display: flex;
}

.betway-belbl1 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.betway-rkdtys {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .betway-rkdtys {
    font-size: 12px;
  }
}

.betway-d757hm,
.betway-dup75r {
  width: 50%;
  flex-shrink: 0;
}

.betway-d757hm {
  font-weight: 700;
}

.betway-8ljq2r .betway-xudhj7 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .betway-8ljq2r .betway-xudhj7 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .betway-8ljq2r .betway-xudhj7 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betway-8ljq2r
  .betway-xwa4sx:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.betway-8ljq2r .betway-5dcvnk {
  height: 100% !important;
  border-radius: 16px;
}

.betway-8ljq2r .betway-w1n9ae {
  gap: 4px;
  align-items: center;
}

.betway-8ljq2r .betway-w1n9ae button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betway-8ljq2r .betway-w1n9ae svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.betway-8ljq2r .betway-wgup38,
.betway-8ljq2r .betway-l0tdpy {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.betway-1kkif2.org/2000/svg'%3E%3Cpath d='M9.betway-yoh88n 4.betway-qrymmg.betway-p5gqxt 5.betway-ngoam9.betway-qmu1r5 5.betway-lyncf3.betway-1ko337 5.betway-1x65co.betway-vpnevb 8.betway-1hpv3o.betway-f4ag3r 9.betway-tdfrfc.betway-gnn52p 9.betway-o2cfkl.betway-oztul9 13.betway-cen9xe.betway-c775xt 11.betway-m6x0ij.betway-znysni 11.betway-owr96f.betway-3qwee5 11.betway-zgdsug.betway-jij2zq 13.betway-76gm96.betway-0svhyd 9.betway-3jkei6.betway-x26sbq 9.betway-8u3gqa.betway-x7usgl 8.betway-8ykspf.betway-84thsz 5.betway-3zp4gu.betway-a5k9u8 5.betway-pc2ndn.betway-cst0pc 5.betway-xpozw3.betway-5d7nje 4.betway-rmevkm.betway-znysni 1.betway-r1re78.betway-yoh88n 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.betway-8ljq2r .betway-wgup38 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.betway-8ljq2r .betway-l0tdpy {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.betway-jurxbc {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .betway-jurxbc {
    padding: 24px;
  }
}

.betway-jurxbc .betway-pjll3s {
  display: flex;
}

@media (min-width: 768px) {
  .betway-jurxbc .betway-pjll3s {
    display: none;
  }
}

.betway-jurxbc .betway-q4k95r svg {
  display: none;
}

.betway-awryj7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.betway-awryj7 .betway-8afgdn {
  display: none;
}

@media (min-width: 768px) {
  .betway-awryj7 .betway-8afgdn {
    display: flex;
  }
}

.betway-8fmd7h {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .betway-8fmd7h {
    font-size: 40px;
    line-height: 48px;
  }
}

.betway-8fmd7h > * {
  margin: 0 !important;
}

.betway-8fmd7h img,
.betway-i73s6f {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betway-8fmd7h img,
  .betway-i73s6f {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betway-n9s1mo {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betway-n9s1mo {
    width: 32px;
    height: 32px;
  }
}

.betway-wcqmvu {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .betway-wcqmvu {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .betway-wcqmvu::-webkit-scrollbar {
    display: none;
  }
}

.betway-cmja88 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .betway-cmja88 {
    padding: 7px 15px;
  }
}

.betway-cmja88:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betway-a96fty {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betway-a96fty {
    display: flex;
    opacity: 1;
  }
}

.betway-cmja88 picture {
  height: 100%;
  display: block;
}

.betway-cmja88 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .betway-cmja88 img {
    width: 88px;
    height: 44px;
  }
}

.betway-cmja88 p {
  text-align: center;
  width: 100%;
}

.betway-077qp2 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .betway-077qp2 {
    font-size: 40px;
    line-height: 48px;
  }
}

.betway-077qp2 img,
.betway-kwt2ay {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betway-077qp2 img,
  .betway-kwt2ay {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betway-m66os5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betway-m66os5 {
    width: 32px;
    height: 32px;
  }
}

.betway-o8bk0x {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.betway-hyfjjm {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.betway-4lckdc {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.betway-4lckdc.betway-4wpzoo {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.betway-ig158e {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .betway-ig158e {
    font-size: 20px;
    line-height: 28px;
  }
}

.betway-lrv997 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.betway-p7od3y {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.betway-av3uub ease;
  opacity: 0;
  color: var(--text-color);
}

.betway-ja3sbg {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.betway-ja3sbg ol,
.betway-ja3sbg ul {
  padding-left: 1.3em;
}

.betway-4lckdc.betway-4wpzoo .betway-p7od3y {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.betway-4lckdc.betway-4wpzoo .betway-lrv997 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.betway-q8d5pq {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .betway-q8d5pq {
    padding: 24px;
  }
}

.betway-q8d5pq .betway-pjll3s {
  display: flex;
}

@media (min-width: 768px) {
  .betway-q8d5pq .betway-pjll3s {
    display: none;
  }
}

.betway-q8d5pq .betway-q4k95r svg {
  display: none;
}

.betway-ziz3hw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betway-ziz3hw .betway-8afgdn {
  display: none;
}

@media (min-width: 768px) {
  .betway-ziz3hw .betway-8afgdn {
    display: flex;
  }
}

.betway-tt7c1s {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .betway-tt7c1s {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.betway-tt7c1s > * {
  margin: 0 !important;
}

.betway-tt7c1s img,
.betway-kzwp2s {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betway-tt7c1s img,
  .betway-kzwp2s {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betway-4nw4hs {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betway-4nw4hs {
    width: 32px;
    height: 32px;
  }
}

.betway-40lkao {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .betway-40lkao {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .betway-40lkao::-webkit-scrollbar {
    display: none;
  }
}

.betway-pg79y1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.betway-pg79y1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betway-4ge9zz {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betway-4ge9zz {
    display: flex;
    opacity: 1;
  }
}

.betway-pg79y1 picture {
  width: auto;
  height: 100%;
  display: block;
}

.betway-pg79y1 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.betway-c1q6e2 {
  margin: -24px 0;
}

.betway-c1q6e2:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .betway-c1q6e2 {
    margin: -16px 0;
  }
}

.betway-hqfdg4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .betway-hqfdg4 {
    flex-direction: row;
  }
}

.betway-h3haj1 {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .betway-h3haj1 {
    flex: 1;
  }
}

.betway-h3haj1::placeholder {
  color: var(--Text-400);
}

.betway-21w9f8 {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.betway-gvqmk8 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.betway-gvqmk8::-webkit-scrollbar {
  display: none;
}

.betway-5b8jsv {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.betway-5b8jsv img,
.betway-5b8jsv svg {
  margin-right: 8px;
}

.betway-5yxq2m {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.betway-c1q6e2 + .betway-b8ohkz {
  margin-top: 0;
}

@media (min-width: 768px) {
  .betway-c1q6e2 + .betway-b8ohkz {
    margin-top: -16px;
  }
}

.betway-kkxyun {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.betway-kkxyun > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.betway-kkxyun > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.betway-7zuqkx {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.betway-89eraw {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.betway-00jm75 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.betway-uil2m0 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.betway-rpu84d {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.betway-7zuqkx button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.betway-7zuqkx button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .betway-7zuqkx {
    padding: 39px 179px 39px 39px;
  }

  .betway-89eraw {
    font-size: 40px;
    line-height: 48px;
  }

  .betway-rpu84d {
    height: 348px;
  }

  .betway-7zuqkx button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .betway-7zuqkx button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .betway-7zuqkx {
    padding: 63px;
  }
}

.betway-cg5vsp {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .betway-cg5vsp {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.betway-qn5ois {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betway-qn5ois {
    width: auto;
  }
}

.betway-b5xdn3 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.betway-b5xdn3::-webkit-scrollbar {
  display: none;
}

.betway-b5xdn3 a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.betway-b5xdn3 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betway-b5xdn3 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.betway-cg5vsp .betway-xjljlp {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betway-av3uub,
    mask-image 0.3s;
}

.betway-cg5vsp .betway-xjljlp.betway-s9b2wo {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.betway-od90if {
  margin: 40px -16px;
}

.betway-6sazzy + .betway-jcd6qn,
.betway-6sazzy + .betway-w7wuuc {
  margin-top: 24px;
}

.betway-c8f2bx {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.betway-c8f2bx picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.betway-xfcjod {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .betway-xfcjod {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .betway-xfcjod {
    margin-top: 0;
  }
}

.betway-5ne7tm {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betway-5ne7tm {
    font-size: 24px;
    line-height: 32px;
  }
}

.betway-idkyib {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .betway-idkyib {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.betway-zb6xlo {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .betway-zb6xlo {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.betway-qat9c2 {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .betway-qat9c2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.betway-w893aw {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betway-w893aw {
    font-size: 32px;
    line-height: 40px;
  }
}

.betway-xg92fg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.betway-o8nf3u {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.betway-o8nf3u img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.betway-b8ohkz {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.betway-ytj19e {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .betway-ytj19e {
    padding: 15px 48px;
  }
}

main > .betway-b8ohkz {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .betway-xudhj7.betway-cvk8mj > div:nth-child(n+5) {
    display: none;
  }
}

.betway-yhvifc p a img {
  display: block;
  margin: 0 auto;
}


.betway-uwttrp {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.betway-b1zl5f {
  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-b1zl5f label {
  font-size: 14px;
}

.betway-b1zl5f h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betway-b1zl5f input,
.betway-b1zl5f textarea,
.betway-b1zl5f 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-b1zl5f button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betway-4mtzyl ease;
}
.betway-b1zl5f button:hover {
  background-color: var(--button-bg-hover);
}
.betway-z931iu {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betway-0bdlz2 ease-in;
}

.betway-z931iu 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-c03bl5, .betway-wi6yn4, [class*="review-card"],
thead, thead th, table th, .betway-201h1u,
.betway-382h26, [class*="collapsible-header"],
.betway-0ktg93, [class*="updated-block"] {
  color: #ece7dc !important;
}
