* {
  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;
  }
}

.rx-casino-lv9orm {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rx-casino-lv9orm {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rx-casino-lv9orm {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rx-casino-aj6he9 {
  overflow: hidden;
}

.rx-casino-9ri0z1 img {
  background: var(--Neutral-300);
}

.rx-casino-53ra5j {
  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;
}

.rx-casino-2m9btd {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.rx-casino-2m9btd:hover {
  background: var(--button-bg-hover);
}

.rx-casino-6drllz {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rx-casino-6drllz:hover {
  background: var(--button-bg-hover);
}

.rx-casino-02y4es {
  font-size: 12px;
  line-height: 18px;
}

.rx-casino-i8rmxd {
  font-size: 18px;
  line-height: 26px;
}

.rx-casino-57fbji {
  width: 100%;
}

.rx-casino-b3mpfl {
  padding: 6px 16px;
}

.rx-casino-826qp5 {
  padding: 10px 16px;
}

.rx-casino-2io0xw {
  padding: 15px 26px;
}

.rx-casino-uolwfd {
  flex-shrink: 0;
}

.rx-casino-mvjzh8 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.rx-casino-mdypv4 {
  display: none;
}

.rx-casino-wd0r6h {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rx-casino-tmjidq {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rx-casino-rvfdiz {
  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;
}

.rx-casino-iudiwy {
  cursor: grab;
}

.rx-casino-rvfdiz::-webkit-scrollbar {
  display: none;
}

.rx-casino-hu12bl {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rx-casino-7cqhbx {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rx-casino-c57ewc {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rx-casino-l0luch {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rx-casino-wc59an {
  visibility: visible;
}

.rx-casino-mqfhvw {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rx-casino-g697cc ease;
}

.rx-casino-ulwvi8 {
  background-color: var(--Primary-200);
  width: 16px;
}

.rx-casino-x9yvhv {
  -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.rx-casino-g697cc,
    mask-image 0.3s;
}

.rx-casino-x9yvhv.rx-casino-918o3m {
  -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;
  }
}

.rx-casino-udnn4b: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;
}

.rx-casino-adrsbe {
  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.rx-casino-gq9toe.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.rx-casino-gq9toe.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;
}

.rx-casino-sbvxgt {
  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);
}

.rx-casino-sbvxgt::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%
  );
}

.rx-casino-ro3bo4 {
  position: relative;
  z-index: 1;
}

.rx-casino-qdm680 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rx-casino-29clsr {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rx-casino-us1i57 {
  font-size: 40px;
  line-height: 48px;
}

.rx-casino-dg354c {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rx-casino-usrssp {
  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;
}

.rx-casino-usrssp:hover {
  background: var(--Primary-400);
}

.rx-casino-usrssp svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rx-casino-udnn4b 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) {
  .rx-casino-sbvxgt {
    max-width: 600px;
    padding: 64px;
  }

  .rx-casino-qdm680 {
    font-size: 24px;
    line-height: 32px;
  }

  .rx-casino-29clsr {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rx-casino-us1i57 {
    font-size: 50px;
    line-height: 56px;
  }

  .rx-casino-dg354c {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rx-casino-adrsbe {
    top: 25px;
    right: 25px;
  }
}

.rx-casino-kl1u16,
.rx-casino-wc94cu {
  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;
}

.rx-casino-tr9dmb.rx-casino-71kv2f::before,
.rx-casino-wc94cu::before,
.rx-casino-v483if::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.rx-casino-gq9toe.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rx-casino-gan28c 14.rx-casino-5nihdw.rx-casino-96ttlo 14.rx-casino-qnkfsk 15.rx-casino-kci97l 14.rx-casino-uta1nn 15.rx-casino-obhjwl 14.rx-casino-35sceh.rx-casino-4p667d 14.rx-casino-vgypv9 19.rx-casino-f674wr 12.rx-casino-3zrc9o 19.rx-casino-f674wr 10.rx-casino-99iykf.rx-casino-f674wr 8.rx-casino-p57by5 17.rx-casino-wd2am1 7.rx-casino-un3o9o 15.rx-casino-qc4cno 7.rx-casino-udimkk.rx-casino-37rw4f 7.rx-casino-un3o9o 11.rx-casino-s4fuip 8.rx-casino-p57by5 11.rx-casino-s4fuip 10.rx-casino-rtf3ti.rx-casino-s4fuip 12.rx-casino-o3wy6s 13.rx-casino-rvvz56 14.rx-casino-hsdnvj 15.rx-casino-os50ve 14.rx-casino-ihqx03.rx-casino-e0vb8t 14.rx-casino-bam9i4 15.rx-casino-3nbezo 14.rx-casino-7pbxzk 15.rx-casino-tkxylk 14.rx-casino-85mos4.rx-casino-gan28c 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rx-casino-ml8bkv 15.rx-casino-74w1u2.rx-casino-b61n96 15.rx-casino-lydzic 15.rx-casino-jqp0be 15.rx-casino-8thn3t 15.rx-casino-heqm7f 15.rx-casino-0zsnwu.rx-casino-08jbz5 15.rx-casino-8thn3t 15.rx-casino-d51ebq 15.rx-casino-2ey6k2 15.rx-casino-18ckoh 15.rx-casino-wosxyf.rx-casino-ujgg5h 15.rx-casino-gin7qs 7.rx-casino-hs34p0 18.rx-casino-msllwc 7.rx-casino-jdj2nz 23.rx-casino-oy33h8.rx-casino-e2hrmm.rx-casino-t2hjqn 18.rx-casino-g0f92c 19.rx-casino-sgrh7t 15.rx-casino-0qqzg6 15.rx-casino-ml8bkv 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rx-casino-71bfog [type="submit"] *,
.rx-casino-q84ws4 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rx-casino-xdxf4n {
    display: none;
  }
}

.rx-casino-9jerj4 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rx-casino-9jerj4 {
  display: none;
}

@media (min-width: 768px) {
  .rx-casino-9jerj4 {
    bottom: 22px;
  }
}

.rx-casino-9jerj4 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rx-casino-9jerj4 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rx-casino-0nbeoi.static) .rx-casino-9jerj4 {
    bottom: 8px;
  }
}

.rx-casino-zq58xu {
  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.rx-casino-gq9toe.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rx-casino-3aqc50 3.rx-casino-qhqfrm.rx-casino-uem0pq.rx-casino-x6yl7q 3.rx-casino-dx0a7d 3.rx-casino-rbrvso 5.rx-casino-542tlt 3.rx-casino-rbrvso 8.rx-casino-nyodl1.rx-casino-0311c6.rx-casino-rbrvso 26.rx-casino-hyf3uu 5.rx-casino-god5z9 28.rx-casino-7ph3n5 8.rx-casino-pjunrj 28.rx-casino-h83ass.rx-casino-mweq5a 28.rx-casino-fpuzoe.rx-casino-i9dm62 34.rx-casino-o8mi6x.rx-casino-05wogx 36.rx-casino-y4nsn5 11.rx-casino-eh19j1 37.rx-casino-as328s 12.rx-casino-j2oi9y 36.rx-casino-ql8x4m.rx-casino-x46ft0 28.rx-casino-qr67h7.rx-casino-qypni1.rx-casino-u2jdqq 28.rx-casino-acfl82 36.rx-casino-4qah9m 26.rx-casino-nv13tj 36.rx-casino-4qah9m 23.rx-casino-f0jp3y.rx-casino-mujn7p.rx-casino-4qah9m 5.rx-casino-r93upw 34.rx-casino-r3851j 3.rx-casino-dx0a7d 31.rx-casino-3aqc50 3.rx-casino-7j6pub.rx-casino-uuhq2o 18.rx-casino-xq61l1.rx-casino-x95ow0 18.rx-casino-u8kprn 8.rx-casino-13enne 17.rx-casino-3nmecp 8.rx-casino-13enne 15.rx-casino-vxauyq.rx-casino-13enne 14.rx-casino-3kil17 9.rx-casino-x95ow0 13.rx-casino-5lsbj3 11.rx-casino-uuhq2o 13.rx-casino-h2cno6.rx-casino-6o6byl 13.rx-casino-5lsbj3 13.rx-casino-8zgnhw 14.rx-casino-3kil17 13.rx-casino-8zgnhw 15.rx-casino-8mldu8.rx-casino-8zgnhw 17.rx-casino-3nmecp 12.rx-casino-6o6byl 18.rx-casino-u8kprn 11.rx-casino-uuhq2o 18.rx-casino-af8wyt.rx-casino-xjw64r 18.rx-casino-sc7e5c.rx-casino-ayy3sd 18.rx-casino-u8kprn 17.rx-casino-7plqpx 17.rx-casino-3nmecp 17.rx-casino-7plqpx 15.rx-casino-uppqky.rx-casino-7plqpx 14.rx-casino-3kil17 18.rx-casino-ayy3sd 13.rx-casino-5lsbj3 20.rx-casino-xjw64r 13.rx-casino-riuv01.rx-casino-mnch1q 13.rx-casino-5lsbj3 22.rx-casino-w98p5g 14.rx-casino-3kil17 22.rx-casino-w98p5g 15.rx-casino-coiliy.rx-casino-whrmy9 17.rx-casino-3nmecp 21.rx-casino-mnch1q 18.rx-casino-u8kprn 20.rx-casino-xjw64r 18.rx-casino-b33tkp.rx-casino-8ucx2l 18.rx-casino-v5kp69.rx-casino-cb7hla 18.rx-casino-u8kprn 26.rx-casino-l84wdr 17.rx-casino-3nmecp 26.rx-casino-l84wdr 15.rx-casino-qsz618.rx-casino-l84wdr 14.rx-casino-3kil17 27.rx-casino-cb7hla 13.rx-casino-5lsbj3 28.rx-casino-8ucx2l 13.rx-casino-1u0bil.rx-casino-1yzcjp 13.rx-casino-5lsbj3 31.rx-casino-ncz8we 14.rx-casino-3kil17 31.rx-casino-ncz8we 15.rx-casino-2ejxgo.rx-casino-l84wdr 17.rx-casino-3nmecp 30.rx-casino-1yzcjp 18.rx-casino-u8kprn 28.rx-casino-8ucx2l 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"])
    .rx-casino-zq58xu {
    display: none;
  }
}

.rx-casino-gj62iy {
  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) {
  .rx-casino-gj62iy {
    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;
}

.rx-casino-q84ws4 {
  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) {
  .rx-casino-q84ws4 {
    padding: 14px 16px;
  }
}

.rx-casino-q84ws4 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rx-casino-q84ws4 button:first-child {
  align-content: end;
}

.rx-casino-q84ws4 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rx-casino-q84ws4
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rx-casino-q84ws4
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rx-casino-q84ws4 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rx-casino-q84ws4 button:last-child svg {
  width: 38px;
  height: 38px;
}

.rx-casino-v483if {
  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;
}

.rx-casino-v483if::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rx-casino-v483if,
.pc61d126-chatbot[data-active-screen="3"]
  .rx-casino-v483if {
  opacity: 1;
  visibility: visible;
}

.rx-casino-4gw1o9 {
  flex: 1 1;
}

.rx-casino-80ij70 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rx-casino-80ij70 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rx-casino-wliux9 {
  display: block;
}

.rx-casino-e68gz0 {
  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) {
  .rx-casino-e68gz0 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rx-casino-wc94cu {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rx-casino-wc94cu::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rx-casino-183sz9 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rx-casino-183sz9 p {
  color: var(--Text-100);
}

.rx-casino-wc94cu .rx-casino-hu3q71 {
  grid-area: button;
}

.rx-casino-wc94cu .rx-casino-hu3q71::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.rx-casino-gq9toe.org/2000/svg'%3E%3Cpath d='M4.rx-casino-orsbi6 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rx-casino-2zytoe 15L16.rx-casino-2zytoe 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rx-casino-2zytoe 5L16.rx-casino-2zytoe 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rx-casino-mr2l5b {
  display: block;
}

.rx-casino-e91bt8 {
  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) {
  .rx-casino-e91bt8 {
    margin-top: 40px;
  }
}

.rx-casino-kl1u16 label,
.rx-casino-kl1u16 input {
  display: block;
  width: 100%;
}

.rx-casino-kl1u16 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rx-casino-kl1u16 label.rx-casino-fd8kte input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rx-casino-kl1u16 label.rx-casino-fd8kte::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;
}

.rx-casino-kl1u16 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;
}

.rx-casino-kl1u16 input::placeholder {
  color: var(--Text-400);
}

.rx-casino-mtwpqn {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rx-casino-mtwpqn {
  display: flex;
}

.rx-casino-mtwpqn ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rx-casino-mtwpqn ol {
    height: 420px;
    padding: 24px;
  }
}

.rx-casino-mtwpqn ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rx-casino-71bfog {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rx-casino-71bfog {
    padding: 0 24px 24px;
  }
}

.rx-casino-71bfog 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;
}

.rx-casino-71bfog input::placeholder {
  color: var(--Text-400);
}

.rx-casino-71bfog [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rx-casino-71bfog [type="submit"]:disabled {
  opacity: 0.5;
}

.rx-casino-71bfog [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rx-casino-71bfog [type="submit"] {
    right: 40px;
  }
}

.rx-casino-tr9dmb {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rx-casino-tr9dmb.rx-casino-71kv2f {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rx-casino-tr9dmb.rx-casino-71kv2f::before {
  content: "";
  width: 31px;
}

.rx-casino-tr9dmb.rx-casino-71kv2f p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rx-casino-tr9dmb.rx-casino-4hmof7 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rx-casino-tr9dmb p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rx-casino-9jerj4 .rx-casino-hu3q71 {
  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;
  }
}

.rx-casino-xdxf4n {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rx-casino-xdxf4n {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rx-casino-xdxf4n {
    padding: 18px 0;
  }
}

.rx-casino-xdxf4n .rx-casino-lv9orm {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rx-casino-xdxf4n .rx-casino-lv9orm {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rx-casino-nnj5vs {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rx-casino-nnj5vs {
    max-width: 160px;
    height: 40px;
  }
}

.rx-casino-nnj5vs picture,
.rx-casino-nnj5vs img {
  display: block;
  width: 100%;
  height: 100%;
}

.rx-casino-nnj5vs img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rx-casino-veud4r {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rx-casino-g697cc ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rx-casino-xdxf4n.rx-casino-s1033y .rx-casino-veud4r {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rx-casino-veud4r {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rx-casino-veud4r {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rx-casino-c9g3at,
.rx-casino-srsjzt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rx-casino-c9g3at,
  .rx-casino-srsjzt {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rx-casino-srsjzt {
    display: none;
  }
}

.rx-casino-wrm7g6 {
  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;
}

.rx-casino-s1033y .rx-casino-wrm7g6 {
  background: var(--fh-bg-color);
}

.rx-casino-wrm7g6 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rx-casino-wrm7g6 {
    display: none;
  }
}

.rx-casino-2qz5ag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rx-casino-2qz5ag {
    display: none;
  }
}

.rx-casino-51as1c {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.rx-casino-xdxf4n.rx-casino-s1033y .rx-casino-51as1c:first-child {
  display: none;
}

.rx-casino-xdxf4n.rx-casino-s1033y .rx-casino-51as1c:last-child {
  display: block;
}

.rx-casino-51as1c:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rx-casino-51as1c {
    display: none;
  }
}

.rx-casino-fj8b0b {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rx-casino-fj8b0b {
    display: flex;
  }
}

.rx-casino-fj8b0b ul {
  max-height: 350px;
  overflow-y: auto;
}

.rx-casino-fj8b0b:hover ul {
  visibility: visible;
  opacity: 1;
}

.rx-casino-fj8b0b:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rx-casino-fj8b0b:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rx-casino-fj8b0b:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rx-casino-fj8b0b:hover .rx-casino-8pgquz svg {
  transform: rotate(180deg);
}

.rx-casino-dtj0hn {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rx-casino-a8joj7 {
  padding: 0 8px;
}

.rx-casino-1ig0lx {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rx-casino-1ig0lx:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rx-casino-1ig0lx {
    padding: 4px 8px;
  }
}

.rx-casino-7j1hvr {
  display: flex;
}

.rx-casino-7j1hvr img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rx-casino-8pgquz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rx-casino-8pgquz svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rx-casino-70fwm2 {
  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) {
  .rx-casino-70fwm2 {
    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;
  }
}

.rx-casino-v3wrz3 {
  width: 100%;
}

@media (min-width: 1200px) {
  .rx-casino-v3wrz3 {
    display: none;
  }
}

.rx-casino-rjsmdd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rx-casino-pwl6x6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rx-casino-nhsgos {
  display: flex;
}

.rx-casino-l1xytd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rx-casino-puqfiq {
  list-style: none;
}

@media (max-width: 1199px) {
  .rx-casino-puqfiq {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rx-casino-puqfiq {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rx-casino-puqfiq .rx-casino-4j8sss [data-ref-el],
  .rx-casino-puqfiq .rx-casino-4j8sss span,
  .rx-casino-puqfiq .rx-casino-4j8sss a {
    white-space: nowrap;
  }
}

.rx-casino-khxa8n {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rx-casino-khxa8n.rx-casino-raclvk > .rx-casino-4j8sss {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rx-casino-khxa8n.rx-casino-c962cu:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rx-casino-khxa8n.rx-casino-raclvk > .rx-casino-2do2vd {
    height: auto;
  }

  .rx-casino-khxa8n.rx-casino-raclvk > div > .rx-casino-fqrq6d {
    transform: rotate(180deg);
  }
}

.rx-casino-khxa8n [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rx-casino-khxa8n [data-ref-el],
.rx-casino-khxa8n span {
  cursor: pointer;
}

.rx-casino-khxa8n [data-ref-el],
.rx-casino-khxa8n span,
.rx-casino-khxa8n a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .rx-casino-khxa8n [data-ref-el],
  .rx-casino-khxa8n span,
  .rx-casino-khxa8n a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rx-casino-khxa8n [data-ref-el],
  .rx-casino-khxa8n span,
  .rx-casino-khxa8n a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rx-casino-2do2vd {
  height: 0;
  overflow: hidden;
  transition: height 0.rx-casino-g697cc ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rx-casino-2do2vd::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rx-casino-2do2vd::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rx-casino-2do2vd::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rx-casino-2do2vd {
    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;
  }

  .rx-casino-2do2vd:has(> .rx-casino-khxa8n.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rx-casino-2do2vd .rx-casino-2do2vd {
    padding: 0;
  }

  .rx-casino-2do2vd .rx-casino-khxa8n {
    font-weight: 400;
  }

  .rx-casino-2do2vd .rx-casino-khxa8n:hover > .rx-casino-4j8sss {
    background: var(--Neutral-300);
  }

  .rx-casino-2do2vd .rx-casino-fqrq6d {
    rotate: -90deg;
  }
}

.rx-casino-4j8sss {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rx-casino-4j8sss {
    padding: 8px;
  }

  .rx-casino-khxa8n.rx-casino-w5meby > .rx-casino-4j8sss {
    background: var(--Neutral-300);
  }
}

.rx-casino-fqrq6d {
  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.rx-casino-gq9toe.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rx-casino-sagbhy 0.rx-casino-71be5z.rx-casino-vqps5t -0.rx-casino-1fvreo 0.rx-casino-1amjqc -0.rx-casino-1fvreo 1.rx-casino-yw9ox5 0.rx-casino-qna7ve.rx-casino-lov90v 4.rx-casino-oqk0c0.rx-casino-sagbhy 0.rx-casino-2vvkuf.rx-casino-hqlx0y -0.rx-casino-1fvreo 9.rx-casino-fkhnhk -0.rx-casino-1fvreo 10.rx-casino-c77igi 0.rx-casino-8mgbeh.rx-casino-o1sw9n 0.rx-casino-vqps5t 10.rx-casino-o1sw9n 0.rx-casino-1amjqc 10.rx-casino-c77igi 1.rx-casino-p6c7e2.rx-casino-rv0pzz 5.rx-casino-afndqv.rx-casino-98awao 6.rx-casino-divfyl 5.rx-casino-zb53fn 6.rx-casino-divfyl 4.rx-casino-zqef1p 5.rx-casino-0noqmi.rx-casino-sagbhy 1.rx-casino-mvd4sy.rx-casino-1fvreo 0.rx-casino-1amjqc -0.rx-casino-1fvreo 0.rx-casino-vqps5t 0.rx-casino-sagbhy 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rx-casino-g697cc ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rx-casino-fqrq6d {
    cursor: default;
  }
}

.rx-casino-y3axt6 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rx-casino-ownb0j {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .rx-casino-ownb0j {
    padding: 40px 4px;
  }
}

.rx-casino-krc50g {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rx-casino-krc50g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rx-casino-pwbh48 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rx-casino-pwbh48 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rx-casino-pwbh48 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rx-casino-pwbh48 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rx-casino-pwbh48 [data-ref-el],
.rx-casino-pwbh48 span,
.rx-casino-pwbh48 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.rx-casino-sv6lvy {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rx-casino-sv6lvy {
    margin-bottom: 12px;
  }
}

.rx-casino-2r0t8o {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rx-casino-2r0t8o img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rx-casino-2r0t8o:last-child {
    margin-right: 0;
  }
}

.rx-casino-azxdun {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rx-casino-sv6lvy:hover .rx-casino-sps3mb {
  visibility: visible;
  opacity: 1;
}

.rx-casino-sps3mb {
  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);
}

.rx-casino-8xbspi {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rx-casino-wto40p {
  display: flex;
  margin: 6px;
}

.rx-casino-wto40p img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rx-casino-sps3mb::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);
}

.rx-casino-sps3mb::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);
}

.rx-casino-nkjl1t {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rx-casino-nkjl1t {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rx-casino-bo0ztr {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .rx-casino-bo0ztr {
    margin-right: 32px;
  }
}

.rx-casino-xcemab {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rx-casino-xcemab {
    margin-top: 0;
    width: 340px;
  }
}

.rx-casino-xcemab a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rx-casino-wjk3c6 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rx-casino-v9cdnj {
  position: relative;
}

@media (min-width: 768px) {
  .rx-casino-v9cdnj {
    margin-top: 40px;
  }
}

.rx-casino-v9cdnj + .rx-casino-h5cgop,
.rx-casino-v9cdnj + .rx-casino-v9cdnj {
  margin-top: 24px;
}

.rx-casino-5hsq56 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rx-casino-5hsq56 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rx-casino-5hsq56 {
    padding: 80px;
  }
}

.rx-casino-pn1p7o {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rx-casino-pn1p7o {
    padding: 0 16px;
}


}

.rx-casino-qf2afb {
  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) {
  .rx-casino-qf2afb {
    font-size: 48px;
    line-height: 56px;
  }
}

.rx-casino-pj90dy {
  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) {
  .rx-casino-pj90dy {
    font-size: 24px;
    line-height: 32px;
  }
}

.rx-casino-sj7y2k {
  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;
}

.rx-casino-sj7y2k:hover {
  background: var(--button-bg-hover);
}

.rx-casino-n0891n {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rx-casino-n0891n img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rx-casino-n0891n img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rx-casino-n0891n img {
  min-height: 100%;
  }
}

.rx-casino-5hsq56::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rx-casino-hvrfqu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rx-casino-hvrfqu h1,
.rx-casino-hvrfqu h2,
.rx-casino-hvrfqu h3,
.rx-casino-hvrfqu h4 {
  margin-bottom: 6px;
}

.rx-casino-hvrfqu h1:not(:first-child),
.rx-casino-hvrfqu h2:not(:first-child),
.rx-casino-hvrfqu h3:not(:first-child),
.rx-casino-hvrfqu h4:not(:first-child) {
  margin-top: 16px;
}

.rx-casino-hvrfqu h1,
.rx-casino-hvrfqu h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rx-casino-hvrfqu h1,
  .rx-casino-hvrfqu h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rx-casino-hvrfqu h2,
.rx-casino-hvrfqu h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rx-casino-hvrfqu h2,
  .rx-casino-hvrfqu h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rx-casino-hvrfqu h3,
.rx-casino-hvrfqu h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rx-casino-hvrfqu h3,
  .rx-casino-hvrfqu h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rx-casino-hvrfqu h4,
.rx-casino-hvrfqu h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rx-casino-hvrfqu ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rx-casino-hvrfqu ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rx-casino-hvrfqu 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);
}

.rx-casino-hvrfqu ul ul {
  margin-bottom: 8px;
}

.rx-casino-hvrfqu ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rx-casino-hvrfqu ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rx-casino-hvrfqu ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rx-casino-hvrfqu ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rx-casino-hvrfqu ol li::marker {
  font-weight: 700;
}

.rx-casino-hvrfqu ol ol {
  margin-bottom: 8px;
}

.rx-casino-hvrfqu ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rx-casino-hvrfqu ol ul li {
  padding-left: 16px;
}

.rx-casino-hvrfqu 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) {
  .rx-casino-hvrfqu table {
    padding: 24px;
  }
}

.rx-casino-hvrfqu table.rx-casino-n8e2jo {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rx-casino-g697cc,
    mask-image 0.3s;
}

.rx-casino-hvrfqu table.rx-casino-n8e2jo.rx-casino-918o3m {
  -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) {
  .rx-casino-hvrfqu table {
    display: table;
  }
}

.rx-casino-hvrfqu 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);
}

.rx-casino-hvrfqu table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rx-casino-hvrfqu table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rx-casino-hvrfqu 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) {
  .rx-casino-hvrfqu table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rx-casino-hvrfqu table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rx-casino-hvrfqu table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rx-casino-hvrfqu table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rx-casino-hvrfqu img {
  max-width: 100%;
  height: auto;
}

.rx-casino-gj6vui {
  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) {
  .rx-casino-gj6vui {
    padding: 24px;
  }
}

.rx-casino-592l2o {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .rx-casino-592l2o {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rx-casino-592l2o > * {
  margin: 0 !important;
}

.rx-casino-592l2o img,
.rx-casino-6114al {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rx-casino-592l2o img,
  .rx-casino-6114al {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rx-casino-2tll8e {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rx-casino-2tll8e {
    width: 32px;
    height: 32px;
  }
}

.rx-casino-tx9u1z {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rx-casino-tx9u1z .rx-casino-7wihfi {
  flex-shrink: 0;
}

.rx-casino-tx9u1z .rx-casino-14os49 svg {
  display: none;
}

.rx-casino-uch4d2 {
  display: grid;
  transition: max-height 0.rx-casino-g697cc ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rx-casino-uch4d2 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rx-casino-uch4d2 {
    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));
  }
}

.rx-casino-uch4d2.rx-casino-zxt1z0 + .rx-casino-7wihfi svg {
  transform: rotate(180deg);
}

.rx-casino-c6t2xz {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rx-casino-c6t2xz > div:nth-child(3n) {
  grid-column: span 2;
}

.rx-casino-c6t2xz
  > div:nth-child(3n)
  .rx-casino-wxnioo
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rx-casino-c6t2xz {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rx-casino-c6t2xz > div:nth-child(3n) {
    grid-column: unset;
  }

  .rx-casino-c6t2xz
    > div:nth-child(3n)
    .rx-casino-wxnioo
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rx-casino-c6t2xz {
    max-width: 270px;
  }
}

.rx-casino-c6t2xz .rx-casino-wxnioo button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rx-casino-c6t2xz .rx-casino-wxnioo button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rx-casino-c6t2xz .rx-casino-wxnioo button {
    max-width: 104px;
  }
}

.rx-casino-ssxbmt {
  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) {
  .rx-casino-ssxbmt {
    margin-bottom: 0;
  }
}

.rx-casino-sd57if {
  display: none;
  opacity: 0;
}

.rx-casino-bkx9i8 {
  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;
  }
}

.rx-casino-bkx9i8 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rx-casino-wxnioo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rx-casino-wxnioo button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rx-casino-wxnioo
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rx-casino-wxnioo
    button {
    max-width: 145px;
  }
}

.rx-casino-jhioui:first-child
  .rx-casino-wxnioo
  button {
  max-width: 270px;
}

.rx-casino-zh7d1b {
  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%;
}

.rx-casino-ssxbmt picture {
  width: 100%;
  max-width: 100%;
}

.rx-casino-bh340p {
  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;
}

.rx-casino-bh340p svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rx-casino-ssxbmt:hover .rx-casino-bh340p {
  display: flex;
}

.rx-casino-96hxi0 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rx-casino-debhxp {
  display: flex;
}

.rx-casino-debhxp:hover .rx-casino-bhb70d,
.rx-casino-debhxp .rx-casino-w5meby .rx-casino-bhb70d {
  display: flex;
}

.rx-casino-debhxp svg {
  flex-shrink: 0;
}

.rx-casino-bhb70d {
  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) {
  .rx-casino-bhb70d {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rx-casino-bhb70d:hover {
  display: flex;
}

.rx-casino-bhb70d svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rx-casino-ciggb9 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .rx-casino-ciggb9 {
    font-size: 12px;
  }
}

.rx-casino-syc7kj,
.rx-casino-pzqomv {
  width: 50%;
  flex-shrink: 0;
}

.rx-casino-syc7kj {
  font-weight: 700;
}

.rx-casino-kn4o19 .rx-casino-uch4d2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rx-casino-kn4o19 .rx-casino-uch4d2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rx-casino-kn4o19 .rx-casino-uch4d2 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rx-casino-kn4o19
  .rx-casino-zh7d1b:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rx-casino-kn4o19 .rx-casino-bkx9i8 {
  height: 100% !important;
  border-radius: 16px;
}

.rx-casino-kn4o19 .rx-casino-wxnioo {
  gap: 4px;
  align-items: center;
}

.rx-casino-kn4o19 .rx-casino-wxnioo button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rx-casino-kn4o19 .rx-casino-wxnioo svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rx-casino-kn4o19 .rx-casino-1b8saa,
.rx-casino-kn4o19 .rx-casino-jzk7f4 {
  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.rx-casino-gq9toe.org/2000/svg'%3E%3Cpath d='M9.rx-casino-rzoh05 4.rx-casino-fgvqfu.rx-casino-8qra7i 5.rx-casino-49ajj7.rx-casino-bhus9p 5.rx-casino-l0kbfl.rx-casino-prtkzx 5.rx-casino-slrgom.rx-casino-l9quvb 8.rx-casino-wjsuln.rx-casino-xiz6e9 9.rx-casino-m44uuk.rx-casino-n52hw0 9.rx-casino-ytgtsg.rx-casino-qu3qkf 13.rx-casino-ad02tt.rx-casino-0sobwm 11.rx-casino-y9rfz3.rx-casino-va0yry 11.rx-casino-vraujz.rx-casino-re6rc4 11.rx-casino-yhzb7f.rx-casino-3u0byt 13.rx-casino-4pyzex.rx-casino-88bec1 9.rx-casino-ne17z0.rx-casino-3mhuni 9.rx-casino-7p8jr4.rx-casino-9vs6qn 8.rx-casino-2okznm.rx-casino-29wqs7 5.rx-casino-3aljrw.rx-casino-3u2m8v 5.rx-casino-u3cair.rx-casino-h708yl 5.rx-casino-27fs8q.rx-casino-ff2bkl 4.rx-casino-0bgf0r.rx-casino-va0yry 1.rx-casino-99riwq.rx-casino-rzoh05 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rx-casino-kn4o19 .rx-casino-1b8saa {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rx-casino-kn4o19 .rx-casino-jzk7f4 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rx-casino-0uelwd {
  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) {
  .rx-casino-0uelwd {
    padding: 24px;
  }
}

.rx-casino-0uelwd .rx-casino-7wihfi {
  display: flex;
}

@media (min-width: 768px) {
  .rx-casino-0uelwd .rx-casino-7wihfi {
    display: none;
  }
}

.rx-casino-0uelwd .rx-casino-14os49 svg {
  display: none;
}

.rx-casino-ehg9g2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rx-casino-ehg9g2 .rx-casino-53ra5j {
  display: none;
}

@media (min-width: 768px) {
  .rx-casino-ehg9g2 .rx-casino-53ra5j {
    display: flex;
  }
}

.rx-casino-x9p17r {
  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) {
  .rx-casino-x9p17r {
    font-size: 40px;
    line-height: 48px;
  }
}

.rx-casino-x9p17r > * {
  margin: 0 !important;
}

.rx-casino-x9p17r img,
.rx-casino-yf6dqf {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rx-casino-x9p17r img,
  .rx-casino-yf6dqf {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rx-casino-0i67tu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rx-casino-0i67tu {
    width: 32px;
    height: 32px;
  }
}

.rx-casino-3jl6hh {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rx-casino-3jl6hh {
    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;
  }

  .rx-casino-3jl6hh::-webkit-scrollbar {
    display: none;
  }
}

.rx-casino-or3la1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rx-casino-or3la1 {
    padding: 7px 15px;
  }
}

.rx-casino-or3la1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rx-casino-yrwz8g {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rx-casino-yrwz8g {
    display: flex;
    opacity: 1;
  }
}

.rx-casino-or3la1 picture {
  height: 100%;
  display: block;
}

.rx-casino-or3la1 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rx-casino-or3la1 img {
    width: 88px;
    height: 44px;
  }
}

.rx-casino-or3la1 p {
  text-align: center;
  width: 100%;
}

.rx-casino-j73jd3 {
  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) {
  .rx-casino-j73jd3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.rx-casino-j73jd3 img,
.rx-casino-qmnthx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rx-casino-j73jd3 img,
  .rx-casino-qmnthx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rx-casino-eh12n0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rx-casino-eh12n0 {
    width: 32px;
    height: 32px;
  }
}

.rx-casino-yegkj2 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rx-casino-xoekd7 {
  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;
}

.rx-casino-vbhhpy {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rx-casino-vbhhpy.rx-casino-w5meby {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rx-casino-wy6vj0 {
  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) {
  .rx-casino-wy6vj0 {
    font-size: 20px;
    line-height: 28px;
  }
}

.rx-casino-7www8g {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.rx-casino-bxy9s0 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rx-casino-g697cc ease;
  opacity: 0;
  color: var(--text-color);
}

.rx-casino-5rur2w {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rx-casino-5rur2w ol,
.rx-casino-5rur2w ul {
  padding-left: 1.3em;
}

.rx-casino-vbhhpy.rx-casino-w5meby .rx-casino-bxy9s0 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rx-casino-vbhhpy.rx-casino-w5meby .rx-casino-7www8g {
  transform: rotate(180deg);
  color: var(--text-color);
}

.rx-casino-p1lpbn {
  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) {
  .rx-casino-p1lpbn {
    padding: 24px;
  }
}

.rx-casino-p1lpbn .rx-casino-7wihfi {
  display: flex;
}

@media (min-width: 768px) {
  .rx-casino-p1lpbn .rx-casino-7wihfi {
    display: none;
  }
}

.rx-casino-p1lpbn .rx-casino-14os49 svg {
  display: none;
}

.rx-casino-0wz5ni {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rx-casino-0wz5ni .rx-casino-53ra5j {
  display: none;
}

@media (min-width: 768px) {
  .rx-casino-0wz5ni .rx-casino-53ra5j {
    display: flex;
  }
}

.rx-casino-tse5fe {
  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) {
  .rx-casino-tse5fe {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rx-casino-tse5fe > * {
  margin: 0 !important;
}

.rx-casino-tse5fe img,
.rx-casino-xrsy7d {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rx-casino-tse5fe img,
  .rx-casino-xrsy7d {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rx-casino-invk8c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rx-casino-invk8c {
    width: 32px;
    height: 32px;
  }
}

.rx-casino-jkump7 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rx-casino-jkump7 {
    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;
  }

  .rx-casino-jkump7::-webkit-scrollbar {
    display: none;
  }
}

.rx-casino-fdb4gq {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rx-casino-fdb4gq:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rx-casino-iv8nqn {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rx-casino-iv8nqn {
    display: flex;
    opacity: 1;
  }
}

.rx-casino-fdb4gq picture {
  width: auto;
  height: 100%;
  display: block;
}

.rx-casino-fdb4gq picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rx-casino-da8ge2 {
  margin: -24px 0;
}

.rx-casino-da8ge2:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rx-casino-da8ge2 {
    margin: -16px 0;
  }
}

.rx-casino-8f15q8 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rx-casino-8f15q8 {
    flex-direction: row;
  }
}

.rx-casino-i9q8ss {
  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) {
  .rx-casino-i9q8ss {
    flex: 1;
  }
}

.rx-casino-i9q8ss::placeholder {
  color: var(--Text-400);
}

.rx-casino-puoalr {
  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;
}

.rx-casino-e06d1b {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rx-casino-e06d1b::-webkit-scrollbar {
  display: none;
}

.rx-casino-ppea5l {
  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;
}

.rx-casino-ppea5l img,
.rx-casino-ppea5l svg {
  margin-right: 8px;
}

.rx-casino-y7fo95 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rx-casino-da8ge2 + .rx-casino-bykcs6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rx-casino-da8ge2 + .rx-casino-bykcs6 {
    margin-top: -16px;
  }
}

.rx-casino-wb2zd3 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rx-casino-wb2zd3 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rx-casino-wb2zd3 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rx-casino-r8gycj {
  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;
}

.rx-casino-2qtr02 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.rx-casino-qijkdb {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rx-casino-pcm4td {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rx-casino-5xyoou {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rx-casino-r8gycj 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;
}

.rx-casino-r8gycj 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) {
  .rx-casino-r8gycj {
    padding: 39px 179px 39px 39px;
  }

  .rx-casino-2qtr02 {
    font-size: 40px;
    line-height: 48px;
  }

  .rx-casino-5xyoou {
    height: 348px;
  }

  .rx-casino-r8gycj button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rx-casino-r8gycj button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rx-casino-r8gycj {
    padding: 63px;
  }
}

.rx-casino-arler6 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rx-casino-arler6 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rx-casino-8aa9xe {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rx-casino-8aa9xe {
    width: auto;
  }
}

.rx-casino-ntplwy {
  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;
}

.rx-casino-ntplwy::-webkit-scrollbar {
  display: none;
}

.rx-casino-ntplwy 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);
}

.rx-casino-ntplwy a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rx-casino-ntplwy {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rx-casino-arler6 .rx-casino-zg31ry {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rx-casino-g697cc,
    mask-image 0.3s;
}

.rx-casino-arler6 .rx-casino-zg31ry.rx-casino-918o3m {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rx-casino-ka5ona {
  margin: 40px -16px;
}

.rx-casino-gf7zmi + .rx-casino-h5cgop,
.rx-casino-gf7zmi + .rx-casino-v9cdnj {
  margin-top: 24px;
}

.rx-casino-urc39t {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rx-casino-urc39t picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rx-casino-daaw4w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rx-casino-daaw4w {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rx-casino-daaw4w {
    margin-top: 0;
  }
}

.rx-casino-m9l14a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rx-casino-m9l14a {
    font-size: 24px;
    line-height: 32px;
  }
}

.rx-casino-yo9va3 {
  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) {
  .rx-casino-yo9va3 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rx-casino-2vunhz {
  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) {
  .rx-casino-2vunhz {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rx-casino-c7sjsr {
  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) {
  .rx-casino-c7sjsr {
    font-size: 20px;
    line-height: 28px;
  }
}

.rx-casino-v8xev0 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rx-casino-v8xev0 {
    font-size: 32px;
    line-height: 40px;
  }
}

.rx-casino-d78r1j {
  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;
}

.rx-casino-hhlcoz {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rx-casino-hhlcoz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rx-casino-bykcs6 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rx-casino-b9l5ci {
  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) {
  .rx-casino-b9l5ci {
    padding: 15px 48px;
  }
}

main > .rx-casino-bykcs6 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rx-casino-uch4d2.rx-casino-qpcmhx > div:nth-child(n+5) {
    display: none;
  }
}

.rx-casino-hvrfqu p a img {
  display: block;
  margin: 0 auto;
}


.rx-casino-f4z9dy {
  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 */
.rx-casino-8d5r0t {
  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;
}

.rx-casino-8d5r0t label {
  font-size: 14px;
}

.rx-casino-8d5r0t h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rx-casino-8d5r0t input,
.rx-casino-8d5r0t textarea,
.rx-casino-8d5r0t 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;
}
.rx-casino-8d5r0t button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rx-casino-iw6nz8 ease;
}
.rx-casino-8d5r0t button:hover {
  background-color: var(--button-bg-hover);
}
.rx-casino-hlhyqs {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rx-casino-n8lqrz ease-in;
}

.rx-casino-hlhyqs 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;
}
.rx-casino-2imib4, .rx-casino-w19k89, [class*="review-card"],
thead, thead th, table th, .rx-casino-hbagl6,
.rx-casino-ioqiza, [class*="collapsible-header"],
.rx-casino-xe26i0, [class*="updated-block"] {
  color: #ece7dc !important;
}
