* {
  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-9noiuc {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-9noiuc {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-9noiuc {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rollbit-m3stja {
  overflow: hidden;
}

.rollbit-tevv72 img {
  background: var(--Neutral-300);
}

.rollbit-bb81p3 {
  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-z6n061 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.rollbit-z6n061:hover {
  background: var(--button-bg-hover);
}

.rollbit-wb2nin {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rollbit-wb2nin:hover {
  background: var(--button-bg-hover);
}

.rollbit-nl1566 {
  font-size: 12px;
  line-height: 18px;
}

.rollbit-vr2isk {
  font-size: 18px;
  line-height: 26px;
}

.rollbit-5pubay {
  width: 100%;
}

.rollbit-vy2rip {
  padding: 6px 16px;
}

.rollbit-epdhq8 {
  padding: 10px 16px;
}

.rollbit-jtapen {
  padding: 15px 26px;
}

.rollbit-vuvt8k {
  flex-shrink: 0;
}

.rollbit-zsqsqd {
  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-wm394n {
  display: none;
}

.rollbit-aj31ch {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rollbit-zlxkwj {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rollbit-97tsmu {
  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-y0mx5a {
  cursor: grab;
}

.rollbit-97tsmu::-webkit-scrollbar {
  display: none;
}

.rollbit-r927qf {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rollbit-fu1kar {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rollbit-wx0jn3 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rollbit-rz4w8c {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rollbit-10rarj {
  visibility: visible;
}

.rollbit-dr72d8 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rollbit-nm8ek7 ease;
}

.rollbit-hc4s9d {
  background-color: var(--Primary-200);
  width: 16px;
}

.rollbit-7aovrq {
  -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-nm8ek7,
    mask-image 0.3s;
}

.rollbit-7aovrq.rollbit-mtvbqf {
  -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-y13m8m: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-rx6378 {
  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-0sgptx.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-0sgptx.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-2z17a3 {
  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-2z17a3::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-t9of6z {
  position: relative;
  z-index: 1;
}

.rollbit-ii211r {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rollbit-t2sj1r {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rollbit-oe9jcy {
  font-size: 40px;
  line-height: 48px;
}

.rollbit-2tqqm3 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rollbit-buurbw {
  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-buurbw:hover {
  background: var(--Primary-400);
}

.rollbit-buurbw svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rollbit-y13m8m 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-2z17a3 {
    max-width: 600px;
    padding: 64px;
  }

  .rollbit-ii211r {
    font-size: 24px;
    line-height: 32px;
  }

  .rollbit-t2sj1r {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rollbit-oe9jcy {
    font-size: 50px;
    line-height: 56px;
  }

  .rollbit-2tqqm3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rollbit-rx6378 {
    top: 25px;
    right: 25px;
  }
}

.rollbit-l6u5tv,
.rollbit-8vxrns {
  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-asvuf7.rollbit-495wdb::before,
.rollbit-8vxrns::before,
.rollbit-bkypae::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-0sgptx.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rollbit-g07o45 14.rollbit-pxbs6x.rollbit-w7djj0 14.rollbit-lk4kfu 15.rollbit-rxmrph 14.rollbit-1y2dvr 15.rollbit-oq3n5x 14.rollbit-u7r338.rollbit-b45jk3 14.rollbit-ljiv7f 19.rollbit-xjthy4 12.rollbit-fv14p5 19.rollbit-xjthy4 10.rollbit-4r4gop.rollbit-xjthy4 8.rollbit-6zk7zn 17.rollbit-7kjn4h 7.rollbit-vzn3dk 15.rollbit-0v654n 7.rollbit-hn4fwa.rollbit-abvptt 7.rollbit-vzn3dk 11.rollbit-x44zcu 8.rollbit-6zk7zn 11.rollbit-x44zcu 10.rollbit-38kj4v.rollbit-x44zcu 12.rollbit-oy114t 13.rollbit-750uex 14.rollbit-s00z45 15.rollbit-e2pz7b 14.rollbit-ool8hi.rollbit-o28cgy 14.rollbit-qrylxq 15.rollbit-ekxx5f 14.rollbit-up76xl 15.rollbit-d7l70y 14.rollbit-vzbp7b.rollbit-g07o45 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rollbit-b5r51k 15.rollbit-dzth0a.rollbit-tx37ls 15.rollbit-xeccyw 15.rollbit-5lcp5a 15.rollbit-tljkz7 15.rollbit-10lu2h 15.rollbit-tat289.rollbit-vyly4a 15.rollbit-tljkz7 15.rollbit-olurlo 15.rollbit-w22qhc 15.rollbit-tks1qq 15.rollbit-6zrflv.rollbit-ml0jgj 15.rollbit-o25g3s 7.rollbit-erod5s 18.rollbit-vmeua5 7.rollbit-8u90xt 23.rollbit-4pn5z0.rollbit-i4ybkc.rollbit-csjqlc 18.rollbit-akzhes 19.rollbit-lopsi5 15.rollbit-drzlql 15.rollbit-b5r51k 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rollbit-i5zygq [type="submit"] *,
.rollbit-61ptsw button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rollbit-9hoyez {
    display: none;
  }
}

.rollbit-sngzlv {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rollbit-sngzlv {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-sngzlv {
    bottom: 22px;
  }
}

.rollbit-sngzlv input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rollbit-sngzlv {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rollbit-ssxoyb.static) .rollbit-sngzlv {
    bottom: 8px;
  }
}

.rollbit-gj5zv0 {
  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-0sgptx.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rollbit-wo0hob 3.rollbit-nary3v.rollbit-natxxb.rollbit-sijhvs 3.rollbit-8kewvs 3.rollbit-3yge0r 5.rollbit-z2jopn 3.rollbit-3yge0r 8.rollbit-skbfj5.rollbit-u789ta.rollbit-3yge0r 26.rollbit-w8d3qb 5.rollbit-68hk5x 28.rollbit-grxs54 8.rollbit-lhuoij 28.rollbit-ccrmvg.rollbit-nccng6 28.rollbit-hy4qkv.rollbit-8gdpp9 34.rollbit-2mn7eo.rollbit-grosaq 36.rollbit-s6djof 11.rollbit-d5s3wz 37.rollbit-k1ssao 12.rollbit-0sjihk 36.rollbit-zrh0mk.rollbit-mvon2m 28.rollbit-yq1j5l.rollbit-y0qxz8.rollbit-3dvc5y 28.rollbit-yn7sx0 36.rollbit-7rjidu 26.rollbit-x3vs1i 36.rollbit-7rjidu 23.rollbit-wwwn95.rollbit-fu51og.rollbit-7rjidu 5.rollbit-d3kpvd 34.rollbit-heoslq 3.rollbit-8kewvs 31.rollbit-wo0hob 3.rollbit-r58cg3.rollbit-80ovov 18.rollbit-zo8ztu.rollbit-zwx9jt 18.rollbit-ukqece 8.rollbit-k5cas9 17.rollbit-d28l63 8.rollbit-k5cas9 15.rollbit-dcz2ka.rollbit-k5cas9 14.rollbit-pyc5hs 9.rollbit-zwx9jt 13.rollbit-63hr76 11.rollbit-80ovov 13.rollbit-vd41ik.rollbit-2kmgdc 13.rollbit-63hr76 13.rollbit-4dspf6 14.rollbit-pyc5hs 13.rollbit-4dspf6 15.rollbit-gk01aa.rollbit-4dspf6 17.rollbit-d28l63 12.rollbit-2kmgdc 18.rollbit-ukqece 11.rollbit-80ovov 18.rollbit-0r4uy8.rollbit-6emedo 18.rollbit-lv9bp5.rollbit-1ny8kw 18.rollbit-ukqece 17.rollbit-t8h7b7 17.rollbit-d28l63 17.rollbit-t8h7b7 15.rollbit-znkphe.rollbit-t8h7b7 14.rollbit-pyc5hs 18.rollbit-1ny8kw 13.rollbit-63hr76 20.rollbit-6emedo 13.rollbit-kgsf43.rollbit-0bs6wr 13.rollbit-63hr76 22.rollbit-cp0i6r 14.rollbit-pyc5hs 22.rollbit-cp0i6r 15.rollbit-96oxeh.rollbit-zr2jbr 17.rollbit-d28l63 21.rollbit-0bs6wr 18.rollbit-ukqece 20.rollbit-6emedo 18.rollbit-znk9vf.rollbit-7l2vm0 18.rollbit-urigp4.rollbit-33b9wl 18.rollbit-ukqece 26.rollbit-bmro1r 17.rollbit-d28l63 26.rollbit-bmro1r 15.rollbit-p26bq6.rollbit-bmro1r 14.rollbit-pyc5hs 27.rollbit-33b9wl 13.rollbit-63hr76 28.rollbit-7l2vm0 13.rollbit-5r6st6.rollbit-oo4yon 13.rollbit-63hr76 31.rollbit-yif9dg 14.rollbit-pyc5hs 31.rollbit-yif9dg 15.rollbit-3eh2kt.rollbit-bmro1r 17.rollbit-d28l63 30.rollbit-oo4yon 18.rollbit-ukqece 28.rollbit-7l2vm0 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-gj5zv0 {
    display: none;
  }
}

.rollbit-5rwa8p {
  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-5rwa8p {
    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-61ptsw {
  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-61ptsw {
    padding: 14px 16px;
  }
}

.rollbit-61ptsw button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rollbit-61ptsw button:first-child {
  align-content: end;
}

.rollbit-61ptsw button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rollbit-61ptsw
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rollbit-61ptsw
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rollbit-61ptsw button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rollbit-61ptsw button:last-child svg {
  width: 38px;
  height: 38px;
}

.rollbit-bkypae {
  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-bkypae::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rollbit-bkypae,
.pc61d126-chatbot[data-active-screen="3"]
  .rollbit-bkypae {
  opacity: 1;
  visibility: visible;
}

.rollbit-27q6dz {
  flex: 1 1;
}

.rollbit-5b7i3i {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-5b7i3i {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rollbit-gc46jf {
  display: block;
}

.rollbit-3nlpto {
  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-3nlpto {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rollbit-8vxrns {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rollbit-8vxrns::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rollbit-y72mth span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rollbit-y72mth p {
  color: var(--Text-100);
}

.rollbit-8vxrns .rollbit-m59zwa {
  grid-area: button;
}

.rollbit-8vxrns .rollbit-m59zwa::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-0sgptx.org/2000/svg'%3E%3Cpath d='M4.rollbit-r2hed6 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rollbit-dwcmbt 15L16.rollbit-dwcmbt 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rollbit-dwcmbt 5L16.rollbit-dwcmbt 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rollbit-b969v4 {
  display: block;
}

.rollbit-fsbqb9 {
  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-fsbqb9 {
    margin-top: 40px;
  }
}

.rollbit-l6u5tv label,
.rollbit-l6u5tv input {
  display: block;
  width: 100%;
}

.rollbit-l6u5tv label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rollbit-l6u5tv label.rollbit-rlsy8z input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rollbit-l6u5tv label.rollbit-rlsy8z::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-l6u5tv 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-l6u5tv input::placeholder {
  color: var(--Text-400);
}

.rollbit-e2pxg7 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rollbit-e2pxg7 {
  display: flex;
}

.rollbit-e2pxg7 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rollbit-e2pxg7 ol {
    height: 420px;
    padding: 24px;
  }
}

.rollbit-e2pxg7 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rollbit-i5zygq {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rollbit-i5zygq {
    padding: 0 24px 24px;
  }
}

.rollbit-i5zygq 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-i5zygq input::placeholder {
  color: var(--Text-400);
}

.rollbit-i5zygq [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rollbit-i5zygq [type="submit"]:disabled {
  opacity: 0.5;
}

.rollbit-i5zygq [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rollbit-i5zygq [type="submit"] {
    right: 40px;
  }
}

.rollbit-asvuf7 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rollbit-asvuf7.rollbit-495wdb {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rollbit-asvuf7.rollbit-495wdb::before {
  content: "";
  width: 31px;
}

.rollbit-asvuf7.rollbit-495wdb p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rollbit-asvuf7.rollbit-lnijon p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rollbit-asvuf7 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rollbit-sngzlv .rollbit-m59zwa {
  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-9hoyez {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rollbit-9hoyez {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rollbit-9hoyez {
    padding: 18px 0;
  }
}

.rollbit-9hoyez .rollbit-9noiuc {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rollbit-9hoyez .rollbit-9noiuc {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rollbit-n5aye4 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rollbit-n5aye4 {
    max-width: 160px;
    height: 40px;
  }
}

.rollbit-n5aye4 picture,
.rollbit-n5aye4 img {
  display: block;
  width: 100%;
  height: 100%;
}

.rollbit-n5aye4 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rollbit-56km9i {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rollbit-nm8ek7 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rollbit-9hoyez.rollbit-m81p19 .rollbit-56km9i {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rollbit-56km9i {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rollbit-56km9i {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rollbit-s3nakd,
.rollbit-o8g13o {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rollbit-s3nakd,
  .rollbit-o8g13o {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rollbit-o8g13o {
    display: none;
  }
}

.rollbit-4fhh6u {
  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-m81p19 .rollbit-4fhh6u {
  background: var(--fh-bg-color);
}

.rollbit-4fhh6u button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rollbit-4fhh6u {
    display: none;
  }
}

.rollbit-163vg7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rollbit-163vg7 {
    display: none;
  }
}

.rollbit-9hqzom {
  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-9hoyez.rollbit-m81p19 .rollbit-9hqzom:first-child {
  display: none;
}

.rollbit-9hoyez.rollbit-m81p19 .rollbit-9hqzom:last-child {
  display: block;
}

.rollbit-9hqzom:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rollbit-9hqzom {
    display: none;
  }
}

.rollbit-ztmqhr {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rollbit-ztmqhr {
    display: flex;
  }
}

.rollbit-ztmqhr ul {
  max-height: 350px;
  overflow-y: auto;
}

.rollbit-ztmqhr:hover ul {
  visibility: visible;
  opacity: 1;
}

.rollbit-ztmqhr:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rollbit-ztmqhr:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rollbit-ztmqhr:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rollbit-ztmqhr:hover .rollbit-bvpmfs svg {
  transform: rotate(180deg);
}

.rollbit-127il3 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rollbit-9cc78z {
  padding: 0 8px;
}

.rollbit-j3k8kw {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rollbit-j3k8kw:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rollbit-j3k8kw {
    padding: 4px 8px;
  }
}

.rollbit-1dqe20 {
  display: flex;
}

.rollbit-1dqe20 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rollbit-bvpmfs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rollbit-bvpmfs svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rollbit-stes2b {
  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-stes2b {
    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-6cvdq9 {
  width: 100%;
}

@media (min-width: 1200px) {
  .rollbit-6cvdq9 {
    display: none;
  }
}

.rollbit-1wnqqv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rollbit-ohmdsw {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rollbit-z82i1k {
  display: flex;
}

.rollbit-rvnre4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rollbit-c867ba {
  list-style: none;
}

@media (max-width: 1199px) {
  .rollbit-c867ba {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rollbit-c867ba {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rollbit-c867ba .rollbit-ges9xw [data-ref-el],
  .rollbit-c867ba .rollbit-ges9xw span,
  .rollbit-c867ba .rollbit-ges9xw a {
    white-space: nowrap;
  }
}

.rollbit-1dvgsr {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rollbit-1dvgsr.rollbit-orrc5i > .rollbit-ges9xw {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rollbit-1dvgsr.rollbit-mxnxp0:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rollbit-1dvgsr.rollbit-orrc5i > .rollbit-ym9xga {
    height: auto;
  }

  .rollbit-1dvgsr.rollbit-orrc5i > div > .rollbit-fz0ulz {
    transform: rotate(180deg);
  }
}

.rollbit-1dvgsr [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rollbit-1dvgsr [data-ref-el],
.rollbit-1dvgsr span {
  cursor: pointer;
}

.rollbit-1dvgsr [data-ref-el],
.rollbit-1dvgsr span,
.rollbit-1dvgsr 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-1dvgsr [data-ref-el],
  .rollbit-1dvgsr span,
  .rollbit-1dvgsr a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rollbit-1dvgsr [data-ref-el],
  .rollbit-1dvgsr span,
  .rollbit-1dvgsr a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rollbit-ym9xga {
  height: 0;
  overflow: hidden;
  transition: height 0.rollbit-nm8ek7 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rollbit-ym9xga::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rollbit-ym9xga::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rollbit-ym9xga::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rollbit-ym9xga {
    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-ym9xga:has(> .rollbit-1dvgsr.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rollbit-ym9xga .rollbit-ym9xga {
    padding: 0;
  }

  .rollbit-ym9xga .rollbit-1dvgsr {
    font-weight: 400;
  }

  .rollbit-ym9xga .rollbit-1dvgsr:hover > .rollbit-ges9xw {
    background: var(--Neutral-300);
  }

  .rollbit-ym9xga .rollbit-fz0ulz {
    rotate: -90deg;
  }
}

.rollbit-ges9xw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rollbit-ges9xw {
    padding: 8px;
  }

  .rollbit-1dvgsr.rollbit-g7wagn > .rollbit-ges9xw {
    background: var(--Neutral-300);
  }
}

.rollbit-fz0ulz {
  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-0sgptx.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rollbit-o7ehnz 0.rollbit-yg78ym.rollbit-m7hfdr -0.rollbit-apdr5i 0.rollbit-sfbz5d -0.rollbit-apdr5i 1.rollbit-2uu7yf 0.rollbit-3zhwwm.rollbit-2tyfmx 4.rollbit-rwyoce.rollbit-o7ehnz 0.rollbit-2mb77p.rollbit-ddw13m -0.rollbit-apdr5i 9.rollbit-t6pqd0 -0.rollbit-apdr5i 10.rollbit-eq1hkj 0.rollbit-hejj09.rollbit-w7yrae 0.rollbit-m7hfdr 10.rollbit-w7yrae 0.rollbit-sfbz5d 10.rollbit-eq1hkj 1.rollbit-95tnrz.rollbit-5wy4oo 5.rollbit-mh200e.rollbit-9lsr1v 6.rollbit-dbl64q 5.rollbit-gmuvnh 6.rollbit-dbl64q 4.rollbit-cm9w44 5.rollbit-wxzs5l.rollbit-o7ehnz 1.rollbit-gw8afd.rollbit-apdr5i 0.rollbit-sfbz5d -0.rollbit-apdr5i 0.rollbit-m7hfdr 0.rollbit-o7ehnz 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rollbit-nm8ek7 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rollbit-fz0ulz {
    cursor: default;
  }
}

.rollbit-06jg0k {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rollbit-kuz4yq {
  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-kuz4yq {
    padding: 40px 4px;
  }
}

.rollbit-ndl386 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rollbit-ndl386 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rollbit-szlx2i {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rollbit-szlx2i {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rollbit-szlx2i ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rollbit-szlx2i [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rollbit-szlx2i [data-ref-el],
.rollbit-szlx2i span,
.rollbit-szlx2i a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.rollbit-4zyu03 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rollbit-4zyu03 {
    margin-bottom: 12px;
  }
}

.rollbit-7vm1ub {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rollbit-7vm1ub img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rollbit-7vm1ub:last-child {
    margin-right: 0;
  }
}

.rollbit-8n6yws {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rollbit-4zyu03:hover .rollbit-3usk3n {
  visibility: visible;
  opacity: 1;
}

.rollbit-3usk3n {
  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-jfjqom {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rollbit-yk931c {
  display: flex;
  margin: 6px;
}

.rollbit-yk931c img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rollbit-3usk3n::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-3usk3n::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-ux1tyg {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rollbit-ux1tyg {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rollbit-lljox5 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .rollbit-lljox5 {
    margin-right: 32px;
  }
}

.rollbit-cw60wn {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rollbit-cw60wn {
    margin-top: 0;
    width: 340px;
  }
}

.rollbit-cw60wn a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rollbit-djqi5u {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rollbit-nggdtu {
  position: relative;
}

@media (min-width: 768px) {
  .rollbit-nggdtu {
    margin-top: 40px;
  }
}

.rollbit-nggdtu + .rollbit-5egzt0,
.rollbit-nggdtu + .rollbit-nggdtu {
  margin-top: 24px;
}

.rollbit-0rhrbx {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rollbit-0rhrbx {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-0rhrbx {
    padding: 80px;
  }
}

.rollbit-ngg5xr {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rollbit-ngg5xr {
    padding: 0 16px;
}


}

.rollbit-pyqdq2 {
  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-pyqdq2 {
    font-size: 48px;
    line-height: 56px;
  }
}

.rollbit-mexopz {
  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-mexopz {
    font-size: 24px;
    line-height: 32px;
  }
}

.rollbit-lw1ium {
  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-lw1ium:hover {
  background: var(--button-bg-hover);
}

.rollbit-c1enrz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rollbit-c1enrz img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rollbit-c1enrz img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rollbit-c1enrz img {
  min-height: 100%;
  }
}

.rollbit-0rhrbx::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rollbit-16thlg {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rollbit-16thlg h1,
.rollbit-16thlg h2,
.rollbit-16thlg h3,
.rollbit-16thlg h4 {
  margin-bottom: 6px;
}

.rollbit-16thlg h1:not(:first-child),
.rollbit-16thlg h2:not(:first-child),
.rollbit-16thlg h3:not(:first-child),
.rollbit-16thlg h4:not(:first-child) {
  margin-top: 16px;
}

.rollbit-16thlg h1,
.rollbit-16thlg h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rollbit-16thlg h1,
  .rollbit-16thlg h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rollbit-16thlg h2,
.rollbit-16thlg h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rollbit-16thlg h2,
  .rollbit-16thlg h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-16thlg h3,
.rollbit-16thlg h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rollbit-16thlg h3,
  .rollbit-16thlg h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rollbit-16thlg h4,
.rollbit-16thlg h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rollbit-16thlg ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rollbit-16thlg ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rollbit-16thlg 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-16thlg ul ul {
  margin-bottom: 8px;
}

.rollbit-16thlg ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rollbit-16thlg ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rollbit-16thlg ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rollbit-16thlg ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rollbit-16thlg ol li::marker {
  font-weight: 700;
}

.rollbit-16thlg ol ol {
  margin-bottom: 8px;
}

.rollbit-16thlg ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rollbit-16thlg ol ul li {
  padding-left: 16px;
}

.rollbit-16thlg 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-16thlg table {
    padding: 24px;
  }
}

.rollbit-16thlg table.rollbit-vp1jh2 {
  -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-nm8ek7,
    mask-image 0.3s;
}

.rollbit-16thlg table.rollbit-vp1jh2.rollbit-mtvbqf {
  -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-16thlg table {
    display: table;
  }
}

.rollbit-16thlg 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-16thlg table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rollbit-16thlg table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rollbit-16thlg 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-16thlg table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rollbit-16thlg table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rollbit-16thlg table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rollbit-16thlg table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rollbit-16thlg img {
  max-width: 100%;
  height: auto;
}

.rollbit-2bt7kp {
  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-2bt7kp {
    padding: 24px;
  }
}

.rollbit-pzunu2 {
  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-pzunu2 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rollbit-pzunu2 > * {
  margin: 0 !important;
}

.rollbit-pzunu2 img,
.rollbit-s7wo4b {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-pzunu2 img,
  .rollbit-s7wo4b {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-xmt4mn {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-xmt4mn {
    width: 32px;
    height: 32px;
  }
}

.rollbit-yr8kx8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rollbit-yr8kx8 .rollbit-wzmw4w {
  flex-shrink: 0;
}

.rollbit-yr8kx8 .rollbit-gbsa8x svg {
  display: none;
}

.rollbit-ni29nj {
  display: grid;
  transition: max-height 0.rollbit-nm8ek7 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rollbit-ni29nj {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rollbit-ni29nj {
    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-ni29nj.rollbit-1pwsex + .rollbit-wzmw4w svg {
  transform: rotate(180deg);
}

.rollbit-r82hqn {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rollbit-r82hqn > div:nth-child(3n) {
  grid-column: span 2;
}

.rollbit-r82hqn
  > div:nth-child(3n)
  .rollbit-5vvuj9
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rollbit-r82hqn {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rollbit-r82hqn > div:nth-child(3n) {
    grid-column: unset;
  }

  .rollbit-r82hqn
    > div:nth-child(3n)
    .rollbit-5vvuj9
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rollbit-r82hqn {
    max-width: 270px;
  }
}

.rollbit-r82hqn .rollbit-5vvuj9 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rollbit-r82hqn .rollbit-5vvuj9 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rollbit-r82hqn .rollbit-5vvuj9 button {
    max-width: 104px;
  }
}

.rollbit-efwvf1 {
  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-efwvf1 {
    margin-bottom: 0;
  }
}

.rollbit-457n2j {
  display: none;
  opacity: 0;
}

.rollbit-du5h70 {
  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-du5h70 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rollbit-5vvuj9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rollbit-5vvuj9 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-5vvuj9
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rollbit-5vvuj9
    button {
    max-width: 145px;
  }
}

.rollbit-b35xdu:first-child
  .rollbit-5vvuj9
  button {
  max-width: 270px;
}

.rollbit-67smny {
  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-efwvf1 picture {
  width: 100%;
  max-width: 100%;
}

.rollbit-d5mcx5 {
  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-d5mcx5 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rollbit-efwvf1:hover .rollbit-d5mcx5 {
  display: flex;
}

.rollbit-usz3br {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rollbit-e444ba {
  display: flex;
}

.rollbit-e444ba:hover .rollbit-o7tfdi,
.rollbit-e444ba .rollbit-g7wagn .rollbit-o7tfdi {
  display: flex;
}

.rollbit-e444ba svg {
  flex-shrink: 0;
}

.rollbit-o7tfdi {
  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-o7tfdi {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rollbit-o7tfdi:hover {
  display: flex;
}

.rollbit-o7tfdi svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rollbit-ud7dld {
  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-ud7dld {
    font-size: 12px;
  }
}

.rollbit-bmptvt,
.rollbit-2etc0k {
  width: 50%;
  flex-shrink: 0;
}

.rollbit-bmptvt {
  font-weight: 700;
}

.rollbit-eq2rv1 .rollbit-ni29nj {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rollbit-eq2rv1 .rollbit-ni29nj {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rollbit-eq2rv1 .rollbit-ni29nj {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rollbit-eq2rv1
  .rollbit-67smny:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rollbit-eq2rv1 .rollbit-du5h70 {
  height: 100% !important;
  border-radius: 16px;
}

.rollbit-eq2rv1 .rollbit-5vvuj9 {
  gap: 4px;
  align-items: center;
}

.rollbit-eq2rv1 .rollbit-5vvuj9 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rollbit-eq2rv1 .rollbit-5vvuj9 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rollbit-eq2rv1 .rollbit-q8mv5h,
.rollbit-eq2rv1 .rollbit-oo5b4m {
  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-0sgptx.org/2000/svg'%3E%3Cpath d='M9.rollbit-9vikj6 4.rollbit-xkan7f.rollbit-qju76x 5.rollbit-oq4yjd.rollbit-nnwjac 5.rollbit-r3cd1w.rollbit-wjef3v 5.rollbit-9lperf.rollbit-jwmc40 8.rollbit-tqkbp1.rollbit-08p1s9 9.rollbit-ou4o92.rollbit-q3dyxq 9.rollbit-lbu7p2.rollbit-o4x7fk 13.rollbit-57shpw.rollbit-32ynin 11.rollbit-eo3bso.rollbit-ywk4up 11.rollbit-9s90gm.rollbit-zslh4p 11.rollbit-rtougq.rollbit-v52ha0 13.rollbit-c2f19e.rollbit-qw5zu8 9.rollbit-gnsf92.rollbit-fjuc9o 9.rollbit-d70y7o.rollbit-406wlt 8.rollbit-8v8hj9.rollbit-btn62g 5.rollbit-czxk16.rollbit-wrgru1 5.rollbit-640d4b.rollbit-t4vule 5.rollbit-zeykgx.rollbit-gzmjov 4.rollbit-sgrse8.rollbit-ywk4up 1.rollbit-ejavai.rollbit-9vikj6 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rollbit-eq2rv1 .rollbit-q8mv5h {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rollbit-eq2rv1 .rollbit-oo5b4m {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rollbit-jacu6s {
  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-jacu6s {
    padding: 24px;
  }
}

.rollbit-jacu6s .rollbit-wzmw4w {
  display: flex;
}

@media (min-width: 768px) {
  .rollbit-jacu6s .rollbit-wzmw4w {
    display: none;
  }
}

.rollbit-jacu6s .rollbit-gbsa8x svg {
  display: none;
}

.rollbit-veue84 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rollbit-veue84 .rollbit-bb81p3 {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-veue84 .rollbit-bb81p3 {
    display: flex;
  }
}

.rollbit-iyf82v {
  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-iyf82v {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-iyf82v > * {
  margin: 0 !important;
}

.rollbit-iyf82v img,
.rollbit-9kzip7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-iyf82v img,
  .rollbit-9kzip7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-k0ch0d {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-k0ch0d {
    width: 32px;
    height: 32px;
  }
}

.rollbit-vjxov1 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rollbit-vjxov1 {
    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-vjxov1::-webkit-scrollbar {
    display: none;
  }
}

.rollbit-1i43s1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rollbit-1i43s1 {
    padding: 7px 15px;
  }
}

.rollbit-1i43s1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rollbit-grjej7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rollbit-grjej7 {
    display: flex;
    opacity: 1;
  }
}

.rollbit-1i43s1 picture {
  height: 100%;
  display: block;
}

.rollbit-1i43s1 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rollbit-1i43s1 img {
    width: 88px;
    height: 44px;
  }
}

.rollbit-1i43s1 p {
  text-align: center;
  width: 100%;
}

.rollbit-nwcbbx {
  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-nwcbbx {
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-nwcbbx img,
.rollbit-p2dddt {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-nwcbbx img,
  .rollbit-p2dddt {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-20s3qs {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-20s3qs {
    width: 32px;
    height: 32px;
  }
}

.rollbit-bu3q89 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rollbit-mao88c {
  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-qagnry {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rollbit-qagnry.rollbit-g7wagn {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rollbit-rm90d4 {
  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-rm90d4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.rollbit-vk7lio {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.rollbit-us79w0 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rollbit-nm8ek7 ease;
  opacity: 0;
  color: var(--text-color);
}

.rollbit-hc0s01 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rollbit-hc0s01 ol,
.rollbit-hc0s01 ul {
  padding-left: 1.3em;
}

.rollbit-qagnry.rollbit-g7wagn .rollbit-us79w0 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rollbit-qagnry.rollbit-g7wagn .rollbit-vk7lio {
  transform: rotate(180deg);
  color: var(--text-color);
}

.rollbit-ldijz2 {
  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-ldijz2 {
    padding: 24px;
  }
}

.rollbit-ldijz2 .rollbit-wzmw4w {
  display: flex;
}

@media (min-width: 768px) {
  .rollbit-ldijz2 .rollbit-wzmw4w {
    display: none;
  }
}

.rollbit-ldijz2 .rollbit-gbsa8x svg {
  display: none;
}

.rollbit-y8oywu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rollbit-y8oywu .rollbit-bb81p3 {
  display: none;
}

@media (min-width: 768px) {
  .rollbit-y8oywu .rollbit-bb81p3 {
    display: flex;
  }
}

.rollbit-qlhrd2 {
  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-qlhrd2 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rollbit-qlhrd2 > * {
  margin: 0 !important;
}

.rollbit-qlhrd2 img,
.rollbit-hx1h42 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rollbit-qlhrd2 img,
  .rollbit-hx1h42 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rollbit-a5nf6u {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rollbit-a5nf6u {
    width: 32px;
    height: 32px;
  }
}

.rollbit-m9b5mn {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rollbit-m9b5mn {
    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-m9b5mn::-webkit-scrollbar {
    display: none;
  }
}

.rollbit-pevozf {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rollbit-pevozf:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rollbit-nk2er5 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rollbit-nk2er5 {
    display: flex;
    opacity: 1;
  }
}

.rollbit-pevozf picture {
  width: auto;
  height: 100%;
  display: block;
}

.rollbit-pevozf picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rollbit-ke7fpn {
  margin: -24px 0;
}

.rollbit-ke7fpn:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rollbit-ke7fpn {
    margin: -16px 0;
  }
}

.rollbit-4krc1t {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rollbit-4krc1t {
    flex-direction: row;
  }
}

.rollbit-413xn8 {
  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-413xn8 {
    flex: 1;
  }
}

.rollbit-413xn8::placeholder {
  color: var(--Text-400);
}

.rollbit-ix74o7 {
  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-yd74qe {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rollbit-yd74qe::-webkit-scrollbar {
  display: none;
}

.rollbit-lsmahb {
  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-lsmahb img,
.rollbit-lsmahb svg {
  margin-right: 8px;
}

.rollbit-85c28s {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rollbit-ke7fpn + .rollbit-iyt5if {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rollbit-ke7fpn + .rollbit-iyt5if {
    margin-top: -16px;
  }
}

.rollbit-isdkiw {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rollbit-isdkiw > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rollbit-isdkiw > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rollbit-9inome {
  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-ahzgpj {
  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-1vpv6t {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rollbit-qokkaf {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rollbit-r682ze {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rollbit-9inome 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-9inome 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-9inome {
    padding: 39px 179px 39px 39px;
  }

  .rollbit-ahzgpj {
    font-size: 40px;
    line-height: 48px;
  }

  .rollbit-r682ze {
    height: 348px;
  }

  .rollbit-9inome button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rollbit-9inome button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rollbit-9inome {
    padding: 63px;
  }
}

.rollbit-5rroj9 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rollbit-5rroj9 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rollbit-ila6xw {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rollbit-ila6xw {
    width: auto;
  }
}

.rollbit-id85yy {
  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-id85yy::-webkit-scrollbar {
  display: none;
}

.rollbit-id85yy 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-id85yy a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rollbit-id85yy {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rollbit-5rroj9 .rollbit-6hb79p {
  -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-nm8ek7,
    mask-image 0.3s;
}

.rollbit-5rroj9 .rollbit-6hb79p.rollbit-mtvbqf {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rollbit-kid2j8 {
  margin: 40px -16px;
}

.rollbit-9i6qky + .rollbit-5egzt0,
.rollbit-9i6qky + .rollbit-nggdtu {
  margin-top: 24px;
}

.rollbit-ud9cni {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rollbit-ud9cni picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rollbit-42itol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rollbit-42itol {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rollbit-42itol {
    margin-top: 0;
  }
}

.rollbit-lop211 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rollbit-lop211 {
    font-size: 24px;
    line-height: 32px;
  }
}

.rollbit-tc8uet {
  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-tc8uet {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rollbit-q537t2 {
  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-q537t2 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rollbit-yrpol6 {
  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-yrpol6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.rollbit-bkq0k3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rollbit-bkq0k3 {
    font-size: 32px;
    line-height: 40px;
  }
}

.rollbit-d8zg0n {
  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-8wmdi2 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rollbit-8wmdi2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rollbit-iyt5if {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rollbit-ol1f1s {
  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-ol1f1s {
    padding: 15px 48px;
  }
}

main > .rollbit-iyt5if {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rollbit-ni29nj.rollbit-z94ov7 > div:nth-child(n+5) {
    display: none;
  }
}

.rollbit-16thlg p a img {
  display: block;
  margin: 0 auto;
}


.rollbit-yct3n8 {
  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-d54g60 {
  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-d54g60 label {
  font-size: 14px;
}

.rollbit-d54g60 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rollbit-d54g60 input,
.rollbit-d54g60 textarea,
.rollbit-d54g60 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-d54g60 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rollbit-ytgpax ease;
}
.rollbit-d54g60 button:hover {
  background-color: var(--button-bg-hover);
}
.rollbit-dk0tgx {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rollbit-db75oi ease-in;
}

.rollbit-dk0tgx 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-wgc2y6, .rollbit-zzpqu8, [class*="review-card"],
thead, thead th, table th, .rollbit-1qryz9,
.rollbit-qg8kkq, [class*="collapsible-header"],
.rollbit-k878a4, [class*="updated-block"] {
  color: #ece7dc !important;
}
