* {
  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;
  }
}

.rollbit-1fi9x2 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-1fi9x2 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-1fi9x2 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rollbit-uuzsn9 {
  overflow: hidden;
}

.rollbit-xmbgt3 img {
  background: var(--Neutral-300);
}

.rollbit-l3vmql {
  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;
}

.rollbit-dw8lsi {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.rollbit-dw8lsi:hover {
  background: var(--button-bg-hover);
}

.rollbit-bv9m39 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rollbit-bv9m39:hover {
  background: var(--button-bg-hover);
}

.rollbit-nklerr {
  font-size: 12px;
  line-height: 18px;
}

.rollbit-36yh2a {
  font-size: 18px;
  line-height: 26px;
}

.rollbit-0reigb {
  width: 100%;
}

.rollbit-9a0tuz {
  padding: 6px 16px;
}

.rollbit-x7ylyx {
  padding: 10px 16px;
}

.rollbit-hps46f {
  padding: 15px 26px;
}

.rollbit-4jttes {
  flex-shrink: 0;
}

.rollbit-3y8itt {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.rollbit-6q2lln {
  display: none;
}

.rollbit-dn6u17 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rollbit-n7ym4k {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rollbit-5ruttb {
  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;
}

.rollbit-u0ecpw {
  cursor: grab;
}

.rollbit-5ruttb::-webkit-scrollbar {
  display: none;
}

.rollbit-3sxhja {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rollbit-quglsi {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rollbit-a19u9d {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rollbit-4bjwr8 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rollbit-843dmx {
  visibility: visible;
}

.rollbit-x0t02k {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rollbit-htxn9p ease;
}

.rollbit-6ln849 {
  background-color: var(--Primary-200);
  width: 16px;
}

.rollbit-b4po5o {
  -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.rollbit-htxn9p,
    mask-image 0.3s;
}

.rollbit-b4po5o.rollbit-jpoucy {
  -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;
  }
}

.rollbit-478aty: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;
}

.rollbit-musdj6 {
  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.rollbit-bsv9nx.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.rollbit-bsv9nx.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;
}

.rollbit-76jo18 {
  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);
}

.rollbit-76jo18::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%
  );
}

.rollbit-uval9n {
  position: relative;
  z-index: 1;
}

.rollbit-hq7pta {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rollbit-iynr39 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rollbit-jl5mu5 {
  font-size: 40px;
  line-height: 48px;
}

.rollbit-kcne22 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rollbit-ptf3aj {
  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;
}

.rollbit-ptf3aj:hover {
  background: var(--Primary-400);
}

.rollbit-ptf3aj svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rollbit-478aty 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) {
  .rollbit-76jo18 {
    max-width: 600px;
    padding: 64px;
  }

  .rollbit-hq7pta {
    font-size: 24px;
    line-height: 32px;
  }

  .rollbit-iynr39 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rollbit-jl5mu5 {
    font-size: 50px;
    line-height: 56px;
  }

  .rollbit-kcne22 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rollbit-musdj6 {
    top: 25px;
    right: 25px;
  }
}

.rollbit-mjaie7,
.rollbit-y9dffn {
  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;
}

.rollbit-kk7v5e.rollbit-hu5t38::before,
.rollbit-y9dffn::before,
.rollbit-mysht1::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.rollbit-bsv9nx.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rollbit-ehk24c 14.rollbit-rq6gv9.rollbit-c78i19 14.rollbit-09j18q 15.rollbit-q8ikes 14.rollbit-0utsly 15.rollbit-zi1uex 14.rollbit-z9ch8n.rollbit-ugftgx 14.rollbit-y7d5a9 19.rollbit-izw0v8 12.rollbit-q4xjop 19.rollbit-izw0v8 10.rollbit-4mfwbd.rollbit-izw0v8 8.rollbit-1qpxzw 17.rollbit-7kw8j7 7.rollbit-1fhx3t 15.rollbit-ea1k9p 7.rollbit-lw25px.rollbit-ct0rtf 7.rollbit-1fhx3t 11.rollbit-aff2v9 8.rollbit-1qpxzw 11.rollbit-aff2v9 10.rollbit-agl8jk.rollbit-aff2v9 12.rollbit-cpbxkb 13.rollbit-su3d6l 14.rollbit-xbrc0o 15.rollbit-37a25e 14.rollbit-wuckos.rollbit-0zgn13 14.rollbit-io2mvd 15.rollbit-cndryd 14.rollbit-5mpctz 15.rollbit-di7rob 14.rollbit-kkqax1.rollbit-ehk24c 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rollbit-hhec4b 15.rollbit-v2aeoa.rollbit-xdj2yz 15.rollbit-5hu8lt 15.rollbit-qwd0km 15.rollbit-pmmg79 15.rollbit-nhigyk 15.rollbit-irmtbd.rollbit-aepz80 15.rollbit-pmmg79 15.rollbit-aatc4v 15.rollbit-wf3q61 15.rollbit-fmuzwe 15.rollbit-6gh2xy.rollbit-ulnin0 15.rollbit-md0v10 7.rollbit-mpykwi 18.rollbit-04qlmd 7.rollbit-mjnk0o 23.rollbit-0kzisz.rollbit-q6o25c.rollbit-jzggos 18.rollbit-vncll4 19.rollbit-b51u1w 15.rollbit-l11o8q 15.rollbit-hhec4b 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rollbit-94ln1n [type="submit"] *,
.rollbit-pewhtd button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rollbit-fmp52o {
    display: none;
  }
}

.rollbit-of2uuf {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rollbit-of2uuf {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-of2uuf {
    bottom: 22px;
  }
}

.rollbit-of2uuf input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rollbit-of2uuf {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rollbit-u8df9n.static) .rollbit-of2uuf {
    bottom: 8px;
  }
}

.rollbit-7czl03 {
  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.rollbit-bsv9nx.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rollbit-uy74ax 3.rollbit-awx89y.rollbit-34zcnl.rollbit-vqyn1n 3.rollbit-4kgsz2 3.rollbit-u2w4vk 5.rollbit-ihfmja 3.rollbit-u2w4vk 8.rollbit-mh1e8q.rollbit-pgm6kr.rollbit-u2w4vk 26.rollbit-skpbv0 5.rollbit-1rhvwk 28.rollbit-i2phew 8.rollbit-lc2biu 28.rollbit-ge6krj.rollbit-uwo4gr 28.rollbit-rc9573.rollbit-ism55d 34.rollbit-oalz0y.rollbit-06i31f 36.rollbit-fn7gdq 11.rollbit-wrfwxg 37.rollbit-i5l7kp 12.rollbit-cz4bfz 36.rollbit-0a2saw.rollbit-23s68l 28.rollbit-ckqffw.rollbit-nhmyoi.rollbit-7bdgqm 28.rollbit-2k09sh 36.rollbit-ileu84 26.rollbit-w5bks2 36.rollbit-ileu84 23.rollbit-35so15.rollbit-niin1n.rollbit-ileu84 5.rollbit-kwl53v 34.rollbit-gmekcx 3.rollbit-4kgsz2 31.rollbit-uy74ax 3.rollbit-sfe6r7.rollbit-lcwdr8 18.rollbit-q0yer4.rollbit-jvnpmj 18.rollbit-ui0ssm 8.rollbit-9zp8ss 17.rollbit-bwq78q 8.rollbit-9zp8ss 15.rollbit-xqf75h.rollbit-9zp8ss 14.rollbit-ccuq8m 9.rollbit-jvnpmj 13.rollbit-u0ck9f 11.rollbit-lcwdr8 13.rollbit-6wb7pc.rollbit-8kinxt 13.rollbit-u0ck9f 13.rollbit-figge2 14.rollbit-ccuq8m 13.rollbit-figge2 15.rollbit-irdo6u.rollbit-figge2 17.rollbit-bwq78q 12.rollbit-8kinxt 18.rollbit-ui0ssm 11.rollbit-lcwdr8 18.rollbit-4gi6t0.rollbit-4wt7zt 18.rollbit-u1cz1b.rollbit-qpmnwd 18.rollbit-ui0ssm 17.rollbit-djz0ou 17.rollbit-bwq78q 17.rollbit-djz0ou 15.rollbit-26kw86.rollbit-djz0ou 14.rollbit-ccuq8m 18.rollbit-qpmnwd 13.rollbit-u0ck9f 20.rollbit-4wt7zt 13.rollbit-u3kofq.rollbit-arq6gu 13.rollbit-u0ck9f 22.rollbit-9cxa9e 14.rollbit-ccuq8m 22.rollbit-9cxa9e 15.rollbit-xalq7k.rollbit-ldnent 17.rollbit-bwq78q 21.rollbit-arq6gu 18.rollbit-ui0ssm 20.rollbit-4wt7zt 18.rollbit-2x8ewc.rollbit-1ywqr3 18.rollbit-ikr5nt.rollbit-lnduv4 18.rollbit-ui0ssm 26.rollbit-acjqmp 17.rollbit-bwq78q 26.rollbit-acjqmp 15.rollbit-lkljms.rollbit-acjqmp 14.rollbit-ccuq8m 27.rollbit-lnduv4 13.rollbit-u0ck9f 28.rollbit-1ywqr3 13.rollbit-las2vo.rollbit-o6ri2c 13.rollbit-u0ck9f 31.rollbit-nikzlu 14.rollbit-ccuq8m 31.rollbit-nikzlu 15.rollbit-4u1vtx.rollbit-acjqmp 17.rollbit-bwq78q 30.rollbit-o6ri2c 18.rollbit-ui0ssm 28.rollbit-1ywqr3 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"])
    .rollbit-7czl03 {
    display: none;
  }
}

.rollbit-lxijha {
  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) {
  .rollbit-lxijha {
    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;
}

.rollbit-pewhtd {
  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) {
  .rollbit-pewhtd {
    padding: 14px 16px;
  }
}

.rollbit-pewhtd button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rollbit-pewhtd button:first-child {
  align-content: end;
}

.rollbit-pewhtd button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rollbit-pewhtd
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rollbit-pewhtd
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rollbit-pewhtd button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rollbit-pewhtd button:last-child svg {
  width: 38px;
  height: 38px;
}

.rollbit-mysht1 {
  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;
}

.rollbit-mysht1::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rollbit-mysht1,
.pc61d126-chatbot[data-active-screen="3"]
  .rollbit-mysht1 {
  opacity: 1;
  visibility: visible;
}

.rollbit-i3wl5i {
  flex: 1 1;
}

.rollbit-3xt9wb {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-3xt9wb {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rollbit-3cm3ta {
  display: block;
}

.rollbit-jrs24t {
  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) {
  .rollbit-jrs24t {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rollbit-y9dffn {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rollbit-y9dffn::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rollbit-wsfm5v span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rollbit-wsfm5v p {
  color: var(--Text-100);
}

.rollbit-y9dffn .rollbit-400blh {
  grid-area: button;
}

.rollbit-y9dffn .rollbit-400blh::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.rollbit-bsv9nx.org/2000/svg'%3E%3Cpath d='M4.rollbit-o354ee 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rollbit-ebpvex 15L16.rollbit-ebpvex 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rollbit-ebpvex 5L16.rollbit-ebpvex 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rollbit-obhwym {
  display: block;
}

.rollbit-kuiar5 {
  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) {
  .rollbit-kuiar5 {
    margin-top: 40px;
  }
}

.rollbit-mjaie7 label,
.rollbit-mjaie7 input {
  display: block;
  width: 100%;
}

.rollbit-mjaie7 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rollbit-mjaie7 label.rollbit-08gwmi input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rollbit-mjaie7 label.rollbit-08gwmi::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;
}

.rollbit-mjaie7 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;
}

.rollbit-mjaie7 input::placeholder {
  color: var(--Text-400);
}

.rollbit-t624rt {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rollbit-t624rt {
  display: flex;
}

.rollbit-t624rt ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rollbit-t624rt ol {
    height: 420px;
    padding: 24px;
  }
}

.rollbit-t624rt ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rollbit-94ln1n {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-94ln1n {
    padding: 0 24px 24px;
  }
}

.rollbit-94ln1n 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;
}

.rollbit-94ln1n input::placeholder {
  color: var(--Text-400);
}

.rollbit-94ln1n [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rollbit-94ln1n [type="submit"]:disabled {
  opacity: 0.5;
}

.rollbit-94ln1n [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rollbit-94ln1n [type="submit"] {
    right: 40px;
  }
}

.rollbit-kk7v5e {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rollbit-kk7v5e.rollbit-hu5t38 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rollbit-kk7v5e.rollbit-hu5t38::before {
  content: "";
  width: 31px;
}

.rollbit-kk7v5e.rollbit-hu5t38 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rollbit-kk7v5e.rollbit-96r7sc p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rollbit-kk7v5e p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rollbit-of2uuf .rollbit-400blh {
  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;
  }
}

.rollbit-fmp52o {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rollbit-fmp52o {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rollbit-fmp52o {
    padding: 18px 0;
  }
}

.rollbit-fmp52o .rollbit-1fi9x2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rollbit-fmp52o .rollbit-1fi9x2 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rollbit-lj04fw {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rollbit-lj04fw {
    max-width: 160px;
    height: 40px;
  }
}

.rollbit-lj04fw picture,
.rollbit-lj04fw img {
  display: block;
  width: 100%;
  height: 100%;
}

.rollbit-lj04fw img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rollbit-4g8ol9 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rollbit-htxn9p ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rollbit-fmp52o.rollbit-l89huk .rollbit-4g8ol9 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rollbit-4g8ol9 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rollbit-4g8ol9 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rollbit-vpg6ev,
.rollbit-gbgey5 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rollbit-vpg6ev,
  .rollbit-gbgey5 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rollbit-gbgey5 {
    display: none;
  }
}

.rollbit-6yvu0s {
  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;
}

.rollbit-l89huk .rollbit-6yvu0s {
  background: var(--fh-bg-color);
}

.rollbit-6yvu0s button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rollbit-6yvu0s {
    display: none;
  }
}

.rollbit-g9mmkz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rollbit-g9mmkz {
    display: none;
  }
}

.rollbit-8qb2gw {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.rollbit-fmp52o.rollbit-l89huk .rollbit-8qb2gw:first-child {
  display: none;
}

.rollbit-fmp52o.rollbit-l89huk .rollbit-8qb2gw:last-child {
  display: block;
}

.rollbit-8qb2gw:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rollbit-8qb2gw {
    display: none;
  }
}

.rollbit-3g31ej {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rollbit-3g31ej {
    display: flex;
  }
}

.rollbit-3g31ej ul {
  max-height: 350px;
  overflow-y: auto;
}

.rollbit-3g31ej:hover ul {
  visibility: visible;
  opacity: 1;
}

.rollbit-3g31ej:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rollbit-3g31ej:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rollbit-3g31ej:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rollbit-3g31ej:hover .rollbit-yrazwp svg {
  transform: rotate(180deg);
}

.rollbit-j9wwzs {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rollbit-vk0ev3 {
  padding: 0 8px;
}

.rollbit-1ehn2t {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rollbit-1ehn2t:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rollbit-1ehn2t {
    padding: 4px 8px;
  }
}

.rollbit-0l4iny {
  display: flex;
}

.rollbit-0l4iny img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rollbit-yrazwp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rollbit-yrazwp svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rollbit-8i7ifk {
  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) {
  .rollbit-8i7ifk {
    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;
  }
}

.rollbit-wp3krg {
  width: 100%;
}

@media (min-width: 1200px) {
  .rollbit-wp3krg {
    display: none;
  }
}

.rollbit-7gznkf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rollbit-8h14nd {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rollbit-p98hlo {
  display: flex;
}

.rollbit-s8ajst {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rollbit-kg0cfd {
  list-style: none;
}

@media (max-width: 1199px) {
  .rollbit-kg0cfd {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rollbit-kg0cfd {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rollbit-kg0cfd .rollbit-nwg1ui [data-ref-el],
  .rollbit-kg0cfd .rollbit-nwg1ui span,
  .rollbit-kg0cfd .rollbit-nwg1ui a {
    white-space: nowrap;
  }
}

.rollbit-yb3cv9 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rollbit-yb3cv9.rollbit-t9dlzs > .rollbit-nwg1ui {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rollbit-yb3cv9.rollbit-u3ziu2:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rollbit-yb3cv9.rollbit-t9dlzs > .rollbit-xk9nya {
    height: auto;
  }

  .rollbit-yb3cv9.rollbit-t9dlzs > div > .rollbit-1n0yep {
    transform: rotate(180deg);
  }
}

.rollbit-yb3cv9 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rollbit-yb3cv9 [data-ref-el],
.rollbit-yb3cv9 span {
  cursor: pointer;
}

.rollbit-yb3cv9 [data-ref-el],
.rollbit-yb3cv9 span,
.rollbit-yb3cv9 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .rollbit-yb3cv9 [data-ref-el],
  .rollbit-yb3cv9 span,
  .rollbit-yb3cv9 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rollbit-yb3cv9 [data-ref-el],
  .rollbit-yb3cv9 span,
  .rollbit-yb3cv9 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rollbit-xk9nya {
  height: 0;
  overflow: hidden;
  transition: height 0.rollbit-htxn9p ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rollbit-xk9nya::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rollbit-xk9nya::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rollbit-xk9nya::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rollbit-xk9nya {
    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;
  }

  .rollbit-xk9nya:has(> .rollbit-yb3cv9.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rollbit-xk9nya .rollbit-xk9nya {
    padding: 0;
  }

  .rollbit-xk9nya .rollbit-yb3cv9 {
    font-weight: 400;
  }

  .rollbit-xk9nya .rollbit-yb3cv9:hover > .rollbit-nwg1ui {
    background: var(--Neutral-300);
  }

  .rollbit-xk9nya .rollbit-1n0yep {
    rotate: -90deg;
  }
}

.rollbit-nwg1ui {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rollbit-nwg1ui {
    padding: 8px;
  }

  .rollbit-yb3cv9.rollbit-zjuw5e > .rollbit-nwg1ui {
    background: var(--Neutral-300);
  }
}

.rollbit-1n0yep {
  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.rollbit-bsv9nx.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rollbit-ugg1fl 0.rollbit-voqn1g.rollbit-1eb3dh -0.rollbit-0kv1h9 0.rollbit-xh5ekw -0.rollbit-0kv1h9 1.rollbit-6ww1dp 0.rollbit-mlqeyg.rollbit-pkj0mt 4.rollbit-37w6ie.rollbit-ugg1fl 0.rollbit-8hpndk.rollbit-6nxqq7 -0.rollbit-0kv1h9 9.rollbit-zjp6cy -0.rollbit-0kv1h9 10.rollbit-uhqasj 0.rollbit-9jjpnk.rollbit-noj8kg 0.rollbit-1eb3dh 10.rollbit-noj8kg 0.rollbit-xh5ekw 10.rollbit-uhqasj 1.rollbit-pqa5lw.rollbit-s840xe 5.rollbit-pnxy3z.rollbit-9mafts 6.rollbit-uzh4cx 5.rollbit-de48oi 6.rollbit-uzh4cx 4.rollbit-plulja 5.rollbit-uk5o63.rollbit-ugg1fl 1.rollbit-pu6a15.rollbit-0kv1h9 0.rollbit-xh5ekw -0.rollbit-0kv1h9 0.rollbit-1eb3dh 0.rollbit-ugg1fl 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rollbit-htxn9p ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rollbit-1n0yep {
    cursor: default;
  }
}

.rollbit-jju0k0 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rollbit-aorjgm {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .rollbit-aorjgm {
    padding: 40px 4px;
  }
}

.rollbit-otpsk4 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rollbit-otpsk4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rollbit-tiw8we {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rollbit-tiw8we {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rollbit-tiw8we ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rollbit-tiw8we [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rollbit-tiw8we [data-ref-el],
.rollbit-tiw8we span,
.rollbit-tiw8we a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.rollbit-iezupc {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rollbit-iezupc {
    margin-bottom: 12px;
  }
}

.rollbit-iqwggk {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rollbit-iqwggk img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rollbit-iqwggk:last-child {
    margin-right: 0;
  }
}

.rollbit-6s55pq {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rollbit-iezupc:hover .rollbit-r6etgn {
  visibility: visible;
  opacity: 1;
}

.rollbit-r6etgn {
  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);
}

.rollbit-h4i32d {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rollbit-5jcoiu {
  display: flex;
  margin: 6px;
}

.rollbit-5jcoiu img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rollbit-r6etgn::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);
}

.rollbit-r6etgn::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);
}

.rollbit-a9i8cm {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rollbit-a9i8cm {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rollbit-xzkwto {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .rollbit-xzkwto {
    margin-right: 32px;
  }
}

.rollbit-isu3eb {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rollbit-isu3eb {
    margin-top: 0;
    width: 340px;
  }
}

.rollbit-isu3eb a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rollbit-izair8 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rollbit-d5n5uo {
  position: relative;
}

@media (min-width: 768px) {
  .rollbit-d5n5uo {
    margin-top: 40px;
  }
}

.rollbit-d5n5uo + .rollbit-mgrc8h,
.rollbit-d5n5uo + .rollbit-d5n5uo {
  margin-top: 24px;
}

.rollbit-4pycl7 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rollbit-4pycl7 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-4pycl7 {
    padding: 80px;
  }
}

.rollbit-7i7wpe {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rollbit-7i7wpe {
    padding: 0 16px;
}


}

.rollbit-es8pha {
  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) {
  .rollbit-es8pha {
    font-size: 48px;
    line-height: 56px;
  }
}

.rollbit-j4po7l {
  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) {
  .rollbit-j4po7l {
    font-size: 24px;
    line-height: 32px;
  }
}

.rollbit-wm451j {
  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;
}

.rollbit-wm451j:hover {
  background: var(--button-bg-hover);
}

.rollbit-el7nn3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rollbit-el7nn3 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rollbit-el7nn3 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rollbit-el7nn3 img {
  min-height: 100%;
  }
}

.rollbit-4pycl7::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rollbit-hlrrnq {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rollbit-hlrrnq h1,
.rollbit-hlrrnq h2,
.rollbit-hlrrnq h3,
.rollbit-hlrrnq h4 {
  margin-bottom: 6px;
}

.rollbit-hlrrnq h1:not(:first-child),
.rollbit-hlrrnq h2:not(:first-child),
.rollbit-hlrrnq h3:not(:first-child),
.rollbit-hlrrnq h4:not(:first-child) {
  margin-top: 16px;
}

.rollbit-hlrrnq h1,
.rollbit-hlrrnq h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rollbit-hlrrnq h1,
  .rollbit-hlrrnq h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rollbit-hlrrnq h2,
.rollbit-hlrrnq h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rollbit-hlrrnq h2,
  .rollbit-hlrrnq h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-hlrrnq h3,
.rollbit-hlrrnq h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rollbit-hlrrnq h3,
  .rollbit-hlrrnq h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rollbit-hlrrnq h4,
.rollbit-hlrrnq h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rollbit-hlrrnq ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rollbit-hlrrnq ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rollbit-hlrrnq 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);
}

.rollbit-hlrrnq ul ul {
  margin-bottom: 8px;
}

.rollbit-hlrrnq ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rollbit-hlrrnq ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rollbit-hlrrnq ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rollbit-hlrrnq ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rollbit-hlrrnq ol li::marker {
  font-weight: 700;
}

.rollbit-hlrrnq ol ol {
  margin-bottom: 8px;
}

.rollbit-hlrrnq ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rollbit-hlrrnq ol ul li {
  padding-left: 16px;
}

.rollbit-hlrrnq 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) {
  .rollbit-hlrrnq table {
    padding: 24px;
  }
}

.rollbit-hlrrnq table.rollbit-ytunb4 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rollbit-htxn9p,
    mask-image 0.3s;
}

.rollbit-hlrrnq table.rollbit-ytunb4.rollbit-jpoucy {
  -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) {
  .rollbit-hlrrnq table {
    display: table;
  }
}

.rollbit-hlrrnq 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);
}

.rollbit-hlrrnq table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rollbit-hlrrnq table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rollbit-hlrrnq 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) {
  .rollbit-hlrrnq table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rollbit-hlrrnq table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rollbit-hlrrnq table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rollbit-hlrrnq table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rollbit-hlrrnq img {
  max-width: 100%;
  height: auto;
}

.rollbit-ygd4pw {
  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) {
  .rollbit-ygd4pw {
    padding: 24px;
  }
}

.rollbit-f5z7ro {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .rollbit-f5z7ro {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rollbit-f5z7ro > * {
  margin: 0 !important;
}

.rollbit-f5z7ro img,
.rollbit-un7djk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-f5z7ro img,
  .rollbit-un7djk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-dm2glw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-dm2glw {
    width: 32px;
    height: 32px;
  }
}

.rollbit-vwy3im {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rollbit-vwy3im .rollbit-3mnl9o {
  flex-shrink: 0;
}

.rollbit-vwy3im .rollbit-mtlyzq svg {
  display: none;
}

.rollbit-00hcpj {
  display: grid;
  transition: max-height 0.rollbit-htxn9p ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rollbit-00hcpj {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rollbit-00hcpj {
    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));
  }
}

.rollbit-00hcpj.rollbit-nz2c8y + .rollbit-3mnl9o svg {
  transform: rotate(180deg);
}

.rollbit-ojg1hk {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rollbit-ojg1hk > div:nth-child(3n) {
  grid-column: span 2;
}

.rollbit-ojg1hk
  > div:nth-child(3n)
  .rollbit-fbfd6z
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rollbit-ojg1hk {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rollbit-ojg1hk > div:nth-child(3n) {
    grid-column: unset;
  }

  .rollbit-ojg1hk
    > div:nth-child(3n)
    .rollbit-fbfd6z
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rollbit-ojg1hk {
    max-width: 270px;
  }
}

.rollbit-ojg1hk .rollbit-fbfd6z button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rollbit-ojg1hk .rollbit-fbfd6z button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rollbit-ojg1hk .rollbit-fbfd6z button {
    max-width: 104px;
  }
}

.rollbit-rmifu5 {
  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) {
  .rollbit-rmifu5 {
    margin-bottom: 0;
  }
}

.rollbit-8wtisq {
  display: none;
  opacity: 0;
}

.rollbit-7nhdie {
  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;
  }
}

.rollbit-7nhdie img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rollbit-fbfd6z {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rollbit-fbfd6z button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rollbit-fbfd6z
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rollbit-fbfd6z
    button {
    max-width: 145px;
  }
}

.rollbit-4atr0x:first-child
  .rollbit-fbfd6z
  button {
  max-width: 270px;
}

.rollbit-tx3cb1 {
  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%;
}

.rollbit-rmifu5 picture {
  width: 100%;
  max-width: 100%;
}

.rollbit-kt4i3t {
  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;
}

.rollbit-kt4i3t svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rollbit-rmifu5:hover .rollbit-kt4i3t {
  display: flex;
}

.rollbit-s40f9k {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rollbit-210y42 {
  display: flex;
}

.rollbit-210y42:hover .rollbit-ck9j79,
.rollbit-210y42 .rollbit-zjuw5e .rollbit-ck9j79 {
  display: flex;
}

.rollbit-210y42 svg {
  flex-shrink: 0;
}

.rollbit-ck9j79 {
  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) {
  .rollbit-ck9j79 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rollbit-ck9j79:hover {
  display: flex;
}

.rollbit-ck9j79 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rollbit-5zwdvu {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .rollbit-5zwdvu {
    font-size: 12px;
  }
}

.rollbit-1ma8w1,
.rollbit-z8h8qr {
  width: 50%;
  flex-shrink: 0;
}

.rollbit-1ma8w1 {
  font-weight: 700;
}

.rollbit-zan95c .rollbit-00hcpj {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rollbit-zan95c .rollbit-00hcpj {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rollbit-zan95c .rollbit-00hcpj {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rollbit-zan95c
  .rollbit-tx3cb1:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rollbit-zan95c .rollbit-7nhdie {
  height: 100% !important;
  border-radius: 16px;
}

.rollbit-zan95c .rollbit-fbfd6z {
  gap: 4px;
  align-items: center;
}

.rollbit-zan95c .rollbit-fbfd6z button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rollbit-zan95c .rollbit-fbfd6z svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rollbit-zan95c .rollbit-sirzfe,
.rollbit-zan95c .rollbit-bzm2kw {
  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.rollbit-bsv9nx.org/2000/svg'%3E%3Cpath d='M9.rollbit-e0nmgt 4.rollbit-t1u64i.rollbit-zb8nr5 5.rollbit-t2jgd4.rollbit-n6xger 5.rollbit-v1rc8r.rollbit-xoeuwq 5.rollbit-yi6yj2.rollbit-5xi2a8 8.rollbit-78fhgn.rollbit-uwv398 9.rollbit-vciz8q.rollbit-pji0zx 9.rollbit-7zke7j.rollbit-txdni7 13.rollbit-4cildh.rollbit-7jxti1 11.rollbit-lxa594.rollbit-052cc9 11.rollbit-bppkds.rollbit-pt7u1k 11.rollbit-dislny.rollbit-2fnqw1 13.rollbit-3x455l.rollbit-9rayko 9.rollbit-jsquek.rollbit-1nku1f 9.rollbit-sb89wc.rollbit-1jbp85 8.rollbit-6xj0qd.rollbit-4pjugi 5.rollbit-he4xq5.rollbit-fe4n12 5.rollbit-fypvyp.rollbit-wwzyxu 5.rollbit-5qsomc.rollbit-ll42ll 4.rollbit-l8p4lz.rollbit-052cc9 1.rollbit-0w30wk.rollbit-e0nmgt 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rollbit-zan95c .rollbit-sirzfe {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rollbit-zan95c .rollbit-bzm2kw {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rollbit-9wifah {
  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) {
  .rollbit-9wifah {
    padding: 24px;
  }
}

.rollbit-9wifah .rollbit-3mnl9o {
  display: flex;
}

@media (min-width: 768px) {
  .rollbit-9wifah .rollbit-3mnl9o {
    display: none;
  }
}

.rollbit-9wifah .rollbit-mtlyzq svg {
  display: none;
}

.rollbit-9ojwaj {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rollbit-9ojwaj .rollbit-l3vmql {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-9ojwaj .rollbit-l3vmql {
    display: flex;
  }
}

.rollbit-srojn9 {
  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) {
  .rollbit-srojn9 {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-srojn9 > * {
  margin: 0 !important;
}

.rollbit-srojn9 img,
.rollbit-84yz6l {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-srojn9 img,
  .rollbit-84yz6l {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-t0gsde {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-t0gsde {
    width: 32px;
    height: 32px;
  }
}

.rollbit-dd78il {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rollbit-dd78il {
    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;
  }

  .rollbit-dd78il::-webkit-scrollbar {
    display: none;
  }
}

.rollbit-exem4y {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rollbit-exem4y {
    padding: 7px 15px;
  }
}

.rollbit-exem4y:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rollbit-498qms {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rollbit-498qms {
    display: flex;
    opacity: 1;
  }
}

.rollbit-exem4y picture {
  height: 100%;
  display: block;
}

.rollbit-exem4y img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rollbit-exem4y img {
    width: 88px;
    height: 44px;
  }
}

.rollbit-exem4y p {
  text-align: center;
  width: 100%;
}

.rollbit-nkpuvv {
  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) {
  .rollbit-nkpuvv {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-nkpuvv img,
.rollbit-r4zpfr {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-nkpuvv img,
  .rollbit-r4zpfr {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-15alxg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-15alxg {
    width: 32px;
    height: 32px;
  }
}

.rollbit-e2atlx {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rollbit-wlj1vi {
  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;
}

.rollbit-c2ibdg {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rollbit-c2ibdg.rollbit-zjuw5e {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rollbit-t4cy41 {
  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) {
  .rollbit-t4cy41 {
    font-size: 20px;
    line-height: 28px;
  }
}

.rollbit-h3cr5b {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.rollbit-g8ksg4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rollbit-htxn9p ease;
  opacity: 0;
  color: var(--text-color);
}

.rollbit-1x9q25 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rollbit-1x9q25 ol,
.rollbit-1x9q25 ul {
  padding-left: 1.3em;
}

.rollbit-c2ibdg.rollbit-zjuw5e .rollbit-g8ksg4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rollbit-c2ibdg.rollbit-zjuw5e .rollbit-h3cr5b {
  transform: rotate(180deg);
  color: var(--text-color);
}

.rollbit-yypxf8 {
  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) {
  .rollbit-yypxf8 {
    padding: 24px;
  }
}

.rollbit-yypxf8 .rollbit-3mnl9o {
  display: flex;
}

@media (min-width: 768px) {
  .rollbit-yypxf8 .rollbit-3mnl9o {
    display: none;
  }
}

.rollbit-yypxf8 .rollbit-mtlyzq svg {
  display: none;
}

.rollbit-4kry06 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rollbit-4kry06 .rollbit-l3vmql {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-4kry06 .rollbit-l3vmql {
    display: flex;
  }
}

.rollbit-bs7l6u {
  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) {
  .rollbit-bs7l6u {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-bs7l6u > * {
  margin: 0 !important;
}

.rollbit-bs7l6u img,
.rollbit-oo9j69 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-bs7l6u img,
  .rollbit-oo9j69 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-kkmn32 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-kkmn32 {
    width: 32px;
    height: 32px;
  }
}

.rollbit-kwd1oj {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rollbit-kwd1oj {
    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;
  }

  .rollbit-kwd1oj::-webkit-scrollbar {
    display: none;
  }
}

.rollbit-g0iset {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rollbit-g0iset:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rollbit-u817ne {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rollbit-u817ne {
    display: flex;
    opacity: 1;
  }
}

.rollbit-g0iset picture {
  width: auto;
  height: 100%;
  display: block;
}

.rollbit-g0iset picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rollbit-xgmtwm {
  margin: -24px 0;
}

.rollbit-xgmtwm:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rollbit-xgmtwm {
    margin: -16px 0;
  }
}

.rollbit-f1t41f {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rollbit-f1t41f {
    flex-direction: row;
  }
}

.rollbit-pvnww0 {
  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) {
  .rollbit-pvnww0 {
    flex: 1;
  }
}

.rollbit-pvnww0::placeholder {
  color: var(--Text-400);
}

.rollbit-fubnzi {
  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;
}

.rollbit-cogsjl {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rollbit-cogsjl::-webkit-scrollbar {
  display: none;
}

.rollbit-vl0pkl {
  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;
}

.rollbit-vl0pkl img,
.rollbit-vl0pkl svg {
  margin-right: 8px;
}

.rollbit-2u3gz1 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rollbit-xgmtwm + .rollbit-uy25hg {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rollbit-xgmtwm + .rollbit-uy25hg {
    margin-top: -16px;
  }
}

.rollbit-w46r9m {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rollbit-w46r9m > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rollbit-w46r9m > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rollbit-gdhemk {
  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;
}

.rollbit-6v8y41 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.rollbit-a0mtju {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rollbit-nf50ej {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rollbit-1b5xim {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rollbit-gdhemk 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;
}

.rollbit-gdhemk 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) {
  .rollbit-gdhemk {
    padding: 39px 179px 39px 39px;
  }

  .rollbit-6v8y41 {
    font-size: 40px;
    line-height: 48px;
  }

  .rollbit-1b5xim {
    height: 348px;
  }

  .rollbit-gdhemk button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rollbit-gdhemk button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-gdhemk {
    padding: 63px;
  }
}

.rollbit-v4ql6z {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rollbit-v4ql6z {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rollbit-ltkzgo {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rollbit-ltkzgo {
    width: auto;
  }
}

.rollbit-qs3yp7 {
  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;
}

.rollbit-qs3yp7::-webkit-scrollbar {
  display: none;
}

.rollbit-qs3yp7 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);
}

.rollbit-qs3yp7 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rollbit-qs3yp7 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rollbit-v4ql6z .rollbit-cbbtbc {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rollbit-htxn9p,
    mask-image 0.3s;
}

.rollbit-v4ql6z .rollbit-cbbtbc.rollbit-jpoucy {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rollbit-m7v92w {
  margin: 40px -16px;
}

.rollbit-6b0o7x + .rollbit-mgrc8h,
.rollbit-6b0o7x + .rollbit-d5n5uo {
  margin-top: 24px;
}

.rollbit-o35f5q {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rollbit-o35f5q picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rollbit-fqs4nt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rollbit-fqs4nt {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rollbit-fqs4nt {
    margin-top: 0;
  }
}

.rollbit-0hto7j {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rollbit-0hto7j {
    font-size: 24px;
    line-height: 32px;
  }
}

.rollbit-5klvhr {
  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) {
  .rollbit-5klvhr {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rollbit-gfvp14 {
  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) {
  .rollbit-gfvp14 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rollbit-krpvwv {
  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) {
  .rollbit-krpvwv {
    font-size: 20px;
    line-height: 28px;
  }
}

.rollbit-4nyanm {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rollbit-4nyanm {
    font-size: 32px;
    line-height: 40px;
  }
}

.rollbit-x7xu0h {
  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;
}

.rollbit-k29g7d {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rollbit-k29g7d img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rollbit-uy25hg {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rollbit-8khczo {
  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) {
  .rollbit-8khczo {
    padding: 15px 48px;
  }
}

main > .rollbit-uy25hg {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rollbit-00hcpj.rollbit-dv0rxh > div:nth-child(n+5) {
    display: none;
  }
}

.rollbit-hlrrnq p a img {
  display: block;
  margin: 0 auto;
}


.rollbit-ruovf6 {
  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 */
.rollbit-5uzb8i {
  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;
}

.rollbit-5uzb8i label {
  font-size: 14px;
}

.rollbit-5uzb8i h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rollbit-5uzb8i input,
.rollbit-5uzb8i textarea,
.rollbit-5uzb8i 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;
}
.rollbit-5uzb8i button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rollbit-c0nx0n ease;
}
.rollbit-5uzb8i button:hover {
  background-color: var(--button-bg-hover);
}
.rollbit-iyeijc {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rollbit-lvwh36 ease-in;
}

.rollbit-iyeijc 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;
}
.rollbit-7r7sj7, .rollbit-rcamnq, [class*="review-card"],
thead, thead th, table th, .rollbit-p3q726,
.rollbit-cleakq, [class*="collapsible-header"],
.rollbit-74emyt, [class*="updated-block"] {
  color: #ece7dc !important;
}
