* {
  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-6nplot {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .methmeth-6nplot {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .methmeth-6nplot {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.methmeth-sy7lbd {
  overflow: hidden;
}

.methmeth-fbv1ey img {
  background: var(--Neutral-300);
}

.methmeth-gwvncu {
  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-std2bb {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.methmeth-std2bb:hover {
  background: var(--button-bg-hover);
}

.methmeth-s7wuw6 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.methmeth-s7wuw6:hover {
  background: var(--button-bg-hover);
}

.methmeth-p8217p {
  font-size: 12px;
  line-height: 18px;
}

.methmeth-nfgaaw {
  font-size: 18px;
  line-height: 26px;
}

.methmeth-nko2eo {
  width: 100%;
}

.methmeth-8vgder {
  padding: 6px 16px;
}

.methmeth-zbkram {
  padding: 10px 16px;
}

.methmeth-w8tzd8 {
  padding: 15px 26px;
}

.methmeth-seajol {
  flex-shrink: 0;
}

.methmeth-otxyy0 {
  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-ifyi50 {
  display: none;
}

.methmeth-sew3rq {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.methmeth-lqbxvj {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.methmeth-c9ysgl {
  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-wg3rza {
  cursor: grab;
}

.methmeth-c9ysgl::-webkit-scrollbar {
  display: none;
}

.methmeth-5mjzsu {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.methmeth-k5go2x {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.methmeth-vc8d9i {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.methmeth-ta3q44 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.methmeth-3403c4 {
  visibility: visible;
}

.methmeth-yu4lfk {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.methmeth-s6fg1v ease;
}

.methmeth-qi62u6 {
  background-color: var(--Primary-200);
  width: 16px;
}

.methmeth-3g1fzx {
  -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-s6fg1v,
    mask-image 0.3s;
}

.methmeth-3g1fzx.methmeth-c27ea1 {
  -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-b2wxia: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-33pvwv {
  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-t9rf8o.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-t9rf8o.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-7sijbn {
  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-7sijbn::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-4qmj0b {
  position: relative;
  z-index: 1;
}

.methmeth-n3dnl9 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.methmeth-vdevkd {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.methmeth-o7vxmo {
  font-size: 40px;
  line-height: 48px;
}

.methmeth-qguv6h {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.methmeth-m1u22x {
  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-m1u22x:hover {
  background: var(--Primary-400);
}

.methmeth-m1u22x svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.methmeth-b2wxia 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-7sijbn {
    max-width: 600px;
    padding: 64px;
  }

  .methmeth-n3dnl9 {
    font-size: 24px;
    line-height: 32px;
  }

  .methmeth-vdevkd {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .methmeth-o7vxmo {
    font-size: 50px;
    line-height: 56px;
  }

  .methmeth-qguv6h {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .methmeth-33pvwv {
    top: 25px;
    right: 25px;
  }
}

.methmeth-rou4vs,
.methmeth-xshaam {
  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-t1xcge.methmeth-rwrvwg::before,
.methmeth-xshaam::before,
.methmeth-gdvp54::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-t9rf8o.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.methmeth-rxtvqo 14.methmeth-vgatln.methmeth-4s7dyo 14.methmeth-z7v7vt 15.methmeth-7eqw3h 14.methmeth-cxzi9d 15.methmeth-sz0zr4 14.methmeth-ucxh0r.methmeth-0sb97h 14.methmeth-0xttm4 19.methmeth-47azsh 12.methmeth-m0b11j 19.methmeth-47azsh 10.methmeth-0nmxut.methmeth-47azsh 8.methmeth-sgxgms 17.methmeth-srup6w 7.methmeth-hgcpf5 15.methmeth-wwd9p7 7.methmeth-qt037e.methmeth-48081r 7.methmeth-hgcpf5 11.methmeth-e3lbbc 8.methmeth-sgxgms 11.methmeth-e3lbbc 10.methmeth-uq93d6.methmeth-e3lbbc 12.methmeth-2bom24 13.methmeth-uaw8ey 14.methmeth-25ir9r 15.methmeth-zhds7r 14.methmeth-h013qc.methmeth-ndn02o 14.methmeth-na805e 15.methmeth-373ldh 14.methmeth-n8f1cf 15.methmeth-pkas63 14.methmeth-46pg3p.methmeth-rxtvqo 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.methmeth-q7rucr 15.methmeth-4cdxc8.methmeth-3lqted 15.methmeth-y4l999 15.methmeth-x3whfr 15.methmeth-yegk8f 15.methmeth-zpejou 15.methmeth-5gbo7k.methmeth-9isolf 15.methmeth-yegk8f 15.methmeth-x1rodi 15.methmeth-wgipdx 15.methmeth-fb4jh0 15.methmeth-ig611f.methmeth-ybc2qv 15.methmeth-odr1wk 7.methmeth-0rbufq 18.methmeth-8ns2hw 7.methmeth-70cuon 23.methmeth-13xbrp.methmeth-ohjk3f.methmeth-ja4v9g 18.methmeth-aosncm 19.methmeth-dsvofm 15.methmeth-ahpzt0 15.methmeth-q7rucr 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.methmeth-kii5fq [type="submit"] *,
.methmeth-8m7f7t button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .methmeth-vg8krj {
    display: none;
  }
}

.methmeth-p9lbsu {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .methmeth-p9lbsu {
  display: none;
}

@media (min-width: 768px) {
  .methmeth-p9lbsu {
    bottom: 22px;
  }
}

.methmeth-p9lbsu input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .methmeth-p9lbsu {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.methmeth-t9di0s.static) .methmeth-p9lbsu {
    bottom: 8px;
  }
}

.methmeth-so6eht {
  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-t9rf8o.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.methmeth-vuv6sv 3.methmeth-ya99px.methmeth-qljqt6.methmeth-7zi456 3.methmeth-0zgjc1 3.methmeth-dgo8uy 5.methmeth-qpahg5 3.methmeth-dgo8uy 8.methmeth-wq9erg.methmeth-dx6jmv.methmeth-dgo8uy 26.methmeth-6xzdcp 5.methmeth-wadomj 28.methmeth-cac52v 8.methmeth-8lzx8t 28.methmeth-0w9z9j.methmeth-jqma9w 28.methmeth-s4vce6.methmeth-47gth2 34.methmeth-k8fm1j.methmeth-9p0ebs 36.methmeth-skof8y 11.methmeth-oupjo6 37.methmeth-ddeux8 12.methmeth-91wzjd 36.methmeth-u7bsxo.methmeth-w68v4p 28.methmeth-ekb329.methmeth-phz19p.methmeth-fn4ral 28.methmeth-ldukk8 36.methmeth-imn0ze 26.methmeth-qk4wjb 36.methmeth-imn0ze 23.methmeth-i31vt0.methmeth-4x3bhg.methmeth-imn0ze 5.methmeth-jrxwav 34.methmeth-kwao3k 3.methmeth-0zgjc1 31.methmeth-vuv6sv 3.methmeth-czgd58.methmeth-x56k4w 18.methmeth-ffs4rs.methmeth-byvnsk 18.methmeth-xhw723 8.methmeth-fdtw47 17.methmeth-7y661u 8.methmeth-fdtw47 15.methmeth-s2jinh.methmeth-fdtw47 14.methmeth-yt4p55 9.methmeth-byvnsk 13.methmeth-e750m2 11.methmeth-x56k4w 13.methmeth-2j7o8a.methmeth-o1gkox 13.methmeth-e750m2 13.methmeth-4zf524 14.methmeth-yt4p55 13.methmeth-4zf524 15.methmeth-6452ih.methmeth-4zf524 17.methmeth-7y661u 12.methmeth-o1gkox 18.methmeth-xhw723 11.methmeth-x56k4w 18.methmeth-ghfxjs.methmeth-cwlfx0 18.methmeth-qm94tl.methmeth-gy8cx0 18.methmeth-xhw723 17.methmeth-9skj9g 17.methmeth-7y661u 17.methmeth-9skj9g 15.methmeth-if7gks.methmeth-9skj9g 14.methmeth-yt4p55 18.methmeth-gy8cx0 13.methmeth-e750m2 20.methmeth-cwlfx0 13.methmeth-fnpjq1.methmeth-wlvopb 13.methmeth-e750m2 22.methmeth-jaad27 14.methmeth-yt4p55 22.methmeth-jaad27 15.methmeth-6y8m21.methmeth-2zo044 17.methmeth-7y661u 21.methmeth-wlvopb 18.methmeth-xhw723 20.methmeth-cwlfx0 18.methmeth-v60jh5.methmeth-ub9jcv 18.methmeth-92zgtl.methmeth-wa2wc2 18.methmeth-xhw723 26.methmeth-fommw4 17.methmeth-7y661u 26.methmeth-fommw4 15.methmeth-r5azm3.methmeth-fommw4 14.methmeth-yt4p55 27.methmeth-wa2wc2 13.methmeth-e750m2 28.methmeth-ub9jcv 13.methmeth-0y0tnw.methmeth-uk5m1w 13.methmeth-e750m2 31.methmeth-xl1din 14.methmeth-yt4p55 31.methmeth-xl1din 15.methmeth-7brtxq.methmeth-fommw4 17.methmeth-7y661u 30.methmeth-uk5m1w 18.methmeth-xhw723 28.methmeth-ub9jcv 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-so6eht {
    display: none;
  }
}

.methmeth-p0inzw {
  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-p0inzw {
    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-8m7f7t {
  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-8m7f7t {
    padding: 14px 16px;
  }
}

.methmeth-8m7f7t button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.methmeth-8m7f7t button:first-child {
  align-content: end;
}

.methmeth-8m7f7t button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .methmeth-8m7f7t
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .methmeth-8m7f7t
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.methmeth-8m7f7t button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.methmeth-8m7f7t button:last-child svg {
  width: 38px;
  height: 38px;
}

.methmeth-gdvp54 {
  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-gdvp54::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .methmeth-gdvp54,
.pc61d126-chatbot[data-active-screen="3"]
  .methmeth-gdvp54 {
  opacity: 1;
  visibility: visible;
}

.methmeth-j9d7bo {
  flex: 1 1;
}

.methmeth-wvk1ln {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .methmeth-wvk1ln {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .methmeth-mxihtt {
  display: block;
}

.methmeth-krpsbt {
  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-krpsbt {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.methmeth-xshaam {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.methmeth-xshaam::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.methmeth-9hfiyx span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.methmeth-9hfiyx p {
  color: var(--Text-100);
}

.methmeth-xshaam .methmeth-kton37 {
  grid-area: button;
}

.methmeth-xshaam .methmeth-kton37::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-t9rf8o.org/2000/svg'%3E%3Cpath d='M4.methmeth-16rkhi 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.methmeth-zw1fls 15L16.methmeth-zw1fls 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.methmeth-zw1fls 5L16.methmeth-zw1fls 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .methmeth-299bhk {
  display: block;
}

.methmeth-o8i7i9 {
  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-o8i7i9 {
    margin-top: 40px;
  }
}

.methmeth-rou4vs label,
.methmeth-rou4vs input {
  display: block;
  width: 100%;
}

.methmeth-rou4vs label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.methmeth-rou4vs label.methmeth-t051c6 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.methmeth-rou4vs label.methmeth-t051c6::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-rou4vs 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-rou4vs input::placeholder {
  color: var(--Text-400);
}

.methmeth-eo0x1c {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .methmeth-eo0x1c {
  display: flex;
}

.methmeth-eo0x1c ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .methmeth-eo0x1c ol {
    height: 420px;
    padding: 24px;
  }
}

.methmeth-eo0x1c ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.methmeth-kii5fq {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .methmeth-kii5fq {
    padding: 0 24px 24px;
  }
}

.methmeth-kii5fq 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-kii5fq input::placeholder {
  color: var(--Text-400);
}

.methmeth-kii5fq [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.methmeth-kii5fq [type="submit"]:disabled {
  opacity: 0.5;
}

.methmeth-kii5fq [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .methmeth-kii5fq [type="submit"] {
    right: 40px;
  }
}

.methmeth-t1xcge {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.methmeth-t1xcge.methmeth-rwrvwg {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.methmeth-t1xcge.methmeth-rwrvwg::before {
  content: "";
  width: 31px;
}

.methmeth-t1xcge.methmeth-rwrvwg p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.methmeth-t1xcge.methmeth-g1hcor p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.methmeth-t1xcge p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.methmeth-p9lbsu .methmeth-kton37 {
  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-vg8krj {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .methmeth-vg8krj {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .methmeth-vg8krj {
    padding: 18px 0;
  }
}

.methmeth-vg8krj .methmeth-6nplot {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .methmeth-vg8krj .methmeth-6nplot {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.methmeth-14t890 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .methmeth-14t890 {
    max-width: 160px;
    height: 40px;
  }
}

.methmeth-14t890 picture,
.methmeth-14t890 img {
  display: block;
  width: 100%;
  height: 100%;
}

.methmeth-14t890 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .methmeth-t01rtv {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.methmeth-s6fg1v ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .methmeth-vg8krj.methmeth-3csuhx .methmeth-t01rtv {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .methmeth-t01rtv {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .methmeth-t01rtv {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.methmeth-zeec9d,
.methmeth-7uzirk {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .methmeth-zeec9d,
  .methmeth-7uzirk {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .methmeth-7uzirk {
    display: none;
  }
}

.methmeth-ue22hz {
  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-3csuhx .methmeth-ue22hz {
  background: var(--fh-bg-color);
}

.methmeth-ue22hz button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .methmeth-ue22hz {
    display: none;
  }
}

.methmeth-d954b6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .methmeth-d954b6 {
    display: none;
  }
}

.methmeth-wy9yb3 {
  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-vg8krj.methmeth-3csuhx .methmeth-wy9yb3:first-child {
  display: none;
}

.methmeth-vg8krj.methmeth-3csuhx .methmeth-wy9yb3:last-child {
  display: block;
}

.methmeth-wy9yb3:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .methmeth-wy9yb3 {
    display: none;
  }
}

.methmeth-0x3h78 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .methmeth-0x3h78 {
    display: flex;
  }
}

.methmeth-0x3h78 ul {
  max-height: 350px;
  overflow-y: auto;
}

.methmeth-0x3h78:hover ul {
  visibility: visible;
  opacity: 1;
}

.methmeth-0x3h78:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.methmeth-0x3h78:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.methmeth-0x3h78:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.methmeth-0x3h78:hover .methmeth-dgeew8 svg {
  transform: rotate(180deg);
}

.methmeth-3vzu35 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.methmeth-i9kjqs {
  padding: 0 8px;
}

.methmeth-0ligda {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.methmeth-0ligda:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .methmeth-0ligda {
    padding: 4px 8px;
  }
}

.methmeth-1spub1 {
  display: flex;
}

.methmeth-1spub1 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.methmeth-dgeew8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.methmeth-dgeew8 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.methmeth-itd2mq {
  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-itd2mq {
    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-wqf9m1 {
  width: 100%;
}

@media (min-width: 1200px) {
  .methmeth-wqf9m1 {
    display: none;
  }
}

.methmeth-fu7tbq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.methmeth-d57g95 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.methmeth-o8d4nt {
  display: flex;
}

.methmeth-uwmoso {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.methmeth-5t4qm5 {
  list-style: none;
}

@media (max-width: 1199px) {
  .methmeth-5t4qm5 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .methmeth-5t4qm5 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .methmeth-5t4qm5 .methmeth-ck16s4 [data-ref-el],
  .methmeth-5t4qm5 .methmeth-ck16s4 span,
  .methmeth-5t4qm5 .methmeth-ck16s4 a {
    white-space: nowrap;
  }
}

.methmeth-zgwlws {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .methmeth-zgwlws.methmeth-cp4bmd > .methmeth-ck16s4 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .methmeth-zgwlws.methmeth-jqf13u:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .methmeth-zgwlws.methmeth-cp4bmd > .methmeth-ublfvt {
    height: auto;
  }

  .methmeth-zgwlws.methmeth-cp4bmd > div > .methmeth-zdhnl8 {
    transform: rotate(180deg);
  }
}

.methmeth-zgwlws [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.methmeth-zgwlws [data-ref-el],
.methmeth-zgwlws span {
  cursor: pointer;
}

.methmeth-zgwlws [data-ref-el],
.methmeth-zgwlws span,
.methmeth-zgwlws 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-zgwlws [data-ref-el],
  .methmeth-zgwlws span,
  .methmeth-zgwlws a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .methmeth-zgwlws [data-ref-el],
  .methmeth-zgwlws span,
  .methmeth-zgwlws a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.methmeth-ublfvt {
  height: 0;
  overflow: hidden;
  transition: height 0.methmeth-s6fg1v ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.methmeth-ublfvt::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.methmeth-ublfvt::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.methmeth-ublfvt::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .methmeth-ublfvt {
    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-ublfvt:has(> .methmeth-zgwlws.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .methmeth-ublfvt .methmeth-ublfvt {
    padding: 0;
  }

  .methmeth-ublfvt .methmeth-zgwlws {
    font-weight: 400;
  }

  .methmeth-ublfvt .methmeth-zgwlws:hover > .methmeth-ck16s4 {
    background: var(--Neutral-300);
  }

  .methmeth-ublfvt .methmeth-zdhnl8 {
    rotate: -90deg;
  }
}

.methmeth-ck16s4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .methmeth-ck16s4 {
    padding: 8px;
  }

  .methmeth-zgwlws.methmeth-pe16ng > .methmeth-ck16s4 {
    background: var(--Neutral-300);
  }
}

.methmeth-zdhnl8 {
  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-t9rf8o.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.methmeth-fbufhy 0.methmeth-vmiiah.methmeth-j1wnf1 -0.methmeth-tzc6fs 0.methmeth-mo5qld -0.methmeth-tzc6fs 1.methmeth-kar04x 0.methmeth-ctyhc8.methmeth-14w0kd 4.methmeth-0sgmkc.methmeth-fbufhy 0.methmeth-49osp9.methmeth-1rkeja -0.methmeth-tzc6fs 9.methmeth-00dxdo -0.methmeth-tzc6fs 10.methmeth-1n1aas 0.methmeth-nr6oz6.methmeth-sqb9ks 0.methmeth-j1wnf1 10.methmeth-sqb9ks 0.methmeth-mo5qld 10.methmeth-1n1aas 1.methmeth-ow6ihc.methmeth-p3314q 5.methmeth-fifjyl.methmeth-ou7lz8 6.methmeth-7oon7w 5.methmeth-zx2q0q 6.methmeth-7oon7w 4.methmeth-wbehm2 5.methmeth-6cpzde.methmeth-fbufhy 1.methmeth-xwolyb.methmeth-tzc6fs 0.methmeth-mo5qld -0.methmeth-tzc6fs 0.methmeth-j1wnf1 0.methmeth-fbufhy 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.methmeth-s6fg1v ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .methmeth-zdhnl8 {
    cursor: default;
  }
}

.methmeth-pl7mn6 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.methmeth-bi9llv {
  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-bi9llv {
    padding: 40px 4px;
  }
}

.methmeth-sii840 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .methmeth-sii840 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.methmeth-5c39xm {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .methmeth-5c39xm {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.methmeth-5c39xm ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.methmeth-5c39xm [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.methmeth-5c39xm [data-ref-el],
.methmeth-5c39xm span,
.methmeth-5c39xm a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.methmeth-gljfha {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .methmeth-gljfha {
    margin-bottom: 12px;
  }
}

.methmeth-kmt48x {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.methmeth-kmt48x img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .methmeth-kmt48x:last-child {
    margin-right: 0;
  }
}

.methmeth-v0ilvz {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.methmeth-gljfha:hover .methmeth-609uet {
  visibility: visible;
  opacity: 1;
}

.methmeth-609uet {
  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-guhu8e {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.methmeth-r2t2ml {
  display: flex;
  margin: 6px;
}

.methmeth-r2t2ml img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.methmeth-609uet::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-609uet::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-fo3w9u {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .methmeth-fo3w9u {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.methmeth-9n8wzq {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .methmeth-9n8wzq {
    margin-right: 32px;
  }
}

.methmeth-h7rrlm {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .methmeth-h7rrlm {
    margin-top: 0;
    width: 340px;
  }
}

.methmeth-h7rrlm a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.methmeth-ihswv4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.methmeth-uld3mp {
  position: relative;
}

@media (min-width: 768px) {
  .methmeth-uld3mp {
    margin-top: 40px;
  }
}

.methmeth-uld3mp + .methmeth-hy25t7,
.methmeth-uld3mp + .methmeth-uld3mp {
  margin-top: 24px;
}

.methmeth-cl126h {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .methmeth-cl126h {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .methmeth-cl126h {
    padding: 80px;
  }
}

.methmeth-1gb2k4 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .methmeth-1gb2k4 {
    padding: 0 16px;
}


}

.methmeth-a4vqaq {
  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-a4vqaq {
    font-size: 48px;
    line-height: 56px;
  }
}

.methmeth-qlt7kg {
  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-qlt7kg {
    font-size: 24px;
    line-height: 32px;
  }
}

.methmeth-njitig {
  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-njitig:hover {
  background: var(--button-bg-hover);
}

.methmeth-r7h9y7 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.methmeth-r7h9y7 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .methmeth-r7h9y7 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .methmeth-r7h9y7 img {
  min-height: 100%;
  }
}

.methmeth-cl126h::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.methmeth-ivyeri {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.methmeth-ivyeri h1,
.methmeth-ivyeri h2,
.methmeth-ivyeri h3,
.methmeth-ivyeri h4 {
  margin-bottom: 6px;
}

.methmeth-ivyeri h1:not(:first-child),
.methmeth-ivyeri h2:not(:first-child),
.methmeth-ivyeri h3:not(:first-child),
.methmeth-ivyeri h4:not(:first-child) {
  margin-top: 16px;
}

.methmeth-ivyeri h1,
.methmeth-ivyeri h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .methmeth-ivyeri h1,
  .methmeth-ivyeri h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.methmeth-ivyeri h2,
.methmeth-ivyeri h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .methmeth-ivyeri h2,
  .methmeth-ivyeri h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.methmeth-ivyeri h3,
.methmeth-ivyeri h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .methmeth-ivyeri h3,
  .methmeth-ivyeri h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.methmeth-ivyeri h4,
.methmeth-ivyeri h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.methmeth-ivyeri ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.methmeth-ivyeri ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.methmeth-ivyeri 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-ivyeri ul ul {
  margin-bottom: 8px;
}

.methmeth-ivyeri ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.methmeth-ivyeri ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.methmeth-ivyeri ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.methmeth-ivyeri ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.methmeth-ivyeri ol li::marker {
  font-weight: 700;
}

.methmeth-ivyeri ol ol {
  margin-bottom: 8px;
}

.methmeth-ivyeri ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.methmeth-ivyeri ol ul li {
  padding-left: 16px;
}

.methmeth-ivyeri 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-ivyeri table {
    padding: 24px;
  }
}

.methmeth-ivyeri table.methmeth-198vyb {
  -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-s6fg1v,
    mask-image 0.3s;
}

.methmeth-ivyeri table.methmeth-198vyb.methmeth-c27ea1 {
  -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-ivyeri table {
    display: table;
  }
}

.methmeth-ivyeri 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-ivyeri table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.methmeth-ivyeri table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.methmeth-ivyeri 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-ivyeri table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.methmeth-ivyeri table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.methmeth-ivyeri table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.methmeth-ivyeri table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.methmeth-ivyeri img {
  max-width: 100%;
  height: auto;
}

.methmeth-akmy9v {
  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-akmy9v {
    padding: 24px;
  }
}

.methmeth-6zz1vm {
  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-6zz1vm {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.methmeth-6zz1vm > * {
  margin: 0 !important;
}

.methmeth-6zz1vm img,
.methmeth-8jffw4 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .methmeth-6zz1vm img,
  .methmeth-8jffw4 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.methmeth-en05t5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .methmeth-en05t5 {
    width: 32px;
    height: 32px;
  }
}

.methmeth-pc7b9u {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.methmeth-pc7b9u .methmeth-2qyqz3 {
  flex-shrink: 0;
}

.methmeth-pc7b9u .methmeth-t4bpad svg {
  display: none;
}

.methmeth-iebyz5 {
  display: grid;
  transition: max-height 0.methmeth-s6fg1v ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .methmeth-iebyz5 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .methmeth-iebyz5 {
    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-iebyz5.methmeth-pl8xmn + .methmeth-2qyqz3 svg {
  transform: rotate(180deg);
}

.methmeth-4b0b24 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.methmeth-4b0b24 > div:nth-child(3n) {
  grid-column: span 2;
}

.methmeth-4b0b24
  > div:nth-child(3n)
  .methmeth-m885nv
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .methmeth-4b0b24 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .methmeth-4b0b24 > div:nth-child(3n) {
    grid-column: unset;
  }

  .methmeth-4b0b24
    > div:nth-child(3n)
    .methmeth-m885nv
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .methmeth-4b0b24 {
    max-width: 270px;
  }
}

.methmeth-4b0b24 .methmeth-m885nv button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .methmeth-4b0b24 .methmeth-m885nv button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .methmeth-4b0b24 .methmeth-m885nv button {
    max-width: 104px;
  }
}

.methmeth-e3cklg {
  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-e3cklg {
    margin-bottom: 0;
  }
}

.methmeth-5yat5e {
  display: none;
  opacity: 0;
}

.methmeth-8jkhhl {
  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-8jkhhl img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.methmeth-m885nv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.methmeth-m885nv 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-m885nv
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .methmeth-m885nv
    button {
    max-width: 145px;
  }
}

.methmeth-bucs39:first-child
  .methmeth-m885nv
  button {
  max-width: 270px;
}

.methmeth-tb531z {
  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-e3cklg picture {
  width: 100%;
  max-width: 100%;
}

.methmeth-44mq8x {
  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-44mq8x svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.methmeth-e3cklg:hover .methmeth-44mq8x {
  display: flex;
}

.methmeth-h8qbqs {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.methmeth-2dvrl2 {
  display: flex;
}

.methmeth-2dvrl2:hover .methmeth-kuoras,
.methmeth-2dvrl2 .methmeth-pe16ng .methmeth-kuoras {
  display: flex;
}

.methmeth-2dvrl2 svg {
  flex-shrink: 0;
}

.methmeth-kuoras {
  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-kuoras {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.methmeth-kuoras:hover {
  display: flex;
}

.methmeth-kuoras svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.methmeth-q0zl9r {
  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-q0zl9r {
    font-size: 12px;
  }
}

.methmeth-1xhgld,
.methmeth-hieffi {
  width: 50%;
  flex-shrink: 0;
}

.methmeth-1xhgld {
  font-weight: 700;
}

.methmeth-2r3i4p .methmeth-iebyz5 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .methmeth-2r3i4p .methmeth-iebyz5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .methmeth-2r3i4p .methmeth-iebyz5 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.methmeth-2r3i4p
  .methmeth-tb531z:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.methmeth-2r3i4p .methmeth-8jkhhl {
  height: 100% !important;
  border-radius: 16px;
}

.methmeth-2r3i4p .methmeth-m885nv {
  gap: 4px;
  align-items: center;
}

.methmeth-2r3i4p .methmeth-m885nv button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.methmeth-2r3i4p .methmeth-m885nv svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.methmeth-2r3i4p .methmeth-3b8hl1,
.methmeth-2r3i4p .methmeth-2arzew {
  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-t9rf8o.org/2000/svg'%3E%3Cpath d='M9.methmeth-g98f56 4.methmeth-gc1gko.methmeth-tyeaad 5.methmeth-2tyyzu.methmeth-vzigtn 5.methmeth-dza4zk.methmeth-4zw53r 5.methmeth-bwv5ig.methmeth-6slhqn 8.methmeth-74o28w.methmeth-x8obef 9.methmeth-5v10uy.methmeth-neillw 9.methmeth-ws0bxl.methmeth-9qkq96 13.methmeth-ndrz9a.methmeth-om6ct4 11.methmeth-tk3nec.methmeth-m7k9bh 11.methmeth-59ytrh.methmeth-cq0xhh 11.methmeth-jrgdqs.methmeth-67vhft 13.methmeth-ly6uw3.methmeth-rmm2jm 9.methmeth-9qrb4x.methmeth-rkm3dv 9.methmeth-fret6u.methmeth-43z8tq 8.methmeth-3gbbgd.methmeth-8q9bt3 5.methmeth-x5egzm.methmeth-w3j541 5.methmeth-w57qpu.methmeth-m6ud0j 5.methmeth-2eqdgl.methmeth-6hf6iy 4.methmeth-5tt4p9.methmeth-m7k9bh 1.methmeth-2c91yy.methmeth-g98f56 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.methmeth-2r3i4p .methmeth-3b8hl1 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.methmeth-2r3i4p .methmeth-2arzew {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.methmeth-cxz17e {
  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-cxz17e {
    padding: 24px;
  }
}

.methmeth-cxz17e .methmeth-2qyqz3 {
  display: flex;
}

@media (min-width: 768px) {
  .methmeth-cxz17e .methmeth-2qyqz3 {
    display: none;
  }
}

.methmeth-cxz17e .methmeth-t4bpad svg {
  display: none;
}

.methmeth-ew69db {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.methmeth-ew69db .methmeth-gwvncu {
  display: none;
}

@media (min-width: 768px) {
  .methmeth-ew69db .methmeth-gwvncu {
    display: flex;
  }
}

.methmeth-6mjhi4 {
  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-6mjhi4 {
    font-size: 40px;
    line-height: 48px;
  }
}

.methmeth-6mjhi4 > * {
  margin: 0 !important;
}

.methmeth-6mjhi4 img,
.methmeth-yhbymp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .methmeth-6mjhi4 img,
  .methmeth-yhbymp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.methmeth-uwsg75 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .methmeth-uwsg75 {
    width: 32px;
    height: 32px;
  }
}

.methmeth-5w17xw {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .methmeth-5w17xw {
    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-5w17xw::-webkit-scrollbar {
    display: none;
  }
}

.methmeth-pv4338 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .methmeth-pv4338 {
    padding: 7px 15px;
  }
}

.methmeth-pv4338:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.methmeth-7utzyh {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .methmeth-7utzyh {
    display: flex;
    opacity: 1;
  }
}

.methmeth-pv4338 picture {
  height: 100%;
  display: block;
}

.methmeth-pv4338 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .methmeth-pv4338 img {
    width: 88px;
    height: 44px;
  }
}

.methmeth-pv4338 p {
  text-align: center;
  width: 100%;
}

.methmeth-3bj58n {
  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-3bj58n {
    font-size: 40px;
    line-height: 48px;
  }
}

.methmeth-3bj58n img,
.methmeth-v3r2g1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .methmeth-3bj58n img,
  .methmeth-v3r2g1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.methmeth-pob0k1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .methmeth-pob0k1 {
    width: 32px;
    height: 32px;
  }
}

.methmeth-4hs160 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.methmeth-908egm {
  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-fe1adm {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.methmeth-fe1adm.methmeth-pe16ng {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.methmeth-n0l383 {
  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-n0l383 {
    font-size: 20px;
    line-height: 28px;
  }
}

.methmeth-z4470l {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.methmeth-pd7qnp {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.methmeth-s6fg1v ease;
  opacity: 0;
  color: var(--text-color);
}

.methmeth-nwss1a {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.methmeth-nwss1a ol,
.methmeth-nwss1a ul {
  padding-left: 1.3em;
}

.methmeth-fe1adm.methmeth-pe16ng .methmeth-pd7qnp {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.methmeth-fe1adm.methmeth-pe16ng .methmeth-z4470l {
  transform: rotate(180deg);
  color: var(--text-color);
}

.methmeth-acw28n {
  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-acw28n {
    padding: 24px;
  }
}

.methmeth-acw28n .methmeth-2qyqz3 {
  display: flex;
}

@media (min-width: 768px) {
  .methmeth-acw28n .methmeth-2qyqz3 {
    display: none;
  }
}

.methmeth-acw28n .methmeth-t4bpad svg {
  display: none;
}

.methmeth-cgtg27 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.methmeth-cgtg27 .methmeth-gwvncu {
  display: none;
}

@media (min-width: 768px) {
  .methmeth-cgtg27 .methmeth-gwvncu {
    display: flex;
  }
}

.methmeth-29u60x {
  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-29u60x {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.methmeth-29u60x > * {
  margin: 0 !important;
}

.methmeth-29u60x img,
.methmeth-f4z6fp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .methmeth-29u60x img,
  .methmeth-f4z6fp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.methmeth-ni65n7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .methmeth-ni65n7 {
    width: 32px;
    height: 32px;
  }
}

.methmeth-jiz27m {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .methmeth-jiz27m {
    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-jiz27m::-webkit-scrollbar {
    display: none;
  }
}

.methmeth-wmy0ek {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.methmeth-wmy0ek:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.methmeth-d4swrc {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .methmeth-d4swrc {
    display: flex;
    opacity: 1;
  }
}

.methmeth-wmy0ek picture {
  width: auto;
  height: 100%;
  display: block;
}

.methmeth-wmy0ek picture img {
  display: block;
  width: auto;
  height: 100%;
}

.methmeth-xqsek8 {
  margin: -24px 0;
}

.methmeth-xqsek8:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .methmeth-xqsek8 {
    margin: -16px 0;
  }
}

.methmeth-xjjr6h {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .methmeth-xjjr6h {
    flex-direction: row;
  }
}

.methmeth-jpmmsm {
  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-jpmmsm {
    flex: 1;
  }
}

.methmeth-jpmmsm::placeholder {
  color: var(--Text-400);
}

.methmeth-7pm8o1 {
  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-ot57qr {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.methmeth-ot57qr::-webkit-scrollbar {
  display: none;
}

.methmeth-rvlxnk {
  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-rvlxnk img,
.methmeth-rvlxnk svg {
  margin-right: 8px;
}

.methmeth-9aqz5i {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.methmeth-xqsek8 + .methmeth-qdqfwj {
  margin-top: 0;
}

@media (min-width: 768px) {
  .methmeth-xqsek8 + .methmeth-qdqfwj {
    margin-top: -16px;
  }
}

.methmeth-0lhkt3 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.methmeth-0lhkt3 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.methmeth-0lhkt3 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.methmeth-dbdq43 {
  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-t6v47z {
  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-178u4s {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.methmeth-m6kqkl {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.methmeth-npu6ep {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.methmeth-dbdq43 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-dbdq43 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-dbdq43 {
    padding: 39px 179px 39px 39px;
  }

  .methmeth-t6v47z {
    font-size: 40px;
    line-height: 48px;
  }

  .methmeth-npu6ep {
    height: 348px;
  }

  .methmeth-dbdq43 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .methmeth-dbdq43 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .methmeth-dbdq43 {
    padding: 63px;
  }
}

.methmeth-f7c910 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .methmeth-f7c910 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.methmeth-gmdyi4 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .methmeth-gmdyi4 {
    width: auto;
  }
}

.methmeth-scpwza {
  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-scpwza::-webkit-scrollbar {
  display: none;
}

.methmeth-scpwza 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-scpwza a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .methmeth-scpwza {
    margin-left: 16px;
    margin-top: 0;
  }
}

.methmeth-f7c910 .methmeth-d2e1yk {
  -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-s6fg1v,
    mask-image 0.3s;
}

.methmeth-f7c910 .methmeth-d2e1yk.methmeth-c27ea1 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.methmeth-9wpq6n {
  margin: 40px -16px;
}

.methmeth-z6f0qe + .methmeth-hy25t7,
.methmeth-z6f0qe + .methmeth-uld3mp {
  margin-top: 24px;
}

.methmeth-f8l4nb {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.methmeth-f8l4nb picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.methmeth-m2yxn1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .methmeth-m2yxn1 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .methmeth-m2yxn1 {
    margin-top: 0;
  }
}

.methmeth-f6x6rv {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .methmeth-f6x6rv {
    font-size: 24px;
    line-height: 32px;
  }
}

.methmeth-jdin2q {
  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-jdin2q {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.methmeth-sj0gnf {
  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-sj0gnf {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.methmeth-3pcx05 {
  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-3pcx05 {
    font-size: 20px;
    line-height: 28px;
  }
}

.methmeth-tjb8h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .methmeth-tjb8h4 {
    font-size: 32px;
    line-height: 40px;
  }
}

.methmeth-y33cq0 {
  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-bdneoo {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.methmeth-bdneoo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.methmeth-qdqfwj {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.methmeth-nuuuto {
  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-nuuuto {
    padding: 15px 48px;
  }
}

main > .methmeth-qdqfwj {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .methmeth-iebyz5.methmeth-2uq8v6 > div:nth-child(n+5) {
    display: none;
  }
}

.methmeth-ivyeri p a img {
  display: block;
  margin: 0 auto;
}


.methmeth-5srysa {
  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-q7l2in {
  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-q7l2in label {
  font-size: 14px;
}

.methmeth-q7l2in h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.methmeth-q7l2in input,
.methmeth-q7l2in textarea,
.methmeth-q7l2in 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-q7l2in button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.methmeth-o1j9is ease;
}
.methmeth-q7l2in button:hover {
  background-color: var(--button-bg-hover);
}
.methmeth-dw6i7u {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.methmeth-dh0q34 ease-in;
}

.methmeth-dw6i7u 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-wazqy6, .methmeth-875axb, [class*="review-card"],
thead, thead th, table th, .methmeth-fqpyxh,
.methmeth-fj3yih, [class*="collapsible-header"],
.methmeth-bvck4v, [class*="updated-block"] {
  color: #ece7dc !important;
}
