* {
  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;
  }
}

.mr-bet-rzwwck {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mr-bet-rzwwck {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mr-bet-rzwwck {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mr-bet-8z2t7q {
  overflow: hidden;
}

.mr-bet-lsltaa img {
  background: var(--Neutral-300);
}

.mr-bet-gcnheo {
  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;
}

.mr-bet-2fbtxo {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mr-bet-2fbtxo:hover {
  background: var(--button-bg-hover);
}

.mr-bet-6tg36r {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mr-bet-6tg36r:hover {
  background: var(--button-bg-hover);
}

.mr-bet-jdg31i {
  font-size: 12px;
  line-height: 18px;
}

.mr-bet-c6vsx2 {
  font-size: 18px;
  line-height: 26px;
}

.mr-bet-0g15lh {
  width: 100%;
}

.mr-bet-8owrkz {
  padding: 6px 16px;
}

.mr-bet-ka3gk1 {
  padding: 10px 16px;
}

.mr-bet-rb57r5 {
  padding: 15px 26px;
}

.mr-bet-3he1y0 {
  flex-shrink: 0;
}

.mr-bet-iu11zx {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.mr-bet-ozo12n {
  display: none;
}

.mr-bet-c7juew {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mr-bet-xalsk9 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mr-bet-ckqik0 {
  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;
}

.mr-bet-ie2j7k {
  cursor: grab;
}

.mr-bet-ckqik0::-webkit-scrollbar {
  display: none;
}

.mr-bet-4w8z0u {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mr-bet-l78lw2 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mr-bet-9f9fp9 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mr-bet-i4qle5 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mr-bet-1hzwoq {
  visibility: visible;
}

.mr-bet-exs8gx {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mr-bet-xeazcr ease;
}

.mr-bet-pdsq5x {
  background-color: var(--Primary-200);
  width: 16px;
}

.mr-bet-u6kf6e {
  -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.mr-bet-xeazcr,
    mask-image 0.3s;
}

.mr-bet-u6kf6e.mr-bet-v2187l {
  -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;
  }
}

.mr-bet-bmteny: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;
}

.mr-bet-paeuf9 {
  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.mr-bet-f0lose.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.mr-bet-f0lose.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;
}

.mr-bet-480vtg {
  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);
}

.mr-bet-480vtg::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%
  );
}

.mr-bet-3kjatq {
  position: relative;
  z-index: 1;
}

.mr-bet-xpsvfi {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mr-bet-o98sbe {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mr-bet-0dzeag {
  font-size: 40px;
  line-height: 48px;
}

.mr-bet-51t39i {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mr-bet-d4x5z9 {
  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;
}

.mr-bet-d4x5z9:hover {
  background: var(--Primary-400);
}

.mr-bet-d4x5z9 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mr-bet-bmteny 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) {
  .mr-bet-480vtg {
    max-width: 600px;
    padding: 64px;
  }

  .mr-bet-xpsvfi {
    font-size: 24px;
    line-height: 32px;
  }

  .mr-bet-o98sbe {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mr-bet-0dzeag {
    font-size: 50px;
    line-height: 56px;
  }

  .mr-bet-51t39i {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mr-bet-paeuf9 {
    top: 25px;
    right: 25px;
  }
}

.mr-bet-bizbfc,
.mr-bet-4g95go {
  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;
}

.mr-bet-dy5wnv.mr-bet-9kzfpu::before,
.mr-bet-4g95go::before,
.mr-bet-dnivbv::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.mr-bet-f0lose.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mr-bet-mkss72 14.mr-bet-0ko9ko.mr-bet-p19p88 14.mr-bet-e24r70 15.mr-bet-28e7w0 14.mr-bet-u8csfb 15.mr-bet-f4rsuj 14.mr-bet-ae7re4.mr-bet-o5ocxs 14.mr-bet-cocl7b 19.mr-bet-jx3pwn 12.mr-bet-cz0zry 19.mr-bet-jx3pwn 10.mr-bet-27mv6f.mr-bet-jx3pwn 8.mr-bet-3kwp34 17.mr-bet-wb79ap 7.mr-bet-8e685a 15.mr-bet-z232zt 7.mr-bet-grva8f.mr-bet-7y6h9c 7.mr-bet-8e685a 11.mr-bet-r7k8rk 8.mr-bet-3kwp34 11.mr-bet-r7k8rk 10.mr-bet-jinq6q.mr-bet-r7k8rk 12.mr-bet-m6rhjj 13.mr-bet-df4pnu 14.mr-bet-byczdz 15.mr-bet-owulhw 14.mr-bet-frho16.mr-bet-9o5lta 14.mr-bet-rt6u20 15.mr-bet-zwdfmj 14.mr-bet-jre19p 15.mr-bet-qki2xs 14.mr-bet-xc5o9z.mr-bet-mkss72 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mr-bet-1rb0t4 15.mr-bet-fyh61i.mr-bet-j5thx5 15.mr-bet-3v4ec2 15.mr-bet-qq83ch 15.mr-bet-c7jy8l 15.mr-bet-j7v3jw 15.mr-bet-ot4s81.mr-bet-sdkjna 15.mr-bet-c7jy8l 15.mr-bet-ep3t80 15.mr-bet-sf8ue2 15.mr-bet-jixnbx 15.mr-bet-0x8gmv.mr-bet-2f4hh4 15.mr-bet-yv1atu 7.mr-bet-mwsika 18.mr-bet-k5iacc 7.mr-bet-76r694 23.mr-bet-ql2uzo.mr-bet-usacvr.mr-bet-f0mr9m 18.mr-bet-md6yes 19.mr-bet-ide09i 15.mr-bet-1xbf4v 15.mr-bet-1rb0t4 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mr-bet-hzu8r5 [type="submit"] *,
.mr-bet-czwpe2 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mr-bet-jcrlj3 {
    display: none;
  }
}

.mr-bet-jhi1xp {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mr-bet-jhi1xp {
  display: none;
}

@media (min-width: 768px) {
  .mr-bet-jhi1xp {
    bottom: 22px;
  }
}

.mr-bet-jhi1xp input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mr-bet-jhi1xp {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mr-bet-8z9xx9.static) .mr-bet-jhi1xp {
    bottom: 8px;
  }
}

.mr-bet-ypfozl {
  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.mr-bet-f0lose.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mr-bet-hp2br8 3.mr-bet-fjvtz7.mr-bet-en1sas.mr-bet-hsdac8 3.mr-bet-ld75v0 3.mr-bet-z8c88j 5.mr-bet-98rm59 3.mr-bet-z8c88j 8.mr-bet-vc88kj.mr-bet-ey8tyk.mr-bet-z8c88j 26.mr-bet-c822f5 5.mr-bet-eazmfz 28.mr-bet-nf12li 8.mr-bet-98zw1x 28.mr-bet-tzl0p3.mr-bet-5xsdg6 28.mr-bet-nia0hx.mr-bet-nsy5us 34.mr-bet-5kcm39.mr-bet-q4f8op 36.mr-bet-vs8vvi 11.mr-bet-jkjy8a 37.mr-bet-ljdrdv 12.mr-bet-q23rin 36.mr-bet-suz4d1.mr-bet-i0kp8b 28.mr-bet-yanbo2.mr-bet-93hl50.mr-bet-uzxhh1 28.mr-bet-q0yymk 36.mr-bet-gmupz4 26.mr-bet-o3sjk0 36.mr-bet-gmupz4 23.mr-bet-lca49y.mr-bet-i00x6n.mr-bet-gmupz4 5.mr-bet-vha1av 34.mr-bet-ptnyi0 3.mr-bet-ld75v0 31.mr-bet-hp2br8 3.mr-bet-hvblzb.mr-bet-wfezvr 18.mr-bet-8nl2s4.mr-bet-5pgubt 18.mr-bet-dly4gn 8.mr-bet-nzpnw2 17.mr-bet-oxul3w 8.mr-bet-nzpnw2 15.mr-bet-10i8dv.mr-bet-nzpnw2 14.mr-bet-mqep3x 9.mr-bet-5pgubt 13.mr-bet-mxztdu 11.mr-bet-wfezvr 13.mr-bet-5tahre.mr-bet-rwd7kk 13.mr-bet-mxztdu 13.mr-bet-h6jiuv 14.mr-bet-mqep3x 13.mr-bet-h6jiuv 15.mr-bet-obpa1v.mr-bet-h6jiuv 17.mr-bet-oxul3w 12.mr-bet-rwd7kk 18.mr-bet-dly4gn 11.mr-bet-wfezvr 18.mr-bet-jcg8hv.mr-bet-p9tcf4 18.mr-bet-85ss1z.mr-bet-09z4hk 18.mr-bet-dly4gn 17.mr-bet-92vdak 17.mr-bet-oxul3w 17.mr-bet-92vdak 15.mr-bet-xdsnmt.mr-bet-92vdak 14.mr-bet-mqep3x 18.mr-bet-09z4hk 13.mr-bet-mxztdu 20.mr-bet-p9tcf4 13.mr-bet-6mewlk.mr-bet-v6gqd3 13.mr-bet-mxztdu 22.mr-bet-x6hb85 14.mr-bet-mqep3x 22.mr-bet-x6hb85 15.mr-bet-7pyghx.mr-bet-sg1ca6 17.mr-bet-oxul3w 21.mr-bet-v6gqd3 18.mr-bet-dly4gn 20.mr-bet-p9tcf4 18.mr-bet-3wo605.mr-bet-ryfucy 18.mr-bet-9m6uct.mr-bet-zld4b1 18.mr-bet-dly4gn 26.mr-bet-7hs99f 17.mr-bet-oxul3w 26.mr-bet-7hs99f 15.mr-bet-c0jiky.mr-bet-7hs99f 14.mr-bet-mqep3x 27.mr-bet-zld4b1 13.mr-bet-mxztdu 28.mr-bet-ryfucy 13.mr-bet-kffczd.mr-bet-vp8huc 13.mr-bet-mxztdu 31.mr-bet-b3mk1x 14.mr-bet-mqep3x 31.mr-bet-b3mk1x 15.mr-bet-yx58fp.mr-bet-7hs99f 17.mr-bet-oxul3w 30.mr-bet-vp8huc 18.mr-bet-dly4gn 28.mr-bet-ryfucy 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"])
    .mr-bet-ypfozl {
    display: none;
  }
}

.mr-bet-2fiy2j {
  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) {
  .mr-bet-2fiy2j {
    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;
}

.mr-bet-czwpe2 {
  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) {
  .mr-bet-czwpe2 {
    padding: 14px 16px;
  }
}

.mr-bet-czwpe2 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mr-bet-czwpe2 button:first-child {
  align-content: end;
}

.mr-bet-czwpe2 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mr-bet-czwpe2
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mr-bet-czwpe2
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mr-bet-czwpe2 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mr-bet-czwpe2 button:last-child svg {
  width: 38px;
  height: 38px;
}

.mr-bet-dnivbv {
  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;
}

.mr-bet-dnivbv::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mr-bet-dnivbv,
.pc61d126-chatbot[data-active-screen="3"]
  .mr-bet-dnivbv {
  opacity: 1;
  visibility: visible;
}

.mr-bet-dq0g7v {
  flex: 1 1;
}

.mr-bet-djqgck {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mr-bet-djqgck {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mr-bet-59difz {
  display: block;
}

.mr-bet-5adzz0 {
  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) {
  .mr-bet-5adzz0 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mr-bet-4g95go {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mr-bet-4g95go::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mr-bet-qfvi4p span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mr-bet-qfvi4p p {
  color: var(--Text-100);
}

.mr-bet-4g95go .mr-bet-xy2eet {
  grid-area: button;
}

.mr-bet-4g95go .mr-bet-xy2eet::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.mr-bet-f0lose.org/2000/svg'%3E%3Cpath d='M4.mr-bet-xat5gk 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mr-bet-venje1 15L16.mr-bet-venje1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mr-bet-venje1 5L16.mr-bet-venje1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mr-bet-bklm0o {
  display: block;
}

.mr-bet-wtxl4t {
  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) {
  .mr-bet-wtxl4t {
    margin-top: 40px;
  }
}

.mr-bet-bizbfc label,
.mr-bet-bizbfc input {
  display: block;
  width: 100%;
}

.mr-bet-bizbfc label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mr-bet-bizbfc label.mr-bet-wcu9yc input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mr-bet-bizbfc label.mr-bet-wcu9yc::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;
}

.mr-bet-bizbfc 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;
}

.mr-bet-bizbfc input::placeholder {
  color: var(--Text-400);
}

.mr-bet-sucb4j {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mr-bet-sucb4j {
  display: flex;
}

.mr-bet-sucb4j ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mr-bet-sucb4j ol {
    height: 420px;
    padding: 24px;
  }
}

.mr-bet-sucb4j ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mr-bet-hzu8r5 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mr-bet-hzu8r5 {
    padding: 0 24px 24px;
  }
}

.mr-bet-hzu8r5 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;
}

.mr-bet-hzu8r5 input::placeholder {
  color: var(--Text-400);
}

.mr-bet-hzu8r5 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mr-bet-hzu8r5 [type="submit"]:disabled {
  opacity: 0.5;
}

.mr-bet-hzu8r5 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mr-bet-hzu8r5 [type="submit"] {
    right: 40px;
  }
}

.mr-bet-dy5wnv {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mr-bet-dy5wnv.mr-bet-9kzfpu {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mr-bet-dy5wnv.mr-bet-9kzfpu::before {
  content: "";
  width: 31px;
}

.mr-bet-dy5wnv.mr-bet-9kzfpu p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mr-bet-dy5wnv.mr-bet-rpx52p p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mr-bet-dy5wnv p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mr-bet-jhi1xp .mr-bet-xy2eet {
  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;
  }
}

.mr-bet-jcrlj3 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mr-bet-jcrlj3 {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mr-bet-jcrlj3 {
    padding: 15px 0;
  }
}

.mr-bet-jcrlj3 .mr-bet-rzwwck {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mr-bet-jcrlj3 .mr-bet-rzwwck {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mr-bet-ryir60 {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mr-bet-ryir60 {
    max-width: 180px;
    height: 47px;
  }
}

.mr-bet-ryir60 picture,
.mr-bet-ryir60 img {
  display: block;
  width: 100%;
  height: 100%;
}

.mr-bet-ryir60 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mr-bet-gio329 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mr-bet-xeazcr ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mr-bet-jcrlj3.mr-bet-d11mha .mr-bet-gio329 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mr-bet-gio329 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mr-bet-gio329 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mr-bet-yrihn3,
.mr-bet-adowoo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mr-bet-yrihn3,
  .mr-bet-adowoo {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mr-bet-adowoo {
    display: none;
  }
}

.mr-bet-6uwzjl {
  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;
}

.mr-bet-d11mha .mr-bet-6uwzjl {
  background: var(--fh-bg-color);
}

.mr-bet-6uwzjl button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mr-bet-6uwzjl {
    display: none;
  }
}

.mr-bet-zhlrfp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mr-bet-zhlrfp {
    display: none;
  }
}

.mr-bet-u33nuf {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.mr-bet-jcrlj3.mr-bet-d11mha .mr-bet-u33nuf:first-child {
  display: none;
}

.mr-bet-jcrlj3.mr-bet-d11mha .mr-bet-u33nuf:last-child {
  display: block;
}

.mr-bet-u33nuf:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mr-bet-u33nuf {
    display: none;
  }
}

.mr-bet-2m83co {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mr-bet-2m83co {
    display: flex;
  }
}

.mr-bet-2m83co ul {
  max-height: 350px;
  overflow-y: auto;
}

.mr-bet-2m83co:hover ul {
  visibility: visible;
  opacity: 1;
}

.mr-bet-2m83co:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mr-bet-2m83co:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mr-bet-2m83co:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mr-bet-2m83co:hover .mr-bet-te605o svg {
  transform: rotate(180deg);
}

.mr-bet-fcve32 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mr-bet-31ob1q {
  padding: 0 8px;
}

.mr-bet-0dg4gl {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mr-bet-0dg4gl:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mr-bet-0dg4gl {
    padding: 4px 8px;
  }
}

.mr-bet-y5xhgs {
  display: flex;
}

.mr-bet-y5xhgs img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mr-bet-te605o {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mr-bet-te605o svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mr-bet-rqm3jk {
  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) {
  .mr-bet-rqm3jk {
    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;
  }
}

.mr-bet-alcapr {
  width: 100%;
}

@media (min-width: 1200px) {
  .mr-bet-alcapr {
    display: none;
  }
}

.mr-bet-iwb8fr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mr-bet-ucsqzu {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mr-bet-j1sp0l {
  display: flex;
}

.mr-bet-p1crig {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mr-bet-b29908 {
  list-style: none;
}

@media (max-width: 1199px) {
  .mr-bet-b29908 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mr-bet-b29908 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mr-bet-b29908 .mr-bet-i787us [data-ref-el],
  .mr-bet-b29908 .mr-bet-i787us span,
  .mr-bet-b29908 .mr-bet-i787us a {
    white-space: nowrap;
  }
}

.mr-bet-tm6kng {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mr-bet-tm6kng.mr-bet-gsclqk > .mr-bet-i787us {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mr-bet-tm6kng.mr-bet-4r8afu:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mr-bet-tm6kng.mr-bet-gsclqk > .mr-bet-qphht9 {
    height: auto;
  }

  .mr-bet-tm6kng.mr-bet-gsclqk > div > .mr-bet-hwhfun {
    transform: rotate(180deg);
  }
}

.mr-bet-tm6kng [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mr-bet-tm6kng [data-ref-el],
.mr-bet-tm6kng span {
  cursor: pointer;
}

.mr-bet-tm6kng [data-ref-el],
.mr-bet-tm6kng span,
.mr-bet-tm6kng a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .mr-bet-tm6kng [data-ref-el],
  .mr-bet-tm6kng span,
  .mr-bet-tm6kng a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mr-bet-tm6kng [data-ref-el],
  .mr-bet-tm6kng span,
  .mr-bet-tm6kng a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mr-bet-qphht9 {
  height: 0;
  overflow: hidden;
  transition: height 0.mr-bet-xeazcr ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mr-bet-qphht9::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mr-bet-qphht9::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mr-bet-qphht9::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mr-bet-qphht9 {
    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;
  }

  .mr-bet-qphht9:has(> .mr-bet-tm6kng.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mr-bet-qphht9 .mr-bet-qphht9 {
    padding: 0;
  }

  .mr-bet-qphht9 .mr-bet-tm6kng {
    font-weight: 400;
  }

  .mr-bet-qphht9 .mr-bet-tm6kng:hover > .mr-bet-i787us {
    background: var(--Neutral-300);
  }

  .mr-bet-qphht9 .mr-bet-hwhfun {
    rotate: -90deg;
  }
}

.mr-bet-i787us {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mr-bet-i787us {
    padding: 8px;
  }

  .mr-bet-tm6kng.mr-bet-7h21j5 > .mr-bet-i787us {
    background: var(--Neutral-300);
  }
}

.mr-bet-hwhfun {
  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.mr-bet-f0lose.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mr-bet-368otg 0.mr-bet-hfmzt8.mr-bet-1zn3eb -0.mr-bet-tq0j78 0.mr-bet-smkrua -0.mr-bet-tq0j78 1.mr-bet-8acyci 0.mr-bet-dy5w53.mr-bet-p703v0 4.mr-bet-w7ghyl.mr-bet-368otg 0.mr-bet-okc6ak.mr-bet-5a3qys -0.mr-bet-tq0j78 9.mr-bet-ll24go -0.mr-bet-tq0j78 10.mr-bet-fxe8b4 0.mr-bet-seqqec.mr-bet-oj1tgv 0.mr-bet-1zn3eb 10.mr-bet-oj1tgv 0.mr-bet-smkrua 10.mr-bet-fxe8b4 1.mr-bet-0ltnne.mr-bet-8h7u4u 5.mr-bet-ko9185.mr-bet-721sh3 6.mr-bet-v8t1nt 5.mr-bet-j883bn 6.mr-bet-v8t1nt 4.mr-bet-bgt0ey 5.mr-bet-e4a3ik.mr-bet-368otg 1.mr-bet-fhg6b7.mr-bet-tq0j78 0.mr-bet-smkrua -0.mr-bet-tq0j78 0.mr-bet-1zn3eb 0.mr-bet-368otg 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mr-bet-xeazcr ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mr-bet-hwhfun {
    cursor: default;
  }
}

.mr-bet-fiwzwv {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mr-bet-qktxrw {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .mr-bet-qktxrw {
    padding: 40px 4px;
  }
}

.mr-bet-72535o {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mr-bet-72535o {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mr-bet-m47r9j {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mr-bet-m47r9j {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mr-bet-m47r9j ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mr-bet-m47r9j [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mr-bet-m47r9j [data-ref-el],
.mr-bet-m47r9j span,
.mr-bet-m47r9j a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.mr-bet-q26jb1 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mr-bet-q26jb1 {
    margin-bottom: 12px;
  }
}

.mr-bet-f0usbx {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mr-bet-f0usbx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mr-bet-f0usbx:last-child {
    margin-right: 0;
  }
}

.mr-bet-b2i485 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mr-bet-q26jb1:hover .mr-bet-4furpl {
  visibility: visible;
  opacity: 1;
}

.mr-bet-4furpl {
  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);
}

.mr-bet-k3qrw3 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mr-bet-4eqxk2 {
  display: flex;
  margin: 6px;
}

.mr-bet-4eqxk2 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mr-bet-4furpl::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);
}

.mr-bet-4furpl::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);
}

.mr-bet-g1tc6j {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mr-bet-g1tc6j {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mr-bet-pmq88x {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .mr-bet-pmq88x {
    margin-right: 32px;
  }
}

.mr-bet-pyp6z3 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mr-bet-pyp6z3 {
    margin-top: 0;
    width: 340px;
  }
}

.mr-bet-pyp6z3 a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.mr-bet-379yt4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mr-bet-yz3j2v {
  position: relative;
}

@media (min-width: 768px) {
  .mr-bet-yz3j2v {
    margin-top: 40px;
  }
}

.mr-bet-yz3j2v + .mr-bet-0vgvm0,
.mr-bet-yz3j2v + .mr-bet-yz3j2v {
  margin-top: 24px;
}

.mr-bet-6rwmwb {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mr-bet-6rwmwb {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mr-bet-6rwmwb {
    padding: 80px;
  }
}

.mr-bet-1gzror {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mr-bet-1gzror {
    padding: 0 16px;
}


}

.mr-bet-cg5ljd {
  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) {
  .mr-bet-cg5ljd {
    font-size: 48px;
    line-height: 56px;
  }
}

.mr-bet-j6go8j {
  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) {
  .mr-bet-j6go8j {
    font-size: 24px;
    line-height: 32px;
  }
}

.mr-bet-ai3fe5 {
  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;
}

.mr-bet-ai3fe5:hover {
  background: var(--button-bg-hover);
}

.mr-bet-wl5roh {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mr-bet-wl5roh img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mr-bet-wl5roh img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mr-bet-wl5roh img {
  min-height: 100%;
  }
}

.mr-bet-6rwmwb::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mr-bet-jacyps {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mr-bet-jacyps h1,
.mr-bet-jacyps h2,
.mr-bet-jacyps h3,
.mr-bet-jacyps h4 {
  margin-bottom: 6px;
}

.mr-bet-jacyps h1:not(:first-child),
.mr-bet-jacyps h2:not(:first-child),
.mr-bet-jacyps h3:not(:first-child),
.mr-bet-jacyps h4:not(:first-child) {
  margin-top: 16px;
}

.mr-bet-jacyps h1,
.mr-bet-jacyps h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mr-bet-jacyps h1,
  .mr-bet-jacyps h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mr-bet-jacyps h2,
.mr-bet-jacyps h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mr-bet-jacyps h2,
  .mr-bet-jacyps h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mr-bet-jacyps h3,
.mr-bet-jacyps h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mr-bet-jacyps h3,
  .mr-bet-jacyps h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mr-bet-jacyps h4,
.mr-bet-jacyps h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mr-bet-jacyps ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mr-bet-jacyps ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mr-bet-jacyps 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);
}

.mr-bet-jacyps ul ul {
  margin-bottom: 8px;
}

.mr-bet-jacyps ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mr-bet-jacyps ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mr-bet-jacyps ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mr-bet-jacyps ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mr-bet-jacyps ol li::marker {
  font-weight: 700;
}

.mr-bet-jacyps ol ol {
  margin-bottom: 8px;
}

.mr-bet-jacyps ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mr-bet-jacyps ol ul li {
  padding-left: 16px;
}

.mr-bet-jacyps 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) {
  .mr-bet-jacyps table {
    padding: 24px;
  }
}

.mr-bet-jacyps table.mr-bet-62jamf {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.mr-bet-xeazcr,
    mask-image 0.3s;
}

.mr-bet-jacyps table.mr-bet-62jamf.mr-bet-v2187l {
  -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) {
  .mr-bet-jacyps table {
    display: table;
  }
}

.mr-bet-jacyps table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.mr-bet-jacyps table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mr-bet-jacyps table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mr-bet-jacyps 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) {
  .mr-bet-jacyps table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mr-bet-jacyps table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mr-bet-jacyps table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mr-bet-jacyps table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mr-bet-jacyps img {
  max-width: 100%;
  height: auto;
}

.mr-bet-exk3ir {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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) {
  .mr-bet-exk3ir {
    padding: 24px;
  }
}

.mr-bet-55mct8 {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .mr-bet-55mct8 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mr-bet-55mct8 > * {
  margin: 0 !important;
}

.mr-bet-55mct8 img,
.mr-bet-t9oabp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mr-bet-55mct8 img,
  .mr-bet-t9oabp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mr-bet-1v5ir3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mr-bet-1v5ir3 {
    width: 32px;
    height: 32px;
  }
}

.mr-bet-5952uo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mr-bet-5952uo .mr-bet-5h3g08 {
  flex-shrink: 0;
}

.mr-bet-5952uo .mr-bet-a1jcsg svg {
  display: none;
}

.mr-bet-krdqpg {
  display: grid;
  transition: max-height 0.mr-bet-xeazcr ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mr-bet-krdqpg {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mr-bet-krdqpg {
    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));
  }
}

.mr-bet-krdqpg.mr-bet-tq3xj1 + .mr-bet-5h3g08 svg {
  transform: rotate(180deg);
}

.mr-bet-bj4ccj {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mr-bet-bj4ccj > div:nth-child(3n) {
  grid-column: span 2;
}

.mr-bet-bj4ccj
  > div:nth-child(3n)
  .mr-bet-o6thfo
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mr-bet-bj4ccj {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mr-bet-bj4ccj > div:nth-child(3n) {
    grid-column: unset;
  }

  .mr-bet-bj4ccj
    > div:nth-child(3n)
    .mr-bet-o6thfo
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mr-bet-bj4ccj {
    max-width: 270px;
  }
}

.mr-bet-bj4ccj .mr-bet-o6thfo button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mr-bet-bj4ccj .mr-bet-o6thfo button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mr-bet-bj4ccj .mr-bet-o6thfo button {
    max-width: 104px;
  }
}

.mr-bet-hqpodh {
  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) {
  .mr-bet-hqpodh {
    margin-bottom: 0;
  }
}

.mr-bet-wqk5tf {
  display: none;
  opacity: 0;
}

.mr-bet-zc5aky {
  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;
  }
}

.mr-bet-zc5aky img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mr-bet-o6thfo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mr-bet-o6thfo button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mr-bet-o6thfo
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mr-bet-o6thfo
    button {
    max-width: 145px;
  }
}

.mr-bet-fgjq36:first-child
  .mr-bet-o6thfo
  button {
  max-width: 270px;
}

.mr-bet-qexsqd {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.mr-bet-hqpodh picture {
  width: 100%;
  max-width: 100%;
}

.mr-bet-zbt0kx {
  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;
}

.mr-bet-zbt0kx svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mr-bet-hqpodh:hover .mr-bet-zbt0kx {
  display: flex;
}

.mr-bet-htxkq7 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mr-bet-6xws4m {
  display: flex;
}

.mr-bet-6xws4m:hover .mr-bet-2odv5s,
.mr-bet-6xws4m .mr-bet-7h21j5 .mr-bet-2odv5s {
  display: flex;
}

.mr-bet-6xws4m svg {
  flex-shrink: 0;
}

.mr-bet-2odv5s {
  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) {
  .mr-bet-2odv5s {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mr-bet-2odv5s:hover {
  display: flex;
}

.mr-bet-2odv5s svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mr-bet-w7br6c {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .mr-bet-w7br6c {
    font-size: 12px;
  }
}

.mr-bet-nylprh,
.mr-bet-6v1vf7 {
  width: 50%;
  flex-shrink: 0;
}

.mr-bet-nylprh {
  font-weight: 700;
}

.mr-bet-ylvtmn .mr-bet-krdqpg {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mr-bet-ylvtmn .mr-bet-krdqpg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mr-bet-ylvtmn .mr-bet-krdqpg {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mr-bet-ylvtmn
  .mr-bet-qexsqd:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mr-bet-ylvtmn .mr-bet-zc5aky {
  height: 100% !important;
  border-radius: 16px;
}

.mr-bet-ylvtmn .mr-bet-o6thfo {
  gap: 4px;
  align-items: center;
}

.mr-bet-ylvtmn .mr-bet-o6thfo button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mr-bet-ylvtmn .mr-bet-o6thfo svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mr-bet-ylvtmn .mr-bet-d4xqml,
.mr-bet-ylvtmn .mr-bet-ckjraj {
  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.mr-bet-f0lose.org/2000/svg'%3E%3Cpath d='M9.mr-bet-ut4hta 4.mr-bet-5fjfye.mr-bet-61axt2 5.mr-bet-9o2uur.mr-bet-kugbeq 5.mr-bet-td2fp0.mr-bet-5vr4r8 5.mr-bet-8ety71.mr-bet-57yc1h 8.mr-bet-15riym.mr-bet-d1011g 9.mr-bet-avyykp.mr-bet-lrb5p1 9.mr-bet-lwkqjk.mr-bet-x0gt77 13.mr-bet-hvl0cs.mr-bet-wd6i9n 11.mr-bet-k6rpcv.mr-bet-l5e7r2 11.mr-bet-0jtge0.mr-bet-dwyuvf 11.mr-bet-2yewu7.mr-bet-j4iem6 13.mr-bet-xa9c0n.mr-bet-bx7yfx 9.mr-bet-ec05tx.mr-bet-npfyf7 9.mr-bet-za6z4d.mr-bet-ks8596 8.mr-bet-1uxdwo.mr-bet-xiyljc 5.mr-bet-2zwu4p.mr-bet-db8vgh 5.mr-bet-9zk66t.mr-bet-bdm7el 5.mr-bet-zukl8x.mr-bet-vfpkca 4.mr-bet-duodzf.mr-bet-l5e7r2 1.mr-bet-edynhp.mr-bet-ut4hta 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mr-bet-ylvtmn .mr-bet-d4xqml {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mr-bet-ylvtmn .mr-bet-ckjraj {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mr-bet-wvgvam {
  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) {
  .mr-bet-wvgvam {
    padding: 24px;
  }
}

.mr-bet-wvgvam .mr-bet-5h3g08 {
  display: flex;
}

@media (min-width: 768px) {
  .mr-bet-wvgvam .mr-bet-5h3g08 {
    display: none;
  }
}

.mr-bet-wvgvam .mr-bet-a1jcsg svg {
  display: none;
}

.mr-bet-g6wk1m {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mr-bet-g6wk1m .mr-bet-gcnheo {
  display: none;
}

@media (min-width: 768px) {
  .mr-bet-g6wk1m .mr-bet-gcnheo {
    display: flex;
  }
}

.mr-bet-bks5ku {
  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) {
  .mr-bet-bks5ku {
    font-size: 40px;
    line-height: 48px;
  }
}

.mr-bet-bks5ku > * {
  margin: 0 !important;
}

.mr-bet-bks5ku img,
.mr-bet-ag5m4d {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mr-bet-bks5ku img,
  .mr-bet-ag5m4d {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mr-bet-57f9lz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mr-bet-57f9lz {
    width: 32px;
    height: 32px;
  }
}

.mr-bet-4f7nev {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mr-bet-4f7nev {
    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;
  }

  .mr-bet-4f7nev::-webkit-scrollbar {
    display: none;
  }
}

.mr-bet-zxd53o {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mr-bet-zxd53o {
    padding: 7px 15px;
  }
}

.mr-bet-zxd53o:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mr-bet-lv25kb {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mr-bet-lv25kb {
    display: flex;
    opacity: 1;
  }
}

.mr-bet-zxd53o picture {
  height: 100%;
  display: block;
}

.mr-bet-zxd53o img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mr-bet-zxd53o img {
    width: 88px;
    height: 44px;
  }
}

.mr-bet-zxd53o p {
  text-align: center;
  width: 100%;
}

.mr-bet-8afhi2 {
  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) {
  .mr-bet-8afhi2 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mr-bet-8afhi2 img,
.mr-bet-yvfk7s {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mr-bet-8afhi2 img,
  .mr-bet-yvfk7s {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mr-bet-aue7h6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mr-bet-aue7h6 {
    width: 32px;
    height: 32px;
  }
}

.mr-bet-mcydus {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mr-bet-kqqj1j {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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;
}

.mr-bet-0xg8bz {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mr-bet-0xg8bz.mr-bet-7h21j5 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mr-bet-iyi2a6 {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .mr-bet-iyi2a6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mr-bet-378kpk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.mr-bet-tm356j {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mr-bet-xeazcr ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.mr-bet-trjrqd {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mr-bet-trjrqd ol,
.mr-bet-trjrqd ul {
  padding-left: 1.3em;
}

.mr-bet-0xg8bz.mr-bet-7h21j5 .mr-bet-tm356j {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mr-bet-0xg8bz.mr-bet-7h21j5 .mr-bet-378kpk {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.mr-bet-xn3mci {
  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) {
  .mr-bet-xn3mci {
    padding: 24px;
  }
}

.mr-bet-xn3mci .mr-bet-5h3g08 {
  display: flex;
}

@media (min-width: 768px) {
  .mr-bet-xn3mci .mr-bet-5h3g08 {
    display: none;
  }
}

.mr-bet-xn3mci .mr-bet-a1jcsg svg {
  display: none;
}

.mr-bet-4dy5rj {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mr-bet-4dy5rj .mr-bet-gcnheo {
  display: none;
}

@media (min-width: 768px) {
  .mr-bet-4dy5rj .mr-bet-gcnheo {
    display: flex;
  }
}

.mr-bet-syo7r3 {
  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) {
  .mr-bet-syo7r3 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mr-bet-syo7r3 > * {
  margin: 0 !important;
}

.mr-bet-syo7r3 img,
.mr-bet-vd1ys5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mr-bet-syo7r3 img,
  .mr-bet-vd1ys5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mr-bet-5mwr8t {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mr-bet-5mwr8t {
    width: 32px;
    height: 32px;
  }
}

.mr-bet-el7jmk {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mr-bet-el7jmk {
    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;
  }

  .mr-bet-el7jmk::-webkit-scrollbar {
    display: none;
  }
}

.mr-bet-7shbvr {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mr-bet-7shbvr:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mr-bet-agi1k9 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mr-bet-agi1k9 {
    display: flex;
    opacity: 1;
  }
}

.mr-bet-7shbvr picture {
  width: auto;
  height: 100%;
  display: block;
}

.mr-bet-7shbvr picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mr-bet-yjpyot {
  margin: -24px 0;
}

.mr-bet-yjpyot:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mr-bet-yjpyot {
    margin: -16px 0;
  }
}

.mr-bet-c6keg4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mr-bet-c6keg4 {
    flex-direction: row;
  }
}

.mr-bet-fw1xjw {
  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) {
  .mr-bet-fw1xjw {
    flex: 1;
  }
}

.mr-bet-fw1xjw::placeholder {
  color: var(--Text-400);
}

.mr-bet-hoqq0k {
  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;
}

.mr-bet-o3c4c9 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mr-bet-o3c4c9::-webkit-scrollbar {
  display: none;
}

.mr-bet-5awxnl {
  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;
}

.mr-bet-5awxnl img,
.mr-bet-5awxnl svg {
  margin-right: 8px;
}

.mr-bet-0w9zhj {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mr-bet-yjpyot + .mr-bet-yzt59q {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mr-bet-yjpyot + .mr-bet-yzt59q {
    margin-top: -16px;
  }
}

.mr-bet-arsrzv {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mr-bet-arsrzv > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mr-bet-arsrzv > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mr-bet-gwnq4f {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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;
}

.mr-bet-3qk4ty {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.mr-bet-qxbxvf {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mr-bet-lskja0 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mr-bet-8lkjlp {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mr-bet-gwnq4f 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;
}

.mr-bet-gwnq4f 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) {
  .mr-bet-gwnq4f {
    padding: 39px 179px 39px 39px;
  }

  .mr-bet-3qk4ty {
    font-size: 40px;
    line-height: 48px;
  }

  .mr-bet-8lkjlp {
    height: 348px;
  }

  .mr-bet-gwnq4f button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mr-bet-gwnq4f button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mr-bet-gwnq4f {
    padding: 63px;
  }
}

.mr-bet-vmkbc5 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mr-bet-vmkbc5 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mr-bet-qc2480 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mr-bet-qc2480 {
    width: auto;
  }
}

.mr-bet-pjgll6 {
  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;
}

.mr-bet-pjgll6::-webkit-scrollbar {
  display: none;
}

.mr-bet-pjgll6 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);
}

.mr-bet-pjgll6 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mr-bet-pjgll6 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mr-bet-vmkbc5 .mr-bet-r8lxy3 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.mr-bet-xeazcr,
    mask-image 0.3s;
}

.mr-bet-vmkbc5 .mr-bet-r8lxy3.mr-bet-v2187l {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mr-bet-rv5p30 {
  margin: 40px -16px;
}

.mr-bet-q0tey6 + .mr-bet-0vgvm0,
.mr-bet-q0tey6 + .mr-bet-yz3j2v {
  margin-top: 24px;
}

.mr-bet-l67aat {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mr-bet-l67aat picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mr-bet-p25c0o {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mr-bet-p25c0o {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mr-bet-p25c0o {
    margin-top: 0;
  }
}

.mr-bet-eswlmg {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mr-bet-eswlmg {
    font-size: 24px;
    line-height: 32px;
  }
}

.mr-bet-ar9ke8 {
  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) {
  .mr-bet-ar9ke8 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mr-bet-fz7oo6 {
  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) {
  .mr-bet-fz7oo6 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mr-bet-uzfrn6 {
  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) {
  .mr-bet-uzfrn6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mr-bet-br3uv6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mr-bet-br3uv6 {
    font-size: 32px;
    line-height: 40px;
  }
}

.mr-bet-6h4ohy {
  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;
}

.mr-bet-2bqb9z {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mr-bet-2bqb9z img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mr-bet-yzt59q {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mr-bet-2vuk8c {
  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) {
  .mr-bet-2vuk8c {
    padding: 15px 48px;
  }
}

main > .mr-bet-yzt59q {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mr-bet-krdqpg.mr-bet-bm4rdk > div:nth-child(n+5) {
    display: none;
  }
}

.mr-bet-jacyps p a img {
  display: block;
  margin: 0 auto;
}


.mr-bet-u1k3gy {
  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 */
.mr-bet-sfx94w {
  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;
}

.mr-bet-sfx94w label {
  font-size: 14px;
}

.mr-bet-sfx94w h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mr-bet-sfx94w input,
.mr-bet-sfx94w textarea,
.mr-bet-sfx94w 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;
}
.mr-bet-sfx94w button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mr-bet-e3c1gk ease;
}
.mr-bet-sfx94w button:hover {
  background-color: var(--button-bg-hover);
}
.mr-bet-nnwkg1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mr-bet-vwv0fr ease-in;
}

.mr-bet-nnwkg1 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;
}
.mr-bet-6gn2si, .mr-bet-0kbiv0, [class*="review-card"],
thead, thead th, table th, .mr-bet-3mcwdw,
.mr-bet-fj3rqz, [class*="collapsible-header"],
.mr-bet-fpis23, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v7 (social icons) */
.mr-bet-hcgvhz img, .mr-bet-7d9bd0 img { filter: invert(1); }
