* {
  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;
  }
}

.rainbet-7hrdj5 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rainbet-7hrdj5 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rainbet-7hrdj5 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rainbet-k90f97 {
  overflow: hidden;
}

.rainbet-5ilknz img {
  background: var(--Neutral-300);
}

.rainbet-iy4fop {
  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;
}

.rainbet-zoyq2i {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.rainbet-zoyq2i:hover {
  background: var(--button-bg-hover);
}

.rainbet-q55toj {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rainbet-q55toj:hover {
  background: var(--button-bg-hover);
}

.rainbet-t0whs9 {
  font-size: 12px;
  line-height: 18px;
}

.rainbet-98aq4e {
  font-size: 18px;
  line-height: 26px;
}

.rainbet-lqa32t {
  width: 100%;
}

.rainbet-cezhj9 {
  padding: 6px 16px;
}

.rainbet-p6oasl {
  padding: 10px 16px;
}

.rainbet-2ziq0g {
  padding: 15px 26px;
}

.rainbet-t4p8eb {
  flex-shrink: 0;
}

.rainbet-tfqap4 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.rainbet-z12009 {
  display: none;
}

.rainbet-hpl7ww {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rainbet-s88ydi {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rainbet-opcxmf {
  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;
}

.rainbet-iikuqi {
  cursor: grab;
}

.rainbet-opcxmf::-webkit-scrollbar {
  display: none;
}

.rainbet-rs1hrr {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rainbet-6xgwcl {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rainbet-5kbw6z {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rainbet-fqv63j {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rainbet-uhlz4d {
  visibility: visible;
}

.rainbet-pdgx1p {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rainbet-c4ky0c ease;
}

.rainbet-lqb7md {
  background-color: var(--Primary-200);
  width: 16px;
}

.rainbet-ljlfdj {
  -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.rainbet-c4ky0c,
    mask-image 0.3s;
}

.rainbet-ljlfdj.rainbet-26jtfg {
  -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;
  }
}

.rainbet-mkvcmz: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;
}

.rainbet-aj8vxo {
  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.rainbet-7hpo5h.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.rainbet-7hpo5h.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;
}

.rainbet-6t7be2 {
  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);
}

.rainbet-6t7be2::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%
  );
}

.rainbet-zq39th {
  position: relative;
  z-index: 1;
}

.rainbet-6859m8 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rainbet-otruxj {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rainbet-scmvyi {
  font-size: 40px;
  line-height: 48px;
}

.rainbet-4upcn3 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rainbet-4feal3 {
  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;
}

.rainbet-4feal3:hover {
  background: var(--Primary-400);
}

.rainbet-4feal3 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rainbet-mkvcmz 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) {
  .rainbet-6t7be2 {
    max-width: 600px;
    padding: 64px;
  }

  .rainbet-6859m8 {
    font-size: 24px;
    line-height: 32px;
  }

  .rainbet-otruxj {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rainbet-scmvyi {
    font-size: 50px;
    line-height: 56px;
  }

  .rainbet-4upcn3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rainbet-aj8vxo {
    top: 25px;
    right: 25px;
  }
}

.rainbet-znqp15,
.rainbet-x8dnsk {
  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;
}

.rainbet-xp10ps.rainbet-s0ear8::before,
.rainbet-x8dnsk::before,
.rainbet-id86gt::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.rainbet-7hpo5h.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rainbet-qizycc 14.rainbet-ehprh5.rainbet-hnyxqu 14.rainbet-4g63bt 15.rainbet-t325g9 14.rainbet-73c07e 15.rainbet-drnt1m 14.rainbet-1gyywe.rainbet-j6wnhv 14.rainbet-xi084z 19.rainbet-4t7ju7 12.rainbet-ovhggb 19.rainbet-4t7ju7 10.rainbet-cclw1t.rainbet-4t7ju7 8.rainbet-1s7rne 17.rainbet-9ci1ym 7.rainbet-elwssb 15.rainbet-lcx3jr 7.rainbet-lgtyjw.rainbet-hx9gab 7.rainbet-elwssb 11.rainbet-qra0py 8.rainbet-1s7rne 11.rainbet-qra0py 10.rainbet-xps824.rainbet-qra0py 12.rainbet-hcre2b 13.rainbet-6s19n3 14.rainbet-ya7u8h 15.rainbet-wp7xt6 14.rainbet-s6ckgu.rainbet-ogj60c 14.rainbet-kcan0b 15.rainbet-5wr8au 14.rainbet-vejmiy 15.rainbet-b8de2y 14.rainbet-m9evx1.rainbet-qizycc 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rainbet-m8cx3y 15.rainbet-fn83d9.rainbet-66db7q 15.rainbet-p6pc5c 15.rainbet-2c8c8a 15.rainbet-62osue 15.rainbet-jow1ub 15.rainbet-ffjhu7.rainbet-x62677 15.rainbet-62osue 15.rainbet-qutwvz 15.rainbet-8rdz3g 15.rainbet-mbyj6z 15.rainbet-kjwdyz.rainbet-vnfcim 15.rainbet-hzq6m5 7.rainbet-7icyuj 18.rainbet-2xsyt3 7.rainbet-xjyta4 23.rainbet-n5du20.rainbet-5l29du.rainbet-l48qon 18.rainbet-atqswc 19.rainbet-eg937q 15.rainbet-53u1br 15.rainbet-m8cx3y 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rainbet-f5se0y [type="submit"] *,
.rainbet-7s9sz5 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rainbet-4lwcy8 {
    display: none;
  }
}

.rainbet-sm2iln {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rainbet-sm2iln {
  display: none;
}

@media (min-width: 768px) {
  .rainbet-sm2iln {
    bottom: 22px;
  }
}

.rainbet-sm2iln input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rainbet-sm2iln {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rainbet-467xcv.static) .rainbet-sm2iln {
    bottom: 8px;
  }
}

.rainbet-r5s9h3 {
  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.rainbet-7hpo5h.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rainbet-ekpt51 3.rainbet-allcyz.rainbet-kwmm2y.rainbet-221xt6 3.rainbet-oi7s01 3.rainbet-zphihv 5.rainbet-v5vzle 3.rainbet-zphihv 8.rainbet-c0ovb1.rainbet-yv667v.rainbet-zphihv 26.rainbet-cfo25y 5.rainbet-121ocf 28.rainbet-q5ergr 8.rainbet-t8bdw0 28.rainbet-bpph91.rainbet-rh3h2c 28.rainbet-1g26ma.rainbet-p3msd1 34.rainbet-u1nikh.rainbet-fks244 36.rainbet-wfhetf 11.rainbet-fjoyas 37.rainbet-y8dfw3 12.rainbet-fd0qcq 36.rainbet-sqsk91.rainbet-7gdalk 28.rainbet-s15mcz.rainbet-epl4fl.rainbet-axcor1 28.rainbet-pncw7p 36.rainbet-em8m52 26.rainbet-j7gke9 36.rainbet-em8m52 23.rainbet-n6vy8k.rainbet-2oxkjd.rainbet-em8m52 5.rainbet-sz44n8 34.rainbet-ppda4e 3.rainbet-oi7s01 31.rainbet-ekpt51 3.rainbet-r7urmj.rainbet-djsbfg 18.rainbet-3xozhv.rainbet-57oj6u 18.rainbet-blz3nf 8.rainbet-advgy8 17.rainbet-zi9u9o 8.rainbet-advgy8 15.rainbet-ybemoh.rainbet-advgy8 14.rainbet-540cem 9.rainbet-57oj6u 13.rainbet-urw8um 11.rainbet-djsbfg 13.rainbet-gbfxzn.rainbet-n0iih1 13.rainbet-urw8um 13.rainbet-tzyvmf 14.rainbet-540cem 13.rainbet-tzyvmf 15.rainbet-a2m4a5.rainbet-tzyvmf 17.rainbet-zi9u9o 12.rainbet-n0iih1 18.rainbet-blz3nf 11.rainbet-djsbfg 18.rainbet-ghl11f.rainbet-f68cpn 18.rainbet-3xyeav.rainbet-9zaate 18.rainbet-blz3nf 17.rainbet-5so3ia 17.rainbet-zi9u9o 17.rainbet-5so3ia 15.rainbet-7qy4td.rainbet-5so3ia 14.rainbet-540cem 18.rainbet-9zaate 13.rainbet-urw8um 20.rainbet-f68cpn 13.rainbet-32p10k.rainbet-n1baj5 13.rainbet-urw8um 22.rainbet-e9fmgs 14.rainbet-540cem 22.rainbet-e9fmgs 15.rainbet-x6v4lm.rainbet-43u9f2 17.rainbet-zi9u9o 21.rainbet-n1baj5 18.rainbet-blz3nf 20.rainbet-f68cpn 18.rainbet-3b15km.rainbet-v3m452 18.rainbet-y217z0.rainbet-sjxkxq 18.rainbet-blz3nf 26.rainbet-s2qwu5 17.rainbet-zi9u9o 26.rainbet-s2qwu5 15.rainbet-p18nx1.rainbet-s2qwu5 14.rainbet-540cem 27.rainbet-sjxkxq 13.rainbet-urw8um 28.rainbet-v3m452 13.rainbet-jmyszp.rainbet-bfgtrq 13.rainbet-urw8um 31.rainbet-4ee1yc 14.rainbet-540cem 31.rainbet-4ee1yc 15.rainbet-4ishap.rainbet-s2qwu5 17.rainbet-zi9u9o 30.rainbet-bfgtrq 18.rainbet-blz3nf 28.rainbet-v3m452 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"])
    .rainbet-r5s9h3 {
    display: none;
  }
}

.rainbet-or69rl {
  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) {
  .rainbet-or69rl {
    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;
}

.rainbet-7s9sz5 {
  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) {
  .rainbet-7s9sz5 {
    padding: 14px 16px;
  }
}

.rainbet-7s9sz5 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rainbet-7s9sz5 button:first-child {
  align-content: end;
}

.rainbet-7s9sz5 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rainbet-7s9sz5
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rainbet-7s9sz5
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rainbet-7s9sz5 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rainbet-7s9sz5 button:last-child svg {
  width: 38px;
  height: 38px;
}

.rainbet-id86gt {
  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;
}

.rainbet-id86gt::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rainbet-id86gt,
.pc61d126-chatbot[data-active-screen="3"]
  .rainbet-id86gt {
  opacity: 1;
  visibility: visible;
}

.rainbet-p5b9cj {
  flex: 1 1;
}

.rainbet-svsj21 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rainbet-svsj21 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rainbet-42fcww {
  display: block;
}

.rainbet-7oindh {
  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) {
  .rainbet-7oindh {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rainbet-x8dnsk {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rainbet-x8dnsk::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rainbet-39xm19 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rainbet-39xm19 p {
  color: var(--Text-100);
}

.rainbet-x8dnsk .rainbet-edyszd {
  grid-area: button;
}

.rainbet-x8dnsk .rainbet-edyszd::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.rainbet-7hpo5h.org/2000/svg'%3E%3Cpath d='M4.rainbet-9fk3dp 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rainbet-09rq67 15L16.rainbet-09rq67 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rainbet-09rq67 5L16.rainbet-09rq67 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rainbet-bb0k1c {
  display: block;
}

.rainbet-ai9hse {
  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) {
  .rainbet-ai9hse {
    margin-top: 40px;
  }
}

.rainbet-znqp15 label,
.rainbet-znqp15 input {
  display: block;
  width: 100%;
}

.rainbet-znqp15 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rainbet-znqp15 label.rainbet-n19yx7 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rainbet-znqp15 label.rainbet-n19yx7::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;
}

.rainbet-znqp15 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;
}

.rainbet-znqp15 input::placeholder {
  color: var(--Text-400);
}

.rainbet-c9d1i0 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rainbet-c9d1i0 {
  display: flex;
}

.rainbet-c9d1i0 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rainbet-c9d1i0 ol {
    height: 420px;
    padding: 24px;
  }
}

.rainbet-c9d1i0 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rainbet-f5se0y {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rainbet-f5se0y {
    padding: 0 24px 24px;
  }
}

.rainbet-f5se0y 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;
}

.rainbet-f5se0y input::placeholder {
  color: var(--Text-400);
}

.rainbet-f5se0y [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rainbet-f5se0y [type="submit"]:disabled {
  opacity: 0.5;
}

.rainbet-f5se0y [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rainbet-f5se0y [type="submit"] {
    right: 40px;
  }
}

.rainbet-xp10ps {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rainbet-xp10ps.rainbet-s0ear8 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rainbet-xp10ps.rainbet-s0ear8::before {
  content: "";
  width: 31px;
}

.rainbet-xp10ps.rainbet-s0ear8 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rainbet-xp10ps.rainbet-nffeiy p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rainbet-xp10ps p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rainbet-sm2iln .rainbet-edyszd {
  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;
  }
}

.rainbet-4lwcy8 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rainbet-4lwcy8 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rainbet-4lwcy8 {
    padding: 18px 0;
  }
}

.rainbet-4lwcy8 .rainbet-7hrdj5 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rainbet-4lwcy8 .rainbet-7hrdj5 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rainbet-kbg6hg {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rainbet-kbg6hg {
    max-width: 160px;
    height: 40px;
  }
}

.rainbet-kbg6hg picture,
.rainbet-kbg6hg img {
  display: block;
  width: 100%;
  height: 100%;
}

.rainbet-kbg6hg img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rainbet-vmi8kg {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rainbet-c4ky0c ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rainbet-4lwcy8.rainbet-n5cdjw .rainbet-vmi8kg {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rainbet-vmi8kg {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rainbet-vmi8kg {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rainbet-hfpkav,
.rainbet-yg0mnd {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rainbet-hfpkav,
  .rainbet-yg0mnd {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rainbet-yg0mnd {
    display: none;
  }
}

.rainbet-iu9qo8 {
  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;
}

.rainbet-n5cdjw .rainbet-iu9qo8 {
  background: var(--fh-bg-color);
}

.rainbet-iu9qo8 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rainbet-iu9qo8 {
    display: none;
  }
}

.rainbet-hvttgg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rainbet-hvttgg {
    display: none;
  }
}

.rainbet-uvn2zj {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.rainbet-4lwcy8.rainbet-n5cdjw .rainbet-uvn2zj:first-child {
  display: none;
}

.rainbet-4lwcy8.rainbet-n5cdjw .rainbet-uvn2zj:last-child {
  display: block;
}

.rainbet-uvn2zj:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rainbet-uvn2zj {
    display: none;
  }
}

.rainbet-fnrke9 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rainbet-fnrke9 {
    display: flex;
  }
}

.rainbet-fnrke9 ul {
  max-height: 350px;
  overflow-y: auto;
}

.rainbet-fnrke9:hover ul {
  visibility: visible;
  opacity: 1;
}

.rainbet-fnrke9:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rainbet-fnrke9:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rainbet-fnrke9:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rainbet-fnrke9:hover .rainbet-4dna05 svg {
  transform: rotate(180deg);
}

.rainbet-xv7ngh {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rainbet-s0wq6l {
  padding: 0 8px;
}

.rainbet-9o34hy {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rainbet-9o34hy:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rainbet-9o34hy {
    padding: 4px 8px;
  }
}

.rainbet-ljc0y5 {
  display: flex;
}

.rainbet-ljc0y5 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rainbet-4dna05 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rainbet-4dna05 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rainbet-y079vv {
  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) {
  .rainbet-y079vv {
    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;
  }
}

.rainbet-y1rp29 {
  width: 100%;
}

@media (min-width: 1200px) {
  .rainbet-y1rp29 {
    display: none;
  }
}

.rainbet-kh1poe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rainbet-5wu3ys {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rainbet-kvczx8 {
  display: flex;
}

.rainbet-sscwkb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rainbet-y1j4ax {
  list-style: none;
}

@media (max-width: 1199px) {
  .rainbet-y1j4ax {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rainbet-y1j4ax {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rainbet-y1j4ax .rainbet-wn9dwg [data-ref-el],
  .rainbet-y1j4ax .rainbet-wn9dwg span,
  .rainbet-y1j4ax .rainbet-wn9dwg a {
    white-space: nowrap;
  }
}

.rainbet-9reg4d {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rainbet-9reg4d.rainbet-o60to0 > .rainbet-wn9dwg {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rainbet-9reg4d.rainbet-d9qy4c:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rainbet-9reg4d.rainbet-o60to0 > .rainbet-iija7t {
    height: auto;
  }

  .rainbet-9reg4d.rainbet-o60to0 > div > .rainbet-jxit46 {
    transform: rotate(180deg);
  }
}

.rainbet-9reg4d [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rainbet-9reg4d [data-ref-el],
.rainbet-9reg4d span {
  cursor: pointer;
}

.rainbet-9reg4d [data-ref-el],
.rainbet-9reg4d span,
.rainbet-9reg4d a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .rainbet-9reg4d [data-ref-el],
  .rainbet-9reg4d span,
  .rainbet-9reg4d a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rainbet-9reg4d [data-ref-el],
  .rainbet-9reg4d span,
  .rainbet-9reg4d a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rainbet-iija7t {
  height: 0;
  overflow: hidden;
  transition: height 0.rainbet-c4ky0c ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rainbet-iija7t::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rainbet-iija7t::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rainbet-iija7t::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rainbet-iija7t {
    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;
  }

  .rainbet-iija7t:has(> .rainbet-9reg4d.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rainbet-iija7t .rainbet-iija7t {
    padding: 0;
  }

  .rainbet-iija7t .rainbet-9reg4d {
    font-weight: 400;
  }

  .rainbet-iija7t .rainbet-9reg4d:hover > .rainbet-wn9dwg {
    background: var(--Neutral-300);
  }

  .rainbet-iija7t .rainbet-jxit46 {
    rotate: -90deg;
  }
}

.rainbet-wn9dwg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rainbet-wn9dwg {
    padding: 8px;
  }

  .rainbet-9reg4d.rainbet-hswfof > .rainbet-wn9dwg {
    background: var(--Neutral-300);
  }
}

.rainbet-jxit46 {
  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.rainbet-7hpo5h.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rainbet-sda158 0.rainbet-1i3op0.rainbet-xfrrtn -0.rainbet-ofyxxp 0.rainbet-gcxxpq -0.rainbet-ofyxxp 1.rainbet-rq26wz 0.rainbet-0gwnga.rainbet-46u9au 4.rainbet-e3us8c.rainbet-sda158 0.rainbet-v2b9xf.rainbet-xikt5n -0.rainbet-ofyxxp 9.rainbet-95fo19 -0.rainbet-ofyxxp 10.rainbet-c0du0u 0.rainbet-0xjyv1.rainbet-bwoq0t 0.rainbet-xfrrtn 10.rainbet-bwoq0t 0.rainbet-gcxxpq 10.rainbet-c0du0u 1.rainbet-wmpn99.rainbet-ooyr9z 5.rainbet-mvug0m.rainbet-cibci7 6.rainbet-fxegv6 5.rainbet-3pf7o1 6.rainbet-fxegv6 4.rainbet-4p9pvu 5.rainbet-0j375a.rainbet-sda158 1.rainbet-tl4vbr.rainbet-ofyxxp 0.rainbet-gcxxpq -0.rainbet-ofyxxp 0.rainbet-xfrrtn 0.rainbet-sda158 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rainbet-c4ky0c ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rainbet-jxit46 {
    cursor: default;
  }
}

.rainbet-zroalj {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rainbet-kdck99 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .rainbet-kdck99 {
    padding: 40px 4px;
  }
}

.rainbet-x3xazg {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rainbet-x3xazg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rainbet-gdejcz {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rainbet-gdejcz {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rainbet-gdejcz ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rainbet-gdejcz [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rainbet-gdejcz [data-ref-el],
.rainbet-gdejcz span,
.rainbet-gdejcz a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.rainbet-4s0v1f {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rainbet-4s0v1f {
    margin-bottom: 12px;
  }
}

.rainbet-kzc169 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rainbet-kzc169 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rainbet-kzc169:last-child {
    margin-right: 0;
  }
}

.rainbet-w6n9hl {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rainbet-4s0v1f:hover .rainbet-zjebn4 {
  visibility: visible;
  opacity: 1;
}

.rainbet-zjebn4 {
  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);
}

.rainbet-dbdf61 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rainbet-6r7o0w {
  display: flex;
  margin: 6px;
}

.rainbet-6r7o0w img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rainbet-zjebn4::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);
}

.rainbet-zjebn4::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);
}

.rainbet-schjfo {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rainbet-schjfo {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rainbet-mt85ds {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .rainbet-mt85ds {
    margin-right: 32px;
  }
}

.rainbet-khzw5a {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rainbet-khzw5a {
    margin-top: 0;
    width: 340px;
  }
}

.rainbet-khzw5a a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rainbet-3ivk5h {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rainbet-f8oc5v {
  position: relative;
}

@media (min-width: 768px) {
  .rainbet-f8oc5v {
    margin-top: 40px;
  }
}

.rainbet-f8oc5v + .rainbet-judhr0,
.rainbet-f8oc5v + .rainbet-f8oc5v {
  margin-top: 24px;
}

.rainbet-zsjv8k {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rainbet-zsjv8k {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rainbet-zsjv8k {
    padding: 80px;
  }
}

.rainbet-j70y8a {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rainbet-j70y8a {
    padding: 0 16px;
}


}

.rainbet-2j02bo {
  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) {
  .rainbet-2j02bo {
    font-size: 48px;
    line-height: 56px;
  }
}

.rainbet-8clbbc {
  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) {
  .rainbet-8clbbc {
    font-size: 24px;
    line-height: 32px;
  }
}

.rainbet-h6lk34 {
  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;
}

.rainbet-h6lk34:hover {
  background: var(--button-bg-hover);
}

.rainbet-bfsv8j {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rainbet-bfsv8j img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rainbet-bfsv8j img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rainbet-bfsv8j img {
  min-height: 100%;
  }
}

.rainbet-zsjv8k::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rainbet-zp9k4u {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rainbet-zp9k4u h1,
.rainbet-zp9k4u h2,
.rainbet-zp9k4u h3,
.rainbet-zp9k4u h4 {
  margin-bottom: 6px;
}

.rainbet-zp9k4u h1:not(:first-child),
.rainbet-zp9k4u h2:not(:first-child),
.rainbet-zp9k4u h3:not(:first-child),
.rainbet-zp9k4u h4:not(:first-child) {
  margin-top: 16px;
}

.rainbet-zp9k4u h1,
.rainbet-zp9k4u h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rainbet-zp9k4u h1,
  .rainbet-zp9k4u h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rainbet-zp9k4u h2,
.rainbet-zp9k4u h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rainbet-zp9k4u h2,
  .rainbet-zp9k4u h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rainbet-zp9k4u h3,
.rainbet-zp9k4u h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rainbet-zp9k4u h3,
  .rainbet-zp9k4u h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rainbet-zp9k4u h4,
.rainbet-zp9k4u h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rainbet-zp9k4u ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rainbet-zp9k4u ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rainbet-zp9k4u 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);
}

.rainbet-zp9k4u ul ul {
  margin-bottom: 8px;
}

.rainbet-zp9k4u ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rainbet-zp9k4u ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rainbet-zp9k4u ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rainbet-zp9k4u ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rainbet-zp9k4u ol li::marker {
  font-weight: 700;
}

.rainbet-zp9k4u ol ol {
  margin-bottom: 8px;
}

.rainbet-zp9k4u ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rainbet-zp9k4u ol ul li {
  padding-left: 16px;
}

.rainbet-zp9k4u 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) {
  .rainbet-zp9k4u table {
    padding: 24px;
  }
}

.rainbet-zp9k4u table.rainbet-ee5ifg {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rainbet-c4ky0c,
    mask-image 0.3s;
}

.rainbet-zp9k4u table.rainbet-ee5ifg.rainbet-26jtfg {
  -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) {
  .rainbet-zp9k4u table {
    display: table;
  }
}

.rainbet-zp9k4u 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);
}

.rainbet-zp9k4u table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rainbet-zp9k4u table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rainbet-zp9k4u 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) {
  .rainbet-zp9k4u table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rainbet-zp9k4u table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rainbet-zp9k4u table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rainbet-zp9k4u table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rainbet-zp9k4u img {
  max-width: 100%;
  height: auto;
}

.rainbet-13wm1s {
  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) {
  .rainbet-13wm1s {
    padding: 24px;
  }
}

.rainbet-ci28e0 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .rainbet-ci28e0 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rainbet-ci28e0 > * {
  margin: 0 !important;
}

.rainbet-ci28e0 img,
.rainbet-u4ukpo {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rainbet-ci28e0 img,
  .rainbet-u4ukpo {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rainbet-fwqmc9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rainbet-fwqmc9 {
    width: 32px;
    height: 32px;
  }
}

.rainbet-rs6dti {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rainbet-rs6dti .rainbet-n2akhz {
  flex-shrink: 0;
}

.rainbet-rs6dti .rainbet-lrcyia svg {
  display: none;
}

.rainbet-2xp9s7 {
  display: grid;
  transition: max-height 0.rainbet-c4ky0c ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rainbet-2xp9s7 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rainbet-2xp9s7 {
    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));
  }
}

.rainbet-2xp9s7.rainbet-tfwy5j + .rainbet-n2akhz svg {
  transform: rotate(180deg);
}

.rainbet-4toz6b {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rainbet-4toz6b > div:nth-child(3n) {
  grid-column: span 2;
}

.rainbet-4toz6b
  > div:nth-child(3n)
  .rainbet-0tv1ys
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rainbet-4toz6b {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rainbet-4toz6b > div:nth-child(3n) {
    grid-column: unset;
  }

  .rainbet-4toz6b
    > div:nth-child(3n)
    .rainbet-0tv1ys
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rainbet-4toz6b {
    max-width: 270px;
  }
}

.rainbet-4toz6b .rainbet-0tv1ys button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rainbet-4toz6b .rainbet-0tv1ys button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rainbet-4toz6b .rainbet-0tv1ys button {
    max-width: 104px;
  }
}

.rainbet-ikmkjz {
  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) {
  .rainbet-ikmkjz {
    margin-bottom: 0;
  }
}

.rainbet-g7vz6p {
  display: none;
  opacity: 0;
}

.rainbet-uvlyh7 {
  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;
  }
}

.rainbet-uvlyh7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rainbet-0tv1ys {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rainbet-0tv1ys button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rainbet-0tv1ys
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rainbet-0tv1ys
    button {
    max-width: 145px;
  }
}

.rainbet-14rk9a:first-child
  .rainbet-0tv1ys
  button {
  max-width: 270px;
}

.rainbet-cbj2z5 {
  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%;
}

.rainbet-ikmkjz picture {
  width: 100%;
  max-width: 100%;
}

.rainbet-aukyh4 {
  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;
}

.rainbet-aukyh4 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rainbet-ikmkjz:hover .rainbet-aukyh4 {
  display: flex;
}

.rainbet-twa2rl {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rainbet-f4bfzk {
  display: flex;
}

.rainbet-f4bfzk:hover .rainbet-5x8pm9,
.rainbet-f4bfzk .rainbet-hswfof .rainbet-5x8pm9 {
  display: flex;
}

.rainbet-f4bfzk svg {
  flex-shrink: 0;
}

.rainbet-5x8pm9 {
  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) {
  .rainbet-5x8pm9 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rainbet-5x8pm9:hover {
  display: flex;
}

.rainbet-5x8pm9 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rainbet-hrwmti {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .rainbet-hrwmti {
    font-size: 12px;
  }
}

.rainbet-nkxhan,
.rainbet-noqvkm {
  width: 50%;
  flex-shrink: 0;
}

.rainbet-nkxhan {
  font-weight: 700;
}

.rainbet-ls9k3l .rainbet-2xp9s7 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rainbet-ls9k3l .rainbet-2xp9s7 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rainbet-ls9k3l .rainbet-2xp9s7 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rainbet-ls9k3l
  .rainbet-cbj2z5:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rainbet-ls9k3l .rainbet-uvlyh7 {
  height: 100% !important;
  border-radius: 16px;
}

.rainbet-ls9k3l .rainbet-0tv1ys {
  gap: 4px;
  align-items: center;
}

.rainbet-ls9k3l .rainbet-0tv1ys button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rainbet-ls9k3l .rainbet-0tv1ys svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rainbet-ls9k3l .rainbet-ljp4zs,
.rainbet-ls9k3l .rainbet-ftk514 {
  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.rainbet-7hpo5h.org/2000/svg'%3E%3Cpath d='M9.rainbet-xvd374 4.rainbet-pym6lk.rainbet-fqi6b2 5.rainbet-7816h4.rainbet-8mxdri 5.rainbet-mrknzq.rainbet-z7nw87 5.rainbet-y7aswh.rainbet-yif9tf 8.rainbet-i0uaxo.rainbet-5qx04n 9.rainbet-ta94q6.rainbet-s0bwr7 9.rainbet-7g5wlz.rainbet-iotgkj 13.rainbet-49ncq8.rainbet-t66rr8 11.rainbet-9we0v2.rainbet-8nhl1w 11.rainbet-itw83h.rainbet-v5b2q5 11.rainbet-i885le.rainbet-hrclkz 13.rainbet-bq30r1.rainbet-h4j5cl 9.rainbet-pa6qys.rainbet-f3fooj 9.rainbet-q9mgq0.rainbet-q1kgya 8.rainbet-qkmjod.rainbet-6bqoq7 5.rainbet-vnorsw.rainbet-mbio6v 5.rainbet-83xgkq.rainbet-2z7onm 5.rainbet-6ng17g.rainbet-qh45at 4.rainbet-57akbd.rainbet-8nhl1w 1.rainbet-oonlm6.rainbet-xvd374 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rainbet-ls9k3l .rainbet-ljp4zs {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rainbet-ls9k3l .rainbet-ftk514 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rainbet-04wqoo {
  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) {
  .rainbet-04wqoo {
    padding: 24px;
  }
}

.rainbet-04wqoo .rainbet-n2akhz {
  display: flex;
}

@media (min-width: 768px) {
  .rainbet-04wqoo .rainbet-n2akhz {
    display: none;
  }
}

.rainbet-04wqoo .rainbet-lrcyia svg {
  display: none;
}

.rainbet-6qbcar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rainbet-6qbcar .rainbet-iy4fop {
  display: none;
}

@media (min-width: 768px) {
  .rainbet-6qbcar .rainbet-iy4fop {
    display: flex;
  }
}

.rainbet-zlnizr {
  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) {
  .rainbet-zlnizr {
    font-size: 40px;
    line-height: 48px;
  }
}

.rainbet-zlnizr > * {
  margin: 0 !important;
}

.rainbet-zlnizr img,
.rainbet-l8xhz4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rainbet-zlnizr img,
  .rainbet-l8xhz4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rainbet-b2iwri {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rainbet-b2iwri {
    width: 32px;
    height: 32px;
  }
}

.rainbet-16yuyz {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rainbet-16yuyz {
    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;
  }

  .rainbet-16yuyz::-webkit-scrollbar {
    display: none;
  }
}

.rainbet-pkwaho {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rainbet-pkwaho {
    padding: 7px 15px;
  }
}

.rainbet-pkwaho:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rainbet-2poo4j {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rainbet-2poo4j {
    display: flex;
    opacity: 1;
  }
}

.rainbet-pkwaho picture {
  height: 100%;
  display: block;
}

.rainbet-pkwaho img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rainbet-pkwaho img {
    width: 88px;
    height: 44px;
  }
}

.rainbet-pkwaho p {
  text-align: center;
  width: 100%;
}

.rainbet-frs5f6 {
  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) {
  .rainbet-frs5f6 {
    font-size: 40px;
    line-height: 48px;
  }
}

.rainbet-frs5f6 img,
.rainbet-wpekwo {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rainbet-frs5f6 img,
  .rainbet-wpekwo {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rainbet-72b8aj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rainbet-72b8aj {
    width: 32px;
    height: 32px;
  }
}

.rainbet-dbbaj2 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rainbet-9mgybf {
  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;
}

.rainbet-h6421b {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rainbet-h6421b.rainbet-hswfof {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rainbet-047w21 {
  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) {
  .rainbet-047w21 {
    font-size: 20px;
    line-height: 28px;
  }
}

.rainbet-vwm7y6 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.rainbet-z3zo8d {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rainbet-c4ky0c ease;
  opacity: 0;
  color: var(--text-color);
}

.rainbet-wv2bpi {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rainbet-wv2bpi ol,
.rainbet-wv2bpi ul {
  padding-left: 1.3em;
}

.rainbet-h6421b.rainbet-hswfof .rainbet-z3zo8d {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rainbet-h6421b.rainbet-hswfof .rainbet-vwm7y6 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.rainbet-rj7577 {
  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) {
  .rainbet-rj7577 {
    padding: 24px;
  }
}

.rainbet-rj7577 .rainbet-n2akhz {
  display: flex;
}

@media (min-width: 768px) {
  .rainbet-rj7577 .rainbet-n2akhz {
    display: none;
  }
}

.rainbet-rj7577 .rainbet-lrcyia svg {
  display: none;
}

.rainbet-4cobbi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rainbet-4cobbi .rainbet-iy4fop {
  display: none;
}

@media (min-width: 768px) {
  .rainbet-4cobbi .rainbet-iy4fop {
    display: flex;
  }
}

.rainbet-67gx1g {
  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) {
  .rainbet-67gx1g {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rainbet-67gx1g > * {
  margin: 0 !important;
}

.rainbet-67gx1g img,
.rainbet-cfz6wk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rainbet-67gx1g img,
  .rainbet-cfz6wk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rainbet-yyv98e {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rainbet-yyv98e {
    width: 32px;
    height: 32px;
  }
}

.rainbet-udxrxn {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rainbet-udxrxn {
    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;
  }

  .rainbet-udxrxn::-webkit-scrollbar {
    display: none;
  }
}

.rainbet-uujsio {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rainbet-uujsio:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rainbet-x6n381 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rainbet-x6n381 {
    display: flex;
    opacity: 1;
  }
}

.rainbet-uujsio picture {
  width: auto;
  height: 100%;
  display: block;
}

.rainbet-uujsio picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rainbet-bpirml {
  margin: -24px 0;
}

.rainbet-bpirml:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rainbet-bpirml {
    margin: -16px 0;
  }
}

.rainbet-15id7q {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rainbet-15id7q {
    flex-direction: row;
  }
}

.rainbet-rvsmzz {
  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) {
  .rainbet-rvsmzz {
    flex: 1;
  }
}

.rainbet-rvsmzz::placeholder {
  color: var(--Text-400);
}

.rainbet-ohhikh {
  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;
}

.rainbet-posndh {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rainbet-posndh::-webkit-scrollbar {
  display: none;
}

.rainbet-ziex2m {
  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;
}

.rainbet-ziex2m img,
.rainbet-ziex2m svg {
  margin-right: 8px;
}

.rainbet-x48wo2 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rainbet-bpirml + .rainbet-kq5gz3 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rainbet-bpirml + .rainbet-kq5gz3 {
    margin-top: -16px;
  }
}

.rainbet-v3m8i8 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rainbet-v3m8i8 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rainbet-v3m8i8 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rainbet-kkj4zj {
  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;
}

.rainbet-9pi339 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.rainbet-8ad1ws {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rainbet-3sg5j2 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rainbet-q5gpw4 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rainbet-kkj4zj 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;
}

.rainbet-kkj4zj 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) {
  .rainbet-kkj4zj {
    padding: 39px 179px 39px 39px;
  }

  .rainbet-9pi339 {
    font-size: 40px;
    line-height: 48px;
  }

  .rainbet-q5gpw4 {
    height: 348px;
  }

  .rainbet-kkj4zj button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rainbet-kkj4zj button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rainbet-kkj4zj {
    padding: 63px;
  }
}

.rainbet-3tdhgy {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rainbet-3tdhgy {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rainbet-d6s7xd {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rainbet-d6s7xd {
    width: auto;
  }
}

.rainbet-zm77dh {
  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;
}

.rainbet-zm77dh::-webkit-scrollbar {
  display: none;
}

.rainbet-zm77dh 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);
}

.rainbet-zm77dh a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rainbet-zm77dh {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rainbet-3tdhgy .rainbet-8qimv2 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rainbet-c4ky0c,
    mask-image 0.3s;
}

.rainbet-3tdhgy .rainbet-8qimv2.rainbet-26jtfg {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rainbet-dhivts {
  margin: 40px -16px;
}

.rainbet-mj3gr5 + .rainbet-judhr0,
.rainbet-mj3gr5 + .rainbet-f8oc5v {
  margin-top: 24px;
}

.rainbet-7qpwkh {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rainbet-7qpwkh picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rainbet-rwwfr7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rainbet-rwwfr7 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rainbet-rwwfr7 {
    margin-top: 0;
  }
}

.rainbet-b2hitu {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rainbet-b2hitu {
    font-size: 24px;
    line-height: 32px;
  }
}

.rainbet-uffnw3 {
  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) {
  .rainbet-uffnw3 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rainbet-y10mbm {
  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) {
  .rainbet-y10mbm {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rainbet-tqzioq {
  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) {
  .rainbet-tqzioq {
    font-size: 20px;
    line-height: 28px;
  }
}

.rainbet-ptf5h7 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rainbet-ptf5h7 {
    font-size: 32px;
    line-height: 40px;
  }
}

.rainbet-0lubeh {
  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;
}

.rainbet-523ti3 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rainbet-523ti3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rainbet-kq5gz3 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rainbet-mlmxf6 {
  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) {
  .rainbet-mlmxf6 {
    padding: 15px 48px;
  }
}

main > .rainbet-kq5gz3 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rainbet-2xp9s7.rainbet-ktongp > div:nth-child(n+5) {
    display: none;
  }
}

.rainbet-zp9k4u p a img {
  display: block;
  margin: 0 auto;
}


.rainbet-s2y3oj {
  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 */
.rainbet-zdub9v {
  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;
}

.rainbet-zdub9v label {
  font-size: 14px;
}

.rainbet-zdub9v h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rainbet-zdub9v input,
.rainbet-zdub9v textarea,
.rainbet-zdub9v 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;
}
.rainbet-zdub9v button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rainbet-y1v6kl ease;
}
.rainbet-zdub9v button:hover {
  background-color: var(--button-bg-hover);
}
.rainbet-i9s3xl {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rainbet-onhpgx ease-in;
}

.rainbet-i9s3xl 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;
}
.rainbet-z8mv4q, .rainbet-y975bx, [class*="review-card"],
thead, thead th, table th, .rainbet-ka47kl,
.rainbet-ua0wj0, [class*="collapsible-header"],
.rainbet-vfv1e7, [class*="updated-block"] {
  color: #ece7dc !important;
}
