* {
  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;
  }
}

.medusa-hpnsq4 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .medusa-hpnsq4 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .medusa-hpnsq4 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.medusa-vj6tgd {
  overflow: hidden;
}

.medusa-1j7ufc img {
  background: var(--Neutral-300);
}

.medusa-zgr40r {
  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;
}

.medusa-dgzzie {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.medusa-dgzzie:hover {
  background: var(--button-bg-hover);
}

.medusa-d9pe5e {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.medusa-d9pe5e:hover {
  background: var(--button-bg-hover);
}

.medusa-3icdml {
  font-size: 12px;
  line-height: 18px;
}

.medusa-86faxk {
  font-size: 18px;
  line-height: 26px;
}

.medusa-mqbvhm {
  width: 100%;
}

.medusa-a892t3 {
  padding: 6px 16px;
}

.medusa-igmkq1 {
  padding: 10px 16px;
}

.medusa-7xnkdb {
  padding: 15px 26px;
}

.medusa-pmevj0 {
  flex-shrink: 0;
}

.medusa-zfwao2 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.medusa-e99uph {
  display: none;
}

.medusa-7rlu1x {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.medusa-2d19m1 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.medusa-p2m4w7 {
  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;
}

.medusa-qj5z0l {
  cursor: grab;
}

.medusa-p2m4w7::-webkit-scrollbar {
  display: none;
}

.medusa-h3khos {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.medusa-f2z2m7 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.medusa-8bvk65 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.medusa-s6y0w5 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.medusa-tiu5lu {
  visibility: visible;
}

.medusa-jvw3ye {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.medusa-uvpyc8 ease;
}

.medusa-r1bc1f {
  background-color: var(--Primary-200);
  width: 16px;
}

.medusa-suit07 {
  -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.medusa-uvpyc8,
    mask-image 0.3s;
}

.medusa-suit07.medusa-8z0yf0 {
  -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;
  }
}

.medusa-wqrm22: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;
}

.medusa-rfslaw {
  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.medusa-u3dv5e.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.medusa-u3dv5e.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;
}

.medusa-j5a4o4 {
  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);
}

.medusa-j5a4o4::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%
  );
}

.medusa-lykvkx {
  position: relative;
  z-index: 1;
}

.medusa-sm4tcm {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.medusa-sbo3ei {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.medusa-nedw2f {
  font-size: 40px;
  line-height: 48px;
}

.medusa-0krln0 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.medusa-0lv9hu {
  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;
}

.medusa-0lv9hu:hover {
  background: var(--Primary-400);
}

.medusa-0lv9hu svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.medusa-wqrm22 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) {
  .medusa-j5a4o4 {
    max-width: 600px;
    padding: 64px;
  }

  .medusa-sm4tcm {
    font-size: 24px;
    line-height: 32px;
  }

  .medusa-sbo3ei {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .medusa-nedw2f {
    font-size: 50px;
    line-height: 56px;
  }

  .medusa-0krln0 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .medusa-rfslaw {
    top: 25px;
    right: 25px;
  }
}

.medusa-17ewgs,
.medusa-rdm6nx {
  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;
}

.medusa-5ikynp.medusa-0sr6en::before,
.medusa-rdm6nx::before,
.medusa-pcao1p::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.medusa-u3dv5e.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.medusa-2v4394 14.medusa-qrazwh.medusa-txpojq 14.medusa-hl10j7 15.medusa-cj9mf2 14.medusa-972d09 15.medusa-76aszy 14.medusa-peun7w.medusa-eilph8 14.medusa-di1rm1 19.medusa-wa8kuq 12.medusa-vmi8gs 19.medusa-wa8kuq 10.medusa-4pdjly.medusa-wa8kuq 8.medusa-gga13b 17.medusa-56ttou 7.medusa-0ellt5 15.medusa-p609ag 7.medusa-3vevx2.medusa-g31jrw 7.medusa-0ellt5 11.medusa-c8wfq5 8.medusa-gga13b 11.medusa-c8wfq5 10.medusa-zepp24.medusa-c8wfq5 12.medusa-o722ne 13.medusa-kiavya 14.medusa-g25p68 15.medusa-b71ww0 14.medusa-bpp93l.medusa-3xuhcb 14.medusa-aiapz1 15.medusa-pvt5as 14.medusa-ug40bt 15.medusa-4x1l4m 14.medusa-b7pc1p.medusa-2v4394 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.medusa-wxewnq 15.medusa-76u29i.medusa-w75577 15.medusa-ep53lz 15.medusa-3jg2ep 15.medusa-rqucva 15.medusa-04gk7h 15.medusa-w8jzew.medusa-ov6j6f 15.medusa-rqucva 15.medusa-9ablwn 15.medusa-nv1md1 15.medusa-gbcsvn 15.medusa-99ax4c.medusa-mm51kg 15.medusa-k7nb3o 7.medusa-ygp8s7 18.medusa-cpyq15 7.medusa-b7cpyv 23.medusa-zpqv6y.medusa-6u9zaj.medusa-wbli3e 18.medusa-k0wmfu 19.medusa-crr9og 15.medusa-839sjn 15.medusa-wxewnq 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.medusa-1gcc6y [type="submit"] *,
.medusa-x2fonv button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .medusa-h4orqh {
    display: none;
  }
}

.medusa-lc76si {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .medusa-lc76si {
  display: none;
}

@media (min-width: 768px) {
  .medusa-lc76si {
    bottom: 22px;
  }
}

.medusa-lc76si input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .medusa-lc76si {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.medusa-nwdt7p.static) .medusa-lc76si {
    bottom: 8px;
  }
}

.medusa-2cj576 {
  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.medusa-u3dv5e.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.medusa-mqccm4 3.medusa-u4z4mc.medusa-h6bs1c.medusa-5fsppm 3.medusa-prayng 3.medusa-nfe1ix 5.medusa-swokgt 3.medusa-nfe1ix 8.medusa-d2hfy7.medusa-vmyu5e.medusa-nfe1ix 26.medusa-11o463 5.medusa-pwf7i1 28.medusa-o3s59z 8.medusa-hyxb43 28.medusa-txg1qe.medusa-qvm8t6 28.medusa-dqmqmi.medusa-1pks69 34.medusa-mdk2hu.medusa-953h7p 36.medusa-9vlcar 11.medusa-pelhfk 37.medusa-ot8xxs 12.medusa-azs5zg 36.medusa-pqx2k6.medusa-n2y2ov 28.medusa-287n9r.medusa-ppphyg.medusa-fnulrh 28.medusa-8ll0i7 36.medusa-yv6h27 26.medusa-z249pq 36.medusa-yv6h27 23.medusa-ml2o89.medusa-kvs69g.medusa-yv6h27 5.medusa-68nhee 34.medusa-0efog2 3.medusa-prayng 31.medusa-mqccm4 3.medusa-kszvks.medusa-6rrbmv 18.medusa-u4lr37.medusa-b6136w 18.medusa-g0eqxp 8.medusa-q56wo7 17.medusa-04s2qr 8.medusa-q56wo7 15.medusa-fpai9r.medusa-q56wo7 14.medusa-bqztju 9.medusa-b6136w 13.medusa-7mju4k 11.medusa-6rrbmv 13.medusa-slkswe.medusa-bk79pl 13.medusa-7mju4k 13.medusa-90mmos 14.medusa-bqztju 13.medusa-90mmos 15.medusa-oaon3m.medusa-90mmos 17.medusa-04s2qr 12.medusa-bk79pl 18.medusa-g0eqxp 11.medusa-6rrbmv 18.medusa-5vg6u3.medusa-z06bqd 18.medusa-idfk3k.medusa-uurrz0 18.medusa-g0eqxp 17.medusa-tp4ja3 17.medusa-04s2qr 17.medusa-tp4ja3 15.medusa-faym8g.medusa-tp4ja3 14.medusa-bqztju 18.medusa-uurrz0 13.medusa-7mju4k 20.medusa-z06bqd 13.medusa-8ky6pa.medusa-qyd36z 13.medusa-7mju4k 22.medusa-6l2iv7 14.medusa-bqztju 22.medusa-6l2iv7 15.medusa-ufhod8.medusa-yd7ua1 17.medusa-04s2qr 21.medusa-qyd36z 18.medusa-g0eqxp 20.medusa-z06bqd 18.medusa-hexrhc.medusa-au01tt 18.medusa-gusutv.medusa-yu8a3q 18.medusa-g0eqxp 26.medusa-h4n8yp 17.medusa-04s2qr 26.medusa-h4n8yp 15.medusa-xt8nru.medusa-h4n8yp 14.medusa-bqztju 27.medusa-yu8a3q 13.medusa-7mju4k 28.medusa-au01tt 13.medusa-isvl0q.medusa-a8o9yr 13.medusa-7mju4k 31.medusa-yw5zon 14.medusa-bqztju 31.medusa-yw5zon 15.medusa-7jrsww.medusa-h4n8yp 17.medusa-04s2qr 30.medusa-a8o9yr 18.medusa-g0eqxp 28.medusa-au01tt 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"])
    .medusa-2cj576 {
    display: none;
  }
}

.medusa-4neeof {
  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) {
  .medusa-4neeof {
    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;
}

.medusa-x2fonv {
  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) {
  .medusa-x2fonv {
    padding: 14px 16px;
  }
}

.medusa-x2fonv button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.medusa-x2fonv button:first-child {
  align-content: end;
}

.medusa-x2fonv button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .medusa-x2fonv
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .medusa-x2fonv
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.medusa-x2fonv button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.medusa-x2fonv button:last-child svg {
  width: 38px;
  height: 38px;
}

.medusa-pcao1p {
  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;
}

.medusa-pcao1p::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .medusa-pcao1p,
.pc61d126-chatbot[data-active-screen="3"]
  .medusa-pcao1p {
  opacity: 1;
  visibility: visible;
}

.medusa-iykg1k {
  flex: 1 1;
}

.medusa-rmn0db {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .medusa-rmn0db {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .medusa-gd1k9i {
  display: block;
}

.medusa-zd1no6 {
  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) {
  .medusa-zd1no6 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.medusa-rdm6nx {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.medusa-rdm6nx::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.medusa-xornyb span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.medusa-xornyb p {
  color: var(--Text-100);
}

.medusa-rdm6nx .medusa-rvei2e {
  grid-area: button;
}

.medusa-rdm6nx .medusa-rvei2e::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.medusa-u3dv5e.org/2000/svg'%3E%3Cpath d='M4.medusa-5ymibr 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.medusa-qg7flw 15L16.medusa-qg7flw 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.medusa-qg7flw 5L16.medusa-qg7flw 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .medusa-h2cdbi {
  display: block;
}

.medusa-gyg0ql {
  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) {
  .medusa-gyg0ql {
    margin-top: 40px;
  }
}

.medusa-17ewgs label,
.medusa-17ewgs input {
  display: block;
  width: 100%;
}

.medusa-17ewgs label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.medusa-17ewgs label.medusa-oe5tkh input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.medusa-17ewgs label.medusa-oe5tkh::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;
}

.medusa-17ewgs 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;
}

.medusa-17ewgs input::placeholder {
  color: var(--Text-400);
}

.medusa-2nlbhg {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .medusa-2nlbhg {
  display: flex;
}

.medusa-2nlbhg ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .medusa-2nlbhg ol {
    height: 420px;
    padding: 24px;
  }
}

.medusa-2nlbhg ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.medusa-1gcc6y {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .medusa-1gcc6y {
    padding: 0 24px 24px;
  }
}

.medusa-1gcc6y 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;
}

.medusa-1gcc6y input::placeholder {
  color: var(--Text-400);
}

.medusa-1gcc6y [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.medusa-1gcc6y [type="submit"]:disabled {
  opacity: 0.5;
}

.medusa-1gcc6y [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .medusa-1gcc6y [type="submit"] {
    right: 40px;
  }
}

.medusa-5ikynp {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.medusa-5ikynp.medusa-0sr6en {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.medusa-5ikynp.medusa-0sr6en::before {
  content: "";
  width: 31px;
}

.medusa-5ikynp.medusa-0sr6en p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.medusa-5ikynp.medusa-5d7tcm p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.medusa-5ikynp p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.medusa-lc76si .medusa-rvei2e {
  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;
  }
}

.medusa-h4orqh {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .medusa-h4orqh {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .medusa-h4orqh {
    padding: 18px 0;
  }
}

.medusa-h4orqh .medusa-hpnsq4 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .medusa-h4orqh .medusa-hpnsq4 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.medusa-e21ue2 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .medusa-e21ue2 {
    max-width: 160px;
    height: 40px;
  }
}

.medusa-e21ue2 picture,
.medusa-e21ue2 img {
  display: block;
  width: 100%;
  height: 100%;
}

.medusa-e21ue2 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .medusa-21gu28 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.medusa-uvpyc8 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .medusa-h4orqh.medusa-x6ctzd .medusa-21gu28 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .medusa-21gu28 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .medusa-21gu28 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.medusa-rmwjje,
.medusa-zmlurz {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .medusa-rmwjje,
  .medusa-zmlurz {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .medusa-zmlurz {
    display: none;
  }
}

.medusa-cxsgmm {
  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;
}

.medusa-x6ctzd .medusa-cxsgmm {
  background: var(--fh-bg-color);
}

.medusa-cxsgmm button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .medusa-cxsgmm {
    display: none;
  }
}

.medusa-mrhx3x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .medusa-mrhx3x {
    display: none;
  }
}

.medusa-5bmwai {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.medusa-h4orqh.medusa-x6ctzd .medusa-5bmwai:first-child {
  display: none;
}

.medusa-h4orqh.medusa-x6ctzd .medusa-5bmwai:last-child {
  display: block;
}

.medusa-5bmwai:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .medusa-5bmwai {
    display: none;
  }
}

.medusa-4g0t55 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .medusa-4g0t55 {
    display: flex;
  }
}

.medusa-4g0t55 ul {
  max-height: 350px;
  overflow-y: auto;
}

.medusa-4g0t55:hover ul {
  visibility: visible;
  opacity: 1;
}

.medusa-4g0t55:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.medusa-4g0t55:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.medusa-4g0t55:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.medusa-4g0t55:hover .medusa-lhm0ja svg {
  transform: rotate(180deg);
}

.medusa-3c9hpe {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.medusa-9n2evk {
  padding: 0 8px;
}

.medusa-4cdcmr {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.medusa-4cdcmr:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .medusa-4cdcmr {
    padding: 4px 8px;
  }
}

.medusa-ld00mp {
  display: flex;
}

.medusa-ld00mp img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.medusa-lhm0ja {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.medusa-lhm0ja svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.medusa-fw68yf {
  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) {
  .medusa-fw68yf {
    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;
  }
}

.medusa-m7eit1 {
  width: 100%;
}

@media (min-width: 1200px) {
  .medusa-m7eit1 {
    display: none;
  }
}

.medusa-1il4dc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.medusa-7do026 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.medusa-w5z3ex {
  display: flex;
}

.medusa-xbwule {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.medusa-sye2gx {
  list-style: none;
}

@media (max-width: 1199px) {
  .medusa-sye2gx {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .medusa-sye2gx {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .medusa-sye2gx .medusa-zi4ss3 [data-ref-el],
  .medusa-sye2gx .medusa-zi4ss3 span,
  .medusa-sye2gx .medusa-zi4ss3 a {
    white-space: nowrap;
  }
}

.medusa-y7ylfh {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .medusa-y7ylfh.medusa-d0kyw5 > .medusa-zi4ss3 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .medusa-y7ylfh.medusa-gcrl9w:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .medusa-y7ylfh.medusa-d0kyw5 > .medusa-hx61ts {
    height: auto;
  }

  .medusa-y7ylfh.medusa-d0kyw5 > div > .medusa-vjlw6i {
    transform: rotate(180deg);
  }
}

.medusa-y7ylfh [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.medusa-y7ylfh [data-ref-el],
.medusa-y7ylfh span {
  cursor: pointer;
}

.medusa-y7ylfh [data-ref-el],
.medusa-y7ylfh span,
.medusa-y7ylfh a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .medusa-y7ylfh [data-ref-el],
  .medusa-y7ylfh span,
  .medusa-y7ylfh a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .medusa-y7ylfh [data-ref-el],
  .medusa-y7ylfh span,
  .medusa-y7ylfh a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.medusa-hx61ts {
  height: 0;
  overflow: hidden;
  transition: height 0.medusa-uvpyc8 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.medusa-hx61ts::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.medusa-hx61ts::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.medusa-hx61ts::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .medusa-hx61ts {
    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;
  }

  .medusa-hx61ts:has(> .medusa-y7ylfh.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .medusa-hx61ts .medusa-hx61ts {
    padding: 0;
  }

  .medusa-hx61ts .medusa-y7ylfh {
    font-weight: 400;
  }

  .medusa-hx61ts .medusa-y7ylfh:hover > .medusa-zi4ss3 {
    background: var(--Neutral-300);
  }

  .medusa-hx61ts .medusa-vjlw6i {
    rotate: -90deg;
  }
}

.medusa-zi4ss3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .medusa-zi4ss3 {
    padding: 8px;
  }

  .medusa-y7ylfh.medusa-abezsc > .medusa-zi4ss3 {
    background: var(--Neutral-300);
  }
}

.medusa-vjlw6i {
  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.medusa-u3dv5e.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.medusa-5pudih 0.medusa-q4kwdc.medusa-dy8ix8 -0.medusa-ivao7w 0.medusa-82ovhe -0.medusa-ivao7w 1.medusa-0eang0 0.medusa-359hzv.medusa-0masx1 4.medusa-tfdn2u.medusa-5pudih 0.medusa-f6501i.medusa-4lqxlk -0.medusa-ivao7w 9.medusa-ipawqx -0.medusa-ivao7w 10.medusa-q3g4fv 0.medusa-yj1ijo.medusa-sdthul 0.medusa-dy8ix8 10.medusa-sdthul 0.medusa-82ovhe 10.medusa-q3g4fv 1.medusa-qb4jfm.medusa-khl24f 5.medusa-xp1yb5.medusa-b2i1ql 6.medusa-aow5e7 5.medusa-5pcjlh 6.medusa-aow5e7 4.medusa-ueig0z 5.medusa-4g9y2f.medusa-5pudih 1.medusa-kpchre.medusa-ivao7w 0.medusa-82ovhe -0.medusa-ivao7w 0.medusa-dy8ix8 0.medusa-5pudih 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.medusa-uvpyc8 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .medusa-vjlw6i {
    cursor: default;
  }
}

.medusa-nvkkrn {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.medusa-7ag5du {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .medusa-7ag5du {
    padding: 40px 4px;
  }
}

.medusa-02m17g {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .medusa-02m17g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.medusa-ndmj58 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .medusa-ndmj58 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.medusa-ndmj58 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.medusa-ndmj58 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.medusa-ndmj58 [data-ref-el],
.medusa-ndmj58 span,
.medusa-ndmj58 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.medusa-tqc7tj {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .medusa-tqc7tj {
    margin-bottom: 12px;
  }
}

.medusa-c3yd2b {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.medusa-c3yd2b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .medusa-c3yd2b:last-child {
    margin-right: 0;
  }
}

.medusa-gz8xh6 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.medusa-tqc7tj:hover .medusa-rlq2xs {
  visibility: visible;
  opacity: 1;
}

.medusa-rlq2xs {
  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);
}

.medusa-nvzyau {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.medusa-6v7ff6 {
  display: flex;
  margin: 6px;
}

.medusa-6v7ff6 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.medusa-rlq2xs::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);
}

.medusa-rlq2xs::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);
}

.medusa-ixrldr {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .medusa-ixrldr {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.medusa-1h5bir {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .medusa-1h5bir {
    margin-right: 32px;
  }
}

.medusa-emmfyj {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .medusa-emmfyj {
    margin-top: 0;
    width: 340px;
  }
}

.medusa-emmfyj a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.medusa-znu9i6 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.medusa-b4nyf2 {
  position: relative;
}

@media (min-width: 768px) {
  .medusa-b4nyf2 {
    margin-top: 40px;
  }
}

.medusa-b4nyf2 + .medusa-aacpgi,
.medusa-b4nyf2 + .medusa-b4nyf2 {
  margin-top: 24px;
}

.medusa-iauy4d {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .medusa-iauy4d {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .medusa-iauy4d {
    padding: 80px;
  }
}

.medusa-xnwsz5 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .medusa-xnwsz5 {
    padding: 0 16px;
}


}

.medusa-w2odhj {
  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) {
  .medusa-w2odhj {
    font-size: 48px;
    line-height: 56px;
  }
}

.medusa-yv6be9 {
  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) {
  .medusa-yv6be9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.medusa-cijp8i {
  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;
}

.medusa-cijp8i:hover {
  background: var(--button-bg-hover);
}

.medusa-d9hxhc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.medusa-d9hxhc img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .medusa-d9hxhc img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .medusa-d9hxhc img {
  min-height: 100%;
  }
}

.medusa-iauy4d::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.medusa-3ztkxb {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.medusa-3ztkxb h1,
.medusa-3ztkxb h2,
.medusa-3ztkxb h3,
.medusa-3ztkxb h4 {
  margin-bottom: 6px;
}

.medusa-3ztkxb h1:not(:first-child),
.medusa-3ztkxb h2:not(:first-child),
.medusa-3ztkxb h3:not(:first-child),
.medusa-3ztkxb h4:not(:first-child) {
  margin-top: 16px;
}

.medusa-3ztkxb h1,
.medusa-3ztkxb h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .medusa-3ztkxb h1,
  .medusa-3ztkxb h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.medusa-3ztkxb h2,
.medusa-3ztkxb h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .medusa-3ztkxb h2,
  .medusa-3ztkxb h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.medusa-3ztkxb h3,
.medusa-3ztkxb h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .medusa-3ztkxb h3,
  .medusa-3ztkxb h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.medusa-3ztkxb h4,
.medusa-3ztkxb h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.medusa-3ztkxb ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.medusa-3ztkxb ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.medusa-3ztkxb 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);
}

.medusa-3ztkxb ul ul {
  margin-bottom: 8px;
}

.medusa-3ztkxb ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.medusa-3ztkxb ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.medusa-3ztkxb ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.medusa-3ztkxb ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.medusa-3ztkxb ol li::marker {
  font-weight: 700;
}

.medusa-3ztkxb ol ol {
  margin-bottom: 8px;
}

.medusa-3ztkxb ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.medusa-3ztkxb ol ul li {
  padding-left: 16px;
}

.medusa-3ztkxb 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) {
  .medusa-3ztkxb table {
    padding: 24px;
  }
}

.medusa-3ztkxb table.medusa-3nbli0 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.medusa-uvpyc8,
    mask-image 0.3s;
}

.medusa-3ztkxb table.medusa-3nbli0.medusa-8z0yf0 {
  -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) {
  .medusa-3ztkxb table {
    display: table;
  }
}

.medusa-3ztkxb 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);
}

.medusa-3ztkxb table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.medusa-3ztkxb table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.medusa-3ztkxb 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) {
  .medusa-3ztkxb table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.medusa-3ztkxb table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.medusa-3ztkxb table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.medusa-3ztkxb table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.medusa-3ztkxb img {
  max-width: 100%;
  height: auto;
}

.medusa-gi6zld {
  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) {
  .medusa-gi6zld {
    padding: 24px;
  }
}

.medusa-iibj51 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .medusa-iibj51 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.medusa-iibj51 > * {
  margin: 0 !important;
}

.medusa-iibj51 img,
.medusa-k1bb4l {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .medusa-iibj51 img,
  .medusa-k1bb4l {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.medusa-tprack {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .medusa-tprack {
    width: 32px;
    height: 32px;
  }
}

.medusa-8dx5dj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.medusa-8dx5dj .medusa-ythnd9 {
  flex-shrink: 0;
}

.medusa-8dx5dj .medusa-msey0u svg {
  display: none;
}

.medusa-zrwukj {
  display: grid;
  transition: max-height 0.medusa-uvpyc8 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .medusa-zrwukj {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .medusa-zrwukj {
    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));
  }
}

.medusa-zrwukj.medusa-69bifg + .medusa-ythnd9 svg {
  transform: rotate(180deg);
}

.medusa-1ky053 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.medusa-1ky053 > div:nth-child(3n) {
  grid-column: span 2;
}

.medusa-1ky053
  > div:nth-child(3n)
  .medusa-vlfua3
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .medusa-1ky053 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .medusa-1ky053 > div:nth-child(3n) {
    grid-column: unset;
  }

  .medusa-1ky053
    > div:nth-child(3n)
    .medusa-vlfua3
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .medusa-1ky053 {
    max-width: 270px;
  }
}

.medusa-1ky053 .medusa-vlfua3 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .medusa-1ky053 .medusa-vlfua3 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .medusa-1ky053 .medusa-vlfua3 button {
    max-width: 104px;
  }
}

.medusa-a1pfgf {
  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) {
  .medusa-a1pfgf {
    margin-bottom: 0;
  }
}

.medusa-i1chp7 {
  display: none;
  opacity: 0;
}

.medusa-z98jm7 {
  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;
  }
}

.medusa-z98jm7 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.medusa-vlfua3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.medusa-vlfua3 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .medusa-vlfua3
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .medusa-vlfua3
    button {
    max-width: 145px;
  }
}

.medusa-k5skps:first-child
  .medusa-vlfua3
  button {
  max-width: 270px;
}

.medusa-2lyif0 {
  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%;
}

.medusa-a1pfgf picture {
  width: 100%;
  max-width: 100%;
}

.medusa-chk9h6 {
  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;
}

.medusa-chk9h6 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.medusa-a1pfgf:hover .medusa-chk9h6 {
  display: flex;
}

.medusa-y8rh5u {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.medusa-hj68lr {
  display: flex;
}

.medusa-hj68lr:hover .medusa-qnz2xq,
.medusa-hj68lr .medusa-abezsc .medusa-qnz2xq {
  display: flex;
}

.medusa-hj68lr svg {
  flex-shrink: 0;
}

.medusa-qnz2xq {
  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) {
  .medusa-qnz2xq {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.medusa-qnz2xq:hover {
  display: flex;
}

.medusa-qnz2xq svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.medusa-1chfp2 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .medusa-1chfp2 {
    font-size: 12px;
  }
}

.medusa-ed7764,
.medusa-rlo5es {
  width: 50%;
  flex-shrink: 0;
}

.medusa-ed7764 {
  font-weight: 700;
}

.medusa-mvlqa9 .medusa-zrwukj {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .medusa-mvlqa9 .medusa-zrwukj {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .medusa-mvlqa9 .medusa-zrwukj {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.medusa-mvlqa9
  .medusa-2lyif0:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.medusa-mvlqa9 .medusa-z98jm7 {
  height: 100% !important;
  border-radius: 16px;
}

.medusa-mvlqa9 .medusa-vlfua3 {
  gap: 4px;
  align-items: center;
}

.medusa-mvlqa9 .medusa-vlfua3 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.medusa-mvlqa9 .medusa-vlfua3 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.medusa-mvlqa9 .medusa-yyjlkn,
.medusa-mvlqa9 .medusa-26arbg {
  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.medusa-u3dv5e.org/2000/svg'%3E%3Cpath d='M9.medusa-uc9b7k 4.medusa-xv1ec2.medusa-210tz0 5.medusa-zu2nqk.medusa-v8mvr4 5.medusa-s25het.medusa-p3ta9m 5.medusa-hl5zrq.medusa-mzba4l 8.medusa-4q7n7c.medusa-j84sx3 9.medusa-4761b2.medusa-gg2rty 9.medusa-e2ox21.medusa-8yiy2z 13.medusa-k66716.medusa-pwwzvk 11.medusa-gy2j7w.medusa-vkrgv3 11.medusa-5ljn5k.medusa-cb4eu5 11.medusa-ueej93.medusa-hmqmem 13.medusa-kdt19n.medusa-s77nle 9.medusa-vn2uyw.medusa-s6irxj 9.medusa-1ee9w3.medusa-a6leda 8.medusa-r2qip8.medusa-yx3itn 5.medusa-6vjgn6.medusa-59vzjt 5.medusa-xbzdfx.medusa-36z98p 5.medusa-gcezm7.medusa-lhcums 4.medusa-9r4zeg.medusa-vkrgv3 1.medusa-dj0a7y.medusa-uc9b7k 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.medusa-mvlqa9 .medusa-yyjlkn {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.medusa-mvlqa9 .medusa-26arbg {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.medusa-jdrfh1 {
  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) {
  .medusa-jdrfh1 {
    padding: 24px;
  }
}

.medusa-jdrfh1 .medusa-ythnd9 {
  display: flex;
}

@media (min-width: 768px) {
  .medusa-jdrfh1 .medusa-ythnd9 {
    display: none;
  }
}

.medusa-jdrfh1 .medusa-msey0u svg {
  display: none;
}

.medusa-6cug9i {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.medusa-6cug9i .medusa-zgr40r {
  display: none;
}

@media (min-width: 768px) {
  .medusa-6cug9i .medusa-zgr40r {
    display: flex;
  }
}

.medusa-ssm2j0 {
  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) {
  .medusa-ssm2j0 {
    font-size: 40px;
    line-height: 48px;
  }
}

.medusa-ssm2j0 > * {
  margin: 0 !important;
}

.medusa-ssm2j0 img,
.medusa-14z1h3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .medusa-ssm2j0 img,
  .medusa-14z1h3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.medusa-xfjda0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .medusa-xfjda0 {
    width: 32px;
    height: 32px;
  }
}

.medusa-csdsay {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .medusa-csdsay {
    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;
  }

  .medusa-csdsay::-webkit-scrollbar {
    display: none;
  }
}

.medusa-f6op2u {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .medusa-f6op2u {
    padding: 7px 15px;
  }
}

.medusa-f6op2u:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.medusa-v006oj {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .medusa-v006oj {
    display: flex;
    opacity: 1;
  }
}

.medusa-f6op2u picture {
  height: 100%;
  display: block;
}

.medusa-f6op2u img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .medusa-f6op2u img {
    width: 88px;
    height: 44px;
  }
}

.medusa-f6op2u p {
  text-align: center;
  width: 100%;
}

.medusa-1si40k {
  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) {
  .medusa-1si40k {
    font-size: 40px;
    line-height: 48px;
  }
}

.medusa-1si40k img,
.medusa-s8hpc1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .medusa-1si40k img,
  .medusa-s8hpc1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.medusa-4477u4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .medusa-4477u4 {
    width: 32px;
    height: 32px;
  }
}

.medusa-e3uz3c {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.medusa-484mcf {
  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;
}

.medusa-pjq1wq {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.medusa-pjq1wq.medusa-abezsc {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.medusa-p6hfpy {
  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) {
  .medusa-p6hfpy {
    font-size: 20px;
    line-height: 28px;
  }
}

.medusa-nmapsv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.medusa-7h0e1p {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.medusa-uvpyc8 ease;
  opacity: 0;
  color: var(--text-color);
}

.medusa-r68cdh {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.medusa-r68cdh ol,
.medusa-r68cdh ul {
  padding-left: 1.3em;
}

.medusa-pjq1wq.medusa-abezsc .medusa-7h0e1p {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.medusa-pjq1wq.medusa-abezsc .medusa-nmapsv {
  transform: rotate(180deg);
  color: var(--text-color);
}

.medusa-5shhm1 {
  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) {
  .medusa-5shhm1 {
    padding: 24px;
  }
}

.medusa-5shhm1 .medusa-ythnd9 {
  display: flex;
}

@media (min-width: 768px) {
  .medusa-5shhm1 .medusa-ythnd9 {
    display: none;
  }
}

.medusa-5shhm1 .medusa-msey0u svg {
  display: none;
}

.medusa-7gkjo6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.medusa-7gkjo6 .medusa-zgr40r {
  display: none;
}

@media (min-width: 768px) {
  .medusa-7gkjo6 .medusa-zgr40r {
    display: flex;
  }
}

.medusa-7o2s6l {
  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) {
  .medusa-7o2s6l {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.medusa-7o2s6l > * {
  margin: 0 !important;
}

.medusa-7o2s6l img,
.medusa-9p76ag {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .medusa-7o2s6l img,
  .medusa-9p76ag {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.medusa-dvcrxm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .medusa-dvcrxm {
    width: 32px;
    height: 32px;
  }
}

.medusa-uzer7z {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .medusa-uzer7z {
    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;
  }

  .medusa-uzer7z::-webkit-scrollbar {
    display: none;
  }
}

.medusa-j5znf5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.medusa-j5znf5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.medusa-vvf25n {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .medusa-vvf25n {
    display: flex;
    opacity: 1;
  }
}

.medusa-j5znf5 picture {
  width: auto;
  height: 100%;
  display: block;
}

.medusa-j5znf5 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.medusa-134729 {
  margin: -24px 0;
}

.medusa-134729:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .medusa-134729 {
    margin: -16px 0;
  }
}

.medusa-p8yw6b {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .medusa-p8yw6b {
    flex-direction: row;
  }
}

.medusa-sqapoh {
  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) {
  .medusa-sqapoh {
    flex: 1;
  }
}

.medusa-sqapoh::placeholder {
  color: var(--Text-400);
}

.medusa-hsd98u {
  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;
}

.medusa-yosm1v {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.medusa-yosm1v::-webkit-scrollbar {
  display: none;
}

.medusa-hdugen {
  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;
}

.medusa-hdugen img,
.medusa-hdugen svg {
  margin-right: 8px;
}

.medusa-blcef2 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.medusa-134729 + .medusa-2eefje {
  margin-top: 0;
}

@media (min-width: 768px) {
  .medusa-134729 + .medusa-2eefje {
    margin-top: -16px;
  }
}

.medusa-i1ryy7 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.medusa-i1ryy7 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.medusa-i1ryy7 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.medusa-eisi04 {
  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;
}

.medusa-3kobid {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.medusa-m80y72 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.medusa-jd3860 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.medusa-pjrff4 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.medusa-eisi04 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;
}

.medusa-eisi04 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) {
  .medusa-eisi04 {
    padding: 39px 179px 39px 39px;
  }

  .medusa-3kobid {
    font-size: 40px;
    line-height: 48px;
  }

  .medusa-pjrff4 {
    height: 348px;
  }

  .medusa-eisi04 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .medusa-eisi04 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .medusa-eisi04 {
    padding: 63px;
  }
}

.medusa-fv4r0k {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .medusa-fv4r0k {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.medusa-zwf2rz {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .medusa-zwf2rz {
    width: auto;
  }
}

.medusa-jbbgrs {
  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;
}

.medusa-jbbgrs::-webkit-scrollbar {
  display: none;
}

.medusa-jbbgrs 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);
}

.medusa-jbbgrs a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .medusa-jbbgrs {
    margin-left: 16px;
    margin-top: 0;
  }
}

.medusa-fv4r0k .medusa-2i80rf {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.medusa-uvpyc8,
    mask-image 0.3s;
}

.medusa-fv4r0k .medusa-2i80rf.medusa-8z0yf0 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.medusa-deohpb {
  margin: 40px -16px;
}

.medusa-h69iz5 + .medusa-aacpgi,
.medusa-h69iz5 + .medusa-b4nyf2 {
  margin-top: 24px;
}

.medusa-7ahzir {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.medusa-7ahzir picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.medusa-rh4j53 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .medusa-rh4j53 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .medusa-rh4j53 {
    margin-top: 0;
  }
}

.medusa-zpmqus {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .medusa-zpmqus {
    font-size: 24px;
    line-height: 32px;
  }
}

.medusa-7kpg15 {
  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) {
  .medusa-7kpg15 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.medusa-rgq320 {
  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) {
  .medusa-rgq320 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.medusa-y2eho5 {
  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) {
  .medusa-y2eho5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.medusa-u6tim6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .medusa-u6tim6 {
    font-size: 32px;
    line-height: 40px;
  }
}

.medusa-c23e0l {
  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;
}

.medusa-gov6ht {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.medusa-gov6ht img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.medusa-2eefje {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.medusa-lja4e9 {
  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) {
  .medusa-lja4e9 {
    padding: 15px 48px;
  }
}

main > .medusa-2eefje {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .medusa-zrwukj.medusa-1gne5u > div:nth-child(n+5) {
    display: none;
  }
}

.medusa-3ztkxb p a img {
  display: block;
  margin: 0 auto;
}


.medusa-e8rgl5 {
  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 */
.medusa-mi5yb3 {
  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;
}

.medusa-mi5yb3 label {
  font-size: 14px;
}

.medusa-mi5yb3 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.medusa-mi5yb3 input,
.medusa-mi5yb3 textarea,
.medusa-mi5yb3 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;
}
.medusa-mi5yb3 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.medusa-493o6k ease;
}
.medusa-mi5yb3 button:hover {
  background-color: var(--button-bg-hover);
}
.medusa-qdqy0h {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.medusa-qhzhii ease-in;
}

.medusa-qdqy0h 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;
}
.medusa-bbvut1, .medusa-vlfomq, [class*="review-card"],
thead, thead th, table th, .medusa-pnk1ld,
.medusa-ok781z, [class*="collapsible-header"],
.medusa-d8w9cj, [class*="updated-block"] {
  color: #ece7dc !important;
}
