* {
  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;
  }
}

.roobet-f2wohu {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .roobet-f2wohu {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .roobet-f2wohu {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.roobet-pveyzx {
  overflow: hidden;
}

.roobet-reecea img {
  background: var(--Neutral-300);
}

.roobet-uebqm4 {
  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;
}

.roobet-ci9lni {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.roobet-ci9lni:hover {
  background: var(--button-bg-hover);
}

.roobet-knkfgq {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.roobet-knkfgq:hover {
  background: var(--button-bg-hover);
}

.roobet-l8fcda {
  font-size: 12px;
  line-height: 18px;
}

.roobet-8awye6 {
  font-size: 18px;
  line-height: 26px;
}

.roobet-hyc09o {
  width: 100%;
}

.roobet-9e9yq9 {
  padding: 6px 16px;
}

.roobet-strdfh {
  padding: 10px 16px;
}

.roobet-8218nq {
  padding: 15px 26px;
}

.roobet-fbvb03 {
  flex-shrink: 0;
}

.roobet-bywrtk {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.roobet-kyhxis {
  display: none;
}

.roobet-lp7h2o {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.roobet-hjzsb9 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.roobet-x09fq4 {
  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;
}

.roobet-0h150f {
  cursor: grab;
}

.roobet-x09fq4::-webkit-scrollbar {
  display: none;
}

.roobet-m12ryd {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.roobet-u91l56 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.roobet-4obzc9 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.roobet-24kmq2 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.roobet-eo487v {
  visibility: visible;
}

.roobet-5vldyd {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.roobet-djeja0 ease;
}

.roobet-x77flh {
  background-color: var(--Primary-200);
  width: 16px;
}

.roobet-tikm2d {
  -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.roobet-djeja0,
    mask-image 0.3s;
}

.roobet-tikm2d.roobet-enx8qw {
  -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;
  }
}

.roobet-40l92w: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;
}

.roobet-wf5vzn {
  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.roobet-vtxrog.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.roobet-vtxrog.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;
}

.roobet-8b6ta8 {
  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);
}

.roobet-8b6ta8::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%
  );
}

.roobet-dpytlc {
  position: relative;
  z-index: 1;
}

.roobet-o2u6vd {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.roobet-glynt1 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.roobet-myzj4n {
  font-size: 40px;
  line-height: 48px;
}

.roobet-d7feuq {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.roobet-r1ary5 {
  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;
}

.roobet-r1ary5:hover {
  background: var(--Primary-400);
}

.roobet-r1ary5 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.roobet-40l92w 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) {
  .roobet-8b6ta8 {
    max-width: 600px;
    padding: 64px;
  }

  .roobet-o2u6vd {
    font-size: 24px;
    line-height: 32px;
  }

  .roobet-glynt1 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .roobet-myzj4n {
    font-size: 50px;
    line-height: 56px;
  }

  .roobet-d7feuq {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .roobet-wf5vzn {
    top: 25px;
    right: 25px;
  }
}

.roobet-dug0sh,
.roobet-q75enc {
  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;
}

.roobet-zkb035.roobet-tn5dzy::before,
.roobet-q75enc::before,
.roobet-zyhoyi::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.roobet-vtxrog.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.roobet-qtjvou 14.roobet-s3jaan.roobet-xoouji 14.roobet-dwk34z 15.roobet-pskomk 14.roobet-sd80bk 15.roobet-f3nca7 14.roobet-evbquz.roobet-5roh07 14.roobet-99jyrm 19.roobet-pp5tib 12.roobet-wwr3eq 19.roobet-pp5tib 10.roobet-62a45s.roobet-pp5tib 8.roobet-5597df 17.roobet-pom05e 7.roobet-v48h8t 15.roobet-o8xhnj 7.roobet-6qilrn.roobet-u10y8f 7.roobet-v48h8t 11.roobet-yr94ei 8.roobet-5597df 11.roobet-yr94ei 10.roobet-qtapbo.roobet-yr94ei 12.roobet-aebb59 13.roobet-4n55oo 14.roobet-f41vnq 15.roobet-4rdw7c 14.roobet-l6i8y7.roobet-2tufzx 14.roobet-46u70c 15.roobet-l1q7yv 14.roobet-ys2mzm 15.roobet-wgj7os 14.roobet-plb9u6.roobet-qtjvou 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.roobet-e4dz62 15.roobet-mp9vir.roobet-astto3 15.roobet-iwuzbf 15.roobet-h1wmpd 15.roobet-6wg30a 15.roobet-jxknzk 15.roobet-3h1br5.roobet-0i0q23 15.roobet-6wg30a 15.roobet-9wkagz 15.roobet-acwba8 15.roobet-y7ore1 15.roobet-a4pspf.roobet-fgctlx 15.roobet-krd37y 7.roobet-edxsxs 18.roobet-vcp90r 7.roobet-nwz4q6 23.roobet-mdlwkc.roobet-clvnqe.roobet-ynts0t 18.roobet-v1nqlr 19.roobet-jylcx2 15.roobet-e5l7q1 15.roobet-e4dz62 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.roobet-1un4la [type="submit"] *,
.roobet-7u2az3 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .roobet-6rk8o9 {
    display: none;
  }
}

.roobet-1rs4o8 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .roobet-1rs4o8 {
  display: none;
}

@media (min-width: 768px) {
  .roobet-1rs4o8 {
    bottom: 22px;
  }
}

.roobet-1rs4o8 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .roobet-1rs4o8 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.roobet-gr0w48.static) .roobet-1rs4o8 {
    bottom: 8px;
  }
}

.roobet-hm5ndc {
  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.roobet-vtxrog.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.roobet-u8fbcr 3.roobet-r13low.roobet-1lphz6.roobet-vu1oua 3.roobet-aqcqo9 3.roobet-324m4l 5.roobet-5vtzcj 3.roobet-324m4l 8.roobet-zr934v.roobet-s7y2nu.roobet-324m4l 26.roobet-g2ohiy 5.roobet-zc1o1c 28.roobet-aal993 8.roobet-wlun4n 28.roobet-eovsmn.roobet-5cbkgd 28.roobet-rnp7r0.roobet-ljfmd8 34.roobet-ihg9vu.roobet-3ns816 36.roobet-2mc90b 11.roobet-66suwj 37.roobet-siyzqt 12.roobet-0zn19s 36.roobet-75zz4h.roobet-0d9kmu 28.roobet-w60m2m.roobet-uhmjvp.roobet-m5clu3 28.roobet-jw36ol 36.roobet-cqnhvt 26.roobet-y8twai 36.roobet-cqnhvt 23.roobet-frrmw3.roobet-v66p7d.roobet-cqnhvt 5.roobet-kl2wib 34.roobet-dx7c24 3.roobet-aqcqo9 31.roobet-u8fbcr 3.roobet-1l34ua.roobet-dur2uj 18.roobet-88igaa.roobet-isq9d8 18.roobet-bjh43i 8.roobet-4n80fc 17.roobet-8jann8 8.roobet-4n80fc 15.roobet-el27lb.roobet-4n80fc 14.roobet-j46dat 9.roobet-isq9d8 13.roobet-co1d5d 11.roobet-dur2uj 13.roobet-68qmwb.roobet-6xc5x4 13.roobet-co1d5d 13.roobet-2wq0vt 14.roobet-j46dat 13.roobet-2wq0vt 15.roobet-dw6hkz.roobet-2wq0vt 17.roobet-8jann8 12.roobet-6xc5x4 18.roobet-bjh43i 11.roobet-dur2uj 18.roobet-p7ofqf.roobet-o0n6dc 18.roobet-0xkew1.roobet-n8zluv 18.roobet-bjh43i 17.roobet-jqzeau 17.roobet-8jann8 17.roobet-jqzeau 15.roobet-lxmwru.roobet-jqzeau 14.roobet-j46dat 18.roobet-n8zluv 13.roobet-co1d5d 20.roobet-o0n6dc 13.roobet-bmom20.roobet-86rv9p 13.roobet-co1d5d 22.roobet-xinlph 14.roobet-j46dat 22.roobet-xinlph 15.roobet-93cdsy.roobet-uy2er3 17.roobet-8jann8 21.roobet-86rv9p 18.roobet-bjh43i 20.roobet-o0n6dc 18.roobet-xjlta4.roobet-klvor3 18.roobet-85fnkr.roobet-926tdt 18.roobet-bjh43i 26.roobet-iibb5y 17.roobet-8jann8 26.roobet-iibb5y 15.roobet-8019fb.roobet-iibb5y 14.roobet-j46dat 27.roobet-926tdt 13.roobet-co1d5d 28.roobet-klvor3 13.roobet-bnsot7.roobet-re68mm 13.roobet-co1d5d 31.roobet-li9hyb 14.roobet-j46dat 31.roobet-li9hyb 15.roobet-l2stfo.roobet-iibb5y 17.roobet-8jann8 30.roobet-re68mm 18.roobet-bjh43i 28.roobet-klvor3 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"])
    .roobet-hm5ndc {
    display: none;
  }
}

.roobet-o1ij2t {
  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) {
  .roobet-o1ij2t {
    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;
}

.roobet-7u2az3 {
  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) {
  .roobet-7u2az3 {
    padding: 14px 16px;
  }
}

.roobet-7u2az3 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.roobet-7u2az3 button:first-child {
  align-content: end;
}

.roobet-7u2az3 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .roobet-7u2az3
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .roobet-7u2az3
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.roobet-7u2az3 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.roobet-7u2az3 button:last-child svg {
  width: 38px;
  height: 38px;
}

.roobet-zyhoyi {
  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;
}

.roobet-zyhoyi::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .roobet-zyhoyi,
.pc61d126-chatbot[data-active-screen="3"]
  .roobet-zyhoyi {
  opacity: 1;
  visibility: visible;
}

.roobet-n2ynyo {
  flex: 1 1;
}

.roobet-k1czxn {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .roobet-k1czxn {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .roobet-ek85qk {
  display: block;
}

.roobet-d9ncc3 {
  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) {
  .roobet-d9ncc3 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.roobet-q75enc {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.roobet-q75enc::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.roobet-l4v3ww span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.roobet-l4v3ww p {
  color: var(--Text-100);
}

.roobet-q75enc .roobet-n7s4yy {
  grid-area: button;
}

.roobet-q75enc .roobet-n7s4yy::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.roobet-vtxrog.org/2000/svg'%3E%3Cpath d='M4.roobet-ma625a 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.roobet-rdhsvm 15L16.roobet-rdhsvm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.roobet-rdhsvm 5L16.roobet-rdhsvm 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .roobet-89xe9c {
  display: block;
}

.roobet-1ydqes {
  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) {
  .roobet-1ydqes {
    margin-top: 40px;
  }
}

.roobet-dug0sh label,
.roobet-dug0sh input {
  display: block;
  width: 100%;
}

.roobet-dug0sh label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.roobet-dug0sh label.roobet-xcfqol input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.roobet-dug0sh label.roobet-xcfqol::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;
}

.roobet-dug0sh 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;
}

.roobet-dug0sh input::placeholder {
  color: var(--Text-400);
}

.roobet-7lfjnf {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .roobet-7lfjnf {
  display: flex;
}

.roobet-7lfjnf ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .roobet-7lfjnf ol {
    height: 420px;
    padding: 24px;
  }
}

.roobet-7lfjnf ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.roobet-1un4la {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .roobet-1un4la {
    padding: 0 24px 24px;
  }
}

.roobet-1un4la 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;
}

.roobet-1un4la input::placeholder {
  color: var(--Text-400);
}

.roobet-1un4la [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.roobet-1un4la [type="submit"]:disabled {
  opacity: 0.5;
}

.roobet-1un4la [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .roobet-1un4la [type="submit"] {
    right: 40px;
  }
}

.roobet-zkb035 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.roobet-zkb035.roobet-tn5dzy {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.roobet-zkb035.roobet-tn5dzy::before {
  content: "";
  width: 31px;
}

.roobet-zkb035.roobet-tn5dzy p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.roobet-zkb035.roobet-cjucdf p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.roobet-zkb035 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.roobet-1rs4o8 .roobet-n7s4yy {
  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;
  }
}

.roobet-6rk8o9 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .roobet-6rk8o9 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .roobet-6rk8o9 {
    padding: 18px 0;
  }
}

.roobet-6rk8o9 .roobet-f2wohu {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .roobet-6rk8o9 .roobet-f2wohu {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.roobet-7eufcb {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .roobet-7eufcb {
    max-width: 160px;
    height: 40px;
  }
}

.roobet-7eufcb picture,
.roobet-7eufcb img {
  display: block;
  width: 100%;
  height: 100%;
}

.roobet-7eufcb img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .roobet-gjt5pk {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.roobet-djeja0 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .roobet-6rk8o9.roobet-pxha6z .roobet-gjt5pk {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .roobet-gjt5pk {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .roobet-gjt5pk {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.roobet-98t5lw,
.roobet-k9clh4 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .roobet-98t5lw,
  .roobet-k9clh4 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .roobet-k9clh4 {
    display: none;
  }
}

.roobet-4w9q9f {
  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;
}

.roobet-pxha6z .roobet-4w9q9f {
  background: var(--fh-bg-color);
}

.roobet-4w9q9f button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .roobet-4w9q9f {
    display: none;
  }
}

.roobet-zj13sq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .roobet-zj13sq {
    display: none;
  }
}

.roobet-v53jfo {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.roobet-6rk8o9.roobet-pxha6z .roobet-v53jfo:first-child {
  display: none;
}

.roobet-6rk8o9.roobet-pxha6z .roobet-v53jfo:last-child {
  display: block;
}

.roobet-v53jfo:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .roobet-v53jfo {
    display: none;
  }
}

.roobet-4fpwjy {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .roobet-4fpwjy {
    display: flex;
  }
}

.roobet-4fpwjy ul {
  max-height: 350px;
  overflow-y: auto;
}

.roobet-4fpwjy:hover ul {
  visibility: visible;
  opacity: 1;
}

.roobet-4fpwjy:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.roobet-4fpwjy:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.roobet-4fpwjy:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.roobet-4fpwjy:hover .roobet-r9wy76 svg {
  transform: rotate(180deg);
}

.roobet-ofd4hd {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.roobet-j6nwca {
  padding: 0 8px;
}

.roobet-65pxi7 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.roobet-65pxi7:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .roobet-65pxi7 {
    padding: 4px 8px;
  }
}

.roobet-2rz9vp {
  display: flex;
}

.roobet-2rz9vp img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.roobet-r9wy76 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.roobet-r9wy76 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.roobet-utftod {
  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) {
  .roobet-utftod {
    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;
  }
}

.roobet-qzokfg {
  width: 100%;
}

@media (min-width: 1200px) {
  .roobet-qzokfg {
    display: none;
  }
}

.roobet-x00s9y {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.roobet-rx3bvy {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.roobet-zu9h6g {
  display: flex;
}

.roobet-0fhch5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.roobet-slvrj3 {
  list-style: none;
}

@media (max-width: 1199px) {
  .roobet-slvrj3 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .roobet-slvrj3 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .roobet-slvrj3 .roobet-0ivzg0 [data-ref-el],
  .roobet-slvrj3 .roobet-0ivzg0 span,
  .roobet-slvrj3 .roobet-0ivzg0 a {
    white-space: nowrap;
  }
}

.roobet-sf68w5 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .roobet-sf68w5.roobet-xdymz8 > .roobet-0ivzg0 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .roobet-sf68w5.roobet-w7noa6:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .roobet-sf68w5.roobet-xdymz8 > .roobet-32pzvi {
    height: auto;
  }

  .roobet-sf68w5.roobet-xdymz8 > div > .roobet-u53ff8 {
    transform: rotate(180deg);
  }
}

.roobet-sf68w5 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.roobet-sf68w5 [data-ref-el],
.roobet-sf68w5 span {
  cursor: pointer;
}

.roobet-sf68w5 [data-ref-el],
.roobet-sf68w5 span,
.roobet-sf68w5 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .roobet-sf68w5 [data-ref-el],
  .roobet-sf68w5 span,
  .roobet-sf68w5 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .roobet-sf68w5 [data-ref-el],
  .roobet-sf68w5 span,
  .roobet-sf68w5 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.roobet-32pzvi {
  height: 0;
  overflow: hidden;
  transition: height 0.roobet-djeja0 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.roobet-32pzvi::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.roobet-32pzvi::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.roobet-32pzvi::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .roobet-32pzvi {
    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;
  }

  .roobet-32pzvi:has(> .roobet-sf68w5.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .roobet-32pzvi .roobet-32pzvi {
    padding: 0;
  }

  .roobet-32pzvi .roobet-sf68w5 {
    font-weight: 400;
  }

  .roobet-32pzvi .roobet-sf68w5:hover > .roobet-0ivzg0 {
    background: var(--Neutral-300);
  }

  .roobet-32pzvi .roobet-u53ff8 {
    rotate: -90deg;
  }
}

.roobet-0ivzg0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .roobet-0ivzg0 {
    padding: 8px;
  }

  .roobet-sf68w5.roobet-iiqjux > .roobet-0ivzg0 {
    background: var(--Neutral-300);
  }
}

.roobet-u53ff8 {
  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.roobet-vtxrog.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.roobet-ojtl67 0.roobet-ji5fzg.roobet-im9jgx -0.roobet-1i2t1t 0.roobet-cu44ni -0.roobet-1i2t1t 1.roobet-dn8yws 0.roobet-brex76.roobet-iic4gf 4.roobet-vero9g.roobet-ojtl67 0.roobet-piu7jd.roobet-exwbns -0.roobet-1i2t1t 9.roobet-rao983 -0.roobet-1i2t1t 10.roobet-wuvh3b 0.roobet-19bkvi.roobet-lwijx4 0.roobet-im9jgx 10.roobet-lwijx4 0.roobet-cu44ni 10.roobet-wuvh3b 1.roobet-jjcssr.roobet-96g2z4 5.roobet-mnf2ej.roobet-fs4cju 6.roobet-8nzvfs 5.roobet-f1yjml 6.roobet-8nzvfs 4.roobet-eeq5ob 5.roobet-ls0mc6.roobet-ojtl67 1.roobet-vcf7h2.roobet-1i2t1t 0.roobet-cu44ni -0.roobet-1i2t1t 0.roobet-im9jgx 0.roobet-ojtl67 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.roobet-djeja0 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .roobet-u53ff8 {
    cursor: default;
  }
}

.roobet-dag3hm {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.roobet-muzw0a {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .roobet-muzw0a {
    padding: 40px 4px;
  }
}

.roobet-7nhyg9 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .roobet-7nhyg9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.roobet-b2sni2 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .roobet-b2sni2 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.roobet-b2sni2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.roobet-b2sni2 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.roobet-b2sni2 [data-ref-el],
.roobet-b2sni2 span,
.roobet-b2sni2 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.roobet-zut8yo {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .roobet-zut8yo {
    margin-bottom: 12px;
  }
}

.roobet-r981gi {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.roobet-r981gi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .roobet-r981gi:last-child {
    margin-right: 0;
  }
}

.roobet-r7s0kg {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.roobet-zut8yo:hover .roobet-d1vsba {
  visibility: visible;
  opacity: 1;
}

.roobet-d1vsba {
  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);
}

.roobet-97yl7i {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.roobet-f3t7ea {
  display: flex;
  margin: 6px;
}

.roobet-f3t7ea img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.roobet-d1vsba::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);
}

.roobet-d1vsba::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);
}

.roobet-noth5h {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .roobet-noth5h {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.roobet-9r2n3o {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .roobet-9r2n3o {
    margin-right: 32px;
  }
}

.roobet-s52e21 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .roobet-s52e21 {
    margin-top: 0;
    width: 340px;
  }
}

.roobet-s52e21 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.roobet-jpnbuc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.roobet-l4815f {
  position: relative;
}

@media (min-width: 768px) {
  .roobet-l4815f {
    margin-top: 40px;
  }
}

.roobet-l4815f + .roobet-alx9ej,
.roobet-l4815f + .roobet-l4815f {
  margin-top: 24px;
}

.roobet-jyixze {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .roobet-jyixze {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .roobet-jyixze {
    padding: 80px;
  }
}

.roobet-xmobxj {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .roobet-xmobxj {
    padding: 0 16px;
}


}

.roobet-9zm9yq {
  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) {
  .roobet-9zm9yq {
    font-size: 48px;
    line-height: 56px;
  }
}

.roobet-swjec4 {
  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) {
  .roobet-swjec4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.roobet-1lm9iv {
  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;
}

.roobet-1lm9iv:hover {
  background: var(--button-bg-hover);
}

.roobet-qyfrqw {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.roobet-qyfrqw img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .roobet-qyfrqw img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .roobet-qyfrqw img {
  min-height: 100%;
  }
}

.roobet-jyixze::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.roobet-q5tvhl {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.roobet-q5tvhl h1,
.roobet-q5tvhl h2,
.roobet-q5tvhl h3,
.roobet-q5tvhl h4 {
  margin-bottom: 6px;
}

.roobet-q5tvhl h1:not(:first-child),
.roobet-q5tvhl h2:not(:first-child),
.roobet-q5tvhl h3:not(:first-child),
.roobet-q5tvhl h4:not(:first-child) {
  margin-top: 16px;
}

.roobet-q5tvhl h1,
.roobet-q5tvhl h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .roobet-q5tvhl h1,
  .roobet-q5tvhl h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.roobet-q5tvhl h2,
.roobet-q5tvhl h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .roobet-q5tvhl h2,
  .roobet-q5tvhl h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.roobet-q5tvhl h3,
.roobet-q5tvhl h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .roobet-q5tvhl h3,
  .roobet-q5tvhl h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.roobet-q5tvhl h4,
.roobet-q5tvhl h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.roobet-q5tvhl ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.roobet-q5tvhl ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.roobet-q5tvhl 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);
}

.roobet-q5tvhl ul ul {
  margin-bottom: 8px;
}

.roobet-q5tvhl ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.roobet-q5tvhl ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.roobet-q5tvhl ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.roobet-q5tvhl ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.roobet-q5tvhl ol li::marker {
  font-weight: 700;
}

.roobet-q5tvhl ol ol {
  margin-bottom: 8px;
}

.roobet-q5tvhl ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.roobet-q5tvhl ol ul li {
  padding-left: 16px;
}

.roobet-q5tvhl 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) {
  .roobet-q5tvhl table {
    padding: 24px;
  }
}

.roobet-q5tvhl table.roobet-6yobm2 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.roobet-djeja0,
    mask-image 0.3s;
}

.roobet-q5tvhl table.roobet-6yobm2.roobet-enx8qw {
  -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) {
  .roobet-q5tvhl table {
    display: table;
  }
}

.roobet-q5tvhl 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);
}

.roobet-q5tvhl table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.roobet-q5tvhl table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.roobet-q5tvhl 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) {
  .roobet-q5tvhl table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.roobet-q5tvhl table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.roobet-q5tvhl table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.roobet-q5tvhl table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.roobet-q5tvhl img {
  max-width: 100%;
  height: auto;
}

.roobet-psj2av {
  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) {
  .roobet-psj2av {
    padding: 24px;
  }
}

.roobet-5n5w1l {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .roobet-5n5w1l {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.roobet-5n5w1l > * {
  margin: 0 !important;
}

.roobet-5n5w1l img,
.roobet-t2yqyw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .roobet-5n5w1l img,
  .roobet-t2yqyw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.roobet-c97inq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .roobet-c97inq {
    width: 32px;
    height: 32px;
  }
}

.roobet-r141rp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.roobet-r141rp .roobet-wzwewm {
  flex-shrink: 0;
}

.roobet-r141rp .roobet-srjo5j svg {
  display: none;
}

.roobet-cy1asn {
  display: grid;
  transition: max-height 0.roobet-djeja0 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .roobet-cy1asn {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .roobet-cy1asn {
    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));
  }
}

.roobet-cy1asn.roobet-id0rni + .roobet-wzwewm svg {
  transform: rotate(180deg);
}

.roobet-eo46e4 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.roobet-eo46e4 > div:nth-child(3n) {
  grid-column: span 2;
}

.roobet-eo46e4
  > div:nth-child(3n)
  .roobet-7j69au
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .roobet-eo46e4 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .roobet-eo46e4 > div:nth-child(3n) {
    grid-column: unset;
  }

  .roobet-eo46e4
    > div:nth-child(3n)
    .roobet-7j69au
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .roobet-eo46e4 {
    max-width: 270px;
  }
}

.roobet-eo46e4 .roobet-7j69au button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .roobet-eo46e4 .roobet-7j69au button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .roobet-eo46e4 .roobet-7j69au button {
    max-width: 104px;
  }
}

.roobet-g6b39b {
  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) {
  .roobet-g6b39b {
    margin-bottom: 0;
  }
}

.roobet-mvqic2 {
  display: none;
  opacity: 0;
}

.roobet-c9w23t {
  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;
  }
}

.roobet-c9w23t img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.roobet-7j69au {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.roobet-7j69au button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .roobet-7j69au
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .roobet-7j69au
    button {
    max-width: 145px;
  }
}

.roobet-7x98r9:first-child
  .roobet-7j69au
  button {
  max-width: 270px;
}

.roobet-sv0mcs {
  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%;
}

.roobet-g6b39b picture {
  width: 100%;
  max-width: 100%;
}

.roobet-yhu2b9 {
  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;
}

.roobet-yhu2b9 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.roobet-g6b39b:hover .roobet-yhu2b9 {
  display: flex;
}

.roobet-ns07os {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.roobet-4senjv {
  display: flex;
}

.roobet-4senjv:hover .roobet-9w8hvp,
.roobet-4senjv .roobet-iiqjux .roobet-9w8hvp {
  display: flex;
}

.roobet-4senjv svg {
  flex-shrink: 0;
}

.roobet-9w8hvp {
  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) {
  .roobet-9w8hvp {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.roobet-9w8hvp:hover {
  display: flex;
}

.roobet-9w8hvp svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.roobet-p141jq {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .roobet-p141jq {
    font-size: 12px;
  }
}

.roobet-7hqffh,
.roobet-b61en0 {
  width: 50%;
  flex-shrink: 0;
}

.roobet-7hqffh {
  font-weight: 700;
}

.roobet-3k1ygx .roobet-cy1asn {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .roobet-3k1ygx .roobet-cy1asn {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .roobet-3k1ygx .roobet-cy1asn {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.roobet-3k1ygx
  .roobet-sv0mcs:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.roobet-3k1ygx .roobet-c9w23t {
  height: 100% !important;
  border-radius: 16px;
}

.roobet-3k1ygx .roobet-7j69au {
  gap: 4px;
  align-items: center;
}

.roobet-3k1ygx .roobet-7j69au button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roobet-3k1ygx .roobet-7j69au svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.roobet-3k1ygx .roobet-h9dcid,
.roobet-3k1ygx .roobet-aozrzs {
  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.roobet-vtxrog.org/2000/svg'%3E%3Cpath d='M9.roobet-ztmx1y 4.roobet-cjeht8.roobet-f5d3bz 5.roobet-tpmqoq.roobet-ji8qak 5.roobet-avy8bf.roobet-y5mj8h 5.roobet-nu91ru.roobet-o5keqd 8.roobet-grt7hz.roobet-b74c61 9.roobet-49ou2z.roobet-ojvz7c 9.roobet-an6c3g.roobet-6sul2j 13.roobet-lj26i6.roobet-w3izxe 11.roobet-4822y0.roobet-xoytg1 11.roobet-anj2k8.roobet-osvxrv 11.roobet-l32786.roobet-hr3qgu 13.roobet-1bjo2r.roobet-uampxj 9.roobet-inawj7.roobet-rydzl0 9.roobet-j1x7l4.roobet-pym054 8.roobet-aj9bnx.roobet-ztxdbz 5.roobet-zkr8di.roobet-o9o2sw 5.roobet-dkxe48.roobet-pl66lj 5.roobet-mfalpb.roobet-6pp9wn 4.roobet-rnpcjf.roobet-xoytg1 1.roobet-3quzbg.roobet-ztmx1y 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.roobet-3k1ygx .roobet-h9dcid {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.roobet-3k1ygx .roobet-aozrzs {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.roobet-4mz5vg {
  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) {
  .roobet-4mz5vg {
    padding: 24px;
  }
}

.roobet-4mz5vg .roobet-wzwewm {
  display: flex;
}

@media (min-width: 768px) {
  .roobet-4mz5vg .roobet-wzwewm {
    display: none;
  }
}

.roobet-4mz5vg .roobet-srjo5j svg {
  display: none;
}

.roobet-smtl64 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.roobet-smtl64 .roobet-uebqm4 {
  display: none;
}

@media (min-width: 768px) {
  .roobet-smtl64 .roobet-uebqm4 {
    display: flex;
  }
}

.roobet-j055bd {
  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) {
  .roobet-j055bd {
    font-size: 40px;
    line-height: 48px;
  }
}

.roobet-j055bd > * {
  margin: 0 !important;
}

.roobet-j055bd img,
.roobet-ezbcd1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .roobet-j055bd img,
  .roobet-ezbcd1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.roobet-35cb9s {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .roobet-35cb9s {
    width: 32px;
    height: 32px;
  }
}

.roobet-sp2l0b {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .roobet-sp2l0b {
    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;
  }

  .roobet-sp2l0b::-webkit-scrollbar {
    display: none;
  }
}

.roobet-cglzul {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .roobet-cglzul {
    padding: 7px 15px;
  }
}

.roobet-cglzul:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.roobet-2py2od {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .roobet-2py2od {
    display: flex;
    opacity: 1;
  }
}

.roobet-cglzul picture {
  height: 100%;
  display: block;
}

.roobet-cglzul img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .roobet-cglzul img {
    width: 88px;
    height: 44px;
  }
}

.roobet-cglzul p {
  text-align: center;
  width: 100%;
}

.roobet-4ebn68 {
  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) {
  .roobet-4ebn68 {
    font-size: 40px;
    line-height: 48px;
  }
}

.roobet-4ebn68 img,
.roobet-tan3bj {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .roobet-4ebn68 img,
  .roobet-tan3bj {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.roobet-t727ry {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .roobet-t727ry {
    width: 32px;
    height: 32px;
  }
}

.roobet-7gqt2c {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.roobet-uakgn3 {
  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;
}

.roobet-thd7ff {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.roobet-thd7ff.roobet-iiqjux {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.roobet-5gx5j8 {
  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) {
  .roobet-5gx5j8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.roobet-53uy9b {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.roobet-j23q01 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.roobet-djeja0 ease;
  opacity: 0;
  color: var(--text-color);
}

.roobet-5mivqt {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.roobet-5mivqt ol,
.roobet-5mivqt ul {
  padding-left: 1.3em;
}

.roobet-thd7ff.roobet-iiqjux .roobet-j23q01 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.roobet-thd7ff.roobet-iiqjux .roobet-53uy9b {
  transform: rotate(180deg);
  color: var(--text-color);
}

.roobet-zj4aj2 {
  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) {
  .roobet-zj4aj2 {
    padding: 24px;
  }
}

.roobet-zj4aj2 .roobet-wzwewm {
  display: flex;
}

@media (min-width: 768px) {
  .roobet-zj4aj2 .roobet-wzwewm {
    display: none;
  }
}

.roobet-zj4aj2 .roobet-srjo5j svg {
  display: none;
}

.roobet-djnr5q {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.roobet-djnr5q .roobet-uebqm4 {
  display: none;
}

@media (min-width: 768px) {
  .roobet-djnr5q .roobet-uebqm4 {
    display: flex;
  }
}

.roobet-wqo7l8 {
  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) {
  .roobet-wqo7l8 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.roobet-wqo7l8 > * {
  margin: 0 !important;
}

.roobet-wqo7l8 img,
.roobet-pxndza {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .roobet-wqo7l8 img,
  .roobet-pxndza {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.roobet-a4btrm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .roobet-a4btrm {
    width: 32px;
    height: 32px;
  }
}

.roobet-mlwz75 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .roobet-mlwz75 {
    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;
  }

  .roobet-mlwz75::-webkit-scrollbar {
    display: none;
  }
}

.roobet-xt65e3 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.roobet-xt65e3:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.roobet-dwvekt {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .roobet-dwvekt {
    display: flex;
    opacity: 1;
  }
}

.roobet-xt65e3 picture {
  width: auto;
  height: 100%;
  display: block;
}

.roobet-xt65e3 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.roobet-d2ehrf {
  margin: -24px 0;
}

.roobet-d2ehrf:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .roobet-d2ehrf {
    margin: -16px 0;
  }
}

.roobet-94q4lu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .roobet-94q4lu {
    flex-direction: row;
  }
}

.roobet-3kpqjt {
  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) {
  .roobet-3kpqjt {
    flex: 1;
  }
}

.roobet-3kpqjt::placeholder {
  color: var(--Text-400);
}

.roobet-hsgesw {
  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;
}

.roobet-cr1by7 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.roobet-cr1by7::-webkit-scrollbar {
  display: none;
}

.roobet-p9ez3e {
  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;
}

.roobet-p9ez3e img,
.roobet-p9ez3e svg {
  margin-right: 8px;
}

.roobet-2or1ma {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.roobet-d2ehrf + .roobet-et1a3z {
  margin-top: 0;
}

@media (min-width: 768px) {
  .roobet-d2ehrf + .roobet-et1a3z {
    margin-top: -16px;
  }
}

.roobet-pmjcux {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.roobet-pmjcux > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.roobet-pmjcux > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.roobet-ps05zy {
  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;
}

.roobet-6rdor8 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.roobet-8z9xrr {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.roobet-z2r4tw {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.roobet-085e1k {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.roobet-ps05zy 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;
}

.roobet-ps05zy 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) {
  .roobet-ps05zy {
    padding: 39px 179px 39px 39px;
  }

  .roobet-6rdor8 {
    font-size: 40px;
    line-height: 48px;
  }

  .roobet-085e1k {
    height: 348px;
  }

  .roobet-ps05zy button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .roobet-ps05zy button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .roobet-ps05zy {
    padding: 63px;
  }
}

.roobet-wxxb54 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .roobet-wxxb54 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.roobet-jgi3if {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .roobet-jgi3if {
    width: auto;
  }
}

.roobet-48hi6w {
  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;
}

.roobet-48hi6w::-webkit-scrollbar {
  display: none;
}

.roobet-48hi6w 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);
}

.roobet-48hi6w a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .roobet-48hi6w {
    margin-left: 16px;
    margin-top: 0;
  }
}

.roobet-wxxb54 .roobet-zfnkci {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.roobet-djeja0,
    mask-image 0.3s;
}

.roobet-wxxb54 .roobet-zfnkci.roobet-enx8qw {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.roobet-wz4jv9 {
  margin: 40px -16px;
}

.roobet-b0byek + .roobet-alx9ej,
.roobet-b0byek + .roobet-l4815f {
  margin-top: 24px;
}

.roobet-8zcf5x {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.roobet-8zcf5x picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.roobet-s6nqau {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .roobet-s6nqau {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .roobet-s6nqau {
    margin-top: 0;
  }
}

.roobet-zfcxu7 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .roobet-zfcxu7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.roobet-46icn2 {
  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) {
  .roobet-46icn2 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.roobet-kbhhq4 {
  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) {
  .roobet-kbhhq4 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.roobet-nvb8pj {
  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) {
  .roobet-nvb8pj {
    font-size: 20px;
    line-height: 28px;
  }
}

.roobet-xcyc18 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .roobet-xcyc18 {
    font-size: 32px;
    line-height: 40px;
  }
}

.roobet-5kh144 {
  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;
}

.roobet-bhbgvp {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.roobet-bhbgvp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.roobet-et1a3z {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.roobet-1xkpso {
  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) {
  .roobet-1xkpso {
    padding: 15px 48px;
  }
}

main > .roobet-et1a3z {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .roobet-cy1asn.roobet-9zen55 > div:nth-child(n+5) {
    display: none;
  }
}

.roobet-q5tvhl p a img {
  display: block;
  margin: 0 auto;
}


.roobet-j4hzwp {
  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 */
.roobet-812vv9 {
  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;
}

.roobet-812vv9 label {
  font-size: 14px;
}

.roobet-812vv9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.roobet-812vv9 input,
.roobet-812vv9 textarea,
.roobet-812vv9 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;
}
.roobet-812vv9 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.roobet-bj6chh ease;
}
.roobet-812vv9 button:hover {
  background-color: var(--button-bg-hover);
}
.roobet-239jj0 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.roobet-lhlhcd ease-in;
}

.roobet-239jj0 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;
}
.roobet-rp8lwj, .roobet-bsyrso, [class*="review-card"],
thead, thead th, table th, .roobet-y3peuo,
.roobet-x0kifb, [class*="collapsible-header"],
.roobet-uqb8ha, [class*="updated-block"] {
  color: #ece7dc !important;
}
