* {
  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;
  }
}

.mega-medusa-zigo8i {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mega-medusa-zigo8i {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mega-medusa-zigo8i {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mega-medusa-7lbag9 {
  overflow: hidden;
}

.mega-medusa-k8zcsr img {
  background: var(--Neutral-300);
}

.mega-medusa-dbc2rt {
  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;
}

.mega-medusa-mqkmav {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mega-medusa-mqkmav:hover {
  background: var(--button-bg-hover);
}

.mega-medusa-hrdewq {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mega-medusa-hrdewq:hover {
  background: var(--button-bg-hover);
}

.mega-medusa-h7kfzq {
  font-size: 12px;
  line-height: 18px;
}

.mega-medusa-59iojs {
  font-size: 18px;
  line-height: 26px;
}

.mega-medusa-2kty1e {
  width: 100%;
}

.mega-medusa-dn92dh {
  padding: 6px 16px;
}

.mega-medusa-y9kk3k {
  padding: 10px 16px;
}

.mega-medusa-pmf2e6 {
  padding: 15px 26px;
}

.mega-medusa-2a0ykf {
  flex-shrink: 0;
}

.mega-medusa-0600os {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.mega-medusa-95i3pp {
  display: none;
}

.mega-medusa-4elckb {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mega-medusa-071jwm {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mega-medusa-0cym62 {
  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;
}

.mega-medusa-z3uase {
  cursor: grab;
}

.mega-medusa-0cym62::-webkit-scrollbar {
  display: none;
}

.mega-medusa-8qumkw {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mega-medusa-x7804h {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mega-medusa-5h41wz {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mega-medusa-od0ku9 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mega-medusa-4zkb07 {
  visibility: visible;
}

.mega-medusa-bmrzie {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mega-medusa-p1xebr ease;
}

.mega-medusa-oowady {
  background-color: var(--Primary-200);
  width: 16px;
}

.mega-medusa-q40fyy {
  -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.mega-medusa-p1xebr,
    mask-image 0.3s;
}

.mega-medusa-q40fyy.mega-medusa-u05in5 {
  -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;
  }
}

.mega-medusa-txs35y: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;
}

.mega-medusa-x1f2zo {
  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.mega-medusa-hm2yqp.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.mega-medusa-hm2yqp.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;
}

.mega-medusa-n0ceqk {
  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);
}

.mega-medusa-n0ceqk::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%
  );
}

.mega-medusa-rg6nd5 {
  position: relative;
  z-index: 1;
}

.mega-medusa-9fcwoe {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mega-medusa-7060ql {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mega-medusa-73lf9e {
  font-size: 40px;
  line-height: 48px;
}

.mega-medusa-408egd {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mega-medusa-yx0zll {
  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;
}

.mega-medusa-yx0zll:hover {
  background: var(--Primary-400);
}

.mega-medusa-yx0zll svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mega-medusa-txs35y 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) {
  .mega-medusa-n0ceqk {
    max-width: 600px;
    padding: 64px;
  }

  .mega-medusa-9fcwoe {
    font-size: 24px;
    line-height: 32px;
  }

  .mega-medusa-7060ql {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mega-medusa-73lf9e {
    font-size: 50px;
    line-height: 56px;
  }

  .mega-medusa-408egd {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mega-medusa-x1f2zo {
    top: 25px;
    right: 25px;
  }
}

.mega-medusa-9t7m84,
.mega-medusa-4qwqcf {
  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;
}

.mega-medusa-lecs9m.mega-medusa-5mv4n7::before,
.mega-medusa-4qwqcf::before,
.mega-medusa-99sxio::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.mega-medusa-hm2yqp.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mega-medusa-mmy5zo 14.mega-medusa-h3nku8.mega-medusa-7shbdf 14.mega-medusa-ff9rol 15.mega-medusa-1db1c6 14.mega-medusa-x0k9gu 15.mega-medusa-nokxwg 14.mega-medusa-156dnb.mega-medusa-o4fsfh 14.mega-medusa-as4kit 19.mega-medusa-yxby3o 12.mega-medusa-k9ybtm 19.mega-medusa-yxby3o 10.mega-medusa-pu51zj.mega-medusa-yxby3o 8.mega-medusa-045sb9 17.mega-medusa-ntyan8 7.mega-medusa-i706oj 15.mega-medusa-a73dcj 7.mega-medusa-2s82gy.mega-medusa-862mxi 7.mega-medusa-i706oj 11.mega-medusa-4emu4f 8.mega-medusa-045sb9 11.mega-medusa-4emu4f 10.mega-medusa-mmi1hf.mega-medusa-4emu4f 12.mega-medusa-yfhm1z 13.mega-medusa-nr8h4a 14.mega-medusa-pq6ztt 15.mega-medusa-8ht3mv 14.mega-medusa-35jt3o.mega-medusa-yvmpjz 14.mega-medusa-5scmph 15.mega-medusa-am2x9h 14.mega-medusa-qak0ai 15.mega-medusa-kr55py 14.mega-medusa-b7onra.mega-medusa-mmy5zo 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mega-medusa-xpihgt 15.mega-medusa-04yp6j.mega-medusa-06r828 15.mega-medusa-eisiuz 15.mega-medusa-ow1zyh 15.mega-medusa-dre7an 15.mega-medusa-dux9fl 15.mega-medusa-cr2vyg.mega-medusa-jq8apd 15.mega-medusa-dre7an 15.mega-medusa-eyp4ks 15.mega-medusa-pb29sk 15.mega-medusa-bfota9 15.mega-medusa-vuhy9q.mega-medusa-pjb36m 15.mega-medusa-ktlpl9 7.mega-medusa-zepj0g 18.mega-medusa-4aaled 7.mega-medusa-su8o22 23.mega-medusa-kuapl4.mega-medusa-x5ptmo.mega-medusa-ngieey 18.mega-medusa-6fcs1x 19.mega-medusa-hio8v7 15.mega-medusa-5wvxa1 15.mega-medusa-xpihgt 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mega-medusa-0kecoj [type="submit"] *,
.mega-medusa-zw8v9y button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mega-medusa-l4dkre {
    display: none;
  }
}

.mega-medusa-3k1fja {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mega-medusa-3k1fja {
  display: none;
}

@media (min-width: 768px) {
  .mega-medusa-3k1fja {
    bottom: 22px;
  }
}

.mega-medusa-3k1fja input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mega-medusa-3k1fja {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mega-medusa-5qnvg3.static) .mega-medusa-3k1fja {
    bottom: 8px;
  }
}

.mega-medusa-0rn51p {
  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.mega-medusa-hm2yqp.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mega-medusa-1xv45b 3.mega-medusa-dyzhig.mega-medusa-3j7uuo.mega-medusa-ts25sj 3.mega-medusa-konz1u 3.mega-medusa-p368ls 5.mega-medusa-o1lqro 3.mega-medusa-p368ls 8.mega-medusa-mbne1q.mega-medusa-8sxohc.mega-medusa-p368ls 26.mega-medusa-7lqw27 5.mega-medusa-nfl186 28.mega-medusa-3eo60o 8.mega-medusa-wtu3lb 28.mega-medusa-qz15g2.mega-medusa-atpjo4 28.mega-medusa-sbil3n.mega-medusa-rzxye2 34.mega-medusa-udcfxz.mega-medusa-xdgwf4 36.mega-medusa-jxdu5w 11.mega-medusa-52knbr 37.mega-medusa-fl8j4q 12.mega-medusa-f5k6ab 36.mega-medusa-dhrbx3.mega-medusa-k5twpp 28.mega-medusa-7tomix.mega-medusa-if7zhw.mega-medusa-jwh1xn 28.mega-medusa-ouikor 36.mega-medusa-p5u8lr 26.mega-medusa-5zlg6a 36.mega-medusa-p5u8lr 23.mega-medusa-cvoebn.mega-medusa-enq3lz.mega-medusa-p5u8lr 5.mega-medusa-p933qj 34.mega-medusa-rwrqq3 3.mega-medusa-konz1u 31.mega-medusa-1xv45b 3.mega-medusa-zm65w5.mega-medusa-av0sgk 18.mega-medusa-svbxin.mega-medusa-he6gwg 18.mega-medusa-8u1hso 8.mega-medusa-4ab30z 17.mega-medusa-uy3bap 8.mega-medusa-4ab30z 15.mega-medusa-i4j09q.mega-medusa-4ab30z 14.mega-medusa-yohy3k 9.mega-medusa-he6gwg 13.mega-medusa-emjs3g 11.mega-medusa-av0sgk 13.mega-medusa-hdg8f2.mega-medusa-r1x7rx 13.mega-medusa-emjs3g 13.mega-medusa-unzdss 14.mega-medusa-yohy3k 13.mega-medusa-unzdss 15.mega-medusa-pjwme1.mega-medusa-unzdss 17.mega-medusa-uy3bap 12.mega-medusa-r1x7rx 18.mega-medusa-8u1hso 11.mega-medusa-av0sgk 18.mega-medusa-qxqsgq.mega-medusa-t5x2um 18.mega-medusa-53vh1g.mega-medusa-w8tael 18.mega-medusa-8u1hso 17.mega-medusa-giijcz 17.mega-medusa-uy3bap 17.mega-medusa-giijcz 15.mega-medusa-dfzp85.mega-medusa-giijcz 14.mega-medusa-yohy3k 18.mega-medusa-w8tael 13.mega-medusa-emjs3g 20.mega-medusa-t5x2um 13.mega-medusa-e91h6s.mega-medusa-i9xbnk 13.mega-medusa-emjs3g 22.mega-medusa-mhafnp 14.mega-medusa-yohy3k 22.mega-medusa-mhafnp 15.mega-medusa-f3qo3c.mega-medusa-dluixv 17.mega-medusa-uy3bap 21.mega-medusa-i9xbnk 18.mega-medusa-8u1hso 20.mega-medusa-t5x2um 18.mega-medusa-ub3ro5.mega-medusa-9rlnc2 18.mega-medusa-iddjd4.mega-medusa-omm0o0 18.mega-medusa-8u1hso 26.mega-medusa-maemn1 17.mega-medusa-uy3bap 26.mega-medusa-maemn1 15.mega-medusa-hxtr30.mega-medusa-maemn1 14.mega-medusa-yohy3k 27.mega-medusa-omm0o0 13.mega-medusa-emjs3g 28.mega-medusa-9rlnc2 13.mega-medusa-yz9z52.mega-medusa-xr7o1r 13.mega-medusa-emjs3g 31.mega-medusa-oxnerh 14.mega-medusa-yohy3k 31.mega-medusa-oxnerh 15.mega-medusa-8vpv8f.mega-medusa-maemn1 17.mega-medusa-uy3bap 30.mega-medusa-xr7o1r 18.mega-medusa-8u1hso 28.mega-medusa-9rlnc2 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"])
    .mega-medusa-0rn51p {
    display: none;
  }
}

.mega-medusa-5s0lzv {
  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) {
  .mega-medusa-5s0lzv {
    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;
}

.mega-medusa-zw8v9y {
  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) {
  .mega-medusa-zw8v9y {
    padding: 14px 16px;
  }
}

.mega-medusa-zw8v9y button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mega-medusa-zw8v9y button:first-child {
  align-content: end;
}

.mega-medusa-zw8v9y button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mega-medusa-zw8v9y
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mega-medusa-zw8v9y
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mega-medusa-zw8v9y button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mega-medusa-zw8v9y button:last-child svg {
  width: 38px;
  height: 38px;
}

.mega-medusa-99sxio {
  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;
}

.mega-medusa-99sxio::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mega-medusa-99sxio,
.pc61d126-chatbot[data-active-screen="3"]
  .mega-medusa-99sxio {
  opacity: 1;
  visibility: visible;
}

.mega-medusa-fk1qyr {
  flex: 1 1;
}

.mega-medusa-csdfrh {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mega-medusa-csdfrh {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mega-medusa-rmivpn {
  display: block;
}

.mega-medusa-427fm6 {
  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) {
  .mega-medusa-427fm6 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mega-medusa-4qwqcf {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mega-medusa-4qwqcf::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mega-medusa-xcptkb span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mega-medusa-xcptkb p {
  color: var(--Text-100);
}

.mega-medusa-4qwqcf .mega-medusa-scshri {
  grid-area: button;
}

.mega-medusa-4qwqcf .mega-medusa-scshri::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.mega-medusa-hm2yqp.org/2000/svg'%3E%3Cpath d='M4.mega-medusa-rsofhv 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mega-medusa-h25l3w 15L16.mega-medusa-h25l3w 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mega-medusa-h25l3w 5L16.mega-medusa-h25l3w 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mega-medusa-fasnl8 {
  display: block;
}

.mega-medusa-ycc0nn {
  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) {
  .mega-medusa-ycc0nn {
    margin-top: 40px;
  }
}

.mega-medusa-9t7m84 label,
.mega-medusa-9t7m84 input {
  display: block;
  width: 100%;
}

.mega-medusa-9t7m84 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mega-medusa-9t7m84 label.mega-medusa-4jpng4 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mega-medusa-9t7m84 label.mega-medusa-4jpng4::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;
}

.mega-medusa-9t7m84 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;
}

.mega-medusa-9t7m84 input::placeholder {
  color: var(--Text-400);
}

.mega-medusa-wtkse5 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mega-medusa-wtkse5 {
  display: flex;
}

.mega-medusa-wtkse5 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mega-medusa-wtkse5 ol {
    height: 420px;
    padding: 24px;
  }
}

.mega-medusa-wtkse5 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mega-medusa-0kecoj {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mega-medusa-0kecoj {
    padding: 0 24px 24px;
  }
}

.mega-medusa-0kecoj 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;
}

.mega-medusa-0kecoj input::placeholder {
  color: var(--Text-400);
}

.mega-medusa-0kecoj [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mega-medusa-0kecoj [type="submit"]:disabled {
  opacity: 0.5;
}

.mega-medusa-0kecoj [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mega-medusa-0kecoj [type="submit"] {
    right: 40px;
  }
}

.mega-medusa-lecs9m {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mega-medusa-lecs9m.mega-medusa-5mv4n7 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mega-medusa-lecs9m.mega-medusa-5mv4n7::before {
  content: "";
  width: 31px;
}

.mega-medusa-lecs9m.mega-medusa-5mv4n7 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mega-medusa-lecs9m.mega-medusa-66kh41 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mega-medusa-lecs9m p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mega-medusa-3k1fja .mega-medusa-scshri {
  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;
  }
}

.mega-medusa-l4dkre {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mega-medusa-l4dkre {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mega-medusa-l4dkre {
    padding: 18px 0;
  }
}

.mega-medusa-l4dkre .mega-medusa-zigo8i {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mega-medusa-l4dkre .mega-medusa-zigo8i {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mega-medusa-slaav2 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mega-medusa-slaav2 {
    max-width: 160px;
    height: 40px;
  }
}

.mega-medusa-slaav2 picture,
.mega-medusa-slaav2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.mega-medusa-slaav2 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mega-medusa-hmyqu5 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mega-medusa-p1xebr ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mega-medusa-l4dkre.mega-medusa-lohm6q .mega-medusa-hmyqu5 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mega-medusa-hmyqu5 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mega-medusa-hmyqu5 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mega-medusa-gh8ywo,
.mega-medusa-q21jf0 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mega-medusa-gh8ywo,
  .mega-medusa-q21jf0 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mega-medusa-q21jf0 {
    display: none;
  }
}

.mega-medusa-ba96gw {
  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;
}

.mega-medusa-lohm6q .mega-medusa-ba96gw {
  background: var(--fh-bg-color);
}

.mega-medusa-ba96gw button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mega-medusa-ba96gw {
    display: none;
  }
}

.mega-medusa-cxgyla {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mega-medusa-cxgyla {
    display: none;
  }
}

.mega-medusa-5gn4ly {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.mega-medusa-l4dkre.mega-medusa-lohm6q .mega-medusa-5gn4ly:first-child {
  display: none;
}

.mega-medusa-l4dkre.mega-medusa-lohm6q .mega-medusa-5gn4ly:last-child {
  display: block;
}

.mega-medusa-5gn4ly:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mega-medusa-5gn4ly {
    display: none;
  }
}

.mega-medusa-j6jruq {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mega-medusa-j6jruq {
    display: flex;
  }
}

.mega-medusa-j6jruq ul {
  max-height: 350px;
  overflow-y: auto;
}

.mega-medusa-j6jruq:hover ul {
  visibility: visible;
  opacity: 1;
}

.mega-medusa-j6jruq:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mega-medusa-j6jruq:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mega-medusa-j6jruq:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mega-medusa-j6jruq:hover .mega-medusa-npjzvh svg {
  transform: rotate(180deg);
}

.mega-medusa-vmrr4g {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mega-medusa-3fdstd {
  padding: 0 8px;
}

.mega-medusa-kcb4bg {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mega-medusa-kcb4bg:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mega-medusa-kcb4bg {
    padding: 4px 8px;
  }
}

.mega-medusa-ycsprc {
  display: flex;
}

.mega-medusa-ycsprc img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mega-medusa-npjzvh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mega-medusa-npjzvh svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mega-medusa-v1biyn {
  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) {
  .mega-medusa-v1biyn {
    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;
  }
}

.mega-medusa-sphige {
  width: 100%;
}

@media (min-width: 1200px) {
  .mega-medusa-sphige {
    display: none;
  }
}

.mega-medusa-h6b5on {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mega-medusa-my39jb {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mega-medusa-55s85w {
  display: flex;
}

.mega-medusa-wdxprb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mega-medusa-74ibkt {
  list-style: none;
}

@media (max-width: 1199px) {
  .mega-medusa-74ibkt {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mega-medusa-74ibkt {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mega-medusa-74ibkt .mega-medusa-j6thq4 [data-ref-el],
  .mega-medusa-74ibkt .mega-medusa-j6thq4 span,
  .mega-medusa-74ibkt .mega-medusa-j6thq4 a {
    white-space: nowrap;
  }
}

.mega-medusa-etnypd {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mega-medusa-etnypd.mega-medusa-rt09lu > .mega-medusa-j6thq4 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mega-medusa-etnypd.mega-medusa-arli6h:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mega-medusa-etnypd.mega-medusa-rt09lu > .mega-medusa-q1gffe {
    height: auto;
  }

  .mega-medusa-etnypd.mega-medusa-rt09lu > div > .mega-medusa-2l06mu {
    transform: rotate(180deg);
  }
}

.mega-medusa-etnypd [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mega-medusa-etnypd [data-ref-el],
.mega-medusa-etnypd span {
  cursor: pointer;
}

.mega-medusa-etnypd [data-ref-el],
.mega-medusa-etnypd span,
.mega-medusa-etnypd a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .mega-medusa-etnypd [data-ref-el],
  .mega-medusa-etnypd span,
  .mega-medusa-etnypd a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mega-medusa-etnypd [data-ref-el],
  .mega-medusa-etnypd span,
  .mega-medusa-etnypd a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mega-medusa-q1gffe {
  height: 0;
  overflow: hidden;
  transition: height 0.mega-medusa-p1xebr ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mega-medusa-q1gffe::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mega-medusa-q1gffe::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mega-medusa-q1gffe::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mega-medusa-q1gffe {
    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;
  }

  .mega-medusa-q1gffe:has(> .mega-medusa-etnypd.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mega-medusa-q1gffe .mega-medusa-q1gffe {
    padding: 0;
  }

  .mega-medusa-q1gffe .mega-medusa-etnypd {
    font-weight: 400;
  }

  .mega-medusa-q1gffe .mega-medusa-etnypd:hover > .mega-medusa-j6thq4 {
    background: var(--Neutral-300);
  }

  .mega-medusa-q1gffe .mega-medusa-2l06mu {
    rotate: -90deg;
  }
}

.mega-medusa-j6thq4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mega-medusa-j6thq4 {
    padding: 8px;
  }

  .mega-medusa-etnypd.mega-medusa-3s21v5 > .mega-medusa-j6thq4 {
    background: var(--Neutral-300);
  }
}

.mega-medusa-2l06mu {
  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.mega-medusa-hm2yqp.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mega-medusa-rtgyd4 0.mega-medusa-ri4tit.mega-medusa-eb8u0y -0.mega-medusa-u5uu45 0.mega-medusa-fx88uu -0.mega-medusa-u5uu45 1.mega-medusa-ytlfvn 0.mega-medusa-x4hmdp.mega-medusa-lopu9v 4.mega-medusa-91kx6l.mega-medusa-rtgyd4 0.mega-medusa-ehx229.mega-medusa-jcoh3c -0.mega-medusa-u5uu45 9.mega-medusa-h6uii4 -0.mega-medusa-u5uu45 10.mega-medusa-xstxoh 0.mega-medusa-mkaz02.mega-medusa-bd3pi6 0.mega-medusa-eb8u0y 10.mega-medusa-bd3pi6 0.mega-medusa-fx88uu 10.mega-medusa-xstxoh 1.mega-medusa-ql90fb.mega-medusa-977u80 5.mega-medusa-gae59c.mega-medusa-vbyu60 6.mega-medusa-uk56sw 5.mega-medusa-svabih 6.mega-medusa-uk56sw 4.mega-medusa-g1otwl 5.mega-medusa-jsckp9.mega-medusa-rtgyd4 1.mega-medusa-0woqdg.mega-medusa-u5uu45 0.mega-medusa-fx88uu -0.mega-medusa-u5uu45 0.mega-medusa-eb8u0y 0.mega-medusa-rtgyd4 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mega-medusa-p1xebr ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mega-medusa-2l06mu {
    cursor: default;
  }
}

.mega-medusa-x03typ {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mega-medusa-dtrr4e {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .mega-medusa-dtrr4e {
    padding: 40px 4px;
  }
}

.mega-medusa-odpvtf {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mega-medusa-odpvtf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mega-medusa-g1zu7x {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mega-medusa-g1zu7x {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mega-medusa-g1zu7x ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mega-medusa-g1zu7x [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mega-medusa-g1zu7x [data-ref-el],
.mega-medusa-g1zu7x span,
.mega-medusa-g1zu7x a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mega-medusa-ok78ih {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mega-medusa-ok78ih {
    margin-bottom: 12px;
  }
}

.mega-medusa-vxxmme {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mega-medusa-vxxmme img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mega-medusa-vxxmme:last-child {
    margin-right: 0;
  }
}

.mega-medusa-78bd7k {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mega-medusa-ok78ih:hover .mega-medusa-k5619t {
  visibility: visible;
  opacity: 1;
}

.mega-medusa-k5619t {
  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);
}

.mega-medusa-weuypb {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mega-medusa-7wwnip {
  display: flex;
  margin: 6px;
}

.mega-medusa-7wwnip img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mega-medusa-k5619t::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);
}

.mega-medusa-k5619t::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);
}

.mega-medusa-a774gm {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mega-medusa-a774gm {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mega-medusa-ti99wz {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mega-medusa-ti99wz {
    margin-right: 32px;
  }
}

.mega-medusa-a0mkpn {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mega-medusa-a0mkpn {
    margin-top: 0;
    width: 340px;
  }
}

.mega-medusa-a0mkpn a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mega-medusa-ypxh38 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mega-medusa-0cq1jv {
  position: relative;
}

@media (min-width: 768px) {
  .mega-medusa-0cq1jv {
    margin-top: 40px;
  }
}

.mega-medusa-0cq1jv + .mega-medusa-5foeeq,
.mega-medusa-0cq1jv + .mega-medusa-0cq1jv {
  margin-top: 24px;
}

.mega-medusa-cwqsrv {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mega-medusa-cwqsrv {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mega-medusa-cwqsrv {
    padding: 80px;
  }
}

.mega-medusa-r8glzn {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mega-medusa-r8glzn {
    padding: 0 16px;
}


}

.mega-medusa-n4eu1u {
  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) {
  .mega-medusa-n4eu1u {
    font-size: 48px;
    line-height: 56px;
  }
}

.mega-medusa-z4ryuu {
  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) {
  .mega-medusa-z4ryuu {
    font-size: 24px;
    line-height: 32px;
  }
}

.mega-medusa-jc6as8 {
  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;
}

.mega-medusa-jc6as8:hover {
  background: var(--button-bg-hover);
}

.mega-medusa-8xondc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mega-medusa-8xondc img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mega-medusa-8xondc img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mega-medusa-8xondc img {
  min-height: 100%;
  }
}

.mega-medusa-cwqsrv::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mega-medusa-26p2ri {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mega-medusa-26p2ri h1,
.mega-medusa-26p2ri h2,
.mega-medusa-26p2ri h3,
.mega-medusa-26p2ri h4 {
  margin-bottom: 6px;
}

.mega-medusa-26p2ri h1:not(:first-child),
.mega-medusa-26p2ri h2:not(:first-child),
.mega-medusa-26p2ri h3:not(:first-child),
.mega-medusa-26p2ri h4:not(:first-child) {
  margin-top: 16px;
}

.mega-medusa-26p2ri h1,
.mega-medusa-26p2ri h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mega-medusa-26p2ri h1,
  .mega-medusa-26p2ri h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mega-medusa-26p2ri h2,
.mega-medusa-26p2ri h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mega-medusa-26p2ri h2,
  .mega-medusa-26p2ri h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mega-medusa-26p2ri h3,
.mega-medusa-26p2ri h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mega-medusa-26p2ri h3,
  .mega-medusa-26p2ri h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mega-medusa-26p2ri h4,
.mega-medusa-26p2ri h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mega-medusa-26p2ri ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mega-medusa-26p2ri ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mega-medusa-26p2ri 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);
}

.mega-medusa-26p2ri ul ul {
  margin-bottom: 8px;
}

.mega-medusa-26p2ri ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mega-medusa-26p2ri ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mega-medusa-26p2ri ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mega-medusa-26p2ri ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mega-medusa-26p2ri ol li::marker {
  font-weight: 700;
}

.mega-medusa-26p2ri ol ol {
  margin-bottom: 8px;
}

.mega-medusa-26p2ri ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mega-medusa-26p2ri ol ul li {
  padding-left: 16px;
}

.mega-medusa-26p2ri 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) {
  .mega-medusa-26p2ri table {
    padding: 24px;
  }
}

.mega-medusa-26p2ri table.mega-medusa-40o3co {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.mega-medusa-p1xebr,
    mask-image 0.3s;
}

.mega-medusa-26p2ri table.mega-medusa-40o3co.mega-medusa-u05in5 {
  -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) {
  .mega-medusa-26p2ri table {
    display: table;
  }
}

.mega-medusa-26p2ri 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);
}

.mega-medusa-26p2ri table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mega-medusa-26p2ri table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mega-medusa-26p2ri 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) {
  .mega-medusa-26p2ri table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mega-medusa-26p2ri table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mega-medusa-26p2ri table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mega-medusa-26p2ri table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mega-medusa-26p2ri img {
  max-width: 100%;
  height: auto;
}

.mega-medusa-edq2qp {
  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) {
  .mega-medusa-edq2qp {
    padding: 24px;
  }
}

.mega-medusa-oetizh {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .mega-medusa-oetizh {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mega-medusa-oetizh > * {
  margin: 0 !important;
}

.mega-medusa-oetizh img,
.mega-medusa-aw5isg {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mega-medusa-oetizh img,
  .mega-medusa-aw5isg {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mega-medusa-n4rp6m {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mega-medusa-n4rp6m {
    width: 32px;
    height: 32px;
  }
}

.mega-medusa-86lrqk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mega-medusa-86lrqk .mega-medusa-4gsgkl {
  flex-shrink: 0;
}

.mega-medusa-86lrqk .mega-medusa-9qmcdn svg {
  display: none;
}

.mega-medusa-ajk1h2 {
  display: grid;
  transition: max-height 0.mega-medusa-p1xebr ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mega-medusa-ajk1h2 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mega-medusa-ajk1h2 {
    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));
  }
}

.mega-medusa-ajk1h2.mega-medusa-utzfxw + .mega-medusa-4gsgkl svg {
  transform: rotate(180deg);
}

.mega-medusa-5wkyhb {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mega-medusa-5wkyhb > div:nth-child(3n) {
  grid-column: span 2;
}

.mega-medusa-5wkyhb
  > div:nth-child(3n)
  .mega-medusa-rqszio
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mega-medusa-5wkyhb {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mega-medusa-5wkyhb > div:nth-child(3n) {
    grid-column: unset;
  }

  .mega-medusa-5wkyhb
    > div:nth-child(3n)
    .mega-medusa-rqszio
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mega-medusa-5wkyhb {
    max-width: 270px;
  }
}

.mega-medusa-5wkyhb .mega-medusa-rqszio button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mega-medusa-5wkyhb .mega-medusa-rqszio button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mega-medusa-5wkyhb .mega-medusa-rqszio button {
    max-width: 104px;
  }
}

.mega-medusa-jka7hn {
  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) {
  .mega-medusa-jka7hn {
    margin-bottom: 0;
  }
}

.mega-medusa-ir0drx {
  display: none;
  opacity: 0;
}

.mega-medusa-wisyx6 {
  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;
  }
}

.mega-medusa-wisyx6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mega-medusa-rqszio {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mega-medusa-rqszio button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mega-medusa-rqszio
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mega-medusa-rqszio
    button {
    max-width: 145px;
  }
}

.mega-medusa-06t4w0:first-child
  .mega-medusa-rqszio
  button {
  max-width: 270px;
}

.mega-medusa-xywlol {
  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%;
}

.mega-medusa-jka7hn picture {
  width: 100%;
  max-width: 100%;
}

.mega-medusa-jwuicv {
  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;
}

.mega-medusa-jwuicv svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mega-medusa-jka7hn:hover .mega-medusa-jwuicv {
  display: flex;
}

.mega-medusa-dh2wml {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mega-medusa-0se8dl {
  display: flex;
}

.mega-medusa-0se8dl:hover .mega-medusa-8q2jyq,
.mega-medusa-0se8dl .mega-medusa-3s21v5 .mega-medusa-8q2jyq {
  display: flex;
}

.mega-medusa-0se8dl svg {
  flex-shrink: 0;
}

.mega-medusa-8q2jyq {
  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) {
  .mega-medusa-8q2jyq {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mega-medusa-8q2jyq:hover {
  display: flex;
}

.mega-medusa-8q2jyq svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mega-medusa-lygfyp {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .mega-medusa-lygfyp {
    font-size: 12px;
  }
}

.mega-medusa-m2mvzo,
.mega-medusa-bejmki {
  width: 50%;
  flex-shrink: 0;
}

.mega-medusa-m2mvzo {
  font-weight: 700;
}

.mega-medusa-fib5fa .mega-medusa-ajk1h2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mega-medusa-fib5fa .mega-medusa-ajk1h2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mega-medusa-fib5fa .mega-medusa-ajk1h2 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mega-medusa-fib5fa
  .mega-medusa-xywlol:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mega-medusa-fib5fa .mega-medusa-wisyx6 {
  height: 100% !important;
  border-radius: 16px;
}

.mega-medusa-fib5fa .mega-medusa-rqszio {
  gap: 4px;
  align-items: center;
}

.mega-medusa-fib5fa .mega-medusa-rqszio button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mega-medusa-fib5fa .mega-medusa-rqszio svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mega-medusa-fib5fa .mega-medusa-gf9t4z,
.mega-medusa-fib5fa .mega-medusa-mdreia {
  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.mega-medusa-hm2yqp.org/2000/svg'%3E%3Cpath d='M9.mega-medusa-9gh10e 4.mega-medusa-fbirb8.mega-medusa-k0mn38 5.mega-medusa-8n5x7n.mega-medusa-4khiv8 5.mega-medusa-bhl04g.mega-medusa-kcjtpa 5.mega-medusa-dyfqfs.mega-medusa-q6jgg0 8.mega-medusa-esbnnf.mega-medusa-l2487t 9.mega-medusa-1n4c0e.mega-medusa-pnue1g 9.mega-medusa-ldq0jz.mega-medusa-uffb7f 13.mega-medusa-bl35hd.mega-medusa-0pbvxr 11.mega-medusa-7u16bw.mega-medusa-e7cdba 11.mega-medusa-fmk1jx.mega-medusa-9vb7fe 11.mega-medusa-rp2y1q.mega-medusa-afis2f 13.mega-medusa-zdtd9i.mega-medusa-upqmrx 9.mega-medusa-5iak98.mega-medusa-zc7hml 9.mega-medusa-acsku9.mega-medusa-26tyku 8.mega-medusa-qf8289.mega-medusa-wbhl61 5.mega-medusa-qu27am.mega-medusa-o4x7be 5.mega-medusa-gmeyec.mega-medusa-hbn64l 5.mega-medusa-lt5kee.mega-medusa-ykv4vd 4.mega-medusa-fdo84e.mega-medusa-e7cdba 1.mega-medusa-j4f5b3.mega-medusa-9gh10e 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mega-medusa-fib5fa .mega-medusa-gf9t4z {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mega-medusa-fib5fa .mega-medusa-mdreia {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mega-medusa-z1hzzh {
  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) {
  .mega-medusa-z1hzzh {
    padding: 24px;
  }
}

.mega-medusa-z1hzzh .mega-medusa-4gsgkl {
  display: flex;
}

@media (min-width: 768px) {
  .mega-medusa-z1hzzh .mega-medusa-4gsgkl {
    display: none;
  }
}

.mega-medusa-z1hzzh .mega-medusa-9qmcdn svg {
  display: none;
}

.mega-medusa-gu1zp1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mega-medusa-gu1zp1 .mega-medusa-dbc2rt {
  display: none;
}

@media (min-width: 768px) {
  .mega-medusa-gu1zp1 .mega-medusa-dbc2rt {
    display: flex;
  }
}

.mega-medusa-mbx8j3 {
  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) {
  .mega-medusa-mbx8j3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.mega-medusa-mbx8j3 > * {
  margin: 0 !important;
}

.mega-medusa-mbx8j3 img,
.mega-medusa-sfge1h {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mega-medusa-mbx8j3 img,
  .mega-medusa-sfge1h {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mega-medusa-kbhnsl {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mega-medusa-kbhnsl {
    width: 32px;
    height: 32px;
  }
}

.mega-medusa-oyuy9t {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mega-medusa-oyuy9t {
    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;
  }

  .mega-medusa-oyuy9t::-webkit-scrollbar {
    display: none;
  }
}

.mega-medusa-bbf40x {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mega-medusa-bbf40x {
    padding: 7px 15px;
  }
}

.mega-medusa-bbf40x:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mega-medusa-4eht9w {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mega-medusa-4eht9w {
    display: flex;
    opacity: 1;
  }
}

.mega-medusa-bbf40x picture {
  height: 100%;
  display: block;
}

.mega-medusa-bbf40x img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mega-medusa-bbf40x img {
    width: 88px;
    height: 44px;
  }
}

.mega-medusa-bbf40x p {
  text-align: center;
  width: 100%;
}

.mega-medusa-hcbkoe {
  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) {
  .mega-medusa-hcbkoe {
    font-size: 40px;
    line-height: 48px;
  }
}

.mega-medusa-hcbkoe img,
.mega-medusa-o74945 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mega-medusa-hcbkoe img,
  .mega-medusa-o74945 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mega-medusa-r56c97 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mega-medusa-r56c97 {
    width: 32px;
    height: 32px;
  }
}

.mega-medusa-eg7utr {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mega-medusa-aths0q {
  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;
}

.mega-medusa-gns8lf {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mega-medusa-gns8lf.mega-medusa-3s21v5 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mega-medusa-q3jnz8 {
  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) {
  .mega-medusa-q3jnz8 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mega-medusa-c66vra {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mega-medusa-4drqls {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mega-medusa-p1xebr ease;
  opacity: 0;
  color: var(--text-color);
}

.mega-medusa-wmkfmi {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mega-medusa-wmkfmi ol,
.mega-medusa-wmkfmi ul {
  padding-left: 1.3em;
}

.mega-medusa-gns8lf.mega-medusa-3s21v5 .mega-medusa-4drqls {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mega-medusa-gns8lf.mega-medusa-3s21v5 .mega-medusa-c66vra {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mega-medusa-wem3bn {
  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) {
  .mega-medusa-wem3bn {
    padding: 24px;
  }
}

.mega-medusa-wem3bn .mega-medusa-4gsgkl {
  display: flex;
}

@media (min-width: 768px) {
  .mega-medusa-wem3bn .mega-medusa-4gsgkl {
    display: none;
  }
}

.mega-medusa-wem3bn .mega-medusa-9qmcdn svg {
  display: none;
}

.mega-medusa-05qxv3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mega-medusa-05qxv3 .mega-medusa-dbc2rt {
  display: none;
}

@media (min-width: 768px) {
  .mega-medusa-05qxv3 .mega-medusa-dbc2rt {
    display: flex;
  }
}

.mega-medusa-xxy8w6 {
  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) {
  .mega-medusa-xxy8w6 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mega-medusa-xxy8w6 > * {
  margin: 0 !important;
}

.mega-medusa-xxy8w6 img,
.mega-medusa-dv4sif {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mega-medusa-xxy8w6 img,
  .mega-medusa-dv4sif {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mega-medusa-qevocx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mega-medusa-qevocx {
    width: 32px;
    height: 32px;
  }
}

.mega-medusa-3yn321 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mega-medusa-3yn321 {
    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;
  }

  .mega-medusa-3yn321::-webkit-scrollbar {
    display: none;
  }
}

.mega-medusa-b9dyyl {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mega-medusa-b9dyyl:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mega-medusa-kheqgq {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mega-medusa-kheqgq {
    display: flex;
    opacity: 1;
  }
}

.mega-medusa-b9dyyl picture {
  width: auto;
  height: 100%;
  display: block;
}

.mega-medusa-b9dyyl picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mega-medusa-zw2638 {
  margin: -24px 0;
}

.mega-medusa-zw2638:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mega-medusa-zw2638 {
    margin: -16px 0;
  }
}

.mega-medusa-y88q4k {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mega-medusa-y88q4k {
    flex-direction: row;
  }
}

.mega-medusa-69ubqu {
  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) {
  .mega-medusa-69ubqu {
    flex: 1;
  }
}

.mega-medusa-69ubqu::placeholder {
  color: var(--Text-400);
}

.mega-medusa-9pinf6 {
  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;
}

.mega-medusa-hio32z {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mega-medusa-hio32z::-webkit-scrollbar {
  display: none;
}

.mega-medusa-im0kj2 {
  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;
}

.mega-medusa-im0kj2 img,
.mega-medusa-im0kj2 svg {
  margin-right: 8px;
}

.mega-medusa-w9dh8j {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mega-medusa-zw2638 + .mega-medusa-8tcu5w {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mega-medusa-zw2638 + .mega-medusa-8tcu5w {
    margin-top: -16px;
  }
}

.mega-medusa-9n515c {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mega-medusa-9n515c > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mega-medusa-9n515c > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mega-medusa-3tm3u8 {
  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;
}

.mega-medusa-b15tdk {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.mega-medusa-7m0ttp {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mega-medusa-5mhv9p {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mega-medusa-j45808 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mega-medusa-3tm3u8 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;
}

.mega-medusa-3tm3u8 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) {
  .mega-medusa-3tm3u8 {
    padding: 39px 179px 39px 39px;
  }

  .mega-medusa-b15tdk {
    font-size: 40px;
    line-height: 48px;
  }

  .mega-medusa-j45808 {
    height: 348px;
  }

  .mega-medusa-3tm3u8 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mega-medusa-3tm3u8 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mega-medusa-3tm3u8 {
    padding: 63px;
  }
}

.mega-medusa-m71fcy {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mega-medusa-m71fcy {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mega-medusa-sy6r0e {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mega-medusa-sy6r0e {
    width: auto;
  }
}

.mega-medusa-sni2p4 {
  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;
}

.mega-medusa-sni2p4::-webkit-scrollbar {
  display: none;
}

.mega-medusa-sni2p4 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);
}

.mega-medusa-sni2p4 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mega-medusa-sni2p4 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mega-medusa-m71fcy .mega-medusa-b0xxof {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.mega-medusa-p1xebr,
    mask-image 0.3s;
}

.mega-medusa-m71fcy .mega-medusa-b0xxof.mega-medusa-u05in5 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mega-medusa-wo6ixy {
  margin: 40px -16px;
}

.mega-medusa-5c7voa + .mega-medusa-5foeeq,
.mega-medusa-5c7voa + .mega-medusa-0cq1jv {
  margin-top: 24px;
}

.mega-medusa-e1blkv {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mega-medusa-e1blkv picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mega-medusa-993zbn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mega-medusa-993zbn {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mega-medusa-993zbn {
    margin-top: 0;
  }
}

.mega-medusa-gg6svx {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mega-medusa-gg6svx {
    font-size: 24px;
    line-height: 32px;
  }
}

.mega-medusa-919jc9 {
  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) {
  .mega-medusa-919jc9 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mega-medusa-t5x9wf {
  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) {
  .mega-medusa-t5x9wf {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mega-medusa-cscev6 {
  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) {
  .mega-medusa-cscev6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.mega-medusa-wg8qqr {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mega-medusa-wg8qqr {
    font-size: 32px;
    line-height: 40px;
  }
}

.mega-medusa-m181i3 {
  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;
}

.mega-medusa-l8pxzz {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mega-medusa-l8pxzz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mega-medusa-8tcu5w {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mega-medusa-cn26u8 {
  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) {
  .mega-medusa-cn26u8 {
    padding: 15px 48px;
  }
}

main > .mega-medusa-8tcu5w {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mega-medusa-ajk1h2.mega-medusa-ulj996 > div:nth-child(n+5) {
    display: none;
  }
}

.mega-medusa-26p2ri p a img {
  display: block;
  margin: 0 auto;
}


.mega-medusa-h1hg3a {
  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 */
.mega-medusa-skfrau {
  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;
}

.mega-medusa-skfrau label {
  font-size: 14px;
}

.mega-medusa-skfrau h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mega-medusa-skfrau input,
.mega-medusa-skfrau textarea,
.mega-medusa-skfrau 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;
}
.mega-medusa-skfrau button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mega-medusa-tz1dx0 ease;
}
.mega-medusa-skfrau button:hover {
  background-color: var(--button-bg-hover);
}
.mega-medusa-6253wl {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mega-medusa-6r3z4e ease-in;
}

.mega-medusa-6253wl 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;
}
.mega-medusa-v6p7mz, .mega-medusa-45dgj5, [class*="review-card"],
thead, thead th, table th, .mega-medusa-s66xvp,
.mega-medusa-b0amzx, [class*="collapsible-header"],
.mega-medusa-coqweu, [class*="updated-block"] {
  color: #ece7dc !important;
}
