* {
  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;
  }
}

.chancer-313hpf {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .chancer-313hpf {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .chancer-313hpf {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.chancer-z8rg55 {
  overflow: hidden;
}

.chancer-46lrdn img {
  background: var(--Neutral-300);
}

.chancer-pads6m {
  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;
}

.chancer-58kf4x {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.chancer-58kf4x:hover {
  background: var(--button-bg-hover);
}

.chancer-dqgrtn {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.chancer-dqgrtn:hover {
  background: var(--button-bg-hover);
}

.chancer-8fthvx {
  font-size: 12px;
  line-height: 18px;
}

.chancer-m9a3qz {
  font-size: 18px;
  line-height: 26px;
}

.chancer-h1541j {
  width: 100%;
}

.chancer-agokyf {
  padding: 6px 16px;
}

.chancer-zlzkxt {
  padding: 10px 16px;
}

.chancer-qqiqzm {
  padding: 15px 26px;
}

.chancer-xlm39g {
  flex-shrink: 0;
}

.chancer-z60v9h {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.chancer-497dmi {
  display: none;
}

.chancer-yot75h {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.chancer-8xzzb1 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.chancer-qt5dvo {
  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;
}

.chancer-fhshq5 {
  cursor: grab;
}

.chancer-qt5dvo::-webkit-scrollbar {
  display: none;
}

.chancer-nz9qyn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.chancer-a2mtz3 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.chancer-zgd3b6 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.chancer-cfj358 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.chancer-2psupa {
  visibility: visible;
}

.chancer-02ah7h {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

.chancer-72lx71 {
  background-color: var(--Primary-200);
  width: 16px;
}

.chancer-549od9 {
  -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.3s,
    mask-image 0.3s;
}

.chancer-549od9.chancer-2jxwzw {
  -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;
  }
}

.chancer-6qjxkf: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;
}

.chancer-itd22b {
  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.w3.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.w3.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;
}

.chancer-7fv02b {
  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);
}

.chancer-7fv02b::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%
  );
}

.chancer-70h9r9 {
  position: relative;
  z-index: 1;
}

.chancer-jn3ew4 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.chancer-61ou47 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.chancer-s8gj2h {
  font-size: 40px;
  line-height: 48px;
}

.chancer-fztu0p {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.chancer-kshobn {
  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;
}

.chancer-kshobn:hover {
  background: var(--Primary-400);
}

.chancer-kshobn svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.chancer-6qjxkf 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) {
  .chancer-7fv02b {
    max-width: 600px;
    padding: 64px;
  }

  .chancer-jn3ew4 {
    font-size: 24px;
    line-height: 32px;
  }

  .chancer-61ou47 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .chancer-s8gj2h {
    font-size: 50px;
    line-height: 56px;
  }

  .chancer-fztu0p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .chancer-itd22b {
    top: 25px;
    right: 25px;
  }
}

.chancer-weo5k4,
.chancer-hvmw89 {
  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;
}

.chancer-nemfj9.chancer-0ju4d7::before,
.chancer-hvmw89::before,
.chancer-ophteo::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.w3.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.5429 14.5684C15.5602 14.5684 15.5776 14.5695 15.5949 14.5697C17.7925 14.5431 19.5717 12.8862 19.5717 10.8511C19.5717 8.79915 17.764 7.13 15.5417 7.13C13.3194 7.13 11.5117 8.79915 11.5117 10.8511C11.5117 12.8865 13.2915 14.5437 15.4894 14.57C15.5073 14.57 15.525 14.5686 15.5432 14.5686L15.5429 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.5972 15.1903C15.5801 15.1903 15.5632 15.193 15.5461 15.193C15.5289 15.193 15.5126 15.1906 15.4955 15.1903C11.3348 15.22 7.94056 18.7962 7.79297 23.25H23.293C23.1454 18.7956 19.7542 15.2191 15.5972 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.chancer-slkj8d [type="submit"] *,
.chancer-n7xugv button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.chancer-6v0exr[aria-hidden="false"]) .chancer-2hevpg {
    display: none;
  }
}

.chancer-p988hz {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.chancer-s4k1me) .chancer-p988hz {
  display: none;
}

@media (min-width: 768px) {
  .chancer-p988hz {
    bottom: 22px;
  }
}

.chancer-p988hz input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.chancer-r10y1o) .chancer-p988hz {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.chancer-r10y1o.chancer-7p9yya) .chancer-p988hz {
    bottom: 8px;
  }
}

.chancer-tq6py9 {
  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.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.5841 3.33364H8.41644C5.58276 3.33364 3.3335 5.69796 3.3335 8.57769V23.279C3.3335 26.1588 5.62517 28.5231 8.41644 28.5231L10.8335 28.5247L10.1254 34.6285C9.8748 36.2187 11.5838 37.2515 12.8338 36.3044L20.5422 28.4811H31.5839C34.4176 28.4811 36.6668 26.1167 36.6668 23.237V8.57739C36.6668 5.65557 34.3753 3.33364 31.5841 3.33364ZM11.1248 18.5087C9.74944 18.5087 8.62477 17.3484 8.62477 15.9294C8.62477 14.5105 9.74944 13.3502 11.1248 13.3502C12.5001 13.3502 13.6671 14.5105 13.6671 15.9294C13.6671 17.3484 12.5001 18.5087 11.1248 18.5087ZM20.0002 18.5087C18.6249 18.5087 17.5002 17.3484 17.5002 15.9294C17.5002 14.5105 18.6249 13.3502 20.0002 13.3502C21.3756 13.3502 22.5426 14.5105 22.5426 15.9294C22.5003 17.3484 21.3756 18.5087 20.0002 18.5087ZM28.8757 18.5087C27.5004 18.5087 26.3757 17.3484 26.3757 15.9294C26.3757 14.5105 27.5004 13.3502 28.8757 13.3502C30.251 13.3502 31.4181 14.5105 31.4181 15.9294C31.3757 17.3484 30.251 18.5087 28.8757 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.chancer-6v0exr[aria-hidden="false"])
    .chancer-tq6py9 {
    display: none;
  }
}

.chancer-6v0exr {
  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) {
  .chancer-6v0exr {
    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);
  }
}

.chancer-6v0exr[aria-hidden="true"] {
  display: none;
}

.chancer-n7xugv {
  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) {
  .chancer-n7xugv {
    padding: 14px 16px;
  }
}

.chancer-n7xugv button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.chancer-n7xugv button:first-child {
  align-content: end;
}

.chancer-n7xugv button:first-of-type {
  display: none;
}

.chancer-p988hz[data-active-screen="2"]
  .chancer-n7xugv
  button:first-of-type,
.chancer-p988hz[data-active-screen="3"]
  .chancer-n7xugv
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.chancer-n7xugv button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.chancer-n7xugv button:last-child svg {
  width: 38px;
  height: 38px;
}

.chancer-ophteo {
  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;
}

.chancer-ophteo::before {
  content: "";
  width: 48px;
}

.chancer-p988hz[data-active-screen="2"] .chancer-ophteo,
.chancer-p988hz[data-active-screen="3"]
  .chancer-ophteo {
  opacity: 1;
  visibility: visible;
}

.chancer-g18tw7 {
  flex: 1 1;
}

.chancer-uqsn4q {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .chancer-uqsn4q {
    padding: 24px;
  }
}

.chancer-p988hz[data-active-screen="1"] .chancer-yjyazs {
  display: block;
}

.chancer-84puhp {
  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) {
  .chancer-84puhp {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.chancer-hvmw89 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.chancer-hvmw89::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.chancer-aw10c7 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.chancer-aw10c7 p {
  color: var(--Text-100);
}

.chancer-hvmw89 .chancer-tp7cf0 {
  grid-area: button;
}

.chancer-hvmw89 .chancer-tp7cf0::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.w3.org/2000/svg'%3E%3Cpath d='M4.66602 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.334 15L16.334 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.334 5L16.334 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.chancer-p988hz[data-active-screen="2"] .chancer-jdvlix {
  display: block;
}

.chancer-bmitz1 {
  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) {
  .chancer-bmitz1 {
    margin-top: 40px;
  }
}

.chancer-weo5k4 label,
.chancer-weo5k4 input {
  display: block;
  width: 100%;
}

.chancer-weo5k4 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.chancer-weo5k4 label.chancer-mk6fvq input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.chancer-weo5k4 label.chancer-mk6fvq::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;
}

.chancer-weo5k4 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;
}

.chancer-weo5k4 input::placeholder {
  color: var(--Text-400);
}

.chancer-wecfwa {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.chancer-p988hz[data-active-screen="3"] .chancer-wecfwa {
  display: flex;
}

.chancer-wecfwa ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .chancer-wecfwa ol {
    height: 420px;
    padding: 24px;
  }
}

.chancer-wecfwa ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.chancer-slkj8d {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .chancer-slkj8d {
    padding: 0 24px 24px;
  }
}

.chancer-slkj8d 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;
}

.chancer-slkj8d input::placeholder {
  color: var(--Text-400);
}

.chancer-slkj8d [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.chancer-slkj8d [type="submit"]:disabled {
  opacity: 0.5;
}

.chancer-slkj8d [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .chancer-slkj8d [type="submit"] {
    right: 40px;
  }
}

.chancer-nemfj9 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.chancer-nemfj9.chancer-0ju4d7 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.chancer-nemfj9.chancer-0ju4d7::before {
  content: "";
  width: 31px;
}

.chancer-nemfj9.chancer-0ju4d7 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.chancer-nemfj9.chancer-mxu5xg p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.chancer-nemfj9 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.chancer-p988hz .chancer-tp7cf0 {
  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.chancer-v2cmaz) {
    overflow: hidden;
  }
}

.chancer-2hevpg {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .chancer-2hevpg {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .chancer-2hevpg {
    padding: 15px 0;
  }
}

.chancer-2hevpg .chancer-313hpf {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .chancer-2hevpg .chancer-313hpf {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.chancer-9yonya {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .chancer-9yonya {
    max-width: 180px;
    height: 47px;
  }
}

.chancer-9yonya picture,
.chancer-9yonya img {
  display: block;
  width: 100%;
  height: 100%;
}

.chancer-9yonya img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .chancer-sa0oj2 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .chancer-2hevpg.chancer-v2cmaz .chancer-sa0oj2 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .chancer-sa0oj2 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .chancer-sa0oj2 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.chancer-4c3620,
.chancer-xblc8i {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .chancer-4c3620,
  .chancer-xblc8i {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .chancer-xblc8i {
    display: none;
  }
}

.chancer-e2l4el {
  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;
}

.chancer-v2cmaz .chancer-e2l4el {
  background: var(--fh-bg-color);
}

.chancer-e2l4el button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .chancer-e2l4el {
    display: none;
  }
}

.chancer-n7rxbz {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .chancer-n7rxbz {
    display: none;
  }
}

.chancer-bare4x {
  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;
}

.chancer-2hevpg.chancer-v2cmaz .chancer-bare4x:first-child {
  display: none;
}

.chancer-2hevpg.chancer-v2cmaz .chancer-bare4x:last-child {
  display: block;
}

.chancer-bare4x:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .chancer-bare4x {
    display: none;
  }
}

.chancer-c7s497 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .chancer-c7s497 {
    display: flex;
  }
}

.chancer-c7s497 ul {
  max-height: 350px;
  overflow-y: auto;
}

.chancer-c7s497:hover ul {
  visibility: visible;
  opacity: 1;
}

.chancer-c7s497:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.chancer-c7s497:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.chancer-c7s497:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.chancer-c7s497:hover .chancer-uf5xgv svg {
  transform: rotate(180deg);
}

.chancer-07b0e3 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.chancer-a9vhd9 {
  padding: 0 8px;
}

.chancer-2zvcjt {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.chancer-2zvcjt:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .chancer-2zvcjt {
    padding: 4px 8px;
  }
}

.chancer-ln57up {
  display: flex;
}

.chancer-ln57up img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.chancer-uf5xgv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.chancer-uf5xgv svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.chancer-icjy5u {
  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) {
  .chancer-icjy5u {
    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;
  }
}

.chancer-x66mcz {
  width: 100%;
}

@media (min-width: 1200px) {
  .chancer-x66mcz {
    display: none;
  }
}

.chancer-4bm9kc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.chancer-2ss73i {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.chancer-z11op5 {
  display: flex;
}

.chancer-y23b16 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.chancer-df6kv5 {
  list-style: none;
}

@media (max-width: 1199px) {
  .chancer-df6kv5 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .chancer-df6kv5 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .chancer-df6kv5 .chancer-7vvxkh [data-ref-el],
  .chancer-df6kv5 .chancer-7vvxkh span,
  .chancer-df6kv5 .chancer-7vvxkh a {
    white-space: nowrap;
  }
}

.chancer-ehff6a {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .chancer-ehff6a.chancer-t9076g > .chancer-7vvxkh {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .chancer-ehff6a.chancer-cp9koc:hover > .chancer-7sjr3p[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .chancer-ehff6a.chancer-t9076g > .chancer-7sjr3p {
    height: auto;
  }

  .chancer-ehff6a.chancer-t9076g > div > .chancer-zgjbyz {
    transform: rotate(180deg);
  }
}

.chancer-ehff6a [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.chancer-ehff6a [data-ref-el],
.chancer-ehff6a span {
  cursor: pointer;
}

.chancer-ehff6a [data-ref-el],
.chancer-ehff6a span,
.chancer-ehff6a 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) {
  .chancer-ehff6a [data-ref-el],
  .chancer-ehff6a span,
  .chancer-ehff6a a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .chancer-ehff6a [data-ref-el],
  .chancer-ehff6a span,
  .chancer-ehff6a a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.chancer-7sjr3p {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.chancer-7sjr3p::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.chancer-7sjr3p::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.chancer-7sjr3p::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .chancer-7sjr3p {
    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;
  }

  .chancer-7sjr3p:has(> .chancer-ehff6a.chancer-ex9ocl) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .chancer-7sjr3p .chancer-7sjr3p {
    padding: 0;
  }

  .chancer-7sjr3p .chancer-ehff6a {
    font-weight: 400;
  }

  .chancer-7sjr3p .chancer-ehff6a:hover > .chancer-7vvxkh {
    background: var(--Neutral-300);
  }

  .chancer-7sjr3p .chancer-zgjbyz {
    rotate: -90deg;
  }
}

.chancer-7vvxkh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .chancer-7vvxkh {
    padding: 8px;
  }

  .chancer-ehff6a.chancer-ex9ocl > .chancer-7vvxkh {
    background: var(--Neutral-300);
  }
}

.chancer-zgjbyz {
  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.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.21967 0.21967C0.512563 -0.0732233 0.987437 -0.0732233 1.28033 0.21967L5.25 4.18934L9.21967 0.21967C9.51256 -0.0732233 9.98744 -0.0732233 10.2803 0.21967C10.5732 0.512563 10.5732 0.987437 10.2803 1.28033L5.78033 5.78033C5.48744 6.07322 5.01256 6.07322 4.71967 5.78033L0.21967 1.28033C-0.0732233 0.987437 -0.0732233 0.512563 0.21967 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.3s ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .chancer-zgjbyz {
    cursor: default;
  }
}

.chancer-6xi7az {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.chancer-xc209a {
  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) {
  .chancer-xc209a {
    padding: 40px 4px;
  }
}

.chancer-jdgkwa {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .chancer-jdgkwa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.chancer-buyyr5 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .chancer-buyyr5 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.chancer-buyyr5 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.chancer-buyyr5 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.chancer-buyyr5 [data-ref-el],
.chancer-buyyr5 span,
.chancer-buyyr5 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.chancer-y33biw {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .chancer-y33biw {
    margin-bottom: 12px;
  }
}

.chancer-morajz {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.chancer-morajz img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .chancer-morajz:last-child {
    margin-right: 0;
  }
}

.chancer-y67er2 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.chancer-y33biw:hover .chancer-rs1xq4 {
  visibility: visible;
  opacity: 1;
}

.chancer-rs1xq4 {
  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);
}

.chancer-rhh852 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.chancer-zivorr {
  display: flex;
  margin: 6px;
}

.chancer-zivorr img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.chancer-rs1xq4::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);
}

.chancer-rs1xq4::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);
}

.chancer-xmx4vj {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .chancer-xmx4vj {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.chancer-de899l {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .chancer-de899l {
    margin-right: 32px;
  }
}

.chancer-oepkgi {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .chancer-oepkgi {
    margin-top: 0;
    width: 340px;
  }
}

.chancer-oepkgi a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.chancer-u47z7x {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.chancer-a7wja7 {
  position: relative;
}

@media (min-width: 768px) {
  .chancer-a7wja7 {
    margin-top: 40px;
  }
}

.chancer-a7wja7 + .chancer-df2ilx,
.chancer-a7wja7 + .chancer-a7wja7 {
  margin-top: 24px;
}

.chancer-o962l9 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .chancer-o962l9 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .chancer-o962l9 {
    padding: 80px;
  }
}

.chancer-u3xyvi {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .chancer-u3xyvi {
    padding: 0 16px;
}


}

.chancer-8eno54 {
  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) {
  .chancer-8eno54 {
    font-size: 48px;
    line-height: 56px;
  }
}

.chancer-10bnru {
  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) {
  .chancer-10bnru {
    font-size: 24px;
    line-height: 32px;
  }
}

.chancer-8qbpuz {
  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;
}

.chancer-8qbpuz:hover {
  background: var(--button-bg-hover);
}

.chancer-z67dj4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.chancer-z67dj4 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .chancer-z67dj4 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .chancer-z67dj4 img {
  min-height: 100%;
  }
}

.chancer-o962l9::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.chancer-6u4jyh {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.chancer-6u4jyh h1,
.chancer-6u4jyh h2,
.chancer-6u4jyh h3,
.chancer-6u4jyh h4 {
  margin-bottom: 6px;
}

.chancer-6u4jyh h1:not(:first-child),
.chancer-6u4jyh h2:not(:first-child),
.chancer-6u4jyh h3:not(:first-child),
.chancer-6u4jyh h4:not(:first-child) {
  margin-top: 16px;
}

.chancer-6u4jyh h1,
.chancer-6u4jyh h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .chancer-6u4jyh h1,
  .chancer-6u4jyh h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.chancer-6u4jyh h2,
.chancer-6u4jyh h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .chancer-6u4jyh h2,
  .chancer-6u4jyh h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.chancer-6u4jyh h3,
.chancer-6u4jyh h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .chancer-6u4jyh h3,
  .chancer-6u4jyh h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.chancer-6u4jyh h4,
.chancer-6u4jyh h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.chancer-6u4jyh ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.chancer-6u4jyh ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.chancer-6u4jyh 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);
}

.chancer-6u4jyh ul ul {
  margin-bottom: 8px;
}

.chancer-6u4jyh ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.chancer-6u4jyh ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.chancer-6u4jyh ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.chancer-6u4jyh ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.chancer-6u4jyh ol li::marker {
  font-weight: 700;
}

.chancer-6u4jyh ol ol {
  margin-bottom: 8px;
}

.chancer-6u4jyh ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.chancer-6u4jyh ol ul li {
  padding-left: 16px;
}

.chancer-6u4jyh 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) {
  .chancer-6u4jyh table {
    padding: 24px;
  }
}

.chancer-6u4jyh table.chancer-zyppob {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.3s,
    mask-image 0.3s;
}

.chancer-6u4jyh table.chancer-zyppob.chancer-2jxwzw {
  -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) {
  .chancer-6u4jyh table {
    display: table;
  }
}

.chancer-6u4jyh 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);
}

.chancer-6u4jyh table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.chancer-6u4jyh table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.chancer-6u4jyh 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) {
  .chancer-6u4jyh table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.chancer-6u4jyh table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.chancer-6u4jyh table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.chancer-6u4jyh table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.chancer-6u4jyh img {
  max-width: 100%;
  height: auto;
}

.chancer-sxs81e {
  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) {
  .chancer-sxs81e {
    padding: 24px;
  }
}

.chancer-r9i6cu {
  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) {
  .chancer-r9i6cu {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.chancer-r9i6cu > * {
  margin: 0 !important;
}

.chancer-r9i6cu img,
.chancer-nrs0zw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .chancer-r9i6cu img,
  .chancer-nrs0zw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.chancer-7w52mf {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .chancer-7w52mf {
    width: 32px;
    height: 32px;
  }
}

.chancer-d41nrw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.chancer-d41nrw .chancer-85f7pe {
  flex-shrink: 0;
}

.chancer-d41nrw .chancer-36l87d svg {
  display: none;
}

.chancer-xim66h {
  display: grid;
  transition: max-height 0.3s ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .chancer-xim66h {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .chancer-xim66h {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.chancer-xim66h[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .chancer-xim66h[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .chancer-xim66h[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.chancer-xim66h.chancer-zihnki + .chancer-85f7pe svg {
  transform: rotate(180deg);
}

.chancer-a3mb1r {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.chancer-a3mb1r > div:nth-child(3n) {
  grid-column: span 2;
}

.chancer-a3mb1r
  > div:nth-child(3n)
  .chancer-fopdjz
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .chancer-a3mb1r {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .chancer-a3mb1r > div:nth-child(3n) {
    grid-column: unset;
  }

  .chancer-a3mb1r
    > div:nth-child(3n)
    .chancer-fopdjz
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .chancer-a3mb1r {
    max-width: 270px;
  }
}

.chancer-a3mb1r .chancer-fopdjz button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .chancer-a3mb1r .chancer-fopdjz button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .chancer-a3mb1r .chancer-fopdjz button {
    max-width: 104px;
  }
}

.chancer-z9y92g {
  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) {
  .chancer-z9y92g {
    margin-bottom: 0;
  }
}

.chancer-0apb6t {
  display: none;
  opacity: 0;
}

.chancer-0rzhlp {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .chancer-0rzhlp[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .chancer-0rzhlp[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.chancer-0rzhlp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.chancer-fopdjz {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.chancer-fopdjz button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .chancer-z9y92g[data-game-type="Live Shows"]
    .chancer-fopdjz
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .chancer-z9y92g[data-game-type="Live Shows"]
    .chancer-fopdjz
    button {
    max-width: 145px;
  }
}

.chancer-82sgjy:first-child
  .chancer-fopdjz
  button {
  max-width: 270px;
}

.chancer-iybebo {
  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%;
}

.chancer-z9y92g picture {
  width: 100%;
  max-width: 100%;
}

.chancer-wii7n1 {
  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;
}

.chancer-wii7n1 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.chancer-z9y92g:hover .chancer-wii7n1 {
  display: flex;
}

.chancer-vz3br4 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.chancer-80s5aq {
  display: flex;
}

.chancer-80s5aq:hover .chancer-mrwuzi,
.chancer-80s5aq .chancer-ex9ocl .chancer-mrwuzi {
  display: flex;
}

.chancer-80s5aq svg {
  flex-shrink: 0;
}

.chancer-mrwuzi {
  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) {
  .chancer-mrwuzi {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.chancer-mrwuzi:hover {
  display: flex;
}

.chancer-mrwuzi svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.chancer-nryhm7 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .chancer-nryhm7 {
    font-size: 12px;
  }
}

.chancer-yuuig1,
.chancer-i0qfnb {
  width: 50%;
  flex-shrink: 0;
}

.chancer-yuuig1 {
  font-weight: 700;
}

.chancer-bs2chv .chancer-xim66h {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .chancer-bs2chv .chancer-xim66h {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .chancer-bs2chv .chancer-xim66h {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.chancer-bs2chv
  .chancer-iybebo:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.chancer-bs2chv .chancer-0rzhlp {
  height: 100% !important;
  border-radius: 16px;
}

.chancer-bs2chv .chancer-fopdjz {
  gap: 4px;
  align-items: center;
}

.chancer-bs2chv .chancer-fopdjz button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chancer-bs2chv .chancer-fopdjz svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.chancer-bs2chv .chancer-u9obev,
.chancer-bs2chv .chancer-x1nkfr {
  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.w3.org/2000/svg'%3E%3Cpath d='M9.70312 4.98633L9.82031 5.22168L10.0801 5.25977L14.335 5.87695L11.2559 8.87891L11.0674 9.0625L11.1123 9.32129L11.8389 13.5586L8.0332 11.5586L7.80078 11.4365L7.56836 11.5586L3.76172 13.5586L4.48926 9.32129L4.53418 9.0625L4.3457 8.87891L1.26562 5.87695L5.52148 5.25977L5.78125 5.22168L5.89844 4.98633L7.80078 1.13086L9.70312 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.chancer-bs2chv .chancer-u9obev {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.chancer-bs2chv .chancer-x1nkfr {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.chancer-v3jfmz {
  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) {
  .chancer-v3jfmz {
    padding: 24px;
  }
}

.chancer-v3jfmz .chancer-85f7pe {
  display: flex;
}

@media (min-width: 768px) {
  .chancer-v3jfmz .chancer-85f7pe {
    display: none;
  }
}

.chancer-v3jfmz .chancer-36l87d svg {
  display: none;
}

.chancer-czwdfb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.chancer-czwdfb .chancer-pads6m {
  display: none;
}

@media (min-width: 768px) {
  .chancer-czwdfb .chancer-pads6m {
    display: flex;
  }
}

.chancer-w5cp0j {
  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) {
  .chancer-w5cp0j {
    font-size: 40px;
    line-height: 48px;
  }
}

.chancer-w5cp0j > * {
  margin: 0 !important;
}

.chancer-w5cp0j img,
.chancer-uhrdwi {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .chancer-w5cp0j img,
  .chancer-uhrdwi {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.chancer-ihqexk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .chancer-ihqexk {
    width: 32px;
    height: 32px;
  }
}

.chancer-1cvn9a {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .chancer-1cvn9a {
    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;
  }

  .chancer-1cvn9a::-webkit-scrollbar {
    display: none;
  }
}

.chancer-p99g51 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .chancer-p99g51 {
    padding: 7px 15px;
  }
}

.chancer-p99g51:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.chancer-gk8fal {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .chancer-gk8fal {
    display: flex;
    opacity: 1;
  }
}

.chancer-p99g51 picture {
  height: 100%;
  display: block;
}

.chancer-p99g51 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .chancer-p99g51 img {
    width: 88px;
    height: 44px;
  }
}

.chancer-p99g51 p {
  text-align: center;
  width: 100%;
}

.chancer-md4wsn {
  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) {
  .chancer-md4wsn {
    font-size: 40px;
    line-height: 48px;
  }
}

.chancer-md4wsn img,
.chancer-a9lar5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .chancer-md4wsn img,
  .chancer-a9lar5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.chancer-9oya60 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .chancer-9oya60 {
    width: 32px;
    height: 32px;
  }
}

.chancer-u8tnja {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.chancer-d59qyl {
  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;
}

.chancer-x3tj1m {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.chancer-x3tj1m.chancer-ex9ocl {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.chancer-23trs1 {
  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) {
  .chancer-23trs1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.chancer-j07d2f {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.chancer-ydp2ic {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.chancer-lprkb7 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.chancer-lprkb7 ol,
.chancer-lprkb7 ul {
  padding-left: 1.3em;
}

.chancer-x3tj1m.chancer-ex9ocl .chancer-ydp2ic {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.chancer-x3tj1m.chancer-ex9ocl .chancer-j07d2f {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.chancer-41prb3 {
  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) {
  .chancer-41prb3 {
    padding: 24px;
  }
}

.chancer-41prb3 .chancer-85f7pe {
  display: flex;
}

@media (min-width: 768px) {
  .chancer-41prb3 .chancer-85f7pe {
    display: none;
  }
}

.chancer-41prb3 .chancer-36l87d svg {
  display: none;
}

.chancer-oj405c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chancer-oj405c .chancer-pads6m {
  display: none;
}

@media (min-width: 768px) {
  .chancer-oj405c .chancer-pads6m {
    display: flex;
  }
}

.chancer-wzi1h1 {
  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) {
  .chancer-wzi1h1 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.chancer-wzi1h1 > * {
  margin: 0 !important;
}

.chancer-wzi1h1 img,
.chancer-o3de8z {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .chancer-wzi1h1 img,
  .chancer-o3de8z {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.chancer-f48urt {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .chancer-f48urt {
    width: 32px;
    height: 32px;
  }
}

.chancer-bu15gj {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .chancer-bu15gj {
    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;
  }

  .chancer-bu15gj::-webkit-scrollbar {
    display: none;
  }
}

.chancer-50w3mw {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.chancer-50w3mw:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.chancer-vd0284 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .chancer-vd0284 {
    display: flex;
    opacity: 1;
  }
}

.chancer-50w3mw picture {
  width: auto;
  height: 100%;
  display: block;
}

.chancer-50w3mw picture img {
  display: block;
  width: auto;
  height: 100%;
}

.chancer-bt2g9r {
  margin: -24px 0;
}

.chancer-bt2g9r:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .chancer-bt2g9r {
    margin: -16px 0;
  }
}

.chancer-pdmkx3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .chancer-pdmkx3 {
    flex-direction: row;
  }
}

.chancer-hxq1la {
  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) {
  .chancer-hxq1la {
    flex: 1;
  }
}

.chancer-hxq1la::placeholder {
  color: var(--Text-400);
}

.chancer-xaadlp {
  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;
}

.chancer-wazwvn {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.chancer-wazwvn::-webkit-scrollbar {
  display: none;
}

.chancer-6rcgcl {
  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;
}

.chancer-6rcgcl img,
.chancer-6rcgcl svg {
  margin-right: 8px;
}

.chancer-xob9pv {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.chancer-bt2g9r + .chancer-5wen2n {
  margin-top: 0;
}

@media (min-width: 768px) {
  .chancer-bt2g9r + .chancer-5wen2n {
    margin-top: -16px;
  }
}

.chancer-az2l70 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.chancer-az2l70 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.chancer-az2l70 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.chancer-miu7sg {
  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;
}

.chancer-i7eip3 {
  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;
}

.chancer-5qmfmu {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.chancer-gkm1gg {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.chancer-4m2fwf {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.chancer-miu7sg 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;
}

.chancer-miu7sg 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) {
  .chancer-miu7sg {
    padding: 39px 179px 39px 39px;
  }

  .chancer-i7eip3 {
    font-size: 40px;
    line-height: 48px;
  }

  .chancer-4m2fwf {
    height: 348px;
  }

  .chancer-miu7sg button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .chancer-miu7sg button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .chancer-miu7sg {
    padding: 63px;
  }
}

.chancer-ajwsrf {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .chancer-ajwsrf {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.chancer-55693l {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .chancer-55693l {
    width: auto;
  }
}

.chancer-lv6ety {
  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;
}

.chancer-lv6ety::-webkit-scrollbar {
  display: none;
}

.chancer-lv6ety 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);
}

.chancer-lv6ety a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .chancer-lv6ety {
    margin-left: 16px;
    margin-top: 0;
  }
}

.chancer-ajwsrf .chancer-5ymv96 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.3s,
    mask-image 0.3s;
}

.chancer-ajwsrf .chancer-5ymv96.chancer-2jxwzw {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.chancer-urtq0v {
  margin: 40px -16px;
}

.chancer-5t4s9k + .chancer-df2ilx,
.chancer-5t4s9k + .chancer-a7wja7 {
  margin-top: 24px;
}

.chancer-2gjfsr {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.chancer-2gjfsr picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.chancer-qij462 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .chancer-qij462 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .chancer-qij462 {
    margin-top: 0;
  }
}

.chancer-uw2cfg {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .chancer-uw2cfg {
    font-size: 24px;
    line-height: 32px;
  }
}

.chancer-9eesal {
  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) {
  .chancer-9eesal {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.chancer-pyj929 {
  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) {
  .chancer-pyj929 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.chancer-w6scnm {
  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) {
  .chancer-w6scnm {
    font-size: 20px;
    line-height: 28px;
  }
}

.chancer-ohqj1r {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .chancer-ohqj1r {
    font-size: 32px;
    line-height: 40px;
  }
}

.chancer-o9g4iu {
  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;
}

.chancer-ailq9s {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.chancer-ailq9s img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.chancer-5wen2n {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.chancer-cnykfq {
  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) {
  .chancer-cnykfq {
    padding: 15px 48px;
  }
}

main > .chancer-5wen2n {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .chancer-xim66h.chancer-o7aaoh > div:nth-child(n+5) {
    display: none;
  }
}

.chancer-6u4jyh p a img {
  display: block;
  margin: 0 auto;
}


.chancer-99o08t {
  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 */
.chancer-ryndm5 {
  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;
}

.chancer-ryndm5 label {
  font-size: 14px;
}

.chancer-ryndm5 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.chancer-ryndm5 input,
.chancer-ryndm5 textarea,
.chancer-ryndm5 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;
}
.chancer-ryndm5 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.chancer-ryndm5 button:hover {
  background-color: var(--button-bg-hover);
}
.chancer-8375kz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.4s ease-in;
}

.chancer-8375kz h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

 .chancer-xv0rh9,
  .chancer-xv0rh9 * {
    box-sizing: border-box;
  }

  .chancer-sck6da,
  .chancer-sck6da body {
    overflow: hidden;
  }

  .chancer-xv0rh9 {
    --fsbp-bg: var(--fh-bg-color, var(--main-theme-color, #111827));
    --fsbp-card-bg: var(--card-bg-color, #ffffff);
    --fsbp-card-text: var(--card-text-color, #111111);
    --fsbp-title: var(--button-text-color, #ffffff);
    --fsbp-accent: var(--button-bg-color, var(--main-theme-color, #e6007e));
    --fsbp-accent-hover: var(--button-bg-hover, var(--main-theme-color, #cc006f));
    --fsbp-button-text: var(--button-text-color, #ffffff);
    --fsbp-border: var(--border-color, rgba(255, 255, 255, 0.18));

    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
    font-family: inherit;
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 220ms ease,
      visibility 220ms ease;
  }

  .chancer-xv0rh9.chancer-z7a2of {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .chancer-x4xah3 {
    width: min(400px, calc(100vw - 32px));
    overflow: hidden;
    color: var(--fsbp-card-text);
    text-align: center;
    background: var(--fsbp-card-bg);
    border: 1px solid color-mix(in srgb, var(--fsbp-border) 55%, transparent);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
    transform: translateY(18px) scale(0.96);
    transition: transform 260ms ease;
  }

  .chancer-xv0rh9.chancer-z7a2of .chancer-x4xah3 {
    transform: translateY(0) scale(1);
  }

  .chancer-1zncjp {
    padding: 24px 28px 22px;
    color: var(--fsbp-title);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
      var(--fsbp-accent);
  }

  .chancer-kkej5u {
    margin: 0;
    color: inherit;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
  }

  .chancer-wfraua {
    padding: 42px 34px 40px;
  }

  .chancer-chflzf {
    max-width: 290px;
    margin: 0 auto 32px;
    color: var(--fsbp-card-text);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .chancer-fgozwg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(248px, 100%);
    min-height: 50px;
    padding: 13px 24px;
    color: var(--fsbp-button-text);
    font: inherit;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    background: var(--fsbp-accent);
    border: 0;
    border-radius: 999px;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--fsbp-accent) 34%, transparent);
    cursor: pointer;
    transition:
      background-color 180ms ease,
      box-shadow 180ms ease,
      transform 180ms ease;
  }

  .chancer-fgozwg:hover,
  .chancer-fgozwg:focus-visible {
    background: var(--fsbp-accent-hover);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--fsbp-accent-hover) 38%, transparent);
    outline: none;
    transform: translateY(-1px);
  }

  .chancer-fgozwg:active {
    transform: translateY(0);
  }

  @supports not (background: color-mix(in srgb, #000 50%, transparent)) {
    .chancer-xv0rh9 {
      background: rgba(226, 230, 236, 0.86);
    }

    .chancer-x4xah3 {
      border-color: rgba(0, 0, 0, 0.08);
    }

    .chancer-fgozwg {
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    }
  }

  @media (max-width: 520px) {
    .chancer-xv0rh9 {
      padding: 16px;
    }

    .chancer-x4xah3 {
      border-radius: 22px;
    }

    .chancer-1zncjp {
      padding: 21px 22px 19px;
    }

    .chancer-kkej5u {
      font-size: 19px;
    }

    .chancer-wfraua {
      padding: 34px 24px 32px;
    }

    .chancer-chflzf {
      margin-bottom: 26px;
      font-size: 18px;
    }

    .chancer-fgozwg {
      font-size: 17px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .chancer-xv0rh9,
    .chancer-x4xah3,
    .chancer-fgozwg {
      transition: none;
    }
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.chancer-lzhj0l, .chancer-75w1he, [class*="review-card"],
thead, thead th, table th, .chancer-qcdlhk,
.chancer-qpjoym, [class*="collapsible-header"],
.chancer-m8pnqr, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
