* {
  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;
  }
}

.betblast-4c5erm {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .betblast-4c5erm {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .betblast-4c5erm {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.betblast-p71seh {
  overflow: hidden;
}

.betblast-1hjl4j img {
  background: var(--Neutral-300);
}

.betblast-42gbxr {
  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;
}

.betblast-wtr1qn {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.betblast-wtr1qn:hover {
  background: var(--button-bg-hover);
}

.betblast-gtyvps {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betblast-gtyvps:hover {
  background: var(--button-bg-hover);
}

.betblast-3y51sl {
  font-size: 12px;
  line-height: 18px;
}

.betblast-khw5tx {
  font-size: 18px;
  line-height: 26px;
}

.betblast-b5lilb {
  width: 100%;
}

.betblast-5g3z21 {
  padding: 6px 16px;
}

.betblast-7wb7rl {
  padding: 10px 16px;
}

.betblast-0trizw {
  padding: 15px 26px;
}

.betblast-hwovm5 {
  flex-shrink: 0;
}

.betblast-rba5j7 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.betblast-ijgne6 {
  display: none;
}

.betblast-hp5qyk {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.betblast-8zl91r {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.betblast-9gpn12 {
  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;
}

.betblast-vhvsk1 {
  cursor: grab;
}

.betblast-9gpn12::-webkit-scrollbar {
  display: none;
}

.betblast-2am1hs {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.betblast-d44ruw {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.betblast-x62oxy {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.betblast-hm96v9 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.betblast-hgli0s {
  visibility: visible;
}

.betblast-sveea2 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.betblast-hbpp9a ease;
}

.betblast-7tk2nu {
  background-color: var(--Primary-200);
  width: 16px;
}

.betblast-bd6ty2 {
  -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.betblast-hbpp9a,
    mask-image 0.3s;
}

.betblast-bd6ty2.betblast-okj33m {
  -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;
  }
}

.betblast-o0owes: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;
}

.betblast-1uhwlw {
  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.betblast-f2myba.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.betblast-f2myba.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;
}

.betblast-bq41ek {
  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);
}

.betblast-bq41ek::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%
  );
}

.betblast-3dswhw {
  position: relative;
  z-index: 1;
}

.betblast-sbb7np {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.betblast-mi3a0s {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.betblast-g2aq4w {
  font-size: 40px;
  line-height: 48px;
}

.betblast-k393o6 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.betblast-gtw85v {
  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;
}

.betblast-gtw85v:hover {
  background: var(--Primary-400);
}

.betblast-gtw85v svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.betblast-o0owes 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) {
  .betblast-bq41ek {
    max-width: 600px;
    padding: 64px;
  }

  .betblast-sbb7np {
    font-size: 24px;
    line-height: 32px;
  }

  .betblast-mi3a0s {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .betblast-g2aq4w {
    font-size: 50px;
    line-height: 56px;
  }

  .betblast-k393o6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .betblast-1uhwlw {
    top: 25px;
    right: 25px;
  }
}

.betblast-u3abi7,
.betblast-axfphf {
  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;
}

.betblast-nxq0n6.betblast-zs301q::before,
.betblast-axfphf::before,
.betblast-z3kzcm::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.betblast-f2myba.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.betblast-x92ssb 14.betblast-h4bi6c.betblast-wyofi2 14.betblast-5l3u3q 15.betblast-111vin 14.betblast-084bht 15.betblast-srop1s 14.betblast-pdjk1o.betblast-r2axb7 14.betblast-yfn5q0 19.betblast-rkksv7 12.betblast-511zv9 19.betblast-rkksv7 10.betblast-0wr11r.betblast-rkksv7 8.betblast-4e2c3d 17.betblast-fvsbj9 7.betblast-rgny4o 15.betblast-bnuc09 7.betblast-lq8mtw.betblast-n94yr4 7.betblast-rgny4o 11.betblast-mvf754 8.betblast-4e2c3d 11.betblast-mvf754 10.betblast-zq0rep.betblast-mvf754 12.betblast-0sl825 13.betblast-18nt9t 14.betblast-2l1v1g 15.betblast-bt7q7e 14.betblast-28r1ap.betblast-t22360 14.betblast-ls5iw2 15.betblast-vt3eg0 14.betblast-z8hgbe 15.betblast-52qzl0 14.betblast-3k03gl.betblast-x92ssb 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.betblast-takzhy 15.betblast-1bcy6d.betblast-kn2ufs 15.betblast-zzbevo 15.betblast-zqhdlp 15.betblast-nomh1f 15.betblast-se518w 15.betblast-d58c7w.betblast-9smxmf 15.betblast-nomh1f 15.betblast-5nwiae 15.betblast-zcejfc 15.betblast-57xx3t 15.betblast-6f49lg.betblast-09zot8 15.betblast-fl2f6k 7.betblast-onlqqk 18.betblast-mudtwu 7.betblast-so4813 23.betblast-2rt7e4.betblast-kykfu0.betblast-dp3rkd 18.betblast-wvgix2 19.betblast-uwe2of 15.betblast-85whm1 15.betblast-takzhy 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.betblast-c8c5ea [type="submit"] *,
.betblast-ia5etn button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .betblast-sxj0xf {
    display: none;
  }
}

.betblast-zn355o {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .betblast-zn355o {
  display: none;
}

@media (min-width: 768px) {
  .betblast-zn355o {
    bottom: 22px;
  }
}

.betblast-zn355o input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .betblast-zn355o {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.betblast-u07zq2.static) .betblast-zn355o {
    bottom: 8px;
  }
}

.betblast-rot11m {
  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.betblast-f2myba.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.betblast-hhh9tb 3.betblast-1ld4si.betblast-tpocwk.betblast-4tp5an 3.betblast-dlpxya 3.betblast-fcyb8l 5.betblast-gv9ppd 3.betblast-fcyb8l 8.betblast-uopoy9.betblast-9go7r9.betblast-fcyb8l 26.betblast-lq4to4 5.betblast-j4i5gw 28.betblast-2j18o4 8.betblast-ui5gum 28.betblast-swqsw0.betblast-vc6sgp 28.betblast-0m2iof.betblast-l61zz6 34.betblast-ada80e.betblast-ad1eed 36.betblast-4eirqm 11.betblast-1blan2 37.betblast-bhswbm 12.betblast-irja80 36.betblast-u1pg5u.betblast-mrhy9t 28.betblast-moq372.betblast-mz8pqb.betblast-parznc 28.betblast-ibfftj 36.betblast-84192y 26.betblast-rtijub 36.betblast-84192y 23.betblast-qpmiaa.betblast-w7d2e9.betblast-84192y 5.betblast-wfiwcp 34.betblast-j5704h 3.betblast-dlpxya 31.betblast-hhh9tb 3.betblast-yn8w97.betblast-mvkxfa 18.betblast-0hch82.betblast-7mvmbd 18.betblast-3tikg2 8.betblast-r27m0m 17.betblast-w4ly3j 8.betblast-r27m0m 15.betblast-ttrnce.betblast-r27m0m 14.betblast-c4jh6m 9.betblast-7mvmbd 13.betblast-9x688r 11.betblast-mvkxfa 13.betblast-rs053m.betblast-acsxan 13.betblast-9x688r 13.betblast-wudr00 14.betblast-c4jh6m 13.betblast-wudr00 15.betblast-ym9xe6.betblast-wudr00 17.betblast-w4ly3j 12.betblast-acsxan 18.betblast-3tikg2 11.betblast-mvkxfa 18.betblast-r406wk.betblast-8paejv 18.betblast-l7yekv.betblast-22dq96 18.betblast-3tikg2 17.betblast-78z5t7 17.betblast-w4ly3j 17.betblast-78z5t7 15.betblast-ey3rtx.betblast-78z5t7 14.betblast-c4jh6m 18.betblast-22dq96 13.betblast-9x688r 20.betblast-8paejv 13.betblast-yf0u1t.betblast-aseehz 13.betblast-9x688r 22.betblast-lugotn 14.betblast-c4jh6m 22.betblast-lugotn 15.betblast-lqedbc.betblast-iafzyw 17.betblast-w4ly3j 21.betblast-aseehz 18.betblast-3tikg2 20.betblast-8paejv 18.betblast-6w2snk.betblast-ta3jvs 18.betblast-lcc26u.betblast-blygyg 18.betblast-3tikg2 26.betblast-f0h7rp 17.betblast-w4ly3j 26.betblast-f0h7rp 15.betblast-a2bsq3.betblast-f0h7rp 14.betblast-c4jh6m 27.betblast-blygyg 13.betblast-9x688r 28.betblast-ta3jvs 13.betblast-ndb8of.betblast-1scgge 13.betblast-9x688r 31.betblast-5t0lvs 14.betblast-c4jh6m 31.betblast-5t0lvs 15.betblast-63l0i0.betblast-f0h7rp 17.betblast-w4ly3j 30.betblast-1scgge 18.betblast-3tikg2 28.betblast-ta3jvs 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"])
    .betblast-rot11m {
    display: none;
  }
}

.betblast-ntggpb {
  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) {
  .betblast-ntggpb {
    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;
}

.betblast-ia5etn {
  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) {
  .betblast-ia5etn {
    padding: 14px 16px;
  }
}

.betblast-ia5etn button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.betblast-ia5etn button:first-child {
  align-content: end;
}

.betblast-ia5etn button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .betblast-ia5etn
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .betblast-ia5etn
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.betblast-ia5etn button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.betblast-ia5etn button:last-child svg {
  width: 38px;
  height: 38px;
}

.betblast-z3kzcm {
  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;
}

.betblast-z3kzcm::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .betblast-z3kzcm,
.pc61d126-chatbot[data-active-screen="3"]
  .betblast-z3kzcm {
  opacity: 1;
  visibility: visible;
}

.betblast-vl2hyo {
  flex: 1 1;
}

.betblast-0d8u0p {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .betblast-0d8u0p {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .betblast-yy3qmk {
  display: block;
}

.betblast-zyj21y {
  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) {
  .betblast-zyj21y {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.betblast-axfphf {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.betblast-axfphf::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.betblast-rby0m4 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.betblast-rby0m4 p {
  color: var(--Text-100);
}

.betblast-axfphf .betblast-lp2d1b {
  grid-area: button;
}

.betblast-axfphf .betblast-lp2d1b::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.betblast-f2myba.org/2000/svg'%3E%3Cpath d='M4.betblast-lqn8d7 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betblast-vho054 15L16.betblast-vho054 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betblast-vho054 5L16.betblast-vho054 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .betblast-ta3byk {
  display: block;
}

.betblast-u828df {
  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) {
  .betblast-u828df {
    margin-top: 40px;
  }
}

.betblast-u3abi7 label,
.betblast-u3abi7 input {
  display: block;
  width: 100%;
}

.betblast-u3abi7 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.betblast-u3abi7 label.betblast-9phiwo input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.betblast-u3abi7 label.betblast-9phiwo::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;
}

.betblast-u3abi7 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;
}

.betblast-u3abi7 input::placeholder {
  color: var(--Text-400);
}

.betblast-qk2g5c {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .betblast-qk2g5c {
  display: flex;
}

.betblast-qk2g5c ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .betblast-qk2g5c ol {
    height: 420px;
    padding: 24px;
  }
}

.betblast-qk2g5c ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.betblast-c8c5ea {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .betblast-c8c5ea {
    padding: 0 24px 24px;
  }
}

.betblast-c8c5ea 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;
}

.betblast-c8c5ea input::placeholder {
  color: var(--Text-400);
}

.betblast-c8c5ea [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.betblast-c8c5ea [type="submit"]:disabled {
  opacity: 0.5;
}

.betblast-c8c5ea [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .betblast-c8c5ea [type="submit"] {
    right: 40px;
  }
}

.betblast-nxq0n6 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.betblast-nxq0n6.betblast-zs301q {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.betblast-nxq0n6.betblast-zs301q::before {
  content: "";
  width: 31px;
}

.betblast-nxq0n6.betblast-zs301q p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betblast-nxq0n6.betblast-0godru p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.betblast-nxq0n6 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betblast-zn355o .betblast-lp2d1b {
  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;
  }
}

.betblast-sxj0xf {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .betblast-sxj0xf {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .betblast-sxj0xf {
    padding: 18px 0;
  }
}

.betblast-sxj0xf .betblast-4c5erm {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .betblast-sxj0xf .betblast-4c5erm {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.betblast-f8ulma {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .betblast-f8ulma {
    max-width: 160px;
    height: 40px;
  }
}

.betblast-f8ulma picture,
.betblast-f8ulma img {
  display: block;
  width: 100%;
  height: 100%;
}

.betblast-f8ulma img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .betblast-ffl5yz {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.betblast-hbpp9a ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .betblast-sxj0xf.betblast-79yz2m .betblast-ffl5yz {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .betblast-ffl5yz {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .betblast-ffl5yz {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.betblast-vvenw8,
.betblast-oh61cu {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .betblast-vvenw8,
  .betblast-oh61cu {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .betblast-oh61cu {
    display: none;
  }
}

.betblast-9hdtm1 {
  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;
}

.betblast-79yz2m .betblast-9hdtm1 {
  background: var(--fh-bg-color);
}

.betblast-9hdtm1 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .betblast-9hdtm1 {
    display: none;
  }
}

.betblast-w2zkpc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betblast-w2zkpc {
    display: none;
  }
}

.betblast-n7cgdp {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.betblast-sxj0xf.betblast-79yz2m .betblast-n7cgdp:first-child {
  display: none;
}

.betblast-sxj0xf.betblast-79yz2m .betblast-n7cgdp:last-child {
  display: block;
}

.betblast-n7cgdp:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .betblast-n7cgdp {
    display: none;
  }
}

.betblast-9ihtmq {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betblast-9ihtmq {
    display: flex;
  }
}

.betblast-9ihtmq ul {
  max-height: 350px;
  overflow-y: auto;
}

.betblast-9ihtmq:hover ul {
  visibility: visible;
  opacity: 1;
}

.betblast-9ihtmq:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.betblast-9ihtmq:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.betblast-9ihtmq:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.betblast-9ihtmq:hover .betblast-5lmn7g svg {
  transform: rotate(180deg);
}

.betblast-i86uju {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.betblast-fqnguj {
  padding: 0 8px;
}

.betblast-sm0p8j {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.betblast-sm0p8j:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .betblast-sm0p8j {
    padding: 4px 8px;
  }
}

.betblast-66vlaj {
  display: flex;
}

.betblast-66vlaj img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.betblast-5lmn7g {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.betblast-5lmn7g svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.betblast-cl1iz1 {
  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) {
  .betblast-cl1iz1 {
    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;
  }
}

.betblast-6dbra5 {
  width: 100%;
}

@media (min-width: 1200px) {
  .betblast-6dbra5 {
    display: none;
  }
}

.betblast-llcw2l {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.betblast-fy282r {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.betblast-78btp8 {
  display: flex;
}

.betblast-y7imvs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.betblast-u9ejg4 {
  list-style: none;
}

@media (max-width: 1199px) {
  .betblast-u9ejg4 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .betblast-u9ejg4 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .betblast-u9ejg4 .betblast-wuuxu1 [data-ref-el],
  .betblast-u9ejg4 .betblast-wuuxu1 span,
  .betblast-u9ejg4 .betblast-wuuxu1 a {
    white-space: nowrap;
  }
}

.betblast-ju90he {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .betblast-ju90he.betblast-m8wbyx > .betblast-wuuxu1 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .betblast-ju90he.betblast-gsxdoa:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .betblast-ju90he.betblast-m8wbyx > .betblast-01z8y7 {
    height: auto;
  }

  .betblast-ju90he.betblast-m8wbyx > div > .betblast-r71jx6 {
    transform: rotate(180deg);
  }
}

.betblast-ju90he [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.betblast-ju90he [data-ref-el],
.betblast-ju90he span {
  cursor: pointer;
}

.betblast-ju90he [data-ref-el],
.betblast-ju90he span,
.betblast-ju90he a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .betblast-ju90he [data-ref-el],
  .betblast-ju90he span,
  .betblast-ju90he a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .betblast-ju90he [data-ref-el],
  .betblast-ju90he span,
  .betblast-ju90he a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.betblast-01z8y7 {
  height: 0;
  overflow: hidden;
  transition: height 0.betblast-hbpp9a ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.betblast-01z8y7::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.betblast-01z8y7::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.betblast-01z8y7::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .betblast-01z8y7 {
    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;
  }

  .betblast-01z8y7:has(> .betblast-ju90he.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .betblast-01z8y7 .betblast-01z8y7 {
    padding: 0;
  }

  .betblast-01z8y7 .betblast-ju90he {
    font-weight: 400;
  }

  .betblast-01z8y7 .betblast-ju90he:hover > .betblast-wuuxu1 {
    background: var(--Neutral-300);
  }

  .betblast-01z8y7 .betblast-r71jx6 {
    rotate: -90deg;
  }
}

.betblast-wuuxu1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betblast-wuuxu1 {
    padding: 8px;
  }

  .betblast-ju90he.betblast-x9u0tx > .betblast-wuuxu1 {
    background: var(--Neutral-300);
  }
}

.betblast-r71jx6 {
  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.betblast-f2myba.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.betblast-q65cv0 0.betblast-qk3rr9.betblast-e8buri -0.betblast-wkj2ro 0.betblast-boufbp -0.betblast-wkj2ro 1.betblast-70sclz 0.betblast-9veabm.betblast-frr5oz 4.betblast-x162ri.betblast-q65cv0 0.betblast-6dz7gs.betblast-7pz4ww -0.betblast-wkj2ro 9.betblast-uwxb57 -0.betblast-wkj2ro 10.betblast-360rgq 0.betblast-wfkd3j.betblast-8hhcvr 0.betblast-e8buri 10.betblast-8hhcvr 0.betblast-boufbp 10.betblast-360rgq 1.betblast-05fz58.betblast-9brzce 5.betblast-l2xjip.betblast-2i5bxd 6.betblast-ujsra2 5.betblast-fwo4uc 6.betblast-ujsra2 4.betblast-penovk 5.betblast-5prg5j.betblast-q65cv0 1.betblast-bs7f1b.betblast-wkj2ro 0.betblast-boufbp -0.betblast-wkj2ro 0.betblast-e8buri 0.betblast-q65cv0 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.betblast-hbpp9a ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betblast-r71jx6 {
    cursor: default;
  }
}

.betblast-s5vi2s {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.betblast-rjfke6 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .betblast-rjfke6 {
    padding: 40px 4px;
  }
}

.betblast-3103ch {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .betblast-3103ch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.betblast-feks6r {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .betblast-feks6r {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.betblast-feks6r ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.betblast-feks6r [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.betblast-feks6r [data-ref-el],
.betblast-feks6r span,
.betblast-feks6r a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.betblast-g2si8r {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betblast-g2si8r {
    margin-bottom: 12px;
  }
}

.betblast-b9w4e5 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.betblast-b9w4e5 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .betblast-b9w4e5:last-child {
    margin-right: 0;
  }
}

.betblast-7872y7 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betblast-g2si8r:hover .betblast-fddmp7 {
  visibility: visible;
  opacity: 1;
}

.betblast-fddmp7 {
  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);
}

.betblast-n2i1rg {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.betblast-wq89h7 {
  display: flex;
  margin: 6px;
}

.betblast-wq89h7 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.betblast-fddmp7::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);
}

.betblast-fddmp7::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);
}

.betblast-2nscp5 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .betblast-2nscp5 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.betblast-ra32ho {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .betblast-ra32ho {
    margin-right: 32px;
  }
}

.betblast-09zfcw {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betblast-09zfcw {
    margin-top: 0;
    width: 340px;
  }
}

.betblast-09zfcw a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betblast-dwgbyo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.betblast-yrj3wr {
  position: relative;
}

@media (min-width: 768px) {
  .betblast-yrj3wr {
    margin-top: 40px;
  }
}

.betblast-yrj3wr + .betblast-kd17x0,
.betblast-yrj3wr + .betblast-yrj3wr {
  margin-top: 24px;
}

.betblast-eq5elf {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .betblast-eq5elf {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .betblast-eq5elf {
    padding: 80px;
  }
}

.betblast-ohspfi {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .betblast-ohspfi {
    padding: 0 16px;
}


}

.betblast-gljh59 {
  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) {
  .betblast-gljh59 {
    font-size: 48px;
    line-height: 56px;
  }
}

.betblast-2qaq2r {
  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) {
  .betblast-2qaq2r {
    font-size: 24px;
    line-height: 32px;
  }
}

.betblast-3p5nql {
  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;
}

.betblast-3p5nql:hover {
  background: var(--button-bg-hover);
}

.betblast-exjy9j {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.betblast-exjy9j img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .betblast-exjy9j img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .betblast-exjy9j img {
  min-height: 100%;
  }
}

.betblast-eq5elf::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.betblast-297xly {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.betblast-297xly h1,
.betblast-297xly h2,
.betblast-297xly h3,
.betblast-297xly h4 {
  margin-bottom: 6px;
}

.betblast-297xly h1:not(:first-child),
.betblast-297xly h2:not(:first-child),
.betblast-297xly h3:not(:first-child),
.betblast-297xly h4:not(:first-child) {
  margin-top: 16px;
}

.betblast-297xly h1,
.betblast-297xly h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .betblast-297xly h1,
  .betblast-297xly h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.betblast-297xly h2,
.betblast-297xly h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .betblast-297xly h2,
  .betblast-297xly h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.betblast-297xly h3,
.betblast-297xly h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .betblast-297xly h3,
  .betblast-297xly h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.betblast-297xly h4,
.betblast-297xly h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.betblast-297xly ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.betblast-297xly ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.betblast-297xly 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);
}

.betblast-297xly ul ul {
  margin-bottom: 8px;
}

.betblast-297xly ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.betblast-297xly ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.betblast-297xly ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.betblast-297xly ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.betblast-297xly ol li::marker {
  font-weight: 700;
}

.betblast-297xly ol ol {
  margin-bottom: 8px;
}

.betblast-297xly ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.betblast-297xly ol ul li {
  padding-left: 16px;
}

.betblast-297xly 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) {
  .betblast-297xly table {
    padding: 24px;
  }
}

.betblast-297xly table.betblast-wqn5fk {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betblast-hbpp9a,
    mask-image 0.3s;
}

.betblast-297xly table.betblast-wqn5fk.betblast-okj33m {
  -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) {
  .betblast-297xly table {
    display: table;
  }
}

.betblast-297xly 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);
}

.betblast-297xly table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betblast-297xly table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betblast-297xly 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) {
  .betblast-297xly table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.betblast-297xly table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betblast-297xly table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betblast-297xly table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.betblast-297xly img {
  max-width: 100%;
  height: auto;
}

.betblast-brw8lv {
  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) {
  .betblast-brw8lv {
    padding: 24px;
  }
}

.betblast-mhxtuc {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .betblast-mhxtuc {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.betblast-mhxtuc > * {
  margin: 0 !important;
}

.betblast-mhxtuc img,
.betblast-j00cxf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betblast-mhxtuc img,
  .betblast-j00cxf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betblast-prisr6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betblast-prisr6 {
    width: 32px;
    height: 32px;
  }
}

.betblast-f6mwai {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.betblast-f6mwai .betblast-d9aa9j {
  flex-shrink: 0;
}

.betblast-f6mwai .betblast-mi27sw svg {
  display: none;
}

.betblast-o11vii {
  display: grid;
  transition: max-height 0.betblast-hbpp9a ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .betblast-o11vii {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .betblast-o11vii {
    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));
  }
}

.betblast-o11vii.betblast-p58n57 + .betblast-d9aa9j svg {
  transform: rotate(180deg);
}

.betblast-702eha {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.betblast-702eha > div:nth-child(3n) {
  grid-column: span 2;
}

.betblast-702eha
  > div:nth-child(3n)
  .betblast-zsexfc
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .betblast-702eha {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .betblast-702eha > div:nth-child(3n) {
    grid-column: unset;
  }

  .betblast-702eha
    > div:nth-child(3n)
    .betblast-zsexfc
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .betblast-702eha {
    max-width: 270px;
  }
}

.betblast-702eha .betblast-zsexfc button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .betblast-702eha .betblast-zsexfc button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .betblast-702eha .betblast-zsexfc button {
    max-width: 104px;
  }
}

.betblast-br4ler {
  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) {
  .betblast-br4ler {
    margin-bottom: 0;
  }
}

.betblast-2nuqmj {
  display: none;
  opacity: 0;
}

.betblast-p4u9n9 {
  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;
  }
}

.betblast-p4u9n9 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.betblast-zsexfc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.betblast-zsexfc button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betblast-zsexfc
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betblast-zsexfc
    button {
    max-width: 145px;
  }
}

.betblast-brhwq5:first-child
  .betblast-zsexfc
  button {
  max-width: 270px;
}

.betblast-y7xhi6 {
  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%;
}

.betblast-br4ler picture {
  width: 100%;
  max-width: 100%;
}

.betblast-v7ofmv {
  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;
}

.betblast-v7ofmv svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.betblast-br4ler:hover .betblast-v7ofmv {
  display: flex;
}

.betblast-fjca8p {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.betblast-r5tgi3 {
  display: flex;
}

.betblast-r5tgi3:hover .betblast-u2ok2z,
.betblast-r5tgi3 .betblast-x9u0tx .betblast-u2ok2z {
  display: flex;
}

.betblast-r5tgi3 svg {
  flex-shrink: 0;
}

.betblast-u2ok2z {
  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) {
  .betblast-u2ok2z {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.betblast-u2ok2z:hover {
  display: flex;
}

.betblast-u2ok2z svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.betblast-z9toiv {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .betblast-z9toiv {
    font-size: 12px;
  }
}

.betblast-j306cg,
.betblast-2jpvcr {
  width: 50%;
  flex-shrink: 0;
}

.betblast-j306cg {
  font-weight: 700;
}

.betblast-7k9dw9 .betblast-o11vii {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .betblast-7k9dw9 .betblast-o11vii {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .betblast-7k9dw9 .betblast-o11vii {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betblast-7k9dw9
  .betblast-y7xhi6:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.betblast-7k9dw9 .betblast-p4u9n9 {
  height: 100% !important;
  border-radius: 16px;
}

.betblast-7k9dw9 .betblast-zsexfc {
  gap: 4px;
  align-items: center;
}

.betblast-7k9dw9 .betblast-zsexfc button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betblast-7k9dw9 .betblast-zsexfc svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.betblast-7k9dw9 .betblast-y9t323,
.betblast-7k9dw9 .betblast-hse07v {
  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.betblast-f2myba.org/2000/svg'%3E%3Cpath d='M9.betblast-9cdvgs 4.betblast-4m7udy.betblast-oafoqy 5.betblast-qdvtbd.betblast-84ekrp 5.betblast-gqvq4g.betblast-ylrtsu 5.betblast-549l4n.betblast-n51197 8.betblast-s92uy7.betblast-6la9aq 9.betblast-qq7fjx.betblast-1xfqf5 9.betblast-76d0jz.betblast-92m5x6 13.betblast-52znr1.betblast-l60our 11.betblast-lfzxoo.betblast-qxc71r 11.betblast-2omi2w.betblast-iyrl93 11.betblast-87379z.betblast-tgdb9a 13.betblast-u89l74.betblast-a52xwu 9.betblast-am8pi0.betblast-3n3ouu 9.betblast-hiha0z.betblast-xj8zkv 8.betblast-hy7wdr.betblast-ehpddt 5.betblast-9ok3da.betblast-lzehyr 5.betblast-1bt8up.betblast-0mi8zl 5.betblast-dehmdr.betblast-r677s7 4.betblast-j9qk2o.betblast-qxc71r 1.betblast-8y0mlf.betblast-9cdvgs 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.betblast-7k9dw9 .betblast-y9t323 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.betblast-7k9dw9 .betblast-hse07v {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.betblast-4hspfp {
  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) {
  .betblast-4hspfp {
    padding: 24px;
  }
}

.betblast-4hspfp .betblast-d9aa9j {
  display: flex;
}

@media (min-width: 768px) {
  .betblast-4hspfp .betblast-d9aa9j {
    display: none;
  }
}

.betblast-4hspfp .betblast-mi27sw svg {
  display: none;
}

.betblast-tw60ge {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.betblast-tw60ge .betblast-42gbxr {
  display: none;
}

@media (min-width: 768px) {
  .betblast-tw60ge .betblast-42gbxr {
    display: flex;
  }
}

.betblast-p9j3kw {
  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) {
  .betblast-p9j3kw {
    font-size: 40px;
    line-height: 48px;
  }
}

.betblast-p9j3kw > * {
  margin: 0 !important;
}

.betblast-p9j3kw img,
.betblast-2mztjr {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betblast-p9j3kw img,
  .betblast-2mztjr {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betblast-en4uhg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betblast-en4uhg {
    width: 32px;
    height: 32px;
  }
}

.betblast-vz9z6a {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .betblast-vz9z6a {
    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;
  }

  .betblast-vz9z6a::-webkit-scrollbar {
    display: none;
  }
}

.betblast-47y70x {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .betblast-47y70x {
    padding: 7px 15px;
  }
}

.betblast-47y70x:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betblast-r45pq6 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betblast-r45pq6 {
    display: flex;
    opacity: 1;
  }
}

.betblast-47y70x picture {
  height: 100%;
  display: block;
}

.betblast-47y70x img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .betblast-47y70x img {
    width: 88px;
    height: 44px;
  }
}

.betblast-47y70x p {
  text-align: center;
  width: 100%;
}

.betblast-6soppj {
  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) {
  .betblast-6soppj {
    font-size: 40px;
    line-height: 48px;
  }
}

.betblast-6soppj img,
.betblast-csj22l {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betblast-6soppj img,
  .betblast-csj22l {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betblast-adll9l {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betblast-adll9l {
    width: 32px;
    height: 32px;
  }
}

.betblast-fkt4g5 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.betblast-yigzx0 {
  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;
}

.betblast-ari0ll {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.betblast-ari0ll.betblast-x9u0tx {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.betblast-ity1pn {
  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) {
  .betblast-ity1pn {
    font-size: 20px;
    line-height: 28px;
  }
}

.betblast-z2sq2m {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.betblast-ym1zav {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.betblast-hbpp9a ease;
  opacity: 0;
  color: var(--text-color);
}

.betblast-rn15tq {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.betblast-rn15tq ol,
.betblast-rn15tq ul {
  padding-left: 1.3em;
}

.betblast-ari0ll.betblast-x9u0tx .betblast-ym1zav {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.betblast-ari0ll.betblast-x9u0tx .betblast-z2sq2m {
  transform: rotate(180deg);
  color: var(--text-color);
}

.betblast-y552fq {
  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) {
  .betblast-y552fq {
    padding: 24px;
  }
}

.betblast-y552fq .betblast-d9aa9j {
  display: flex;
}

@media (min-width: 768px) {
  .betblast-y552fq .betblast-d9aa9j {
    display: none;
  }
}

.betblast-y552fq .betblast-mi27sw svg {
  display: none;
}

.betblast-5p8yrc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betblast-5p8yrc .betblast-42gbxr {
  display: none;
}

@media (min-width: 768px) {
  .betblast-5p8yrc .betblast-42gbxr {
    display: flex;
  }
}

.betblast-qz97e3 {
  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) {
  .betblast-qz97e3 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.betblast-qz97e3 > * {
  margin: 0 !important;
}

.betblast-qz97e3 img,
.betblast-fzd5t4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betblast-qz97e3 img,
  .betblast-fzd5t4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betblast-93wj0m {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betblast-93wj0m {
    width: 32px;
    height: 32px;
  }
}

.betblast-0d58ut {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .betblast-0d58ut {
    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;
  }

  .betblast-0d58ut::-webkit-scrollbar {
    display: none;
  }
}

.betblast-ec5lws {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.betblast-ec5lws:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betblast-zheej7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betblast-zheej7 {
    display: flex;
    opacity: 1;
  }
}

.betblast-ec5lws picture {
  width: auto;
  height: 100%;
  display: block;
}

.betblast-ec5lws picture img {
  display: block;
  width: auto;
  height: 100%;
}

.betblast-oncdaq {
  margin: -24px 0;
}

.betblast-oncdaq:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .betblast-oncdaq {
    margin: -16px 0;
  }
}

.betblast-ebczyl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .betblast-ebczyl {
    flex-direction: row;
  }
}

.betblast-ww7omj {
  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) {
  .betblast-ww7omj {
    flex: 1;
  }
}

.betblast-ww7omj::placeholder {
  color: var(--Text-400);
}

.betblast-2kk1m7 {
  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;
}

.betblast-6l3jqn {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.betblast-6l3jqn::-webkit-scrollbar {
  display: none;
}

.betblast-3ymupv {
  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;
}

.betblast-3ymupv img,
.betblast-3ymupv svg {
  margin-right: 8px;
}

.betblast-c7aeed {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.betblast-oncdaq + .betblast-ggm3hn {
  margin-top: 0;
}

@media (min-width: 768px) {
  .betblast-oncdaq + .betblast-ggm3hn {
    margin-top: -16px;
  }
}

.betblast-c63nod {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.betblast-c63nod > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.betblast-c63nod > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.betblast-jofco4 {
  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;
}

.betblast-z8cngh {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.betblast-whjko7 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.betblast-wuk2ro {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.betblast-4ut3db {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.betblast-jofco4 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;
}

.betblast-jofco4 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) {
  .betblast-jofco4 {
    padding: 39px 179px 39px 39px;
  }

  .betblast-z8cngh {
    font-size: 40px;
    line-height: 48px;
  }

  .betblast-4ut3db {
    height: 348px;
  }

  .betblast-jofco4 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .betblast-jofco4 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .betblast-jofco4 {
    padding: 63px;
  }
}

.betblast-w3sx0y {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .betblast-w3sx0y {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.betblast-bo1sz2 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betblast-bo1sz2 {
    width: auto;
  }
}

.betblast-e58oxq {
  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;
}

.betblast-e58oxq::-webkit-scrollbar {
  display: none;
}

.betblast-e58oxq 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);
}

.betblast-e58oxq a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betblast-e58oxq {
    margin-left: 16px;
    margin-top: 0;
  }
}

.betblast-w3sx0y .betblast-4v6vwc {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betblast-hbpp9a,
    mask-image 0.3s;
}

.betblast-w3sx0y .betblast-4v6vwc.betblast-okj33m {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.betblast-dqs7o4 {
  margin: 40px -16px;
}

.betblast-1fsykx + .betblast-kd17x0,
.betblast-1fsykx + .betblast-yrj3wr {
  margin-top: 24px;
}

.betblast-ybpbl5 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.betblast-ybpbl5 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.betblast-2930pi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .betblast-2930pi {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .betblast-2930pi {
    margin-top: 0;
  }
}

.betblast-7m0aou {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betblast-7m0aou {
    font-size: 24px;
    line-height: 32px;
  }
}

.betblast-74cmj4 {
  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) {
  .betblast-74cmj4 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.betblast-1x2fd4 {
  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) {
  .betblast-1x2fd4 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.betblast-beeedn {
  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) {
  .betblast-beeedn {
    font-size: 20px;
    line-height: 28px;
  }
}

.betblast-bzt4e8 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betblast-bzt4e8 {
    font-size: 32px;
    line-height: 40px;
  }
}

.betblast-qxce9i {
  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;
}

.betblast-gvgm9m {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.betblast-gvgm9m img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.betblast-ggm3hn {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.betblast-8ymb6b {
  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) {
  .betblast-8ymb6b {
    padding: 15px 48px;
  }
}

main > .betblast-ggm3hn {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .betblast-o11vii.betblast-etjgm4 > div:nth-child(n+5) {
    display: none;
  }
}

.betblast-297xly p a img {
  display: block;
  margin: 0 auto;
}


.betblast-6caouo {
  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 */
.betblast-qoptg4 {
  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;
}

.betblast-qoptg4 label {
  font-size: 14px;
}

.betblast-qoptg4 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betblast-qoptg4 input,
.betblast-qoptg4 textarea,
.betblast-qoptg4 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;
}
.betblast-qoptg4 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betblast-90nsrt ease;
}
.betblast-qoptg4 button:hover {
  background-color: var(--button-bg-hover);
}
.betblast-sgiegb {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betblast-e5h4c3 ease-in;
}

.betblast-sgiegb 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;
}
.betblast-g239h9, .betblast-39d4ct, [class*="review-card"],
thead, thead th, table th, .betblast-dw8l7v,
.betblast-ttslbl, [class*="collapsible-header"],
.betblast-q9zfzc, [class*="updated-block"] {
  color: #ece7dc !important;
}
