* {
  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;
  }
}

.methmeth-0jhv3u {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .methmeth-0jhv3u {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .methmeth-0jhv3u {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.methmeth-j0smd1 {
  overflow: hidden;
}

.methmeth-u5f9ak img {
  background: var(--Neutral-300);
}

.methmeth-gmburn {
  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;
}

.methmeth-qa167v {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.methmeth-qa167v:hover {
  background: var(--button-bg-hover);
}

.methmeth-czgqrp {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.methmeth-czgqrp:hover {
  background: var(--button-bg-hover);
}

.methmeth-ibk3w7 {
  font-size: 12px;
  line-height: 18px;
}

.methmeth-oc87ej {
  font-size: 18px;
  line-height: 26px;
}

.methmeth-jx70qj {
  width: 100%;
}

.methmeth-36pqj4 {
  padding: 6px 16px;
}

.methmeth-2p9stq {
  padding: 10px 16px;
}

.methmeth-ynnsmf {
  padding: 15px 26px;
}

.methmeth-ah0omw {
  flex-shrink: 0;
}

.methmeth-d67d8j {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.methmeth-92oeoh {
  display: none;
}

.methmeth-8n8yv2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.methmeth-91twbh {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.methmeth-xq04np {
  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;
}

.methmeth-lyepsx {
  cursor: grab;
}

.methmeth-xq04np::-webkit-scrollbar {
  display: none;
}

.methmeth-b01gya {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.methmeth-cxac8b {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.methmeth-rjbqez {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.methmeth-wbyhos {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.methmeth-z2z7i6 {
  visibility: visible;
}

.methmeth-fo6hro {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.methmeth-ye6kka ease;
}

.methmeth-s33306 {
  background-color: var(--Primary-200);
  width: 16px;
}

.methmeth-thfu43 {
  -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.methmeth-ye6kka,
    mask-image 0.3s;
}

.methmeth-thfu43.methmeth-4fftnx {
  -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;
  }
}

.methmeth-lbu1mv: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;
}

.methmeth-or3z7e {
  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.methmeth-9b03hh.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.methmeth-9b03hh.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;
}

.methmeth-lgwuc4 {
  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);
}

.methmeth-lgwuc4::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%
  );
}

.methmeth-jrccbg {
  position: relative;
  z-index: 1;
}

.methmeth-oqjkh9 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.methmeth-vb7f2f {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.methmeth-jj8exl {
  font-size: 40px;
  line-height: 48px;
}

.methmeth-k6okdt {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.methmeth-rrnv6o {
  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;
}

.methmeth-rrnv6o:hover {
  background: var(--Primary-400);
}

.methmeth-rrnv6o svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.methmeth-lbu1mv 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) {
  .methmeth-lgwuc4 {
    max-width: 600px;
    padding: 64px;
  }

  .methmeth-oqjkh9 {
    font-size: 24px;
    line-height: 32px;
  }

  .methmeth-vb7f2f {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .methmeth-jj8exl {
    font-size: 50px;
    line-height: 56px;
  }

  .methmeth-k6okdt {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .methmeth-or3z7e {
    top: 25px;
    right: 25px;
  }
}

.methmeth-54pf9y,
.methmeth-2cm2gx {
  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;
}

.methmeth-jyee1s.methmeth-p8ijmz::before,
.methmeth-2cm2gx::before,
.methmeth-3a22lm::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.methmeth-9b03hh.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.methmeth-97qcvq 14.methmeth-clb3mi.methmeth-hm5jfu 14.methmeth-838rji 15.methmeth-fijnvj 14.methmeth-56icbd 15.methmeth-dh2ngn 14.methmeth-1t5wqu.methmeth-jb2ayr 14.methmeth-9d8iax 19.methmeth-8piqh2 12.methmeth-3addia 19.methmeth-8piqh2 10.methmeth-i7k0dn.methmeth-8piqh2 8.methmeth-jnq0x6 17.methmeth-veqsed 7.methmeth-5s3w84 15.methmeth-dtp91y 7.methmeth-y0hltd.methmeth-mvfh9p 7.methmeth-5s3w84 11.methmeth-blowr4 8.methmeth-jnq0x6 11.methmeth-blowr4 10.methmeth-42t7ds.methmeth-blowr4 12.methmeth-2m25rg 13.methmeth-dcze4o 14.methmeth-eq1bsr 15.methmeth-ejdwif 14.methmeth-woxgxk.methmeth-jqu2g8 14.methmeth-uxuha9 15.methmeth-mpubem 14.methmeth-5edqj6 15.methmeth-w3c7ub 14.methmeth-sfxriw.methmeth-97qcvq 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.methmeth-ql6cg3 15.methmeth-63gth1.methmeth-8nd3v3 15.methmeth-99k4n2 15.methmeth-b0whlp 15.methmeth-0x16xj 15.methmeth-ad4dgg 15.methmeth-0lxov7.methmeth-3bwdj3 15.methmeth-0x16xj 15.methmeth-uuwjzw 15.methmeth-hgo0vn 15.methmeth-b795mo 15.methmeth-pwp79h.methmeth-93tm4p 15.methmeth-jv5op3 7.methmeth-uzaivs 18.methmeth-21j4zw 7.methmeth-u2vco2 23.methmeth-h8l1up.methmeth-t7l0el.methmeth-4sk1y6 18.methmeth-rulzs1 19.methmeth-wg9e2y 15.methmeth-nykncu 15.methmeth-ql6cg3 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.methmeth-epz6ie [type="submit"] *,
.methmeth-kzm8ry button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .methmeth-29zsjf {
    display: none;
  }
}

.methmeth-jmkyq2 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .methmeth-jmkyq2 {
  display: none;
}

@media (min-width: 768px) {
  .methmeth-jmkyq2 {
    bottom: 22px;
  }
}

.methmeth-jmkyq2 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .methmeth-jmkyq2 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.methmeth-q3gs6a.static) .methmeth-jmkyq2 {
    bottom: 8px;
  }
}

.methmeth-wcnxe0 {
  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.methmeth-9b03hh.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.methmeth-3s0pvm 3.methmeth-ecx5io.methmeth-cbsyye.methmeth-qsajna 3.methmeth-77nfpk 3.methmeth-xfd00t 5.methmeth-0breax 3.methmeth-xfd00t 8.methmeth-yxbzu4.methmeth-zv2nsx.methmeth-xfd00t 26.methmeth-5vqo56 5.methmeth-xidq8u 28.methmeth-dugic9 8.methmeth-0nwwv2 28.methmeth-mhvw87.methmeth-a0ykli 28.methmeth-sm27a9.methmeth-cbc87p 34.methmeth-dwr8d9.methmeth-jjuxll 36.methmeth-knvm1k 11.methmeth-rlflaw 37.methmeth-endiq8 12.methmeth-knu8xw 36.methmeth-1thiik.methmeth-4q6lwt 28.methmeth-xcsd6c.methmeth-sfmuvq.methmeth-9thjs2 28.methmeth-zk10xz 36.methmeth-xancys 26.methmeth-bubpmi 36.methmeth-xancys 23.methmeth-4d6qp2.methmeth-5wmpa8.methmeth-xancys 5.methmeth-udov2a 34.methmeth-oiytxi 3.methmeth-77nfpk 31.methmeth-3s0pvm 3.methmeth-tc887q.methmeth-5fto5q 18.methmeth-g7td31.methmeth-6u4ruw 18.methmeth-h2syq1 8.methmeth-iic6ka 17.methmeth-zmregc 8.methmeth-iic6ka 15.methmeth-9p6yvd.methmeth-iic6ka 14.methmeth-tic4bu 9.methmeth-6u4ruw 13.methmeth-tn1ndy 11.methmeth-5fto5q 13.methmeth-d0v611.methmeth-b6w0v7 13.methmeth-tn1ndy 13.methmeth-pdd37x 14.methmeth-tic4bu 13.methmeth-pdd37x 15.methmeth-4y4ic8.methmeth-pdd37x 17.methmeth-zmregc 12.methmeth-b6w0v7 18.methmeth-h2syq1 11.methmeth-5fto5q 18.methmeth-jiwx3c.methmeth-3u8u0l 18.methmeth-ysqlue.methmeth-ov7xfw 18.methmeth-h2syq1 17.methmeth-5r13ic 17.methmeth-zmregc 17.methmeth-5r13ic 15.methmeth-p465oo.methmeth-5r13ic 14.methmeth-tic4bu 18.methmeth-ov7xfw 13.methmeth-tn1ndy 20.methmeth-3u8u0l 13.methmeth-g5018w.methmeth-ckh040 13.methmeth-tn1ndy 22.methmeth-fuyknr 14.methmeth-tic4bu 22.methmeth-fuyknr 15.methmeth-tafcoh.methmeth-kkqm76 17.methmeth-zmregc 21.methmeth-ckh040 18.methmeth-h2syq1 20.methmeth-3u8u0l 18.methmeth-1gtdnq.methmeth-kd2zkp 18.methmeth-4w3ey3.methmeth-3bcmdy 18.methmeth-h2syq1 26.methmeth-5jobvw 17.methmeth-zmregc 26.methmeth-5jobvw 15.methmeth-i2dh0a.methmeth-5jobvw 14.methmeth-tic4bu 27.methmeth-3bcmdy 13.methmeth-tn1ndy 28.methmeth-kd2zkp 13.methmeth-gx3ybs.methmeth-3a8ywy 13.methmeth-tn1ndy 31.methmeth-vcxp87 14.methmeth-tic4bu 31.methmeth-vcxp87 15.methmeth-kh788a.methmeth-5jobvw 17.methmeth-zmregc 30.methmeth-3a8ywy 18.methmeth-h2syq1 28.methmeth-kd2zkp 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"])
    .methmeth-wcnxe0 {
    display: none;
  }
}

.methmeth-du8jq1 {
  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) {
  .methmeth-du8jq1 {
    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;
}

.methmeth-kzm8ry {
  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) {
  .methmeth-kzm8ry {
    padding: 14px 16px;
  }
}

.methmeth-kzm8ry button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.methmeth-kzm8ry button:first-child {
  align-content: end;
}

.methmeth-kzm8ry button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .methmeth-kzm8ry
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .methmeth-kzm8ry
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.methmeth-kzm8ry button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.methmeth-kzm8ry button:last-child svg {
  width: 38px;
  height: 38px;
}

.methmeth-3a22lm {
  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;
}

.methmeth-3a22lm::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .methmeth-3a22lm,
.pc61d126-chatbot[data-active-screen="3"]
  .methmeth-3a22lm {
  opacity: 1;
  visibility: visible;
}

.methmeth-et0wnq {
  flex: 1 1;
}

.methmeth-3h9vxk {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .methmeth-3h9vxk {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .methmeth-f460uf {
  display: block;
}

.methmeth-avcvb2 {
  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) {
  .methmeth-avcvb2 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.methmeth-2cm2gx {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.methmeth-2cm2gx::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.methmeth-z1ann9 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.methmeth-z1ann9 p {
  color: var(--Text-100);
}

.methmeth-2cm2gx .methmeth-ixeva3 {
  grid-area: button;
}

.methmeth-2cm2gx .methmeth-ixeva3::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.methmeth-9b03hh.org/2000/svg'%3E%3Cpath d='M4.methmeth-9wa085 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.methmeth-w8d9l3 15L16.methmeth-w8d9l3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.methmeth-w8d9l3 5L16.methmeth-w8d9l3 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .methmeth-r14h8s {
  display: block;
}

.methmeth-62222q {
  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) {
  .methmeth-62222q {
    margin-top: 40px;
  }
}

.methmeth-54pf9y label,
.methmeth-54pf9y input {
  display: block;
  width: 100%;
}

.methmeth-54pf9y label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.methmeth-54pf9y label.methmeth-4ikv07 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.methmeth-54pf9y label.methmeth-4ikv07::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;
}

.methmeth-54pf9y 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;
}

.methmeth-54pf9y input::placeholder {
  color: var(--Text-400);
}

.methmeth-mmjx6u {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .methmeth-mmjx6u {
  display: flex;
}

.methmeth-mmjx6u ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .methmeth-mmjx6u ol {
    height: 420px;
    padding: 24px;
  }
}

.methmeth-mmjx6u ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.methmeth-epz6ie {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .methmeth-epz6ie {
    padding: 0 24px 24px;
  }
}

.methmeth-epz6ie 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;
}

.methmeth-epz6ie input::placeholder {
  color: var(--Text-400);
}

.methmeth-epz6ie [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.methmeth-epz6ie [type="submit"]:disabled {
  opacity: 0.5;
}

.methmeth-epz6ie [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .methmeth-epz6ie [type="submit"] {
    right: 40px;
  }
}

.methmeth-jyee1s {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.methmeth-jyee1s.methmeth-p8ijmz {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.methmeth-jyee1s.methmeth-p8ijmz::before {
  content: "";
  width: 31px;
}

.methmeth-jyee1s.methmeth-p8ijmz p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.methmeth-jyee1s.methmeth-z01ycm p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.methmeth-jyee1s p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.methmeth-jmkyq2 .methmeth-ixeva3 {
  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;
  }
}

.methmeth-29zsjf {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .methmeth-29zsjf {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .methmeth-29zsjf {
    padding: 18px 0;
  }
}

.methmeth-29zsjf .methmeth-0jhv3u {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .methmeth-29zsjf .methmeth-0jhv3u {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.methmeth-baxwho {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .methmeth-baxwho {
    max-width: 160px;
    height: 40px;
  }
}

.methmeth-baxwho picture,
.methmeth-baxwho img {
  display: block;
  width: 100%;
  height: 100%;
}

.methmeth-baxwho img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .methmeth-j8od5k {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.methmeth-ye6kka ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .methmeth-29zsjf.methmeth-5elfg2 .methmeth-j8od5k {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .methmeth-j8od5k {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .methmeth-j8od5k {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.methmeth-tejg9q,
.methmeth-h9mvpg {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .methmeth-tejg9q,
  .methmeth-h9mvpg {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .methmeth-h9mvpg {
    display: none;
  }
}

.methmeth-jya8p5 {
  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;
}

.methmeth-5elfg2 .methmeth-jya8p5 {
  background: var(--fh-bg-color);
}

.methmeth-jya8p5 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .methmeth-jya8p5 {
    display: none;
  }
}

.methmeth-skldf0 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .methmeth-skldf0 {
    display: none;
  }
}

.methmeth-javai5 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.methmeth-29zsjf.methmeth-5elfg2 .methmeth-javai5:first-child {
  display: none;
}

.methmeth-29zsjf.methmeth-5elfg2 .methmeth-javai5:last-child {
  display: block;
}

.methmeth-javai5:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .methmeth-javai5 {
    display: none;
  }
}

.methmeth-cvac7a {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .methmeth-cvac7a {
    display: flex;
  }
}

.methmeth-cvac7a ul {
  max-height: 350px;
  overflow-y: auto;
}

.methmeth-cvac7a:hover ul {
  visibility: visible;
  opacity: 1;
}

.methmeth-cvac7a:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.methmeth-cvac7a:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.methmeth-cvac7a:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.methmeth-cvac7a:hover .methmeth-zahgz2 svg {
  transform: rotate(180deg);
}

.methmeth-tc9lgp {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.methmeth-dnt25b {
  padding: 0 8px;
}

.methmeth-9zh2n9 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.methmeth-9zh2n9:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .methmeth-9zh2n9 {
    padding: 4px 8px;
  }
}

.methmeth-x0nsgj {
  display: flex;
}

.methmeth-x0nsgj img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.methmeth-zahgz2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.methmeth-zahgz2 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.methmeth-w984ni {
  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) {
  .methmeth-w984ni {
    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;
  }
}

.methmeth-fhcukw {
  width: 100%;
}

@media (min-width: 1200px) {
  .methmeth-fhcukw {
    display: none;
  }
}

.methmeth-5nm7cy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.methmeth-61nc0z {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.methmeth-z2vad9 {
  display: flex;
}

.methmeth-lmq2xw {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.methmeth-zs9nyv {
  list-style: none;
}

@media (max-width: 1199px) {
  .methmeth-zs9nyv {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .methmeth-zs9nyv {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .methmeth-zs9nyv .methmeth-ko4czo [data-ref-el],
  .methmeth-zs9nyv .methmeth-ko4czo span,
  .methmeth-zs9nyv .methmeth-ko4czo a {
    white-space: nowrap;
  }
}

.methmeth-hlfxqa {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .methmeth-hlfxqa.methmeth-36dlts > .methmeth-ko4czo {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .methmeth-hlfxqa.methmeth-mfbe3k:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .methmeth-hlfxqa.methmeth-36dlts > .methmeth-ftc5r1 {
    height: auto;
  }

  .methmeth-hlfxqa.methmeth-36dlts > div > .methmeth-c6145q {
    transform: rotate(180deg);
  }
}

.methmeth-hlfxqa [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.methmeth-hlfxqa [data-ref-el],
.methmeth-hlfxqa span {
  cursor: pointer;
}

.methmeth-hlfxqa [data-ref-el],
.methmeth-hlfxqa span,
.methmeth-hlfxqa a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .methmeth-hlfxqa [data-ref-el],
  .methmeth-hlfxqa span,
  .methmeth-hlfxqa a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .methmeth-hlfxqa [data-ref-el],
  .methmeth-hlfxqa span,
  .methmeth-hlfxqa a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.methmeth-ftc5r1 {
  height: 0;
  overflow: hidden;
  transition: height 0.methmeth-ye6kka ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.methmeth-ftc5r1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.methmeth-ftc5r1::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.methmeth-ftc5r1::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .methmeth-ftc5r1 {
    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;
  }

  .methmeth-ftc5r1:has(> .methmeth-hlfxqa.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .methmeth-ftc5r1 .methmeth-ftc5r1 {
    padding: 0;
  }

  .methmeth-ftc5r1 .methmeth-hlfxqa {
    font-weight: 400;
  }

  .methmeth-ftc5r1 .methmeth-hlfxqa:hover > .methmeth-ko4czo {
    background: var(--Neutral-300);
  }

  .methmeth-ftc5r1 .methmeth-c6145q {
    rotate: -90deg;
  }
}

.methmeth-ko4czo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .methmeth-ko4czo {
    padding: 8px;
  }

  .methmeth-hlfxqa.methmeth-s1ihg3 > .methmeth-ko4czo {
    background: var(--Neutral-300);
  }
}

.methmeth-c6145q {
  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.methmeth-9b03hh.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.methmeth-yyju6f 0.methmeth-ijofji.methmeth-6wi1hz -0.methmeth-547zee 0.methmeth-zln571 -0.methmeth-547zee 1.methmeth-fha31v 0.methmeth-727pvb.methmeth-xlg22v 4.methmeth-101by4.methmeth-yyju6f 0.methmeth-0t3kdf.methmeth-jibowx -0.methmeth-547zee 9.methmeth-o3rs9w -0.methmeth-547zee 10.methmeth-xp6ehx 0.methmeth-56nw4k.methmeth-r8iqzf 0.methmeth-6wi1hz 10.methmeth-r8iqzf 0.methmeth-zln571 10.methmeth-xp6ehx 1.methmeth-dxoqv1.methmeth-491bro 5.methmeth-tgghfp.methmeth-9pwdys 6.methmeth-ygcx56 5.methmeth-oube8x 6.methmeth-ygcx56 4.methmeth-6y9epe 5.methmeth-1pj0nc.methmeth-yyju6f 1.methmeth-fjnabf.methmeth-547zee 0.methmeth-zln571 -0.methmeth-547zee 0.methmeth-6wi1hz 0.methmeth-yyju6f 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.methmeth-ye6kka ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .methmeth-c6145q {
    cursor: default;
  }
}

.methmeth-6s9o4e {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.methmeth-u1g26i {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .methmeth-u1g26i {
    padding: 40px 4px;
  }
}

.methmeth-yulqac {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .methmeth-yulqac {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.methmeth-qjo4a7 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .methmeth-qjo4a7 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.methmeth-qjo4a7 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.methmeth-qjo4a7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.methmeth-qjo4a7 [data-ref-el],
.methmeth-qjo4a7 span,
.methmeth-qjo4a7 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.methmeth-k72xkw {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .methmeth-k72xkw {
    margin-bottom: 12px;
  }
}

.methmeth-6vn2qx {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.methmeth-6vn2qx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .methmeth-6vn2qx:last-child {
    margin-right: 0;
  }
}

.methmeth-yx376e {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.methmeth-k72xkw:hover .methmeth-mnw1ai {
  visibility: visible;
  opacity: 1;
}

.methmeth-mnw1ai {
  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);
}

.methmeth-001242 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.methmeth-c86n0u {
  display: flex;
  margin: 6px;
}

.methmeth-c86n0u img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.methmeth-mnw1ai::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);
}

.methmeth-mnw1ai::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);
}

.methmeth-8utjpz {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .methmeth-8utjpz {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.methmeth-ksmy49 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .methmeth-ksmy49 {
    margin-right: 32px;
  }
}

.methmeth-fqyk3d {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .methmeth-fqyk3d {
    margin-top: 0;
    width: 340px;
  }
}

.methmeth-fqyk3d a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.methmeth-z32dlh {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.methmeth-9lp28d {
  position: relative;
}

@media (min-width: 768px) {
  .methmeth-9lp28d {
    margin-top: 40px;
  }
}

.methmeth-9lp28d + .methmeth-nc2nyu,
.methmeth-9lp28d + .methmeth-9lp28d {
  margin-top: 24px;
}

.methmeth-zv3rsx {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .methmeth-zv3rsx {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .methmeth-zv3rsx {
    padding: 80px;
  }
}

.methmeth-4s92mn {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .methmeth-4s92mn {
    padding: 0 16px;
}


}

.methmeth-vs8pbi {
  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) {
  .methmeth-vs8pbi {
    font-size: 48px;
    line-height: 56px;
  }
}

.methmeth-lre9vw {
  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) {
  .methmeth-lre9vw {
    font-size: 24px;
    line-height: 32px;
  }
}

.methmeth-ezf7i4 {
  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;
}

.methmeth-ezf7i4:hover {
  background: var(--button-bg-hover);
}

.methmeth-0plfsq {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.methmeth-0plfsq img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .methmeth-0plfsq img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .methmeth-0plfsq img {
  min-height: 100%;
  }
}

.methmeth-zv3rsx::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.methmeth-qf03ps {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.methmeth-qf03ps h1,
.methmeth-qf03ps h2,
.methmeth-qf03ps h3,
.methmeth-qf03ps h4 {
  margin-bottom: 6px;
}

.methmeth-qf03ps h1:not(:first-child),
.methmeth-qf03ps h2:not(:first-child),
.methmeth-qf03ps h3:not(:first-child),
.methmeth-qf03ps h4:not(:first-child) {
  margin-top: 16px;
}

.methmeth-qf03ps h1,
.methmeth-qf03ps h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .methmeth-qf03ps h1,
  .methmeth-qf03ps h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.methmeth-qf03ps h2,
.methmeth-qf03ps h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .methmeth-qf03ps h2,
  .methmeth-qf03ps h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.methmeth-qf03ps h3,
.methmeth-qf03ps h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .methmeth-qf03ps h3,
  .methmeth-qf03ps h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.methmeth-qf03ps h4,
.methmeth-qf03ps h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.methmeth-qf03ps ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.methmeth-qf03ps ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.methmeth-qf03ps 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);
}

.methmeth-qf03ps ul ul {
  margin-bottom: 8px;
}

.methmeth-qf03ps ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.methmeth-qf03ps ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.methmeth-qf03ps ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.methmeth-qf03ps ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.methmeth-qf03ps ol li::marker {
  font-weight: 700;
}

.methmeth-qf03ps ol ol {
  margin-bottom: 8px;
}

.methmeth-qf03ps ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.methmeth-qf03ps ol ul li {
  padding-left: 16px;
}

.methmeth-qf03ps 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) {
  .methmeth-qf03ps table {
    padding: 24px;
  }
}

.methmeth-qf03ps table.methmeth-5r43pp {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.methmeth-ye6kka,
    mask-image 0.3s;
}

.methmeth-qf03ps table.methmeth-5r43pp.methmeth-4fftnx {
  -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) {
  .methmeth-qf03ps table {
    display: table;
  }
}

.methmeth-qf03ps 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);
}

.methmeth-qf03ps table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.methmeth-qf03ps table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.methmeth-qf03ps 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) {
  .methmeth-qf03ps table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.methmeth-qf03ps table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.methmeth-qf03ps table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.methmeth-qf03ps table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.methmeth-qf03ps img {
  max-width: 100%;
  height: auto;
}

.methmeth-1p2fmv {
  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) {
  .methmeth-1p2fmv {
    padding: 24px;
  }
}

.methmeth-a4zska {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .methmeth-a4zska {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.methmeth-a4zska > * {
  margin: 0 !important;
}

.methmeth-a4zska img,
.methmeth-wwcbpy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .methmeth-a4zska img,
  .methmeth-wwcbpy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.methmeth-9gyghl {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .methmeth-9gyghl {
    width: 32px;
    height: 32px;
  }
}

.methmeth-fucp3n {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.methmeth-fucp3n .methmeth-moaj50 {
  flex-shrink: 0;
}

.methmeth-fucp3n .methmeth-903jxe svg {
  display: none;
}

.methmeth-xaumen {
  display: grid;
  transition: max-height 0.methmeth-ye6kka ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .methmeth-xaumen {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .methmeth-xaumen {
    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));
  }
}

.methmeth-xaumen.methmeth-99ypf0 + .methmeth-moaj50 svg {
  transform: rotate(180deg);
}

.methmeth-qn0nkk {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.methmeth-qn0nkk > div:nth-child(3n) {
  grid-column: span 2;
}

.methmeth-qn0nkk
  > div:nth-child(3n)
  .methmeth-9hs2fh
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .methmeth-qn0nkk {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .methmeth-qn0nkk > div:nth-child(3n) {
    grid-column: unset;
  }

  .methmeth-qn0nkk
    > div:nth-child(3n)
    .methmeth-9hs2fh
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .methmeth-qn0nkk {
    max-width: 270px;
  }
}

.methmeth-qn0nkk .methmeth-9hs2fh button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .methmeth-qn0nkk .methmeth-9hs2fh button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .methmeth-qn0nkk .methmeth-9hs2fh button {
    max-width: 104px;
  }
}

.methmeth-wi6fz3 {
  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) {
  .methmeth-wi6fz3 {
    margin-bottom: 0;
  }
}

.methmeth-u1nxxk {
  display: none;
  opacity: 0;
}

.methmeth-02rm2c {
  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;
  }
}

.methmeth-02rm2c img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.methmeth-9hs2fh {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.methmeth-9hs2fh button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .methmeth-9hs2fh
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .methmeth-9hs2fh
    button {
    max-width: 145px;
  }
}

.methmeth-fvfowi:first-child
  .methmeth-9hs2fh
  button {
  max-width: 270px;
}

.methmeth-zln63d {
  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%;
}

.methmeth-wi6fz3 picture {
  width: 100%;
  max-width: 100%;
}

.methmeth-gsak7y {
  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;
}

.methmeth-gsak7y svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.methmeth-wi6fz3:hover .methmeth-gsak7y {
  display: flex;
}

.methmeth-tg5o5i {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.methmeth-2g5sel {
  display: flex;
}

.methmeth-2g5sel:hover .methmeth-k3cqep,
.methmeth-2g5sel .methmeth-s1ihg3 .methmeth-k3cqep {
  display: flex;
}

.methmeth-2g5sel svg {
  flex-shrink: 0;
}

.methmeth-k3cqep {
  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) {
  .methmeth-k3cqep {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.methmeth-k3cqep:hover {
  display: flex;
}

.methmeth-k3cqep svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.methmeth-dvj4dk {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .methmeth-dvj4dk {
    font-size: 12px;
  }
}

.methmeth-vmjx9k,
.methmeth-akylth {
  width: 50%;
  flex-shrink: 0;
}

.methmeth-vmjx9k {
  font-weight: 700;
}

.methmeth-bttu8u .methmeth-xaumen {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .methmeth-bttu8u .methmeth-xaumen {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .methmeth-bttu8u .methmeth-xaumen {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.methmeth-bttu8u
  .methmeth-zln63d:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.methmeth-bttu8u .methmeth-02rm2c {
  height: 100% !important;
  border-radius: 16px;
}

.methmeth-bttu8u .methmeth-9hs2fh {
  gap: 4px;
  align-items: center;
}

.methmeth-bttu8u .methmeth-9hs2fh button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.methmeth-bttu8u .methmeth-9hs2fh svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.methmeth-bttu8u .methmeth-3lvq21,
.methmeth-bttu8u .methmeth-yy9vlh {
  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.methmeth-9b03hh.org/2000/svg'%3E%3Cpath d='M9.methmeth-yce6hl 4.methmeth-8t59mc.methmeth-4os5wb 5.methmeth-skfn23.methmeth-vjcmo8 5.methmeth-85amvt.methmeth-0rbw71 5.methmeth-7lcoit.methmeth-0fjpxs 8.methmeth-g287gs.methmeth-024v0c 9.methmeth-blgz96.methmeth-s82ej8 9.methmeth-b9ngie.methmeth-lz6pi4 13.methmeth-ek23rk.methmeth-42c7os 11.methmeth-7sy7xk.methmeth-9d7gzk 11.methmeth-sf9vwd.methmeth-djqsbx 11.methmeth-wqnay6.methmeth-720arl 13.methmeth-xf1md9.methmeth-wruto6 9.methmeth-fkez24.methmeth-m365jm 9.methmeth-botcud.methmeth-mvcdsg 8.methmeth-ln2bv1.methmeth-7hn9k6 5.methmeth-wfoz3x.methmeth-wrfm23 5.methmeth-96ouua.methmeth-07xzcc 5.methmeth-7hejac.methmeth-iv0mh8 4.methmeth-enmh0i.methmeth-9d7gzk 1.methmeth-pw7bhu.methmeth-yce6hl 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.methmeth-bttu8u .methmeth-3lvq21 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.methmeth-bttu8u .methmeth-yy9vlh {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.methmeth-1y0xby {
  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) {
  .methmeth-1y0xby {
    padding: 24px;
  }
}

.methmeth-1y0xby .methmeth-moaj50 {
  display: flex;
}

@media (min-width: 768px) {
  .methmeth-1y0xby .methmeth-moaj50 {
    display: none;
  }
}

.methmeth-1y0xby .methmeth-903jxe svg {
  display: none;
}

.methmeth-kqy127 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.methmeth-kqy127 .methmeth-gmburn {
  display: none;
}

@media (min-width: 768px) {
  .methmeth-kqy127 .methmeth-gmburn {
    display: flex;
  }
}

.methmeth-nkganh {
  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) {
  .methmeth-nkganh {
    font-size: 40px;
    line-height: 48px;
  }
}

.methmeth-nkganh > * {
  margin: 0 !important;
}

.methmeth-nkganh img,
.methmeth-sec3kq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .methmeth-nkganh img,
  .methmeth-sec3kq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.methmeth-grdgdz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .methmeth-grdgdz {
    width: 32px;
    height: 32px;
  }
}

.methmeth-q7nwzg {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .methmeth-q7nwzg {
    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;
  }

  .methmeth-q7nwzg::-webkit-scrollbar {
    display: none;
  }
}

.methmeth-qv0cle {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .methmeth-qv0cle {
    padding: 7px 15px;
  }
}

.methmeth-qv0cle:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.methmeth-68qy5i {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .methmeth-68qy5i {
    display: flex;
    opacity: 1;
  }
}

.methmeth-qv0cle picture {
  height: 100%;
  display: block;
}

.methmeth-qv0cle img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .methmeth-qv0cle img {
    width: 88px;
    height: 44px;
  }
}

.methmeth-qv0cle p {
  text-align: center;
  width: 100%;
}

.methmeth-7i8xxl {
  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) {
  .methmeth-7i8xxl {
    font-size: 40px;
    line-height: 48px;
  }
}

.methmeth-7i8xxl img,
.methmeth-yefrc9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .methmeth-7i8xxl img,
  .methmeth-yefrc9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.methmeth-7dtjxx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .methmeth-7dtjxx {
    width: 32px;
    height: 32px;
  }
}

.methmeth-9n8won {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.methmeth-u9bxjk {
  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;
}

.methmeth-x9p0y7 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.methmeth-x9p0y7.methmeth-s1ihg3 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.methmeth-uzixgz {
  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) {
  .methmeth-uzixgz {
    font-size: 20px;
    line-height: 28px;
  }
}

.methmeth-hwiioz {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.methmeth-my51zq {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.methmeth-ye6kka ease;
  opacity: 0;
  color: var(--text-color);
}

.methmeth-glvhnw {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.methmeth-glvhnw ol,
.methmeth-glvhnw ul {
  padding-left: 1.3em;
}

.methmeth-x9p0y7.methmeth-s1ihg3 .methmeth-my51zq {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.methmeth-x9p0y7.methmeth-s1ihg3 .methmeth-hwiioz {
  transform: rotate(180deg);
  color: var(--text-color);
}

.methmeth-x374xg {
  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) {
  .methmeth-x374xg {
    padding: 24px;
  }
}

.methmeth-x374xg .methmeth-moaj50 {
  display: flex;
}

@media (min-width: 768px) {
  .methmeth-x374xg .methmeth-moaj50 {
    display: none;
  }
}

.methmeth-x374xg .methmeth-903jxe svg {
  display: none;
}

.methmeth-xakafd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.methmeth-xakafd .methmeth-gmburn {
  display: none;
}

@media (min-width: 768px) {
  .methmeth-xakafd .methmeth-gmburn {
    display: flex;
  }
}

.methmeth-d528cx {
  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) {
  .methmeth-d528cx {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.methmeth-d528cx > * {
  margin: 0 !important;
}

.methmeth-d528cx img,
.methmeth-jc9s7c {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .methmeth-d528cx img,
  .methmeth-jc9s7c {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.methmeth-trhou2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .methmeth-trhou2 {
    width: 32px;
    height: 32px;
  }
}

.methmeth-hyyepb {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .methmeth-hyyepb {
    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;
  }

  .methmeth-hyyepb::-webkit-scrollbar {
    display: none;
  }
}

.methmeth-wr0o23 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.methmeth-wr0o23:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.methmeth-v6eiwn {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .methmeth-v6eiwn {
    display: flex;
    opacity: 1;
  }
}

.methmeth-wr0o23 picture {
  width: auto;
  height: 100%;
  display: block;
}

.methmeth-wr0o23 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.methmeth-w2c6oy {
  margin: -24px 0;
}

.methmeth-w2c6oy:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .methmeth-w2c6oy {
    margin: -16px 0;
  }
}

.methmeth-wvtweg {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .methmeth-wvtweg {
    flex-direction: row;
  }
}

.methmeth-sr7axq {
  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) {
  .methmeth-sr7axq {
    flex: 1;
  }
}

.methmeth-sr7axq::placeholder {
  color: var(--Text-400);
}

.methmeth-vj9k05 {
  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;
}

.methmeth-rh4wfo {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.methmeth-rh4wfo::-webkit-scrollbar {
  display: none;
}

.methmeth-hf6yge {
  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;
}

.methmeth-hf6yge img,
.methmeth-hf6yge svg {
  margin-right: 8px;
}

.methmeth-ums0fr {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.methmeth-w2c6oy + .methmeth-cxj0vd {
  margin-top: 0;
}

@media (min-width: 768px) {
  .methmeth-w2c6oy + .methmeth-cxj0vd {
    margin-top: -16px;
  }
}

.methmeth-eu4m4u {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.methmeth-eu4m4u > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.methmeth-eu4m4u > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.methmeth-ukeb4x {
  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;
}

.methmeth-6ahgtm {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.methmeth-un9jwp {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.methmeth-vk8ia9 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.methmeth-8oelhy {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.methmeth-ukeb4x 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;
}

.methmeth-ukeb4x 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) {
  .methmeth-ukeb4x {
    padding: 39px 179px 39px 39px;
  }

  .methmeth-6ahgtm {
    font-size: 40px;
    line-height: 48px;
  }

  .methmeth-8oelhy {
    height: 348px;
  }

  .methmeth-ukeb4x button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .methmeth-ukeb4x button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .methmeth-ukeb4x {
    padding: 63px;
  }
}

.methmeth-aecu3q {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .methmeth-aecu3q {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.methmeth-3ikb8w {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .methmeth-3ikb8w {
    width: auto;
  }
}

.methmeth-dftumz {
  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;
}

.methmeth-dftumz::-webkit-scrollbar {
  display: none;
}

.methmeth-dftumz 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);
}

.methmeth-dftumz a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .methmeth-dftumz {
    margin-left: 16px;
    margin-top: 0;
  }
}

.methmeth-aecu3q .methmeth-wndb7h {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.methmeth-ye6kka,
    mask-image 0.3s;
}

.methmeth-aecu3q .methmeth-wndb7h.methmeth-4fftnx {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.methmeth-qefpae {
  margin: 40px -16px;
}

.methmeth-hno87t + .methmeth-nc2nyu,
.methmeth-hno87t + .methmeth-9lp28d {
  margin-top: 24px;
}

.methmeth-m0aaks {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.methmeth-m0aaks picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.methmeth-ak4q6j {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .methmeth-ak4q6j {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .methmeth-ak4q6j {
    margin-top: 0;
  }
}

.methmeth-qfjkze {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .methmeth-qfjkze {
    font-size: 24px;
    line-height: 32px;
  }
}

.methmeth-tlwhhi {
  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) {
  .methmeth-tlwhhi {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.methmeth-gqalm5 {
  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) {
  .methmeth-gqalm5 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.methmeth-l122uo {
  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) {
  .methmeth-l122uo {
    font-size: 20px;
    line-height: 28px;
  }
}

.methmeth-88wsz2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .methmeth-88wsz2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.methmeth-dxrl07 {
  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;
}

.methmeth-2ouwu7 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.methmeth-2ouwu7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.methmeth-cxj0vd {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.methmeth-uz3639 {
  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) {
  .methmeth-uz3639 {
    padding: 15px 48px;
  }
}

main > .methmeth-cxj0vd {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .methmeth-xaumen.methmeth-hw0m0m > div:nth-child(n+5) {
    display: none;
  }
}

.methmeth-qf03ps p a img {
  display: block;
  margin: 0 auto;
}


.methmeth-568qv0 {
  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 */
.methmeth-wqzgbe {
  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;
}

.methmeth-wqzgbe label {
  font-size: 14px;
}

.methmeth-wqzgbe h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.methmeth-wqzgbe input,
.methmeth-wqzgbe textarea,
.methmeth-wqzgbe 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;
}
.methmeth-wqzgbe button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.methmeth-46v1hf ease;
}
.methmeth-wqzgbe button:hover {
  background-color: var(--button-bg-hover);
}
.methmeth-she1ge {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.methmeth-8yns1g ease-in;
}

.methmeth-she1ge 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;
}
.methmeth-dpns0m, .methmeth-d5qxt6, [class*="review-card"],
thead, thead th, table th, .methmeth-8ovr5e,
.methmeth-p7qdf8, [class*="collapsible-header"],
.methmeth-7pmvyz, [class*="updated-block"] {
  color: #ece7dc !important;
}
