* {
  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;
  }
}

.btc-uvnyq0 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .btc-uvnyq0 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .btc-uvnyq0 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.btc-8iuwhy {
  overflow: hidden;
}

.btc-2iajp1 img {
  background: var(--Neutral-300);
}

.btc-dwjksq {
  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;
}

.btc-jgvhf2 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.btc-jgvhf2:hover {
  background: var(--button-bg-hover);
}

.btc-wia544 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.btc-wia544:hover {
  background: var(--button-bg-hover);
}

.btc-bnvcet {
  font-size: 12px;
  line-height: 18px;
}

.btc-sumjkb {
  font-size: 18px;
  line-height: 26px;
}

.btc-8kql2e {
  width: 100%;
}

.btc-60dz64 {
  padding: 6px 16px;
}

.btc-drrbdl {
  padding: 10px 16px;
}

.btc-jr52np {
  padding: 15px 26px;
}

.btc-r3hmqi {
  flex-shrink: 0;
}

.btc-woqhte {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.btc-8eqbd2 {
  display: none;
}

.btc-g9oxdf {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.btc-9bvoyc {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.btc-g7qfwv {
  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;
}

.btc-q0lx69 {
  cursor: grab;
}

.btc-g7qfwv::-webkit-scrollbar {
  display: none;
}

.btc-8zonj4 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.btc-r7ezhv {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.btc-c03cjb {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.btc-n80lv8 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.btc-z55q4j {
  visibility: visible;
}

.btc-cirq3v {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.btc-vmmd7d ease;
}

.btc-qj9yyj {
  background-color: var(--Primary-200);
  width: 16px;
}

.btc-x72s0k {
  -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.btc-vmmd7d,
    mask-image 0.3s;
}

.btc-x72s0k.btc-qvtnok {
  -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;
  }
}

.btc-m3g2hj: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;
}

.btc-6bui29 {
  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.btc-e215b5.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.btc-e215b5.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;
}

.btc-mdea3w {
  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);
}

.btc-mdea3w::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%
  );
}

.btc-90995x {
  position: relative;
  z-index: 1;
}

.btc-e6cej5 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.btc-08cyul {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.btc-9ha1ab {
  font-size: 40px;
  line-height: 48px;
}

.btc-hjkgtv {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.btc-a4r5ny {
  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;
}

.btc-a4r5ny:hover {
  background: var(--Primary-400);
}

.btc-a4r5ny svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.btc-m3g2hj 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) {
  .btc-mdea3w {
    max-width: 600px;
    padding: 64px;
  }

  .btc-e6cej5 {
    font-size: 24px;
    line-height: 32px;
  }

  .btc-08cyul {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .btc-9ha1ab {
    font-size: 50px;
    line-height: 56px;
  }

  .btc-hjkgtv {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .btc-6bui29 {
    top: 25px;
    right: 25px;
  }
}

.btc-g1xl8i,
.btc-hb5bbn {
  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;
}

.btc-2cb3nm.btc-3wm30y::before,
.btc-hb5bbn::before,
.btc-ypsduk::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.btc-e215b5.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.btc-7sdq7m 14.btc-xlshmf.btc-fqvgyi 14.btc-3x2jbs 15.btc-n9rf56 14.btc-rdgj65 15.btc-idlj20 14.btc-4rth11.btc-apirii 14.btc-l1pbr1 19.btc-4jzpb1 12.btc-pmhyn9 19.btc-4jzpb1 10.btc-krtm49.btc-4jzpb1 8.btc-kn9rsy 17.btc-6qzula 7.btc-sp760l 15.btc-q3xyx8 7.btc-pv6jtb.btc-4at9n8 7.btc-sp760l 11.btc-6w7pjg 8.btc-kn9rsy 11.btc-6w7pjg 10.btc-mr6jxk.btc-6w7pjg 12.btc-3f0cww 13.btc-biy94l 14.btc-vuwg6w 15.btc-6yeg4b 14.btc-mexi68.btc-p561by 14.btc-7rqzqm 15.btc-5rzqac 14.btc-iw0zth 15.btc-x9eyyw 14.btc-njqaif.btc-7sdq7m 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.btc-efvr5t 15.btc-l716ex.btc-s6ob82 15.btc-x18yhz 15.btc-42cory 15.btc-6ur8r0 15.btc-4zol7q 15.btc-al4r03.btc-ij494o 15.btc-6ur8r0 15.btc-9yafmt 15.btc-lhwvbn 15.btc-sbk7c8 15.btc-6epoqj.btc-aqod5c 15.btc-lm79yw 7.btc-zp0e24 18.btc-grpvtt 7.btc-d1x6gq 23.btc-mrewgv.btc-y0u8e5.btc-16gh4p 18.btc-oxf81m 19.btc-5klb4u 15.btc-hquw7v 15.btc-efvr5t 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.btc-xnrl0k [type="submit"] *,
.btc-2s0wpm button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .btc-3vc441 {
    display: none;
  }
}

.btc-o5c7t0 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .btc-o5c7t0 {
  display: none;
}

@media (min-width: 768px) {
  .btc-o5c7t0 {
    bottom: 22px;
  }
}

.btc-o5c7t0 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .btc-o5c7t0 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.btc-i81d70.static) .btc-o5c7t0 {
    bottom: 8px;
  }
}

.btc-anuh5m {
  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.btc-e215b5.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.btc-f59cci 3.btc-57gif1.btc-i3qi80.btc-ljwd78 3.btc-637f24 3.btc-3kndow 5.btc-i8p6cu 3.btc-3kndow 8.btc-f9r95f.btc-mg6xui.btc-3kndow 26.btc-ydp2s5 5.btc-ywg5av 28.btc-5pm5s6 8.btc-kthreq 28.btc-rxjiiw.btc-2y5nml 28.btc-xfw6m5.btc-pnou1n 34.btc-z4niwn.btc-ubx2lv 36.btc-dsfc3l 11.btc-0l5so4 37.btc-q0eaj5 12.btc-sor63f 36.btc-8gobeq.btc-ts9qpr 28.btc-lc1vaj.btc-wh6tkb.btc-5uz4np 28.btc-rmm82h 36.btc-b43vrx 26.btc-f8sbcv 36.btc-b43vrx 23.btc-zl8isk.btc-jeebhj.btc-b43vrx 5.btc-hcjyqo 34.btc-vbyz0t 3.btc-637f24 31.btc-f59cci 3.btc-yadbs4.btc-f837lw 18.btc-4ydxwf.btc-er7d3v 18.btc-kd7r4s 8.btc-2qpb9e 17.btc-lokpt4 8.btc-2qpb9e 15.btc-dsptg6.btc-2qpb9e 14.btc-y9avyn 9.btc-er7d3v 13.btc-b2j246 11.btc-f837lw 13.btc-65q3ti.btc-ib3m7f 13.btc-b2j246 13.btc-ubgab0 14.btc-y9avyn 13.btc-ubgab0 15.btc-08v8tt.btc-ubgab0 17.btc-lokpt4 12.btc-ib3m7f 18.btc-kd7r4s 11.btc-f837lw 18.btc-ccr17f.btc-49ak4o 18.btc-40788z.btc-ugs4kf 18.btc-kd7r4s 17.btc-y98a39 17.btc-lokpt4 17.btc-y98a39 15.btc-9zu6o5.btc-y98a39 14.btc-y9avyn 18.btc-ugs4kf 13.btc-b2j246 20.btc-49ak4o 13.btc-bo03pk.btc-lrc6jf 13.btc-b2j246 22.btc-hgasce 14.btc-y9avyn 22.btc-hgasce 15.btc-9ek37h.btc-e2yspv 17.btc-lokpt4 21.btc-lrc6jf 18.btc-kd7r4s 20.btc-49ak4o 18.btc-oa8g02.btc-9r39b5 18.btc-ysznr7.btc-y8gps2 18.btc-kd7r4s 26.btc-18s79q 17.btc-lokpt4 26.btc-18s79q 15.btc-fd4puf.btc-18s79q 14.btc-y9avyn 27.btc-y8gps2 13.btc-b2j246 28.btc-9r39b5 13.btc-hnz2fu.btc-2lk8lc 13.btc-b2j246 31.btc-zvz2wi 14.btc-y9avyn 31.btc-zvz2wi 15.btc-7am60e.btc-18s79q 17.btc-lokpt4 30.btc-2lk8lc 18.btc-kd7r4s 28.btc-9r39b5 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"])
    .btc-anuh5m {
    display: none;
  }
}

.btc-bzlm7a {
  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) {
  .btc-bzlm7a {
    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;
}

.btc-2s0wpm {
  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) {
  .btc-2s0wpm {
    padding: 14px 16px;
  }
}

.btc-2s0wpm button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.btc-2s0wpm button:first-child {
  align-content: end;
}

.btc-2s0wpm button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .btc-2s0wpm
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .btc-2s0wpm
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.btc-2s0wpm button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.btc-2s0wpm button:last-child svg {
  width: 38px;
  height: 38px;
}

.btc-ypsduk {
  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;
}

.btc-ypsduk::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .btc-ypsduk,
.pc61d126-chatbot[data-active-screen="3"]
  .btc-ypsduk {
  opacity: 1;
  visibility: visible;
}

.btc-jf5d5f {
  flex: 1 1;
}

.btc-o0jwu0 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .btc-o0jwu0 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .btc-s3fmf7 {
  display: block;
}

.btc-3ac1gv {
  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) {
  .btc-3ac1gv {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.btc-hb5bbn {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.btc-hb5bbn::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.btc-yzq6t6 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.btc-yzq6t6 p {
  color: var(--Text-100);
}

.btc-hb5bbn .btc-vxvc0a {
  grid-area: button;
}

.btc-hb5bbn .btc-vxvc0a::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.btc-e215b5.org/2000/svg'%3E%3Cpath d='M4.btc-83dnjl 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.btc-iujq7l 15L16.btc-iujq7l 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.btc-iujq7l 5L16.btc-iujq7l 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .btc-ntrspx {
  display: block;
}

.btc-1eh83s {
  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) {
  .btc-1eh83s {
    margin-top: 40px;
  }
}

.btc-g1xl8i label,
.btc-g1xl8i input {
  display: block;
  width: 100%;
}

.btc-g1xl8i label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.btc-g1xl8i label.btc-j2ei5x input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.btc-g1xl8i label.btc-j2ei5x::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;
}

.btc-g1xl8i 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;
}

.btc-g1xl8i input::placeholder {
  color: var(--Text-400);
}

.btc-lxjs4g {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .btc-lxjs4g {
  display: flex;
}

.btc-lxjs4g ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .btc-lxjs4g ol {
    height: 420px;
    padding: 24px;
  }
}

.btc-lxjs4g ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.btc-xnrl0k {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .btc-xnrl0k {
    padding: 0 24px 24px;
  }
}

.btc-xnrl0k 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;
}

.btc-xnrl0k input::placeholder {
  color: var(--Text-400);
}

.btc-xnrl0k [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.btc-xnrl0k [type="submit"]:disabled {
  opacity: 0.5;
}

.btc-xnrl0k [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .btc-xnrl0k [type="submit"] {
    right: 40px;
  }
}

.btc-2cb3nm {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.btc-2cb3nm.btc-3wm30y {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.btc-2cb3nm.btc-3wm30y::before {
  content: "";
  width: 31px;
}

.btc-2cb3nm.btc-3wm30y p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.btc-2cb3nm.btc-c0g3z7 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.btc-2cb3nm p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.btc-o5c7t0 .btc-vxvc0a {
  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;
  }
}

.btc-3vc441 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .btc-3vc441 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .btc-3vc441 {
    padding: 18px 0;
  }
}

.btc-3vc441 .btc-uvnyq0 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .btc-3vc441 .btc-uvnyq0 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.btc-sjdxrp {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .btc-sjdxrp {
    max-width: 160px;
    height: 40px;
  }
}

.btc-sjdxrp picture,
.btc-sjdxrp img {
  display: block;
  width: 100%;
  height: 100%;
}

.btc-sjdxrp img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .btc-e5rfms {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.btc-vmmd7d ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .btc-3vc441.btc-dbokno .btc-e5rfms {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .btc-e5rfms {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .btc-e5rfms {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.btc-6ytocz,
.btc-vuwlaf {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .btc-6ytocz,
  .btc-vuwlaf {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .btc-vuwlaf {
    display: none;
  }
}

.btc-lt6ie1 {
  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;
}

.btc-dbokno .btc-lt6ie1 {
  background: var(--fh-bg-color);
}

.btc-lt6ie1 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .btc-lt6ie1 {
    display: none;
  }
}

.btc-4iaqpm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .btc-4iaqpm {
    display: none;
  }
}

.btc-vxyyeh {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.btc-3vc441.btc-dbokno .btc-vxyyeh:first-child {
  display: none;
}

.btc-3vc441.btc-dbokno .btc-vxyyeh:last-child {
  display: block;
}

.btc-vxyyeh:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .btc-vxyyeh {
    display: none;
  }
}

.btc-fehznl {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .btc-fehznl {
    display: flex;
  }
}

.btc-fehznl ul {
  max-height: 350px;
  overflow-y: auto;
}

.btc-fehznl:hover ul {
  visibility: visible;
  opacity: 1;
}

.btc-fehznl:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.btc-fehznl:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.btc-fehznl:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.btc-fehznl:hover .btc-up0z0y svg {
  transform: rotate(180deg);
}

.btc-ixy29b {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.btc-j05377 {
  padding: 0 8px;
}

.btc-qagdlt {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.btc-qagdlt:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .btc-qagdlt {
    padding: 4px 8px;
  }
}

.btc-enz1tj {
  display: flex;
}

.btc-enz1tj img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.btc-up0z0y {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.btc-up0z0y svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.btc-n9jo2g {
  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) {
  .btc-n9jo2g {
    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;
  }
}

.btc-98n6wu {
  width: 100%;
}

@media (min-width: 1200px) {
  .btc-98n6wu {
    display: none;
  }
}

.btc-16nqxw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.btc-ptwtvl {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.btc-r0vis2 {
  display: flex;
}

.btc-pjna84 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.btc-gmwl7z {
  list-style: none;
}

@media (max-width: 1199px) {
  .btc-gmwl7z {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .btc-gmwl7z {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .btc-gmwl7z .btc-y2rfun [data-ref-el],
  .btc-gmwl7z .btc-y2rfun span,
  .btc-gmwl7z .btc-y2rfun a {
    white-space: nowrap;
  }
}

.btc-wb34ws {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .btc-wb34ws.btc-40vuyc > .btc-y2rfun {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .btc-wb34ws.btc-d5v682:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .btc-wb34ws.btc-40vuyc > .btc-m65ack {
    height: auto;
  }

  .btc-wb34ws.btc-40vuyc > div > .btc-crlmb7 {
    transform: rotate(180deg);
  }
}

.btc-wb34ws [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.btc-wb34ws [data-ref-el],
.btc-wb34ws span {
  cursor: pointer;
}

.btc-wb34ws [data-ref-el],
.btc-wb34ws span,
.btc-wb34ws a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .btc-wb34ws [data-ref-el],
  .btc-wb34ws span,
  .btc-wb34ws a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .btc-wb34ws [data-ref-el],
  .btc-wb34ws span,
  .btc-wb34ws a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.btc-m65ack {
  height: 0;
  overflow: hidden;
  transition: height 0.btc-vmmd7d ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.btc-m65ack::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.btc-m65ack::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.btc-m65ack::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .btc-m65ack {
    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;
  }

  .btc-m65ack:has(> .btc-wb34ws.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .btc-m65ack .btc-m65ack {
    padding: 0;
  }

  .btc-m65ack .btc-wb34ws {
    font-weight: 400;
  }

  .btc-m65ack .btc-wb34ws:hover > .btc-y2rfun {
    background: var(--Neutral-300);
  }

  .btc-m65ack .btc-crlmb7 {
    rotate: -90deg;
  }
}

.btc-y2rfun {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .btc-y2rfun {
    padding: 8px;
  }

  .btc-wb34ws.btc-8pfuib > .btc-y2rfun {
    background: var(--Neutral-300);
  }
}

.btc-crlmb7 {
  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.btc-e215b5.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.btc-nc3fjy 0.btc-7qnsyh.btc-5rkjrb -0.btc-miz96h 0.btc-q39jse -0.btc-miz96h 1.btc-4burf7 0.btc-0wcjer.btc-xsknsu 4.btc-qmyjv9.btc-nc3fjy 0.btc-g12zao.btc-77azu0 -0.btc-miz96h 9.btc-j1iy09 -0.btc-miz96h 10.btc-4oe1nn 0.btc-6eefai.btc-x57mw9 0.btc-5rkjrb 10.btc-x57mw9 0.btc-q39jse 10.btc-4oe1nn 1.btc-347bfj.btc-byhgc6 5.btc-2rzl7w.btc-udetl1 6.btc-1pmznl 5.btc-u14epv 6.btc-1pmznl 4.btc-9myzi1 5.btc-ggi0ni.btc-nc3fjy 1.btc-t5m490.btc-miz96h 0.btc-q39jse -0.btc-miz96h 0.btc-5rkjrb 0.btc-nc3fjy 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.btc-vmmd7d ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .btc-crlmb7 {
    cursor: default;
  }
}

.btc-7pb53e {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.btc-6s6d50 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .btc-6s6d50 {
    padding: 40px 4px;
  }
}

.btc-0au2k7 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .btc-0au2k7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.btc-0s9ack {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .btc-0s9ack {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.btc-0s9ack ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.btc-0s9ack [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.btc-0s9ack [data-ref-el],
.btc-0s9ack span,
.btc-0s9ack a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.btc-cwoeep {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .btc-cwoeep {
    margin-bottom: 12px;
  }
}

.btc-m4k3cx {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.btc-m4k3cx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .btc-m4k3cx:last-child {
    margin-right: 0;
  }
}

.btc-cddyqz {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.btc-cwoeep:hover .btc-w7xdqh {
  visibility: visible;
  opacity: 1;
}

.btc-w7xdqh {
  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);
}

.btc-uufbf8 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.btc-f7qcp7 {
  display: flex;
  margin: 6px;
}

.btc-f7qcp7 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.btc-w7xdqh::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);
}

.btc-w7xdqh::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);
}

.btc-90xv13 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .btc-90xv13 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.btc-vhq64d {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .btc-vhq64d {
    margin-right: 32px;
  }
}

.btc-e4tejq {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .btc-e4tejq {
    margin-top: 0;
    width: 340px;
  }
}

.btc-e4tejq a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.btc-t52fy2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.btc-2f1tgg {
  position: relative;
}

@media (min-width: 768px) {
  .btc-2f1tgg {
    margin-top: 40px;
  }
}

.btc-2f1tgg + .btc-nwxv2g,
.btc-2f1tgg + .btc-2f1tgg {
  margin-top: 24px;
}

.btc-023sui {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .btc-023sui {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .btc-023sui {
    padding: 80px;
  }
}

.btc-9aas0g {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .btc-9aas0g {
    padding: 0 16px;
}


}

.btc-5ys60k {
  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) {
  .btc-5ys60k {
    font-size: 48px;
    line-height: 56px;
  }
}

.btc-4uymh2 {
  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) {
  .btc-4uymh2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.btc-6dtv6e {
  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;
}

.btc-6dtv6e:hover {
  background: var(--button-bg-hover);
}

.btc-022nyb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.btc-022nyb img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .btc-022nyb img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .btc-022nyb img {
  min-height: 100%;
  }
}

.btc-023sui::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.btc-bqznc6 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.btc-bqznc6 h1,
.btc-bqznc6 h2,
.btc-bqznc6 h3,
.btc-bqznc6 h4 {
  margin-bottom: 6px;
}

.btc-bqznc6 h1:not(:first-child),
.btc-bqznc6 h2:not(:first-child),
.btc-bqznc6 h3:not(:first-child),
.btc-bqznc6 h4:not(:first-child) {
  margin-top: 16px;
}

.btc-bqznc6 h1,
.btc-bqznc6 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .btc-bqznc6 h1,
  .btc-bqznc6 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.btc-bqznc6 h2,
.btc-bqznc6 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .btc-bqznc6 h2,
  .btc-bqznc6 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.btc-bqznc6 h3,
.btc-bqznc6 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .btc-bqznc6 h3,
  .btc-bqznc6 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.btc-bqznc6 h4,
.btc-bqznc6 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.btc-bqznc6 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.btc-bqznc6 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.btc-bqznc6 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);
}

.btc-bqznc6 ul ul {
  margin-bottom: 8px;
}

.btc-bqznc6 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.btc-bqznc6 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.btc-bqznc6 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.btc-bqznc6 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.btc-bqznc6 ol li::marker {
  font-weight: 700;
}

.btc-bqznc6 ol ol {
  margin-bottom: 8px;
}

.btc-bqznc6 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.btc-bqznc6 ol ul li {
  padding-left: 16px;
}

.btc-bqznc6 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) {
  .btc-bqznc6 table {
    padding: 24px;
  }
}

.btc-bqznc6 table.btc-cfzbw8 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.btc-vmmd7d,
    mask-image 0.3s;
}

.btc-bqznc6 table.btc-cfzbw8.btc-qvtnok {
  -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) {
  .btc-bqznc6 table {
    display: table;
  }
}

.btc-bqznc6 table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.btc-bqznc6 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.btc-bqznc6 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.btc-bqznc6 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) {
  .btc-bqznc6 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.btc-bqznc6 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.btc-bqznc6 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.btc-bqznc6 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.btc-bqznc6 img {
  max-width: 100%;
  height: auto;
}

.btc-d9jdxo {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .btc-d9jdxo {
    padding: 24px;
  }
}

.btc-w07s8i {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .btc-w07s8i {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.btc-w07s8i > * {
  margin: 0 !important;
}

.btc-w07s8i img,
.btc-s59a1z {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .btc-w07s8i img,
  .btc-s59a1z {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.btc-kkd07i {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .btc-kkd07i {
    width: 32px;
    height: 32px;
  }
}

.btc-pm4owt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.btc-pm4owt .btc-9pk2ti {
  flex-shrink: 0;
}

.btc-pm4owt .btc-m23ap9 svg {
  display: none;
}

.btc-iieg4u {
  display: grid;
  transition: max-height 0.btc-vmmd7d ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .btc-iieg4u {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .btc-iieg4u {
    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));
  }
}

.btc-iieg4u.btc-av638h + .btc-9pk2ti svg {
  transform: rotate(180deg);
}

.btc-lcae31 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.btc-lcae31 > div:nth-child(3n) {
  grid-column: span 2;
}

.btc-lcae31
  > div:nth-child(3n)
  .btc-ez9733
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .btc-lcae31 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .btc-lcae31 > div:nth-child(3n) {
    grid-column: unset;
  }

  .btc-lcae31
    > div:nth-child(3n)
    .btc-ez9733
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .btc-lcae31 {
    max-width: 270px;
  }
}

.btc-lcae31 .btc-ez9733 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .btc-lcae31 .btc-ez9733 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .btc-lcae31 .btc-ez9733 button {
    max-width: 104px;
  }
}

.btc-zs3k3x {
  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) {
  .btc-zs3k3x {
    margin-bottom: 0;
  }
}

.btc-mrdo7g {
  display: none;
  opacity: 0;
}

.btc-xyzy84 {
  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;
  }
}

.btc-xyzy84 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.btc-ez9733 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.btc-ez9733 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .btc-ez9733
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .btc-ez9733
    button {
    max-width: 145px;
  }
}

.btc-7qlf14:first-child
  .btc-ez9733
  button {
  max-width: 270px;
}

.btc-n55n4t {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.btc-zs3k3x picture {
  width: 100%;
  max-width: 100%;
}

.btc-om9l2q {
  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;
}

.btc-om9l2q svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.btc-zs3k3x:hover .btc-om9l2q {
  display: flex;
}

.btc-nqp86s {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.btc-dzlxjc {
  display: flex;
}

.btc-dzlxjc:hover .btc-75za3a,
.btc-dzlxjc .btc-8pfuib .btc-75za3a {
  display: flex;
}

.btc-dzlxjc svg {
  flex-shrink: 0;
}

.btc-75za3a {
  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) {
  .btc-75za3a {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.btc-75za3a:hover {
  display: flex;
}

.btc-75za3a svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.btc-rw0rq3 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .btc-rw0rq3 {
    font-size: 12px;
  }
}

.btc-f0yugz,
.btc-ulet97 {
  width: 50%;
  flex-shrink: 0;
}

.btc-f0yugz {
  font-weight: 700;
}

.btc-nb3qrd .btc-iieg4u {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .btc-nb3qrd .btc-iieg4u {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .btc-nb3qrd .btc-iieg4u {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.btc-nb3qrd
  .btc-n55n4t:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.btc-nb3qrd .btc-xyzy84 {
  height: 100% !important;
  border-radius: 16px;
}

.btc-nb3qrd .btc-ez9733 {
  gap: 4px;
  align-items: center;
}

.btc-nb3qrd .btc-ez9733 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btc-nb3qrd .btc-ez9733 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.btc-nb3qrd .btc-wyc0m5,
.btc-nb3qrd .btc-jhlw44 {
  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.btc-e215b5.org/2000/svg'%3E%3Cpath d='M9.btc-ddd0o4 4.btc-vvir08.btc-emysg5 5.btc-qtyp0m.btc-afxjat 5.btc-h0l3dd.btc-70emwd 5.btc-2vb4rw.btc-5ljvo8 8.btc-a5vjb3.btc-2ilzc6 9.btc-qs9yv4.btc-in6fii 9.btc-y7wagf.btc-kdir6s 13.btc-0ms26f.btc-a7wkjr 11.btc-83ok92.btc-qf1o4o 11.btc-xum7dk.btc-74bts0 11.btc-rzm1nq.btc-f24kd6 13.btc-18av33.btc-9650ln 9.btc-s1q11v.btc-heukvq 9.btc-2t0rsw.btc-aoihhd 8.btc-iff1ph.btc-kl4azi 5.btc-r5y1nj.btc-5fnypa 5.btc-2juz9m.btc-qq4shh 5.btc-8vd7jj.btc-etqqd9 4.btc-07wm0w.btc-qf1o4o 1.btc-lq1y51.btc-ddd0o4 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.btc-nb3qrd .btc-wyc0m5 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.btc-nb3qrd .btc-jhlw44 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.btc-lnbc5c {
  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) {
  .btc-lnbc5c {
    padding: 24px;
  }
}

.btc-lnbc5c .btc-9pk2ti {
  display: flex;
}

@media (min-width: 768px) {
  .btc-lnbc5c .btc-9pk2ti {
    display: none;
  }
}

.btc-lnbc5c .btc-m23ap9 svg {
  display: none;
}

.btc-daim4u {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.btc-daim4u .btc-dwjksq {
  display: none;
}

@media (min-width: 768px) {
  .btc-daim4u .btc-dwjksq {
    display: flex;
  }
}

.btc-lxs94e {
  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) {
  .btc-lxs94e {
    font-size: 40px;
    line-height: 48px;
  }
}

.btc-lxs94e > * {
  margin: 0 !important;
}

.btc-lxs94e img,
.btc-xjqof9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .btc-lxs94e img,
  .btc-xjqof9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.btc-ohu2ry {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .btc-ohu2ry {
    width: 32px;
    height: 32px;
  }
}

.btc-9teez9 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .btc-9teez9 {
    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;
  }

  .btc-9teez9::-webkit-scrollbar {
    display: none;
  }
}

.btc-5k3uv1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .btc-5k3uv1 {
    padding: 7px 15px;
  }
}

.btc-5k3uv1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.btc-2axrx7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .btc-2axrx7 {
    display: flex;
    opacity: 1;
  }
}

.btc-5k3uv1 picture {
  height: 100%;
  display: block;
}

.btc-5k3uv1 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .btc-5k3uv1 img {
    width: 88px;
    height: 44px;
  }
}

.btc-5k3uv1 p {
  text-align: center;
  width: 100%;
}

.btc-i3wja8 {
  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) {
  .btc-i3wja8 {
    font-size: 40px;
    line-height: 48px;
  }
}

.btc-i3wja8 img,
.btc-sfyly9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .btc-i3wja8 img,
  .btc-sfyly9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.btc-r36soj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .btc-r36soj {
    width: 32px;
    height: 32px;
  }
}

.btc-2q22yc {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.btc-en9olq {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.btc-y038ds {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.btc-y038ds.btc-8pfuib {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.btc-2heygt {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .btc-2heygt {
    font-size: 20px;
    line-height: 28px;
  }
}

.btc-k7q2gv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.btc-j0e50k {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.btc-vmmd7d ease;
  opacity: 0;
  color: var(--text-color);
}

.btc-oplbvf {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.btc-oplbvf ol,
.btc-oplbvf ul {
  padding-left: 1.3em;
}

.btc-y038ds.btc-8pfuib .btc-j0e50k {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.btc-y038ds.btc-8pfuib .btc-k7q2gv {
  transform: rotate(180deg);
  color: var(--text-color);
}

.btc-lplzyk {
  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) {
  .btc-lplzyk {
    padding: 24px;
  }
}

.btc-lplzyk .btc-9pk2ti {
  display: flex;
}

@media (min-width: 768px) {
  .btc-lplzyk .btc-9pk2ti {
    display: none;
  }
}

.btc-lplzyk .btc-m23ap9 svg {
  display: none;
}

.btc-yl3tay {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btc-yl3tay .btc-dwjksq {
  display: none;
}

@media (min-width: 768px) {
  .btc-yl3tay .btc-dwjksq {
    display: flex;
  }
}

.btc-ov02mh {
  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) {
  .btc-ov02mh {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.btc-ov02mh > * {
  margin: 0 !important;
}

.btc-ov02mh img,
.btc-s25pa1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .btc-ov02mh img,
  .btc-s25pa1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.btc-ieyo9i {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .btc-ieyo9i {
    width: 32px;
    height: 32px;
  }
}

.btc-45mvlg {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .btc-45mvlg {
    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;
  }

  .btc-45mvlg::-webkit-scrollbar {
    display: none;
  }
}

.btc-zd46fe {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.btc-zd46fe:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.btc-93gulk {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .btc-93gulk {
    display: flex;
    opacity: 1;
  }
}

.btc-zd46fe picture {
  width: auto;
  height: 100%;
  display: block;
}

.btc-zd46fe picture img {
  display: block;
  width: auto;
  height: 100%;
}

.btc-ks5ath {
  margin: -24px 0;
}

.btc-ks5ath:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .btc-ks5ath {
    margin: -16px 0;
  }
}

.btc-0ge64j {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .btc-0ge64j {
    flex-direction: row;
  }
}

.btc-awfwez {
  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) {
  .btc-awfwez {
    flex: 1;
  }
}

.btc-awfwez::placeholder {
  color: var(--Text-400);
}

.btc-ylgauw {
  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;
}

.btc-f1egqu {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.btc-f1egqu::-webkit-scrollbar {
  display: none;
}

.btc-96gs83 {
  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;
}

.btc-96gs83 img,
.btc-96gs83 svg {
  margin-right: 8px;
}

.btc-zeg8v3 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.btc-ks5ath + .btc-od86vx {
  margin-top: 0;
}

@media (min-width: 768px) {
  .btc-ks5ath + .btc-od86vx {
    margin-top: -16px;
  }
}

.btc-9ehzt6 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.btc-9ehzt6 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.btc-9ehzt6 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.btc-itsmzo {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btc-i35ysy {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.btc-fj3vy4 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.btc-pcq5ff {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.btc-a0o2kj {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.btc-itsmzo 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;
}

.btc-itsmzo 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) {
  .btc-itsmzo {
    padding: 39px 179px 39px 39px;
  }

  .btc-i35ysy {
    font-size: 40px;
    line-height: 48px;
  }

  .btc-a0o2kj {
    height: 348px;
  }

  .btc-itsmzo button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .btc-itsmzo button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .btc-itsmzo {
    padding: 63px;
  }
}

.btc-8wp1bz {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .btc-8wp1bz {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.btc-d54dsu {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .btc-d54dsu {
    width: auto;
  }
}

.btc-xq5j2n {
  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;
}

.btc-xq5j2n::-webkit-scrollbar {
  display: none;
}

.btc-xq5j2n 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);
}

.btc-xq5j2n a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .btc-xq5j2n {
    margin-left: 16px;
    margin-top: 0;
  }
}

.btc-8wp1bz .btc-raajxm {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.btc-vmmd7d,
    mask-image 0.3s;
}

.btc-8wp1bz .btc-raajxm.btc-qvtnok {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.btc-qah8ev {
  margin: 40px -16px;
}

.btc-51h1qi + .btc-nwxv2g,
.btc-51h1qi + .btc-2f1tgg {
  margin-top: 24px;
}

.btc-iqh7q4 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.btc-iqh7q4 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.btc-zzdtv4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .btc-zzdtv4 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .btc-zzdtv4 {
    margin-top: 0;
  }
}

.btc-ce4xrd {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .btc-ce4xrd {
    font-size: 24px;
    line-height: 32px;
  }
}

.btc-gfviq5 {
  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) {
  .btc-gfviq5 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.btc-08zu6m {
  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) {
  .btc-08zu6m {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.btc-nqldr9 {
  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) {
  .btc-nqldr9 {
    font-size: 20px;
    line-height: 28px;
  }
}

.btc-8i25w6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .btc-8i25w6 {
    font-size: 32px;
    line-height: 40px;
  }
}

.btc-r0uk3u {
  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;
}

.btc-dowkm5 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.btc-dowkm5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.btc-od86vx {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.btc-uw0t65 {
  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) {
  .btc-uw0t65 {
    padding: 15px 48px;
  }
}

main > .btc-od86vx {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .btc-iieg4u.btc-7oz2uk > div:nth-child(n+5) {
    display: none;
  }
}

.btc-bqznc6 p a img {
  display: block;
  margin: 0 auto;
}


.btc-widqgh {
  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 */
.btc-079c8t {
  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;
}

.btc-079c8t label {
  font-size: 14px;
}

.btc-079c8t h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.btc-079c8t input,
.btc-079c8t textarea,
.btc-079c8t 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;
}
.btc-079c8t button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.btc-g59tma ease;
}
.btc-079c8t button:hover {
  background-color: var(--button-bg-hover);
}
.btc-smjmdg {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.btc-e8yrdj ease-in;
}

.btc-smjmdg 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;
}
.btc-5wr013, .btc-uc7y8z, [class*="review-card"],
thead, thead th, table th, .btc-4svwhj,
.btc-w7nbwi, [class*="collapsible-header"],
.btc-w1bsa3, [class*="updated-block"] {
  color: #ece7dc !important;
}
